[webkit-reviews] review granted: [Bug 127703] Windows tests broken after r162816 : [Attachment 222374] patch

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 27 15:56:31 PST 2014


Alexey Proskuryakov <ap at webkit.org> has granted Roger Fong
<roger_fong at apple.com>'s request for review:
Bug 127703: Windows tests broken after r162816
https://bugs.webkit.org/show_bug.cgi?id=127703

Attachment 222374: patch
https://bugs.webkit.org/attachment.cgi?id=222374&action=review

------- Additional Comments from Alexey Proskuryakov <ap at webkit.org>
View in context: https://bugs.webkit.org/attachment.cgi?id=222374&action=review


> Source/WebCore/ChangeLog:21
> +2014-01-27  Roger Fong  <roger_fong at apple.com>
> +
> +	   [Windows] Tests crashing on Windows after r162816.
> +	   https://bugs.webkit.org/show_bug.cgi?id=127703.
> +
> +	   Reviewed by NOBODY (OOPS!).
> +
> +	   * accessibility/AXObjectCache.cpp:
> +	   (WebCore::AXObjectCache::enableAccessibility):
> +	   (WebCore::AXObjectCache::disableAccessibility):
> +	   * accessibility/AXObjectCache.h: Un-inline some methods so that they
can be exported.
> +
> +2014-01-27  Roger Fong  <roger_fong at apple.com>
> +
> +	   [Windows] Tests crashing on Windows after r162816.
> +	   https://bugs.webkit.org/show_bug.cgi?id=127703.
> +
> +	   Reviewed by NOBODY (OOPS!).
> +
> +	   * testing/Internals.cpp: Initialize gAccessibilityEnabled in
WebCoreTestSupport.
> +

Double ChangeLog.

> Source/WebCore/accessibility/AXObjectCache.cpp:112
> +void AXObjectCache::enableAccessibility() { gAccessibilityEnabled = true; }
> +void AXObjectCache::disableAccessibility() { gAccessibilityEnabled = false;
};

Please format these as normal multi-line functions, and remove the trailing
semicolon.

> Source/WebKit/ChangeLog:4
> +	   Need a short description (OOPS!).
> +	   Need the bug URL (OOPS!).

Yup.


More information about the webkit-reviews mailing list