Chromium Code Reviews
DescriptionRe-open DevTools windows for PackagedApps if they are reloaded with DevTools open.
This augments the ShellWindowRegistry with a set of <extension_id, window_id> keys
that were observed to have devtools attached to them, and delays returning to the
chrome.app.window.create(..) callback until a new devtools window is open and ready
to intercept any breakpoints that were specified in the client code.
BUG=153235
TEST=Run packaged App that uses |id| in create(..), Inspect, set breakpoint, reload app. Result: inspector reloads with app.
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=163779
Patch Set 1 : before unit test #
Total comments: 21
Patch Set 2 : reviewer comments #Patch Set 3 : picky visual stdio #Patch Set 4 : adds unit test but hits http://crbug.com/157097 on debug builds #
Total comments: 3
Patch Set 5 : more encapsulation, self-nit unit test code, add expected FAILS_ for debug builds #
Total comments: 13
Patch Set 6 : reviewer comments, use MAYBE_ #Messages
Total messages: 10 (0 generated)
|