Firefox for desktop - list fixed bugs in Mercurial as sortable table

It generates a sortable table list of fixed bugs related to Firefox for desktop in Mozilla Mercurial pushlogs

Ekde 2016/09/06. Vidu La ĝisdata versio.

Ili estas versioj de tiu ĉi skripto, kie la kodo estas ĝisdatigita. Montri ĉiujn versiojn

  • v5.5.9.2 2020/08/25 (Firefox for desktop - list bugs -- all versions): Replaced $.getJSON with GM_xmlhttpRequest because of “No 'Access-Control-Allow-Origin' header is present on the requested resource” error, Minor edits in metadata
  • v5.5.9.1 2020/06/25 (all scripts) Added @supportURL pointing to the GitHub repo (thanks to Jason Barnabe for the suggestion)
  • v5.5.9.1 2018/05/20 (All scripts) Rearranged the metadata block
  • v5.5.9.1 2018/05/16 (Firefox for desktop - list bugs -- the sortable table versions): had forgotten to rename the 'redmond/jquery-ui.min.css' resource
  • v5.5.9 2018/05/13 (Firefox for desktop - list bugs -- all versions): (Tampermonkey only) Restored the 'x' (close) button image in the jQuery-UI dialog box
  • v5.5.8 2018/05/12 (Firefox for desktop - list fixed/modified bugs in Mercurial/as sortable table) Thanks once again to johnp for contributing: - Greasemonkey compatibility - Also, the `requests` array is moved up from line 119 to prevent a possible race condition where the dialog is opened before the css is loaded
  • v5.5.7 2018/05/10 (Firefox for desktop - list fixed/modified bugs in Mercurial/as sortable table) Removed the 'title' attribute which was wrongly given to the entire dialog element and added such an attribute (which appears to the user as a tooltip) to each bug link.
  • v5.5.6 2018/05/08 (Firefox for desktop - list fixed/modified bugs in Mercurial/as sortable table) Made the script working again. Thanks once more to johnp for his help! - Replaced '.error' callback with '.fail' - made the 'success' callback less error prone. No need to try to unpack the json there. - reindented code
  • v5.5.5 2017/12/16 Minor changes
  • v5.5.5 2017/11/17 Greasemonkey 4.0 compatibility
  • v5.5.4 2017/11/12 Added '@licence MIT' (required by OUJS, in order to allow import and autoupdate of scripts from GitHub)
  • v5.5.4 2017/03/24 Synced from GitHub - (Firefox for desktop - list modified bugs in Mercurial -all three variants-) Remove '@grant GM_xmlhttpRequest', because GM_xmlhttpRequest in not used (getJSON is used, instead)
  • v5.5.4 2017/02/07 Synced from GitHub - (Firefox for desktop) Fix for the mercurial pages CSP that was blocking the loading of the resource https://ajax.googleapis.com/ajax/libs/jqueryui/1.11.4/themes/redmond/jquery-ui.min.css (as 'unsafe-inline'”). Now using GM_getResourceText and GM_addStyle (instead of $("head").append() )
  • v5.5.3 2016/09/17 Synced from GitHub - Converted all scripts encoding from UTF-8 back to UTF-8 BOM (i.e. with the same encoding that Greasemonkey installs them in)
  • v5.5.3 2016/09/06 Imported from URL
  • v4.2 2016/09/06 Synced from GitHub - Renamed the 3 scripts "Firefox for desktop - list fixed/modified bugs in Mercurial (as sortable table)"
  • v5.5.3 2016/09/06
  • v5.5.3 2016/08/31 Synced from GitHub - Increased the width of the 'Product/Component column
  • v5.5.3 2016/08/09 Made the table more compact (300px narrower: 1500 --> 1200)
  • v5.5.3 2016/07/26 Now the 'Product/Component' cells appear aligned to the left (instead of right) and truncated
  • v5.5.2 2015/12/18
  • v5.5.2 2015/12/18 Now the resulting list has 1500px max-width
  • v5.5.1 2015/11/29 Now the display can be toggled via ` (i.e. via the same button for either sorting modes)
  • v5.5 2015/11/27
  • v5.5 2015/11/27
  • v5.4 2015/11/26 Bind keypress of ` so that when pressed, the separators between groups of the same timestamps to be removed, in order to sort manually
  • v5.3 2015/11/24 Now all bugs that require authorization are displayed on the resulting bug list (not only the 1st one) -- fix by johnp
  • v5.2 2015/11/18
  • v5.2 2015/11/18 Add bottom border to the table header
  • v5.2 2015/11/18 Added separators between groups of the same timestamps (comment out lines 319-328 to disable this)
  • v5.1 2015/11/13
  • v5.1 2015/11/13
  • v5.1 2015/11/12
  • v5.1 2015/11/12 Improvements in aligning and font size in table results
  • v5 2015/11/12
  • v5 2015/11/11 Remove unnecessairy space between rows
  • v5 2015/11/11
  • v5 2015/11/11
  • v5 2015/11/10 Now relative dates like "an hour ago" are converted into "1 hour ago"
  • v5 2015/11/10
  • v5 2015/11/10
  • v5 2015/11/10
  • v4 2015/11/10 Linkify (in Browser Console) the bug entries that have restricted access and change the dialog title into 'List of recently fixed bugs of Firefox for Desktop'
  • v4 2015/11/10 Now the script uses one network connection for all examined bugs (using the format=multiple GET-Parameter) and parses the response as JSON. (Script modified by johnp).
  • v2 2015/11/05
  • v2 2015/11/05
  • v2 2015/11/05
  • v2 2015/11/05
  • v2 2015/11/05
  • v2 2015/11/05 Now uses the Bugzilla REST API, resulting in reduction to the procedure duration to half or even less

Show all script versions