Timeline
Jun 4, 2005:
- 5:44 PM Changeset in webkit [9273] by
-
- 1 edit in trunk/WebCore/ChangeLog-2005-08-23
Fix silly ChangeLog typo.
- 5:42 PM Changeset in webkit [9272] by
-
- 2 edits22 adds in trunk/WebCore
Reviewed by Maciej.
- first fix on the road to can compile without Apple Internal headers installed
- WebCore.pbproj/project.pbxproj: Added icu directory to header search path.
- icu/README: Added.
- icu/unicode/parseerr.h: Added.
- icu/unicode/platform.h: Added.
- icu/unicode/putil.h: Added.
- icu/unicode/ubrk.h: Added.
- icu/unicode/uchar.h: Added.
- icu/unicode/uconfig.h: Added.
- icu/unicode/uenum.h: Added.
- icu/unicode/uidna.h: Added.
- icu/unicode/uiter.h: Added.
- icu/unicode/uloc.h: Added.
- icu/unicode/umachine.h: Added.
- icu/unicode/urename.h: Added.
- icu/unicode/ustring.h: Added.
- icu/unicode/utf.h: Added.
- icu/unicode/utf16.h: Added.
- icu/unicode/utf8.h: Added.
- icu/unicode/utf_old.h: Added.
- icu/unicode/utypes.h: Added.
- icu/unicode/uversion.h: Added.
- 5:41 PM Changeset in webkit [9271] by
-
- 2 edits14 adds in trunk/JavaScriptCore
Reviewed by Maciej.
- fixed so we can compile without Apple Internal headers installed
- JavaScriptCore.pbproj/project.pbxproj: Added icu directory to header search path.
- icu/README: Added.
- icu/unicode/platform.h: Added.
- icu/unicode/uchar.h: Added.
- icu/unicode/uconfig.h: Added.
- icu/unicode/umachine.h: Added.
- icu/unicode/urename.h: Added.
- icu/unicode/utf.h: Added.
- icu/unicode/utf16.h: Added.
- icu/unicode/utf8.h: Added.
- icu/unicode/utf_old.h: Added.
- icu/unicode/utypes.h: Added.
- icu/unicode/uversion.h: Added.
- 3:46 PM Changeset in webkit [9270] by
-
- 3 edits in trunk/WebKit
Reviewed by Vicki.
- replace more use of CGCompositeOperation that I missed.
- WebCoreSupport.subproj/WebImageData.m: (-[WebImageData _checkSolidColor:]): (-[WebImageData _fillSolidColorInRect:compositeOperation:context:]): (-[WebImageData tileInRect:fromPoint:context:]): (-[WebImageData _PDFDrawFromRect:toRect:operation:alpha:flipped:context:]):
- WebCoreSupport.subproj/WebImageRenderer.m: (-[WebInternalImage _PDFDrawFromRect:toRect:operation:alpha:flipped:]):
Jun 3, 2005:
- 4:25 PM Changeset in webkit [9269] by
-
- 5 edits in trunk/WebKit
Reviewed by NOBODY (OOPS!).
- replace use of CGCompositeOperation SPI with NSCompositingOperation API
- WebCoreSupport.subproj/WebImageData.h:
- WebCoreSupport.subproj/WebImageData.m: (-[WebImageData _fillSolidColorInRect:compositeOperation:context:]): (-[WebImageData _PDFDrawFromRect:toRect:operation:alpha:flipped:context:]):
- WebCoreSupport.subproj/WebImageRenderer.m: (-[WebImageRenderer drawImageInRect:fromRect:]): (-[WebImageRenderer drawImageInRect:fromRect:compositeOperator:context:]):
- WebCoreSupport.subproj/WebImageRendererFactory.m: (-[WebImageRendererFactory CGCompositeOperationInContext:]): (-[WebImageRendererFactory setCGCompositeOperation:inContext:]): (-[WebImageRendererFactory setCGCompositeOperationFromString:inContext:]):
- 2:34 PM Changeset in webkit [9268]
-
- 53 copies2 deletes in tags/WebCore-415~9
This commit was manufactured by cvs2svn to create tag
'WebCore-415~9'.
- 2:34 PM Changeset in webkit [9267] by
-
- 2 edits in branches/Safari-2-0-branch/WebCore
Versioning for SUTiCambridge - WebCore-415.9
- 2:11 PM Changeset in webkit [9266] by
-
- 3 edits in branches/Safari-2-0-branch/WebCore
Merged fix for <rdar://problem/4109667> from TOT for SUTiCambridge.
Our fix for the Cingular bug (<rdar://problem/4121747>)relies on this.
2005-05-05 David Hyatt <hyatt@apple.com>
Fix for 4109667, sIFR flash replacement technique often malfunctions. This bug occurs when the plugin
widget update causes the onload for the document to fire. Because you can be in the middle of a style
recalc when doing an attach (in response to a stylesheet load), the onload fires in the middle of the attach
process when the tree is in a bogus state.
The fix is to add a bit to the document that tells style recalc that the implicitClose() method was invoked
during the style recalc process and the code has been patched so that when this situation occurs, the close is
deferred until after the style recalc has finished.
Reviewed by John Sullivan
- khtml/xml/dom_docimpl.cpp: (DocumentImpl::DocumentImpl): (DocumentImpl::recalcStyle): (DocumentImpl::implicitClose):
- khtml/xml/dom_docimpl.h: