Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2018-01-25 | bump version to 20180125.1 | Dylan William Hardison | 1 | -1/+1 | |
2018-01-25 | Revert "Bug 1429785 - In-page back navigation broken" | Dylan William Hardison | 1 | -46/+17 | |
This reverts commit 0acec3921413734dae213084d5b7b550e84b40e1. | |||||
2018-01-24 | bump version to 20180124.1 | Dylan William Hardison | 1 | -1/+1 | |
2018-01-24 | Bug 1432812 - Send preload headers only for web-browser requests | Dylan William Hardison | 1 | -9/+11 | |
2018-01-24 | Bug 1429888 - See All link in Requests dropdown should show results grouped ↵ | Kohei Yoshino | 2 | -2/+2 | |
by flags as before | |||||
2018-01-23 | Bug 1428270 - Unwrappable content in summary can cause top buttons to bleed ↵ | Kohei Yoshino | 4 | -3/+15 | |
out of main content box | |||||
2018-01-23 | no bug - fix the entrypoint arbitrary command execution | Dylan William Hardison | 1 | -1/+1 | |
2018-01-18 | Bug 1431294 - requests.cgi - allocate less memory | Dylan William Hardison | 1 | -18/+17 | |
2018-01-18 | Bug 1429688 - focus Search Bugs box by default | Kohei Yoshino | 1 | -1/+1 | |
2018-01-18 | Bug 1429785 - In-page back navigation broken | Kohei Yoshino | 1 | -17/+46 | |
2018-01-18 | Bug 1430495 - Make loading of Requests dropdown faster | Kohei Yoshino | 1 | -1/+9 | |
2018-01-18 | Bug 1431135: add bug status css class to markup | Pascal Chevrel | 1 | -1/+1 | |
2018-01-17 | no bug - Lowercase the email address before generating the MD5 for Gravatar | Matt N | 1 | -1/+1 | |
This is step 2 of https://en.gravatar.com/site/implement/hash/ | |||||
2018-01-12 | Bug 1426414 - Send preload headers for webfonts | Markus Staab | 1 | -0/+10 | |
2018-01-11 | Bug 1429600 - Update Revision.pm type checking to treat bug id as a simple ↵ | dklawren | 1 | -2/+5 | |
string or undefined | |||||
2018-01-10 | bump version to 20180110.2 | Dylan William Hardison | 1 | -1/+1 | |
2018-01-10 | Bug 1429290 - allow bug modal to be narrower than 900px | Dylan William Hardison | 1 | -0/+24 | |
2018-01-10 | Bug 1429290 - Bugs now display too wide to fit in my window; reading bugs is ↵ | Kohei Yoshino | 1 | -1/+22 | |
much harder | |||||
2018-01-10 | Bug 1429449 - Do not handle non-primary click on dropdown menu | arai-a | 1 | -0/+8 | |
2018-01-10 | Bug 1429398 - Scrolling down with keyboard no longer works correctly in at ↵ | Dylan William Hardison | 1 | -4/+7 | |
least Firefox Note that kohei actually fixed this. | |||||
2018-01-10 | no bug - Fix a markup error (#361) | Kohei Yoshino | 1 | -1/+1 | |
This error can be observed in show_bug.cgi's source. | |||||
2018-01-10 | bump version to 20180110.1 | Dylan William Hardison | 1 | -1/+1 | |
2018-01-10 | Bug 1429220 - Issues with the new fixed header implementation | Kohei Yoshino | 1 | -5/+13 | |
2018-01-09 | bump version to 20180109.3 | Dylan William Hardison | 1 | -1/+1 | |
2018-01-09 | Bug 1429194 - Clicking requests icon gives "Loading... " but never actually ↵ | Kohei Yoshino | 1 | -2/+2 | |
completes | |||||
2018-01-09 | Bug 1429220 - Issues with the new fixed header implementation | Kohei Yoshino | 1 | -1/+2 | |
2018-01-09 | Bug 1429076 - Can we have a lock icon for requests in security-sensitive ↵ | Kohei Yoshino | 3 | -10/+26 | |
bugs in Requests Quick Look Dropdown? | |||||
2018-01-09 | Bug 1429075 - Encoding issue in notification area (mojibake) | Dylan William Hardison | 1 | -1/+5 | |
2018-01-09 | Bug 1429110: Update Revision.pm type checking to treat bug id as a simple string | dklawren | 1 | -7/+5 | |
2018-01-09 | bump version to 20180109.2 | Dylan William Hardison | 1 | -1/+1 | |
2018-01-09 | Bug 1429060 - Fix nagios checker blocker breakage from PR #340 | Dylan William Hardison | 1 | -1/+2 | |
2018-01-09 | bump version to 20180109.1 | Dylan William Hardison | 1 | -1/+1 | |
2018-01-09 | no bug - Update editorconfig to use 2 space indentation for CSS and ↵ | Kohei Yoshino | 1 | -4/+4 | |
JavaScript (#353) | |||||
2018-01-08 | Bug 1428641 - Implement Requests quick look dropdown on global header | Kohei Yoshino | 7 | -22/+294 | |
2018-01-08 | Bug 1428642 - Fix minor bugs on new global header | Kohei Yoshino | 7 | -20/+46 | |
* The magnifier icon on the search bar should not trigger search as reported in https://twitter.com/colinjoy/status/949035254949523457 * The search dropdown should show Saved Searches Edit link as suggested in my UX analysis * Remove the CSS transition on the More Tools button for consistency. I didn't add the transition; it's default style for buttons * Fix the position of the arrow/triangle on dropdown lists. An error of 1px. * Add `user-select: none;` to `#header` https://developer.mozilla.org/en-US/docs/Web/CSS/user select | |||||
2018-01-08 | Bug 1427800 - Wrong anchor scrolling with old UI | Kohei Yoshino | 4 | -39/+80 | |
2018-01-08 | Bug 1428146 - Fix static assets url rewriting rule | Dylan William Hardison | 1 | -1/+1 | |
2018-01-08 | Add MPLv2 LICENSE file (#350) | Dylan William Hardison | 1 | -0/+373 | |
2018-01-05 | Bug 1428079 - No horizontal scrollbar when bug summary is very long or ↵ | Kohei Yoshino | 1 | -2/+1 | |
narrow browser width | |||||
2018-01-05 | Bug 1428227 - Google doesn't index bugzilla.mozilla.org any more | Dylan William Hardison | 3 | -5/+5 | |
2018-01-05 | Bug 1428156 - BMO will mark a revision as public if it sees a new one ↵ | dklawren | 1 | -2/+12 | |
created without a bug id associated with it | |||||
2018-01-04 | Bug 1428166 - Move <meta charset> to start of <head> | Edgaras | 1 | -4/+4 | |
The <meta> element declaring the encoding must be inside the <head> element and within the first 1024 bytes of the HTML as some browsers only look at those bytes before choosing an encoding. https://developer.mozilla.org/en-US/docs/Web/HTML/Element/meta#attr-charset | |||||
2018-01-04 | no bug - fix some perlcritic warnings to make test happy (#340) | Dylan William Hardison | 1 | -13/+14 | |
2018-01-04 | bump version to 20180104.2 | Dylan William Hardison | 1 | -1/+1 | |
2018-01-04 | Bug 1428052 - security bugs always have the vertical scrollbar outside of ↵ | Dylan William Hardison | 1 | -2/+0 | |
area visible by default (overflow on the right) | |||||
2018-01-04 | Bug 1428038 - Background color of security bugs is wrong again | Dylan William Hardison | 1 | -1/+0 | |
2018-01-04 | no bug - move contrib nagios checker to scripts dir | gcoxmoz | 2 | -312/+113 | |
2018-01-04 | fix tests that rely on error messages preserving the case of bug aliases | Dylan William Hardison | 1 | -1/+1 | |
2018-01-04 | fix tests that rely on error messages prior to bug 1426475 | Dylan William Hardison | 4 | -4/+4 | |
2018-01-04 | fix strange error during push | Dylan William Hardison | 1 | -0/+1 | |