Closed
Bug 1524034
Opened 6 years ago
Closed 6 years ago
Lazy load CSSCompleter in the source editor
Categories
(DevTools :: Source Editor, enhancement, P3)
DevTools
Source Editor
Tracking
(firefox67 fixed)
RESOLVED
FIXED
Firefox 67
Tracking | Status | |
---|---|---|
firefox67 | --- | fixed |
People
(Reporter: gl, Assigned: gl)
Details
Attachments
(1 file)
1.29 KB,
patch
|
bgrins
:
review+
|
Details | Diff | Splinter Review |
The CSSCompleter is only initialized in the Style Editor. The console and debugger would both benefit if CSSCompleter was lazily loaded. Profiling this showed that loading CSSCompleter is responsible for 0.4ms.
Assignee | ||
Comment 1•6 years ago
|
||
Attachment #9040194 -
Flags: review?(bgrinstead)
Updated•6 years ago
|
Attachment #9040194 -
Flags: review?(bgrinstead) → review+
Pushed by gabriel.luong@gmail.com:
https://hg.mozilla.org/integration/mozilla-inbound/rev/a0f4d41a08cc
Lazy load CSSCompleter in the source editor. r=bgrins
Comment 3•6 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
status-firefox67:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 67
You need to log in
before you can comment on or make changes to this bug.
Description
•