[Webkit-unassigned] [Bug 45262] Web Inspector: upstream two debugger tests

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Sep 6 07:36:57 PDT 2010


https://bugs.webkit.org/show_bug.cgi?id=45262


Yury Semikhatsky <yurys at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
  Attachment #66641|review?, commit-queue?      |review+, commit-queue-
               Flag|                            |




--- Comment #3 from Yury Semikhatsky <yurys at chromium.org>  2010-09-06 07:36:57 PST ---
(From update of attachment 66641)
View in context: https://bugs.webkit.org/attachment.cgi?id=66641&action=prettypatch

> LayoutTests/inspector/debugger-pause-on-breakpoint.html:31
> +        InspectorTest.addResult("line: " + callFrames[0].line + ", function: " + callFrames[0].functionName);
Please use InspectorTest.captureStackTrace for this.

> LayoutTests/inspector/debugger-pause-on-exception.html:36
> +        InspectorTest.addResult("line: " + callFrames[0].line + ", function: " + callFrames[0].functionName);
Please use InspectorTest.captureStackTrace for this.

> WebKit/chromium/src/js/Tests.js:-634
> -TestSuite.prototype.testSetBreakpoint = function()
Make sure to remove Chromium code that invokes them before landing this patch. cq- for this.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list