Bug 182744 - REGRESSION(r228313): Membuster | macOS | All Devices | 1.5 MB
Summary: REGRESSION(r228313): Membuster | macOS | All Devices | 1.5 MB
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2018-02-13 13:39 PST by Antti Koivisto
Modified: 2018-02-13 20:38 PST (History)
3 users (show)

See Also:


Attachments
patch (10.39 KB, patch)
2018-02-13 15:31 PST, Antti Koivisto
no flags Details | Formatted Diff | Diff
patch (10.43 KB, patch)
2018-02-13 18:36 PST, Antti Koivisto
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Antti Koivisto 2018-02-13 13:39:45 PST
Need to respect low memory notifications explicitly now that the compiled selectors are not part of RuleDatas.
Comment 1 Antti Koivisto 2018-02-13 15:28:17 PST
<rdar://problem/37463770>
Comment 2 Antti Koivisto 2018-02-13 15:31:19 PST
Created attachment 333736 [details]
patch
Comment 3 EWS Watchlist 2018-02-13 15:32:28 PST
Attachment 333736 [details] did not pass style-queue:


ERROR: Source/WebCore/css/StyleSheetContents.h:89:  Extra space before ( in function call  [whitespace/parens] [4]
ERROR: Source/WebCore/css/StyleSheetContents.cpp:433:  Extra space before ( in function call  [whitespace/parens] [4]
ERROR: Source/WebCore/css/StyleSheetContents.cpp:466:  Extra space before ( in function call  [whitespace/parens] [4]
ERROR: Source/WebCore/css/StyleSheetContents.cpp:478:  Extra space before ( in function call  [whitespace/parens] [4]
Total errors found: 4 in 7 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 4 Antti Koivisto 2018-02-13 18:36:41 PST
Created attachment 333758 [details]
patch
Comment 5 EWS Watchlist 2018-02-13 18:38:09 PST
Attachment 333758 [details] did not pass style-queue:


ERROR: Source/WebCore/css/StyleSheetContents.h:89:  Extra space before ( in function call  [whitespace/parens] [4]
ERROR: Source/WebCore/css/StyleSheetContents.cpp:433:  Extra space before ( in function call  [whitespace/parens] [4]
ERROR: Source/WebCore/css/StyleSheetContents.cpp:466:  Extra space before ( in function call  [whitespace/parens] [4]
ERROR: Source/WebCore/css/StyleSheetContents.cpp:478:  Extra space before ( in function call  [whitespace/parens] [4]
Total errors found: 4 in 7 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 6 WebKit Commit Bot 2018-02-13 20:38:38 PST
Comment on attachment 333758 [details]
patch

Clearing flags on attachment: 333758

Committed r228453: <https://trac.webkit.org/changeset/228453>
Comment 7 WebKit Commit Bot 2018-02-13 20:38:39 PST
All reviewed patches have been landed.  Closing bug.