Closed
Bug 194266
Opened 22 years ago
Closed 22 years ago
Extraneous .Truncate() calls in nsGenericHTMLElement::GetAttr()
Categories
(Core :: Layout: Images, Video, and HTML Frames, defect)
Tracking
()
RESOLVED
FIXED
mozilla1.4alpha
People
(Reporter: emaijala+moz, Assigned: emaijala+moz)
Details
(Whiteboard: [whiitebox])
Attachments
(2 files)
879 bytes,
patch
|
Details | Diff | Splinter Review | |
2.04 KB,
patch
|
smontagu
:
review+
jst
:
superreview+
|
Details | Diff | Splinter Review |
Stumbled on some extraneous string truncates in nsGenericHTMLElement::GetAttr().
Patch coming up.
Assignee | ||
Comment 2•22 years ago
|
||
This patch removes the extra calls.
Assignee | ||
Updated•22 years ago
|
Severity: normal → minor
Status: NEW → ASSIGNED
Target Milestone: --- → mozilla1.4alpha
Assignee | ||
Comment 3•22 years ago
|
||
Comment 4•22 years ago
|
||
Comment on attachment 115052 [details] [diff] [review]
Same with more context
r=smontagu
Attachment #115052 -
Flags: review+
Assignee | ||
Comment 5•22 years ago
|
||
Comment on attachment 115052 [details] [diff] [review]
Same with more context
And now a semi-random selection of sr= candidate. Please?
Attachment #115052 -
Flags: superreview?(bugmail)
Comment on attachment 115052 [details] [diff] [review]
Same with more context
i'm not a superreviewer
Attachment #115052 -
Flags: superreview?(bugmail)
Assignee | ||
Comment 7•22 years ago
|
||
Comment on attachment 115052 [details] [diff] [review]
Same with more context
Oops, sorry. A new try..
Attachment #115052 -
Flags: superreview?(jst)
Comment 8•22 years ago
|
||
Comment on attachment 115052 [details] [diff] [review]
Same with more context
sr=jst
Attachment #115052 -
Flags: superreview?(jst) → superreview+
Assignee | ||
Comment 9•22 years ago
|
||
Checked in.
Status: ASSIGNED → RESOLVED
Closed: 22 years ago
Resolution: --- → FIXED
Updated•22 years ago
|
Whiteboard: [whiitebox]
Updated•7 years ago
|
Product: Core → Core Graveyard
Updated•7 years ago
|
Component: Layout: HTML Frames → Layout: Images
Product: Core Graveyard → Core
You need to log in
before you can comment on or make changes to this bug.
Description
•