Closed
Bug 1271168
Opened 10 years ago
Closed 10 years ago
remove nsPresContext arg from nsStyleOutline::RecalcData
Categories
(Core :: CSS Parsing and Computation, defect)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
mozilla49
| Tracking | Status | |
|---|---|---|
| firefox49 | --- | fixed |
People
(Reporter: heycam, Assigned: heycam)
References
Details
Attachments
(1 file, 1 obsolete file)
|
3.20 KB,
patch
|
bholley
:
review+
|
Details | Diff | Splinter Review |
This function will allow Servo to update nsStyleOutline::mCachedOutlineWidth.
| Assignee | ||
Comment 1•10 years ago
|
||
Attachment #8750163 -
Flags: review?(bobbyholley)
| Assignee | ||
Comment 2•10 years ago
|
||
Attachment #8750165 -
Flags: review?(bobbyholley)
| Assignee | ||
Comment 3•10 years ago
|
||
This will be used by https://github.com/servo/servo/pull/11086.
Updated•10 years ago
|
Attachment #8750163 -
Flags: review?(bobbyholley) → review+
Comment 4•10 years ago
|
||
Comment on attachment 8750165 [details] [diff] [review]
Part 2: Add Gecko_ComputeCachedOutlineWidth.
Per IRC discussion, I think we can find a way to avoid this.
Attachment #8750165 -
Flags: review?(bobbyholley) → review-
| Assignee | ||
Comment 5•10 years ago
|
||
We don't need part 2 any more, so let's just land part 1.
Keywords: checkin-needed
Summary: add Gecko_ComputeCachedOutlineWidth → remove nsPresContext arg from nsStyleOutline::RecalcData
| Assignee | ||
Updated•10 years ago
|
Attachment #8750165 -
Attachment is obsolete: true
Keywords: checkin-needed
Comment 7•10 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 10 years ago
status-firefox49:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla49
You need to log in
before you can comment on or make changes to this bug.
Description
•