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

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

Issue 1409223006: DevTools: replace content provider when re-adding into network project (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Same with isLiveEdit flag in a scriptParsed. Created 5 years, 1 month 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-expected.txt
diff --git a/third_party/WebKit/LayoutTests/inspector/sources/debugger-breakpoints/breakpoint-manager-expected.txt b/third_party/WebKit/LayoutTests/inspector/sources/debugger-breakpoints/breakpoint-manager-expected.txt
index a3bce05f36ae53c28f70dff0dde34c39da141d28..0704bfc3e662553ef08fc57127631422f41e5166 100644
--- a/third_party/WebKit/LayoutTests/inspector/sources/debugger-breakpoints/breakpoint-manager-expected.txt
+++ b/third_party/WebKit/LayoutTests/inspector/sources/debugger-breakpoints/breakpoint-manager-expected.txt
@@ -132,6 +132,10 @@ Running: testRestoreBreakpointsTwice
Adding script: a.js
Adding UISourceCode: a.js
breakpointRemoved(a.js, 10, 0)
+ breakpointRemoved(a.js, 20, 0)
+ breakpointAdded(a.js, 10, 0, foo == bar, true)
+ breakpointAdded(a.js, 20, 0, , false)
+ breakpointRemoved(a.js, 10, 0)
breakpointAdded(a.js, 10, 0, foo == bar, true)
Location created: a.js:10
Dumping Breakpoint Locations

Powered by Google App Engine
This is Rietveld 408576698