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

Issue 155558: linux: add flash workarounds (Closed)

Created:
11 years, 5 months ago by Antoine Labour
Modified:
9 years, 7 months ago
CC:
chromium-reviews_googlegroups.com
Visibility:
Public.

Description

linux: add flash workarounds This adds a few workarounds for Flash bugs on linux, hooking gtk and X functions.

Patch Set 1 #

Total comments: 1
Unified diffs Side-by-side diffs Delta from patch set Stats (+131 lines, -3 lines) Patch
M base/native_library.h View 1 chunk +8 lines, -0 lines 0 comments Download
M base/native_library_linux.cc View 1 chunk +22 lines, -1 line 0 comments Download
M chrome/plugin/plugin_main.cc View 1 chunk +6 lines, -2 lines 0 comments Download
M chrome/plugin/plugin_thread.cc View 2 chunks +9 lines, -0 lines 0 comments Download
A webkit/glue/plugins/flash_workarounds_linux.h View 1 chunk +12 lines, -0 lines 0 comments Download
A webkit/glue/plugins/flash_workarounds_linux.cc View 1 chunk +64 lines, -0 lines 0 comments Download
M webkit/glue/plugins/plugin_host.cc View 2 chunks +8 lines, -0 lines 1 comment Download
M webkit/webkit.gyp View 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 4 (0 generated)
Antoine Labour
An attempt to work-around some of the bugs with flash on linux. Looking for comments ...
11 years, 5 months ago (2009-07-15 05:42:40 UTC) #1
Evan Martin
I will bring this attention to Adobe. I think we should avoid it if at ...
11 years, 5 months ago (2009-07-15 16:49:53 UTC) #2
Antoine Labour
On Wed, Jul 15, 2009 at 9:49 AM, <evan@chromium.org> wrote: > I will bring this ...
11 years, 5 months ago (2009-07-15 17:15:03 UTC) #3
Antoine Labour
11 years, 5 months ago (2009-07-15 17:15:36 UTC) #4
On Wed, Jul 15, 2009 at 9:49 AM, <evan@chromium.org> wrote:

> I will bring this attention to Adobe.  I think we should avoid it if at
> all possible.


Agreed.


>
> http://codereview.chromium.org/155558/diff/1/8
> File webkit/glue/plugins/plugin_host.cc (right):
>
> http://codereview.chromium.org/155558/diff/1/8#newcode760
> Line 760: *static_cast<Display **>(value) = GDK_DISPLAY();
> Does this help the NULL-display case?


I thought it could, but it doesn't.
Still it's one of the things we are supposed to implement, and since I had
written the code, I thought we might as well put it in.


>
> http://codereview.chromium.org/155558
>

Powered by Google App Engine
This is Rietveld 408576698