Closed
Bug 1335281
Opened 8 years ago
Closed 8 years ago
Rename relatedBrowser to something better
Categories
(Toolkit :: General, defect)
Toolkit
General
Tracking
()
Tracking | Status | |
---|---|---|
firefox54 | --- | fixed |
People
(Reporter: mrbkap, Assigned: jryans)
References
Details
Attachments
(1 file)
See bug 1328829, comment 17. We should rename relatedBrowser to something better.
Assignee | ||
Comment 1•8 years ago
|
||
Along with renaming it, could we change to storing the nsIFrameLoader for the content, instead of nsIBrowser (which we currently retrieve the frame loader from in `GetContentParent`)? For the case of Responsive Design Mode and View Source in bug 1333914, it would be easier to pass around the frame loader for the content because it's loaded in an <iframe mozbrowser>, not a <xul:browser>.
If that seems okay, we could name the property something like "sameProcessAsFrameLoader".
Flags: needinfo?(mrbkap)
Reporter | ||
Comment 2•8 years ago
|
||
(In reply to J. Ryan Stinnett [:jryans] (use ni?) from comment #1)
> Along with renaming it, could we change to storing the nsIFrameLoader for
> the content, instead of nsIBrowser
I *think* this should work, but I'm not sure. In particular, I don't know if doing this will force us to create a frame loader for browser elements too early (see tabbrowser._createBrowser) or even if that would be a problem.
> If that seems okay, we could name the property something like
> "sameProcessAsFrameLoader".
That sounds fine to me.
Flags: needinfo?(mrbkap)
Assignee | ||
Updated•8 years ago
|
Assignee: nobody → jryans
Status: NEW → ASSIGNED
Comment hidden (mozreview-request) |
Assignee | ||
Comment 4•8 years ago
|
||
Comment hidden (mozreview-request) |
Assignee | ||
Comment 6•8 years ago
|
||
Assignee | ||
Comment 7•8 years ago
|
||
In manual testing, view source tabs and windows continue to work as expected with e10s-multi.
Reporter | ||
Comment 8•8 years ago
|
||
mozreview-review |
Comment on attachment 8837293 [details]
Bug 1335281 - Use frame loader for same process browsers.
https://reviewboard.mozilla.org/r/112454/#review113886
Attachment #8837293 -
Flags: review?(mrbkap) → review+
Pushed by jryans@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/a273874c2205
Use frame loader for same process browsers. r=mrbkap
Comment 10•8 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla54
Updated•8 years ago
|
Iteration: --- → 54.2 - Feb 20
You need to log in
before you can comment on or make changes to this bug.
Description
•