Closed
Bug 1081856
Opened 10 years ago
Closed 10 years ago
e10s: Javascript links in custom about: and chrome:// pages don't work (summary: comment #2)
Categories
(Firefox :: Extension Compatibility, defect)
Tracking
()
People
(Reporter: quicksaver, Assigned: mossop)
References
Details
Attachments
(1 file, 2 obsolete files)
STR:
1. Install attached package in Nightly
2. Open e10s window
3. Load "about:thefoxonlybetter"
4. Click on any link or button in that page
External (http) links don't work, they open a new tab as they're supposed to from the "_blank" target attribute, but that tab is blank and doesn't load the link.
Script (javascript:) links don't work, the current tab just turns blank (sometimes black) and the methods they should call don't run.
5. Load "chrome://thefoxonlybetter/content/whatsnew.xhtml" to load directly the page that about:thefoxonlybetter points to
6. Click on any link or button in that page
Everything works. Also, everything works fine in non-e10s window in about:thefoxonlybetter as well.
Reporter | ||
Updated•10 years ago
|
OS: All → Windows 7
Hardware: All → x86_64
Reporter | ||
Updated•10 years ago
|
Updated•10 years ago
|
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → DUPLICATE
Assignee | ||
Updated•10 years ago
|
Status: RESOLVED → REOPENED
Resolution: DUPLICATE → ---
Summary: e10s: Links in custom about: page don't work → e10s: Javascript links in custom about: page don't work
Updated•10 years ago
|
tracking-e10s:
--- → +
Reporter | ||
Comment 2•10 years ago
|
||
Correction on comment #0, [javascript:] command links don't work in chrome pages in e10s.
Updated STR:
1. Install latest version of The Fox, Only Better (https://addons.mozilla.org/firefox/addon/the-fox-only-better/)
2. Open about:thefoxonlybetter or chrome://thefoxonlybetter/content/whatsnew.xhtml (it's the same page)
3. Try clicking on the "Addon Options" button or on the "Show this tab..." checkbox below it.
Result: The tab goes blank and in the console appears an error saying the command those link to don't exist.
I can't say if their not working at all is a regression since I originally created the bug, I may or may have not made a mistake while testing at the time. I can say for certain they're not working now, and that everything works fine in non-e10s windows. The other symptom reported in comment #0 (normal http web links) was fixed by bug 1047603.
Summary: e10s: Javascript links in custom about: page don't work → e10s: Javascript links in custom about: and chrome:// pages don't work (summary: comment #2)
Reporter | ||
Updated•10 years ago
|
Attachment #8503960 -
Attachment is obsolete: true
Assignee | ||
Updated•10 years ago
|
Flags: needinfo?(dtownsend)
Assignee | ||
Updated•10 years ago
|
Assignee: nobody → dtownsend
Iteration: --- → 38.1 - 26 Jan
Points: --- → 2
Flags: qe-verify-
Flags: needinfo?(dtownsend)
Flags: firefox-backlog+
Assignee | ||
Comment 3•10 years ago
|
||
/r/4003 - Bug 1081856: Allow javascript urls to load in any process.
Pull down this commit:
hg pull review -r 6c4e534d1fce84baaeff5abb08573dd1c0cb492d
Assignee | ||
Updated•10 years ago
|
Attachment #8566133 -
Flags: review?(mconley)
Assignee | ||
Updated•10 years ago
|
Status: REOPENED → ASSIGNED
Updated•10 years ago
|
Iteration: 38.1 - 26 Jan → 38.3 - 23 Feb
Updated•10 years ago
|
Attachment #8566133 -
Flags: review?(mconley) → review+
Comment 4•10 years ago
|
||
Comment on attachment 8566133 [details]
MozReview Request: bz://1081856/Mossop
https://reviewboard.mozilla.org/r/4001/#review3241
Ship It!
Assignee | ||
Comment 5•10 years ago
|
||
Comment 6•10 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 10 years ago → 10 years ago
status-firefox38:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 38
Reporter | ||
Comment 7•10 years ago
|
||
Verified fixed in latest Nightly following STR in comment #2.
Status: RESOLVED → VERIFIED
Assignee | ||
Comment 8•9 years ago
|
||
Attachment #8566133 -
Attachment is obsolete: true
Attachment #8618404 -
Flags: review+
Assignee | ||
Comment 9•9 years ago
|
||
You need to log in
before you can comment on or make changes to this bug.
Description
•