Closed
Bug 151437
Opened 22 years ago
Closed 18 years ago
View Image context menu item omits referrer
Categories
(Firefox :: General, defect)
Firefox
General
Tracking
()
RESOLVED
FIXED
People
(Reporter: jruderman, Assigned: florian)
References
()
Details
Attachments
(1 file, 1 obsolete file)
4.49 KB,
patch
|
asaf
:
review+
|
Details | Diff | Splinter Review |
The View Image context menu item doesn't give a referrer to the image when it
loads the image. This is usually ok, since the image is usually cached, but if
I hit reload, the server might refuse to let me see the image again.
Reporter | ||
Comment 1•22 years ago
|
||
This bug is not a hallucination due to bug 155052. It really happens on
http://www.erotica-toon.com/xxxhentaiimages/ne3m2.html if you use view image
followed by reload.
Comment 3•20 years ago
|
||
*** Bug 262088 has been marked as a duplicate of this bug. ***
Updated•20 years ago
|
Product: Core → Mozilla Application Suite
Reporter | ||
Updated•19 years ago
|
Assignee: firefox → jruderman
Reporter | ||
Comment 4•19 years ago
|
||
I should make openUILink in utilityOverlay.js take a "sourceURL" argument, like
openNewTabWith/openNewWindowWith in contentAreaUtils.js. Then I will be able to
pass referrers, consolidate security checks, etc.
Reporter | ||
Updated•18 years ago
|
Assignee: jruderman → jag
QA Contact: pawyskoczka
Assignee | ||
Comment 5•18 years ago
|
||
Assignee | ||
Comment 6•18 years ago
|
||
Attachment #257088 -
Flags: superreview?(neil)
Attachment #257088 -
Flags: review?(neil)
Comment 7•18 years ago
|
||
Comment on attachment 257088 [details] [diff] [review]
Patch v1 (Seamonkey part)
This will be fixed by bug 336519.
Attachment #257088 -
Flags: superreview?(neil)
Attachment #257088 -
Flags: review?(neil)
Updated•18 years ago
|
Assignee: f.qu → nobody
Status: ASSIGNED → NEW
Component: XP Apps → General
Product: Mozilla Application Suite → Firefox
QA Contact: general
Comment 8•18 years ago
|
||
Comment on attachment 257087 [details] [diff] [review]
Patch v1 (Firefox part)
r=mano.
Attachment #257087 -
Flags: review?(mano) → review+
Assignee | ||
Updated•18 years ago
|
Attachment #257088 -
Attachment is obsolete: true
Assignee | ||
Updated•18 years ago
|
Status: NEW → ASSIGNED
OS: Windows XP → All
Hardware: PC → All
Whiteboard: [checkin needed]
Assignee | ||
Updated•18 years ago
|
Assignee: nobody → f.qu
Status: ASSIGNED → NEW
Comment 9•18 years ago
|
||
mozilla/browser/base/content/nsContextMenu.js 1.11
mozilla/browser/base/content/utilityOverlay.js 1.50
Status: NEW → RESOLVED
Closed: 18 years ago
Resolution: --- → FIXED
Whiteboard: [checkin needed]
You need to log in
before you can comment on or make changes to this bug.
Description
•