Closed
Bug 1330060
Opened 9 years ago
Closed 9 years ago
stylo: Gecko_GetServoDeclarationBlock does more work than it needs to
Categories
(Core :: CSS Parsing and Computation, defect)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
mozilla53
Tracking | Status | |
---|---|---|
firefox53 | --- | fixed |
People
(Reporter: bzbarsky, Assigned: bzbarsky)
References
Details
Attachments
(3 files)
3.84 KB,
patch
|
bkelly
:
review+
|
Details | Diff | Splinter Review |
1.34 KB,
patch
|
heycam
:
review+
|
Details | Diff | Splinter Review |
1.36 KB,
patch
|
heycam
:
review+
|
Details | Diff | Splinter Review |
There used to be reasons for it, but there aren't anymore.
![]() |
Assignee | |
Comment 1•9 years ago
|
||
Attachment #8825502 -
Flags: review?(bkelly)
![]() |
Assignee | |
Comment 2•9 years ago
|
||
Attachment #8825503 -
Flags: review?(cam)
![]() |
Assignee | |
Comment 3•9 years ago
|
||
Attachment #8825504 -
Flags: review?(cam)
Updated•9 years ago
|
Attachment #8825502 -
Flags: review?(bkelly) → review+
Updated•9 years ago
|
Attachment #8825503 -
Flags: review?(cam) → review+
Updated•9 years ago
|
Attachment #8825504 -
Flags: review?(cam) → review+
Pushed by bzbarsky@mozilla.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/3e9d6004ede7
part 1. Move GetInlineStyleDeclaration up to Element so it doesn't have to be virtual. r=bkelly
https://hg.mozilla.org/integration/mozilla-inbound/rev/28444912fe3c
part 2. Gecko_GetServoDeclarationBlock should use Element::GetInlineStyleDeclaration instead of reinventing it. r=heycam
https://hg.mozilla.org/integration/mozilla-inbound/rev/6bbd694b4c18
part 3. Update comment to correctly describe when we may have a Gecko style decl in Gecko_GetServoDeclarationBlock. r=heycam
Comment 5•9 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/3e9d6004ede7
https://hg.mozilla.org/mozilla-central/rev/28444912fe3c
https://hg.mozilla.org/mozilla-central/rev/6bbd694b4c18
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla53
Updated•9 years ago
|
Blocks: stylo-nightly
You need to log in
before you can comment on or make changes to this bug.
Description
•