Bug 31417

Summary: Web Inspector: Minor timeline fixes.
Product: WebKit Reporter: Pavel Feldman <pfeldman>
Component: Web Inspector (Deprecated)Assignee: Pavel Feldman <pfeldman>
Status: RESOLVED FIXED    
Severity: Normal CC: bweinstein, joepeck, rik, timothy
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
[PATCH] fixes timothy: review+

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.