Closed
Bug 1074299
Opened 10 years ago
Closed 10 years ago
Fix nav bar shortcut drags in e10s
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
FIXED
Firefox 35
Tracking | Status | |
---|---|---|
e10s | m3+ | --- |
People
(Reporter: jimm, Assigned: jimm)
References
Details
Attachments
(1 file, 1 obsolete file)
1.02 KB,
patch
|
Gavin
:
review+
|
Details | Diff | Splinter Review |
No description provided.
Assignee | ||
Comment 1•10 years ago
|
||
It's unfortunate I have to use a cpow here for the title but I'm not seeing another way to get that in the parent. Even if this isn't optimal, I think its a good work around for nav bar shortcut drags.
Assignee: nobody → jmathies
Attachment #8496963 -
Flags: review?(mrbkap)
Assignee | ||
Comment 2•10 years ago
|
||
Found something better for title - browser.contentTitle.
Attachment #8496963 -
Attachment is obsolete: true
Attachment #8496963 -
Flags: review?(mrbkap)
Attachment #8496969 -
Flags: review?(mrbkap)
Comment 3•10 years ago
|
||
Comment on attachment 8496969 [details] [diff] [review]
fix
Just use:
let value = gBrowser.currentURI.spec;
let urlString = value + "\n" + gBrowser.contentTitle;
Attachment #8496969 -
Flags: review?(mrbkap) → review+
Assignee | ||
Comment 4•10 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/c9e24e09a8b7
Thanks for the quick review!
Comment 5•10 years ago
|
||
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 35
Assignee | ||
Updated•10 years ago
|
tracking-e10s:
--- → m4+
Assignee | ||
Comment 7•10 years ago
|
||
Updated•10 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•