Closed
Bug 1491622
Opened 7 years ago
Closed 7 years ago
Some minor cleanups.
Categories
(Core :: CSS Parsing and Computation, enhancement)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
mozilla64
Tracking | Status | |
---|---|---|
firefox64 | --- | fixed |
People
(Reporter: emilio, Assigned: emilio)
Details
Attachments
(6 files)
46 bytes,
text/x-phabricator-request
|
xidorn
:
review+
|
Details | Review |
46 bytes,
text/x-phabricator-request
|
xidorn
:
review+
|
Details | Review |
46 bytes,
text/x-phabricator-request
|
xidorn
:
review+
|
Details | Review |
46 bytes,
text/x-phabricator-request
|
xidorn
:
review+
|
Details | Review |
46 bytes,
text/x-phabricator-request
|
xidorn
:
review+
|
Details | Review |
46 bytes,
text/x-phabricator-request
|
xidorn
:
review+
|
Details | Review |
No description provided.
Assignee | ||
Comment 1•7 years ago
|
||
I always see a bunch of time in our profiles in the iterator over the
declarations, this ensures it's not something dumb.
I suspect it's just a bunch of cache misses from walking the rule tree but in
any case this is consistent with the other getters we have and such.
Assignee | ||
Comment 2•7 years ago
|
||
Assignee | ||
Comment 3•7 years ago
|
||
Assignee | ||
Comment 4•7 years ago
|
||
We never construct it.
Assignee | ||
Comment 5•7 years ago
|
||
There's no good reason we construct a DeclaredValue as an intermediate step.
Assignee | ||
Comment 6•7 years ago
|
||
I think it used to be the case that all PropertyDeclaration variants had a
DeclaredValueOwned<T> inside. But that's no longer the case, so this abstraction
seems less useful now.
Comment 7•7 years ago
|
||
Comment on attachment 9009420 [details]
Simplify CSSWideKeyword::parse.
Xidorn Quan [:xidorn] UTC+10 has approved the revision.
Attachment #9009420 -
Flags: review+
Comment 8•7 years ago
|
||
Comment on attachment 9009464 [details]
Make ExtremumLength::valid_for static.
Xidorn Quan [:xidorn] UTC+10 has approved the revision.
Attachment #9009464 -
Flags: review+
Comment 9•7 years ago
|
||
Comment on attachment 9009465 [details]
Remove DeclaredValue::WithVariables.
Xidorn Quan [:xidorn] UTC+10 has approved the revision.
Attachment #9009465 -
Flags: review+
Comment 10•7 years ago
|
||
Comment on attachment 9009467 [details]
Deindent the non-css-wide-keyword-related code from cascade_property.
Xidorn Quan [:xidorn] UTC+10 has approved the revision.
Attachment #9009467 -
Flags: review+
Comment 11•7 years ago
|
||
Comment on attachment 9009468 [details]
Remove DeclaredValue.
Xidorn Quan [:xidorn] UTC+10 has approved the revision.
Attachment #9009468 -
Flags: review+
Comment 12•7 years ago
|
||
Pushed by emilio@crisal.io:
https://hg.mozilla.org/integration/autoland/rev/fa669132189e
Make ExtremumLength::valid_for static. r=xidorn
Comment 13•7 years ago
|
||
Pushed by emilio@crisal.io:
https://hg.mozilla.org/integration/autoland/rev/a3b4475c493e
Remove DeclaredValue::WithVariables. r=xidorn
Comment 14•7 years ago
|
||
Pushed by emilio@crisal.io:
https://hg.mozilla.org/integration/autoland/rev/c626531e3717
Deindent the non-css-wide-keyword-related code from cascade_property. r=xidorn
Comment 15•7 years ago
|
||
Pushed by emilio@crisal.io:
https://hg.mozilla.org/integration/autoland/rev/630122991233
Remove DeclaredValue. r=xidorn
Comment 16•7 years ago
|
||
Pushed by emilio@crisal.io:
https://hg.mozilla.org/integration/autoland/rev/162eb1cf7ad8
Simplify CSSWideKeyword::parse. r=xidorn
Comment 17•7 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/fa669132189e
https://hg.mozilla.org/mozilla-central/rev/a3b4475c493e
https://hg.mozilla.org/mozilla-central/rev/c626531e3717
Status: NEW → RESOLVED
Closed: 7 years ago
status-firefox64:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla64
![]() |
||
Comment 18•7 years ago
|
||
bugherder |
Comment 19•7 years ago
|
||
Comment on attachment 9009419 [details]
Make LonghandId::flags an indexing operation.
Xidorn Quan [:xidorn] UTC+10 has approved the revision.
Attachment #9009419 -
Flags: review+
Comment 20•7 years ago
|
||
Pushed by emilio@crisal.io:
https://hg.mozilla.org/integration/autoland/rev/3ba37496274a
Make LonghandId::flags an indexing operation. r=xidorn
![]() |
||
Comment 21•7 years ago
|
||
bugherder |
You need to log in
before you can comment on or make changes to this bug.
Description
•