Mozilla Mercurial - Filters changelogs(pushlogs)

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

2015/10/18のページです。最新版はこちら

このスクリプトの質問や評価の投稿はこちら通報はこちらへお寄せください
作者
darkred
評価
0 0 0
バージョン
1
作成日
2015/10/18
更新日
2015/10/18
大きさ
8.13KB
ライセンス
不明
対象サイト

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 )