Closed
Bug 294854
Opened 20 years ago
Closed 14 years ago
nsIsIndexFrame::OnSubmit is just brainless
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
People
(Reporter: sicking, Unassigned)
References
Details
(Keywords: helpwanted, Whiteboard: [good first bug])
Attachments
(1 file)
4.23 KB,
patch
|
Details | Diff | Splinter Review |
The uri handling code in nsIsIndexFrame::OnSubmit is way too obfuscated. I'll
clean this up when I get some time.
![]() |
||
Updated•20 years ago
|
Keywords: helpwanted
Whiteboard: [good first bug]
Comment 1•18 years ago
|
||
Patch which cleans up nsIsIndexFrame::OnSubmit. I removed some unused variables and moved some code closer to where it is actually used.
Looking through the code, it seems to be straight forward and understandable with the comments that are now in the file. Is this the type of cleanup you were thinking of and is there any other cleanup needed?
Reporter | ||
Updated•18 years ago
|
Attachment #272418 -
Flags: review?(jonas)
Comment 2•16 years ago
|
||
So, does the patch resolve the problem?
Updated•16 years ago
|
Assignee: form-submission → nobody
QA Contact: ian → form-submission
Reporter | ||
Updated•15 years ago
|
Attachment #272418 -
Flags: review?(jonas)
Reporter | ||
Comment 3•15 years ago
|
||
Comment on attachment 272418 [details] [diff] [review]
Proposed patch
Ugh, sorry about the lack of review here. And unfortunately (or rather, fortunately) all of this code is going away with the HTML5 parser. So I'd rather not muck with it for now.
Comment 4•14 years ago
|
||
Jonas, since the HTML5 parser arrived, can this bug be closed? No point in cluttering up the [good first bug] list with bugs that aren't even valid.
Reporter | ||
Comment 5•14 years ago
|
||
Yes, I think that is the right cause of action.
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Assignee | ||
Updated•6 years ago
|
Component: HTML: Form Submission → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•