X-Git-Url: http://git.webkit.org/?p=WebKit-https.git;a=blobdiff_plain;f=WebCore%2FChangeLog-2005-08-23;h=3b442b3ae5ec8bc32c1874cf57b44f2032825fbf;hp=8a359065ac246d792f2c361656b81ccc8a08534b;hb=6974dd089cc256cae718711ce22dfb84f3751ab5;hpb=369ded00281fcff898c8832a1aa02193ee7e3390 diff --git a/WebCore/ChangeLog-2005-08-23 b/WebCore/ChangeLog-2005-08-23 index 8a35906..3b442b3 100644 --- a/WebCore/ChangeLog-2005-08-23 +++ b/WebCore/ChangeLog-2005-08-23 @@ -1,33 +1,45 @@ -2005-07-21 Geoffrey Garen +2005-07-22 John Sullivan - Reviewed by NOBODY (OOPS!). + Reviewed by Chris Blumenberg. + + Test cases added: none, this only affects Safari autocomplete; it doesn't affect any + web pages. - Test cases added: (NONE) + - some changes in the direction of weaning all the form-related SPI from NSView - * WebCore.pbproj/project.pbxproj: Removed. + * kwq/DOMExtensions.h: + added -[DOMHTMLInputElement isTextField] + * kwq/DOMHTML.mm: + (-[DOMHTMLInputElement isTextField]): + new method that returns YES if this element is one of the types that's represented + by a text field (as opposed to a button, slider, etc.). I could have put this method + in Safari, but it seems useful for other WebKit clients. + + * kwq/WebCoreBridge.h: + * kwq/WebCoreBridge.mm: + (-[WebCoreBridge viewForElement:]): + added viewForElement: as a stopgap measure. This allowed me to convert controlsInForm: + to return DOMElements rather than NSViews, while keeping autocomplete working in + Safari tip of tree. When I finish the SPI conversion I'll delete this method. Note that + from this point on, autocomplete will not work in Tiger Safari with tip of tree WebKit + (it will always fail to find anything to autocomplete) + (-[WebCoreBridge controlsInForm:]): + now returns an array of DOMElement* rather than an array of NSView* 2005-07-21 Geoffrey Garen - Reviewed by NOBODY (OOPS!). + * WebCore.pbproj/project.pbxproj: Removed. - Test cases added: (NONE) +2005-07-21 Geoffrey Garen * WebCore.xcodeproj/.cvsignore: Added. 2005-07-21 Geoffrey Garen - Reviewed by NOBODY (OOPS!). - - Test cases added: (NONE) - * WebCore.xcodeproj/project.pbxproj: Added. 2005-07-21 Geoffrey Garen - Reviewed by NOBODY (OOPS!). - - Test cases added: (NONE) - * Makefile.am: 2005-07-21 Beth Dakin