Bug 174194 - Move ResourceLoadObserver notification throttling logic from WebProcess class to ResourceLoadObserver
Summary: Move ResourceLoadObserver notification throttling logic from WebProcess class...
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebKit2 (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Chris Dumez
URL:
Keywords:
Depends on:
Blocks: 174120
  Show dependency treegraph
 
Reported: 2017-07-05 21:17 PDT by Chris Dumez
Modified: 2017-07-06 11:28 PDT (History)
6 users (show)

See Also:


Attachments
Patch (10.24 KB, patch)
2017-07-05 21:19 PDT, Chris Dumez
no flags Details | Formatted Diff | Diff
Patch (10.43 KB, patch)
2017-07-06 09:09 PDT, Chris Dumez
no flags Details | Formatted Diff | Diff
Patch (10.71 KB, patch)
2017-07-06 10:24 PDT, Chris Dumez
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Chris Dumez 2017-07-05 21:17:50 PDT
Move ResourceLoadObserver notification throttling logic from WebProcess class to ResourceLoadObserver.
Comment 1 Chris Dumez 2017-07-05 21:19:49 PDT
Created attachment 314694 [details]
Patch
Comment 2 Build Bot 2017-07-05 21:22:05 PDT
Attachment 314694 [details] did not pass style-queue:


ERROR: Source/WebCore/loader/ResourceLoadObserver.cpp:58:  Extra space before ( in function call  [whitespace/parens] [4]
ERROR: Source/WebCore/loader/ResourceLoadObserver.h:60:  Extra space before ( in function call  [whitespace/parens] [4]
ERROR: Source/WebCore/loader/ResourceLoadObserver.h:75:  Extra space before ( in function call  [whitespace/parens] [4]
Total errors found: 3 in 5 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 3 Chris Dumez 2017-07-06 09:09:11 PDT
Created attachment 314724 [details]
Patch
Comment 4 Build Bot 2017-07-06 09:13:02 PDT
Attachment 314724 [details] did not pass style-queue:


ERROR: Source/WebCore/loader/ResourceLoadObserver.cpp:57:  Extra space before ( in function call  [whitespace/parens] [4]
ERROR: Source/WebCore/loader/ResourceLoadObserver.h:61:  Extra space before ( in function call  [whitespace/parens] [4]
ERROR: Source/WebCore/loader/ResourceLoadObserver.h:76:  Extra space before ( in function call  [whitespace/parens] [4]
Total errors found: 3 in 5 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 5 Brent Fulgham 2017-07-06 09:50:17 PDT
Comment on attachment 314724 [details]
Patch

r=me
Comment 6 Chris Dumez 2017-07-06 10:24:19 PDT
Created attachment 314733 [details]
Patch
Comment 7 Build Bot 2017-07-06 10:26:10 PDT
Attachment 314733 [details] did not pass style-queue:


ERROR: Source/WebCore/loader/ResourceLoadObserver.cpp:57:  Extra space before ( in function call  [whitespace/parens] [4]
ERROR: Source/WebCore/loader/ResourceLoadObserver.h:61:  Extra space before ( in function call  [whitespace/parens] [4]
ERROR: Source/WebCore/loader/ResourceLoadObserver.h:76:  Extra space before ( in function call  [whitespace/parens] [4]
Total errors found: 3 in 5 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 8 Chris Dumez 2017-07-06 11:28:44 PDT
Comment on attachment 314733 [details]
Patch

Clearing flags on attachment: 314733

Committed r219207: <http://trac.webkit.org/changeset/219207>
Comment 9 Chris Dumez 2017-07-06 11:28:46 PDT
All reviewed patches have been landed.  Closing bug.