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

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 20 12:19:29 PDT 2011


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





--- Comment #9 from Antoine Labour <piman at chromium.org>  2011-10-20 12:19:29 PST ---
(In reply to comment #7)
> (From update of attachment 111713 [details])
> 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)

Done.

> 
> > Source/WebKit/chromium/tests/WebLayerTest.cpp:128
> > +    EXPECT_EQ(3, textureLayer.textureId());
> 
> use "3u" here or the compiler will whine about signed/unsigned mismatch

Done.

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