Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1026)

Issue 39105: Windowless plugins: basic drawing works. (Closed)

Created:
11 years, 9 months ago by Evan Martin
Modified:
9 years, 7 months ago
CC:
chromium-reviews_googlegroups.com, Amanda Walker (Google), jam
Visibility:
Public.

Description

Windowless plugins: basic drawing works. Slow as hell, got some bugs, but it's a start.

Patch Set 1 #

Patch Set 2 : retry #

Total comments: 3
Unified diffs Side-by-side diffs Delta from patch set Stats (+153 lines, -56 lines) Patch
M skia/ext/bitmap_platform_device_linux.h View 2 chunks +18 lines, -8 lines 0 comments Download
M skia/ext/bitmap_platform_device_linux.cc View 3 chunks +66 lines, -1 line 0 comments Download
M skia/ext/platform_canvas_linux.h View 1 chunk +3 lines, -0 lines 0 comments Download
M skia/ext/platform_canvas_linux.cc View 1 chunk +4 lines, -0 lines 0 comments Download
M skia/ext/platform_device_linux.h View 1 chunk +9 lines, -0 lines 0 comments Download
M webkit/glue/plugins/plugin_host.cc View 1 chunk +0 lines, -7 lines 0 comments Download
M webkit/glue/plugins/plugin_instance.h View 2 chunks +3 lines, -0 lines 1 comment Download
M webkit/glue/plugins/plugin_instance.cc View 2 chunks +11 lines, -0 lines 0 comments Download
M webkit/glue/plugins/webplugin_delegate_impl_gtk.cc View 7 chunks +36 lines, -37 lines 0 comments Download
M webkit/glue/webplugin_impl.cc View 1 chunk +3 lines, -3 lines 2 comments Download

Messages

Total messages: 8 (0 generated)
Evan Martin
11 years, 9 months ago (2009-03-04 06:57:31 UTC) #1
darin (slow to review)
drive-by nits: http://codereview.chromium.org/39105/diff/1011/1021 File webkit/glue/webplugin_impl.cc (right): http://codereview.chromium.org/39105/diff/1011/1021#newcode714 Line 714: #else #elif defined(OS_LINUX) can you also ...
11 years, 9 months ago (2009-03-04 07:00:34 UTC) #2
darin (slow to review)
> reinterpret_cast actually, i don't know if reinterpret_cast is right... just meant that this should ...
11 years, 9 months ago (2009-03-04 07:02:12 UTC) #3
Evan Martin
On 2009/03/04 07:02:12, darin wrote: > > reinterpret_cast > > actually, i don't know if ...
11 years, 9 months ago (2009-03-04 07:07:15 UTC) #4
Dean McNamee
Hey Evan, I guess I was just sort of unsure if this is the best ...
11 years, 9 months ago (2009-03-04 16:05:07 UTC) #5
darin (slow to review)
one more nit... http://codereview.chromium.org/39105/diff/1011/1019 File webkit/glue/plugins/plugin_instance.h (right): http://codereview.chromium.org/39105/diff/1011/1019#newcode19 Line 19: #include "build/build_config.h" nit: there's no ...
11 years, 9 months ago (2009-03-04 16:37:01 UTC) #6
darin (slow to review)
one more nit...
11 years, 9 months ago (2009-03-04 16:42:09 UTC) #7
jam
11 years, 9 months ago (2009-03-04 20:19:56 UTC) #8
webkit changes lgtm

Powered by Google App Engine
This is Rietveld 408576698