Title: [107214] trunk/Source/WebCore/ChangeLog
Revision
107214
Author
[email protected]
Date
2012-02-09 03:56:43 -0800 (Thu, 09 Feb 2012)

Log Message

2012-02-09  Roland Steiner  <[email protected]>

        SelectorChecker::checkSelector: move parameters into a struct
        https://bugs.webkit.org/show_bug.cgi?id=77525

        Added 'SelectorCheckingContext' struct to hold parameters for the function.
        Adapted calling sites.
        (fixing change log after the commit message got bungled up).

        Reviewed by Antti Koivisto.

        No new tests. (refactoring)

        * css/CSSStyleSelector.cpp:
        (WebCore::CSSStyleSelector::checkSelector):
        * css/SelectorChecker.cpp:
        (WebCore::SelectorChecker::checkSelector):
        (WebCore):
        (WebCore::SelectorChecker::checkOneSelector):
        * css/SelectorChecker.h:
        (SelectorCheckingContext):
        (WebCore::SelectorChecker::SelectorCheckingContext::SelectorCheckingContext):
        (SelectorChecker):

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (107213 => 107214)


--- trunk/Source/WebCore/ChangeLog	2012-02-09 11:44:55 UTC (rev 107213)
+++ trunk/Source/WebCore/ChangeLog	2012-02-09 11:56:43 UTC (rev 107214)
@@ -1,3 +1,27 @@
+2012-02-09  Roland Steiner  <[email protected]>
+
+        SelectorChecker::checkSelector: move parameters into a struct
+        https://bugs.webkit.org/show_bug.cgi?id=77525
+
+        Added 'SelectorCheckingContext' struct to hold parameters for the function.
+        Adapted calling sites.
+        (fixing change log after the commit message got bungled up).
+
+        Reviewed by Antti Koivisto.
+
+        No new tests. (refactoring)
+
+        * css/CSSStyleSelector.cpp:
+        (WebCore::CSSStyleSelector::checkSelector):
+        * css/SelectorChecker.cpp:
+        (WebCore::SelectorChecker::checkSelector):
+        (WebCore):
+        (WebCore::SelectorChecker::checkOneSelector):
+        * css/SelectorChecker.h:
+        (SelectorCheckingContext):
+        (WebCore::SelectorChecker::SelectorCheckingContext::SelectorCheckingContext):
+        (SelectorChecker):
+
 2012-02-09  Philip Rogers  <[email protected]>
 
         Fix mirroring with SVG fonts
@@ -63,29 +87,6 @@
 
 2012-02-09  Roland Steiner  <[email protected]>
 
-        SelectorChecker::checkSelector: move parameters into a struct
-        https://bugs.webkit.org/show_bug.cgi?id=77525
-
-        Added 'SelectorCheckingContext' struct to hold parameters for the function.
-        Adapted calling sites.
-
-        Reviewed by Antti Koivisto.
-
-        No new tests. (refactoring)
-
-        * css/CSSStyleSelector.cpp:
-        (WebCore::CSSStyleSelector::checkSelector):
-        * css/SelectorChecker.cpp:
-        (WebCore::SelectorChecker::checkSelector):
-        (WebCore):
-        (WebCore::SelectorChecker::checkOneSelector):
-        * css/SelectorChecker.h:
-        (SelectorCheckingContext):
-        (WebCore::SelectorChecker::SelectorCheckingContext::SelectorCheckingContext):
-        (SelectorChecker):
-
-2012-02-09  Roland Steiner  <[email protected]>
-
         Unreviewed, rolling out r107197.
         http://trac.webkit.org/changeset/107197
         https://bugs.webkit.org/show_bug.cgi?id=77525
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to