Summary: | Web Inspector: add test for hitting breakpoints from functions called via console | ||||||
---|---|---|---|---|---|---|---|
Product: | WebKit | Reporter: | BJ Burg <bburg> | ||||
Component: | Web Inspector | Assignee: | 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
BJ Burg
2014-01-12 10:33:16 PST
Created attachment 223710 [details]
Patch
Comment on attachment 223710 [details] Patch Clearing flags on attachment: 223710 Committed r163811: <http://trac.webkit.org/changeset/163811> All reviewed patches have been landed. Closing bug. 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" Fixed typo in http://trac.webkit.org/changeset/163911. Thanks. |