Timeline
Aug 18, 2006:
- 10:35 PM Changeset in webkit [15945] by
-
- 2 edits in trunk/WebCore
2006-08-18 Steve Falkenburg <sfalken@apple.com>
Rubber stamped by adele.
Fix call to WebFormDelegate's textFieldDidBeginEditing.
- rendering/RenderTextControl.cpp: (WebCore::RenderTextControl::subtreeHasChanged):
- 4:26 PM Changeset in webkit [15944] by
-
- 1 edit3 adds in trunk/WebCore
Reviewed by Eric. Landed by rwlbuis.
Next chunk of the implementation for:
http://bugzilla.opendarwin.org/show_bug.cgi?id=10467
WebKit should have Qt platform support
- 4:20 PM Changeset in webkit [15943] by
-
- 1 edit7 adds in trunk/WebCore
Reviewed by Eric. Landed by rwlbuis.
Next chunk of the implementation for:
http://bugzilla.opendarwin.org/show_bug.cgi?id=10467
- 3:47 PM Changeset in webkit [15942] by
-
- 1 edit6 adds in trunk/WebCore
Reviewed by Eric. Landed by rwlbuis.
First chunk of the implementation for:
http://bugzilla.opendarwin.org/show_bug.cgi?id=10467
- 3:34 PM Changeset in webkit [22113] by
-
- 2 edits in branches/WindowsMerge/WebCore
2006-08-18 Anders Carlsson <acarlsson@apple.com>
- plugins/win/PluginViewWin.cpp: (WebCore::PluginViewWin::write): (WebCore::PluginViewWin::destroyStream): Another attempt at fixing the build. Make these two functions into instance methods of PluginViewWin.
- 3:27 PM Changeset in webkit [22112] by
-
- 3 edits in branches/WindowsMerge/WebCore
2006-08-18 Anders Carlsson <acarlsson@apple.com>
- plugins/win/PluginViewWin.cpp: (WebCore::write): (WebCore::destroyStream):
- plugins/win/PluginViewWin.h: Fix build by removing unneeded parameters.
- 3:16 PM Changeset in webkit [15941] by
-
- 7 adds in trunk/WebCore/platform/qt
Reviewed by Eric. Landed by rwlbuis.
First chunk of the implementation for:
http://bugzilla.opendarwin.org/show_bug.cgi?id=10467
- 3:08 PM Changeset in webkit [22111] by
-
- 4 edits in branches/WindowsMerge/WebCore
2006-08-18 Anders Carlsson <acarlsson@apple.com>
Reviewed by Adele.
Have the NPN functions call into the plugin view. Implement some of the plugin view methods.
- plugins/win/PluginViewWin.cpp: (WebCore::PluginViewWin::start): (WebCore::PluginViewWin::setCurrentPluginView): (WebCore::PluginViewWin::currentPluginView): (WebCore::PluginViewWin::getURLNotify): (WebCore::PluginViewWin::getURL): (WebCore::PluginViewWin::postURLNotify): (WebCore::PluginViewWin::postURL): (WebCore::PluginViewWin::newStream): (WebCore::write): (WebCore::destroyStream): (WebCore::PluginViewWin::userAgent): (WebCore::PluginViewWin::status): (WebCore::PluginViewWin::getValue): (WebCore::PluginViewWin::setValue): (WebCore::PluginViewWin::~PluginViewWin): (WebCore::PluginViewWin::PluginViewWin):
- plugins/win/PluginViewWin.h:
- plugins/win/npapi.cpp: (pluginViewForInstance): (NPN_ReloadPlugins): (NPN_GetURLNotify): (NPN_GetURL): (NPN_PostURLNotify): (NPN_PostURL): (NPN_NewStream): (NPN_Write): (NPN_DestroyStream): (NPN_UserAgent): (NPN_Status): (NPN_GetValue): (NPN_SetValue):
- 12:33 PM Changeset in webkit [15940] by
-
- 1 edit in trunk/JavaScriptCore/wtf/unicode/UnicodeDirection.h
I hope I got this finally right, learning all the time :|
- 12:26 PM Changeset in webkit [15939] by
-
- 3 edits in trunk/JavaScriptCore/wtf/unicode
Accidently doubly applied patch for:
Fixes: http://bugzilla.opendarwin.org/show_bug.cgi?id=10463
Sorry for any inconvenience!
- 12:11 PM Changeset in webkit [15938] by
-
- 1 edit17 adds in trunk/WebCore
Reviewed by Eric. Landed by rwlbuis.
Fixes: http://bugzilla.opendarwin.org/show_bug.cgi?id=10470
The Qt platform needs a KCanvas device.
- 11:53 AM Changeset in webkit [15937] by
-
- 3 edits3 adds in trunk/JavaScriptCore
Reviewed by Maciej. Landed by rwlbuis.
Fixes: http://bugzilla.opendarwin.org/show_bug.cgi?id=10463
WTF Changes needed for Qt platform code.
- 11:27 AM Changeset in webkit [22110] by
-
- 7 edits4 adds in branches/WindowsMerge/WebCore
2006-08-17 Anders Carlsson <andersca@apple.com>
Reviewed by Steve and Maciej.
Add initial implementation of plugin view.
- WebCore.vcproj/WebCore.vcproj: Add files.
- bridge/win/FrameWin.cpp: (WebCore::FrameWin::objectContentType): (WebCore::FrameWin::createPlugin): Implement these functions.
- platform/win/TemporaryLinkStubs.cpp: Remove implemented functions.
- platform/win/WidgetWin.cpp: Add this file from the open source repo (WebCore::Widget::~Widget): Call DestroyWindow on the hWnd.
- plugins/win/PluginDatabaseWin.cpp: (WebCore::PluginDatabaseWin::createPluginView): New function which creates a plugin view.
- plugins/win/PluginDatabaseWin.h:
- plugins/win/PluginPackageWin.cpp: (WebCore::PluginPackageWin::load): Assign the browser functions. They are just stubs for now.
- plugins/win/PluginViewWin.cpp: Added. (WebCore::registerPluginView): (WebCore::PluginViewWndProc): (WebCore::PluginViewWin::invokeSetWindow): (WebCore::PluginViewWin::start): (WebCore::PluginViewWin::stop): (WebCore::createUTF8String): (WebCore::createUTF8StringArray): (WebCore::freeStringArray): (WebCore::PluginViewWin::~PluginViewWin): (WebCore::PluginViewWin::PluginViewWin):
- plugins/win/PluginViewWin.h: Added. (WebCore::PluginViewWin::plugin): (WebCore::PluginViewWin::instance):
- plugins/win/npapi.cpp: Added. (NPN_MemAlloc): (NPN_MemFree): (NPN_MemFlush): (NPN_ReloadPlugins): (NPN_RequestRead): (NPN_GetURLNotify): (NPN_GetURL): (NPN_PostURLNotify): (NPN_PostURL): (NPN_NewStream): (NPN_Write): (NPN_DestroyStream): (NPN_UserAgent): (NPN_Status): (NPN_InvalidateRect): (NPN_InvalidateRegion): (NPN_ForceRedraw): (NPN_GetValue): (NPN_SetValue): (NPN_GetJavaEnv): (NPN_GetJavaPeer):
- 9:23 AM Changeset in webkit [15936] by
-
- 2 edits in S60/trunk/group
2006-08-18 brmorris <bradley.morrison@nokia.com>
Reviewed by me.
- Distribution.Policy.S60: Set to 0
- 6:03 AM Changeset in webkit [15935] by
-
- 3 edits1 add in trunk
Fixing my mistakes with landing of:
Fixes: http://bugzilla.opendarwin.org/show_bug.cgi?id=10466
- 4:58 AM Changeset in webkit [15934] by
-
- 1 add in trunk/CMakeLists.txt
I forgot to commit this as part of:
Fixes: http://bugzilla.opendarwin.org/show_bug.cgi?id=10464
- 4:45 AM Changeset in webkit [15933] by
-
- 20 edits in trunk/WebCore
Reviewed by Eric. Landed by rwlbuis.
Fixes: http://bugzilla.opendarwin.org/show_bug.cgi?id=10466
WebKit should have Qt platform support.
- 4:21 AM Changeset in webkit [15932] by
-
- 10 edits in trunk/WebCore
Reviewed by Eric. Landed by rwlbuis.
Fixes: http://bugzilla.opendarwin.org/show_bug.cgi?id=10465
General WebKit Linux build fixes.
- 4:04 AM Changeset in webkit [15931] by
-
- 2 edits2 adds in trunk
Reviewed by Eric. Landed by rwlbuis.
Fixes: http://bugzilla.opendarwin.org/show_bug.cgi?id=10464
Offer a cmake build system for Qt platform.