Closed
Bug 2033242
Opened 5 months ago
Closed 5 months ago
Rename ownerDocGlobal to documentGlobal, and use it in some relevant places.
Categories
(Core :: DOM: Core & HTML, task)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
152 Branch
People
(Reporter: emilio, Assigned: emilio)
References
Details
(Keywords: webcompat:platform-bug)
Attachments
(1 file)
No description provided.
| Assignee | ||
Comment 1•5 months ago
|
||
Child actors generally deal with content nodes, and those can be
adopted, in order to preserve behavior, switch to the new
.documentGlobal.
Fix + rename the use-ownerGlobal lint since now it's wrong.
.ownerDocument.defaultView is .documentGlobal, not .ownerGlobal now.
Pushed by ealvarez@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/200837ed3b75
https://hg.mozilla.org/integration/autoland/rev/733c6fd00137
Rename ownerDocGlobal to documentGlobal, and use it where appropriate in child actors and remote/. r=firefox-desktop-core-reviewers ,credential-management-reviewers,devtools-reviewers,migration-reviewers,frontend-codestyle-reviewers,ai-platform-reviewers,jdescottes,dimi,dao,Gijs,webidl,smaug
Pushed by agoloman@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/c6e5fd4dde87
https://hg.mozilla.org/integration/autoland/rev/0ee7706e4e0b
Revert "Bug 2033242 - Rename ownerDocGlobal to documentGlobal, and use it where appropriate in child actors and remote/. r=firefox-desktop-core-reviewers ,credential-management-reviewers,devtools-reviewers,migration-reviewers,frontend-codestyle-reviewers,ai-platform-reviewers,jdescottes,dimi,dao,Gijs,webidl,smaug" for causing node failures @use-documentGlobal.mjs.
Backed out for causing node failures @use-documentGlobal.mjs.
Flags: needinfo?(emilio)
| Assignee | ||
Updated•5 months ago
|
Flags: needinfo?(emilio)
Pushed by ealvarez@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/c1ea0903443b
https://hg.mozilla.org/integration/autoland/rev/8ecf9d1cf7ae
Rename ownerDocGlobal to documentGlobal, and use it where appropriate in child actors and remote/. r=firefox-desktop-core-reviewers ,credential-management-reviewers,devtools-reviewers,migration-reviewers,frontend-codestyle-reviewers,ai-platform-reviewers,jdescottes,dimi,dao,Gijs,webidl,smaug
Pushed by agoloman@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/f52b931935dc
https://hg.mozilla.org/integration/autoland/rev/3e518ca27ea2
Fix a couple edge cases I missed where things can be not nodes.
Pushed by agoloman@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/2c148416eaf2
https://hg.mozilla.org/integration/autoland/rev/2b41589bd9e5
Fix GeckoView ScrollDelegateChild check.
https://hg.mozilla.org/mozilla-central/rev/8ecf9d1cf7ae
https://hg.mozilla.org/mozilla-central/rev/3e518ca27ea2
https://hg.mozilla.org/mozilla-central/rev/2b41589bd9e5
Status: ASSIGNED → RESOLVED
Closed: 5 months ago
status-firefox152:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 152 Branch
Updated•4 months ago
|
QA Whiteboard: [qa-triage-done-c153/b152]
Updated•3 months ago
|
Keywords: webcompat:platform-bug
Updated•3 months ago
|
status-firefox151:
--- → fixed
Comment 9•3 months ago
|
||
Uplifted to Firefox 151 in https://github.com/mozilla-firefox/firefox/commit/ccffd4c6ed1b
You need to log in
before you can comment on or make changes to this bug.
Description
•