X-Git-Url: http://git.webkit.org/?p=WebKit-https.git;a=blobdiff_plain;f=Tools%2FChangeLog;h=702055ef5f7b29f3034f344e09af2ca6aea35836;hp=bc271422d6b7287cc13b90bfedf852be6b5509f1;hb=42637c100d19a6249f7fef44ca7b02472aa37654;hpb=405649e8d21cea40550aa8ad078affc90c59aa83;ds=sidebyside diff --git a/Tools/ChangeLog b/Tools/ChangeLog index bc27142..702055e 100644 --- a/Tools/ChangeLog +++ b/Tools/ChangeLog @@ -1,3 +1,15 @@ +2015-06-25 Alex Christensen + + [Content Extensions] Add a way to match a domain but not subdomains + https://bugs.webkit.org/show_bug.cgi?id=146241 + rdar://problem/21557754 + + Reviewed by Darin Adler. + + * TestWebKitAPI/Tests/WebCore/ContentExtensions.cpp: + (TestWebKitAPI::TEST_F): + Update subdomain test because of changed behavior and add test for new '*' functionality. + 2015-06-25 Jaehun Lim Cleanup ENABLE_CSS3_CONDITIONAL_RULES codes.