summaryrefslogtreecommitdiffstats
path: root/chrome/plugin
Commit message (Expand)AuthorAgeFilesLines
* Give Mac plugin processes descriptive names for Activity Monitorstuartmorgan@chromium.org2010-02-242-0/+21
* I just put the code that does not compile on ARM. Trybots will fail because I...apatrick@chromium.org2010-02-243-24/+149
* Move nphostapi.h to be with the rest of the NPAPI headers.jam@chromium.org2010-02-241-2/+2
* Add 3D support for the Mac on Leopard (OS X 10.5) and earlier. This CL usesdspringer@google.com2010-02-232-1/+33
* Revert 39530 - GPU plugin forwards repaint events to Pepper plugin.apatrick@chromium.org2010-02-203-149/+24
* GPU plugin forwards repaint events to Pepper plugin.apatrick@chromium.org2010-02-203-24/+149
* Pulled out Callback code into base/callback.h. This is the first step toward...akalin@chromium.org2010-02-191-0/+1
* Make SharedMemory use uint32 instead of size_t. This removes the remaining s...jam@chromium.org2010-02-164-6/+6
* Fix some issues with compiling Mac plugin code with deprecation defines setstuartmorgan@chromium.org2010-02-162-0/+4
* Implemented async flushes for Pepper 3D.apatrick@chromium.org2010-02-092-18/+32
* Send window frame information to Mac plugins via IPCstuartmorgan@chromium.org2010-02-082-5/+25
* [GPU] Get GPU process running on the mackbr@google.com2010-02-034-2/+59
* Hide/show cursor according to NSCursor requests.avi@chromium.org2010-02-021-9/+42
* Add tab switch notification to the Mac plugin plumbing.stuartmorgan@chromium.org2010-02-013-3/+11
* Propagate window focus changes to plugins on the Macstuartmorgan@chromium.org2010-02-012-0/+14
* Fix passing pointers between processes.jam@chromium.org2010-01-294-96/+56
* Redesigned CommandBuffer and NPDevice3D interfaces.apatrick@chromium.org2010-01-292-32/+10
* Plumb Carbon SetCursor through.avi@chromium.org2010-01-252-0/+10
* Committing change by Thatcher Ulrich <tulrich@google.com> from http://coderev...jam@chromium.org2010-01-222-4/+14
* Send Cocoa NPAPI plugins an initial window activation eventstuartmorgan@chromium.org2010-01-212-0/+8
* The renderer and plugin processes can send over raw NPObjects valid in the ot...ananta@chromium.org2010-01-2010-56/+135
* (Mac) Intercept (Cocoa) cursor setting by plugins and forward it on properly.avi@chromium.org2010-01-191-1/+20
* (Mac) Allow the tracking of the "active" plugin delegate separate from the fa...avi@chromium.org2010-01-192-0/+8
* (Mac) Intercept (Carbon) cursor setting by plugins and forward it on properly.avi@chromium.org2010-01-152-0/+14
* Set disabled style on GPU window and plugin intermediate window so mouse mess...apatrick@chromium.org2010-01-151-0/+6
* linux: implement gpu pluginpiman@chromium.org2010-01-062-6/+6
* linux: work around LAHF bug in Flashevan@chromium.org2010-01-052-1/+81
* Revert 35509 - linux: implement gpu pluginpiman@chromium.org2010-01-052-6/+6
* linux: implement gpu pluginpiman@chromium.org2010-01-052-6/+6
* Linux: use readlink() and prctl() in SetProcTitle() to fix "exe" showing in p...mdm@chromium.org2010-01-031-1/+6
* Added Pepper 3D device that instantiates the GPU plugin and sends GLES2 comma...apatrick@google.com2009-12-225-20/+34
* Add a CreateBridge method to the ChildThread.jcampan@chromium.org2009-12-191-13/+16
* Fix uninitialized variable if ENABLE_GPU is not setpiman@chromium.org2009-12-151-0/+2
* Added CommandBufferProxy, CommandBufferStub. Replaced NPAPI with IPC for sync...apatrick@google.com2009-12-124-3/+220
* Add Cocoa window interposing for plugin processstuartmorgan@chromium.org2009-12-084-46/+228
* Avoid including gtk & glib headers in message_pump_glib.h, saves 1 sec on do-...mattm@chromium.org2009-12-041-0/+4
* Switch Mac plugins back to a UI runloopstuartmorgan@chromium.org2009-12-032-44/+48
* Send resource load notifications from plugins to devtools agent. This is a pa...yurys@chromium.org2009-12-032-4/+5
* Add acknowledgement messages for PluginMsg_UpdateGeometry. On the Mac, usemark@chromium.org2009-11-303-3/+25
* Make SystemMonitor not a Singleton and move it out of basephajdan.jr@chromium.org2009-11-261-3/+4
* Use AutoReset (formerly ScopedBool) where possible.pkasting@chromium.org2009-11-201-10/+7
* Mac: Simulate the OS-level focus handling that windows and linux pluginsamanda@chromium.org2009-11-203-0/+39
* If an NP_* function is called on an out of process plugin, save enough info t...japhet@chromium.org2009-11-187-33/+27
* Only clears the unblock flag on sync IPCs during other sync dispatchesjamesr@chromium.org2009-11-183-15/+17
* Rename policy_url to first_party_for_cookies in cookie-related code.wtc@chromium.org2009-11-182-6/+8
* Use an explicit boolean has_new_first_party_for_cookies insteadwtc@chromium.org2009-11-181-1/+3
* Use GetSwitchValuePath.evan@chromium.org2009-11-161-2/+3
* Duplicating the SetActiveURL() change from the renderer to the plugin process...jschuh@chromium.org2009-11-143-5/+5
* Propagate the "first party for cookies" from WebKit to the network stackwtc@chromium.org2009-11-131-1/+3
* Fixes almost all of the rest of lint errors in the chrome/ directory (minus t...erg@google.com2009-11-132-4/+4