| Commit message (Expand) | Author | Age | Files | Lines |
* | Make IPC::Channel::Listener:OnMessageReceived have a return value indicating ... | jam@chromium.org | 2010-12-24 | 1 | -3/+5 |
* | Re-land earlier patch that moves the NPAPI implementation from webkit/glue/pl... | brettw@chromium.org | 2010-12-21 | 1 | -8/+9 |
* | Revert "Move the NPAPI files from webkit/glue/plugins to webkit/plugins/npapi" | chase@chromium.org | 2010-12-21 | 1 | -9/+8 |
* | Revert "Revert 69755 - Move the NPAPI files from webkit/glue/plugins to webki... | chase@chromium.org | 2010-12-20 | 1 | -8/+9 |
* | Revert 69755 - Move the NPAPI files from webkit/glue/plugins to webkit/plugin... | brettw@chromium.org | 2010-12-20 | 1 | -9/+8 |
* | Move the NPAPI files from webkit/glue/plugins to webkit/plugins/npapi and put | brettw@chromium.org | 2010-12-20 | 1 | -8/+9 |
* | Convert over to channel handles | dmaclach@chromium.org | 2010-12-08 | 1 | -7/+1 |
* | Implement NPAPI HTTP Redirect handling. This basically supports the NPAPI URL... | ananta@chromium.org | 2010-11-23 | 1 | -3/+18 |
* | Convert implicit scoped_refptr constructor calls to explicit ones, part 1 | thakis@chromium.org | 2010-11-01 | 1 | -2/+2 |
* | Let every "accelerated IO surface swapped" message have an identifier of the ... | thakis@chromium.org | 2010-10-28 | 1 | -2/+2 |
* | Revert 63232 - On Windows, create a new TransportDIB::Handle struct which inc... | kkania@chromium.org | 2010-10-20 | 1 | -2/+1 |
* | On Windows, create a new TransportDIB::Handle struct which includes the file | kkania@chromium.org | 2010-10-20 | 1 | -1/+2 |
* | Fix the initial clipping of accelerated plugins on the Mac | stuartmorgan@chromium.org | 2010-10-19 | 1 | -1/+2 |
* | Move scoped_cftyperef from base to base/mac, use the new namespace, and name it | brettw@chromium.org | 2010-10-17 | 1 | -4/+0 |
* | Implement IME for Mac plugins using the Cocoa event model on 10.6 | stuartmorgan@chromium.org | 2010-10-15 | 1 | -0/+19 |
* | This adds a plugin selection policy for selecting which plugin is | gspencer@chromium.org | 2010-10-14 | 1 | -2/+1 |
* | Remove flag to prevert Flash from using Core Animation | stuartmorgan@chromium.org | 2010-10-14 | 1 | -12/+2 |
* | base: Move SplitString functions into the base namespace and update the callers. | tfarina@chromium.org | 2010-10-14 | 1 | -1/+1 |
* | Printing: Standardize on Metafile::Init, removing Emf::CreateFromData in the | jhawkins@chromium.org | 2010-10-07 | 1 | -1/+1 |
* | Update Chrome to use the renamed WebDragData methods. | dcheng@chromium.org | 2010-10-05 | 1 | -2/+2 |
* | base: Finish moving the SplitString functions from string_util.h to string_sp... | tfarina@chromium.org | 2010-09-24 | 1 | -1/+2 |
* | Extend improved windowless plugin focus handling to all platforms | stuartmorgan@chromium.org | 2010-09-18 | 1 | -11/+7 |
* | Revert 59845 - Extend improved windowless plugin focus handling to all platforms | stuartmorgan@chromium.org | 2010-09-17 | 1 | -7/+11 |
* | Extend improved windowless plugin focus handling to all platforms | stuartmorgan@chromium.org | 2010-09-17 | 1 | -11/+7 |
* | Fix initial plugin Mac plugin focus and visibily | stuartmorgan@chromium.org | 2010-09-03 | 1 | -12/+0 |
* | Reapplies all the IPC system work (reverts the revert r56272). | erg@google.com | 2010-08-17 | 1 | -0/+1 |
* | Completely revert all my IPC work to see if this was what regressed the page ... | erg@google.com | 2010-08-17 | 1 | -1/+0 |
* | FBTF: Remove all the easy headers from *_messages.h. | erg@google.com | 2010-08-12 | 1 | -0/+1 |
* | NULL-check the weak RenderView pointer before unregistering plugin delegates | stuartmorgan@chromium.org | 2010-08-06 | 1 | -1/+2 |
* | Initial port of accelerated compositor to Mac OS X 10.6. Reused | kbr@google.com | 2010-08-04 | 1 | -1/+1 |
* | Add #include utf_string_conversions.h to all files that use ASCIIToWide and | brettw@chromium.org | 2010-08-03 | 1 | -0/+1 |
* | Cleanup: Remove unneeded headers from app/ | thestig@chromium.org | 2010-07-29 | 1 | -1/+0 |
* | Header cleanup in chrome/renderer/. | erg@google.com | 2010-07-28 | 1 | -0/+2 |
* | Revert 53342 - Switch back to disabling Core Animation for Flash (for branch ... | stuartmorgan@chromium.org | 2010-07-22 | 1 | -5/+5 |
* | Switch back to disabling Core Animation for Flash (for branch merge). | stuartmorgan@chromium.org | 2010-07-22 | 1 | -5/+5 |
* | Linux: Flush cairo surface at end of CanvasPaintLinux. | estade@chromium.org | 2010-07-08 | 1 | -0/+2 |
* | Canvas refactoring part 2. | ben@chromium.org | 2010-06-23 | 1 | -2/+2 |
* | Convert WebPluginInfo from wstring to string16 | stuartmorgan@chromium.org | 2010-06-23 | 1 | -3/+3 |
* | Clean up calls like "gfx::Rect(0, 0, size().width(), size().height()". | erg@chromium.org | 2010-05-26 | 1 | -3/+2 |
* | Pull latest ppapi for initial testing support, implement checks so the tests ... | brettw@chromium.org | 2010-05-18 | 1 | -1/+1 |
* | Switch plugin backing store to local memory on non-Windows platforms | stuartmorgan@chromium.org | 2010-05-13 | 1 | -18/+43 |
* | Fix NULL vs 0 problems which break the build with -Werror using GCC 4.5 | evan@chromium.org | 2010-05-06 | 1 | -1/+1 |
* | Update Mac plugins for SetFocus changes, and remove old workaround messages | stuartmorgan@chromium.org | 2010-05-05 | 1 | -3/+12 |
* | Simplify delayed TransportDIB cleanup in Mac plugins | stuartmorgan@chromium.org | 2010-05-04 | 1 | -29/+23 |
* | Fix leak of windowless plugin background canvas | stuartmorgan@chromium.org | 2010-05-04 | 1 | -1/+1 |
* | Enable Core Animation for Flash by default | stuartmorgan@chromium.org | 2010-05-03 | 1 | -5/+5 |
* | Free old transport DIBs for which no PluginHostMsg_UpdateGeometry_ACK was | mark@chromium.org | 2010-04-29 | 1 | -0/+12 |
* | Free transport DIBs and associated shared memory when a WebPluginDelegateProxy | mark@chromium.org | 2010-04-29 | 1 | -10/+15 |
* | Fix length check in Silverlight background parsing | stuartmorgan@chromium.org | 2010-04-15 | 1 | -1/+1 |
* | Made Pepper 3D plugins' output opaque on Mac OS X by filling the | kbr@google.com | 2010-04-15 | 1 | -5/+5 |