Closed
Bug 1523808
Opened 6 years ago
Closed 6 years ago
Services module is not defined in layoutdebug
Categories
(Core :: Layout, defect, P2)
Core
Layout
Tracking
()
RESOLVED
FIXED
mozilla67
| Tracking | Status | |
|---|---|---|
| firefox67 | --- | fixed |
People
(Reporter: TYLin, Assigned: TYLin)
References
Details
Attachments
(1 file)
Run ./mach run -layoutdebug, and there's an error.
JavaScript error: chrome://layoutdebug/content/layoutdebug.js, line 123: ReferenceError: Services is not defined
| Assignee | ||
Comment 1•6 years ago
|
||
| Assignee | ||
Comment 2•6 years ago
|
||
Note that layoutdebug is available only on debug build.
Comment 3•6 years ago
|
||
I believe now we can run the layout debugger on non debug builds with 'ac_add_options --enable-layout-debugger'.
Pushed by aethanyc@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/6af54adfc96b
Import Service module in layoutdebug.js. r=kmag
Comment 5•6 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 6 years ago
status-firefox67:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla67
You need to log in
before you can comment on or make changes to this bug.
Description
•