4f798f9065
We can't use "this" after calling agent code since agent code can destroy dispatcher. BUG=chromium:668358 TBR=dgozman@chromium.org Review-Url: https://codereview.chromium.org/2526183002 Cr-Commit-Position: refs/heads/master@{#41247} |
||
---|---|---|
.. | ||
lib | ||
templates | ||
CheckProtocolCompatibility.py | ||
CodeGenerator.py | ||
ConcatenateProtocols.py | ||
inspector_protocol.gni | ||
inspector_protocol.gypi | ||
LICENSE | ||
OWNERS | ||
README.v8 |
Name: inspector protocol Short Name: inspector_protocol URL: https://chromium.googlesource.com/deps/inspector_protocol/ Version: 0 Revision: 4ad35c45aca9834b67ec2cb152c816ea1b7ceb48 License: BSD License File: LICENSE Security Critical: no Description: src/inspector uses these scripts to generate handlers from protocol description. Local modifications: - This only includes the lib/ and templates/ directories, scripts, build and the LICENSE files. - FallbackThrough support is removed for async methods.