| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix transparent windowless plugin background painting. This would manifest | brettw@chromium.org | 2009-10-29 | 1 | -17/+18 |
* | Make GetURLForDebugging return a const GURL. | tony@chromium.org | 2009-10-28 | 1 | -2/+2 |
* | Make the web plugin proxy tolerant of windowless bitmap memory mapping failures. | brettw@chromium.org | 2009-10-27 | 1 | -13/+26 |
* | Push the native canvas into the plugin implementation. On Windows, this means | brettw@chromium.org | 2009-10-23 | 2 | -133/+61 |
* | Potential fix for the PluginChannel::CleanUp crash. This will go out on tomo... | jam@chromium.org | 2009-10-22 | 1 | -2/+6 |
* | Invoke the right method (invokeDefault) if a plugin calls NPN_InvokeDefault o... | jam@chromium.org | 2009-10-15 | 1 | -1/+5 |
* | Move native_widget_types and gtk_native_view_id_manager from base/gfx to | brettw@chromium.org | 2009-10-11 | 3 | -7/+7 |
* | Move classes depending on Skia out of base/gfx and into app/gfx. Rename | brettw@chromium.org | 2009-10-07 | 1 | -5/+2 |
* | Fix double delete in NPObjectStub that I introduced. | jam@chromium.org | 2009-10-06 | 1 | -1/+3 |
* | Fix scripting during NPP_Destroy. Note that if the plugin is making a call t... | jam@chromium.org | 2009-10-06 | 5 | -32/+37 |
* | Coverity: Free the loaded sandbox test module library. | jhawkins@chromium.org | 2009-10-02 | 1 | -1/+2 |
* | Fix several issues around fullscreen Mac plugins: | amanda@chromium.org | 2009-10-01 | 2 | -0/+52 |
* | Get rid of the need for cross process events in order to get plugin processes... | jam@chromium.org | 2009-09-29 | 14 | -121/+226 |
* | Fix the deadlock when Flash tries to make WMP full screen. This is a one-off... | jam@chromium.org | 2009-09-17 | 3 | -6/+29 |
* | Gears File Drag Drop | michaeln@google.com | 2009-09-16 | 6 | -21/+31 |
* | This changelist fixes some issues with the NPAPI WMP plugin work in Chrome. ... | jam@chromium.org | 2009-09-04 | 4 | -41/+22 |
* | Adjust color spaces so that Mac Chrome renders colors properly. | amanda@chromium.org | 2009-09-03 | 1 | -4/+5 |
* | Eliminate remaining WebCore dependencies from webplugin_impl.cc | darin@chromium.org | 2009-09-02 | 4 | -17/+31 |
* | linux: disable querying the page window for windowless plugins | piman@chromium.org | 2009-08-31 | 1 | -2/+6 |
* | Replace the RenderProcessHost.PID function that returns the OS-generated | brettw@chromium.org | 2009-08-31 | 3 | -11/+13 |
* | Revert "Fix a ton of compiler warnings." | tony@chromium.org | 2009-08-28 | 1 | -2/+2 |
* | Fix a ton of compiler warnings. | estade@chromium.org | 2009-08-28 | 1 | -2/+2 |
* | More refactoring for WebPlugin. | darin@chromium.org | 2009-08-27 | 2 | -17/+9 |
* | Fix invalidates from off-screen plugins on the Mac. | stuartmorgan@chromium.org | 2009-08-27 | 1 | -2/+12 |
* | linux: new socket/plug code for windowed plugins | piman@chromium.org | 2009-08-25 | 2 | -62/+1 |
* | Revert 24266 - This CL ensures that plugins always peek in the context of out... | ananta@chromium.org | 2009-08-25 | 1 | -19/+0 |
* | This CL ensures that plugins always peek in the context of outgoing sync calls. | ananta@chromium.org | 2009-08-25 | 1 | -0/+19 |
* | linux: call g_thread_init() at relevant startup points | evan@chromium.org | 2009-08-25 | 1 | -0/+1 |
* | Revert "linux: call g_thread_init() at relevant startup points" | evan@chromium.org | 2009-08-25 | 1 | -1/+0 |
* | linux: call g_thread_init() at relevant startup points | evan@chromium.org | 2009-08-25 | 1 | -0/+1 |
* | Revert "linux: call g_thread_init() at relevant startup points" | tony@chromium.org | 2009-08-24 | 1 | -1/+0 |
* | linux: call g_thread_init() at relevant startup points | evan@chromium.org | 2009-08-24 | 1 | -0/+1 |
* | Revert r24043, "linux: call g_thread_init() at relevant startup points" | evan@chromium.org | 2009-08-21 | 1 | -1/+0 |
* | linux: call g_thread_init() at relevant startup points | evan@chromium.org | 2009-08-21 | 1 | -0/+1 |
* | Retrofit the pre-existing appache message dispatching with the new WebKit API... | michaeln@google.com | 2009-08-21 | 1 | -2/+2 |
* | More removal of WebCore usage from webplugin_impl.cc | darin@chromium.org | 2009-08-21 | 2 | -2/+2 |
* | linux/mac: fix another race condition with the plugin channel | piman@chromium.org | 2009-08-18 | 2 | -1/+14 |
* | Add an UpdateContext call to WebPluginDelegateImpl on the Mac. | stuartmorgan@google.com | 2009-08-13 | 1 | -0/+4 |
* | Remove all direct calls to NPN_ functions in WebCore. The replacement for th... | jorlow@chromium.org | 2009-08-11 | 1 | -2/+5 |
* | linux: fix race in TransportDIB passing | piman@chromium.org | 2009-08-10 | 1 | -1/+7 |
* | Delay releasing plugin process for 10s. | cmp@google.com | 2009-08-07 | 1 | -1/+12 |
* | Set up a interposing library for Carbon calls made by plugins. | stuartmorgan@google.com | 2009-08-07 | 1 | -0/+41 |
* | linux: fix windowless Flash when scrolling | piman@chromium.org | 2009-08-07 | 1 | -0/+6 |
* | Another attempt at landing this patch. | ananta@chromium.org | 2009-08-04 | 4 | -7/+12 |
* | Reverting 22041 as it caused plugin crashes in reliability test runs. | ananta@chromium.org | 2009-07-30 | 3 | -6/+7 |
* | linux: add a GtkPlug / GtkSocket pair in the plugin process | piman@chromium.org | 2009-07-30 | 2 | -4/+56 |
* | Add plumbing for allowing the renderer to intercept and cancel redirects before | darin@chromium.org | 2009-07-30 | 1 | -1/+4 |
* | Another attempt at landing this patch. | ananta@chromium.org | 2009-07-30 | 3 | -7/+6 |
* | Continue eliminating direct NPN_ function calls that go from Chromium code to... | jorlow@chromium.org | 2009-07-30 | 4 | -21/+31 |
* | Update the Mac plugin dummy window code for the new coordinate system. | stuartmorgan@google.com | 2009-07-29 | 1 | -7/+3 |