summaryrefslogtreecommitdiffstats
path: root/chrome/plugin
Commit message (Expand)AuthorAgeFilesLines
* Support sending a sliced file in chromium.jianli@chromium.org2010-03-241-2/+4
* Move app/gfx/canvas and app/gfx/font to gfx/.ben@chromium.org2010-03-231-1/+1
* Remove dependency from webkit on chrome/common by moving files to src/app.pinkerton@chromium.org2010-03-193-3/+3
* Move more files to toplevel gfx.ben@chromium.org2010-03-191-1/+3
* Don't auto-close the renderer-side plugin channel file descriptor in themark@chromium.org2010-03-183-28/+46
* Move some more files to toplevel gfx dir.ben@chromium.org2010-03-175-5/+5
* Fixed problem with Pepper 3D plugins not rendering on Mac OS X if theykbr@google.com2010-03-162-8/+14
* Move base/gfx contents to gfx/ben@chromium.org2010-03-141-1/+1
* Rename uses of GPUPlugin in class names and IPC to AcceleratedSurface.pinkerton@chromium.org2010-03-124-22/+23
* Implement the CoreAnimation drawing model for plug-ins, sharing IPC and some ...pinkerton@chromium.org2010-03-103-1/+32
* Revert 41158 - Implement the CoreAnimation drawing model for plugins, sharing...pinkerton@chromium.org2010-03-103-32/+1
* Implement the CoreAnimation drawing model for plug-ins, sharing IPC and some ...pinkerton@chromium.org2010-03-103-1/+32
* BSD ifdefs, etc. necessary for chrome/pvalchev@google.com2010-03-093-36/+36
* Make plugin buffer changes robust against synchronous plugin call nestingstuartmorgan@chromium.org2010-03-062-24/+33
* Added support for opening a GPU command buffer from a renderer processes thro...apatrick@chromium.org2010-03-054-14/+24
* Mac Plugin context handling cleanupstuartmorgan@chromium.org2010-03-051-1/+9
* Fixes to 10.6 port of GPU plugin after recent backport to 10.5 andkbr@google.com2010-03-021-9/+9
* Fix formatting nits.wtc@chromium.org2010-02-272-2/+2
* Deprecate file_util::AppendToPath() on non-Windows.evan@chromium.org2010-02-261-5/+7
* 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