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:
git-svn-id: https://svn.webkit.org/repository/webkit/trunk@159828
268f45cc-cd09-0410-ab3c-
d52691b4dbfc
+2013-11-27 László Langó <lango@inf.u-szeged.hu>
+
+ [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 <marcelo.lira@openbossa.org>
Nix upstreaming - Adding build files and supporting scripts
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}
)