| Commit message (Expand) | Author | Age | Files | Lines |
* | Propagate the "first party for cookies" from WebKit to the network stack | wtc@chromium.org | 2009-11-13 | 1 | -1/+3 |
* | Fixes almost all of the rest of lint errors in the chrome/ directory (minus t... | erg@google.com | 2009-11-13 | 2 | -4/+4 |
* | Upstreaming WebKit.gyp | yaar@chromium.org | 2009-11-12 | 5 | -6/+6 |
* | linux: work around "flash does not register any clicks" bug | evan@chromium.org | 2009-11-11 | 1 | -0/+6 |
* | Fix partial updates of transparent plugin backgrounds on Mac | stuartmorgan@chromium.org | 2009-11-10 | 1 | -1/+4 |
* | Linux: Catch plugin crashes. | thestig@chromium.org | 2009-11-09 | 2 | -9/+19 |
* | Amit, please review everything. | ananta@chromium.org | 2009-11-07 | 4 | -6/+36 |
* | Added support for --worker-startup-dialog command line flag. | atwilson@chromium.org | 2009-11-06 | 1 | -16/+1 |
* | Fourth patch in making destructors of refcounted objects private. | jam@chromium.org | 2009-11-05 | 2 | -2/+8 |
* | Don't allow the browser to stay above a modal plugin window (Mac) | stuartmorgan@chromium.org | 2009-11-04 | 2 | -4/+11 |
* | 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 |