Mozilla Mercurial - Filters changelogs(pushlogs)

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

اعتبارا من 18-10-2015. شاهد أحدث إصدار.

المؤلف
darkred
التقييمات
0 0 0
الإصدار
1
تم إنشاؤه
18-10-2015
تم تحديثه
18-10-2015
Size
8.13 KB
الترخيص
لا يوجد
ينطبق على

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 logging.