Changeset 88707 in webkit


Ignore:
Timestamp:
Jun 13, 2011 3:16:15 PM (13 years ago)
Author:
commit-queue@webkit.org
Message:

2011-06-13 Eunmi Lee <eunmi15.lee@samsung.com>

Reviewed by Eric Seidel.

[EFL][WK2] Add initial WebInspectorEfl.cpp for webkit2 efl port
https://bugs.webkit.org/show_bug.cgi?id=62524

  • UIProcess/efl/WebInspectorEfl.cpp: Added. (WebKit::WebInspectorProxy::platformCreateInspectorPage): (WebKit::WebInspectorProxy::platformOpen): (WebKit::WebInspectorProxy::platformDidClose): (WebKit::WebInspectorProxy::platformBringToFront): (WebKit::WebInspectorProxy::platformInspectedURLChanged): (WebKit::WebInspectorProxy::inspectorPageURL): (WebKit::WebInspectorProxy::platformAttach): (WebKit::WebInspectorProxy::platformDetach): (WebKit::WebInspectorProxy::platformSetAttachedWindowHeight):
Location:
trunk/Source/WebKit2
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit2/ChangeLog

    r88706 r88707  
     12011-06-13  Eunmi Lee  <eunmi15.lee@samsung.com>
     2
     3        Reviewed by Eric Seidel.
     4
     5        [EFL][WK2] Add initial WebInspectorEfl.cpp for webkit2 efl port
     6        https://bugs.webkit.org/show_bug.cgi?id=62524
     7
     8        * UIProcess/efl/WebInspectorEfl.cpp: Added.
     9        (WebKit::WebInspectorProxy::platformCreateInspectorPage):
     10        (WebKit::WebInspectorProxy::platformOpen):
     11        (WebKit::WebInspectorProxy::platformDidClose):
     12        (WebKit::WebInspectorProxy::platformBringToFront):
     13        (WebKit::WebInspectorProxy::platformInspectedURLChanged):
     14        (WebKit::WebInspectorProxy::inspectorPageURL):
     15        (WebKit::WebInspectorProxy::platformAttach):
     16        (WebKit::WebInspectorProxy::platformDetach):
     17        (WebKit::WebInspectorProxy::platformSetAttachedWindowHeight):
     18
    1192011-06-13  Eunmi Lee  <eunmi15.lee@samsung.com>
    220
Note: See TracChangeset for help on using the changeset viewer.