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
*
Keep a reference to the module when handling PPB_Flash::Navigate
piman@google.com
2011-05-10
3
-8
/
+12
*
Merge gpu_trace_event back into base/debug/trace_event.
scheib@chromium.org
2011-05-10
2
-14
/
+14
*
Fix ppapi proxy
cpu@chromium.org
2011-05-09
1
-2
/
+4
*
This implements the new system for Graphics2D only.
brettw@chromium.org
2011-05-06
16
-368
/
+517
*
Revert 84486 - Merge gpu_trace_event back into base/debug/trace_event.Initial...
scheib@chromium.org
2011-05-06
2
-14
/
+14
*
Merge gpu_trace_event back into base/debug/trace_event.
scheib@chromium.org
2011-05-06
2
-14
/
+14
*
Revert 84284 - Merge gpu_trace_event back into base/debug/trace_event.Initial...
scheib@chromium.org
2011-05-05
2
-14
/
+14
*
Merge gpu_trace_event back into base/debug/trace_event.
scheib@chromium.org
2011-05-05
2
-14
/
+14
*
Pass fullscreen state along with DidChangeView to avoid sync messages
piman@google.com
2011-05-04
6
-26
/
+27
*
Fixes the shared memory failure in OOO mode for the pepper example plugin
cpu@chromium.org
2011-05-04
1
-5
/
+16
*
Instrument Pepper IPCs with the tracing stuff
piman@google.com
2011-05-03
2
-0
/
+14
*
Add a way to pass information to Pepper Flash from the command-line (e.g., fo...
viettrungluu@chromium.org
2011-05-03
3
-1
/
+91
*
Protect against a NULL dispatcher
piman@google.com
2011-05-02
1
-12
/
+18
*
Switch IPC::ChannelProxy to use MessageLoopProxy instead of MessageLoop. Thi...
jam@chromium.org
2011-05-02
4
-13
/
+11
*
Rework FlushSync to return early if commands have been processed since the la...
piman@google.com
2011-04-28
3
-12
/
+34
*
Fix uninitialized variable.
piman@google.com
2011-04-26
1
-1
/
+2
*
Delete a few unused functions.
thakis@chromium.org
2011-04-25
1
-7
/
+0
*
Delay release of object Vars
piman@google.com
2011-04-22
2
-6
/
+37
*
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
[next]