Bug 13424 - firstLineStyle and verticalPositionHint are too slow
Summary: firstLineStyle and verticalPositionHint are too slow
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 523.x (Safari 3)
Hardware: Mac OS X 10.4
: P2 Normal
Assignee: Dave Hyatt
URL:
Keywords:
Depends on:
Blocks: 13351
  Show dependency treegraph
 
Reported: 2007-04-20 17:27 PDT by Dave Hyatt
Modified: 2007-04-20 17:44 PDT (History)
0 users

See Also:


Attachments
33% improvement on tag nesting PLT (4.45 KB, patch)
2007-04-20 17:35 PDT, Dave Hyatt
bdakin: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Dave Hyatt 2007-04-20 17:27:30 PDT
These functions should do no work in the common case where a document has no first line style.
Comment 1 Dave Hyatt 2007-04-20 17:35:55 PDT
Created attachment 14117 [details]
33% improvement on tag nesting PLT
Comment 2 Beth Dakin 2007-04-20 17:40:56 PDT
Comment on attachment 14117 [details]
33% improvement on tag nesting PLT

r=me!
Comment 3 Dave Hyatt 2007-04-20 17:44:17 PDT
Fixed.