Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
// @description Lists fixed bugs related to Firefox for desktop in Mozilla Mercurial pushlogs
// @author darkred, johnp
// @license MIT
// @include /^https?:\/\/hg\.mozilla\.org.*pushloghtml.*/
// @include /^https?:\/\/hg-edge\.mozilla\.org.*pushloghtml.*/
// @grant GM_getResourceURL
// @grant GM_getResourceText
// @grant GM_addStyle
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
// @description Lists (as sortable table) fixed bugs related to Firefox for desktop in Mozilla Mercurial pushlogs
// @author darkred, johnp
// @license MIT
// @include /^https?:\/\/hg\.mozilla\.org.*pushloghtml.*/
// @include /^https?:\/\/hg-edge\.mozilla\.org.*pushloghtml.*/
// @grant GM_getResourceURL
// @grant GM_getResourceText
// @grant GM_addStyle
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
// @description Lists (as sortable table) bugs related to Firefox for desktop for which patches have landed in Mozilla Mercurial pushlogs
// @author darkred, johnp
// @license MIT
// @include /^https?:\/\/hg\.mozilla\.org.*pushloghtml.*/
// @include /^https?:\/\/hg-edge\.mozilla\.org.*pushloghtml.*/
// @grant GM_getResourceURL
// @grant GM_getResourceText
// @grant GM_addStyle
Expand Down