|
[headless] Refactor headless devtools client API.
This patch splits types.{h,cc} and type_conversions.h into multiple
files on per-domain basis. This makes them more readable and reduces
compilation times.
Aliases are avalaible at the old locations for the transition period.
BUG= 546953
Committed: https://crrev.com/eaffa8e0c53f3c61a9239b27295b390884bd5fd5
Cr-Commit-Position: refs/heads/master@{#430774}
Total comments: 18
Total comments: 2
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+566 lines, -2044 lines) |
Patch |
|
M |
headless/BUILD.gn
|
View
|
1
2
|
2 chunks |
+57 lines, -69 lines |
0 comments
|
Download
|
|
M |
headless/app/headless_shell.cc
|
View
|
1
2
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
|
D |
headless/lib/browser/client_api_generator.py
|
View
|
|
1 chunk |
+0 lines, -437 lines |
0 comments
|
Download
|
|
D |
headless/lib/browser/client_api_generator_unittest.py
|
View
|
|
1 chunk |
+0 lines, -502 lines |
0 comments
|
Download
|
|
A + |
headless/lib/browser/devtools_api/client_api_generator.py
|
View
|
1
2
|
11 chunks |
+223 lines, -125 lines |
0 comments
|
Download
|
|
A + |
headless/lib/browser/devtools_api/client_api_generator_unittest.py
|
View
|
1
2
|
3 chunks |
+64 lines, -6 lines |
0 comments
|
Download
|
|
A + |
headless/lib/browser/devtools_api/deprecated_domain_h.template
|
View
|
1
2
|
1 chunk |
+3 lines, -6 lines |
0 comments
|
Download
|
|
A |
headless/lib/browser/devtools_api/deprecated_type_conversions_h.template
|
View
|
|
1 chunk |
+14 lines, -0 lines |
0 comments
|
Download
|
|
A |
headless/lib/browser/devtools_api/deprecated_types_h.template
|
View
|
1
2
|
1 chunk |
+14 lines, -0 lines |
0 comments
|
Download
|
|
A + |
headless/lib/browser/devtools_api/domain_cc.template
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
A + |
headless/lib/browser/devtools_api/domain_h.template
|
View
|
1
2
|
2 chunks |
+6 lines, -4 lines |
0 comments
|
Download
|
|
A + |
headless/lib/browser/devtools_api/domain_type_conversions_h.template
|
View
|
|
3 chunks |
+15 lines, -22 lines |
0 comments
|
Download
|
|
A + |
headless/lib/browser/devtools_api/domain_types_cc.template
|
View
|
1
2
|
4 chunks |
+27 lines, -64 lines |
0 comments
|
Download
|
|
A |
headless/lib/browser/devtools_api/domain_types_forward_declaration_h.template
|
View
|
|
1 chunk |
+44 lines, -0 lines |
0 comments
|
Download
|
|
A + |
headless/lib/browser/devtools_api/domain_types_h.template
|
View
|
|
4 chunks |
+37 lines, -71 lines |
0 comments
|
Download
|
|
D |
headless/lib/browser/domain_cc.template
|
View
|
1
2
|
1 chunk |
+0 lines, -150 lines |
0 comments
|
Download
|
|
D |
headless/lib/browser/domain_h.template
|
View
|
1
2
|
1 chunk |
+0 lines, -164 lines |
0 comments
|
Download
|
|
M |
headless/lib/browser/headless_devtools_client_impl.h
|
View
|
1
2
|
1 chunk |
+30 lines, -30 lines |
0 comments
|
Download
|
|
M |
headless/lib/browser/headless_devtools_manager_delegate.cc
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
D |
headless/lib/browser/type_conversions_h.template
|
View
|
|
1 chunk |
+0 lines, -77 lines |
0 comments
|
Download
|
|
D |
headless/lib/browser/types_cc.template
|
View
|
|
1 chunk |
+0 lines, -130 lines |
0 comments
|
Download
|
|
D |
headless/lib/browser/types_h.template
|
View
|
|
1 chunk |
+0 lines, -158 lines |
0 comments
|
Download
|
|
M |
headless/lib/embedder_mojo_browsertest.cc
|
View
|
1
2
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
|
M |
headless/lib/headless_browser_browsertest.cc
|
View
|
1
2
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
headless/lib/headless_devtools_client_browsertest.cc
|
View
|
1
2
|
1 chunk |
+5 lines, -5 lines |
0 comments
|
Download
|
|
M |
headless/lib/headless_web_contents_browsertest.cc
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
headless/public/domains/README.md
|
View
|
1
2
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
headless/public/domains/types_unittest.cc
|
View
|
1
2
3
|
1 chunk |
+3 lines, -1 line |
0 comments
|
Download
|
|
M |
headless/public/internal/value_conversions.h
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
headless/public/util/dom_tree_extractor.h
|
View
|
1
2
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
headless/public/util/dom_tree_extractor_browsertest.cc
|
View
|
1
2
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
|
M |
headless/test/headless_browser_test.h
|
View
|
1
2
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
headless/test/headless_browser_test.cc
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
testing/scripts/headless_python_unittests.py
|
View
|
1
2
3
|
1 chunk |
+2 lines, -1 line |
0 comments
|
Download
|
Total messages: 23 (12 generated)
|