[Webkit-unassigned] [Bug 145012] Add internals setting to disable wireless playback availability for layout tests

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu May 14 20:22:09 PDT 2015


https://bugs.webkit.org/show_bug.cgi?id=145012

--- Comment #13 from Alexey Proskuryakov <ap at webkit.org> ---
Comment on attachment 253139
  --> https://bugs.webkit.org/attachment.cgi?id=253139
patch

View in context: https://bugs.webkit.org/attachment.cgi?id=253139&action=review

> Source/WebCore/testing/InternalSettings.h:128
> +    void setWirelessPlaybackDisabled(bool);

A more common idiom is to have a function like setWirelessPlaybackEnabled(bool), to avoid double negation, or to have a function without an argument. I think that the latter is more appropriate in this state.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20150515/ef1795e5/attachment.html>


More information about the webkit-unassigned mailing list