Timeline
Jun 3, 2007:
- 10:46 PM Changeset in webkit [23443] by
-
- 2 edits in branches/WindowsMerge/WebKitWin
Reviewed by Adam.
<rdar://problem/5246665> Drop down lists are not drawn on volvocars.us
- WebView.cpp: (WebView::userAgentForKURL):
- 7:05 PM Changeset in webkit [21963] by
-
- 1 copy in tags/Safari-522.8.8b
New tag.
- 5:52 PM Changeset in webkit [21962] by
-
- 1 edit in branches/wx-port-alpha/trunk/WebCore/platform/graphics/wx/ImageWx.cpp
We need to clip ourselves when drawing tiled (e.g. background) images.
- 5:16 PM Changeset in webkit [23442] by
-
- 3 edits in branches/WindowsMerge/WebCore
Reviewed by Oliver.
Update to last fix.
Invalidate a list of rects rather than unioning them.
- plugins/win/PluginViewWin.cpp: (WebCore::PluginViewWin::invalidateTimerFired): (WebCore::PluginViewWin::invalidateRect):
- plugins/win/PluginViewWin.h:
- 4:28 PM Changeset in webkit [21961] by
-
- 4 edits in branches/wx-port-alpha/trunk
For Windows, match the debug-runtime-libs setting with the one the wx build is using.
- 4:25 PM Changeset in webkit [21960] by
-
- 1 edit in branches/wx-port-alpha/trunk/WebKit/wx/WebKitSupport/FrameLoaderClientWx.cpp
Send the load complete message when the document load completes, as wxWebView currently only monitors overall load progress.
- 2:01 PM Changeset in webkit [23441] by
-
- 3 edits in branches/WindowsMerge/WebCore
Reviewed by Oliver.
<rdar://problem/5245016> 100A89+WebKit.dll: Can't select text in page location field at kids.yahoo.com
Delay invalidates for windowless Flash to prevent Flash WM_PAINT and WM_USER+1 messages from
starving other HWNDs.
This code defers the invalidate through a WebCore::Timer. We could have used a Windows ::SetTimer
to further lessen CPU load, but this would have the additional risk of negatively impacting Flash
performance, since WebCore::Timer is set up to be more responsive than ::SetTimer.
- plugins/win/PluginViewWin.cpp: (WebCore::PluginViewWin::invalidateTimerFired): Added. (WebCore::PluginViewWin::invalidateRect): Delay invalidates for windowless Flash. (WebCore::PluginViewWin::determineQuirks): Add delayed invalidate quirk.
- plugins/win/PluginViewWin.h:
- 1:31 PM Changeset in webkit [21959] by
-
- 1 edit in branches/wx-port-alpha/trunk/WebCore/platform/graphics/wx/GraphicsContextWx.cpp
Remove debugging statement.
- 1:25 PM Changeset in webkit [21958] by
-
- 3 edits in branches/wx-port-alpha/trunk/JavaScriptCore
Fixing a couple defines, and removing an unused sources tag in JSCore project file.
- 1:05 PM Changeset in webkit [21957] by
-
- 4 edits in branches/wx-port-alpha/trunk/WebKit/wx
Better support for page load progress indicators, along with support for getting the page title.
Jun 2, 2007:
- 7:56 PM Changeset in webkit [23440] by
-
- 3 edits in branches/WindowsMerge/WebCore
Reviewed by Adam.
Update last fix to use startsWith instead of strcmpi.
- plugins/win/PluginStreamWin.cpp: (WebCore::PluginStreamWin::startStream):
- plugins/win/PluginViewWin.cpp: (WebCore::scriptStringIfJavaScriptURL):
- 5:21 PM WikiStart edited by
- (diff)
- 5:20 PM FAQ created by
- 11:05 AM Changeset in webkit [23439] by
-
- 3 edits in branches/WindowsMerge/WebCore
Reviewed by gramps.
Fix http://www.tvguide.com/ "LAUNCH VIDEO & PHOTO PLAYER" button.
Make "javascript" URL scheme string compare case insensitive.
- plugins/win/PluginStreamWin.cpp: (WebCore::PluginStreamWin::startStream): Use strcmpi.
- plugins/win/PluginViewWin.cpp: (WebCore::scriptStringIfJavaScriptURL): Use strcmpi.