| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | posix: two related changes to make plugin IPC work on POSIX. | evan@chromium.org | 2009-06-22 | 1 | -3/+7 |
* | Revert "posix: two related changes to make plugin IPC work on POSIX." | evan@chromium.org | 2009-06-22 | 1 | -7/+3 |
* | posix: two related changes to make plugin IPC work on POSIX. | evan@chromium.org | 2009-06-20 | 1 | -3/+7 |
* | Revert "posix: two related changes to make plugin IPC work on POSIX." | evan@chromium.org | 2009-06-19 | 1 | -7/+3 |
* | posix: two related changes to make plugin IPC work on POSIX. | evan@chromium.org | 2009-06-19 | 1 | -3/+7 |
* | ipc: use strings, not wstrings for channel ids. | evan@chromium.org | 2009-06-04 | 1 | -2/+2 |
* | Chrome side of using WebPluginListBuilder. | darin@chromium.org | 2009-04-24 | 1 | -1/+1 |
* | Fix hang seen in plugin process because plugin creation ended up having to wa... | jam@chromium.org | 2009-04-21 | 1 | -2/+1 |
* | Port plugin messages. | jam@chromium.org | 2009-04-01 | 1 | -2/+2 |
* | Refactor plugin process code which checks with the browser process before shu... | jam@chromium.org | 2009-03-27 | 1 | -4/+2 |
* | Hide the details about ResourceDispatcherHost messages from child processes. ... | jam@chromium.org | 2009-03-17 | 1 | -11/+6 |
* | Stop having renderers use both pids and a monotonically increasing "host_id".... | jam@chromium.org | 2009-03-12 | 1 | -2/+3 |
* | NO CODE CHANGE | deanm@chromium.org | 2009-03-10 | 1 | -1/+0 |
* | Ensure that we display a sad face for a windowed plugin when the plugin proce... | ananta@chromium.org | 2009-03-05 | 1 | -0/+11 |
* | Make plugin_process_host.cc and child_process_host.cc compile on Posix. | jhawkins@chromium.org | 2009-02-23 | 1 | -4/+10 |