Closed
Bug 314453
Opened 19 years ago
Closed 19 years ago
rename *URIChanged
Categories
(Core :: DOM: Core & HTML, enhancement, P2)
Core
DOM: Core & HTML
Tracking
()
RESOLVED
FIXED
mozilla1.9alpha1
People
(Reporter: Biesinger, Assigned: Biesinger)
Details
Attachments
(2 files)
13.63 KB,
patch
|
bzbarsky
:
review+
bzbarsky
:
superreview+
|
Details | Diff | Splinter Review |
13.72 KB,
patch
|
bzbarsky
:
review+
bzbarsky
:
superreview+
|
Details | Diff | Splinter Review |
I think we should rename ImageURIChanged and ObjectURIChanged. These names don't say anything about what these functions do, and are imo hard to understand.
I suggest LoadImage and LoadObject.
Assignee | ||
Comment 1•19 years ago
|
||
Attachment #207137 -
Flags: superreview?(bzbarsky)
Attachment #207137 -
Flags: review?(bzbarsky)
Comment 2•19 years ago
|
||
Comment on attachment 207137 [details] [diff] [review]
ObjectURIChanged part
r+sr=bzbarsky
Attachment #207137 -
Flags: superreview?(bzbarsky)
Attachment #207137 -
Flags: superreview+
Attachment #207137 -
Flags: review?(bzbarsky)
Attachment #207137 -
Flags: review+
Assignee | ||
Comment 3•19 years ago
|
||
Attachment #207224 -
Flags: superreview?(bzbarsky)
Attachment #207224 -
Flags: review?(bzbarsky)
Updated•19 years ago
|
Attachment #207224 -
Flags: superreview?(bzbarsky)
Attachment #207224 -
Flags: superreview+
Attachment #207224 -
Flags: review?(bzbarsky)
Attachment #207224 -
Flags: review+
Assignee | ||
Updated•19 years ago
|
Status: NEW → ASSIGNED
Priority: -- → P2
Target Milestone: --- → mozilla1.9alpha
Assignee | ||
Comment 4•19 years ago
|
||
Checking in content/base/src/nsImageLoadingContent.cpp;
/cvsroot/mozilla/content/base/src/nsImageLoadingContent.cpp,v <-- nsImageLoadingContent.cpp
new revision: 1.67; previous revision: 1.66
done
Checking in content/base/src/nsImageLoadingContent.h;
/cvsroot/mozilla/content/base/src/nsImageLoadingContent.h,v <-- nsImageLoadingContent.h
new revision: 1.24; previous revision: 1.23
done
Checking in content/base/src/nsObjectLoadingContent.cpp;
/cvsroot/mozilla/content/base/src/nsObjectLoadingContent.cpp,v <-- nsObjectLoadingContent.cpp
new revision: 1.20; previous revision: 1.19
done
Checking in content/base/src/nsObjectLoadingContent.h;
/cvsroot/mozilla/content/base/src/nsObjectLoadingContent.h,v <-- nsObjectLoadingContent.h
new revision: 1.8; previous revision: 1.7
done
Checking in content/html/content/src/nsHTMLAppletElement.cpp;
/cvsroot/mozilla/content/html/content/src/nsHTMLAppletElement.cpp,v <-- nsHTMLAppletElement.cpp
new revision: 1.86; previous revision: 1.85
done
Checking in content/html/content/src/nsHTMLImageElement.cpp;
/cvsroot/mozilla/content/html/content/src/nsHTMLImageElement.cpp,v <-- nsHTMLImageElement.cpp
new revision: 1.199; previous revision: 1.198
done
Checking in content/html/content/src/nsHTMLInputElement.cpp;
/cvsroot/mozilla/content/html/content/src/nsHTMLInputElement.cpp,v <-- nsHTMLInputElement.cpp
new revision: 1.419; previous revision: 1.418
done
Checking in content/html/content/src/nsHTMLObjectElement.cpp;
/cvsroot/mozilla/content/html/content/src/nsHTMLObjectElement.cpp,v <-- nsHTMLObjectElement.cpp
new revision: 1.94; previous revision: 1.93
done
Checking in content/html/content/src/nsHTMLSharedElement.cpp;
/cvsroot/mozilla/content/html/content/src/nsHTMLSharedElement.cpp,v <-- nsHTMLSharedElement.cpp
new revision: 1.62; previous revision: 1.61
done
Checking in content/svg/content/src/nsSVGImageElement.cpp;
/cvsroot/mozilla/content/svg/content/src/nsSVGImageElement.cpp,v <-- nsSVGImageElement.cpp
new revision: 1.17; previous revision: 1.16
done
Status: ASSIGNED → RESOLVED
Closed: 19 years ago
Resolution: --- → FIXED
Does LoadObject really mean LoadPlugin? I've been thinking we should rename nsObjectFrame to nsPluginFrame now that it doesn't handle all cases of object, but just plugins.
Assignee | ||
Comment 6•19 years ago
|
||
no, LoadObject can load an image or document as well. it's not specific to nsObjectFrame.
Comment 7•19 years ago
|
||
Assertions like this:
NS_ASSERTION(!mInstantiating, "ObjectURIChanged was reentered?");
probably also needs to change. I just happened to notice this one in nsObjectLoadingContent.cpp
Assignee | ||
Comment 8•19 years ago
|
||
hmm, not sure how I missed them... fixed:
Checking in nsObjectLoadingContent.cpp;
/cvsroot/mozilla/content/base/src/nsObjectLoadingContent.cpp,v <-- nsObjectLoadingContent.cpp
new revision: 1.21; previous revision: 1.20
done
Checking in nsObjectLoadingContent.h;
/cvsroot/mozilla/content/base/src/nsObjectLoadingContent.h,v <-- nsObjectLoadingContent.h
new revision: 1.9; previous revision: 1.8
done
Comment 9•19 years ago
|
||
These changes couldn't possibly have caused bug 323283, could they? It was introduced between the 20051231-05 and 20060101-06 builds. There weren't many check-ins in that time period that it could be, so really just guessing.
Comment 10•19 years ago
|
||
That bug is caused by AOL being dumb. Really dumb.
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
•