Mozilla Mercurial - Filters changelogs(pushlogs)

It creates a list of only the bugs related to Firefox for desktop in Mozilla Mercurial pushlogs

As of 2015-10-18. See the latest version.

Author
darkred
Ratings
0 0 0
Version
1
Created
2015-10-18
Updated
2015-10-18
Size
8.13 KB
License
N/A
Applies to

This userscript applies to Mozilla Mercurial pushlog pages.

It creates a list of only the bugs related to Firefox for desktop in Mozilla Mercurial pushlogs. It's basically an attempt to create lists
to the "The Official Win32 xxxxxxx builds" found in Firefox Builds • mozillaZine Forums:. but for any date interval.

Example links: for Mozilla Nightly builds: http://hg.mozilla.org/mozilla-central/pushloghtml?startdate=1+day+ago&enddate=now for Mozilla Inbound builds: https://hg.mozilla.org/integration/mozilla-inbound/pushloghtml?startdate=1+day+ago&enddate=now

What it does is the following:

  • gets all bug links in the page,
  • de-duplicates them
  • retrieves the page for each bug, and extracts the title, and the status, product and component values.
  • then it filters out the irrelevant bugs from the list
  • then it sorts it based on the Product value
  • Finally it displays the results using a jQuery dialog.

As the procedure progresses, open the Web Console (Ctrl+Shift+K) for progression log.

What it considered relevant (info provided kindly by Josa (and initially by winapp2) maintainers of the "Official Build" threads )