Timeline
Jun 9, 2007:
- 11:24 PM Changeset in webkit [23460] by
-
- 2 edits in branches/WindowsMerge/WebKitWin
Reviewed by Adam.
Workaround: <rdar://problem/5213266> schwab.com menu is ridiculously big.
- WebView.cpp: (WebView::userAgentForKURL): Add schwab to spoof list to fix gigantic menus.
- 3:14 PM Changeset in webkit [22083] by
-
- 1 copy in tags/Safari-522.11.2b
New tag.
- 3:12 PM Changeset in webkit [22082] by
-
- 1 delete in tags/Safari-522.11.2b
Remove unnecessary tag.
- 2:56 PM Changeset in webkit [22081] by
-
- 1 copy in tags/Safari-522.11.2b
New tag.
- 12:48 PM Changeset in webkit [23459] by
-
- 2 edits in branches/WindowsMerge/WebCore
Build fix.
- WebCore.vcproj/WebCore.vcproj:
Jun 8, 2007:
- 11:00 PM Changeset in webkit [22080] by
-
- 17 edits2 adds in trunk
LayoutTests:
Reviewed by Oliver.
Update test for http://bugs.webkit.org/show_bug.cgi?id=14044
Autogenerate the JS bindings for HTMLCollection.
- tables/mozilla/bugs/bug53690-1-expected.txt: Now throws Undefined Error instead of Null Error
WebCore:
Reviewed by Oliver.
Patch for http://bugs.webkit.org/show_bug.cgi?id=14044
Autogenerate the JS bindings for HTMLCollection
- also moves JSHTMLAllCollection into it's own file.
- DerivedSources.make:
- WebCore.pro:
- WebCore.xcodeproj/project.pbxproj:
- bindings/js/JSHTMLAllCollection.h: Added. (WebCore::JSHTMLAllCollection::JSHTMLAllCollection): (WebCore::JSHTMLAllCollection::toBoolean): (WebCore::JSHTMLAllCollection::masqueradeAsUndefined):
- bindings/js/JSHTMLCollectionCustom.cpp: Added. (WebCore::getNamedItems): (WebCore::JSHTMLCollection::callAsFunction): (WebCore::JSHTMLCollection::implementsCall): (WebCore::JSHTMLCollection::canGetItemsForName): (WebCore::JSHTMLCollection::nameGetter): (WebCore::JSHTMLCollection::item): (WebCore::JSHTMLCollection::namedItem): (WebCore::toJS):
- bindings/js/JSHTMLDocumentCustom.cpp: (WebCore::JSHTMLDocument::nameGetter): (WebCore::JSHTMLDocument::all):
- bindings/js/JSXMLHttpRequest.cpp:
- bindings/js/kjs_html.cpp: (WebCore::ImageConstructorImp::ImageConstructorImp): (WebCore::ImageConstructorImp::construct):
- bindings/js/kjs_html.h: (WebCore::ImageConstructorImp::implementsConstruct):
- bindings/js/kjs_window.cpp: (KJS::Window::namedItemGetter):
- bindings/objc/DOMUtility.mm: (KJS::createDOMWrapper):
- bindings/scripts/CodeGeneratorJS.pm:
- html/HTMLCollection.cpp: (WebCore::HTMLCollection::tags):
- html/HTMLCollection.h: (WebCore::HTMLCollection::collectionType):
- html/HTMLCollection.idl:
- html/HTMLOptionsCollection.idl:
- 8:13 PM Changeset in webkit [22079] by
-
- 1 copy in tags/Safari-522.11.1b
New tag.
- 8:12 PM Changeset in webkit [22078] by
-
- 1 delete in tags/Safari-522.11.1b
Remove unnecessary tag.
- 8:07 PM Changeset in webkit [22077] by
-
- 1 copy in tags/Safari-522.11.1b
New tag.
- 7:46 PM Changeset in webkit [23458] by
-
- 2 edits in branches/WindowsMerge/WebKitWin
2007-06-08 Ada Chan <adachan@apple.com>
Reviewed by Hyatt, Adam, and Steve.
Fixed WebView::selectedText to get the selected text out of the focused frame or main frame.
- WebView.cpp: (WebView::selectedText):
- 6:12 PM Changeset in webkit [23457] by
-
- 2 edits in branches/WindowsMerge/WebKitWin
Get rid of the Safari part of the query string used for Google searches.
Reviewed by Steve and Ada.
- WebContextMenuClient.cpp:
(WebContextMenuClient::searchWithGoogle):
- 5:25 PM Changeset in webkit [23456] by
-
- 2 edits in branches/WindowsMerge/WebCore
Reviewed by Adam.
If both the old and new WMP plugins are present, remove the old one
so we won't end up choosing it.
- plugins/win/PluginDatabaseWin.cpp: (WebCore::PluginDatabaseWin::getPluginsInPaths):
- 4:37 PM Changeset in webkit [23455] by
-
- 49 edits in branches/WindowsMerge/WebKitWin
Reviewed by Kevin Decker, and Sam.
- Added and updated licenses.
- 4:10 PM Changeset in webkit [23454] by
-
- 63 edits in branches/WindowsMerge/WebCore
Update licenses/copyrights for WebCoreWin.
Reviewed by mccullough
- 3:54 PM Changeset in webkit [23453] by
-
- 4 edits in branches/WindowsMerge
LayoutTestsWin:
Reviewed by Hyatt.
- Added license.
- win/Skipped:
WebKitToolsWin:
Reviewed by Hyatt.
- Updated license.
- DumpRenderTree/DumpRenderTree.vcproj/DumpRenderTree/LayoutTestController.h:
- 1:03 PM Changeset in webkit [22076] by
-
- 2 edits in trunk/LayoutTests
Reviewed by Brady.
Fix for http://trac.webkit.org/projects/webkit/changeset/21738
This test started failing after Adele's r21738. After investigating
this, it turns out that it just needs updated results. This test
happened to tickle the very bug that Adele fixed.
- http/tests/navigation/relativeanchor-goback-expected.txt:
- 11:10 AM Changeset in webkit [22075] by
-
- 3 edits4 adds in trunk
LayoutTests:
Reviewed by John.
<rdar://problem/5232159> REGRESSION: Cannot select text in RSS view
- editing/selection/5232159-expected.checksum: Added.
- editing/selection/5232159-expected.png: Added.
- editing/selection/5232159-expected.txt: Added.
- editing/selection/5232159.html: Added.
WebCore:
Reviewed by John.
<rdar://problem/5232159> REGRESSION: Cannot select text in RSS view
The selection is updated both on mouse movement and
when the autoscroll timer fires. The autoscroll
code wasn't converting mouse coordinates to layer
coordinates correctly, and was then using those
coordinates to create a bad selection.
- rendering/RenderLayer.cpp: (WebCore::RenderLayer::autoscroll): Use convertToLayerCoordinates.
- 9:38 AM Changeset in webkit [22074] by
-
- 2 edits in trunk/WebKit
- WebView/WebViewPrivate.h: Added a FIXME
- 9:37 AM Changeset in webkit [22073] by
-
- 4 edits in branches/wx-port-alpha/trunk
Set <debug-runtime-libs> usually defers to <debug-info> for its setting, but in case we have release wx libs, or wxPython libs, we have to adjust the settings to match those.
- 9:09 AM Changeset in webkit [22072] by
-
- 1 edit in branches/wx-port-alpha/trunk/WebCore/platform/graphics/wx/GraphicsContextWx.cpp
Check to make sure the window is fully initialized before running.
- 8:17 AM Changeset in webkit [22071] by
-
- 3 edits in trunk/WebCore
Reviewed by Geoff.
Store the root object in a hash set, keyed by the plugin view. This is in preparation for
letting plugins invalidate the root object upon destruction
- page/Frame.cpp: (WebCore::Frame::createRootObject): (WebCore::Frame::cleanupScriptObjects):
- page/FramePrivate.h:
- 6:01 AM Changeset in webkit [22070] by
-
- 2 edits in trunk/WebCore
Forgot to checkin this part in my last submit.
- 5:44 AM Changeset in webkit [22069] by
-
- 8 edits2 adds in trunk/WebKitQt
Reviewed by Zack.
Add a QWebObjectPluginConnector class. The class will
facility communication between the plugin and WebKit.
Currently it's used to make the plugin network capable.
- 4:40 AM Changeset in webkit [22068] by
-
- 8 edits in branches/feature-branch/WebCore
Reviewed by Eric.
http://bugs.webkit.org/show_bug.cgi?id=12122
SVGPathElement should not inherit from SVGPathParser
Use path builders for building Path and PathSegLists.
- 3:08 AM Changeset in webkit [22067] by
-
- 3 edits in trunk/JavaScriptCore
Fix the Qt build
- 2:18 AM Changeset in webkit [22066] by
-
- 4 edits in branches/feature-branch/WebCore
2007-06-06 Eric Seidel <eric@webkit.org>
Reviewed by olliej.
Add support for tabbing between links in an SVG file
Also add support for drawing a focus ring around focused svg content.
http://bugs.webkit.org/show_bug.cgi?id=8823
Layout test is blocked by http://bugs.webkit.org/show_bug.cgi?id=14027
- css/svg.css:
- ksvg2/svg/SVGAElement.cpp: (WebCore::SVGAElement::defaultEventHandler): (WebCore::SVGAElement::supportsFocus): (WebCore::SVGAElement::isFocusable): (WebCore::SVGAElement::isMouseFocusable): (WebCore::SVGAElement::isKeyboardFocusable):
- ksvg2/svg/SVGAElement.h:
- 12:17 AM Changeset in webkit [22065] by
-
- 7 edits in trunk
WebCore:
Reviewed by Tristan.
<rdar://problem/5250997> A crash occurs when selecting Undo Typing for a page that has been closed in tab
- WebCore.exp: Added clearUndoRedoOperations.
- page/Page.cpp: (WebCore::Page::clearUndoRedoOperations): Added.
- page/Page.h:
WebKit:
Reviewed by Tristan.
<rdar://problem/5250997> A crash occurs when selecting Undo Typing for a page that has been closed in tab
- WebView/WebView.mm: (-[WebView _clearUndoRedoOperations]): Added.
- WebView/WebViewPrivate.h: