Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
Web Inspector: [WebGL] Add minimum transport protocol from backend to…
… frontend https://bugs.webkit.org/show_bug.cgi?id=88973 Patch by Andrey Adaikin <aandrey@chromium.org> on 2012-08-20 Reviewed by Pavel Feldman. Added the following protocol methods to communicate with the WebGL injected module: captureFrame, getTraceLog, dropTraceLog, replayTraceLog. * inspector/CodeGeneratorInspector.py: * inspector/InjectedScriptWebGLModule.cpp: (WebCore::InjectedScriptWebGLModule::captureFrame): (WebCore): (WebCore::InjectedScriptWebGLModule::dropTraceLog): (WebCore::InjectedScriptWebGLModule::getTraceLog): (WebCore::InjectedScriptWebGLModule::replayTraceLog): * inspector/InjectedScriptWebGLModule.h: (InjectedScriptWebGLModule): * inspector/Inspector.json: * inspector/InspectorController.cpp: (WebCore::InspectorController::InspectorController): * inspector/InspectorWebGLAgent.cpp: (WebCore::InspectorWebGLAgent::InspectorWebGLAgent): (WebCore::InspectorWebGLAgent::dropTraceLog): (WebCore): (WebCore::InspectorWebGLAgent::captureFrame): (WebCore::InspectorWebGLAgent::getTraceLog): (WebCore::InspectorWebGLAgent::replayTraceLog): * inspector/InspectorWebGLAgent.h: (WebCore): (WebCore::InspectorWebGLAgent::create): (InspectorWebGLAgent): Canonical link: https://commits.webkit.org/112277@main git-svn-id: https://svn.webkit.org/repository/webkit/trunk@126028 268f45cc-cd09-0410-ab3c-d52691b4dbfc
- Loading branch information
1 parent
c05fdb9
commit 1a383d6
Showing
8 changed files
with
197 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters