v8/src/inspector
machenbach 5e3e29d919 Revert of Use parenthesis in descriptions for array/map/set lengths/sizes (patchset #3 id:40001 of https://codereview.chromium.org/2521853003/ )
Reason for revert:
Breaks layout tests:
https://build.chromium.org/p/client.v8.fyi/builders/V8-Blink%20Linux%2064/builds/11595

https://github.com/v8/v8/wiki/Blink-layout-tests

Original issue's description:
> Use parenthesis in descriptions for array/map/set lengths/sizes
>
> Descriptions for (typed)arrays will use parenthesis instead of square brackets
> "Array(10)" instead of "Array[10]". This CL also adds size hints to descriptions
> of maps and sets.
>
> Related CL for DevTools: https://codereview.chromium.org/2524913002/
>
> BUG=405845
>
> Committed: https://crrev.com/92c77a57390e6a9ef726535b255a24359751992d
> Cr-Commit-Position: refs/heads/master@{#41237}

TBR=dgozman@chromium.org,kozyatinskiy@chromium.org,luoe@chromium.org
# Skipping CQ checks because original CL landed less than 1 days ago.
NOPRESUBMIT=true
NOTREECHECKS=true
NOTRY=true
BUG=405845

Review-Url: https://codereview.chromium.org/2530803002
Cr-Commit-Position: refs/heads/master@{#41243}
2016-11-24 07:22:31 +00:00
..
build [inspector] add presubmit.py to compile inspector-related scripts 2016-09-29 00:57:04 +00:00
BUILD.gn Roll third_party/inspector_protocol to 73028acaa3646789fd2a3bfd0d79eb2d91b696b3 2016-11-22 18:57:37 +00:00
debugger_script_externs.js [debug] Add Eval scope type to inspector protocol 2016-11-23 07:30:23 +00:00
debugger-script.js [debug] Add Eval scope type to inspector protocol 2016-11-23 07:30:23 +00:00
DEPS [inspector] introduce debug-interface.h 2016-10-18 15:15:21 +00:00
injected_script_externs.js [inspector] Initial import of v8_inspector. 2016-09-01 20:28:33 +00:00
injected-script-native.cc Roll third_party/inspector_protocol to 73028acaa3646789fd2a3bfd0d79eb2d91b696b3 2016-11-22 18:57:37 +00:00
injected-script-native.h [inspector] enabled presubmit for inspector sub folder 2016-09-26 13:59:38 +00:00
injected-script-source.js Revert of Use parenthesis in descriptions for array/map/set lengths/sizes (patchset #3 id:40001 of https://codereview.chromium.org/2521853003/ ) 2016-11-24 07:22:31 +00:00
injected-script.cc Roll third_party/inspector_protocol to 4ad35c45aca9834b67ec2cb152c816ea1b7ceb48 2016-11-23 00:45:54 +00:00
injected-script.h [inspector] migrate Runtime to new style 2016-11-03 23:52:17 +00:00
inspected-context.cc Avoid using stale InspectedContext pointers 2016-10-26 20:27:12 +00:00
inspected-context.h Avoid using stale InspectedContext pointers 2016-10-26 20:27:12 +00:00
inspector_protocol_config.json Roll third_party/inspector_protocol to 73028acaa3646789fd2a3bfd0d79eb2d91b696b3 2016-11-22 18:57:37 +00:00
inspector.gyp [inspector] use own copy of third_party/inspector_protocol 2016-10-28 18:20:47 +00:00
inspector.gypi Roll third_party/inspector_protocol to 73028acaa3646789fd2a3bfd0d79eb2d91b696b3 2016-11-22 18:57:37 +00:00
java-script-call-frame.cc [inspector] introduce debug-interface.h 2016-10-18 15:15:21 +00:00
java-script-call-frame.h Roll third_party/inspector_protocol to 73028acaa3646789fd2a3bfd0d79eb2d91b696b3 2016-11-22 18:57:37 +00:00
js_protocol-1.2.json [inspector] Initial import of v8_inspector. 2016-09-01 20:28:33 +00:00
js_protocol.json [debug] Add Eval scope type to inspector protocol 2016-11-23 07:30:23 +00:00
OWNERS [inspector] Build inspector under v8_enable_inspector build flag. 2016-09-06 23:26:35 +00:00
PRESUBMIT.py [inspector] add presubmit.py to compile inspector-related scripts 2016-09-29 00:57:04 +00:00
remote-object-id.cc Roll third_party/inspector_protocol to 73028acaa3646789fd2a3bfd0d79eb2d91b696b3 2016-11-22 18:57:37 +00:00
remote-object-id.h [inspector] migrate Runtime to new style 2016-11-03 23:52:17 +00:00
script-breakpoint.h [inspector] Change ScriptBreakpoint to include scriptId 2016-11-16 16:39:27 +00:00
search-util.cc Roll third_party/inspector_protocol to 73028acaa3646789fd2a3bfd0d79eb2d91b696b3 2016-11-22 18:57:37 +00:00
search-util.h [inspector] change implementation file extension from cpp to cc 2016-09-21 23:55:15 +00:00
string-16.cc Roll third_party/inspector_protocol to 73028acaa3646789fd2a3bfd0d79eb2d91b696b3 2016-11-22 18:57:37 +00:00
string-16.h [inspector] Fix and refactor String16 2016-11-15 17:33:09 +00:00
string-util.cc Roll third_party/inspector_protocol to 73028acaa3646789fd2a3bfd0d79eb2d91b696b3 2016-11-22 18:57:37 +00:00
string-util.h Roll third_party/inspector_protocol to 73028acaa3646789fd2a3bfd0d79eb2d91b696b3 2016-11-22 18:57:37 +00:00
v8-console-agent-impl.cc [inspector] migrate Schema, Console, Profiler to new style 2016-11-02 00:21:54 +00:00
v8-console-agent-impl.h [inspector] migrate Schema, Console, Profiler to new style 2016-11-02 00:21:54 +00:00
v8-console-message.cc Roll third_party/inspector_protocol to 73028acaa3646789fd2a3bfd0d79eb2d91b696b3 2016-11-22 18:57:37 +00:00
v8-console-message.h [inspector] change implementation file extension from cpp to cc 2016-09-21 23:55:15 +00:00
v8-console.cc [inspector] make console.assert much faster 2016-11-23 17:09:50 +00:00
v8-console.h [inspector] enabled presubmit for inspector sub folder 2016-09-26 13:59:38 +00:00
v8-debugger-agent-impl.cc Roll third_party/inspector_protocol to 4ad35c45aca9834b67ec2cb152c816ea1b7ceb48 2016-11-23 00:45:54 +00:00
v8-debugger-agent-impl.h [inspector] Change ScriptBreakpoint to include scriptId 2016-11-16 16:39:27 +00:00
v8-debugger-script.cc Roll third_party/inspector_protocol to 73028acaa3646789fd2a3bfd0d79eb2d91b696b3 2016-11-22 18:57:37 +00:00
v8-debugger-script.h [inspector] Introduce translation of wasm frames 2016-11-16 23:36:24 +00:00
v8-debugger.cc Roll third_party/inspector_protocol to 73028acaa3646789fd2a3bfd0d79eb2d91b696b3 2016-11-22 18:57:37 +00:00
v8-debugger.h [inspector] Introduce translation of wasm frames 2016-11-16 23:36:24 +00:00
v8-function-call.cc [inspector] fixed all shorten-64-to-32 warnings 2016-09-22 01:48:10 +00:00
v8-function-call.h [inspector] change implementation file extension from cpp to cc 2016-09-21 23:55:15 +00:00
v8-heap-profiler-agent-impl.cc Roll third_party/inspector_protocol to 73028acaa3646789fd2a3bfd0d79eb2d91b696b3 2016-11-22 18:57:37 +00:00
v8-heap-profiler-agent-impl.h [inspector] migrate HeapProfiler to new style 2016-11-02 00:52:31 +00:00
v8-injected-script-host.cc [inspector] filter useless in preview internal properties 2016-10-07 01:16:28 +00:00
v8-injected-script-host.h [inspector] change implementation file extension from cpp to cc 2016-09-21 23:55:15 +00:00
v8-inspector-impl.cc [inspector] make console.assert much faster 2016-11-23 17:09:50 +00:00
v8-inspector-impl.h [inspector] make console.assert much faster 2016-11-23 17:09:50 +00:00
v8-inspector-session-impl.cc Roll third_party/inspector_protocol to 4ad35c45aca9834b67ec2cb152c816ea1b7ceb48 2016-11-23 00:45:54 +00:00
v8-inspector-session-impl.h Roll third_party/inspector_protocol to 4ad35c45aca9834b67ec2cb152c816ea1b7ceb48 2016-11-23 00:45:54 +00:00
v8-internal-value-type.cc Roll third_party/inspector_protocol to 73028acaa3646789fd2a3bfd0d79eb2d91b696b3 2016-11-22 18:57:37 +00:00
v8-internal-value-type.h [inspector] change implementation file extension from cpp to cc 2016-09-21 23:55:15 +00:00
v8-profiler-agent-impl.cc [inspector] remove profiler->collectSample from V8StackTraceImpl::capture 2016-11-16 19:57:39 +00:00
v8-profiler-agent-impl.h [inspector] remove profiler->collectSample from V8StackTraceImpl::capture 2016-11-16 19:57:39 +00:00
v8-regex.cc [inspector] enabled presubmit for inspector sub folder 2016-09-26 13:59:38 +00:00
v8-regex.h [inspector] enabled presubmit for inspector sub folder 2016-09-26 13:59:38 +00:00
v8-runtime-agent-impl.cc Roll third_party/inspector_protocol to 73028acaa3646789fd2a3bfd0d79eb2d91b696b3 2016-11-22 18:57:37 +00:00
v8-runtime-agent-impl.h [inspector] migrate Runtime to new style 2016-11-03 23:52:17 +00:00
v8-schema-agent-impl.cc [inspector] migrate Schema, Console, Profiler to new style 2016-11-02 00:21:54 +00:00
v8-schema-agent-impl.h [inspector] migrate Schema, Console, Profiler to new style 2016-11-02 00:21:54 +00:00
v8-stack-trace-impl.cc Roll third_party/inspector_protocol to 73028acaa3646789fd2a3bfd0d79eb2d91b696b3 2016-11-22 18:57:37 +00:00
v8-stack-trace-impl.h [inspector] enabled presubmit for inspector sub folder 2016-09-26 13:59:38 +00:00
v8-value-copier.cc [inspector] migrate Runtime to new style 2016-11-03 23:52:17 +00:00
v8-value-copier.h [inspector] migrate Runtime to new style 2016-11-03 23:52:17 +00:00
wasm-translation.cc [inspector] Introduce translation of wasm frames 2016-11-16 23:36:24 +00:00
wasm-translation.h [inspector] Introduce translation of wasm frames 2016-11-16 23:36:24 +00:00