Timeline
Jan 7, 2004:
- 4:45 PM Changeset in webkit [5869] by
-
- 2 edits in trunk/WebCore
WebCore:
Fixed 3517550. Named array lookup of applet failed, i.e.:
var appletobj = document.appletsmyapplet
Reviewed by Chris.
- khtml/ecma/kjs_html.cpp: (KJS::HTMLCollection::getNamedItems):
Tests:
Added lookup test for all three variants of applet access:
named, indexed array, and named array.
- LiveConnect/Blink/Blink.java: (Blink): (Blink.init):
- LiveConnect/Blink/Blink.pbproj/project.pbxproj:
- LiveConnect/Blink/test.html:
- 10:58 AM Changeset in webkit [5868] by
-
- 3 edits in trunk
ok, back to 121u now. tree is still closed.
- 10:51 AM Changeset in webkit [5867]
-
- 3 copies in tags/Safari-120
This commit was manufactured by cvs2svn to create tag 'Safari-120'.
- 10:51 AM Changeset in webkit [5866] by
-
- 3 edits in trunk
silly me. i forgot to actually tag before updating the version number to 121u.
- 10:35 AM Changeset in webkit [5865] by
-
- 3 edits in trunk
set version number to 121u -- the tree is still closed
- 10:32 AM Changeset in webkit [5864] by
-
- 6 edits in trunk
Safari-120 stamp
Jan 6, 2004:
- 5:15 PM Changeset in webkit [5863] by
-
- 4 edits in trunk/WebCore
Possible fix for table bugs 3510005 and 3492945, repainting glitches that occurred when table cells moved.
Fix for 33522497, empty AXElements appear in AXBrowser.
Reviewed by darin
- khtml/rendering/render_table.cpp: (RenderTableSection::layoutRows): (RenderTableCell::setWidth):
- khtml/rendering/render_table.h:
- kwq/KWQAccObject.mm: (-[KWQAccObject accessibilityIsIgnored]):
- 3:39 PM Changeset in webkit [5862] by
-
- 2 edits in trunk/WebCore
- fixed <rdar://problem/3484465>: REGRESSION (118): button click does not take focus away from <textarea>; breaks Outlook Web Access
Reviewed by Dave.
- khtml/khtmlview.cpp: (KHTMLView::dispatchMouseEvent): Removed nodeimpl == nil test that was preventing button/link clicks from blurring previously-focused text field.
- 3:09 PM Changeset in webkit [5861] by
-
- 2 edits in trunk/WebKit
Fixed 3513660. Make ATSU layout and draw with integer glyph boundaries. This fix should be removed if/when we convert WebCore to use floats for measuring/positioning (3521781).
Reviewed by John.
- WebCoreSupport.subproj/WebTextRenderer.m: (-[WebTextRenderer _createATSUTextLayoutForRun:]):
- 1:59 PM Changeset in webkit [5860] by
-
- 1 edit in trunk/WebCore/kwq/WebCoreBridge.mm
I meant kMax not kMin here.
- 1:55 PM Changeset in webkit [5859] by
-
- 2 edits in trunk/JavaScriptCore
Fixed 3521814. Finalize messages weren't being dispatched!
Reviewed by John.
- bindings/jni_jsobject.cpp: (JSObject::invoke):
- 12:52 PM Changeset in webkit [5858] by
-
- 3 edits in trunk/WebCore
Fix for 3520636, infinite loop in page breaking code when printing.
Reviewed by darin
- khtml/rendering/render_text.cpp: (RenderText::paintObject):
- kwq/WebCoreBridge.mm: (-[WebCoreBridge computePageRectsWithPrintWidth:printHeight:]):
Jan 5, 2004:
- 3:24 PM Changeset in webkit [5857] by
-
- 2 edits in trunk/WebCore
Fix for 3521466, generated image content should not try to calcWidth/height when it isn't yet rooted in
the rendering tree.
Reviewed by john
- khtml/rendering/render_image.cpp: (RenderImage::setPixmap):
- 2:52 PM Changeset in webkit [5856] by
-
- 2 edits in trunk/WebKit
Fix for 3514454. Work-around added for 3521759.
Filed 3521781 to cover deeper problem.
Reviewed by Kocienda.
- WebCoreSupport.subproj/WebTextRenderer.m: (-[WebTextRenderer _ATSU_drawHighlightForRun:style:atPoint:]): (-[WebTextRenderer _ATSU_pointToOffset:style:position:reversed:]):
- 9:44 AM Changeset in webkit [5855] by
-
- 8 edits in trunk/JavaScriptCore
Added cache of JNI method IDs to minimize allocations. This mitigates the problem
described by 3515579.
Also cleanup up logging of Java exceptions.
Reviewed by John.
- bindings/jni/jni_class.cpp: (JavaClass::classForInstance):
- bindings/jni/jni_instance.cpp: (JavaInstance::JavaInstance): (JavaInstance::getClass): (JavaInstance::invokeMethod): (JObjectWrapper::JObjectWrapper): (JObjectWrapper::~JObjectWrapper):
- bindings/jni/jni_instance.h: (KJS::Bindings::JavaInstance::operator=):
- bindings/jni/jni_runtime.cpp: (JavaMethod::JavaMethod): (JavaMethod::methodID):
- bindings/jni/jni_runtime.h: (KJS::Bindings::JavaMethod::JavaMethod):
- bindings/jni/jni_utility.cpp: (callJNIMethod): (callJNIMethodIDA): (callJNIMethodA): (KJS::Bindings::getMethodID): (KJS::Bindings::callJNIVoidMethodIDA): (KJS::Bindings::callJNIObjectMethodIDA): (KJS::Bindings::callJNIByteMethodIDA): (KJS::Bindings::callJNICharMethodIDA): (KJS::Bindings::callJNIShortMethodIDA): (KJS::Bindings::callJNIIntMethodIDA): (KJS::Bindings::callJNILongMethodIDA): (KJS::Bindings::callJNIFloatMethodIDA): (KJS::Bindings::callJNIDoubleMethodIDA): (KJS::Bindings::callJNIBooleanMethodIDA): (KJS::Bindings::getCharactersFromJStringInEnv): (KJS::Bindings::getUCharactersFromJStringInEnv): (KJS::Bindings::getJNIField):
- bindings/jni/jni_utility.h: