summaryrefslogtreecommitdiffstats
path: root/chrome/common/plugin_messages.h
Commit message (Expand)AuthorAgeFilesLines
* ipc: Simplify the magic required to create IPC message headers.This gets rid ...jam@chromium.org2010-12-081-3/+1
* Implement NPAPI HTTP Redirect handling. This basically supports the NPAPI URL...ananta@chromium.org2010-11-231-0/+1
* Coverity: Initialize member variables.jhawkins@chromium.org2010-10-201-1/+1
* FBTF: Add default ctors/dtors for various param structs.erg@google.com2010-09-151-202/+33
* Fix initial plugin Mac plugin focus and visibilystuartmorgan@chromium.org2010-09-031-26/+1
* Remove all wstrings from the IPC logging subsystem.erg@google.com2010-08-181-46/+46
* Move the number conversions from string_util to a new file.brettw@chromium.org2010-07-301-2/+4
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
* Improve plugin performance on the Macstuartmorgan@chromium.org2010-04-141-1/+6
* Move some more files to toplevel gfx dir.ben@chromium.org2010-03-171-1/+1
* Move base/gfx contents to gfx/ben@chromium.org2010-03-141-1/+1
* Send window frame information to Mac plugins via IPCstuartmorgan@chromium.org2010-02-081-1/+26
* Fix passing pointers between processes.jam@chromium.org2010-01-291-65/+9
* The renderer and plugin processes can send over raw NPObjects valid in the ot...ananta@chromium.org2010-01-201-20/+11
* Send resource load notifications from plugins to devtools agent. This is a pa...yurys@chromium.org2009-12-031-2/+2
* Add acknowledgement messages for PluginMsg_UpdateGeometry. On the Mac, usemark@chromium.org2009-11-301-1/+21
* Upstreaming WebKit.gypyaar@chromium.org2009-11-121-2/+2
* Amit, please review everything.ananta@chromium.org2009-11-071-1/+6
* Move native_widget_types and gtk_native_view_id_manager from base/gfx tobrettw@chromium.org2009-10-111-4/+4
* Get rid of the need for cross process events in order to get plugin processes...jam@chromium.org2009-09-291-13/+0
* This changelist fixes some issues with the NPAPI WMP plugin work in Chrome. ...jam@chromium.org2009-09-041-1/+41
* More removal of WebCore usage from webplugin_impl.ccdarin@chromium.org2009-08-211-1/+1
* Continue eliminating direct NPN_ function calls that go from Chromium code to...jorlow@chromium.org2009-07-301-3/+5
* Split the IPC code into ipc/agl@chromium.org2009-07-221-2/+3
* Add the page url to plugin crashes to aid debugging.jam@chromium.org2009-07-081-0/+5
* Revert change 20173 because it breaks the ui_tests, plugin_testsnsylvain@chromium.org2009-07-081-5/+0
* Add the page url to plugin crashes to aid debugging.jam@chromium.org2009-07-081-0/+5
* Add events to windowless plugins on linux. This CL also refactors the eventevan@chromium.org2009-05-221-71/+25
* Revert "Move IPC code to ipc/"agl@chromium.org2009-04-031-8/+3
* Move IPC code to ipc/agl@chromium.org2009-04-031-3/+8
* Port plugin messages.jam@chromium.org2009-04-011-32/+24
* NO CODE CHANGEdeanm@chromium.org2009-03-101-1/+0
* Fixes CRLF and trailing white spaces.maruel@chromium.org2009-03-051-1/+1
* Commit just the changes to make creating new IPC channel types easier.jam@chromium.org2009-02-041-20/+4
* Revert my change to get the tree green. Not sure why the tests became flaky....jam@chromium.org2009-02-041-169/+183
* Make it easier/less work/less error-prone to create new IPC channel types (i....jam@chromium.org2009-02-041-183/+169
* Handle HTTP 200 responses received in response to byte range requests issued ...ananta@chromium.org2008-12-171-1/+6
* Desynchronize windowless plugin painting. This greatly improves the paintingjam@chromium.org2008-09-221-45/+0
* This CB fixes the following issue1. http://code.google.com/p/chromium/issues/...iyengar@google.com2008-09-191-1/+6
* Use a more compact license header in source files.license.bot2008-08-241-28/+4
* Fix a bunch of include problems that my deps checker tool found. Mostly I mad...brettw@google.com2008-08-081-1/+1
* fix build (take 2)darin@google.com2008-08-061-1/+1
* fix build bustagedarin@google.com2008-08-061-3/+3
* Improve NPRuntime marshalling by adding glue functions for serializing / dese...darin@google.com2008-08-061-27/+13
* Reapply 379 since it wasn't the issue with the build breakage.maruel@google.com2008-08-051-0/+2
* Revert change 379 to see if it fixes the build. Please reapply when it's green.nsylvain@google.com2008-08-051-2/+0
* Reduce the quantity of includes and template specialization in ipc_message_ut...maruel@google.com2008-08-051-0/+2
* Add chrome to the repository.initial.commit2008-07-261-0/+550