Closed
Bug 1422636
Opened 8 years ago
Closed 8 years ago
stylo: Gecko_Namespace appears on stylo-chrome profiles.
Categories
(Core :: CSS Parsing and Computation, defect, P2)
Core
CSS Parsing and Computation
Tracking
()
RESOLVED
FIXED
mozilla59
People
(Reporter: emilio, Assigned: emilio)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
Unsurprisingly, because of XUL.
Comment 1•8 years ago
|
||
There's no function called Gecko_GetNamespace. You mean Gecko_Namespace?
| Assignee | ||
Comment 2•8 years ago
|
||
(In reply to Xidorn Quan [:xidorn] UTC-6 (less responsive Nov 5 ~ Dec 16) from comment #1)
> There's no function called Gecko_GetNamespace. You mean Gecko_Namespace?
Yes, short-term memory, whoops :)
Updated•8 years ago
|
Summary: stylo: Gecko_GetNamespace appears on stylo-chrome profiles. → stylo: Gecko_Namespace appears on stylo-chrome profiles.
Comment 3•8 years ago
|
||
So this function counts for 2.2ms in my profile, which isn't really a lot.
It is inlineable, though. We just need to have bindgen generate nsContentUtils and do some array accessing.
| Comment hidden (mozreview-request) |
Comment 5•8 years ago
|
||
| mozreview-review | ||
Comment on attachment 8934023 [details]
Bug 1422636: Inline Gecko_Namespace.
https://reviewboard.mozilla.org/r/204952/#review210392
Attachment #8934023 -
Flags: review?(xidorn+moz) → review+
Updated•8 years ago
|
Priority: -- → P2
Pushed by ecoal95@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/e6d7914cfbbd
Inline Gecko_Namespace. r=xidorn
Comment 7•8 years ago
|
||
| bugherder | ||
Status: NEW → RESOLVED
Closed: 8 years ago
status-firefox59:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla59
Updated•8 years ago
|
status-firefox57:
--- → disabled
status-firefox58:
--- → disabled
You need to log in
before you can comment on or make changes to this bug.
Description
•