Closed
Bug 664061
Opened 13 years ago
Closed 13 years ago
Remove isindex layout code
Categories
(Core :: Layout: Form Controls, defect)
Core
Layout: Form Controls
Tracking
()
RESOLVED
FIXED
mozilla8
People
(Reporter: sicking, Assigned: sicking)
References
Details
Attachments
(1 file)
27.40 KB,
patch
|
dbaron
:
review+
|
Details | Diff | Splinter Review |
The HTML5 parser doesn't output isindex elements for <isindex> markup any more. Instead it outputs a couple of <hr>s and an <input>. So layout no longer needs to have support for isindex frames.
Attachment #539093 -
Flags: review?(dbaron)
Comment on attachment 539093 [details] [diff] [review]
Patch to fix
r=dbaron
Once you've removed the content code too, you should do an mxr search to make sure you haven't missed anything.
Attachment #539093 -
Flags: review?(dbaron) → review+
Assignee | ||
Comment 2•13 years ago
|
||
Landed on inbound
http://hg.mozilla.org/integration/mozilla-inbound/rev/47d8748daa90
Comment 3•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla8
You need to log in
before you can comment on or make changes to this bug.
Description
•