[Bug 584959] Re: flashplugin crashes in chromium with RGBA enabled

2010-06-07 Thread Evan Martin
Hi folks, We (Chromium) would appreciate it if you report Chromium bugs to us. Fixing it within Ubuntu doesn't help our many other users (e.g. Fedora). It's really easy -- first hit on Google if you search for [chromium bug tracker] and uses the same login as gmail. I converted this bug into one

[Bug 604635] Re: [Maverick] Have default settings be energy star 5.0 compliant

2010-07-19 Thread Evan Martin
Most movies in browsers is via Flash, which browsers don't get a lot of insight into. I think we can tell that Flash is iterating its main loop but not whether it's painting or just running a timer; full-screened Flash creates its own window out of our control. I think this means we can't control

[Bug 410407] Re: Clicking on items in Flash player does nothing [READ DESCRIPTION]

2010-05-06 Thread Evan Martin
I am the Chromium developer who fixed this again. Not that anyone cares anymore, but: the problem was that Flash breaks if GDK_NATIVE_WINDOWS isn't set. The first fix was to set that in our plugin process before starting Flash. However, GTK clears the environment variable after initializing. So

[Bug 410407] Re: [READ DESCRIPTION] Flash is not recognizing mouse clicks in multiple situations

2009-11-19 Thread Evan Martin
Hi, I'm the Chrome developer responsible for plugins on Linux. This bug puzzled us for quite some time, but I *believe* we have fixed it. The answer was setting GDK_NATIVE_WINDOWS=1. (The reason it took me so long to figure out that this was the proper setting is that we would not pass the envi