Skip to content
  • joepeck@webkit.org's avatar
    Web Inspector: Split Inspector.json into individual domain json files · 495515f7
    joepeck@webkit.org authored
    https://bugs.webkit.org/show_bug.cgi?id=124098
    
    Reviewed by Timothy Hatcher.
    
    Source/WebCore:
    
    Split the Inspector domains into their own json file. Generate a
    combined Inspector.json from all of the json files at build time
    so that the CodeGenerator is unchanged.
    
    * .gitattributes:
    * CMakeLists.txt:
    * DerivedSources.make:
    * GNUmakefile.am:
    * WebCore.xcodeproj/project.pbxproj:
    * inspector/CodeGeneratorInspector.py:
    (TypeMap.__init__):
    * inspector/Inspector.json: Removed.
    * inspector/Scripts/generate-combined-inspector-json.py: Added.
    * inspector/protocol/ApplicationCache.json: Added.
    * inspector/protocol/CSS.json: Added.
    * inspector/protocol/Canvas.json: Added.
    * inspector/protocol/Console.json: Added.
    * inspector/protocol/DOM.json: Added.
    * inspector/protocol/DOMDebugger.json: Added.
    * inspector/protocol/DOMStorage.json: Added.
    * inspector/protocol/Database.json: Added.
    * inspector/protocol/Debugger.json: Added.
    * inspector/protocol/Fil...
    495515f7