Closed
Bug 730048
Opened 13 years ago
Closed 6 years ago
GCLI: add a command to reload resources
Categories
(DevTools Graveyard :: Graphic Commandline and Toolbar, defect)
DevTools Graveyard
Graphic Commandline and Toolbar
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
Future
People
(Reporter: msucan, Unassigned)
References
Details
(Whiteboard: [gclicommands])
It would be quite cool to have a quick way to reload the page and parts of the page, as follows:
- reload
reload the page
- reload styles
reload all the stylesheets in the page
- reload images
- reload frames
- reload plugins
- reload videos
- reload audio
- probably reload scripts, but this is tricky. maybe for a different bug. needs more thinking.
- reload /regex_pattern/
allow me to reload resources based on a matching pattern.
- reload 5min
reload the page after 5 minutes.
- reload 5min 9
reload the page after 5 minutes, but repeat the timer 9 times.
This would be quite cool to use, especially when making server-side style changes - you can just do reload styles = fancy.
Reporter | ||
Comment 1•13 years ago
|
||
Another thought: allowing to reload every 5 seconds the stylsheets only would be very useful for designers who can have, say, on one monitor Firefox open and reloading stylsheets every few seconds, while they edit the styles in their favorite editor, on the second monitor. This would allow a workflow similar to that of the style editor - almost-live feedback during editing, but with external tools.
Comment 2•13 years ago
|
||
Triage: Filter on BONGO DRUMS
Priority: -- → P2
Target Milestone: --- → Firefox 15
Updated•12 years ago
|
Target Milestone: Firefox 15 → Firefox 16
Updated•12 years ago
|
Assignee: nobody → paul
Comment 3•12 years ago
|
||
Paul - Just checking in on this bug, what do you think are the chances that we can get it done in the next couple of weeks? Otherwise we need to mark it for Firefox 17, or perhaps re-assign?
Updated•12 years ago
|
Whiteboard: [gclicommands]
Comment 4•12 years ago
|
||
Most of it is working, done during the hackday. However, it triggers an xpconnect crash, (that I've filed and set blocking this bug) when I do something like "reload page 4s". I'll maybe have time to investigate soon. I'll plan to post the code anyway.
Status: NEW → ASSIGNED
Comment 5•12 years ago
|
||
Comment 6•12 years ago
|
||
We didn't get to polish this off for Firefox 16, but we should make it a priority for 17.
Triage, filter on TEABAGS
Target Milestone: Firefox 16 → Firefox 17
Comment 8•12 years ago
|
||
New component triage. Filter on "Lobster Thermidor aux crevettes with a Mornay sauce"
Component: Developer Tools: Console → Developer Tools: Graphic Commandline and Toolbar
Comment 9•11 years ago
|
||
I won't be working on this in the near future.
Updated•11 years ago
|
Assignee: padenot → nobody
Comment 10•11 years ago
|
||
Resetting priorities because these P* levels are very out of date.
Sorry for the bug spam. Filter on Lobster Thermidor
Priority: P2 → --
Comment 11•8 years ago
|
||
Bulk changing the status, as there is no assignee anymore.
Sebastian
Status: ASSIGNED → NEW
Updated•6 years ago
|
Product: Firefox → DevTools
Comment 12•6 years ago
|
||
Per bug 1491875, this component has been closed, and the affected code is being removed from Firefox. Closing this bug as incomplete.
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → INCOMPLETE
Updated•6 years ago
|
Product: DevTools → DevTools Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•