| Commit message (Expand) | Author | Age | Files | Lines |
* | Make IPC::Channel::Listener:OnMessageReceived have a return value indicating ... | jam@chromium.org | 2010-12-24 | 1 | -1/+1 |
* | Re-land earlier patch that moves the NPAPI implementation from webkit/glue/pl... | brettw@chromium.org | 2010-12-21 | 1 | -5/+5 |
* | Revert "Move the NPAPI files from webkit/glue/plugins to webkit/plugins/npapi" | chase@chromium.org | 2010-12-21 | 1 | -5/+5 |
* | Revert "Revert 69755 - Move the NPAPI files from webkit/glue/plugins to webki... | chase@chromium.org | 2010-12-20 | 1 | -5/+5 |
* | Revert 69755 - Move the NPAPI files from webkit/glue/plugins to webkit/plugin... | brettw@chromium.org | 2010-12-20 | 1 | -5/+5 |
* | Move the NPAPI files from webkit/glue/plugins to webkit/plugins/npapi and put | brettw@chromium.org | 2010-12-20 | 1 | -5/+5 |
* | Create a ResourceMessageFilter to filter resource related IPCs. This gets ri... | jam@chromium.org | 2010-12-15 | 1 | -7/+0 |
* | Even more virtual method deinlining. | erg@google.com | 2010-12-13 | 1 | -1/+1 |
* | Add the "virtual" keyword on method overrides that are missing it. | erg@google.com | 2010-12-08 | 1 | -1/+1 |
* | Add PluginProcessHost::Client. | bauerb@chromium.org | 2010-11-02 | 1 | -27/+26 |
* | FBTF: Even more deinlining. | erg@google.com | 2010-10-20 | 1 | -4/+4 |
* | Relanding this patch with the compile fix for Visual studio 2005. The compile... | ananta@chromium.org | 2010-09-25 | 1 | -1/+0 |
* | Revert 60574 - Fix a regression introduced in the chrome plugin installer on ... | ananta@chromium.org | 2010-09-25 | 1 | -0/+1 |
* | Fix a regression introduced in the chrome plugin installer on Windows in revi... | ananta@chromium.org | 2010-09-25 | 1 | -1/+0 |
* | Clean up unnecessary #includes of base/{scoped_ptr.h,string16.h}. | viettrungluu@chromium.org | 2010-08-19 | 1 | -1/+1 |
* | Use a plain ASCII string for the UI locale in the plugin service. | evan@chromium.org | 2010-07-30 | 1 | -1/+1 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 1 | -0/+1 |
* | Start trimming headers included in the slowest to compile files. | erg@google.com | 2010-07-21 | 1 | -0/+4 |
* | Attempt four at landing the "histogram.h removed from message_loop.h" patch. | erg@chromium.org | 2010-07-15 | 1 | -1/+0 |
* | Revert everything related to the relanding. | erg@chromium.org | 2010-07-14 | 1 | -0/+1 |
* | Reland r52336. | erg@chromium.org | 2010-07-14 | 1 | -1/+0 |
* | Revert 52336 - More header cleanup: | erg@chromium.org | 2010-07-14 | 1 | -0/+1 |
* | More header cleanup: | erg@chromium.org | 2010-07-14 | 1 | -1/+0 |
* | Moved common parts of ChildProcessHost into chrome/common and created a Brows... | sanjeevr@chromium.org | 2010-07-03 | 1 | -2/+2 |
* | Update Mac plugins for SetFocus changes, and remove old workaround messages | stuartmorgan@chromium.org | 2010-05-05 | 1 | -1/+0 |
* | Fix problems with unloading/reloading/updating extensions that contain NPAPI | mpcomplete@chromium.org | 2010-04-06 | 1 | -0/+3 |
* | Move plugin-related files in webkit/glue to webkit/glue/plugins to make them | brettw@chromium.org | 2010-03-31 | 1 | -2/+2 |
* | Move some more files to toplevel gfx dir. | ben@chromium.org | 2010-03-17 | 1 | -1/+1 |
* | BSD port: Another chunk of chrome/ ifdef changes | pvalchev@google.com | 2010-03-09 | 1 | -1/+1 |
* | Move more files from chrome/common to chrome/browser | phajdan.jr@chromium.org | 2010-02-23 | 1 | -1/+1 |
* | Hide/show cursor according to NSCursor requests. | avi@chromium.org | 2010-02-02 | 1 | -3/+6 |
* | Add Cocoa window interposing for plugin process | stuartmorgan@chromium.org | 2009-12-08 | 1 | -1/+0 |
* | Launch all child processes asynchronously so as not to block the IO thread. | jam@chromium.org | 2009-11-21 | 1 | -4/+3 |
* | Mac: Simulate the OS-level focus handling that windows and linux plugins | amanda@chromium.org | 2009-11-20 | 1 | -0/+1 |
* | Linux: Catch plugin crashes. | thestig@chromium.org | 2009-11-09 | 1 | -1/+6 |
* | Don't allow the browser to stay above a modal plugin window (Mac) | stuartmorgan@chromium.org | 2009-11-04 | 1 | -2/+12 |
* | Move native_widget_types and gtk_native_view_id_manager from base/gfx to | brettw@chromium.org | 2009-10-11 | 1 | -1/+1 |
* | Change Mac fullscreen mode to be a stack, not a flag. This fixes crashes and | amanda@chromium.org | 2009-10-11 | 1 | -0/+2 |
* | Fix several issues around fullscreen Mac plugins: | amanda@chromium.org | 2009-10-01 | 1 | -0/+11 |
* | Misc. Cleanup related to OOP Profile Import | jeremy@chromium.org | 2009-09-25 | 1 | -1/+1 |
* | Gears File Drag Drop | michaeln@google.com | 2009-09-16 | 1 | -1/+1 |
* | Take out the activex control.BUG=20259 | jam@chromium.org | 2009-09-08 | 1 | -6/+2 |
* | This changelist fixes some issues with the NPAPI WMP plugin work in Chrome. ... | jam@chromium.org | 2009-09-04 | 1 | -1/+1 |
* | Replace the RenderProcessHost.PID function that returns the OS-generated | brettw@chromium.org | 2009-08-31 | 1 | -1/+1 |
* | CPAPI (0.11) for gears drag drop. | mpcomplete@chromium.org | 2009-07-23 | 1 | -1/+3 |
* | Split the IPC code into ipc/ | agl@chromium.org | 2009-07-22 | 1 | -1/+1 |
* | linux: OOP windowed plugins | evan@chromium.org | 2009-07-07 | 1 | -0/+4 |
* | Revert "linux: OOP windowed plugins" | evan@chromium.org | 2009-07-06 | 1 | -4/+0 |
* | linux: OOP windowed plugins | evan@chromium.org | 2009-07-06 | 1 | -0/+4 |
* | mac/linux: rework plugin channel file descriptor creation | evan@chromium.org | 2009-06-27 | 1 | -6/+3 |