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

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

Issue 1523193002: DevTools: merge UISourceCode's parentPath, name, originURL and uri. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: rebaselined Created 5 years 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 unified diff | Download patch
OLDNEW
1 Tests BreakpointManager class. 1 Tests BreakpointManager class.
2 2
3 3
4 Running: testSetBreakpoint 4 Running: testSetBreakpoint
5 Created breakpoints manager 5 Created breakpoints manager
6 Dumping Storage 6 Dumping Storage
7 Adding script: a.js 7 Adding script: a.js
8 Adding UISourceCode: a.js 8 Adding UISourceCode: a.js
9 Setting breakpoint at a.js:30:0 enabled:true condition: 9 Setting breakpoint at a.js:30:0 enabled:true condition:
10 breakpointAdded(a.js, 30, 0, , true) 10 breakpointAdded(a.js, 30, 0, , true)
(...skipping 291 matching lines...) Expand 10 before | Expand all | Expand 10 after
302 UISourceCode (url='b.js', uri='b.js') 302 UISourceCode (url='b.js', uri='b.js')
303 Location: (3, 0) 303 Location: (3, 0)
304 304
305 Navigating back to A. 305 Navigating back to A.
306 Resetting debugger. 306 Resetting debugger.
307 Resetting workspace. 307 Resetting workspace.
308 breakpointRemoved(b.js, 3, 0) 308 breakpointRemoved(b.js, 3, 0)
309 Location disposed: b.js:3 309 Location disposed: b.js:3
310 Resolving provisional breakpoint. 310 Resolving provisional breakpoint.
311 Adding script: a.js 311 Adding script: a.js
312 breakpointAdded(a.js, 10, 0, foo == bar, true) 312 breakpointAdded(debugger:///VMa.js a.js, 10, 0, foo == bar, true)
313 Location created: a.js:10 313 Location created: a.js:10
314 Adding UISourceCode: a.js 314 Adding UISourceCode: a.js
315 breakpointAdded(a.js, 20, 0, , false) 315 breakpointAdded(a.js, 20, 0, , false)
316 breakpointRemoved(a.js, 10, 0) 316 breakpointRemoved(debugger:///VMa.js a.js, 10, 0)
317 breakpointAdded(a.js, 10, 0, foo == bar, true) 317 breakpointAdded(a.js, 10, 0, foo == bar, true)
318 Dumping Breakpoint Locations 318 Dumping Breakpoint Locations
319 UISourceCode (url='a.js', uri='a.js') 319 UISourceCode (url='a.js', uri='a.js')
320 Location: (10, 0) 320 Location: (10, 0)
321 Location: (20, 0) 321 Location: (20, 0)
322 Dumping Storage 322 Dumping Storage
323 a.js:10 enabled:true condition:foo == bar 323 a.js:10 enabled:true condition:foo == bar
324 a.js:20 enabled:false condition: 324 a.js:20 enabled:false condition:
325 b.js:3 enabled:true condition: 325 b.js:3 enabled:true condition:
326 Resetting breakpoint manager 326 Resetting breakpoint manager
(...skipping 70 matching lines...) Expand 10 before | Expand all | Expand 10 after
397 Location created: a.js:10 397 Location created: a.js:10
398 Dumping Breakpoint Locations 398 Dumping Breakpoint Locations
399 UISourceCode (url='a.js', uri='a.js') 399 UISourceCode (url='a.js', uri='a.js')
400 Location: (10, 0) 400 Location: (10, 0)
401 Resetting debugger. 401 Resetting debugger.
402 Resetting workspace. 402 Resetting workspace.
403 breakpointRemoved(a.js, 10, 0) 403 breakpointRemoved(a.js, 10, 0)
404 Location disposed: a.js:10 404 Location disposed: a.js:10
405 Resolving provisional breakpoint. 405 Resolving provisional breakpoint.
406 Adding script: a.js 406 Adding script: a.js
407 breakpointAdded(a.js, 11, 0, foo == bar, true) 407 breakpointAdded(debugger:///VMa.js a.js, 11, 0, foo == bar, true)
408 Location created: a.js:11 408 Location created: a.js:11
409 Dumping Breakpoint Locations 409 Dumping Breakpoint Locations
410 UISourceCode (url='a.js', uri='debugger:/VMa.js a.js') 410 UISourceCode (url='debugger:///VMa.js a.js', uri='debugger:///VMa.js a.js')
411 Location: (11, 0) 411 Location: (11, 0)
412 Dumping Storage 412 Dumping Storage
413 a.js:10 enabled:true condition:foo == bar 413 a.js:10 enabled:true condition:foo == bar
414 Resetting breakpoint manager 414 Resetting breakpoint manager
415 breakpointRemoved(a.js, 11, 0) 415 breakpointRemoved(debugger:///VMa.js a.js, 11, 0)
416 Location disposed: a.js:11 416 Location disposed: a.js:11
417 debuggerModel.removeBreakpoint(a.js:10) 417 debuggerModel.removeBreakpoint(a.js:10)
418 Dumping Breakpoint Locations 418 Dumping Breakpoint Locations
419 419
420 Running: testSourceMappingReload 420 Running: testSourceMappingReload
421 Created breakpoints manager 421 Created breakpoints manager
422 Dumping Storage 422 Dumping Storage
423 b.js:20 enabled:true condition:foo == bar 423 b.js:20 enabled:true condition:foo == bar
424 424
425 Adding files: 425 Adding files:
(...skipping 14 matching lines...) Expand all
440 Location: (20, 0) 440 Location: (20, 0)
441 441
442 Reloading: 442 Reloading:
443 Resetting debugger. 443 Resetting debugger.
444 Resetting workspace. 444 Resetting workspace.
445 breakpointRemoved(b.js, 20, 0) 445 breakpointRemoved(b.js, 20, 0)
446 Location disposed: a.js:10 446 Location disposed: a.js:10
447 447
448 Adding files: 448 Adding files:
449 Adding script: a.js 449 Adding script: a.js
450 breakpointAdded(a.js, 10, 0, foo == bar, true) 450 breakpointAdded(debugger:///VMa.js a.js, 10, 0, foo == bar, true)
451 Location created: a.js:10 451 Location created: a.js:10
452 Adding UISourceCode: a.js 452 Adding UISourceCode: a.js
453 breakpointRemoved(a.js, 10, 0) 453 breakpointRemoved(debugger:///VMa.js a.js, 10, 0)
454 breakpointAdded(a.js, 10, 0, foo == bar, true) 454 breakpointAdded(a.js, 10, 0, foo == bar, true)
455 Adding UISourceCode: b.js 455 Adding UISourceCode: b.js
456 456
457 Toggling source mapping. 457 Toggling source mapping.
458 breakpointRemoved(a.js, 10, 0) 458 breakpointRemoved(a.js, 10, 0)
459 breakpointAdded(b.js, 20, 0, foo == bar, true) 459 breakpointAdded(b.js, 20, 0, foo == bar, true)
460 Dumping Breakpoint Locations 460 Dumping Breakpoint Locations
461 UISourceCode (url='b.js', uri='b.js') 461 UISourceCode (url='b.js', uri='b.js')
462 Location: (20, 0) 462 Location: (20, 0)
463 Dumping Storage 463 Dumping Storage
(...skipping 39 matching lines...) Expand 10 before | Expand all | Expand 10 after
503 UISourceCode (url='a.js', uri='a.js') 503 UISourceCode (url='a.js', uri='a.js')
504 Location: (10, 0) 504 Location: (10, 0)
505 Dumping Storage 505 Dumping Storage
506 a.js:10 enabled:true condition: 506 a.js:10 enabled:true condition:
507 Resetting breakpoint manager 507 Resetting breakpoint manager
508 breakpointRemoved(a.js, 10, 0) 508 breakpointRemoved(a.js, 10, 0)
509 Location disposed: a.js:10 509 Location disposed: a.js:10
510 debuggerModel.removeBreakpoint(a.js:10) 510 debuggerModel.removeBreakpoint(a.js:10)
511 Dumping Breakpoint Locations 511 Dumping Breakpoint Locations
512 512
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698