Bug 39304 - Add an inlineCapacity template parameter to ListHashSet and use it to shrink the positioned object list hash set.
Summary: Add an inlineCapacity template parameter to ListHashSet and use it to shrink ...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: New Bugs (show other bugs)
Version: 528+ (Nightly build)
Hardware: Other OS X 10.5
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2010-05-18 11:49 PDT by Anders Carlsson
Modified: 2010-05-18 12:52 PDT (History)
3 users (show)

See Also:


Attachments
Patch (25.98 KB, patch)
2010-05-18 11:52 PDT, Anders Carlsson
sam: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
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