Closed
Bug 1311149
Opened 8 years ago
Closed 8 years ago
Remove the b2g preallocated app support
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla53
Tracking | Status | |
---|---|---|
firefox53 | --- | fixed |
People
(Reporter: ehsan.akhgari, Assigned: ehsan.akhgari)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
63.60 KB,
patch
|
baku
:
review+
|
Details | Diff | Splinter Review |
No description provided.
Assignee | ||
Comment 1•8 years ago
|
||
Assignee | ||
Updated•8 years ago
|
Attachment #8802377 -
Flags: review?(amarchesini)
Updated•8 years ago
|
Attachment #8802377 -
Flags: review?(amarchesini) → review+
Assignee | ||
Comment 2•8 years ago
|
||
Bug 1310845 needs to be landed first here. I need to look at this when I get back...
Flags: needinfo?(ehsan)
Assignee | ||
Comment 3•8 years ago
|
||
Flags: needinfo?(ehsan)
Pushed by eakhgari@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/f1ff6d4dca5f
Remove the b2g preallocated app support; r=baku
Comment 5•8 years ago
|
||
backed out for merge conflicts during m-i to m-c merge like:
warning: conflicts while merging dom/ipc/ContentBridgeChild.cpp! (edit, then use 'hg resolve --mark')
warning: conflicts while merging dom/ipc/ContentBridgeChild.h! (edit, then use 'hg resolve --mark')
warning: conflicts while merging dom/ipc/ContentChild.cpp! (edit, then use 'hg resolve --mark')
warning: conflicts while merging dom/ipc/ContentChild.h! (edit, then use 'hg resolve --mark')
warning: conflicts while merging dom/ipc/ContentParent.cpp! (edit, then use 'hg resolve --mark')
warning: conflicts while merging dom/ipc/ContentParent.h! (edit, then use 'hg resolve --mark')
warning: conflicts while merging dom/ipc/TabChild.cpp! (edit, then use 'hg resolve --mark')
Flags: needinfo?(ehsan)
Backout by cbook@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/4d4607c6d4de
Backed out changeset f1ff6d4dca5f
Assignee | ||
Updated•8 years ago
|
Flags: needinfo?(ehsan)
Pushed by eakhgari@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/69d33fe8ac7a
Remove the b2g preallocated app support; r=baku
Comment 8•8 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 8 years ago
status-firefox53:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla53
Comment 9•8 years ago
|
||
I think it would have been nice to talk to the e10s team working on multiple content processes before removing this.
Comment 10•8 years ago
|
||
Ehsan, is there a reason this is inappropriate to use in desktop in our multiple-content e10s configuration?
Flags: needinfo?(ehsan)
Assignee | ||
Comment 11•8 years ago
|
||
This was pretty b2g specific in at least a few ways: the preload slow things mechanism, the shady zombie presshell stuff, the allocation strategy, etc. I suppose a little bit of this code can be restored from history if we ever want to do this on desktop, but I suspect the implementation would end up fairly different.
(Note that the reusuble part of this implementation for desktop is essentially just creating a ContentParent on the side, I doubt the removed code is actually very useful.)
Flags: needinfo?(ehsan)
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•