As the previous bug contains too much patches,
( https://bugs.webkit.org/show_bug.cgi?id=26620 )
I fill a new bug with only patches related to WebCore Support.
( located in WebKit/haiku/WebCoreSupport )
Comment on attachment 32231[details]
Patch to add DragClient for Haiku WebCore support.
Seems like you probably wanted DragDestinationActionNone, but OK.
Looks OK.
Comment on attachment 32234[details]
Patch to add InspectorClient for Haiku WebCore support.
Looks OK. We've often used TemporaryLinkStubs for such things, but this is also fine.
Comment on attachment 32229[details]
Patch to add ChromeClient for Haiku WebCore support.
addMessageToConsole and canRunBeforeUnloadConfirmPanel definitions are not correctly indented
Comment on attachment 32233[details]
Patch to add FrameLoaderClient for Haiku WebCore support.
FrameLoaderClientHaiku::saveDocumentViewToCachedPage shouldn't be present if its commented out. But aside from that i'd prefer it if brady or antti reviewed this patch.
(In reply to comment #10)
> (From update of attachment 32233[details])
> FrameLoaderClientHaiku::saveDocumentViewToCachedPage shouldn't be present if
> its commented out. But aside from that i'd prefer it if brady or antti
> reviewed this patch.
Since I commited the old patch I made some changes.
So I commited a new patch. There is no more commented out method.
Comment on attachment 32230[details]
Patch to add ContextMenuClient for Haiku WebCore support.
Committing to http://svn.webkit.org/repository/webkit/trunk ...
M WebKit/ChangeLog
A WebKit/haiku/WebCoreSupport/ContextMenuClientHaiku.cpp
A WebKit/haiku/WebCoreSupport/ContextMenuClientHaiku.h
Committed r46013
A WebKit/haiku/WebCoreSupport/ContextMenuClientHaiku.h
A WebKit/haiku/WebCoreSupport/ContextMenuClientHaiku.cpp
M WebKit/ChangeLog
r46013 = c289b08492c0915116b42e31e5a6a33201fabcd2 (trunk)
No changes between current HEAD and refs/remotes/trunk
Resetting to the latest refs/remotes/trunk
http://trac.webkit.org/changeset/46013
Comment on attachment 32231[details]
Patch to add DragClient for Haiku WebCore support.
Committing to http://svn.webkit.org/repository/webkit/trunk ...
M WebKit/ChangeLog
A WebKit/haiku/WebCoreSupport/DragClientHaiku.cpp
A WebKit/haiku/WebCoreSupport/DragClientHaiku.h
Committed r46014
A WebKit/haiku/WebCoreSupport/DragClientHaiku.cpp
A WebKit/haiku/WebCoreSupport/DragClientHaiku.h
M WebKit/ChangeLog
r46014 = 1f86110d811f8df279aa86457ba1ae333c89d41e (trunk)
No changes between current HEAD and refs/remotes/trunk
Resetting to the latest refs/remotes/trunk
http://trac.webkit.org/changeset/46014
Comment on attachment 32232[details]
Patch to add EditorClient for Haiku WebCore support.
Committing to http://svn.webkit.org/repository/webkit/trunk ...
M WebKit/ChangeLog
A WebKit/haiku/WebCoreSupport/EditorClientHaiku.cpp
A WebKit/haiku/WebCoreSupport/EditorClientHaiku.h
Committed r46015
A WebKit/haiku/WebCoreSupport/EditorClientHaiku.cpp
A WebKit/haiku/WebCoreSupport/EditorClientHaiku.h
M WebKit/ChangeLog
r46015 = 38130bab20f4c45ac67252185d757cf5bfc243b3 (trunk)
No changes between current HEAD and refs/remotes/trunk
Resetting to the latest refs/remotes/trunk
http://trac.webkit.org/changeset/46015
Comment on attachment 32234[details]
Patch to add InspectorClient for Haiku WebCore support.
Committing to http://svn.webkit.org/repository/webkit/trunk ...
M WebKit/ChangeLog
A WebKit/haiku/WebCoreSupport/InspectorClientHaiku.cpp
A WebKit/haiku/WebCoreSupport/InspectorClientHaiku.h
Committed r46016
A WebKit/haiku/WebCoreSupport/InspectorClientHaiku.cpp
A WebKit/haiku/WebCoreSupport/InspectorClientHaiku.h
M WebKit/ChangeLog
r46016 = adf9bbe9de1e7ae895f888409449f552d061b9d8 (trunk)
No changes between current HEAD and refs/remotes/trunk
Resetting to the latest refs/remotes/trunk
http://trac.webkit.org/changeset/46016
Comment on attachment 32858[details]
Patch to add ChromeClient for Haiku WebCore support.
Is it a deliberate choice to leave the printf's in the ChromeClientHaiku::runJavaScript* methods? Other than those this patch seems good but i'd like to confirm that those are/are not deliberate
Created attachment 33037[details]
Patch to add ChromeClient for Haiku WebCore support.
Indeed, it wasn't my intention to leave the printf's in the runJavaScript[...] methods.
2009-07-03 02:54 PDT, Maxime Simon
2009-07-03 03:07 PDT, Maxime Simon
2009-07-03 03:16 PDT, Maxime Simon
2009-07-03 03:28 PDT, Maxime Simon
2009-07-03 03:38 PDT, Maxime Simon
2009-07-03 03:43 PDT, Maxime Simon
2009-07-16 04:44 PDT, Maxime Simon
2009-07-16 04:58 PDT, Maxime Simon
2009-07-19 01:21 PDT, Maxime Simon
2009-07-28 03:03 PDT, Maxime Simon
2009-07-28 03:22 PDT, Maxime Simon