RESOLVED FIXED 62346
[EFL][WK2] Add dummy files in WebProcess/WebCoreSupport/efl
https://bugs.webkit.org/show_bug.cgi?id=62346
Summary [EFL][WK2] Add dummy files in WebProcess/WebCoreSupport/efl
Ryuan Choi
Reported 2011-06-08 19:17:41 PDT
These files are almost same as WebKit2/GTK's. But, it's fine for WebKit2/EFL now. Patch will be updated.
Attachments
Patch (16.35 KB, patch)
2011-06-08 19:25 PDT, Ryuan Choi
no flags
Patch (13.32 KB, patch)
2011-06-10 03:03 PDT, Ryuan Choi
no flags
Patch (13.33 KB, patch)
2011-06-10 03:45 PDT, Ryuan Choi
no flags
Ryuan Choi
Comment 1 2011-06-08 19:25:24 PDT
Leandro Pereira
Comment 2 2011-06-09 06:48:49 PDT
Comment on attachment 96528 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=96528&action=review As with other WebKit2 patches, I'm mostly reviewing for style issues, as I'm not familiar with WebKit2 yet. WebEditorClientEfl.cpp doesn't use anything EFL-related (and I couldn't see any EFL-specific behaviour there, too). Is it possible to share this code with other WebKit2 ports? > Source/WebKit2/WebProcess/WebCoreSupport/efl/WebEditorClientEfl.cpp:44 > +bool WebEditorClient::executePendingEditorCommands(Frame* frame, Vector<WTF::String> pendingEditorCommands, bool allowTextInsertion) > +{ > + Vector<Editor::Command> commands; > + for (size_t i = 0; i < pendingEditorCommands.size(); i++) { I'd use Vector::iterator here (Vector::begin(), Vector::end(), etc), for both pendingEditorCommands and commands.
Ryuan Choi
Comment 3 2011-06-10 03:00:07 PDT
(In reply to comment #2) > (From update of attachment 96528 [details]) > View in context: https://bugs.webkit.org/attachment.cgi?id=96528&action=review > > As with other WebKit2 patches, I'm mostly reviewing for style issues, as I'm not familiar with WebKit2 yet. > > WebEditorClientEfl.cpp doesn't use anything EFL-related (and I couldn't see any EFL-specific behaviour there, too). Is it possible to share this code with other WebKit2 ports? > > > Source/WebKit2/WebProcess/WebCoreSupport/efl/WebEditorClientEfl.cpp:44 > > +bool WebEditorClient::executePendingEditorCommands(Frame* frame, Vector<WTF::String> pendingEditorCommands, bool allowTextInsertion) > > +{ > > + Vector<Editor::Command> commands; > > + for (size_t i = 0; i < pendingEditorCommands.size(); i++) { > > I'd use Vector::iterator here (Vector::begin(), Vector::end(), etc), for both pendingEditorCommands and commands. We referenced WebKit2/Gtk and I realized that this code only used for Gtk.(Anyway it looks fine for Efl.) I think that It's better to removed for initial drop and investigate more.
Ryuan Choi
Comment 4 2011-06-10 03:03:59 PDT
Kenneth Rohde Christiansen
Comment 5 2011-06-10 03:19:54 PDT
Comment on attachment 96721 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=96721&action=review > Source/WebKit2/WebProcess/WebCoreSupport/efl/WebErrorsEfl.cpp:4 > + * Portions Copyright (c) 2010 Motorola Mobility, Inc. All rights reserved. > + * Copyright (C) 2011 Igalia S.L. Did you really copy this code? or why do you have all those copyrights?
Ryuan Choi
Comment 6 2011-06-10 03:45:17 PDT
Ryuan Choi
Comment 7 2011-06-10 03:46:10 PDT
(In reply to comment #5) > (From update of attachment 96721 [details]) > View in context: https://bugs.webkit.org/attachment.cgi?id=96721&action=review > > > Source/WebKit2/WebProcess/WebCoreSupport/efl/WebErrorsEfl.cpp:4 > > + * Portions Copyright (c) 2010 Motorola Mobility, Inc. All rights reserved. > > + * Copyright (C) 2011 Igalia S.L. > > Did you really copy this code? or why do you have all those copyrights? Thanks and I cleared it.
WebKit Review Bot
Comment 8 2011-06-10 04:33:36 PDT
The commit-queue encountered the following flaky tests while processing attachment 96726 [details]: http/tests/local/stylesheet-and-script-load-order.html bug 62450 (author: koivisto@iki.fi) The commit-queue is continuing to process your patch.
WebKit Review Bot
Comment 9 2011-06-10 04:35:11 PDT
Comment on attachment 96726 [details] Patch Clearing flags on attachment: 96726 Committed r88540: <http://trac.webkit.org/changeset/88540>
WebKit Review Bot
Comment 10 2011-06-10 04:35:16 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.