Bug 39304

Summary: Add an inlineCapacity template parameter to ListHashSet and use it to shrink the positioned object list hash set.
Product: WebKit Reporter: Anders Carlsson <andersca>
Component: New BugsAssignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: abarth, eric, webkit.review.bot
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: Other   
OS: OS X 10.5   
Attachments:
Description Flags
Patch sam: review+

Description Anders Carlsson 2010-05-18 11:49:32 PDT
Add an inlineCapacity template parameter to ListHashSet and use it to shrink the positioned object list hash set.
Comment 1 Anders Carlsson 2010-05-18 11:52:28 PDT
Created attachment 56395 [details]
Patch
Comment 2 Anders Carlsson 2010-05-18 11:53:08 PDT
<rdar://problem/7998366>
Comment 3 WebKit Review Bot 2010-05-18 11:55:55 PDT
Attachment 56395 [details] did not pass style-queue:

Failed to run "['WebKitTools/Scripts/check-webkit-style', '--no-squash']" exit_code: 1
WebCore/rendering/RenderBlock.cpp:1989:  Code inside a namespace should not be indented.  [whitespace/indent] [4]
JavaScriptCore/wtf/ListHashSet.h:40:  Code inside a namespace should not be indented.  [whitespace/indent] [4]
Total errors found: 2 in 6 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 4 Anders Carlsson 2010-05-18 11:58:37 PDT
Committed r59678: <http://trac.webkit.org/changeset/59678>
Comment 5 WebKit Review Bot 2010-05-18 12:52:53 PDT
http://trac.webkit.org/changeset/59678 might have broken Chromium Win Release