Bug 158343

Summary: [Win] Implement WebView::removeAllUserContentFromGroup
Product: WebKit Reporter: Per Arne Vollan <pvollan>
Component: WebKit Misc.Assignee: Per Arne Vollan <pvollan>
Status: RESOLVED FIXED    
Severity: Normal CC: achristensen, bfulgham
Priority: P2    
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch bfulgham: review+

Description Per Arne Vollan 2016-06-03 05:43:51 PDT
This method is called from DumpRenderTree to ensure consistent state between tests, so it might help a couple of tests.
Comment 1 Per Arne Vollan 2016-06-03 05:50:11 PDT
Created attachment 280440 [details]
Patch
Comment 2 Brent Fulgham 2016-06-03 08:01:59 PDT
Comment on attachment 280440 [details]
Patch

Great! Thank you for fixing this!
Comment 3 Per Arne Vollan 2016-06-03 10:31:22 PDT
(In reply to comment #2)
> Comment on attachment 280440 [details]
> Patch
> 
> Great! Thank you for fixing this!

Thanks for reviewing!
Comment 4 Per Arne Vollan 2016-06-03 11:23:16 PDT
Committed r201649: <https://trac.webkit.org/changeset/201649>