Timeline
Jun 11, 2007:
- 3:45 PM Changeset in webkit [22098] by
-
- 2 edits in branches/feature-branch/WebCore
Reviewed by Eric.
Fix regression: SVG images drawn in the wrong paint phase.
- 1:33 PM Known incompatibilities between open-source WebKit and Safari edited by
- (diff)
- 8:37 AM Changeset in webkit [22097] by
-
- 3 edits4 adds in branches/feature-branch
Reviewed by weinig.
http://bugs.webkit.org/show_bug.cgi?id=14064
fill property is reported as type SVGColor
Do the checks in the right order.
- 6:49 AM Changeset in webkit [22096] by
-
- 3 edits in trunk/WebKitQt
Added a QWebPage::open overload to allow specifying the http header and post data.
(it's an overload instead of a merged openUrl to avoid including qhttp.h in qwebpage.h,
which would imply that one has to have QT += network in the .pro file for using WebKitQt)
- 6:49 AM Changeset in webkit [22095] by
-
- 5 edits in trunk/WebKitQt
Added the possibility to intercept url requests through QWebPage::navigationRequested.
- 6:49 AM Changeset in webkit [22094] by
-
- 3 edits in trunk/WebKitQt
Added a QWebNetworkRequest::init overload that takes a WebCore::ResourceRequest,
to be called from FrameLoaderClientQt in the near future.
- 6:49 AM Changeset in webkit [22093] by
-
- 2 edits in trunk/WebKitQt
Moved the postData setup into QWebNetworkRequest::init.
- 6:49 AM Changeset in webkit [22092] by
-
- 2 edits in trunk/WebKitQt
Moved HTTP header field propagation to QWebNetworkRequest::init.
- 6:48 AM Changeset in webkit [22091] by
-
- 4 edits in trunk/WebKitQt
Started moving the code to separate a WebCore::ResourceRequest into a QUrl, postData
and QHttpRequestHeader into a separate little QWebNetworkRequest struct.
- 12:30 AM Changeset in webkit [22090] by
-
- 2 edits in trunk/WebKitQt
Forgot to export the plugin exporter. Fixing it.
Jun 10, 2007:
- 6:02 PM Changeset in webkit [22089] by
-
- 2 edits in trunk/LayoutTests
Reviewed by Beth Dakin.
Made confusing work-around to ObjC bindings bug <rdar://problem/5262101>
less confusing.
Fixed test to actually call queueReload.
- fast/frames/resources/iframe-focus.html:
- 3:58 PM Changeset in webkit [22088] by
-
- 2 edits in trunk/WebCore
2007-06-10 Holger Hans Peter Freyther <zecke@selfish.org>
Reviewed by Maciej.
Disable whole-view editing for the Gdk port in order to improve the browsing experience.
- platform/gdk/EditorClientGdk.cpp: (WebCore::EditorClientGdk::isEditable): Return false to disable whole-view editing
- 3:18 PM Changeset in webkit [22087] by
-
- 2 edits in trunk/LayoutTests
Reviewed by Adele.
Fix for http://bugs.webkit.org/show_bug.cgi?id=13933 REGRESSION:
fast/history/clicked-link-is-visited is failing
- fast/frames/resources/iframe-focus.html: Cause the page to reload with layoutTestController.queueReload instead of using JavaScript to reload. Using JS seems to get DRT's history all messed up (off by one?!).
- 1:50 PM Changeset in webkit [22086] by
-
- 1 copy in tags/Safari-522.11.3b
New tag.
- 12:41 PM Changeset in webkit [22085] by
-
- 2 edits in trunk/WebKitSite
Reviewed by Beth Dakin.
Cleaned up formatting on the check out page.
- building/checkout.html:
- 12:14 AM Changeset in webkit [22084] by
-
- 2 edits in trunk/WebKit
Fix for bug 14037, make sure respondsToSelector does the write thing
when invoked on a WebKit plugin's container view.
Reviewed by Mark Rowe
- Plugins/WebKitPluginContainerView.mm: (-[WebKitPluginContainerView respondsToSelector:]):