- Aug 23, 2022
-
-
John Bieling authored
Differential Revision: https://phabricator.services.mozilla.com/D151606
-
Henri Sivonen authored
Bug 1786282 - Certify encoding_rs, chardetng, and their FFI crates. r=supply-chain-reviewers,bholley Differential Revision: https://phabricator.services.mozilla.com/D155210
-
Ting-Yu Lin authored
Bug 1463977 Part 3 - Ensure {I|B}Size set in SetComputed{I|B}Size is non-negative, and downgrade the assertion. r=dholbert Differential Revision: https://phabricator.services.mozilla.com/D155322
-
Ting-Yu Lin authored
Bug 1463977 Part 2 - Call SetComputedBSizeWithoutResettingResizeFlags() in SetComputedBSize(). r=dholbert This is a preparation for the next part. Differential Revision: https://phabricator.services.mozilla.com/D155321
-
Ting-Yu Lin authored
mFrame is public and used throughout the layout, but it shouldn't be modified post constructor. Differential Revision: https://phabricator.services.mozilla.com/D155320
-
Dana Keeler authored
Differential Revision: https://phabricator.services.mozilla.com/D154959
-
Dana Keeler authored
Bug 1784098 - make nsICacheEntry.securityInfo explicit as nsITransportSecurityInfo r=kershaw,necko-reviewers Differential Revision: https://phabricator.services.mozilla.com/D154472
-
Dana Keeler authored
Bug 1784098 - make nsISocketTransport.securityInfo explicit as nsISSLSocketControl r=necko-reviewers,kershaw Differential Revision: https://phabricator.services.mozilla.com/D154257
-
Dana Keeler authored
Bug 1784098 - move nsITLSServerConnectionInfo from nsISocketTransport.securityInfo to securityCallbacks r=necko-reviewers,kershaw In preparation for making nsISocketTransport.securityInfo a concrete type (nsITransportSecurityInfo), nsITLSServerConnectionInfo needs to be moved off of securityInfo. securityCallbacks seems like a reasonable place. Differential Revision: https://phabricator.services.mozilla.com/D154256
-
Marian-Vasile Laza authored
-
Marian-Vasile Laza authored
-
Botond Ballo authored
This ensures all fields are copied, including new ones that may be added in the future. Differential Revision: https://phabricator.services.mozilla.com/D155306
-
Marian-Vasile Laza authored
-
Hiroyuki Ikezoe authored
It matches "a panning gesture, released without momentum" case in "the type of scrolling methods" [1] section in the spec. [1] https://drafts.csswg.org/css-scroll-snap/#scroll-types Differential Revision: https://phabricator.services.mozilla.com/D155049
-
Hiroyuki Ikezoe authored
Bug 1783936 - Drop "ask the main thread to" words from a coment about scroll snap in AsyncPanZoomController::SnapBackIfOverscrolled. r=botond Differential Revision: https://phabricator.services.mozilla.com/D155048
-
Kagami Sascha Rosylight authored
Differential Revision: https://phabricator.services.mozilla.com/D155272
-
Sergey Galich authored
Differential Revision: https://phabricator.services.mozilla.com/D155255
-
Karl Tomlinson authored
Depends on D154040 Differential Revision: https://phabricator.services.mozilla.com/D154041
-
Karl Tomlinson authored
Bug 1781759 use media element node principal instead of channel loading principal for cross-origin resource test r=padenot When the media resource is loaded as a document, the response from the initial document load gets reused, as an optimization, as an emulated load for the resource of the media host element in the generated HTML document. https://searchfox.org/mozilla-central/rev/5644fae86d5122519a0e34ee03117c88c6ed9b47/dom/html/VideoDocument.cpp#114 https://html.spec.whatwg.org/multipage/browsing-the-web.html#read-media The loadingPrincipal of the initial channel comes from the parent document, and so is not useful to determine whether the response is cross-origin with the media element. This change makes the cross-origin test on the initial document load consistent with subsequent requests on the same resource and non-document loads, which already use the node principal for the loadingPrincipal. https://searchfox.org/mozilla-central/rev/1061fae5e225a99ef5e43dbdf560a91a0c0d00d1/dom/media/ChannelMediaResource.cpp#750 https://searchfox.org/mozilla-central/rev/4f2984be127d2e7c788cf1848d63dca63022beec/dom/html/HTMLMediaElement.cpp#1708 Depends on D154039 Differential Revision: https://phabricator.services.mozilla.com/D154040
-
Karl Tomlinson authored
Differential Revision: https://phabricator.services.mozilla.com/D154039
-
Marian-Vasile Laza authored
-
Dão Gottwald authored
Differential Revision: https://phabricator.services.mozilla.com/D155286
-
Jan-Niklas Jaeschke authored
Differential Revision: https://phabricator.services.mozilla.com/D154625
-
- Aug 22, 2022
-
-
Masayuki Nakano authored
Bug 1785311 - Make `EditorBase::InsertTextIntoTextNodeWithTransaction` update insertion point after executing the transaction r=m_kato Before the fix of bug 1758420, `TextComposition`'s text node and offset in it are updated at creating `CompositionTransaction`. However, it's now put off until getting the mutations. Therefore, it always unsets `pointToInsert` at first time of the composition and fails to notify the listeners. This patch makes it retrieve the result after calling `DoTransactionInternal` and handle the post processing with the new point. Differential Revision: https://phabricator.services.mozilla.com/D155052
-
Chris Martin authored
Differential Revision: https://phabricator.services.mozilla.com/D155291
-
sotaro authored
CompositorBridgeParent still has code that was used for legacy layers. Differential Revision: https://phabricator.services.mozilla.com/D155045
-
Emilio Cobos Álvarez authored
Differential Revision: https://phabricator.services.mozilla.com/D155072
-
Emilio Cobos Álvarez authored
So that it's preserved properly across replacements (bug 1781936). Differential Revision: https://phabricator.services.mozilla.com/D155274
-
Marian-Vasile Laza authored
Backed out 2 changesets (bug 1784590) for causing mochitest failures on test_privateBrowsing.html. CLOSED TREE Backed out changeset cd284ba05fbb (bug 1784590) Backed out changeset 2f714355a8c8 (bug 1784590)
-
Gerald Squelart authored
This makes it easier to understand how these are actually used, and constrain these uses as intended. Differential Revision: https://phabricator.services.mozilla.com/D154960
-
Gerald Squelart authored
Differential Revision: https://phabricator.services.mozilla.com/D154958
-
Daisuke Akatsuka authored
Differential Revision: https://phabricator.services.mozilla.com/D155053
-
Yury Delendik authored
Updates: - wasmparser v0.88.0 - wast v45.0.0 - wasm-encoder v0.15.0 - wasm-smith v0.11.3 (to avoid duplicate libraries) Differential Revision: https://phabricator.services.mozilla.com/D155269
-
Kagami Sascha Rosylight authored
Depends on D154578 Differential Revision: https://phabricator.services.mozilla.com/D154579
-
Kagami Sascha Rosylight authored
It turns out that websites break with different reasons when hiding things. At this point we want to stop revising the hack further and instead gather the data about how many websites are currently affected. Differential Revision: https://phabricator.services.mozilla.com/D154578
-
Paul Zuehlcke authored
Depends on D155270 Differential Revision: https://phabricator.services.mozilla.com/D155271
-
Rob Wu authored
This patch offers the Rule type and updateSessionRules and getSessionRules to register rules. The actual evaluation of rules and most of the associated validation is not part of this patch. Differential Revision: https://phabricator.services.mozilla.com/D154801
-
Boris Chiou authored
Both Blink and WebKit shipped this feature already, so it should be fine to enable this on Nightly for testing. Differential Revision: https://phabricator.services.mozilla.com/D152587
-
Boris Chiou authored
Differential Revision: https://phabricator.services.mozilla.com/D153529
-
Boris Chiou authored
Bug 1694741 - Part 7: Fix the reflection of percentage values for width/height attributes on source elements. r=emilio Differential Revision: https://phabricator.services.mozilla.com/D153528
-