Skip to content
  • kov@webkit.org's avatar
    [GTK] Move to the new web inspector · 86b826a5
    kov@webkit.org authored
    https://bugs.webkit.org/show_bug.cgi?id=120647
    
    Patch by Gustavo Noronha Silva <gustavo.noronha@collabora.com> on 2013-09-13
    Reviewed by Carlos Garcia Campos.
    
    .:
    
    * GNUmakefile.am: include the new WebInspectorUI GNUmakefile.am.
    
    Source/WebCore:
    
    No tests for the new inspector UI as of yet.
    
    * GNUmakefile.am: no longer install the deprecated inspector UI files.
    * WebCore.exp.in: add SchemeRegistry symbol that is now used.
    
    Source/WebInspectorUI:
    
    * GNUmakefile.am: Added. Generate the GResource source and link it into libWebCore.
    
    Source/WebKit/gtk:
    
    * WebCoreSupport/InspectorClientGtk.cpp:
    (WebKit::InspectorClient::openInspectorFrontend): update paths to the internal resource ones.
    (WebKit::InspectorClient::inspectorFilesPath): ditto.
    * tests/testwebinspector.c:
    (consoleMessageCallback): the new inspector currently emits an error when loading, so add it to
    the list of messages which are not considered failures.
    * webkit/webkitglobals.cpp:
    (webkitInit): register resource ...
    86b826a5