Bug 56252 - Web Inspector: re-implement xhr breakpoints
Summary: Web Inspector: re-implement xhr breakpoints
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Pavel Podivilov
URL:
Keywords:
Depends on: 56313
Blocks:
  Show dependency treegraph
 
Reported: 2011-03-12 09:14 PST by Pavel Podivilov
Modified: 2011-03-15 09:33 PDT (History)
13 users (show)

See Also:


Attachments
Patch. (34.06 KB, patch)
2011-03-12 09:16 PST, Pavel Podivilov
yurys: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Pavel Podivilov 2011-03-12 09:14:18 PST
Web Inspector: re-implement xhr breakpoints

- restore xhr breakpoints one by one instead of using setAllBrowserBreakpoints
- store xhr breakpoints in a separate separate setting
- move presentation-related code from BreakpointManager to XHRBreakpointsSidebarPane
Comment 1 Pavel Podivilov 2011-03-12 09:16:56 PST
Created attachment 85595 [details]
Patch.
Comment 2 Pavel Podivilov 2011-03-14 08:28:36 PDT
Committed r81026: <http://trac.webkit.org/changeset/81026>
Comment 3 WebKit Review Bot 2011-03-14 09:37:06 PDT
http://trac.webkit.org/changeset/81026 might have broken GTK Linux 64-bit Debug
Comment 4 Pavel Podivilov 2011-03-15 09:33:40 PDT
Committed r81136: <http://trac.webkit.org/changeset/81136>