- 12 Apr, 2022 40 commits
-
-
Frank-Rainer Grahl authored
SeaMonkey 2.53.12 Beta 1 branch
-
Frank-Rainer Grahl authored
mach test tries to run hg outgoing which will fail in our tree. So remove it for now.
-
Differential Revision: https://phabricator.services.mozilla.com/D139977
-
The code in |mach test| for test resolving, should get merged with the TestResolver class in moztest.resolve. This way it can be shared with other modules and we'll have a single canonical place for all our test resolving logic. MozReview-Commit-ID: IHRXXi5mB4G
-
The TestMetadata and TestResolver classes aren't technically part of the build system. The only connection is that they consume some build system output. The next patch in this series is going to be merging in a bunch of other test resolving logic from other parts of the tree. Moving this out first allows us to keep that extra logic out of mozbuild. MozReview-Commit-ID: 1eq4SjFVCyW
-
Differential Revision: https://phabricator.services.mozilla.com/D54775
-
Differential Revision: https://phabricator.services.mozilla.com/D52690
-
I forgot about Reflect.cpp after the initial changes and borked it. This fixes it! Differential Revision: https://phabricator.services.mozilla.com/D51572
-
Differential Revision: https://phabricator.services.mozilla.com/D52694
-
Differential Revision: https://phabricator.services.mozilla.com/D51640
-
Differential Revision: https://phabricator.services.mozilla.com/D51639
-
Differential Revision: https://phabricator.services.mozilla.com/D51638
-
Differential Revision: https://phabricator.services.mozilla.com/D50911
-
Bug 1566141 - add precedence requirement and disallow mixing of logical operators with nullish r=jorendorff coalescing operator Differential Revision: https://phabricator.services.mozilla.com/D50204
-
Differential Revision: https://phabricator.services.mozilla.com/D50058
-
Fake it till you make it Differential Revision: https://phabricator.services.mozilla.com/D50056
-
Bug 1408740 - Correctly throw a TypeError when closing iterators when <generator>.return is an object emulating undefined. r=anba
-
Bug 1430034 - Fix attributeChangedCallback isn't fired with correct newValue when the attribute value is an empty string; r=smaug MozReview-Commit-ID: L3RvNPNDfUC
-
-
We check for them when the node doesn't have the MAY_BE_IN_BINDING_MNGR flag, but the flag is not precise, so in presence of dynamic changes that somehow make the node assigned, then unassigned, like changing the binding, it may not be correct. MozReview-Commit-ID: 9jyqCnR0yFn
-
MozReview-Commit-ID: IJB4OHsFM5v
-
Bug 1407669 - Fix custom element creation hides uncatchable exceptions from the constructor. f=echen, r=bz
-
Attribute changed callback now is fired only when the attribute is in observedAttributes list which is introduced in latest spec, so in this patch, we change the tests for attribute changed callback to use customElements.define() to register customElements definition instead. MozReview-Commit-ID: 2s1qj3UsFUS
-
MozReview-Commit-ID: GP7Qds5loBI
-
MozReview-Commit-ID: 6YhSlRDoUm5
-
Bug 1418560: Properly return null from GetFlattenedTreeParent if the node is XBL fallback content and the binding is active. r=heycam Otherwise we may inappropriately style it or what not. This asserts with the patches of bug 1414999 plus the cleanup of bug 1418456, since we no longer do StyleNewChildren (which walks over the flattened tree children). Too bad that GetXBLBinding is a virtual call in Gecko, probably can do just MAY_BE_IN_BINDING_MGR... MozReview-Commit-ID: CNU0YdKeaR0
-
Bug 1419305 - Part 2: Keep processing remaining elements in ElementQueue even if some of elements are already unlinked; r=smaug MozReview-Commit-ID: BAoBGoYtiJr
-
MozReview-Commit-ID: EPMfr6hr5fS
-
MozReview-Commit-ID: FIswvwMzGdC Differential Revision: https://phabricator.services.mozilla.com/D15325
-
Bug 1481016 - Network, use inherent rust methods instead of deprecated std::ascii:AsciiExt ones, r=valentin MozReview-Commit-ID: F1NGG0q6WdS
-
The spec was unclear on how CEReactions interact with thrown exceptions; see https://github.com/whatwg/html/issues/3217. The spec is now being clarified in https://github.com/whatwg/html/pull/3235. MozReview-Commit-ID: 521HprTRS7k
-
Bug 1396620 - Part 2: Fix compartment mismatch crash when doing old prototype swizzling for custom element; r=smaug MozReview-Commit-ID: GMxikyKJ54A
-
MozReview-Commit-ID: IDovq3OZwgy
-
-
Bug 1406325 - Part 4: Use mType for LookupCustomElementDefinition and also removing parts of v0. f=echen, r=smaug
-
-
-
Bug 1406325 - Part 1: Make sure custom element state is custom before sending callback. f=echen, r=smaug
-
CustomElements feature now is only controlled by dom.webcomponents.customelements.enabled pref. MozReview-Commit-ID: G6hdIAsSeX7
-
MozReview-Commit-ID: 9MDk0LlA6uR
-