Closed
Bug 1271168
Opened 7 years ago
Closed 7 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•7 years ago
|
||
Attachment #8750163 -
Flags: review?(bobbyholley)
Assignee | ||
Comment 2•7 years ago
|
||
Attachment #8750165 -
Flags: review?(bobbyholley)
Assignee | ||
Comment 3•7 years ago
|
||
This will be used by https://github.com/servo/servo/pull/11086.
Updated•7 years ago
|
Attachment #8750163 -
Flags: review?(bobbyholley) → review+
Comment 4•7 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•7 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•7 years ago
|
Attachment #8750165 -
Attachment is obsolete: true
Comment 7•7 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/e95d88bd562f
Status: ASSIGNED → RESOLVED
Closed: 7 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
•