Mozilla Mercurial - Filters changelogs(pushlogs)

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

Per 18-10-2015. Zie de nieuwste versie.

Maker
darkred
Beoordelingen
0 0 0
Versie
1
Gemaakt op
18-10-2015
Bijgewerkt op
18-10-2015
Grootte
8,13 KB
Licentie
N.v.t.
Wordt toegepast op

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,
  • it de-duplicates them
  • it 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 logging.