WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
97158
[EFL] Change the log macro names to be more consistent with EINA LOG
https://bugs.webkit.org/show_bug.cgi?id=97158
Summary
[EFL] Change the log macro names to be more consistent with EINA LOG
Jinwoo Song
Reported
2012-09-19 18:22:48 PDT
Some log macro names in WebKit1/WebKit2 are inconsistent with EINA LOG names, as followings. #define WRN(...) EINA_LOG_DOM_WARN(_ewk_log_dom, __VA_ARGS__) #define INF(...) EINA_LOG_DOM_INFO(_ewk_log_dom, __VA_ARGS__)
Attachments
patch
(27.09 KB, patch)
2012-09-19 19:14 PDT
,
Jinwoo Song
kenneth
: review+
webkit.review.bot
: commit-queue-
Details
Formatted Diff
Diff
rebased patch
(27.10 KB, patch)
2012-09-20 00:34 PDT
,
Jinwoo Song
no flags
Details
Formatted Diff
Diff
Show Obsolete
(1)
View All
Add attachment
proposed patch, testcase, etc.
Jinwoo Song
Comment 1
2012-09-19 19:14:29 PDT
Created
attachment 164824
[details]
patch
Gyuyoung Kim
Comment 2
2012-09-19 21:36:32 PDT
Comment on
attachment 164824
[details]
patch View in context:
https://bugs.webkit.org/attachment.cgi?id=164824&action=review
It would be good if you add a link we discuss about this on webkit-efl mailing list.
> Source/WebKit/efl/ewk/ewk_private.h:47 > #define CRITICAL(...) EINA_LOG_DOM_CRIT(_ewk_log_dom, __VA_ARGS__)
Why not change CRITICAL with CRIT ?
Jinwoo Song
Comment 3
2012-09-19 21:52:12 PDT
Please refer the discussions in mailing list,
http://lists.webkit.org/pipermail/webkit-efl/2012-September/000282.html
Jinwoo Song
Comment 4
2012-09-19 21:58:44 PDT
(In reply to
comment #2
)
> (From update of
attachment 164824
[details]
) > View in context:
https://bugs.webkit.org/attachment.cgi?id=164824&action=review
> > It would be good if you add a link we discuss about this on webkit-efl mailing list. > > > Source/WebKit/efl/ewk/ewk_private.h:47 > > #define CRITICAL(...) EINA_LOG_DOM_CRIT(_ewk_log_dom, __VA_ARGS__) > > Why not change CRITICAL with CRIT ?
Actually, I think 'CRITICAL' is more clear and readable than 'CRIT'. Although the name is not exactly same with that of EINA LOG, 'CRIT' itself does not give intuitive meaning to us. But if I'd like to vote the prefer one in the mailing list.
Kenneth Rohde Christiansen
Comment 5
2012-09-19 23:56:35 PDT
Comment on
attachment 164824
[details]
patch View in context:
https://bugs.webkit.org/attachment.cgi?id=164824&action=review
> Source/WebKit/efl/ewk/ewk_private.h:51 > #define DBG(...) EINA_LOG_DOM_DBG(_ewk_log_dom, __VA_ARGS__)
maybe DEBUG would also be better
WebKit Review Bot
Comment 6
2012-09-19 23:58:47 PDT
Comment on
attachment 164824
[details]
patch Rejecting
attachment 164824
[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: /WebKit/efl/ewk/ewk_view_private.h patching file Source/WebKit2/ChangeLog Hunk #1 succeeded at 1 with fuzz 3. patching file Source/WebKit2/UIProcess/API/efl/ewk_main.cpp patching file Source/WebKit2/UIProcess/API/efl/ewk_private.h patching file Source/WebKit2/UIProcess/API/efl/ewk_view.cpp Hunk #1 succeeded at 1646 (offset 3 lines). Failed to run "[u'/mnt/git/webkit-commit-queue/Tools/Scripts/svn-apply', u'--force', u'--reviewer', u'Kenneth Ro..." exit_code: 1 cwd: /mnt/git/webkit-commit-queue Full output:
http://queues.webkit.org/results/13948104
Jinwoo Song
Comment 7
2012-09-20 00:34:56 PDT
Created
attachment 164853
[details]
rebased patch
WebKit Review Bot
Comment 8
2012-09-20 01:13:44 PDT
Comment on
attachment 164853
[details]
rebased patch Clearing flags on attachment: 164853 Committed
r129101
: <
http://trac.webkit.org/changeset/129101
>
WebKit Review Bot
Comment 9
2012-09-20 01:13:48 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.
Top of Page
Format For Printing
XML
Clone This Bug