Closed
Bug 1058708
Opened 11 years ago
Closed 11 years ago
[e10s] View Page Source of context menu does not work in e10s
Categories
(Firefox :: General, defect)
Tracking
()
VERIFIED
FIXED
Firefox 34
Tracking | Status | |
---|---|---|
firefox36 | --- | verified |
People
(Reporter: tetsuharu, Assigned: tetsuharu)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
1.39 KB,
patch
|
mconley
:
review+
|
Details | Diff | Splinter Review |
+++ This bug was initially created as a clone of Bug #1058539 +++
Assignee | ||
Comment 1•11 years ago
|
||
Attachment #8479209 -
Flags: review?(mconley)
Comment 2•11 years ago
|
||
Comment on attachment 8479209 [details] [diff] [review]
patch
I'm pretty sure this is going to break for non-e10s windows, since gContextMenu.browser.contentDocumentAsCPOW will return undefined in that case.
Attachment #8479209 -
Flags: review?(mconley) → review-
Assignee | ||
Comment 3•11 years ago
|
||
(In reply to Mike Conley (:mconley) from comment #2)
> I'm pretty sure this is going to break for non-e10s windows, since
> gContextMenu.browser.contentDocumentAsCPOW will return undefined in that
> case.
If you say so, does this code has same risk for non-e10s windows?
http://dxr.mozilla.org/mozilla-central/source/browser/base/content/browser-sets.inc#41
Comment 4•11 years ago
|
||
Hm... maybe I'm wrong on that. That code you've pointed out certainly contradicts what I said. Let me run a few experiments and get back to you.
Comment 5•11 years ago
|
||
Comment on attachment 8479209 [details] [diff] [review]
patch
Ah, yes, sorry - I was testing with an older build that didn't have billm's AsCPOW work in it, so of course it was undefined.
My apologies. Yes, this should work fine for now until we have a better solution that doesn't involve CPOWs.
Attachment #8479209 -
Flags: review- → review+
Assignee | ||
Comment 6•11 years ago
|
||
Thank you r+, Mike.
At the current rule, can I land the patch after https://tbpl.mozilla.org/?tree=Try&rev=0ab627c312a1 finished?
Assignee | ||
Comment 7•11 years ago
|
||
Assignee | ||
Comment 8•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Assignee | ||
Updated•11 years ago
|
Assignee: nobody → saneyuki.s.snyk
Target Milestone: --- → Firefox 34
Updated•11 years ago
|
Flags: qe-verify+
Updated•11 years ago
|
Blocks: e10s-contextmenu
Comment 9•10 years ago
|
||
I can reproduce the bug on Nightly build from: 2014-08-26;
The bug is no longer reproducible on latest Nightly build 2014-11-06;
Status: RESOLVED → VERIFIED
status-firefox36:
--- → verified
You need to log in
before you can comment on or make changes to this bug.
Description
•