mozilla / bugbot

A Mozilla release management tool to send reminders to Firefox developers and improve Bugzilla metadata
BSD 3-Clause "New" or "Revised" License
36 stars 66 forks source link

Drop the time limitation in triage related tools #1592

Closed suhaibmujahid closed 2 years ago

suhaibmujahid commented 2 years ago

https://github.com/mozilla/bugbot/blob/163d45b62a2e499229afeb11198aa0d96678c059/auto_nag/bzcleaner.py#L417-L427

marco-c commented 2 years ago

What is the effect if we do this now?

suhaibmujahid commented 2 years ago

to_triage with the limit

20 bugs

Click to expand the dry-run output!
ComponentBugSummaryBug Type
DOM: Copy & Paste and Drag & Drop 1780840 Firefox doubles CRLF in clipboard when copying it on a page using &#xD;&#xA; inside <pre> tags defect
DOM: Core & HTML 1782382 [NSFW] "dom.popup_allowed_events" no longer able to strictly block pop-ups defect
DOM: Core & HTML 1782380 input type="Color" color-picker does not appear, when you activate the button using 'accesskey' (with "<input> picker was blocked due to lack of user activation") defect
DOM: Core & HTML 1782142 [Bug]: :active pseudo-class doesn't get added when element is in shadow DOM defect
DOM: Core & HTML 1782109 NS_ERROR_ILLEGAL_VALUE in InertiaJS for large server responses. (from history.replaceState ) defect
DOM: Core & HTML 1780199 accesskey on <input type="file"> does not open a filerequester defect
DOM: Editor 1781756 Contenteditable text won't apply bold format using execcommand defect
DOM: Events 1780802 Assertion failure: leaf == newLeaf || (aState == ElementState::ACTIVE && !leaf && !CanContentHaveActiveState(*newLeaf)), at /dom/events/EventStateManager.cpp:5791 defect
DOM: Events 1780734 Adding `input` event listener for capturing phase change the order of `input` event listener in bubbling phase and mutation observer defect
DOM: Navigation 1782410 SessionHistory lost when navigating to a specific google result defect
DOM: Selection 1781989 select strings Japanese character '々' defect
DOM: Selection 1779913 TONS of non-standard text selection on macOS defect
DOM: Selection 1769320 getSelection() returns wrong anchorNode & focusNode when double clicking an element defect
DOM: UI Events & Focus Handling 1780801 Mouseover effects including hovertext no longer working unless I click defect
General 1776665 Bugged content-prefs.sqlite make it impossible to change default preference of certain site defect
General 1770208 Google doc unresponsive to cursor after long idle time defect
Inspector 1782195 Rect of element with only `height` set affected by a specific layout gains unexpected y-values when another element's display is set to "none" directly after opening the Developer Tools defect
Inspector 1780742 Markup view is impacted by RTL-OVERRIDE character defect
about:debugging 1780391 Enable USB Debugging is not working on M1 mac defect
about:debugging 1780255 After reloading an addon, the webextension toolbox navigates to the fallback window page defect

to_triage without the limit

38 bugs

Click to expand the dry-run output!
ComponentBugSummaryBug Type
DOM: Copy & Paste and Drag & Drop 1780840 Firefox doubles CRLF in clipboard when copying it on a page using &#xD;&#xA; inside <pre> tags defect
DOM: Copy & Paste and Drag & Drop 570164 support proposed DownloadURL format string on DataTransfer object defect
DOM: Core & HTML 1782382 [NSFW] "dom.popup_allowed_events" no longer able to strictly block pop-ups defect
DOM: Core & HTML 1782380 input type="Color" color-picker does not appear, when you activate the button using 'accesskey' (with "<input> picker was blocked due to lack of user activation") defect
DOM: Core & HTML 1782142 [Bug]: :active pseudo-class doesn't get added when element is in shadow DOM defect
DOM: Core & HTML 1782109 NS_ERROR_ILLEGAL_VALUE in InertiaJS for large server responses. (from history.replaceState ) defect
DOM: Core & HTML 1780199 accesskey on <input type="file"> does not open a filerequester defect
DOM: Core & HTML 1679478 Assertion failure: false (MOZ_ASSERT_UNREACHABLE: Could not get DocShell from mFrameLoader?), at /builds/worker/checkouts/gecko/dom/base/nsObjectLoadingContent.cpp:550 defect
DOM: Core & HTML 1662401 Remove COOP+COEP preferences defect
DOM: Core & HTML 1648433 Ghost windows on Reddit defect
DOM: Core & HTML 1500404 No display of PDFs in <object> or <embed> tags or prompt to show them with action not set to "Preview in Firefox" defect
DOM: Core & HTML 654520 scrollintoview() not used correctly if object is hidden under status bar or horizontal scroll bar defect
DOM: Editor 1781756 Contenteditable text won't apply bold format using execcommand defect
DOM: Events 1780802 Assertion failure: leaf == newLeaf || (aState == ElementState::ACTIVE && !leaf && !CanContentHaveActiveState(*newLeaf)), at /dom/events/EventStateManager.cpp:5791 defect
DOM: Events 1780734 Adding `input` event listener for capturing phase change the order of `input` event listener in bubbling phase and mutation observer defect
DOM: Events 1615147 Performance issues on https://macofalltrades.com defect
DOM: Events 1425444 Event mouseleave is not fired when element was moved defect
DOM: Events 1224754 Fix Event::GetScreenCoords so that it always returns CSSIntPoints in the correct coordinate system defect
DOM: Events 968347 Firefox doesn't add a form element to the scope chain in the event handler for the img element defect
DOM: Forms 1564115 Spell checker keeps turning off defect
DOM: Forms 928224 First Character Being Eaten during Type Change on Input Field defect
DOM: Navigation 1782410 SessionHistory lost when navigating to a specific google result defect
DOM: Navigation 1595491 Make <embed> and <object> behave more like <iframe> defect
DOM: Selection 1781989 select strings Japanese character '々' defect
DOM: Selection 1779913 TONS of non-standard text selection on macOS defect
DOM: Selection 1769320 getSelection() returns wrong anchorNode & focusNode when double clicking an element defect
DOM: Selection 1700237 crash / Assertion failure: isSome(), at dom/base/nsRange.cpp#782 defect
DOM: Selection 617068 Match the specification for input.{select,selectionStart,selectionEnd,setSelectionRange} defect
DOM: Serializers 1554489 End-line characters are ignored on Gitlab instances defect
DOM: UI Events & Focus Handling 1780801 Mouseover effects including hovertext no longer working unless I click defect
DOM: UI Events & Focus Handling 1696639 Moving mouse while having mouse button clicked does not change target (different behavior than in MDN) defect
General 1776665 Bugged content-prefs.sqlite make it impossible to change default preference of certain site defect
General 1770208 Google doc unresponsive to cursor after long idle time defect
Inspector 1782195 Rect of element with only `height` set affected by a specific layout gains unexpected y-values when another element's display is set to "none" directly after opening the Developer Tools defect
Inspector 1780742 Markup view is impacted by RTL-OVERRIDE character defect
XML 1653226 FF 78 crash noting xml node toolbarbutton with id UITourTooltipClose defect
about:debugging 1780391 Enable USB Debugging is not working on M1 mac defect
about:debugging 1780255 After reloading an addon, the webextension toolbox navigates to the fallback window page defect

no_severity with the limit

First

8 bugs

Click to expand the dry-run output!
ComponentBugSummary
CSS Parsing and Computation 1779645 Implement CSS named page fragmentation for replaced frames
DOM: Selection 1779913 TONS of non-standard text selection on macOS
General 1776665 Bugged content-prefs.sqlite make it impossible to change default preference of certain site
Graphics: WebGPU 1780104 Some `wgpu` calls don't propagate errors back to JavaScript
Graphics: WebGPU 1780084 `mozilla::webgpu::Buffer::MapAsync` doesn't check `mValid`
Graphics: WebGPU 1780061 Hit MOZ_CRASH(called `Result::unwrap()` on an `Err` value: UnalignedRange) at gfx/wgpu_bindings/src/server.rs:372
Graphics: WebGPU 1780057 Hit MOZ_CRASH(attempt to subtract with overflow) at /third_party/rust/wgpu-core/src/device/mod.rs:1013
Graphics: WebGPU 1780051 Assertion failure: data != nullptr, at /dom/webgpu/Queue.cpp:57

Second

54 bugs

Click to expand the dry-run output!
ComponentBugSummary
Address Bar 1776252 Cannot delete autocomplete URL
Agent 1776754 Non-JSON data when handling an incoming message causes an internal JavaScript error and skips sending the response
Audio/Video 1772647 dom/media/platforms/wrappers/MediaChangeMonitor.cpp:177:44: runtime error: inf is outside the range of representable values of type 'int'
Autocomplete 1724006 [Bug]: button text in document being replaced with password Text
Bookmarks & History 1765479 Firefox locks up after trying to access bookmarks
Browser 1765146 iPad iOS opens links in new tab instead of same window
CSS Parsing and Computation 1743305 Pure CSS browser fingerprinting and cross-origin CSS 'supercookie'.
DOM: Selection 1769320 getSelection() returns wrong anchorNode & focusNode when double clicking an element
Developer Environment Integration 1764463 Mozillabuild 4.0 broke gvim external command support for hg diff
Downloads Panel 1772140 bz2 extension appended to a .exe download
File Handling 1772988 File .mp2 is converted to .mpeg while downloading
Firefox Source Docs: Content 1767830 point to chrome link doesn't work
General 1776665 Bugged content-prefs.sqlite make it impossible to change default preference of certain site
General 1770208 Google doc unresponsive to cursor after long idle time
General 1731577 Firefox IOS - new page every time app opens
Graphics 1767373 firefox black out after scroll down by mouse wheel
Graphics: WebRender 1776695 Graphical issues on specific device
IPC 1725959 valgrind: Syscall param sendmsg(msg.msg_iov[4]) points to uninitialised byte(s)
Layout: Scrolling and Overflow 1747792 scrollbar with fullscreen youtube when changing fullzoom
Lint and Formatting 1772716 `hg commit` automatically invokes `mach lint` or similar, and it's not clear how to disable this behaviour
Networking 1774211 "Start now" button in Gmail Workspace pop-up doesn't work
Performance Monitoring 1724591 about:performance seems to be worthless in explaining why Firefox is using more than 5GB of RAM while idling
Session Restore 1749209 startup setting "open previous windows and tabs" failing
Session Restore 1741145 TabStateFlusherInternal.flush throws intermittently
Session Restore 1728163 FF 91.0.2 restores my session while configured not to
Tabbed Browser 1771578 Wrong hitbox (activation field) on the left tab arrow (button to scroll the tabs).
Tabbed Browser 1766181 Firefox becomes really slow to respond/switch to on MacBook Pro M1 Max
Tabbed Browser 1749731 Tab tooltip spans over multiple screens
Tabbed Browser 1741149 updateBrowserRemoteness throws intermittently
Tabbed Browser 1741077 "Confirm before closing multiple tabs" setting silently unchecked
Tabbed Browser 1728908 The default process type for the initial tab and new tabs created by tabbrowser should be 'privileged about' rather than 'web'
Tabbed Browser 1728398 Opening a new tab causes the current browser to resize
Tabbed Browser 1727821 Overflowing right-to-left tab title shifts when hovered
Tabbed Browser 1726992 Tabs don‘t go away when tapping on close in iPadOS
Tabbed Browser 1726741 Firefox crashes
Tabbed Browser 1726422 Error when closing all tabs
Tabbed Browser 1725196 Webextension update notices can open new tabs, switch focus
Tabbed Browser 1725040 Firefox (wayland) Unable to move tabs from a group
Tabbed Browser 1724170 Undo closed tabs is unreliable after closing multiple tabs
Tabbed Browser 1723893 You cannot tell if a tab is selected or active
Theme 1750085 Bad visual on Firefox start / restore. Dark rectangle
Theme 1724561 Places drop indicator's vertical positioning is inconsistent when dragging immediately before/after a separator
Themes 1723970 about:restartrequired: bad padding for window width of 960px to 1050px
Third Party Packaging 1776413 [Snap] meta bug tracking download-related issues
Third Party Packaging 1760996 Firefox snap cannot access user fonts and fontconfig files
Third Party Packaging 1734791 Kerberos/SPNEGO authentication not working in snap package
Translation 1728811 Translation leads to 'lorlorlor'
Translation 1727031 Firefox Translations adds 11 seconds of jank to long wiki page with a variety of languages
Translation 1723632 Incorporate mochitests for Firefox Translations
Web Painting 1729589 Assertion failure: IsAncestor(aOne, aTwo) || IsAncestor(aTwo, aOne), at src/layout/painting/nsDisplayList.h:270
Web Painting 1724518 When displaying the contents of the web page, the letters are superimposed on each other.
Web Painting 1724474 Tooltip shadows missing intermittently on macOS 10.13 after bug 1722258
Web Speech 1751633 speechSynthesis.speak() speechSynthesis.pause() call sequence handled incorrectly
Web Speech 1751621 speechSynthesis.speaking is false while speechSynthesis.paused is true

no_severity without the limit

First

10 bugs

Click to expand the dry-run output!
ComponentBugSummary
CSS Parsing and Computation 1779645 Implement CSS named page fragmentation for replaced frames
DOM: Selection 1779913 TONS of non-standard text selection on macOS
General 1776665 Bugged content-prefs.sqlite make it impossible to change default preference of certain site
Graphics: WebGPU 1780104 Some `wgpu` calls don't propagate errors back to JavaScript
Graphics: WebGPU 1780084 `mozilla::webgpu::Buffer::MapAsync` doesn't check `mValid`
Graphics: WebGPU 1780061 Hit MOZ_CRASH(called `Result::unwrap()` on an `Err` value: UnalignedRange) at gfx/wgpu_bindings/src/server.rs:372
Graphics: WebGPU 1780057 Hit MOZ_CRASH(attempt to subtract with overflow) at /third_party/rust/wgpu-core/src/device/mod.rs:1013
Graphics: WebGPU 1780051 Assertion failure: data != nullptr, at /dom/webgpu/Queue.cpp:57
Security 758485 Expired certificate error message should use a relative time instead of showing the current time
Security 480742 No security indicators shown when loading an https URL results in a dialog (e.g. what-to-do-with-this-file)

Second

547 bugs

Click to expand the dry-run output!
ComponentBugSummary
Add-ons Manager 1334712 Make the CSS in about:addons reusable for styling webextension options.
Address Bar 1776252 Cannot delete autocomplete URL
Agent 1776754 Non-JSON data when handling an incoming message causes an internal JavaScript error and skips sending the response
Audio/Video 1772647 dom/media/platforms/wrappers/MediaChangeMonitor.cpp:177:44: runtime error: inf is outside the range of representable values of type 'int'
Audio/Video: Playback 1703812 Use edit list to trim decoder delay in AAC files
Autocomplete 1724006 [Bug]: button text in document being replaced with password Text
Autocomplete 1651572 Chrome's autocomplete on html input fields fires a `change` event and Firefox doesn't
Bookmarks & History 1765479 Firefox locks up after trying to access bookmarks
Bookmarks & History 1707875 [Proton] Inconsistent bookmarks panel field and button colors on Linux
Bookmarks & History 1703000 Bookmarks Tag expander is enabled even when there are no tags
Bookmarks & History 1702998 Bookmarks Panel gets wide when opening the folder tree
Bookmarks & History 1701779 (Proton) missing separator in bookmarks toolbar button menu
Bookmarks & History 1518518 Bookmark position mark misplaced when moving bookmarks in bookmark toolbar
Browser 1765146 iPad iOS opens links in new tab instead of same window
Browser 1716808 Firefox for iOS crashes when too many tabs open
Browser 1703423 Two tabs open in iOS Firefox when using keyboard shortcut
Build Documentation 1721477 Linux build instructions suggest bad modification to .bashrc
CDP 1650112 Runtime.callFunctionOn and Runtime.evaluate fail evaluating "new Function()" on pages with CSP
CDP 1637839 Network.responseReceived should be emitted after requestfinished
CDP 1637838 Propagate loaderId to non-Document request and response events
CDP 1636970 Page.frameStoppedLoading is emitted at the wrong time
CDP 1636477 referrer option in Page.navigate should propagate into request headers
CDP 1634693 Page load events should be emitted when navigating to a file: url
CSS Parsing and Computation 1743305 Pure CSS browser fingerprinting and cross-origin CSS 'supercookie'.
CSS Parsing and Computation 1680845 Cannot build on Ubuntu 20.10 due to dist/include/mozilla/ServoStyleConsts.h:648:3: error: expected identifier if `widget/IMEData.h` includes `mozilla/WritingModes.h`
CSS Parsing and Computation 1675598 Uninitialized memory usage in parse_attribute_selector (parse.rs) during M-C/C-C Thunderbird mochitest.
CSS Parsing and Computation 1649084 Crash in [@ mozalloc_abort | moz_xmalloc | mozilla::dom::Document::MatchMedia]
CSS Parsing and Computation 893946 Follow the specs/other UAs regarding <embed hidden> behaviour
CSS Parsing and Computation 658542 Update css-{valid,moz-ui-invalid,moz-ui-valid}/input/ test suite to do real reftests with <input type='radio'>
CSS Transitions and Animations 1698644 CSS animation on https://www.reifen.de/ cause a permanent ~50% load of Firefox
Code Coverage 1670084 WebRender needs code coverage
Crash Reporting 1672176 Firefox keeps crashing randomly on Linux with _BAD_WINDOW
DMD 1254552 DMD auto-triggered threshold reports
DOM: Copy & Paste and Drag & Drop 570164 support proposed DownloadURL format string on DataTransfer object
DOM: Core & HTML 1679478 Assertion failure: false (MOZ_ASSERT_UNREACHABLE: Could not get DocShell from mFrameLoader?), at /builds/worker/checkouts/gecko/dom/base/nsObjectLoadingContent.cpp:550
DOM: Core & HTML 1662401 Remove COOP+COEP preferences
DOM: Core & HTML 1648433 Ghost windows on Reddit
DOM: Core & HTML 1500404 No display of PDFs in <object> or <embed> tags or prompt to show them with action not set to "Preview in Firefox"
DOM: Core & HTML 654520 scrollintoview() not used correctly if object is hidden under status bar or horizontal scroll bar
DOM: Events 1615147 Performance issues on https://macofalltrades.com
DOM: Events 1425444 Event mouseleave is not fired when element was moved
DOM: Events 1224754 Fix Event::GetScreenCoords so that it always returns CSSIntPoints in the correct coordinate system
DOM: Events 968347 Firefox doesn't add a form element to the scope chain in the event handler for the img element
DOM: Forms 1564115 Spell checker keeps turning off
DOM: Forms 928224 First Character Being Eaten during Type Change on Input Field
DOM: Navigation 1595491 Make <embed> and <object> behave more like <iframe>
DOM: Performance 1710762 performance.timeOrigin is set from the system clock (once per process) instead of a shared monotonic clock, which is inconsistent with the High Resolution Time spec
DOM: Performance 1679737 Align resource timing's transferSize with the revised specification
DOM: Security 1628783 Make FPI affect keying of docgroup
DOM: Security 1114572 sandbox allow-scripts
DOM: Selection 1769320 getSelection() returns wrong anchorNode & focusNode when double clicking an element
DOM: Selection 1700237 crash / Assertion failure: isSome(), at dom/base/nsRange.cpp#782
DOM: Selection 617068 Match the specification for input.{select,selectionStart,selectionEnd,setSelectionRange}
DOM: Serializers 1554489 End-line characters are ignored on Gitlab instances
DOM: UI Events & Focus Handling 1696639 Moving mouse while having mouse button clicked does not change target (different behavior than in MDN)
Developer Environment Integration 1764463 Mozillabuild 4.0 broke gvim external command support for hg diff
Disability Access 1284235 Suggest increasing visibility of default focus ring to improve usability/accessibility for keyboard users
Disability Access APIs 1688572 accessible/tests/mochitest/elm/test_HTMLSpec.html permafails
Documentation Infrastructure 1670931 Firefox source docs under `main/latest` are out of date
Documentation Infrastructure 1649882 Using nullish coalescing operator (??) in files read by jsdoc breaks documentation
Documentation Infrastructure 1643960 "Adding Documentation" doesn't mention Markdown, only "index.rst"
Documentation Infrastructure 1621950 Linking from .md files to .rst files is a suboptimal experience
Downloads Panel 1772140 bz2 extension appended to a .exe download
File Handling 1772988 File .mp2 is converted to .mpeg while downloading
File Handling 1308822 Firefox shows a separate PDF and Portable Document Format option and refuses to open a PDF file
File Handling 998475 preview pdf in firefox option does not show when pdf set to always ask
File Handling 974937 inline pdf is not shown using firefox
Find Backend 1663150 number of matches is incorrect. i.e. sometimes indicates as 1 of 1 match
Find Toolbar 1707842 Function of "Match Diacritics" button for Asian languages is not clearly explained
Firefox Accounts 1681930 Unnecessary scrollbar displayed in Send tab to device submenu while the sync in OFF
Firefox Accounts 1662117 Crash in [@ AsyncShutdownTimeout | quit-application-granted | SyncDisconnect: removing requested data]
Firefox Accounts 1631657 Account avatar goes square when the account is in a bad state
Firefox Source Docs: Content 1767830 point to chrome link doesn't work
Gecko Profiler 1337342 Profiler Leaks thread handles until it is stopped
General 1776665 Bugged content-prefs.sqlite make it impossible to change default preference of certain site
General 1770208 Google doc unresponsive to cursor after long idle time
General 1731577 Firefox IOS - new page every time app opens
General 1722521 Night mode inverts colours when Google is using "Dark Theme" appearance.
General 1711594 Can only print in portrait (Safari allows for landscape)
General 1705054 Whenever I scroll down on a page and click on another page, then go back to the previous page, it takes me to top of page instead of where I left off
General 1686267 Youtube live stream memory leak from Video DownloadHelper
General 1680431 Firefox should stay in landscape mode when the phone is rotated upside down on iOS
General 1630069 Reenable RuntimeSettingsTest.aboutConfig
General 1629631 Use MOZ_WIDGET_ANDROID instead of ANDROID for geckoview specific code
General 1625652 MDN welcome mail still points to IRC instead of Matrix
Graphics 1767373 firefox black out after scroll down by mouse wheel
Graphics 1699485 [Bug] Cannot draw mp4/h.264 video to canvas
Graphics 1698413 Screenshot feature does not use subpixel antialiasing
Graphics 1696516 --with-gl-provider config option seems to be broken
Graphics 1687142 Vsync drift due to inaccurate mVsyncRate
Graphics 1686109 RenderCompositorNative::MaybeGrabScreenshot should check ProfilerScreenshots::IsEnabled() before calling mNativeLayerRoot->CreateSnapshotter()
Graphics 1684297 [wayland] hamburger menu and extension context menus appear huge
Graphics 1683504 Random lines from mouse pointer to pen when drawing on art sites.
Graphics 1682861 ThreadSanitizer: lock-order-inversion (potential deadlock) [@nsDOMWindowUtils::CompareCanvases]
Graphics 1672965 The cursor doesn't change anymore when hovering a link or button on a website while uBlock Origin is opened
Graphics 1671854 pdf-viewer renders certain files incorrectly
Graphics 1671069 Playback of certain Youtube videos freeze video (not audio) in full screen on Linux
Graphics 1671053 Assertion when going into about:support
Graphics 1670915 Random lines occur on google maps when enabling/disabling Menu bar and zooming in or out
Graphics 1670451 Renders Blank Pages
Graphics 1670153 Hardware accelleration locks VRAM at 800Mhz on Radeon VII
Graphics 1663334 Strava details not showing in Firefox 80.0.1
Graphics 1663202 Whole facebook page flickers when scrolling through news feed
Graphics 1662269 Google Maps performance slow in macOS with HiDPI
Graphics 1661393 Blurry Google Maps when in windowed (non-maximized) mode
Graphics 1204321 crash in CDevice::DriverInternalErrorCB(long)
Graphics 1073209 Eliminate usage of CreateSamplingRestrictedDrawable
Graphics 1025573 Choppy scrolling on http://acko.net/
Graphics: Canvas2D 1464173 Linear gradient on canvas doesn't render properly on windows on a GPU
Graphics: Canvas2D 683051 Make new moz* canvas attributes WebIDL compatible
Graphics: CanvasWebGL 1698054 Black Video Frames in WebGL when hardware accelleration is enabled
Graphics: CanvasWebGL 1696693 WebGL2: SRGB8_ALPHA8 does not linearize texture color
Graphics: CanvasWebGL 1693555 Poor performance on FF85 on nasa.gov simulations
Graphics: CanvasWebGL 1692194 Three.js (WebGL/canvas) freezes CSS animated background images and transitions on Firefox Developer 86.0b8 (64-bit)
Graphics: CanvasWebGL 1692047 texSubImage3D offset in PIXEL_UNPACK_BUFFER does not function properly
Graphics: CanvasWebGL 1691815 Incorrect premultiplied alpha WebGL UNPACK for SVG images
Graphics: CanvasWebGL 1689479 captureStream() breaks WebGL canvas viewport
Graphics: CanvasWebGL 1688793 Texture load from video become green in webgl
Graphics: ImageLib 1680491 Image done and remain white box and firefox cache it like in white form
Graphics: ImageLib 1647269 mozalloc_abort MOZ_CRASH() on Android
Graphics: WebRender 1776695 Graphical issues on specific device
Graphics: WebRender 1717863 Black box rendered when animating opacity
Graphics: WebRender 1697663 Poor scrolling performance with webrender on Mali-T830 MP1
Graphics: WebRender 1695121 CSS 3D Transforms breaking when parent element has skew or rotate transform applied to it and transform-style: preserve-3d; is used
Graphics: WebRender 1690319 Remove integer comparison workaround in fetch_clip_area.
Graphics: WebRender 1686638 Display Driver has stopped working and has recovered
Graphics: WebRender 1686061 400% more heap-unclassified memory reported by AWSY on Linux (webrender vs non-webrender)
Graphics: WebRender 1683951 Slow animation with svg base64 filter
Graphics: WebRender 1683946 Hit MOZ_CRASH(called `Option::unwrap()` on a `None` value) at /builds/worker/checkouts/gecko/third_party/rust/euclid/src/size.rs:285
Graphics: WebRender 1681552 Make all WEBRENDER_* features blockable via the downloadable blocklist
Graphics: WebRender 1673225 Webrender is not using RGB Subpixel Anti-Aliasing during animations or for stroked text
Graphics: WebRender 1671591 Some WR reftests seem to be running with d2d rather than WR?
Graphics: WebRender 1671208 Black rectangles on pages (looks like partial present) [Intel(R) UHD Graphics 605] (geminilake)
Graphics: WebRender 1670796 Intermittent, seconds long lag when switching tabs, fixable by "Trigger device reset"
Graphics: WebRender 1670512 Inactive tab titles bold on macOS with LCD font smoothing enabled
Graphics: WebRender 1668651 Entire system freezes for ~10s when loading certain web pages
Graphics: WebRender 1662776 WebRender RenderDXGITextureHostOGL times out on https://waveform.prototyping.bbc.co.uk/waveform-data-issue-63/
Graphics: WebRender 1645408 Display corruption (NVidia Geforce GTX 1650 Super)
Graphics: WebRender 1586055 feComponentTransfer filters that are promoted as WebRender filters don't render beyond their input, even when they should
Home screen 1715229 bottom main menu bar missing after swipe keyboard out on search interface
IPC 1725959 valgrind: Syscall param sendmsg(msg.msg_iov[4]) points to uninitialised byte(s)
Internationalization: Localization 1673545 Support NumberFormat rev. 2 in Fluent
Internationalization: Localization 1669789 Inspecting the close confirmation window dialog causes the string to duplicate
Keyboard Navigation 1699542 unable to close tabs when holding ctrl while attempting to close the tab
Keyboard Navigation 1692192 Nightly: Addon custom keyboard shortcut is cleared after each restart.
Layout 1697130 Firefox 83+ no reset height for images with empty src attrib
Layout 1693231 `scroll-behavior: smooth;` animation is incorrect
Layout 1664886 css/css-layout-api/constraints/fixed-block-size-quirky-body.https.html WPT fails with FAIL (with e10s) or ERROR (with Fission)
Layout 1663656 Assertion failure: childStatus.IsFullyComplete() (We gave our child unconstrained available block-size, so it should be complete!), at /builds/worker/checkouts/gecko/layout/generic/nsVideoFrame.cpp:326
Layout 1477527 window.getSelection() into a text input can trigger application crash for ESR builds
Layout 1221888 "ASSERTION: we should have saved a frame property" with mspace
Layout: Form Controls 1378527 popups opened from a panel cause the panel to close
Layout: Grid 1633610 [css-grid] Masonry axis item baseline alignment is incorrect in some vertical writing-mode cases
Layout: Scrolling and Overflow 1747792 scrollbar with fullscreen youtube when changing fullzoom
Layout: Scrolling and Overflow 1650288 lazy-loading images don't always show up (until you scroll past them) on https://terraria.gamepedia.com/Guide:Walkthrough
Layout: Text and Fonts 1682751 Selection offset with small (scaled) fonts
Layout: Text and Fonts 1682271 [css-text] white-space: break-spaces shouldn't allow to break before the first ideographic space of a sequence
Lint and Formatting 1772716 `hg commit` automatically invokes `mach lint` or similar, and it's not clear how to disable this behaviour
Mach Core 1720651 Localized build error breaks the build process
Mach Core 1693480 Sccache causes build hang on Windows
Mach Core 1681569 Ensure native packages in "mach" virtualenv are installed and up-to-date when venv activated
Mach Core 1676738 mach vendor python psutil==5.7.3 adds/updates zipp and importlib_metadata
Memory Allocator 1719790 logalloc-replay doesn't report memory usage in thread-local arenas.
Memory Allocator 1692877 LD_PRELOAD with dlsym() of sysconf() hangs Firefox
Memory Allocator 1685645 Crash in [@ arena_t::DallocSmall | je_free | nsIContent::DeleteCycleCollectable]
Menus 1317817 nsContextMenu leaks BlobURLs for canvases opened in a new tab / window
Messaging System 1649405 DoH doorhanger text looks tiny on Linux
NSPR 1718838 NetBSD: pthread_equal only accepts valid threads
NSPR 1718836 NetBSD
NSPR 1718835 pthread_t may be 64-bit long
NSPR 1703255 NSPR 4.30 won't compile with gcc-11
NSPR 1694121 Compile error in include/prtypes.h with gcc-11 - mismatched types
NSPR 1681821 36 build warnings in nsprpub/pr
NSPR 1667331 Windows build fails with error: Couldn't reserve space for cygwin's heap
NSPR 1662053 Building without gcc
NSPR 363114 False comments in prio.h misleading MANY mozilla developers
NSPR 337908 PR_WaitCondVar lock after exit()
Networking 1774211 "Start now" button in Gmail Workspace pop-up doesn't work
New Tab Page 1715607 Hover area of shortcut tile should be clickable.
New Tab Page 1668887 [privacy, compliance] External content loaded by default on startpage
New Tab Page 1668438 Go Back on SSL warning page doesn't go back to blank new tab page
New Tab Page 1653954 Another scroll bar is shown while resizing the browser from bottom in about:newtab when having some highlights
New Tab Page 1653192 [macOS]Pocket - tab-focus styling not applied on first option in Your privacy matters modal
New Tab Page 1548683 Preloaded new tab page thinks it's visible and redraws when the window is resized
Normandy Client 1664052 Clients repeatedly failed to unenroll from Comcast steering experiment
Normandy Client 1663971 user-preference-changed-sideload unenrollments after Firefox upgrade
Notifications and Alerts 1663174 [a11y] Geolocation popup is hard to access through keyboard without knowing the key shortcuts by heart
Notifications and Alerts 1663170 Add-on install popup not fully keyboard accessible
Other 1691902 Crash in [@ obs-virtualcam-module64.dll | BaseThreadInitThunk]
Other 1690695 CylanceProtect Blocking Firefox from Launching
Other 1689984 Crash in [@ upload_surface_states]
Other 1683069 Crash in [@ RtlpFindAndCommitPages | RtlpExtendHeap | RtlpAllocateHeap | RtlpAllocateHeapInternal | RtlpAllocateUserBlockFromHeap | RtlpAllocateUserBlock | RtlpLowFragHeapAllocFromContext | RtlpAllocateHeapInternal | RtlpAddDebugInfoToCriticalSection |...
Other 1681745 Startup Crash in [@ mozilla::ErrorLoadingSheet]
Other 1664556 Kaspersky Security Cloud causes typing lag on Facebook (old) in messenger text box and public/new post box
Page Info Window 1716058 Help button is cut off in Page Info window
Page Info Window 1691868 Bookmark menu icons may not be loaded with TYPE_INTERNAL_IMAGE_FAVICON anymore
Page Info Window 1663621 The media tab in page info displays incorrect file sizes
Panning and Zooming 1691806 pinch zoom in/out triggers scrolling on the google map like content in https://www.vrt.be/vrtnws/nl/2020/07/24/aantal-nieuwe-coronabesmettingen-per-gemeente/
Panning and Zooming 1683370 [Bug] Issue selecting text
Panning and Zooming 1683251 [Bug] the whole page shifts when selecting text
Password Manager 952869 LoginManager should defer/lazify reading/decrypting password property as late as possible
Performance Monitoring 1724591 about:performance seems to be worthless in explaining why Firefox is using more than 5GB of RAM while idling
Performance Monitoring 1722875 High "energy impact" in about:performance on alert(1)
Performance Monitoring 1712503 throttle about:processes updates in background
Performance Monitoring 1707618 new proton Add-on icon is ambiguous
Performance Monitoring 1684311 Sorting by Energy Impact in about:performance doesn't update the list in real time
Performance Monitoring 1669909 about:performance shows a website's worker in the parent process
Permission Manager 1249889 Cookie wildcard handling non working anymore on Firefox for Mac OSX.
Pocket 1721656 Add preference to block paywalled stories from appearing on new tab page
Pocket 1715531 The pocket button remains pressed when switching tabs using CTRL+PageUp/PageDown
Pocket 1707770 Pocket Button - Punjabi Text overlapped
Pocket 1705176 Save to Pocket icon issue with twitter page navigation.
Pocket 1701953 The pocket button remains pressed after "pocketing" an article
Pocket 1694213 Clicking the Pocket button and then clicking the bookmark button will cancel the Pocket button
Pocket 1688396 Wrong Pocket popup size
Pocket 1683405 similar stories section in the doorhanger disappears if you start typing tags.
Preferences 1056478 Resizer of sub-dialog follows only half of the movement of mouse pointer
Preferences 188142 Provide preference to disable print dialog (and other dialogs?)
Preferences: Backend 1672265 Preferences should be able to handle float mirrors that are not actually floats
Preferences: Backend 1667733 Startup Crash in [@ mozilla::StaticPrefs::StartObservingAlwaysPrefs]
Preferences: Backend 1664614 Crash in [@ mozilla::Preferences::InitializeUserPrefs]
Print Preview 1675586 Assertion failure: !mScriptObject (Leaking script object.), at src/dom/xul/nsXULElement.cpp:1875
Printing: Output 1715176 Printing selected pages of PDF file - unexpected pages order
Printing: Output 1708693 PDF printing performance are poor
Printing: Output 1687576 Print and print preview take 35 seconds to respond in Firefox 84.0.2
Printing: Output 1683558 Scaling pages in print preview is not applied on the actual print
Printing: Output 1682072 Tab crashes when printing several pages that use display:grid
Printing: Output 1679041 Printing page clipping is being applied before css transform
Printing: Output 1631159 https://old.reddit.com/r/firefox/comments/g36an7/the_print_to_pdf_feature_is_inferior_to_chromiums/ is missing content when printed compared to Chrome
Printing: Output 1436066 Incorrect appearance for RTL content inside Simplify Page
Printing: Output 1252243 Printing results in odd artifacts on top right of page
Printing: Output 1252240 Investigate why printing http://www.bombmanual.com/manual/1/pdf/Bomb-Defusal-Manual_1.pdf yields incorrect results
Protections UI 1714388 Use the same styling for protections panel toggle control as are used in about:newtab
Protections UI 1710885 Duplicate toolbar separator if protections panel cookie subview heading is hidden
Protections UI 1709027 When using HTMLInputElement.setCustomValidity, messages stop appearing if I press "submit" while a validation message is onscreen
Protections UI 1708612 Tracking protection icon is hidden on about:blank and about:newtab, but not on custom new tab/home pages
Protections UI 1707207 The separator of the "All Cookies Blocked Sub Panel" has a double border.
Protections UI 1705902 Site Identity "tracking-protection on/off" slider looks like it's disabled/unclickable when it's in its "off" state
Protections UI 1703585 "Manage Protection Settings" button is missing a bit of spacing
Protections UI 1699052 Error when translating etp tooltip in browser.xhtml
SVG 713627 Simplify SVG 'sizing' tests post bug 668163
Search 1577792 An incorrect message about a search engine being set as default is displayed after having been blocked
Search 1411224 [Ubuntu][Search bar] "Change Search Settings" is partially displayed if the window is on half of the screen
Search 1204242 There's no way to determine whether I should press Ctrl+Up or Ctrl+Down to set the desired search engine as default one
Security 1715683 RUSTSEC-2021-0020 - hyper can be updated to 0.13.5
Security 1715679 RUSTSEC-2021-0013 needs raw-cpuid update in updateagent and lucet-runtime-internals
Security 1678994 website permission to open special links in external applications not configurable
Security 1677947 My containers suddenly got disabled in beta
Session Restore 1749209 startup setting "open previous windows and tabs" failing
Session Restore 1741145 TabStateFlusherInternal.flush throws intermittently
Session Restore 1728163 FF 91.0.2 restores my session while configured not to
Session Restore 1717361 Restoring previous session after clearing history.
Session Restore 1715920 Saving or downloading an image from a URL incorrectly uses an updated version if you have multiple tabs with same URL but different content
Session Restore 1715761 High memory usage in SessionWorker.js when restoring hundreds of tabs
Session Restore 1715410 Session history forgets the title of pages with forms that POST to the same URL
Session Restore 1714708 Scroll position and text boxes are not saved on exit
Session Restore 1711952 Session Restore Talos test fails to find top window
Session Restore 1709804 browser.sessionstore.resume_from_crash set to false has no effect
Session Restore 1709786 Firefox stops loading pages if value of browser.sessionstore.idleDelay is greater than 429496728
Session Restore 1709218 Ctrl+Shift+N restores (seemingly random?) window from the past
Session Restore 1709107 "Restore Previous Session" is missing from the History menu
Session Restore 1708321 Firefox failed to restore all tabs on launch
Session Restore 1704574 [SHIP] Fix the `documentHasChildNodes` value for about:blank documents
Session Restore 1704189 Collection is broken for removed frames due to usage of BrowsingContext::ChildOffset
Session Restore 1701538 Session restore does not remember about:compat tab
Session Restore 1698497 Need to update session store cache when changing owner element.
Session Restore 1695512 Lazy / discarded tab's "title" does not match the tab's label, URLs have the scheme prefix
Session Restore 1691498 Could not write session state file Error: TypeError: cannot use 'in' operator to search for "toMsg" in "out of memory"
Session Restore 1688467 Session restore does not restore
Session Restore 1688378 Startpage.com search results are lost on browser restart
Session Restore 1687047 The new tab page title appears in the window after session restore
Session Restore 1687000 Make use of initial blank page upon startup
Session Restore 1684263 Repeated password prompts on session restore
Session Restore 1682537 Tab session is gone again
Session Restore 1681829 about:restartrequired pages don't get restored properly from sessionstore now
Session Restore 1681077 On "Restore Session" page, "previous tabs" view scrolls too fast on macOS
Session Restore 1681015 Firefox loses all tabs when opened by captcha
Session Restore 1679956 pinned tabs prevent deletion of session cookie
Session Restore 1678034 blank window on startup nightly-community firefox 85
Session Restore 1670315 GSuite tabs fail sso authentication on startup
Session Restore 1668668 Sometimes pinned tabs do not reload after browser startup
Session Restore 1666895 When domains are set with Ci.nsICookiePermission.ACCESS_SESSION the cookies persist across restarts
Session Restore 1665259 weird window position behavior
Session Restore 1662550 Firefox hangs on startup when restoring tabs and displaying password dialog for proxy [@ __pthread_cond_wait | _MD_WaitUnixProcess | nsAuthSambaNTLM::Shutdown]
Session Restore 1662295 Closing tab crashes laptop and the restarts laptop
Session Restore 1661968 Restoring previously closed UI-less windows leaves them without OS Window controls
Session Restore 1659844 Session restore opens windows.create type=panel in broken state
Session Restore 1650250 Slow startup/high CPU use when restoring Firefox session with about:newtab as active tab in all windows
Session Restore 1646894 Figure out why browser_replace_load.js fails with DocumentChannel process switching
Session Restore 1642310 Mac OS: After restart, Firefox windows re-open in the same single virtual desktop instead of the virtual desktops they previously occupied.
Session Restore 1633845 Sometimes closed tab is restored after opening bookmark from Library
Session Restore 1630225 3+ minute long session restores on AMD E2-7110, Linux
Session Restore 1599479 Crash in [@ AsyncShutdownTimeout | profile-before-change | SessionFile: Finish writing Session Restore data,SessionFile: Finish writing Session Restore data,SessionFile: Finish writing Session Restore data,SessionFile: Finish writing Session Restore da...
Session Restore 1588165 Fix sessionrestore_many_windows Talos test to not ignore SSTabRestored events (was showing ~80% improvement on Windows shippable with Fission enabled)
Session Restore 1556614 SessionWorker uses massive amounts of memory
Site Permissions 1695759 Confusing camera state shown for Allowed Temporarily + Blocked (Temporarily) at the same time
Source Code Analysis 1681464 [Automated review] clang-tidy wants parens around definitions in macros, but the hazard build errors on them
Source Code Analysis 1671248 `static-analysis check dom` causes "The filename or extension is too long" error
Source Code Analysis 1671238 `static-analysis check` says 0 warnings present even when there is a warning
Source Code Analysis 1668756 [Static Analysis][Clang-Plugin] Lifetime-bound member functions analysis seems to miss relevant cases
Source Code Analysis 1667506 [Automated review] reviewbot says I touched the documentation, but I didn't
Source Code Analysis 1664383 Coverity reports are endlessly wide without horizontal scroll bar
Source Code Analysis 1660809 [Automated review] scrambled code quoted in comment posted for a clang-format warning
Source Code Analysis 1651960 [Static Analysis][Clang-Plugin] Invert MOZ_LIFETIME_BOUND annotation into an opt-out MOZ_NOT_LIFETIME_BOUND one
Source Code Analysis 1648116 Fix line numbers and only mark "this statement should be in braces" errors as "in patch" when the exact line is added/removed/changed in the patch
Source Code Analysis 1640467 [Automated review] Code coverage message is missing the paths of the uncovered files
Storage 1645907 Handle corrupt ExtensionPermission database
Sync 1689037 Desktop Device not shown in Android devices when desktop device offline for several hours
Sync 1686366 Some addons not syncing
Sync 1684722 Neither date added nor date modified reflect the truth when using sync
Sync 1684067 reconnect to firefox account
Sync 1426103 Initial bookmarks sync is very slow, takes hours or never ends (for ~35000 bookmarks)
Tabbed Browser 1771578 Wrong hitbox (activation field) on the left tab arrow (button to scroll the tabs).
Tabbed Browser 1766181 Firefox becomes really slow to respond/switch to on MacBook Pro M1 Max
Tabbed Browser 1749731 Tab tooltip spans over multiple screens
Tabbed Browser 1741149 updateBrowserRemoteness throws intermittently
Tabbed Browser 1741077 "Confirm before closing multiple tabs" setting silently unchecked
Tabbed Browser 1728908 The default process type for the initial tab and new tabs created by tabbrowser should be 'privileged about' rather than 'web'
Tabbed Browser 1728398 Opening a new tab causes the current browser to resize
Tabbed Browser 1727821 Overflowing right-to-left tab title shifts when hovered
Tabbed Browser 1726992 Tabs don‘t go away when tapping on close in iPadOS
Tabbed Browser 1726741 Firefox crashes
Tabbed Browser 1726422 Error when closing all tabs
Tabbed Browser 1725196 Webextension update notices can open new tabs, switch focus
Tabbed Browser 1725040 Firefox (wayland) Unable to move tabs from a group
Tabbed Browser 1724170 Undo closed tabs is unreliable after closing multiple tabs
Tabbed Browser 1723893 You cannot tell if a tab is selected or active
Tabbed Browser 1722678 Pinned tabs overwrite the ones next to them
Tabbed Browser 1722567 Multiple tabs undo close not consistent
Tabbed Browser 1722273 Firefox hangs when opening new window or tab from another application
Tabbed Browser 1722189 tab switching not working or delayed, content flashing or going blank, menus not working
Tabbed Browser 1721308 dragging tab when it pops up "Allow this site to open the <protocol> link?" dialog breaks tabbar
Tabbed Browser 1720825 Pin tab redirecting to firefox login page when there is no connection
Tabbed Browser 1720623 fetch useless favicon with link shortcut icon customization there
Tabbed Browser 1720094 Tab tool-tips persist after alt-tabbing away on Ubuntu
Tabbed Browser 1719804 Middle-Click fails when the space in tabbar is limited, should open new tab
Tabbed Browser 1719058 Command-Tilda ("~") only selects between 2 open windows
Tabbed Browser 1718876 Missing "Sync Now" label in synced tabs sidebar filter context menu
Tabbed Browser 1718107 Multiple Tab Creation (via middle click vs CTRL+click)
Tabbed Browser 1717752 "Warn you when quitting the browser" option does not count pinned tabs. (Close tabs and quit? You are about to close N tabs.)
Tabbed Browser 1717720 If a download window appears while a tab is being dragged, the drag is left incomplete
Tabbed Browser 1717337 Titlebar color doesn't change with focus change
Tabbed Browser 1717293 Shift-click on a tab switches to the tab as well as bringing up the tab menu (Mac)
Tabbed Browser 1716149 Opening large data uri based image with "open image in new tab" can be very slow
Tabbed Browser 1715918 All firefox tabs crash after version 89 update on ubuntu
Tabbed Browser 1715418 Accidentally Closing Pinned Tabs
Tabbed Browser 1715393 Mute tab option is hidden behind a hover effect even on touch density
Tabbed Browser 1714961 An option to Center Tab Title
Tabbed Browser 1714647 Browser window should not move (or resize) if the only tab in a window is detached onto itself
Tabbed Browser 1714607 Activating the tab menu moves current tab to new window
Tabbed Browser 1714475 UI Fault: FF89's New Tabs Break Pinned-Tab Conspicuity
Tabbed Browser 1714417 When dragging a tab from another window or dragging text, and trying to insert it as the rightmost tab it instead indicates it wants to insert as the leftmost tab if you have any hidden tabs.
Tabbed Browser 1714089 UI Bug - New tab button not aligned with tabs
Tabbed Browser 1713965 Blur affects title bar buttons on Windows 7
Tabbed Browser 1713949 Tab got stuck during the halfway of dragging the tab
Tabbed Browser 1713217 When closing all tabs in a window (with more tabs than max_tabs_undo), 2 warnings are shown when closing
Tabbed Browser 1711389 FF Nightly 90: "Open in New Container Tab" animates old tab out into separate window
Tabbed Browser 1710889 Infinitely pages update on shutterrstock.com
Tabbed Browser 1709095 Websites without favicon but playing audio have empty space at the left of the tab
Tabbed Browser 1704993 Write about:newtab and the tab icon does not change.
Tabbed Browser 1704711 The proton design tab button has uneven margin on left and right
Tabbed Browser 1703803 Some tab titles pushed down a line oddly by system font with bogus metrics
Tabbed Browser 1703769 Tab notifications are distanced from the applicable tab
Tabbed Browser 1702706 selectOwnerOnClose
Tabbed Browser 1701976 Hard to see that there are more tabs at the ends of the tab strip
Tabbed Browser 1701522 Audio playback indicators are hidden by default in compact ui density, making it harder to identify tabs playing audio
Tabbed Browser 1701479 Keyboard focus ring around tab covers container line indicator
Tabbed Browser 1701443 Favicons are hidden when media is present on page and hovering over tabstrip, making it harder to find tabs
Tabbed Browser 1700698 Pinned tab not fully repainted after switching to it for the first time
Tabbed Browser 1699726 The gap between the first tab and the edge of the window is not targeting the first tab on Windows 10
Tabbed Browser 1697892 Restoring a crashed tab does not restore the page that was being viewed
Tabbed Browser 1697586 Multi-selected tabs becomes de-selected when opening context menu using ctrl+click
Tabbed Browser 1697202 Cannot reload some tabs, `TypeError: can't access property "requestSHistoryUpdate", this.browser.frameLoader is null`
Tabbed Browser 1697120 Tab Buttons overlaps while resizing the window
Tabbed Browser 1697113 Tabs can’t be seen when having many pinned tabs
Tabbed Browser 1696974 Middle-clicking to close a tab can cause the selection to be pasted in the URL bar
Tabbed Browser 1693120 onLocationChange handler "consumers" in browser.js / tabbrowser.js should not update internal state for subframe loads
Tabbed Browser 1687656 Selected tab may not be part of a multiselection
Tabbed Browser 1687173 browser.tabs.unloadOnLowMemory = true still gets Firefox killed by earlyoom
Tabbed Browser 1687031 ui changing addons look buggy if a tab is inactive for long time
Tabbed Browser 1686640 tab iterations not releasing, hogging CPU
Tabbed Browser 1685013 mute whole firefox audio in all tabs
Tabbed Browser 1683221 Tab-bar Scrolling too fast
Tabbed Browser 1682178 opening link in same tab opens different url than new tab
Tabbed Browser 1682016 this website opens a tab on its own.
Tabbed Browser 1681217 Selected content document should not capture keyup event when cycling tabs by Ctrl+Tab
Tabbed Browser 1658875 Frontend should gracefully handle failure to create new remote browsers (instead of hanging the UI)
Tabbed Browser 1430796 encoded params in urls get decoded when displayed by firefox
Tabbed Browser 1395908 chrome://browser/skin/tabbrowser/loading-burst.svg consume much memory than other UI images
Theme 1750085 Bad visual on Firefox start / restore. Dark rectangle
Theme 1724561 Places drop indicator's vertical positioning is inconsistent when dragging immediately before/after a separator
Theme 1721348 White flash when starting/restarting browser with Dark theme applied
Theme 1721292 Menubar text always black, doesn't follow theme
Theme 1721032 Firefox Developer Edition 91.0b3 does not display background colors, gradients, rgba(), or link colors.
Theme 1720987 Recent updates to Firefox Developer Edition changed the relative size of all dialog buttons for Windows 7 Classic Theme
Theme 1720789 Download progress bar inside popover looks out of place on macOS Dark Appearance
Theme 1719109 Transparency of popups are inconsistent
Theme 1716419 Gray box on top of every page except settings
Theme 1715967 [Proton] Alignment issues within the Separate Search Bar
Theme 1715791 Tools > Options button display issue when using Windows "High Contrast Black" color scheme
Theme 1715763 Hard to distinguish container indicator in some colored theme
Theme 1715521 latest version ignores dark mode in textboxes, icons, buttons
Theme 1714892 Multiple toolbar icons do not evenly divide in to 16x16 causing them to appear off centered or inconsistently sized
Theme 1714871 New (Proton) download manager progress icon is unclear
Theme 1714773 Insufficient contrast between enabled and disabled front/back buttons (and Home)
Theme 1714422 [Linux] Firefox not respecting OS scrollbar width setting
Theme 1714402 ui.prefersReducedMotion is ignored in some areas
Theme 1713985 When using Firefox color, menus have dark theme even when light theme was initially selected
Theme 1713803 Context menu should be styled according to theme
Theme 1712981 fx 89: no titelbar color differentiation between background and foreground fx windows
Theme 1712363 UI settings not holding after restart
Theme 1711624 inconsistent button color in Dark theme between Add-ons Manager and Settings
Theme 1710693 [Proton] Private Mode Icon is no longer vertically aligned with the Settings Button on macOS
Theme 1710487 The pocket icon looks a bit small compared to Download and other icons
Theme 1710157 "Open a new tab" button is not vertically centered with adjacent tab. Button's + symbol also looks uncentered.
Theme 1709875 [Proton - macOS] Window Control Buttons should be moved a few pixels to the right to follow macOS Standards
Theme 1708894 (Proton) tabs and overscroll/new tab button use a different grey on hover
Theme 1708888 (Proton) in-content checkbox styling does not match the spec
Theme 1708878 (Proton) (regression) zoom controls in customization mode are unproportional
Theme 1708867 Tab focused state is wrong colour in Dark Mode
Theme 1708487 [Proton] Make the transition animation between 1 and 2 text lines on tab smoother
Theme 1708270 after exiting windows high contrast mode, tabs lose their outline/shadow
Theme 1707686 Tab bar too big in compact mode
Theme 1706670 Tab strip background does not match unfocused urlbar or figma
Theme 1704283 Maximized nightly is not full screen
Theme 1704201 The pink strip for a Shopping container-tab blends into the Alpenglow pink toolbar-color, particularly with Proton enabled
Theme 1704131 Hard to differentiate between active (foreground) and inactive (background) windows
Theme 1704086 Proton Tab Strip has wrong background color when browser.tabs.drawInTitlebar is false
Theme 1703352 [Proton - Tabstrip] Loading Bar Animation does not appear regular on every page load
Theme 1703029 Container tab indicator barely visible with certain themes
Theme 1702907 Sync not syncing "Dark Night Mode" addon
Theme 1702548 White line under tabs with custom theme and Proton enabled
Theme 1702328 The container colored line is not centered on pinned tabs
Theme 1701943 New Tab button styling looks different from tabs
Theme 1701875 inconsistent border(drop shadow) between standalone Searchbar dropdown and addressbar dropdown
Theme 1701413 Reduced contrast in Light theme makes tabs indistinguishable
Theme 1701069 First line in DoH panel has an inflated font-size when Proton is enabled
Theme 1701068 WebAuthn "Cancel" button in panel is too wide with Proton enabled
Theme 1701031 No hover effect on the saved passwords urlbar icon
Theme 1698399 Proton Dark Theme Has Overly Dark Text
Theme 1698281 nearly? invisible next/prev arrows on find-in-page w/o any text entered yet
Theme 1696982 Tab mouse over highlight can't be seen with a bright color theme
Theme 1694424 New Tab Button on new proton design (nightly) it stretched
Theme 1693701 Tabs shrink at the end of tab drag-and-drop if they are moved to the start or end of the tab bar, in maximized windows
Theme 1683523 "About Firefox" window leaves a blank line when DPI is changed
Theme 1670559 [mac] White line at the right-side of the "About Firefox" window for Beta/RC builds
Theme 1664837 AFAIK it has been showing gray screen instead recently,but my firefox still showing white
Themes 1723970 about:restartrequired: bad padding for window width of 960px to 1050px
Themes 1715946 Unreadable font-weight of error page title
Themes 1708835 Popup menus inconsistent with GTK theme
Themes 1708521 Components are not responsive to hovering when high contrast mode is enabled
Themes 1707726 [proton] Webcam permissions dialog barely legible with some custom themes
Themes 1702040 [Proton] Infobar background contrast against toolbar is quite low
Themes 1653867 The form filler drop-down shows black text on black background at https://chat.gnome.org/ when using the dark theme in GNOME
Third Party Packaging 1776413 [Snap] meta bug tracking download-related issues
Third Party Packaging 1760996 Firefox snap cannot access user fonts and fontconfig files
Third Party Packaging 1734791 Kerberos/SPNEGO authentication not working in snap package
Third Party Packaging 1665641 [Snap] Tracking bug for Snap issues
Toolbars and Customization 688130 Notifications with buttons that open popups should have a chevron to indicate that they open menus.
Top Sites 1718094 FF shortcuts very small
Top Sites 1713824 Context menu for sponsored tile suggest searching Google for "Amazon Sponsored"
Top Sites 1668501 custom search engine doesn't show up in top sites' search engine window
Top Sites 1538668 "@google" pin appears after Google is removed as a search engine
Translation 1728811 Translation leads to 'lorlorlor'
Translation 1727031 Firefox Translations adds 11 seconds of jank to long wiki page with a variety of languages
Translation 1723632 Incorporate mochitests for Firefox Translations
Translation 1720754 Firefox thinks https://online.adp.com/signin/v1/ needs translating (but doesn't know the language)
Translation 1713062 Enable SSE4.1 on wasm builds of marian for simd (maml)
Translation 1713057 Port Firefox Translations compilation toolkit from emscripten to Wasi
Untriaged 1686399 measureText from webextension throws error on mail.google.com
Untriaged 1686351 Firefox unable to load pages after clicking 'Claim Rewards' in Honey add-on
Web Painting 1729589 Assertion failure: IsAncestor(aOne, aTwo) || IsAncestor(aTwo, aOne), at src/layout/painting/nsDisplayList.h:270
Web Painting 1724518 When displaying the contents of the web page, the letters are superimposed on each other.
Web Painting 1724474 Tooltip shadows missing intermittently on macOS 10.13 after bug 1722258
Web Painting 1722430 Assertion failure: frame == mFrame (We're referring different frame), at src/layout/painting/nsDisplayList.cpp:5001
Web Painting 1719231 Hit MOZ_CRASH(assertion failed: _old_value.is_none()) at gfx/wr/webrender/src/scene_building.rs:206
Web Painting 1718965 1px "gap" appears on certain resolutions
Web Painting 1718824 Fixed element renders like position absolute with CSS filter applied to body element
Web Painting 1717654 Assertion failure: firstStop >= 0.0 (Failed to fix stop offsets), at /builds/worker/checkouts/gecko/layout/painting/nsCSSRenderingGradients.cpp:851
Web Painting 1717302 Contents in `overflow auto` container overflows when 'filter' is applied
Web Painting 1715796 Stacked element not displaying properly
Web Painting 1709554 Blurry SVG after rapidly updating transform
Web Painting 1708036 NS_ABORT_OOM in ResolvePremultipliedAlpha
Web Painting 1706792 [@ NS_ABORT_OOM | @ mozilla::nsCSSGradientRenderer::Paint]
Web Painting 1703567 Assertion failure: aXOffset > 0 && aYOffset > 0 (must not pass nonpositives to CheckCorner), at /builds/worker/checkouts/gecko/layout/base/nsLayoutUtils.cpp:1954
Web Painting 1630876 Paint worklets should only have a SharedArrayBuffer global property if COOP/COEP permits it
Web Speech 1751633 speechSynthesis.speak() speechSynthesis.pause() call sequence handled incorrectly
Web Speech 1751621 speechSynthesis.speaking is false while speechSynthesis.paused is true
Web Speech 1716484 Text-to-speech engine in reader view does not handle soft-hyphens well
Web Speech 1702697 bug on ES6 modules
Web Speech 1686927 speechSynthesis.pause() does not work
WebVR 1685653 WebXR permission dialogue ignores iframe "allow"
WebVR 1683190 Basic WebVR sites cause Firefox to hang in Oculus Rift-S 2020
WebVR 1663773 Seamonkey starts Steam VR when it opens a website with insertion fields
WebVR 1662168 VR mirroring does not work with Firefox 79 and 80
Widget 1686012 HTML clipboard support missing from the headless widget
Widget: Cocoa 639707 Add resume session support on macOS
Widget: Win32 1682173 Google Japanese Input shows an X in the taskbar when switching from another application
Widget: Win32 1681727 BSOD when trying to access invalid url
Widget: Win32 1678889 Browser is causing my Windows 10 to stop responding.
Widget: Win32 1670632 force-dark-mode does not work when page is first loaded on windows 10
Widget: Win32 1670497 The browser chrome should disappear when mouse leaves through the top of the window
Widget: Win32 1670271 Horizontal scrolling by mouse is slower than other Windows apps
Widget: Win32 1668427 Firefox triggers Windows 10 login screen when attempting to hibernate
Widget: Win32 1667628 Constant writes into the jumplist folder in permanent private browsing mode even on idle
Widget: Win32 1667477 Firefox window doesn't get focused after using the Jump List
Widget: Win32 1666929 Some Windows installations are incorrectly in compatibility mode
Widget: Win32 1665629 Small pip window misdisplayed if taskbar is on the left or right side of the screen
Widget: Win32 1665624 Tab area is smaller after selecting a maximized window which was full-screen before in split screen mode
Widget: Win32 1664387 Transparency lost when pasting images into firefox
Widget: Win32 1663513 Crash in [@ nsWindow::EventIsInsideWindow]
Widget: Win32 1662494 Controlbar bugged (Icons bugged) after Windows Theme Modding
Widget: Win32 1662023 Firefox Pop-up Phishing
Widget: Win32 1641523 MS surface Keyboard bugged in Firefox following Windows update 2004
Widget: Win32 1633976 Windows Flick Gestures & zoom reset not working since 47
Widget: Win32 1629479 Overflowing <panelmultiview>s can be displayed behind the Windows taskbar when using an external monitor, making buttons in that region unclickable
Widget: Win32 1627510 Favourites file freezes after hibernating Windows 10
Window Management 1717443 Window title-bar appears off-screen when starting Firefox after monitor change
Window Management 1714752 After Update to 89 from 88 dont save window position and maximized
Window Management 1714622 Firefox window is not restored correctly when FF is started
Window Management 1682136 Window position not restored correctly on start (moved by 8px) when Session Restore is disabled
Window Management 1670821 Crash in [@ nsWindowWatcher::OpenWindowInternal]
XML 1653226 FF 78 crash noting xml node toolbarbutton with id UITourTooltipClose
mozglue 1699328 MozDescribeCodeAddress prints SymInitialize: the parameter is incorrect and doesn't give useful frame info
mozglue 1667663 Crash in [@ RtlpUnwindPrologue | RtlpxVirtualUnwind | RtlVirtualUnwind | WalkStackMain64]
mozglue 1664392 Crash in [@ AsyncShutdownTimeout | profile-before-change | AddonManager: shutting down.,OS.File: flush I/O queued before profileBeforeChange,UpdateManager: writing update xml data]
mozregression 1720580 Mozregression does not open builds from 2014 or 2015
mozregression 1701671 DPI problems with mozregression on Win10
mozregression 1701318 Mozregression GUI: Fontconfig and other issues
mozregression 1689850 mozregression incorrectly refuses to use profile where lock file exists
mozregression 1681265 moregression gui does not work firefox-l10n ja build
mozregression 1666469 mozregression fails with: OSError: [Errno 30] Read-only file system: '$HOME' on macOS
mozregression 1635680 No option to disable blinking cursor in Mozregression GUI for Mac
mozregression 1520789 Binary path is not getting escaped
mozregression 1334853 mozregression --launch BUILDID used near-build instead of exact
mozscreenshots 1690847 Update mozscreenshots ControlCenter.jsm to support separate permission panel
web-platform-tests 1706016 logs for many wpt tasks contain more than 100 lines picked up as failure lines by Treeherder, prevents real test failures from being shown
web-platform-tests 1698093 window.close() fails sporadically in WPT
web-platform-tests 1693078 ImportError No module named parse, when trying to run a wpt with |mach test|
web-platform-tests 1688043 test-verify-wpt's errorsummary.log don't contain the group names that run in the task
web-platform-tests 1683883 wptrunner inappropriately set ERROR as TIMEOUT when Python packages cannot be imported
web-platform-tests 1682844 check_subdomain is missing mp_context
web-platform-tests 1665104 Web-Platform-Tests: resource-timing no-entries-for-cross-origin-css-fetched.sub.html failure
web-platform-tests 1665101 Web-Platform-Tests: resource-timing resource_initiator_types.html failure
web-platform-tests 1665098 Web-Platform-Tests: resource-timing Redirect related test failures
web-platform-tests 1635919 webrtc-extensions/RTCRtpSynchronizationSource-captureTimestamp.html is expected TIMEOUT
web-platform-tests 1230909 Intermittent <meta> refresh parsing tests
marco-c commented 2 years ago

Oh wow, I wouldn't have expected to see so many bugs without severity set :(

I think we can do it for to_triage right now, given that the difference is small.

And for no_severity, maybe we should do it in batches? E.g. we could set an initial date and every week we expand the list going back a few months.

marco-c commented 2 years ago

This is a pre-requisite for #1484.

suhaibmujahid commented 2 years ago

And for no_severity, maybe we should do it in batches? E.g. we could set an initial date and every week we expand the list going back a few months.

If we expand a month each week, the numbers will look like the following:

Week number Total bugs Newly added bugs
- 52 0
1 79 27
2 134 55
3 162 28
4 209 47
5 253 44
6 277 24
7 308 31
8 349 41
9 360 11
10 389 29
11 429 40
12 443 14
13 452 9
14 462 10
15 471 9
16 484 13
17 485 1
18 486 1
19 486 0
20 486 0
21 488 2
22 490 2
23 490 0
24 491 1
25 492 1
26 493 1
27 495 2
28 495 0
29 496 1
30 496 0
31 498 2
32 498 0
33 498 0
34 499 1
35 499 0
36 499 0
37 500 1
38 500 0
39 501 1
40 501 0
41 501 0
42 502 1
43 503 1
44 505 2
45 505 0
46 506 1
47 506 0
48 507 1
49 508 1
50 508 0
51 508 0
52 508 0
marco-c commented 2 years ago

Looks good, so we could drop the limitation at week 16.