Some tests are currently failing when enabling content filtering in the Network process.
Created attachment 453237 [details] Patch
Created attachment 453499 [details] Patch
Created attachment 453523 [details] Patch
Created attachment 453538 [details] Patch
Created attachment 453610 [details] Patch
Created attachment 453658 [details] Patch
Created attachment 453666 [details] Patch
Created attachment 453670 [details] Patch
Created attachment 453734 [details] Patch
Created attachment 453735 [details] Patch
Created attachment 453738 [details] Patch
Created attachment 453742 [details] Patch
Created attachment 453744 [details] Patch
Created attachment 453747 [details] Patch
Created attachment 453756 [details] Patch
Created attachment 453768 [details] Patch
Created attachment 453781 [details] Patch
Created attachment 453787 [details] Patch
<rdar://problem/89823305>
Created attachment 454120 [details] Patch
Created attachment 454361 [details] Patch
Created attachment 454411 [details] Patch
Created attachment 454415 [details] Patch
Created attachment 454421 [details] Patch
Created attachment 454486 [details] Patch
Created attachment 454487 [details] Patch
Created attachment 454705 [details] Patch
Created attachment 454712 [details] Patch
Created attachment 454847 [details] Patch
Created attachment 454851 [details] Patch
Created attachment 454970 [details] Patch
Created attachment 454972 [details] Patch
Comment on attachment 454972 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=454972&action=review r=me > Source/WebCore/loader/DocumentLoader.cpp:144 > + static bool filter; Does this need a default initializer? > Source/WebKit/WebProcess/Network/WebResourceLoader.h:105 > + void contentFilterDidBlockLoad(const WebCore::ContentFilterUnblockHandler&, String&& unblockRequestDeniedScript, const WebCore::ResourceError&, const URL& blockedPageURL, WebCore::SubstituteData&&); Nit: two spaces between comma and 'WebCore::SubstituteData&&'
Created attachment 454992 [details] Patch
(In reply to Brent Fulgham from comment #33) > Comment on attachment 454972 [details] > Patch > > View in context: > https://bugs.webkit.org/attachment.cgi?id=454972&action=review > > r=me > > > Source/WebCore/loader/DocumentLoader.cpp:144 > > + static bool filter; > > Does this need a default initializer? > Added. > > Source/WebKit/WebProcess/Network/WebResourceLoader.h:105 > > + void contentFilterDidBlockLoad(const WebCore::ContentFilterUnblockHandler&, String&& unblockRequestDeniedScript, const WebCore::ResourceError&, const URL& blockedPageURL, WebCore::SubstituteData&&); > > Nit: two spaces between comma and 'WebCore::SubstituteData&&' Fixed. Thanks for reviewing!
Tools/Scripts/svn-apply failed to apply attachment 454992 [details] to trunk. Please resolve the conflicts and upload a new patch.
Created attachment 455105 [details] Patch
Committed r291499 (248611@main): <https://commits.webkit.org/248611@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 455105 [details].