Bug 126845

Summary: Web Inspector: add test for hitting breakpoints from functions called via console
Product: WebKit Reporter: BJ Burg <bburg>
Component: Web InspectorAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, dpino, graouts, joepeck, timothy, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch none

Description BJ Burg 2014-01-12 10:33:16 PST
This is to prevent regression of https://bugs.webkit.org/show_bug.cgi?id=10214
Comment 1 Radar WebKit Bug Importer 2014-01-12 10:33:32 PST
<rdar://problem/15801029>
Comment 2 Diego Pino 2014-02-10 07:28:51 PST
Created attachment 223710 [details]
Patch
Comment 3 WebKit Commit Bot 2014-02-10 13:32:23 PST
Comment on attachment 223710 [details]
Patch

Clearing flags on attachment: 223710

Committed r163811: <http://trac.webkit.org/changeset/163811>
Comment 4 WebKit Commit Bot 2014-02-10 13:32:25 PST
All reviewed patches have been landed.  Closing bug.
Comment 5 Joseph Pecoraro 2014-02-10 14:01:00 PST
Comment on attachment 223710 [details]
Patch

View in context: https://bugs.webkit.org/attachment.cgi?id=223710&action=review

> LayoutTests/inspector-protocol/debugger/hit-breakpoint-from-console.html:23
> +                // Shoul hit breakpoint (a > 10).

Typo: "Shoul" => "Should"
Comment 6 Diego Pino 2014-02-11 14:57:35 PST
Fixed typo in http://trac.webkit.org/changeset/163911. Thanks.