Closed
Bug 899338
Opened 10 years ago
Closed 10 years ago
Work around backspace problem in e10s builds by disabling XUL command
Categories
(Firefox :: Keyboard Navigation, defect)
Tracking
()
RESOLVED
FIXED
Firefox 26
People
(Reporter: billm, Assigned: billm)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
1.11 KB,
patch
|
Felipe
:
review+
|
Details | Diff | Splinter Review |
Right now we've worked around the backspace handling problem in the larch repo by deleting the command that calls BrowserHandleBackspace(). However, it's still a problem on mozilla-central. This patch does pretty much the same thing, but it only disables the command when gMultiProcessBrowsing is set. Obviously we'd like to fix this the right way in the future. However, we're trying to make m-c usable for multiprocess browsing by mid-August.
Attachment #782800 -
Flags: review?(felipc)
Updated•10 years ago
|
Attachment #782800 -
Flags: review?(felipc) → review+
Assignee | ||
Comment 1•10 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/9d4d298a428f
Comment 2•10 years ago
|
||
https://hg.mozilla.org/mozilla-central/rev/9d4d298a428f
Status: NEW → RESOLVED
Closed: 10 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 26
You need to log in
before you can comment on or make changes to this bug.
Description
•