Bug 31417 - Web Inspector: Minor timeline fixes.
Summary: Web Inspector: Minor timeline fixes.
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 Feldman
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-11-12 10:08 PST by Pavel Feldman
Modified: 2009-11-12 14:11 PST (History)
4 users (show)

See Also:


Attachments
[PATCH] fixes (2.78 KB, patch)
2009-11-12 10:12 PST, Pavel Feldman
timothy: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Pavel Feldman 2009-11-12 10:08:17 PST
This fixes undefined map element access and caches record details to get some speed-up.
Comment 1 Pavel Feldman 2009-11-12 10:12:32 PST
Created attachment 43072 [details]
[PATCH] fixes
Comment 2 Pavel Feldman 2009-11-12 10:27:23 PST
Committing to http://svn.webkit.org/repository/webkit/trunk ...
	M	WebCore/ChangeLog
	M	WebCore/inspector/front-end/TimelinePanel.js
Committed r50885
Comment 3 Joseph Pecoraro 2009-11-12 14:03:36 PST
>  _updateDetails: function() {

Style glitch (brace should be on a new line). Keep it in mind for an update if you do more work in the area.
Comment 4 Pavel Feldman 2009-11-12 14:11:03 PST
thnx. fixing in subsequent patch.