[Webkit-unassigned] [Bug 70431] Fix teardown in Web*LayerImpl

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 19 20:22:20 PDT 2011


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


James Robinson <jamesr at chromium.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
 Attachment #111713|review?                     |review+
               Flag|                            |




--- Comment #7 from James Robinson <jamesr at chromium.org>  2011-10-19 20:22:20 PST ---
(From update of attachment 111713)
View in context: https://bugs.webkit.org/attachment.cgi?id=111713&action=review

Yay tests that find bugs! R=me, few things to address while landing.

> Source/WebKit/chromium/tests/WebLayerTest.cpp:16
> + *     * Redistributions of source code must retain the above copyright
> + * notice, this list of conditions and the following disclaimer.
> + *     * Redistributions in binary form must reproduce the above
> + * copyright notice, this list of conditions and the following disclaimer
> + * in the documentation and/or other materials provided with the
> + * distribution.
> + *     * Neither the name of Google Inc. nor the names of its
> + * contributors may be used to endorse or promote products derived from
> + * this software without specific prior written permission.

we prefer 2-clause nowadays, see Source/WebCore/LICENSE-APPLE (but put Google Inc on the top line and only include the current year)

> Source/WebKit/chromium/tests/WebLayerTest.cpp:128
> +    EXPECT_EQ(3, textureLayer.textureId());

use "3u" here or the compiler will whine about signed/unsigned mismatch

-- 
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