Closed
Bug 479480
Opened 16 years ago
Closed 16 years ago
drop the XP_MAC specific MAX_REFLOW_DEPTH.
Categories
(Core :: DOM: HTML Parser, defect)
Tracking
()
RESOLVED
FIXED
mozilla1.9.2a1
People
(Reporter: dougt, Assigned: dougt)
References
()
Details
Attachments
(1 file)
(deleted),
patch
|
jaas
:
review+
dbaron
:
review+
|
Details | Diff | Splinter Review |
xp_mac isn't defined any longer for this module, and this is dead code. worse, it is confusing because you have to double check if XP_MAC is defined or not on 10.x.
There might be a need to reset this value for mobile at some point, but we should address that separately.
Attachment #363347 -
Flags: review?(joshmoz)
Attachment #363347 -
Flags: review?(joshmoz) → review+
Assignee | ||
Comment 1•16 years ago
|
||
Comment on attachment 363347 [details] [diff] [review]
patch v.1
dbaron - any concern here?
Attachment #363347 -
Flags: review?(dbaron)
Comment 2•16 years ago
|
||
Comment on attachment 363347 [details] [diff] [review]
patch v.1
r=dbaron; XP_MAC hasn't been used for ages
Attachment #363347 -
Flags: review?(dbaron) → review+
Assignee | ||
Comment 3•16 years ago
|
||
Comment on attachment 363347 [details] [diff] [review]
patch v.1
@dbaron, josh mentioned that some modules (other code bases?) stil use XP_MAC for their 10.x stuff. :-/
Assignee | ||
Comment 4•16 years ago
|
||
Status: NEW → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Updated•16 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•