Chromium Code Reviews
DescriptionDevTools: extract bindings from ShellDevToolsFrontend
Our goal is to enable running a subset of new devtools tests so that
devtools is the main window under test and the inspected page is the
secondary window. However, our existing devtools tests currently have
the inspected page as the main window which then triggers opening devtools.
Since we'll need to run both our existing and new type of tests, we want
to create a way of flexibly binding the devtools and inspected windows.
After this CL lands:
* Implement the new type of devtools test where devtools is the main window
* Convert existing tests into the new type of tests
* Once everything has been converted, clean up test infra code for
the old type of tests
BUG=667560
Review-Url: https://codereview.chromium.org/2756623002
Cr-Commit-Position: refs/heads/master@{#459337}
Committed: https://chromium.googlesource.com/chromium/src/+/fed5bda99ca38b4e2575614c87e858f51b2a8194
Patch Set 1 #Patch Set 2 : fixup #
Total comments: 20
Patch Set 3 : cl fb #Patch Set 4 : more fixes #Patch Set 5 : fixup #
Total comments: 16
Patch Set 6 : cl fb #Patch Set 7 : fixup #
Total comments: 12
Patch Set 8 : cl fb #Patch Set 9 : fixup #
Total comments: 6
Patch Set 10 : fixup #Patch Set 11 : fix #Patch Set 12 : don't do work in ctor #Patch Set 13 : fu #Patch Set 14 : fix memory leak #Patch Set 15 : fixup #Messages
Total messages: 42 (24 generated)
|