Closed
Bug 1293756
Opened 9 years ago
Closed 9 years ago
fix "dynamic" requires in autocomplete.js
Categories
(DevTools :: Framework, enhancement, P1)
DevTools
Framework
Tracking
(firefox51 fixed)
| Tracking | Status | |
|---|---|---|
| firefox51 | --- | fixed |
People
(Reporter: tromey, Assigned: tromey)
References
Details
(Whiteboard: [reserve-html])
Attachments
(1 file)
There's a bit of code in autocomplete.js that webpack thinks is dynamically
calling require. Easy to fix and makes webpack happy.
| Comment hidden (mozreview-request) |
Comment 2•9 years ago
|
||
| mozreview-review | ||
Comment on attachment 8779477 [details]
Bug 1293756 - avoid dynamic requires in autocomplete.js;
https://reviewboard.mozilla.org/r/70456/#review67774
Attachment #8779477 -
Flags: review?(bgrinstead) → review+
Updated•9 years ago
|
Iteration: --- → 51.1 - Aug 15
Flags: qe-verify-
Priority: -- → P1
Whiteboard: [devtools-html] → [reserve-html]
Pushed by ttromey@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/3030bd212811
avoid dynamic requires in autocomplete.js; r=bgrins
Comment 4•9 years ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
status-firefox51:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → Firefox 51
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•