您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
It creates a list of only the bugs related to Firefox for desktop in Mozilla Mercurial pushlogs
当前为
This userscript applies to Mozilla Mercurial pushlog pages.
It generates a list of only the bugs related to Firefox for desktop in Mozilla Mercurial pushlogs. It's basically for creating lists similar to the "The Official Win32 xxxxxxx builds" in Firefox Builds • mozillaZine Forums but for any date interval. Example links: (changelog for the last 1 day interval) 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:
title
, status
, product
. component
, platform
and whiteboard
values.Product: Component
stringdialog
.During the procedure, you may open the Web Console (Ctrl+Shift+K) for progression log. Note: The requests for each link are done asynchronously, i.e. Firefox UI is not locked and frozen until the request completes. Also, the procedure completes quickly (multiple connections) (30 sec for parsing 84 bug pages).
What it considered relevant (info provided kindly by winapp2 and Josa, both maintainers (the first no longer) of the "Official Win32 build" threads.
Relevant Status
values
Relevant Product
values
Relevant Component
value (belonging to Product: Core)
Irrelevant Component
values (all belonging to Product: Core)
Thanks a lot to wOxxOm for his help in here and to Brock Adams for his help on this i.e. this