Closed
Bug 631939
Opened 15 years ago
Closed 15 years ago
New SVG list item DOM wrappers get confused if there are more than 256 items in list
Categories
(Core :: SVG, defect)
Core
SVG
Tracking
()
RESOLVED
FIXED
Tracking | Status | |
---|---|---|
blocking2.0 | --- | final+ |
People
(Reporter: jwatt, Assigned: jwatt)
Details
(Whiteboard: [softblocker])
Attachments
(1 file, 2 obsolete files)
11.84 KB,
patch
|
Details | Diff | Splinter Review |
The mistaken use of PRUint8 in some places means that the new SVG list item DOM wrappers will get confused if there are more than 256 items in the list.
![]() |
Assignee | |
Comment 1•15 years ago
|
||
Requesting approval at same time as review. Will add test too.
Assignee: nobody → jwatt
Status: NEW → ASSIGNED
Attachment #510156 -
Flags: review?(roc)
Attachment #510156 -
Flags: approval2.0?
![]() |
Assignee | |
Comment 2•15 years ago
|
||
This isn't a read/write bad memory issue, but we should probably still get it in.
Attachment #510156 -
Attachment is obsolete: true
Attachment #510180 -
Flags: review?(roc)
Attachment #510180 -
Flags: approval2.0?
Attachment #510156 -
Flags: review?(roc)
Attachment #510156 -
Flags: approval2.0?
![]() |
Assignee | |
Comment 3•15 years ago
|
||
(In reply to comment #2)
> This isn't a read/write bad memory issue
Well, actually it is, but what I meant is that in this case it isn't an sg issue.
Attachment #510180 -
Flags: review?(roc)
Attachment #510180 -
Flags: review+
Attachment #510180 -
Flags: approval2.0?
Attachment #510180 -
Flags: approval2.0+
blocking2.0: --- → final+
![]() |
Assignee | |
Comment 4•15 years ago
|
||
Attachment #510180 -
Attachment is obsolete: true
![]() |
Assignee | |
Comment 5•15 years ago
|
||
Pushed to try: http://tbpl.mozilla.org/?tree=MozillaTry&rev=a360688c9ea0
![]() |
Assignee | |
Comment 6•15 years ago
|
||
The Try orange is due to bug 631939, so this one should be fine.
![]() |
Assignee | |
Comment 7•15 years ago
|
||
Pushed to try with fixed patch for bug 631939: http://tbpl.mozilla.org/?tree=MozillaTry&rev=bd7c865af7fa
Updated•15 years ago
|
Version: unspecified → Trunk
Comment 8•15 years ago
|
||
(Comment 7 meant to say "with fixed patch for *bug 631946*)
Comment 7 passed try-server (after some RelEng woes were resolved in bug
632211).
--> Adding checkin-needed flag, at jwatt's request.
Keywords: checkin-needed
Whiteboard: [softblocker]
Comment 9•15 years ago
|
||
![]() |
Assignee | |
Comment 10•14 years ago
|
||
Thanks Jacek!
You need to log in
before you can comment on or make changes to this bug.
Description
•