[Webkit-unassigned] [Bug 63616] Add missing methods used by fast/notifications tests to LayoutTestController
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Fri Jul 1 07:36:49 PDT 2011
https://bugs.webkit.org/show_bug.cgi?id=63616
Martin Robinson <mrobinson at webkit.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #99449|review? |review-
Flag| |
--- Comment #4 from Martin Robinson <mrobinson at webkit.org> 2011-07-01 07:36:49 PST ---
(From update of attachment 99449)
View in context: https://bugs.webkit.org/attachment.cgi?id=99449&action=review
This looks pretty good, but please fix the issues I mention below.
> Tools/ChangeLog:8
> + fast/notifications and http/tests/notifications uses LayoutTestController methods that only the chromium and qt port implemented. This patch add those missing methods to the common interface and provides empty implementations for the port-specific code.
> + https://bugs.webkit.org/show_bug.cgi?id=63616
The ChangeLog generation is a bit wacky at the moment, I think. Please take a look at the other ChangeLogs in the file and ensure that this ChangeLog follows the same format. I think the fix description usually follows the bug link. Please also shorten you line length to match the rest of the ChangeLog.
>> Tools/ChangeLog:12
>> + (LayoutTestController::LayoutTestController): initialize notifications permission requests ignoring to false.
>
> Line contains tab character. [whitespace/tab] [5]
Please fix!
> Tools/DumpRenderTree/LayoutTestController.cpp:91
> + , m_expectedPixelHash(expectedPixelHash),
> + m_areDesktopNotificationPermissionsIgnored(false)
The comma should be at the start of the line here. Very screwy, but that's how we do it. :)
For a boolean you don't need to have the are and the name can just be m_ignoreDesktopNotificationPermissionRequests.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list