Skip to content
  • loislo@chromium.org's avatar
    2010-12-01 Ilya Tikhonovsky <loislo@chromium.org> · 452cc2ae
    loislo@chromium.org authored
            Reviewed by Pavel Feldman.
    
            Web Inspector: Inspector protocol cleanup task.
    
            The patch has just small renames and adjustments for the protocol things.
            'handler' keyword in idl file was replaced with 'domain'.
            'domain' property was assigned for the each backend to frontend messages.
            At the next step WebInspector wrapper functions will be removed and 'agents' will be called directly.
    
            https://bugs.webkit.org/show_bug.cgi?id=50337
    
            * inspector/CodeGeneratorInspector.pm:
            * inspector/Inspector.idl:
            * inspector/front-end/inspector.js:
            (WebInspector_syncDispatch):
    
    2010-12-01  Ilya Tikhonovsky  <loislo@chromium.org>
    
            Reviewed by Pavel Feldman.
    
            Web Inspector: Inspector protocol cleanup task.
    
            The patch has just small renames and adjustments for the protocol things.
            'handler' keyword in idl file was replaced with 'domain'.
            'domain' property was assigned for the each backend to frontend messages.
            At the next step WebInspector wrapper functions will be removed and 'agents' will be called directly.
    
            https://bugs.webkit.org/show_bug.cgi?id=50337
    
            * src/WebDevToolsFrontendImpl.cpp:
            (WebKit::WebDevToolsFrontendImpl::dispatchOnInspectorFrontend):
    
    2010-12-01  Ilya Tikhonovsky  <loislo@chromium.org>
    
            Reviewed by Pavel Feldman.
    
            Web Inspector: Inspector protocol cleanup task.
    
            The patch has just small renames and adjustments for the protocol things.
            'handler' keyword in idl file was replaced with 'domain'.
            'domain' property was assigned for the each backend to frontend messages.
            At the next step WebInspector wrapper functions will be removed and 'agents' will be called directly.
    
            https://bugs.webkit.org/show_bug.cgi?id=50337
    
            * inspector/report-API-errors-expected.txt:
            * inspector/report-API-errors.html:
            * inspector/report-protocol-errors-expected.txt:
    
    
    
    
    git-svn-id: http://svn.webkit.org/repository/webkit/trunk@73315 268f45cc-cd09-0410-ab3c-d52691b4dbfc
    452cc2ae