Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(41)

Unified Diff: third_party/WebKit/LayoutTests/inspector/sources/debugger-breakpoints/breakpoint-manager.html

Issue 2958403002: [WIP] DevTools: move UISourceCode creation into ResourceScriptMapping
Patch Set: pass everything but breakpointmanager Created 3 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: third_party/WebKit/LayoutTests/inspector/sources/debugger-breakpoints/breakpoint-manager.html
diff --git a/third_party/WebKit/LayoutTests/inspector/sources/debugger-breakpoints/breakpoint-manager.html b/third_party/WebKit/LayoutTests/inspector/sources/debugger-breakpoints/breakpoint-manager.html
index 9724274a99e8edb47a05bd122daa0364c9be1d2d..982943e0809c1e963138399641cdf0b9bf9a97f0 100644
--- a/third_party/WebKit/LayoutTests/inspector/sources/debugger-breakpoints/breakpoint-manager.html
+++ b/third_party/WebKit/LayoutTests/inspector/sources/debugger-breakpoints/breakpoint-manager.html
@@ -13,7 +13,12 @@ function test()
mockTarget.debuggerModel.reset();
InspectorTest.addResult(" Resetting workspace.");
breakpointManager._debuggerWorkspaceBinding._reset(mockTarget.debuggerModel);
- InspectorTest.testNetworkProject._resetForTest();
+ //InspectorTest.testNetworkProject._resetForTest();
+ //breakpointManager._debuggerWorkspaceBinding._debuggerModelToData.get(mockTarget.debuggerModel)._resourceMapping._resetForTest();
+ //breakpointManager._debuggerWorkspaceBinding._debuggerModelToData.get(target2.model(SDK.DebuggerModel))._resourceMapping._resetForTest();
+ Bindings.debuggerWorkspaceBinding._debuggerModelToData.get(mockTarget.debuggerModel)._resourceMapping._resetForTest();
+ Bindings.debuggerWorkspaceBinding._debuggerModelToData.get(target2.model(SDK.DebuggerModel))._resourceMapping._resetForTest();
+ //Bindings.NetworkProject.forTarget(target2)._resetForTest();
InspectorTest.testResourceMappingModelInfo._resetForTest();
}

Powered by Google App Engine
This is Rietveld 408576698