[webkit-reviews] review granted: [Bug 26266] add Android platform-specific files to WebCore/platform (part 9) : [Attachment 31115] patch set

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Jun 10 00:28:18 PDT 2009


Eric Seidel <eric at webkit.org> has granted Feng Qian <feng at chromium.org>'s
request for review:
Bug 26266: add Android platform-specific files to WebCore/platform (part 9)
https://bugs.webkit.org/show_bug.cgi?id=26266

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

------- Additional Comments from Eric Seidel <eric at webkit.org>
I'm surprised some of these are stubs.	Like focusRingColor().

But you're really welcome to add whatever you like to this file. ;)  rs=me.

+    return IntSize(0, 0);
is the same as IntSize();

You can also disable DEBUGGER  and PROFILER instead of adding all these stubs
for the debugger.


More information about the webkit-reviews mailing list