[Webkit-unassigned] [Bug 97158] New: [EFL] Change the log macro names to be more consistent with EINA LOG

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Sep 19 18:22:17 PDT 2012


https://bugs.webkit.org/show_bug.cgi?id=97158

           Summary: [EFL] Change the log macro names to be more consistent
                    with EINA LOG
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Other
        OS/Version: Linux
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit EFL
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: jinwoo7.song at samsung.com
                CC: demarchi at webkit.org


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__)

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list