RESOLVED FIXED97886
[EFL][WK2] Remove "web" word from ewk_web_error APIs
https://bugs.webkit.org/show_bug.cgi?id=97886
Summary [EFL][WK2] Remove "web" word from ewk_web_error APIs
Jongseok Yang
Reported 2012-09-28 03:46:47 PDT
"ewk" means "EFL WebKit" and the name of orignal WK APIs for ewk_web_error APIs does not include "web" word. So, it' better to remove "web" word from them. The patch will be uploaded soon.
Attachments
Patch (46.38 KB, patch)
2012-10-04 17:08 PDT, Jongseok Yang
no flags
Patch (46.37 KB, patch)
2012-10-04 17:15 PDT, Jongseok Yang
no flags
Patch (46.37 KB, patch)
2012-10-04 17:23 PDT, Jongseok Yang
no flags
Patch (46.37 KB, patch)
2012-10-04 17:51 PDT, Jongseok Yang
no flags
Patch (46.35 KB, patch)
2012-10-04 17:55 PDT, Jongseok Yang
no flags
Patch (47.59 KB, patch)
2012-10-05 02:02 PDT, Jongseok Yang
no flags
Patch (47.49 KB, patch)
2012-10-05 04:05 PDT, Jongseok Yang
no flags
Jongseok Yang
Comment 1 2012-10-04 17:08:45 PDT
WebKit Review Bot
Comment 2 2012-10-04 17:11:26 PDT
Attachment 167208 [details] did not pass style-queue: Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Source/WebKit2/ChangeLog', u'Source/WebKit..." exit_code: 1 Source/WebKit2/UIProcess/API/efl/EWebKit2.h:35: Alphabetical sorting problem. [build/include_order] [4] Tools/MiniBrowser/efl/main.c:194: Weird number of spaces at line-start. Are you using a 4-space indent? [whitespace/indent] [3] Total errors found: 2 in 19 files If any of these errors are false positives, please file a bug against check-webkit-style.
Jongseok Yang
Comment 3 2012-10-04 17:15:24 PDT
WebKit Review Bot
Comment 4 2012-10-04 17:19:31 PDT
Attachment 167211 [details] did not pass style-queue: Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Source/WebKit2/ChangeLog', u'Source/WebKit..." exit_code: 1 Tools/ChangeLog:1: ChangeLog entry has no bug number [changelog/bugnumber] [5] Source/WebKit2/ChangeLog:1: ChangeLog entry has no bug number [changelog/bugnumber] [5] Tools/MiniBrowser/efl/main.c:194: Weird number of spaces at line-start. Are you using a 4-space indent? [whitespace/indent] [3] Total errors found: 3 in 19 files If any of these errors are false positives, please file a bug against check-webkit-style.
Jongseok Yang
Comment 5 2012-10-04 17:23:29 PDT
WebKit Review Bot
Comment 6 2012-10-04 17:26:07 PDT
Attachment 167213 [details] did not pass style-queue: Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Source/WebKit2/ChangeLog', u'Source/WebKit..." exit_code: 1 Tools/MiniBrowser/efl/main.c:194: Weird number of spaces at line-start. Are you using a 4-space indent? [whitespace/indent] [3] Total errors found: 1 in 19 files If any of these errors are false positives, please file a bug against check-webkit-style.
Gyuyoung Kim
Comment 7 2012-10-04 17:30:20 PDT
Comment on attachment 167213 [details] Patch Did you run Tools/Scripts/check-webkit-style before submitting patch ?
Jongseok Yang
Comment 8 2012-10-04 17:51:00 PDT
WebKit Review Bot
Comment 9 2012-10-04 17:53:12 PDT
Attachment 167216 [details] did not pass style-queue: Failed to run "['Tools/Scripts/check-webkit-style', '--diff-files', u'Source/WebKit2/ChangeLog', u'Source/WebKit..." exit_code: 1 Tools/MiniBrowser/efl/main.c:194: Weird number of spaces at line-start. Are you using a 4-space indent? [whitespace/indent] [3] Total errors found: 1 in 19 files If any of these errors are false positives, please file a bug against check-webkit-style.
Jongseok Yang
Comment 10 2012-10-04 17:55:45 PDT
Jongseok Yang
Comment 11 2012-10-04 17:57:08 PDT
(In reply to comment #7) > (From update of attachment 167213 [details]) > Did you run Tools/Scripts/check-webkit-style before submitting patch ? I'm sorry that I uploaded wrong patch file. Please check new one.
Gyuyoung Kim
Comment 12 2012-10-04 18:40:16 PDT
Comment on attachment 167218 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=167218&action=review > Source/WebKit2/ChangeLog:10 > + It would be good if you say where this removal is discussed. http://lists.webkit.org/pipermail/webkit-efl/2012-September/000308.html
Chris Dumez
Comment 13 2012-10-04 22:40:18 PDT
Comment on attachment 167218 [details] Patch LGTM. Thanks.
WebKit Review Bot
Comment 14 2012-10-05 00:39:40 PDT
Comment on attachment 167218 [details] Patch Rejecting attachment 167218 [details] from commit-queue. Failed to run "['/mnt/git/webkit-commit-queue/Tools/Scripts/webkit-patch', '--status-host=queues.webkit.org', '-..." exit_code: 2 Last 500 characters of output: web_error_private.h' patching file Source/WebKit2/UIProcess/API/efl/tests/test_ewk2_cookie_manager.cpp patching file Source/WebKit2/UIProcess/API/efl/tests/test_ewk2_download_job.cpp patching file Tools/ChangeLog Hunk #1 succeeded at 1 with fuzz 3. patching file Tools/MiniBrowser/efl/main.c Hunk #1 succeeded at 189 (offset 2 lines). Failed to run "[u'/mnt/git/webkit-commit-queue/Tools/Scripts/svn-apply', u'--force', u'--reviewer', u'Gyuyoung K..." exit_code: 1 cwd: /mnt/git/webkit-commit-queue Full output: http://queues.webkit.org/results/14171621
Jongseok Yang
Comment 15 2012-10-05 02:02:25 PDT
Jongseok Yang
Comment 16 2012-10-05 02:06:41 PDT
ewk_web_error_free function was moved from public header to private header by Ryuan Choi's patch. So, I rebased the patch.
Jongseok Yang
Comment 17 2012-10-05 04:05:17 PDT
Jongseok Yang
Comment 18 2012-10-05 04:06:06 PDT
I rebased the patch
WebKit Review Bot
Comment 19 2012-10-05 04:32:54 PDT
Comment on attachment 167304 [details] Patch Clearing flags on attachment: 167304 Committed r130494: <http://trac.webkit.org/changeset/130494>
WebKit Review Bot
Comment 20 2012-10-05 04:32:59 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.