Closed
Bug 230693
Opened 21 years ago
Closed 20 years ago
Missing reload within view source window
Categories
(Toolkit :: View Source, enhancement)
Toolkit
View Source
Tracking
()
VERIFIED
FIXED
mozilla1.8final
People
(Reporter: whimboo, Assigned: bugzilla.mozilla.org-3)
References
(Blocks 1 open bug)
Details
Attachments
(1 file, 1 obsolete file)
3.91 KB,
patch
|
mconnor
:
review+
shaver
:
approval-aviary1.1a2+
|
Details | Diff | Splinter Review |
Starting page reload inside view-source window doesn't work. If I have opened
the source window within a new tab I can reload with shift+ctrl+r only. Ctrl+r
seams to load the data from cache. If I have a separate window I can't start any
reload with this two combinations.
Always fixed for Seamonkey (Bug 85908) but missing for Firebird.
Comment 2•21 years ago
|
||
-> view source.
Assignee: p_ch → bugs
Component: General → View Source
QA Contact: bugzilla → firefox.view-source
Comment 3•20 years ago
|
||
*** Bug 256229 has been marked as a duplicate of this bug. ***
Comment 4•20 years ago
|
||
*** Bug 258389 has been marked as a duplicate of this bug. ***
Comment 5•20 years ago
|
||
*** Bug 263108 has been marked as a duplicate of this bug. ***
Updated•20 years ago
|
Severity: normal → enhancement
Assignee | ||
Comment 6•20 years ago
|
||
This adds four different shortcut keys to the reload function: Ctrl+R,
Ctrl+Shift+R, F5 and Ctrl+F5.
In a regular browser Ctrl+R and F5 do a reload from cache and Ctrl+Shift+R and
Ctrl+F5 do a force reload from network. In view source reloading from cache
doesn't make much sense (or am I missing something), so I hooked up all four
keys to force reload.
I added Reload to the View menu. I don't know if this bloats the UI too much.
I renamed BrowserReload() to ViewSourceReload(). The former name was chosen in
xpfe so that the function could be called by an overlay used by both view
source and the regular browser, but there doesn't seem to be such an overlay in
toolkit.
Assignee | ||
Updated•20 years ago
|
Attachment #180265 -
Flags: review?(mconnor)
Assignee | ||
Comment 7•20 years ago
|
||
Attachment #180266 -
Flags: review?(mconnor)
Assignee | ||
Updated•20 years ago
|
Attachment #180265 -
Flags: review?(mconnor)
Assignee | ||
Updated•20 years ago
|
Attachment #180265 -
Attachment is obsolete: true
Comment 8•20 years ago
|
||
Comment on attachment 180266 [details] [diff] [review]
New patch
diff -up8 is a goodness. Regardless of that, r=me.
Attachment #180266 -
Flags: review?(mconnor) → review+
Assignee | ||
Comment 9•20 years ago
|
||
Thanks for the review. Could you (or somebody else) check this in for me?
Assignee | ||
Comment 10•20 years ago
|
||
Mike, could you help me getting this checked in? I don't have CVS access myself.
Thanks :-)
Updated•20 years ago
|
Assignee: bugs → bugzilla.mozilla.org
Hardware: PC → All
Whiteboard: [checkin needed]
Target Milestone: --- → Firefox1.1
Version: unspecified → Trunk
Comment 11•20 years ago
|
||
(In reply to comment #10)
> Mike, could you help me getting this checked in? I don't have CVS access myself.
I am not sure that mconnor got that message, since he is not cc:ed
Assignee | ||
Comment 12•20 years ago
|
||
Mike, could you help me getting this checked in? I don't have CVS access myself.
Thanks :-)
Updated•20 years ago
|
Attachment #180266 -
Flags: approval-aviary1.1a2?
Comment 13•20 years ago
|
||
Comment on attachment 180266 [details] [diff] [review]
New patch
a=shaver
Attachment #180266 -
Flags: approval-aviary1.1a2? → approval-aviary1.1a2+
Comment 14•20 years ago
|
||
Checking in toolkit/locales/en-US/chrome/global/viewSource.dtd;
/cvsroot/mozilla/toolkit/locales/en-US/chrome/global/viewSource.dtd,v <--
viewSource.dtd
new revision: 1.4; previous revision: 1.3
done
Checking in toolkit/components/viewsource/content/viewSource.js;
/cvsroot/mozilla/toolkit/components/viewsource/content/viewSource.js,v <--
viewSource.js
new revision: 1.13; previous revision: 1.12
done
Checking in toolkit/components/viewsource/content/viewSource.xul;
/cvsroot/mozilla/toolkit/components/viewsource/content/viewSource.xul,v <--
viewSource.xul
new revision: 1.22; previous revision: 1.21
done
Status: NEW → RESOLVED
Closed: 20 years ago
Resolution: --- → FIXED
Whiteboard: [checkin needed]
Reporter | ||
Comment 15•20 years ago
|
||
There are still some shortcut issues to fix for that part. Therefor I filed bug
299683.
v.
Status: RESOLVED → VERIFIED
Updated•17 years ago
|
Product: Firefox → Toolkit
You need to log in
before you can comment on or make changes to this bug.
Description
•