Changeset 159828 in webkit


Ignore:
Timestamp:
Nov 27, 2013 5:20:54 PM (10 years ago)
Author:
commit-queue@webkit.org
Message:

[EFL] The remote inspector does not show the base page.
https://bugs.webkit.org/show_bug.cgi?id=124942

Patch by László Langó <lango@inf.u-szeged.hu> on 2013-11-27
Reviewed by Gyuyoung Kim.

On EFL the remote inspector does not show the base page about
which pages are available for debug. This should be fixed for
further inspector development.

  • Source/PlatformEfl.cmake:
Location:
trunk
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/ChangeLog

    r159806 r159828  
     12013-11-27  László Langó  <lango@inf.u-szeged.hu>
     2
     3        [EFL] The remote inspector does not show the base page.
     4        https://bugs.webkit.org/show_bug.cgi?id=124942
     5
     6        Reviewed by Gyuyoung Kim.
     7
     8        On EFL the remote inspector does not show the base page about
     9        which pages are available for debug. This should be fixed for
     10        further inspector development.
     11
     12        * Source/PlatformEfl.cmake:
     13
    1142013-11-26  Marcelo Lira  <marcelo.lira@openbossa.org>
    215
  • trunk/Source/PlatformEfl.cmake

    r155475 r159828  
    66        COMMAND ${CMAKE_COMMAND} -E copy_directory ${WEBINSPECTORUI_DIR}/UserInterface ${WEB_INSPECTOR_DIR}
    77        COMMAND ${CMAKE_COMMAND} -E copy ${WEBINSPECTORUI_DIR}/Localizations/en.lproj/localizedStrings.js ${WEB_INSPECTOR_DIR}
     8        COMMAND ${CMAKE_COMMAND} -E copy ${WEBKIT2_DIR}/UIProcess/InspectorServer/front-end/inspectorPageIndex.html ${WEB_INSPECTOR_DIR}
    89        DEPENDS WebCore
    910        WORKING_DIRECTORY ${CMAKE_BINARY_DIR}
Note: See TracChangeset for help on using the changeset viewer.