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,
  • 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.