Bug 80023 - Web Inspector: use live location to update console message bubbles.
Summary: Web Inspector: use live location to update console message bubbles.
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:
Blocks:
 
Reported: 2012-03-01 06:31 PST by Pavel Podivilov
Modified: 2012-03-01 09:31 PST (History)
10 users (show)

See Also:


Attachments
Patch (10.92 KB, patch)
2012-03-01 06:32 PST, Pavel Podivilov
vsevik: 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 2012-03-01 06:31:16 PST
Web Inspector: use live location to update console message bubbles.
Comment 1 Pavel Podivilov 2012-03-01 06:32:44 PST
Created attachment 129697 [details]
Patch
Comment 2 Timothy Hatcher 2012-03-01 07:17:20 PST
What is a "live location"?
Comment 3 Pavel Podivilov 2012-03-01 07:43:54 PST
(In reply to comment #2)
> What is a "live location"?

LiveLocation class encapsulates common logic for handling script locations in UI. It is currently used to update script anchors, search results, and call frames when switching to pretty-print mode and back. See bug 79906 for more details.
Comment 4 Pavel Podivilov 2012-03-01 09:31:23 PST
Committed r109351: <http://trac.webkit.org/changeset/109351>