Closed
Bug 645956
Opened 14 years ago
Closed 14 years ago
Remove NS_NewCSS*Rule functions
Categories
(Core :: CSS Parsing and Computation, defect)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
mozilla5
People
(Reporter: craig.topper, Assigned: craig.topper)
References
Details
Attachments
(5 files)
(deleted),
patch
|
bzbarsky
:
review+
|
Details | Diff | Splinter Review |
(deleted),
patch
|
bzbarsky
:
review+
|
Details | Diff | Splinter Review |
(deleted),
patch
|
bzbarsky
:
review+
|
Details | Diff | Splinter Review |
(deleted),
patch
|
bzbarsky
:
review+
|
Details | Diff | Splinter Review |
(deleted),
patch
|
bzbarsky
:
review+
|
Details | Diff | Splinter Review |
Now that all the CSS rule interface classes are gone we no longer need these creation functions and we can just allocate the classes directly.
Assignee | ||
Comment 1•14 years ago
|
||
Assignee | ||
Comment 2•14 years ago
|
||
Assignee | ||
Comment 3•14 years ago
|
||
Assignee | ||
Comment 4•14 years ago
|
||
Assignee | ||
Comment 5•14 years ago
|
||
Assignee | ||
Updated•14 years ago
|
Attachment #522596 -
Flags: review?(bzbarsky)
Assignee | ||
Updated•14 years ago
|
Attachment #522597 -
Flags: review?(bzbarsky)
Assignee | ||
Updated•14 years ago
|
Attachment #522599 -
Flags: review?(bzbarsky)
Assignee | ||
Updated•14 years ago
|
Attachment #522600 -
Flags: review?(bzbarsky)
Assignee | ||
Updated•14 years ago
|
Attachment #522601 -
Flags: review?(bzbarsky)
Comment 6•14 years ago
|
||
Comment on attachment 522596 [details] [diff] [review]
Part 1: Remove NS_NewCSSStyleRule
r=me
Attachment #522596 -
Flags: review?(bzbarsky) → review+
Comment 7•14 years ago
|
||
Comment on attachment 522597 [details] [diff] [review]
Part 2: Remove NS_NewCSSImportRule
r=me
Attachment #522597 -
Flags: review?(bzbarsky) → review+
Comment 8•14 years ago
|
||
Comment on attachment 522599 [details] [diff] [review]
Part 3: Remove NS_NewCSSNamespaceRule
r=me
Attachment #522599 -
Flags: review?(bzbarsky) → review+
Comment 9•14 years ago
|
||
Comment on attachment 522600 [details] [diff] [review]
Part 4: Move CSSCharsetRule to header file and put in css namespace
r=me
Attachment #522600 -
Flags: review?(bzbarsky) → review+
Comment 10•14 years ago
|
||
Comment on attachment 522601 [details] [diff] [review]
Part 5: Remove NS_NewCSSCharsetRule
r=me
Attachment #522601 -
Flags: review?(bzbarsky) → review+
Comment 11•14 years ago
|
||
Pushed:
http://hg.mozilla.org/mozilla-central/rev/3a7b91a4166f
http://hg.mozilla.org/mozilla-central/rev/5a9e6e008e19
http://hg.mozilla.org/mozilla-central/rev/cefe71fc5e19
http://hg.mozilla.org/mozilla-central/rev/7d61a9406c03
http://hg.mozilla.org/mozilla-central/rev/ec38f9d0e7c2
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Flags: in-testsuite-
Resolution: --- → FIXED
Target Milestone: --- → mozilla2.2
You need to log in
before you can comment on or make changes to this bug.
Description
•