Bug 153188 - Allocate style sheet media queries in BumpArena.
Summary: Allocate style sheet media queries in BumpArena.
Status: REOPENED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Andreas Kling
URL:
Keywords: Performance
Depends on:
Blocks:
 
Reported: 2016-01-16 11:51 PST by Andreas Kling
Modified: 2016-01-19 13:00 PST (History)
3 users (show)

See Also:


Attachments
Patch (3.67 KB, patch)
2016-01-16 11:54 PST, Andreas Kling
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andreas Kling 2016-01-16 11:51:47 PST
MediaQuery & MediaQueryExp should be in the StyleSheetContents's BumpArena, too.
Comment 1 Andreas Kling 2016-01-16 11:54:21 PST
Created attachment 269177 [details]
Patch
Comment 2 WebKit Commit Bot 2016-01-16 16:21:56 PST
Comment on attachment 269177 [details]
Patch

Clearing flags on attachment: 269177

Committed r195179: <http://trac.webkit.org/changeset/195179>
Comment 3 WebKit Commit Bot 2016-01-16 16:22:00 PST
All reviewed patches have been landed.  Closing bug.
Comment 4 Chris Dumez 2016-01-19 13:00:47 PST
Reverted r195179 for reason:

It relies on r195141 which was rolled out

Committed r195310: <http://trac.webkit.org/changeset/195310>