Bug 147428 - Make TextLayout fast allocated
Summary: Make TextLayout fast allocated
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Chris Dumez
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-07-29 17:04 PDT by Chris Dumez
Modified: 2015-07-29 20:06 PDT (History)
6 users (show)

See Also:


Attachments
Patch (1.28 KB, patch)
2015-07-29 17:04 PDT, Chris Dumez
no flags Details | Formatted Diff | Diff
Archive of layout-test-results from ews106 for mac-mavericks-wk2 (588.62 KB, application/zip)
2015-07-29 17:43 PDT, Build Bot
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Dumez 2015-07-29 17:04:00 PDT
Make TextLayout fast allocated as it is allocated frequently and on the heap.
Comment 1 Chris Dumez 2015-07-29 17:04:52 PDT
Created attachment 257785 [details]
Patch
Comment 2 Simon Fraser (smfr) 2015-07-29 17:08:43 PDT
Comment on attachment 257785 [details]
Patch

We should probably do a sweep of all the things that need this.
Comment 3 Build Bot 2015-07-29 17:43:36 PDT
Comment on attachment 257785 [details]
Patch

Attachment 257785 [details] did not pass mac-wk2-ews (mac-wk2):
Output: http://webkit-queues.appspot.com/results/6462551126704128

New failing tests:
platform/mac-wk2/plugins/npp-setwindow-called-on-scroll.html
fast/replaced/object-with-embed-url-param.html
http/tests/security/mixedContent/insecure-plugin-in-iframe.html
Comment 4 Build Bot 2015-07-29 17:43:40 PDT
Created attachment 257793 [details]
Archive of layout-test-results from ews106 for mac-mavericks-wk2

The attached test failures were seen while running run-webkit-tests on the mac-wk2-ews.
Bot: ews106  Port: mac-mavericks-wk2  Platform: Mac OS X 10.9.5
Comment 5 Chris Dumez 2015-07-29 20:06:12 PDT
Comment on attachment 257785 [details]
Patch

Clearing flags on attachment: 257785

Committed r187574: <http://trac.webkit.org/changeset/187574>
Comment 6 Chris Dumez 2015-07-29 20:06:20 PDT
All reviewed patches have been landed.  Closing bug.