summaryrefslogtreecommitdiffstats
path: root/ppapi/proxy/connection.h
Commit message (Collapse)AuthorAgeFilesLines
* Convert PepperBrowserConnection to be a RenderFrameObserver.jam@chromium.org2013-12-041-1/+1
| | | | | | | | | BUG=245126 R=nasko@chromium.org, yzshen@chromium.org Review URL: https://codereview.chromium.org/100943002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@238502 0039d316-1c4b-4281-b951-d872f2087c98
* Pepper: Add routing ID information to Connection.teravest@chromium.org2013-07-231-2/+20
| | | | | | | | | | | | | To support in-process plugins, ResourceCall messages from the renderer to the browser will need to provide routing ID information for receiving a reply. We add a boolean for "in_process" as well so the plugin need only send the extra information when the plugin is running in-process. BUG= Review URL: https://chromiumcodereview.appspot.com/19704009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@213223 0039d316-1c4b-4281-b951-d872f2087c98
* Bluetooth API: improve discoverybrettw@chromium.org2012-08-101-0/+34
This CL: - eliminates unnecessary dispatches - correctly handles devices that are discovered before interest is registered TEST=ran api test BUG=133179 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=150898 Review URL: https://chromiumcodereview.appspot.com/10815072 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@151138 0039d316-1c4b-4281-b951-d872f2087c98