Closed
Bug 1164776
Opened 11 years ago
Closed 7 years ago
Implement Firebug's include(url[, alias]) / include(alias)
Categories
(DevTools :: Console, enhancement)
DevTools
Console
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: fayolle-florent, Unassigned)
References
(Blocks 1 open bug)
Details
(Whiteboard: [firebug-gap])
User Agent: Mozilla/5.0 (X11; Linux x86_64; rv:38.0) Gecko/20100101 Firefox/38.0
Build ID: 20150508094354
Steps to reproduce:
Firebug used to implement the include() command as detailed here:
https://getfirebug.com/wiki/index.php/Include
It includes a remote script into the webpage, and allows defining aliases for them.
Florent
| Reporter | ||
Comment 1•11 years ago
|
||
I implemented that feature in Firebug, I think it is quite useful. Are you OK to include this feature into the DevTools?
Florent
Comment 2•11 years ago
|
||
So it's very similar to the gcli 'inject' command implemented in bug 1016578, and we have plans ( fairly soon ) to expose gcli in the console.
Updated•10 years ago
|
Severity: normal → enhancement
Status: UNCONFIRMED → NEW
Ever confirmed: true
Version: 41 Branch → unspecified
Comment 3•10 years ago
|
||
(In reply to Jeff Griffiths (:canuckistani) (:⚡︎) from comment #2)
> and we have plans ( fairly soon ) to expose gcli in the console.
For reference, it looks like those plans are tracked in bug 789675 and bug 1124297.
Sebastian
Updated•8 years ago
|
Product: Firefox → DevTools
Comment 4•7 years ago
|
||
now that we have support for dynamic import, I don't think we want to have this.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•