Changeset 180687 in webkit
- Timestamp:
- Feb 26, 2015, 11:29:48 AM (12 years ago)
- Location:
- trunk
- Files:
-
- 4 edited
-
LayoutTests/ChangeLog (modified) (1 diff)
-
LayoutTests/platform/mac-wk2/TestExpectations (modified) (1 diff)
-
Source/WebKit2/ChangeLog (modified) (1 diff)
-
Source/WebKit2/UIProcess/API/C/WKPageGroup.cpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/LayoutTests/ChangeLog
r180685 r180687 1 2015-02-26 Brady Eidson <beidson@apple.com> 2 3 Make WKPageGroupRemoveAllUserContentFilters actually remove all user content filters 4 https://bugs.webkit.org/show_bug.cgi?id=142047 5 6 Reviewed by Geoff Garen. 7 8 * platform/mac-wk2/TestExpectations: Renable content filter tests, as they should no longer interfere with others. 9 1 10 2015-02-26 Said Abou-Hallawa <sabouhallawa@apple.com> 2 11 -
trunk/LayoutTests/platform/mac-wk2/TestExpectations
r180672 r180687 517 517 ### END OF (7) New WebKit2-only failures in Yosemite 518 518 ######################################## 519 520 http/tests/usercontentfilter [ Pass ] -
trunk/Source/WebKit2/ChangeLog
r180632 r180687 1 2015-02-26 Brady Eidson <beidson@apple.com> 2 3 Make WKPageGroupRemoveAllUserContentFilters actually remove all user content filters 4 https://bugs.webkit.org/show_bug.cgi?id=142047 5 6 Reviewed by Geoff Garen. 7 8 * UIProcess/API/C/WKPageGroup.cpp: 9 (WKPageGroupRemoveAllUserContentFilters): Remove all content filters instead of removing all user scripts. 10 1 11 2015-02-25 Anders Carlsson <andersca@apple.com> 2 12 -
trunk/Source/WebKit2/UIProcess/API/C/WKPageGroup.cpp
r180362 r180687 93 93 { 94 94 #if ENABLE(CONTENT_EXTENSIONS) 95 toImpl(pageGroupRef)->removeAllUser Scripts();95 toImpl(pageGroupRef)->removeAllUserContentFilters(); 96 96 #else 97 97 UNUSED_PARAM(pageGroupRef);
Note:
See TracChangeset
for help on using the changeset viewer.