Title: [159828] trunk
Revision
159828
Author
[email protected]
Date
2013-11-27 17:20:54 -0800 (Wed, 27 Nov 2013)

Log 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ó <[email protected]> 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:

Modified Paths

Diff

Modified: trunk/ChangeLog (159827 => 159828)


--- trunk/ChangeLog	2013-11-28 01:05:35 UTC (rev 159827)
+++ trunk/ChangeLog	2013-11-28 01:20:54 UTC (rev 159828)
@@ -1,3 +1,16 @@
+2013-11-27  László Langó  <[email protected]>
+
+        [EFL] The remote inspector does not show the base page.
+        https://bugs.webkit.org/show_bug.cgi?id=124942
+
+        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:
+
 2013-11-26  Marcelo Lira  <[email protected]>
 
         Nix upstreaming - Adding build files and supporting scripts

Modified: trunk/Source/PlatformEfl.cmake (159827 => 159828)


--- trunk/Source/PlatformEfl.cmake	2013-11-28 01:05:35 UTC (rev 159827)
+++ trunk/Source/PlatformEfl.cmake	2013-11-28 01:20:54 UTC (rev 159828)
@@ -5,6 +5,7 @@
         web-inspector-resources ALL
         COMMAND ${CMAKE_COMMAND} -E copy_directory ${WEBINSPECTORUI_DIR}/UserInterface ${WEB_INSPECTOR_DIR}
         COMMAND ${CMAKE_COMMAND} -E copy ${WEBINSPECTORUI_DIR}/Localizations/en.lproj/localizedStrings.js ${WEB_INSPECTOR_DIR}
+        COMMAND ${CMAKE_COMMAND} -E copy ${WEBKIT2_DIR}/UIProcess/InspectorServer/front-end/inspectorPageIndex.html ${WEB_INSPECTOR_DIR}
         DEPENDS WebCore
         WORKING_DIRECTORY ${CMAKE_BINARY_DIR}
     )
_______________________________________________
webkit-changes mailing list
[email protected]
https://lists.webkit.org/mailman/listinfo/webkit-changes

Reply via email to