Closed
Bug 301635
Opened 20 years ago
Closed 20 years ago
[FIXr]Input that's not of type=image should have no nsIImageLoadingContent.currentURI
Categories
(Core :: DOM: Core & HTML, defect, P1)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla1.8beta4
People
(Reporter: bzbarsky, Assigned: bzbarsky)
Details
(Keywords: fixed1.8)
Attachments
(2 files)
|
398 bytes,
text/html
|
Details | |
|
4.94 KB,
patch
|
Biesinger
:
review+
jst
:
superreview+
cbeard
:
approval1.8b4+
|
Details | Diff | Splinter Review |
See attached self-explanatory testcase.
| Assignee | ||
Comment 1•20 years ago
|
||
| Assignee | ||
Comment 2•20 years ago
|
||
Attachment #190066 -
Flags: superreview?(jst)
Attachment #190066 -
Flags: review?(cbiesinger)
| Assignee | ||
Updated•20 years ago
|
OS: Linux → All
Priority: -- → P1
Hardware: PC → All
Summary: Input that's not of type=image should have no nsIImageLoadingContent.currentURI → [FIX]Input that's not of type=image should have no nsIImageLoadingContent.currentURI
Target Milestone: --- → mozilla1.8beta4
Comment 3•20 years ago
|
||
Comment on attachment 190066 [details] [diff] [review]
Patch
+++ content/base/src/nsImageLoadingContent.h 21 Jul 2005 22:49:19 -0000
+ * cancel all image requests (for example when they subclass is
"the subclass"?
+ void CancelImageRequests();
+
please don't add trailing whitespace :)
Attachment #190066 -
Flags: review?(cbiesinger) → review+
Comment 4•20 years ago
|
||
Comment on attachment 190066 [details] [diff] [review]
Patch
sr=jst
Attachment #190066 -
Flags: superreview?(jst) → superreview+
| Assignee | ||
Updated•20 years ago
|
Summary: [FIX]Input that's not of type=image should have no nsIImageLoadingContent.currentURI → [FIXr]Input that's not of type=image should have no nsIImageLoadingContent.currentURI
| Assignee | ||
Comment 5•20 years ago
|
||
Comment on attachment 190066 [details] [diff] [review]
Patch
Requesting branch approval. This keeps our front-end code from thinking that
non-image inputs are images...
Attachment #190066 -
Flags: approval1.8b4?
Updated•20 years ago
|
Attachment #190066 -
Flags: approval1.8b4? → approval1.8b4+
| Assignee | ||
Comment 6•20 years ago
|
||
Fixed, trunk and branch.
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•