Closed
Bug 1500944
Opened 7 years ago
Closed 7 years ago
Expose WindowGlobalParent/Child to Chrome JS
Categories
(Core :: DOM: Core & HTML, enhancement, P2)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla65
| Tracking | Status | |
|---|---|---|
| firefox65 | --- | fixed |
People
(Reporter: nika, Assigned: nika)
References
Details
Attachments
(2 files)
No description provided.
| Assignee | ||
Comment 1•7 years ago
|
||
This allows getting the set of all window globals for a given browsing context.
This is less useful at the moment as the active window global is not exposed as
such. That will be added as a follow-up.
| Assignee | ||
Comment 2•7 years ago
|
||
This serves 2 purposes:
1. Provides an object corresponding to an inner window which Chrome JS can hold onto.
2. Provides the object to JS which Chrome JS per-window actors will be attached to.
3. Provides useful information to Chrome JS in the parent process.
Depends on D9393
Updated•7 years ago
|
Priority: -- → P2
Pushed by nika@thelayzells.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/9c5c35cb10aa
Part 1: Store the set of active WindowGlobalParent objects in ChromeBrowsingContext, r=farre
https://hg.mozilla.org/integration/mozilla-inbound/rev/a71376319ad7
Part 2: Expose WindowGlobal actors to Chrome JS, r=farre
Comment 4•7 years ago
|
||
Backed out 9 changesets (bug 1500948, bug 1500949, bug 1448426, bug 1487249, bug 1500950, bug 1500944) for causing talos crashes on ts_paint | application crashed [@ MOZ_CrashOOL(char const*, int, char const*)]
Backout revision https://hg.mozilla.org/integration/mozilla-inbound/rev/c12b84f575c3fe48d72f3c8c24a54b3dee1cc985
Failed push https://treeherder.mozilla.org/#/jobs?repo=mozilla-inbound&resultStatus=testfailed%2Cbusted%2Cexception&classifiedState=unclassified&revision=429776feea6ba796345ef7e41b9c9d367335ef62
Failure log: https://treeherder.mozilla.org/logviewer.html#?job_id=213326943&repo=mozilla-inbound
https://treeherder.mozilla.org/logviewer.html#?job_id=213331977&repo=mozilla-inbound
:Nika Layzell Cold you please take a look?
Flags: needinfo?(nika)
Pushed by nika@thelayzells.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/0bad27401ddb
Part 1: Store the set of active WindowGlobalParent objects in ChromeBrowsingContext, r=farre
https://hg.mozilla.org/integration/mozilla-inbound/rev/784b3b56e2ab
Part 2: Expose WindowGlobal actors to Chrome JS, r=farre
| Assignee | ||
Updated•7 years ago
|
Flags: needinfo?(nika)
Comment 6•7 years ago
|
||
Backed out 13 changesets (bug 1500948, bug 1509362, bug 1509591, bug 1448426, bug 1500949, bug 1487249, bug 1509930, bug 1500950, bug 1500944) for causing crashes and assertion failures on PBackgroundParent.cpp:696 CLOSED TREE
Backout revision https://hg.mozilla.org/integration/mozilla-inbound/rev/9bfe29337ffe3d93cd060077e2e999e72bb9b7cf
Failed push https://treeherder.mozilla.org/#/jobs?repo=mozilla-inbound&resultStatus=testfailed%2Cbusted%2Cexception&classifiedState=unclassified&selectedJob=214255312&revision=c3fe435e473a463fbc22d4afa531bdedb757079c
Failure logs: https://treeherder.mozilla.org/logviewer.html#?job_id=214255312&repo=mozilla-inbound
https://treeherder.mozilla.org/logviewer.html#?job_id=214255794&repo=mozilla-inbound
https://treeherder.mozilla.org/logviewer.html#?job_id=214249038&repo=mozilla-inbound
https://treeherder.mozilla.org/logviewer.html#?job_id=214249630&repo=mozilla-inbound
:Nika Layzell Could you please take a look?
Flags: needinfo?(nika)
Pushed by nika@thelayzells.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/3978df88b38b
Part 1: Store the set of active WindowGlobalParent objects in ChromeBrowsingContext, r=farre
https://hg.mozilla.org/integration/mozilla-inbound/rev/b4617d90fd55
Part 2: Expose WindowGlobal actors to Chrome JS, r=farre
| Assignee | ||
Updated•7 years ago
|
Flags: needinfo?(nika)
Pushed by nika@thelayzells.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/80ae3a4f8e44
Part 1: Store the set of active WindowGlobalParent objects in ChromeBrowsingContext, r=farre
https://hg.mozilla.org/integration/mozilla-inbound/rev/6351599e53d4
Part 2: Expose WindowGlobal actors to Chrome JS, r=farre
Comment 9•7 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/80ae3a4f8e44
https://hg.mozilla.org/mozilla-central/rev/6351599e53d4
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox65:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla65
Updated•7 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•