Closed
Bug 17409
Opened 25 years ago
Closed 25 years ago
[perf] [dogfood] Order of 'http-equiv' and 'content' affects result
Categories
(Core :: DOM: HTML Parser, defect, P3)
Core
DOM: HTML Parser
Tracking
()
VERIFIED
FIXED
M12
People
(Reporter: alistair.vining, Assigned: ftang)
Details
(Whiteboard: [PDT+] fix in local tree. Need review and M12 tree open)
Attachments
(1 file)
(deleted),
text/html
|
Details |
Sorry, crummy summary, but at present:
<META content="text/html; charset=utf-8" http-equiv="Content-Type">
<META http-equiv="Content-Type" content="text/html; charset=utf-8">
have different results. With 'content' first, the <meta> tag has no effect in
viewer.exe or mozilla.exe, although it does in View Source under viewer.
Reporter | ||
Comment 1•25 years ago
|
||
Assignee: rickg → ftang
Summary: Order of 'http-equiv' and 'content' affects result → [perf] [dogfood] Order of 'http-equiv' and 'content' affects result
Frank -- this problem appears to be in your metacharset observer code.
I'd also like to discuss the implementation, which looks pretty inefficient.
Given that we make this call for every tag, it's gotta be fixed.
Assignee | ||
Updated•25 years ago
|
Status: NEW → ASSIGNED
OS: Windows 95 → All
Hardware: PC → All
Target Milestone: M12
Assignee | ||
Comment 3•25 years ago
|
||
agree what rickg stated...
Assignee | ||
Comment 5•25 years ago
|
||
patch available at http://warp/u/ftang/tmp/meta17409.txt
Wait till M12 open to check in. I will take out the #if else part 1 week after I
check in for risk management....
Assignee | ||
Updated•25 years ago
|
Whiteboard: [PDT+] → [PDT+] fix in local tree. Need review and M12 tree open
Assignee | ||
Updated•25 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 25 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 6•25 years ago
|
||
fix check into M12 tip.
Updated•25 years ago
|
Status: RESOLVED → VERIFIED
Comment 7•25 years ago
|
||
seems to be fixed.
Verified.
You need to log in
before you can comment on or make changes to this bug.
Description
•