Closed
Bug 458740
Opened 16 years ago
Closed 16 years ago
revert unnecessary XUL special handling in deckbrowser
Categories
(Firefox for Android Graveyard :: General, defect)
Firefox for Android Graveyard
General
Tracking
(Not tracked)
VERIFIED
FIXED
fennec1.0a2
People
(Reporter: Gavin, Assigned: Gavin)
Details
Attachments
(1 file)
926 bytes,
patch
|
mfinkle
:
review+
|
Details | Diff | Splinter Review |
Bug 432702 added a special case for XUL documents which shouldn't be needed now that bug 111034 is fixed.
Comment 1•16 years ago
|
||
gavin, is this still needed?
Assignee | ||
Comment 2•16 years ago
|
||
Yeah, I think so. Need to remove the instanceof XULDocument check in CanvasBrowser.js and see whether it breaks anything.
Severity: normal → minor
Assignee | ||
Updated•16 years ago
|
Assignee: nobody → gavin.sharp
Comment 3•16 years ago
|
||
On the other hand, I added special handling for SVG documents
Assignee | ||
Comment 4•16 years ago
|
||
Bug 111034 didn't apply to SVG, so we probably still need that.
Assignee | ||
Comment 5•16 years ago
|
||
Works fine on about:config.
Attachment #352641 -
Flags: review?(mark.finkle)
Updated•16 years ago
|
Attachment #352641 -
Flags: review?(mark.finkle) → review+
Assignee | ||
Comment 6•16 years ago
|
||
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Target Milestone: --- → Fennec A2
You need to log in
before you can comment on or make changes to this bug.
Description
•