superreview requested: [Bug 288574] [FIX]Don't call ValueAppended for DOM changes that don't create the value : [Attachment 179246] Like soBoris Zbarsky <bzbarsky@mit.edu> has asked David Baron <dbaron@mozilla.org> for
superreview:
Bug 288574: [FIX]Don't call ValueAppended for DOM changes that don't create the
value
https://bugzilla.mozilla.org/show_bug.cgi?id=288574
Attachment 179246: Like so
https://bugzilla.mozilla.org/attachment.cgi?id=179246&action=edit
------- Additional Comments from Boris Zbarsky <bzbarsky@mit.edu>
This would be simpler if we could depend on the bit on mData, but since we
can't...
...
superreview requested: [Bug 288574] [FIX]Don't call ValueAppended for DOM changes that don't create the value : [Attachment 180304] Same as diff -wBoris Zbarsky <bzbarsky@mit.edu> has asked David Baron
<dbaron@mozillafoundation.org> for superreview:
Bug 288574: [FIX]Don't call ValueAppended for DOM changes that don't create the
value
https://bugzilla.mozilla.org/show_bug.cgi?id=288574
Attachment 180304: Same as diff -w
https://bugzilla.mozilla.org/attachment.cgi?id=180304&action=edit
...
superreview granted: [Bug 288574] [FIX]Don't call ValueAppended for DOM changes that don't create the value : [Attachment 180304] Same as diff -wDavid Baron <dbaron@mozillafoundation.org> has granted Boris Zbarsky
<bzbarsky@mit.edu>'s request for superreview:
Bug 288574: [FIX]Don't call ValueAppended for DOM changes that don't create the
value
https://bugzilla.mozilla.org/show_bug.cgi?id=288574
Attachment 180304: Same as diff -w
https://bugzilla.mozilla.org/attachment.cgi?id=180304&action=edit
...
superreview denied: [Bug 359392] [FIX]Very slow rendering of the top bar on mozilla.org : [Attachment 246745] Don't tile when we don't have toBoris Zbarsky <bzbarsky@mit.edu> has denied Boris Zbarsky <bzbarsky@mit.edu>'s
request for superreview:
Bug 359392: [FIX]Very slow rendering of the top bar on mozilla.org
https://bugzilla.mozilla.org/show_bug.cgi?id=359392
Attachment 246745: Don't tile when we don't have to
https://bugzilla.mozilla.org/attachment.cgi?id=246745&action=edit
------- Additional Comments from Boris Zbarsky <bzbarsky@mit.edu>
Actually, that uses the wrong offset in the case when there's more than one
tile... I'll update the patch.
...
superreview granted: [Bug 340083] Crash [@ nsSVGPathGeometryFrame::GetCanvasTM] with image in title in defs : [Attachment 224205] don't create frames for content we don't handle, don't invalidate nondRobert O'Callahan (Novell) <roc@ocallahan.org> has granted superreview:
Bug 340083: Crash [@ nsSVGPathGeometryFrame::GetCanvasTM] with image in title
in defs
https://bugzilla.mozilla.org/show_bug.cgi?id=340083
Attachment 224205: don't create frames for content we don't handle, don't
invalidate nondisplay content
https://bugzilla.mozilla.org/attachment.cgi?id=224205&action=edit
...
superreview granted: [Bug 245619] Don't bother converting result of scripts into a string when the caller doesn't care about the value. : [Attachment 150056] Don't convert the result to a string if tBrendan Eich <brendan@mozilla.org> has granted Johnny Stenback
<jst@mozilla.jstenback.com>'s request for superreview:
Bug 245619: Don't bother converting result of scripts into a string when the
caller doesn't care about the value.
http://bugzilla.mozilla.org/show_bug.cgi?id=245619
Attachment 150056: Don't convert the result to a string if the caller doesn't
care about the return value.
http://bugzilla.mozilla.org/attachment.cgi?id=150056&action=edit
------- Additional Comments from Brendan Eich <brendan@mozilla.org>
Duh, thanks. r+sr=me....
superreview requested: [Bug 287008] ###!!! ASSERTION: Don't call me!: 'Error', file r:/mozilla/dom/src/base/nsDOMClassInfo.cpp, line 2986 : [Attachment 191294] Fix.Johnny Stenback <jst@mozilla.org> has asked Peter Van der Beken
<peterv@propagandism.org> for superreview:
Bug 287008: ###!!! ASSERTION: Don't call me!: 'Error', file
r:/mozilla/dom/src/base/nsDOMClassInfo.cpp, line 2986
https://bugzilla.mozilla.org/show_bug.cgi?id=287008
Attachment 191294: Fix.
https://bugzilla.mozilla.org/attachment.cgi?id=191294&action=edit
------- Additional Comments from Johnny Stenback <jst@mozilla.org>
Calling nsElementSH::GetProperty() from here does nothing other than assert and
return NS_OK, just return NS_OK instead. (P...
superreview granted: [Bug 287008] ###!!! ASSERTION: Don't call me!: 'Error', file r:/mozilla/dom/src/base/nsDOMClassInfo.cpp, line 2986 : [Attachment 191294] Fix.Peter Van der Beken <peterv@propagandism.org> has granted Johnny Stenback
<jst@mozilla.org>'s request for superreview:
Bug 287008: ###!!! ASSERTION: Don't call me!: 'Error', file
r:/mozilla/dom/src/base/nsDOMClassInfo.cpp, line 2986
https://bugzilla.mozilla.org/show_bug.cgi?id=287008
Attachment 191294: Fix.
https://bugzilla.mozilla.org/attachment.cgi?id=191294&action=edit
...
superreview requested: [Bug 245619] Don't bother converting result of scripts into a string when the caller doesn't care about the value. : [Attachment 150056] Don't convert the result to a string ifJohnny Stenback <jst@mozilla.jstenback.com> has asked Brendan Eich
<brendan@mozilla.org> for superreview:
Bug 245619: Don't bother converting result of scripts into a string when the
caller doesn't care about the value.
http://bugzilla.mozilla.org/show_bug.cgi?id=245619
Attachment 150056: Don't convert the result to a string if the caller doesn't
care about the return value.
http://bugzilla.mozilla.org/attachment.cgi?id=150056&action=edit
...
superreview cancelled: [Bug 359392] [FIX]Very slow rendering of the top bar on mozilla.org : [Attachment 246745] Don't tile when we don't have toBoris Zbarsky <bzbarsky@mit.edu> has cancelled Boris Zbarsky
<bzbarsky@mit.edu>'s request for superreview:
Bug 359392: [FIX]Very slow rendering of the top bar on mozilla.org
https://bugzilla.mozilla.org/show_bug.cgi?id=359392
Attachment 246745: Don't tile when we don't have to
https://bugzilla.mozilla.org/attachment.cgi?id=246745&action=edit
------- Additional Comments from Boris Zbarsky <bzbarsky@mit.edu>
Actually, that uses the wrong offset in the case when there's more than one
tile... I'll update the patch.
...
superreview requested: [Bug 359392] Very slow rendering of the top bar on mozilla.org : [Attachment 246745] Don't tile when we don't have toBoris Zbarsky <bzbarsky@mit.edu> has asked Robert O'Callahan (Novell)
<roc@ocallahan.org> for superreview:
Bug 359392: Very slow rendering of the top bar on mozilla.org
https://bugzilla.mozilla.org/show_bug.cgi?id=359392
Attachment 246745: Don't tile when we don't have to
https://bugzilla.mozilla.org/attachment.cgi?id=246745&action=edit
...
superreview granted: [Bug 264442] plugin finder can't find anything for windows media. : [Attachment 162212] Don't assume we don't have a plugin before getting a responce from the network.Boris Zbarsky <bzbarsky@mit.edu> has granted Johnny Stenback
<jst@mozilla.jstenback.com>'s request for superreview:
Bug 264442: plugin finder can't find anything for windows media.
https://bugzilla.mozilla.org/show_bug.cgi?id=264442
Attachment 162212: Don't assume we don't have a plugin before getting a
responce from the network.
https://bugzilla.mozilla.org/attachment.cgi?id=162212&action=edit
------- Additional Comments from Boris Zbarsky <bzbarsky@mit.edu>
r+sr=bzbarsky, I guess..
Is ther a reason mIsBrokenPlugin is write-only?
...
superreview requested: [Bug 264442] plugin finder can't find anything for windows media. : [Attachment 162212] Don't assume we don't have a plugin before getting a responce from the network.Johnny Stenback <jst@mozilla.jstenback.com> has asked Boris Zbarsky
<bzbarsky@mit.edu> for superreview:
Bug 264442: plugin finder can't find anything for windows media.
https://bugzilla.mozilla.org/show_bug.cgi?id=264442
Attachment 162212: Don't assume we don't have a plugin before getting a
responce from the network.
https://bugzilla.mozilla.org/attachment.cgi?id=162212&action=edit
...
superreview granted: [Bug 451234] don't stop plugins from loading just because they don't have a resource file : [Attachment 334535] fix v1.0Robert O'Callahan (:roc) (Mozilla Corporation) <roc@ocallahan.org> has granted
Josh Aas <joshmoz@gmail.com>'s request for superreview:
Bug 451234: don't stop plugins from loading just because they don't have a
resource file
https://bugzilla.mozilla.org/show_bug.cgi?id=451234
Attachment 334535: fix v1.0
https://bugzilla.mozilla.org/attachment.cgi?id=334535&action=edit
...