Closed
Bug 229081
Opened 21 years ago
Closed 21 years ago
deCOMtaminate nsIPresContext::GetCompatibilityMode / SetCompatibilityMode
Categories
(Core :: Layout, defect)
Core
Layout
Tracking
()
RESOLVED
FIXED
People
(Reporter: bryner, Assigned: bryner)
Details
Attachments
(1 file)
25.17 KB,
patch
|
bzbarsky
:
review+
bzbarsky
:
superreview+
|
Details | Diff | Splinter Review |
Assignee | ||
Comment 1•21 years ago
|
||
Assignee | ||
Updated•21 years ago
|
Attachment #137781 -
Flags: superreview?(bz-vacation)
Attachment #137781 -
Flags: review?(bz-vacation)
![]() |
||
Comment 2•21 years ago
|
||
Comment on attachment 137781 [details] [diff] [review]
patch
>Index: layout/html/table/src/nsTableFrame.cpp
>+ mTableLayoutStrategy = (IsAutoLayout()) ? new BasicTableLayoutStrategy(this, eCompatibility_NavQuirks == aPresContext->CompatibilityMode())
> : new FixedTableLayoutStrategy(this);
Would be good to stick to 80 char lines here...
r+sr=bzbarsky with that nit picked.
Attachment #137781 -
Flags: superreview?(bz-vacation)
Attachment #137781 -
Flags: superreview+
Attachment #137781 -
Flags: review?(bz-vacation)
Attachment #137781 -
Flags: review+
Assignee | ||
Comment 3•21 years ago
|
||
checked in.
Status: NEW → RESOLVED
Closed: 21 years ago
Resolution: --- → FIXED
Updated•7 years ago
|
Product: Core → Core Graveyard
Updated•7 years ago
|
Component: Layout: Misc Code → Layout
Product: Core Graveyard → Core
You need to log in
before you can comment on or make changes to this bug.
Description
•