index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
ppapi
/
proxy
/
ppapi_messages.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Removed config management from Graphics3D API. It will be better handled in t...
alokp@chromium.org
2011-08-16
1
-2
/
+1
*
Implement PPB_Flash_TCPSocket.InitiateSSL.
yzshen@chromium.org
2011-08-16
1
-0
/
+8
*
Move host resource from the proxy to the shared_impl.
brettw@chromium.org
2011-08-13
1
-115
/
+115
*
PPB/PPP_VideoCapture_Dev proxy
piman@chromium.org
2011-08-09
1
-0
/
+44
*
Implement PPAPI VideoDecode out-of-process support
vrk@chromium.org
2011-08-06
1
-0
/
+66
*
Proxy PPP_Messaging.
dmichael@chromium.org
2011-08-03
1
-4
/
+5
*
Reland http://codereview.chromium.org/7452002/ again
dmichael@chromium.org
2011-07-20
1
-4
/
+0
*
Revert 93223 - Reland http://codereview.chromium.org/7452002/
dmichael@chromium.org
2011-07-20
1
-0
/
+4
*
Reland http://codereview.chromium.org/7452002/
dmichael@chromium.org
2011-07-20
1
-4
/
+0
*
Revert 93202 - Remove HandleInputEvent from PPP_Instance and freeze to 1.0.
dmichael@chromium.org
2011-07-20
1
-0
/
+4
*
Remove HandleInputEvent from PPP_Instance and freeze to 1.0.
dmichael@chromium.org
2011-07-20
1
-4
/
+0
*
Re-land r92885, which was reverted in r92891.
alokp@chromium.org
2011-07-19
1
-0
/
+49
*
Revert 92885 - Completed the implementation for PPB_Graphics3D interface.
alokp@chromium.org
2011-07-18
1
-49
/
+0
*
Completed the implementation for PPB_Graphics3D interface.
alokp@chromium.org
2011-07-18
1
-0
/
+49
*
Remove untrusted scripting support.
dmichael@chromium.org
2011-07-14
1
-3
/
+0
*
Hook up the network status notifications to out-of-process Pepper plugins.
brettw@chromium.org
2011-07-14
1
-0
/
+5
*
Migrating PPB_FileIO_Dev, PPB_FileRef_Dev, and PPB_FileSystem_Dev dependencie...
sanga@chromium.org
2011-07-07
1
-3
/
+3
*
Add interfaces for requesting and receiving input event resources.
brettw@chromium.org
2011-07-07
1
-0
/
+40
*
Move PPB_Zoom and PPB_Messageing to the thunk system. Implement PPB_Messaging
brettw@chromium.org
2011-07-06
1
-0
/
+3
*
Re-land the reverted CL:
yzshen@chromium.org
2011-07-01
1
-0
/
+40
*
Revert 91150 - Define PPB_Flash_TCPSocket and PPB_Flash_SSLSocket.
dpapad@chromium.org
2011-06-30
1
-40
/
+0
*
Define PPB_Flash_TCPSocket and PPB_Flash_SSLSocket.
yzshen@chromium.org
2011-06-30
1
-0
/
+40
*
Convert the URL loading objects to the API/thunk system.
brettw@chromium.org
2011-06-17
1
-3
/
+1
*
Move fullscreen and instance to the new thunk system.
brettw@chromium.org
2011-06-15
1
-22
/
+6
*
Implement out-of-process proxy for PPB_Buffer_Dev.
fischman@chromium.org
2011-06-10
1
-2
/
+1
*
Use the WebKit default fonts when specifying generic font families.
brettw@chromium.org
2011-05-26
1
-0
/
+14
*
Proxy PPB_Instance_Private and PPP_Instance_Private.
dmichael@chromium.org
2011-05-25
1
-0
/
+18
*
Support getting the font list in Pepper. This currently only works out of
brettw@chromium.org
2011-05-18
1
-0
/
+4
*
Convert audio-related messages to the new thunk/API system for Pepper.
brettw@chromium.org
2011-05-13
1
-14
/
+3
*
Make the Pepper proxy support in-process font rendering.
brettw@chromium.org
2011-05-10
1
-33
/
+0
*
This implements the new system for Graphics2D only.
brettw@chromium.org
2011-05-06
1
-15
/
+15
*
Pass fullscreen state along with DidChangeView to avoid sync messages
piman@google.com
2011-05-04
1
-5
/
+3
*
Rework FlushSync to return early if commands have been processed since the la...
piman@google.com
2011-04-28
1
-1
/
+2
*
Proxy time zone requests to the browser. This is because the current code
brettw@chromium.org
2011-04-21
1
-0
/
+4
*
Convert PP_rect to use new IPC generation.
tsepez@chromium.org
2011-04-20
1
-0
/
+18
*
Make AddRefObject a sync message to avoid a race condition between (1)
brettw@chromium.org
2011-04-19
1
-2
/
+3
*
Implemented broker dispatcher, pipe creation, and handle distribution.
ddorwin@chromium.org
2011-04-18
1
-0
/
+6
*
Implemented PPB_Broker_Proxy.
ddorwin@chromium.org
2011-04-17
1
-0
/
+14
*
Asynchronously create the ppapi broker.
ddorwin@chromium.org
2011-04-14
1
-1
/
+1
*
Add proxy for PPP_Graphics_3D_Dev
piman@google.com
2011-04-12
1
-0
/
+4
*
Fix the issue that context menu doesn't show on fullscreen Pepper Flash.
yzshen@chromium.org
2011-04-11
1
-3
/
+3
*
Make DidDestroy a sync IPC so that plugins can properly cleanup.
piman@google.com
2011-04-04
1
-2
/
+2
*
Make DidChangeView async again
piman@google.com
2011-04-01
1
-3
/
+1
*
Add GetPluginURL to PPB_URLUtil_Dev
piman@google.com
2011-03-31
1
-0
/
+3
*
Implement proxy for PPB_Flash_NetConnector.
brettw@chromium.org
2011-03-29
1
-0
/
+19
*
Rename PPB_Flash::NavigateToURL() (to Navigate()) and make it take an URLRequ...
viettrungluu@chromium.org
2011-03-28
1
-4
/
+4
*
Pepper/Flapper: Add IsFormatAvailable() to PPB_Flash_Clipboard.
viettrungluu@chromium.org
2011-03-24
1
-0
/
+5
*
Remove PPB_Var interface's scripting functionality.
neb@chromium.org
2011-03-23
1
-15
/
+0
*
Implement a proxy for URL util. Some of the implementation that doesn't need to
brettw@chromium.org
2011-03-18
1
-0
/
+17
*
Creates the ipclist utility that chrome security team has wanted to dump
tsepez@chromium.org
2011-03-17
1
-5
/
+5
[next]