Closed
Bug 902541
Opened 12 years ago
Closed 12 years ago
Remove unnecessary flipping of remote attribute at startup
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
FIXED
Firefox 26
People
(Reporter: billm, Assigned: billm)
Details
Attachments
(1 file)
1.28 KB,
patch
|
Gavin
:
review+
|
Details | Diff | Splinter Review |
Now that bug 897066, the remote attribute of the first tab will automatically be enabled when we load the about:home URL (or whatever the first URL is). So it's no longer necessary to set the remote attribute in the tabbrowser.xml constructor.
Also, flipping the attribute before the first paint seems to cause problems on Macs because of a bug in graphics code (bug 886988). So this is also a workaround for that bug, which seems to be stuck at the moment. It's cleaner this way anyway though.
Attachment #787016 -
Flags: review?(gavin.sharp)
Updated•12 years ago
|
Attachment #787016 -
Flags: review?(gavin.sharp) → review+
Assignee | ||
Comment 1•12 years ago
|
||
Comment 2•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 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
•