Bug 1585231 R[Core:Audio/Video: Playback]Intermittent toolkit/content/tests/browser/browser_delay_autoplay_media_pausedAfterPlay.js | Test timed out -
Bug 1646576 R[Core:Audio/Video: cubeb]Update audioipc to c04a660a
Bug 1636205 R[Core:CSS Parsing and Computation]Remove StyleFontSize enum from nsStyleConsts.h
Bug 1646336 R[Core:CSS Parsing and Computation]Don't unnecessarily lose precision on some computed value getters.
Bug 1646546 R[Core:CSS Parsing and Computation]Port the style crate to rust 2018.
Bug 1646073 R[Core:Canvas: WebGL]Enable WebGL and WebXR SwapChain pooling on Android
Bug 1645540 R[Core:Canvas: WebGL]Fix IpdlQueue handling of arguments with imprecise MinSize estimate
Bug 1639095 A[Core:DOM: Content Processes]Re-remove allowLinkedWebInFileUriProcess
Bug 1645544 R[Core:DOM: Content Processes]JSProcessActors crash on some observers
Bug 1646088 N[Core:DOM: Content Processes]Ensure content processes cannot shutdown during async process switches
Bug 1643205 N[Core:DOM: Core & HTML]Navigator's share() must consume user activation
Bug 1645983 R[Core:DOM: Editor]Crash in [@ mozilla::WSRunObject::NormalizeWhiteSpacesAtEndOf]
Bug 1646296 A[Core:DOM: Editor]Group `WSRunScanner` members with stack only classes
Bug 1645101 R[Core:DOM: Navigation]Reduce "fission or not fission" wpt expectations
Bug 1642425 R[Core:DOM: Navigation]nsGlobalWindowOuter::IsTopLevelWindow() and nsGlobalWindowOuter::IsFrame() don't work in Fission
Bug 1646484 R[Core:DOM: Navigation]Remove nsIDocShell::forcedCharset
Bug 1644943 R[Core:DOM: Navigation]Expose a single nsIWebProgress on top-level CanonicalBrowsingContext and preserve it across navigations
Bug 1602393 A[Core:DOM: Service Workers]Crash in [@ AsyncShutdownTimeout | profile-before-change | ServiceWorkerRegistrar: Flushing data]
Bug 1630208 R[Core:Disability Access APIs]Intermittent leakcheck | default 296 bytes leaked (xpcAccessibleDocument, xpcAccessibleGeneric, xpcAccessibleHyperText)
Bug 1330659 R[Core:Disability Access APIs]Make HTML5 <dialog> accessible
Bug 1646263 R[Core:Graphics]Introduce a lock in CompositorAnimationStorage regardless of whether the backend is WebRender or not
Bug 1646279 R[Core:Graphics: WebRender]Remove primitive opacity collapse support
Bug 1467765 R[Core:Graphics: WebRender]Sample OMTA transforms during the sampling step prior to rendering
Bug 1645246 R[Core:Internationalization]Crash in nsXULPrototypeDocument::RebuildL10nPrototype (MOZ_RELEASE_ASSERT(proto)) when opening the migration wizard after changing some fluent stuff
Bug 1628204 R[Core:JavaScript Engine]minor refactoring on dispatching SourceCompressionTask
Bug 1645845 R[Core:JavaScript Engine]Add ParserAtoms representation and table implementation (preffed off)
Bug 1646045 R[Core:JavaScript Engine]Assertion failure: fallibleScope_ ([OOM] Cannot allocate a new chunk in an infallible scope.), at ds/LifoAlloc.cpp:173
Bug 1646017 R[Core:JavaScript Engine]Perma JavaScript error: file:///builds/worker/workspace/build/tests/jsreftest/tests/js/src/tests/shell.js, line 127: TypeError: Assertion failed: got "false", expected "true": [stack: ]
Bug 1642883 R[Core:JavaScript Engine]build failure with conflicting swap64 symbol since #1065894
Bug 1637424 R[Core:JavaScript Engine]Support generators in self-hosted code
Bug 1643669 R[Core:JavaScript Engine: JIT]Warp: Assertion failure: def->type() == MIRType::Int32 || def->type() == MIRType::Double in MTypedArrayIndexToInt32
Bug 1645818 R[Core:JavaScript Engine: JIT]Assertion failure: lastStub->isFallback(), at jit/BaselineIC.h:616 with shell-only rateMyCacheIR function
Bug 1639153 A[Core:Javascript: WebAssembly]Optimize indirect calls
Bug 1646321 R[Core:Javascript: WebAssembly]Last-ditch GC in shell should do shrinking GC
Bug 1645784 R[Core:Javascript: WebAssembly]Make wasm jit-tests pass with MOZ_FUZZING_SAFE=1
Bug 1646619 R[Core:Layout]Perma [Tier 2] TEST-UNEXPECTED-PASS | bugs/759036-2.html == bugs/759036-2-ref.html | image comparison, max difference: 3, number of differing pixels: 5852
Bug 1634102 R[Core:Layout: Columns][css-multicol] Defining what happens with column-fill in unconstrained containers for continuous and fragmented contexts
Bug 1574046 R[Core:Layout: Floats]A div containing floats and clear, fragmented into multiple columns, has unconstrained block-size
Bug 1633737 A[Core:Layout: Grid]Assertion failure: kMaxLine > numTracks, at /builds/worker/checkouts/gecko/layout/generic/nsGridContainerFrame.cpp:1166
Bug 1533462 N[Core:Layout: Text and Fonts]Pref on the cross-process shared font list for dev builds
Bug 1645429 R[Core:MFBT]Replace custom implementation of ReverseIterator by std::reverse_iterator
Bug 1646391 A[Core:MFBT]Remove unnecessary complexity from ReverseIterator and IteratorRange
Bug 1644374 R[Core:Networking]Assertion *countWritten > 0 in nsHttpTransaction::WritePipeSegment when running netwerk/test/unit/test_http3.js
Bug 1646058 R[Core:Networking][socket process] disable network.send_ODA_to_content_directly
Bug 1645715 R[Core:Networking: HTTP]Crash on nullptr in mozilla::net::HttpBaseChannel::ComputeCrossOriginOpenerPolicyMismatch
Bug 1617417 R[Core:Privacy: Anti-Tracking]Intermittent toolkit/components/antitracking/test/browser/browser_addonHostPermissionIgnoredInTP.js | Expected script nodes found - null == 3 -
Bug 1622212 A[Core:Privacy: Anti-Tracking]hasStorageAccess produces incorrect value
Bug 1645406 R[Core:Privacy: Anti-Tracking]Remove getContentBlockingAllowListPrincipalFromWindow from mozIThirdPartyUtil.idl
Bug 1645753 R[Core:SVG]Add color as a mapped attribute for gradient stops
Bug 1286250 A[Core:Security: PSM]crypto.subtle.generateKey throws wrong error for bad AES key length
Bug 1642687 A[Core:Security: PSM]Upgrade Firefox 79 to use NSS 3.54
Bug 1645679 R[Core:WebRTC]Perma TEST-UNEXPECTED-PASS | /webrtc/RTCPeerConnection-videoDetectorTest.html | Signal detector detects track change within reasonable time - expected FAIL when Gecko 79 merges to Beta on 2020-06-29
Bug 1645219 N[Core:WebRTC: Networking]Clean up DataChannelShutdown
Bug 1646051 R[Core:Widget: Gtk][Wayland] Use dmabuf video textures when vaapi is enabled
Bug 1645339 A[Core:XPCOM]Use range-based for with nsTObserverArray where easily possible
Bug 1646543 R[Core:XPCOM]Remove references to blacklist within xpcom/
Bug 1646145 R[Core:XPConnect]Use lazy property resolution for constants on JS IID reflectors
Bug 1631545 R[DevTools:Debugger]Provide option to display browser title tooltips for ObjectInspector > Reps.
Bug 1644870 R[DevTools:Debugger]Remove removeEventsTopTarget method from debugger codebase
Bug 1639934 R[DevTools:General][Fission] Enable devtools.contenttoolbox.fission when fission is enabled
Bug 1637842 R[DevTools:Inspector]Respect prefers-reduced-motion for animation preview in timing function editor
Bug 1603542 A[DevTools:Netmonitor][rel=preload] Log a warning when preloaded resources are not used
Bug 1639980 R[Firefox:Enterprise Policies]Disabling pocket should disable the "Pages Saved to Pocket" in Firefox Home
Bug 1644528 R[Firefox:Enterprise Policies]Allow cipher policy to enable ciphers
Bug 1645460 R[Firefox:General]Reenable FX_BROWSER_FULLSCREEN_USED
Bug 1645079 R[Firefox:General]Remove or update probes expiring in Firefox 80: XCTO_NOSNIFF_TOPLEVEL_NAV_EXCEPTIONS
Bug 1644614 R[Firefox:Messaging System]Improve margins around site tiles in onboard screen
Bug 1646286 R[Firefox:Messaging System]“Protections at a glance” message from [What’s New] panel is opened in a new-unfocused tab
Bug 1622088 R[Firefox:New Tab Page]Write automated tests for the about:home caching mechanism
Bug 1644537 R[Firefox:Preferences]Use FeatureGates for templating the Experimental Features section
Bug 1644625 R[Firefox:Preferences]Populate the FeatureGates list with an initial set of features
Bug 1639284 A[Firefox:Remote Settings Client]Store records, timestamp and metadata in one IndexedDB transaction
Bug 1642394 R[Firefox:Search]Investigation: Review existing callers into the search service
Bug 1631898 R[Firefox:Search]Handle normandy installed search addons in SearchService startup
Bug 1645466 R[Firefox:Site Permissions]The new WebRTC indicator is resizable on Linux
Bug 1645882 R[Firefox:Tabbed Browser]Extra space in "[F ]" in tab tooltip
Bug 1644794 R[Firefox Build System:Bootstrap Configuration]mach bootstrap on Windows 10 fails on GeckoView/Firefox for Android with FileNotFoundError (JDK 1.8)
Bug 1646417 R[Firefox Build System:Developer Environment Integration]Add `mrcrowl.hg` as a default plugin to `vscode`
Bug 1646256 R[Firefox Build System:Developer Environment Integration]Make rust-analyzer work with YouCompleteMe.
Bug 1643258 R[Firefox Build System:General]Firefox beta 78.0b1 requires glibc 2.18 on Linux, not 2.17 as announced
Bug 1646431 R[Firefox Build System:General]Fix type error in `mach file-info bugzilla-component`
Bug 1645179 R[Firefox Build System:General]Squash remaining dead code after removal of IMPACTED_TESTS
Bug 1617369 N[Firefox Build System:Lint and Formatting][rust] Reformat the tree using rustfmt
Bug 1645869 R[Firefox Build System:Lint and Formatting]mozlint/rustfmt: simplify the code a bit
Bug 1644863 R[Firefox Build System:Lint and Formatting]Expand whitespace / line-endings linter to JS, CSS, HTML and l10n files
Bug 1646299 R[Firefox Build System:Lint and Formatting]Update pyyaml to 5.3.1, yamllint to 1.23, pathspec 0.8
Bug 1257155 R[Firefox Build System:Mach Core]Output stdout to the console on Windows
Bug 1646099 R[Firefox Build System:Mach Core]Scrub Sentry server name
Bug 1645445 R[Firefox Build System:Mach Core]Sentry user scrubbing is missing cases
Bug 1646158 R[Firefox Build System:Source Code Analysis]Various clang-plugin updates for clang 11
Bug 1646514 R[Firefox Build System:Task Configuration]Speedup test generation by reusing the loader instead of new instances
Bug 1646394 R[Firefox Build System:Toolchains]Use the generic compiler alias for ccov builds
Bug 1644973 R[Release Engineering:Release Automation: Bouncer]remove vanilla bouncer jobs talking to Tuxedo from our trees and rename the Nazgul ones to become the new vanilla
Bug 1643810 R[Release Engineering:Release Automation: Updates]Examine using higher compression level for update generation
Bug 1642754 R[Toolkit:Application Update]Update prompts should not depend on whether an update was initiated manually
Bug 1645633 R[Toolkit:General]Move listeners/observers in process-content.js to BrowserTabChild
Bug 1645541 R[Toolkit:XUL Widgets]Update browser's outerWindowID via the WindowGlobalParent rather than the Browser:Init message
###########
Changes to 102 bugs - 82 fixed.
10 bugs are not included due to being restricted