Web Inspector: make inspector protocol validation a part of the build process.
authorpfeldman@chromium.org <pfeldman@chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Thu, 29 Sep 2011 11:49:53 +0000 (11:49 +0000)
committerpfeldman@chromium.org <pfeldman@chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Thu, 29 Sep 2011 11:49:53 +0000 (11:49 +0000)
commit73003e89aa2b5f248cf8808f651b494a40597c5f
tree80cb0abc8b6da125ce7cc4504dade6580bef6fec
parent05bd7ea82baa5caa6f98348bf48b4f87e1f0bd83
Web Inspector: make inspector protocol validation a part of the build process.
https://bugs.webkit.org/show_bug.cgi?id=68999

Since we'd like to commit to inspector protocol backwards compatibility, violating it
should be a build failure.

Reviewed by Yury Semikhatsky.

* CMakeLists.txt:
* CodeGenerators.pri:
* DerivedSources.make:
* GNUmakefile.am:
* WebCore.gyp/WebCore.gyp:
* inspector/Inspector.draft-01.json:
* inspector/Inspector.json:
* inspector/generate-inspector-idl:
* inspector/generate-protocol-externs:
* inspector/validate-protocol-compatibility:

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@96320 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Source/WebCore/CMakeLists.txt
Source/WebCore/ChangeLog
Source/WebCore/CodeGenerators.pri
Source/WebCore/DerivedSources.make
Source/WebCore/GNUmakefile.am
Source/WebCore/WebCore.gyp/WebCore.gyp
Source/WebCore/inspector/Inspector.draft-01.json
Source/WebCore/inspector/Inspector.json
Source/WebCore/inspector/generate-inspector-idl
Source/WebCore/inspector/generate-protocol-externs
Source/WebCore/inspector/validate-protocol-compatibility