v8/src/inspector
Clemens Hammacher 85efe15737 [cleanup] Remove unused format macros plus header
All macros defined in "format-macros.h" are dead now (after
https://crrev.com/c/1613243). This CL removes this header, and includes
<cinttypes> instead wherever we use format macros for the types defined
in <cstdint>.

Plus some drive-by cleanup of includes.

R=mlippautz@chromium.org

Bug: v8:9183
Change-Id: Ic379759b79edb50e38833defb1577cc3af7c8150
Reviewed-on: https://chromium-review.googlesource.com/c/v8/v8/+/1611800
Commit-Queue: Clemens Hammacher <clemensh@chromium.org>
Reviewed-by: Yang Guo <yangguo@chromium.org>
Reviewed-by: Michael Lippautz <mlippautz@chromium.org>
Cr-Commit-Position: refs/heads/master@{#61540}
2019-05-15 14:26:25 +00:00
..
BUILD.gn [DevTools] Extract UTF8<->UTF16 routines from string-16{.h,.cc}. 2019-05-08 21:20:33 +00:00
custom-preview.cc
custom-preview.h
DEPS [DevTools] Add V8InspectorSession::state(), which returns binary (CBOR). 2019-05-03 16:54:51 +00:00
injected-script.cc [class] Expose private class fields in inspector protocol 2019-03-08 22:17:26 +00:00
injected-script.h [class] Expose private class fields in inspector protocol 2019-03-08 22:17:26 +00:00
inspected-context.cc
inspected-context.h
inspector_protocol_config.json [inspector] Fix js_protocol.pdl build dependency 2019-02-26 23:56:17 +00:00
js_protocol-1.2.json
js_protocol-1.3.json
js_protocol.pdl inspector: added Debugger.setInstrumentationBreakpoint method 2019-05-08 20:34:11 +00:00
OWNERS Clean up infra owners 2019-05-15 11:18:43 +00:00
remote-object-id.cc
remote-object-id.h
search-util.cc
search-util.h
string-16.cc [cleanup] Remove unused format macros plus header 2019-05-15 14:26:25 +00:00
string-16.h [DevTools] Extract UTF8<->UTF16 routines from string-16{.h,.cc}. 2019-05-08 21:20:33 +00:00
string-util.cc [cleanup] Remove unused format macros plus header 2019-05-15 14:26:25 +00:00
string-util.h [DevTools] Roll of inspector protocol ... 2019-03-01 02:10:29 +00:00
test-interface.cc
test-interface.h
v8-console-agent-impl.cc
v8-console-agent-impl.h
v8-console-message.cc [inspector] Do not report async stack for console.log messages 2019-03-29 19:37:34 +00:00
v8-console-message.h
v8-console.cc [Inspector] Don't catch throwable on toString calls for inspector. 2019-04-25 16:12:36 +00:00
v8-console.h
v8-debugger-agent-impl.cc [cleanup] Removing break and return after UNREACHABLE() 2019-05-10 13:42:57 +00:00
v8-debugger-agent-impl.h inspector: added Debugger.setInstrumentationBreakpoint method 2019-05-08 20:34:11 +00:00
v8-debugger-script.cc inspector: added Debugger.setInstrumentationBreakpoint method 2019-05-08 20:34:11 +00:00
v8-debugger-script.h inspector: added Debugger.setInstrumentationBreakpoint method 2019-05-08 20:34:11 +00:00
v8-debugger.cc [debug] Introduce GetCreationContext to debug API 2019-05-03 09:58:22 +00:00
v8-debugger.h Reland "[inspector] Allow limiting the total size of collected scripts." 2019-03-16 06:08:17 +00:00
v8-heap-profiler-agent-impl.cc
v8-heap-profiler-agent-impl.h
v8-inspector-impl.cc
v8-inspector-impl.h
v8-inspector-protocol-encoding.cc [DevTools] Detect if the state of the inspector session was encoded as CBOR. 2019-05-10 18:11:54 +00:00
v8-inspector-protocol-encoding.h [DevTools] Detect if the state of the inspector session was encoded as CBOR. 2019-05-10 18:11:54 +00:00
v8-inspector-session-impl.cc [DevTools] Detect if the state of the inspector session was encoded as CBOR. 2019-05-10 18:11:54 +00:00
v8-inspector-session-impl.h [DevTools] Add V8InspectorSession::state(), which returns binary (CBOR). 2019-05-03 16:54:51 +00:00
v8-profiler-agent-impl.cc [cleanup] Refactor out enums from debug-interface.h 2019-02-27 08:56:48 +00:00
v8-profiler-agent-impl.h
v8-regex.cc
v8-regex.h
v8-runtime-agent-impl.cc [class] Expose private class fields in inspector protocol 2019-03-08 22:17:26 +00:00
v8-runtime-agent-impl.h [class] Expose private class fields in inspector protocol 2019-03-08 22:17:26 +00:00
v8-schema-agent-impl.cc
v8-schema-agent-impl.h
v8-stack-trace-impl.cc
v8-stack-trace-impl.h
v8-string-conversions.cc [wasm-c-api] Faster types handling when calling into Wasm 2019-05-15 09:24:35 +00:00
v8-string-conversions.h [DevTools] Extract UTF8<->UTF16 routines from string-16{.h,.cc}. 2019-05-08 21:20:33 +00:00
v8-value-utils.cc
v8-value-utils.h
value-mirror.cc [class] Expose private class fields in inspector protocol 2019-03-08 22:17:26 +00:00
value-mirror.h [class] Expose private class fields in inspector protocol 2019-03-08 22:17:26 +00:00
wasm-translation.cc
wasm-translation.h