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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Actually hook up the Pepper time message.
brettw@chromium.org
2011-04-22
1
-0
/
+2
*
Proxy time zone requests to the browser. This is because the current code
brettw@chromium.org
2011-04-21
3
-15
/
+29
*
Properly serialize FileRef_CreateInfo vectors. This has the same serialization
brettw@chromium.org
2011-04-21
2
-35
/
+89
*
Convert PP_rect to use new IPC generation.
tsepez@chromium.org
2011-04-20
3
-84
/
+18
*
Add an initial crypto interface to fill a given buffer with random data. This
brettw@chromium.org
2011-04-20
4
-0
/
+91
*
Make AddRefObject a sync message to avoid a race condition between (1)
brettw@chromium.org
2011-04-19
4
-3
/
+27
*
Add a function to the Flash interface to get the current time zone offset.
brettw@chromium.org
2011-04-19
1
-0
/
+18
*
Fix two bugs in proxying of Broker Connect callback and shutdown Broker when ...
ddorwin@chromium.org
2011-04-18
6
-7
/
+45
*
Keep the module in scope when executing scripts. This prevents a crash when the
brettw@chromium.org
2011-04-18
4
-0
/
+42
*
Implemented broker dispatcher, pipe creation, and handle distribution.
ddorwin@chromium.org
2011-04-18
3
-11
/
+66
*
Implemented PPB_Broker_Proxy.
ddorwin@chromium.org
2011-04-17
6
-0
/
+356
*
Refactored ppapi Dispatcher to share common code between the plugin and broke...
ddorwin@chromium.org
2011-04-16
10
-164
/
+321
*
Pre-buffer data from the host to the plugin in the PPAPI proxy to reduce the
brettw@chromium.org
2011-04-15
1
-10
/
+78
*
Support PPB_Flash_ModileLocal blocking calls from background threads. This is
brettw@chromium.org
2011-04-15
3
-34
/
+398
*
Fix the ref-count issue related to the url_loader parameter of PPP_Instance.H...
yzshen@chromium.org
2011-04-14
1
-0
/
+24
*
Wire up the extension API for registering NaCl modules to an actual registry ...
abarth@chromium.org
2011-04-14
5
-9
/
+9
*
Asynchronously create the ppapi broker.
ddorwin@chromium.org
2011-04-14
1
-1
/
+1
*
implemented latch support in renderer process. this corresponds with a webkit...
jbates@chromium.org
2011-04-12
1
-5
/
+7
*
Add proxy for PPP_Graphics_3D_Dev
piman@google.com
2011-04-12
5
-0
/
+116
*
Fix r79718 (and brettw's ignoring of my review comments).
viettrungluu@chromium.org
2011-04-11
1
-1
/
+2
*
1;2cReplace PP_ERROR_WOULDBLOCK with PP_OK_COMPLETIONPENDING. Improve error c...
polina@google.com
2011-04-11
9
-30
/
+30
*
Fix the issue that context menu doesn't show on fullscreen Pepper Flash.
yzshen@chromium.org
2011-04-11
1
-3
/
+3
*
The mime type list can be NULL to allow all files. Handle this case when
brettw@chromium.org
2011-04-11
1
-1
/
+3
*
Create a VarPrivate interface to contain the scripting helper functions of Var.
brettw@chromium.org
2011-04-11
1
-0
/
+10
*
Don't close the client file descriptor, it's owned by the channel
piman@google.com
2011-04-08
2
-28
/
+3
*
Allow re-entrancy in PPB_Flash::Navigate()
piman@google.com
2011-04-08
1
-0
/
+8
*
Make DidDestroy a sync IPC so that plugins can properly cleanup.
piman@google.com
2011-04-04
1
-2
/
+2
*
Remove assertion when destroying a plugin that doesn't exist. The DidDestroy
brettw@chromium.org
2011-04-04
1
-5
/
+0
*
Make DidChangeView async again
piman@google.com
2011-04-01
1
-3
/
+1
*
Fix resource destruction in proxy
piman@google.com
2011-04-01
4
-23
/
+25
*
Add GetPluginURL to PPB_URLUtil_Dev
piman@google.com
2011-03-31
3
-1
/
+27
*
Checking in major revision of Pepper video decode APIs.
scherkus@chromium.org
2011-03-31
1
-0
/
+2
*
Unblock for all plugin->renderer messages to preserve the ordering for plugin
brettw@chromium.org
2011-03-30
2
-0
/
+13
*
Implement proxy for PPB_Flash_NetConnector.
brettw@chromium.org
2011-03-29
7
-1
/
+420
*
Hook up status notifications in the Proxy.
brettw@chromium.org
2011-03-29
3
-7
/
+74
*
Fix up some types in the API.
neb@chromium.org
2011-03-28
3
-5
/
+5
*
Rename PPB_Flash::NavigateToURL() (to Navigate()) and make it take an URLRequ...
viettrungluu@chromium.org
2011-03-28
3
-24
/
+35
*
Initialize a few uninitialized member variables and structs in PPAPI.
finnur@chromium.org
2011-03-28
3
-4
/
+10
*
Move some files from base to base/memory.
levin@chromium.org
2011-03-28
14
-20
/
+20
*
Pepper/Flapper: Add IsFormatAvailable() to PPB_Flash_Clipboard.
viettrungluu@chromium.org
2011-03-24
3
-0
/
+49
*
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
5
-0
/
+280
*
Creates the ipclist utility that chrome security team has wanted to dump
tsepez@chromium.org
2011-03-17
1
-5
/
+5
*
Run PPB_CharSet_Dev logic directly in the plugin process.
yzshen@chromium.org
2011-03-15
3
-130
/
+16
*
Convert ppapi messages to new format.
tsepez@chromium.org
2011-03-14
3
-731
/
+747
*
Prevent Pepper plugin reentrancy for synchronous messages except for script
brettw@chromium.org
2011-03-13
5
-0
/
+74
*
Add a console interface for logging to the JS console from a PPAPI plugin.
brettw@chromium.org
2011-03-11
5
-0
/
+165
*
Ensure that PP_Instance values are unique within a plugin process in addition
brettw@chromium.org
2011-03-10
10
-21
/
+224
*
Pepper/Flapper: Implement proxy for clipboard stuff.
viettrungluu@chromium.org
2011-03-09
5
-0
/
+186
*
Clarify/fix fullscreen semantics, and add GetScreenSize
piman@google.com
2011-03-08
3
-1
/
+29
[next]