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
*
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
*
Change other usages of .size() to .empty() when applicable.
erg@google.com
2011-03-04
1
-1
/
+1
*
Pepper/Flapper: Get rid of unimplemented private file ref stuff and implement...
viettrungluu@chromium.org
2011-03-02
5
-9
/
+168
*
Moved creation of GPU command buffer shared memory into the browser process.
apatrick@chromium.org
2011-02-28
1
-0
/
+7
*
Don't allow multiple opens for Pepper FileSystem.
yzshen@chromium.org
2011-02-28
1
-4
/
+6
*
Fix compiling on gcc-4.6.
hbono@chromium.org
2011-02-25
1
-1
/
+1
*
Factor fd sharing code in proxy and fix fd issues once and for all.
piman@google.com
2011-02-25
5
-72
/
+83
*
Moved creation of GPU transfer buffers into the browser process.
apatrick@chromium.org
2011-02-24
1
-0
/
+10
*
PPB_Flash cleanup part 2: move all the file stuff to ppb_flash_file.*.
viettrungluu@chromium.org
2011-02-24
7
-271
/
+381
*
Dup command-buffer SHM handle before auto-closing.
piman@google.com
2011-02-23
1
-1
/
+4
*
Implement the filesystem proxy. This allows the FileRef tests (the ones which
brettw@chromium.org
2011-02-21
11
-23
/
+331
*
Implement proxying for FileRef and FileChooser.
brettw@chromium.org
2011-02-17
17
-12
/
+934
*
Implement proxy for FlashMenu and Run/QuitMessageLoop
piman@google.com
2011-02-15
15
-18
/
+590
*
Implement basic crash detection and shutdown handling for out of process PPAPI
brettw@chromium.org
2011-02-15
6
-23
/
+68
*
Fix PPB_Audio_Proxy handling of file descriptors.
piman@google.com
2011-02-15
1
-2
/
+2
*
Share PPAPI out-of-process plugins between renderer processes.
brettw@chromium.org
2011-02-13
6
-61
/
+89
*
Rent syncemove all uses of the global Dispatcher Get function.
brettw@chromium.org
2011-02-08
66
-628
/
+1242
*
Fix reentrancy in HandleEvent by posting a task
piman@google.com
2011-02-02
1
-3
/
+9
*
Implement proxy for 3d-related interfaces
piman@google.com
2011-02-02
17
-5
/
+2321
*
Fix some bugs with incorrect ! (both missing and extra) in the proxy error ha...
brettw@chromium.org
2011-01-28
7
-60
/
+25
*
Refactor PPAPI proxy resource handling to maintain which host they came from,
brettw@chromium.org
2011-01-27
61
-826
/
+1659
*
Add a target for the proxy unittests. Write tests for the var tracker.
brettw@chromium.org
2011-01-21
3
-0
/
+186
*
First pass at making the proxy handle multiple renderers. This associates the
brettw@chromium.org
2011-01-21
43
-434
/
+965
*
Make PP_Resources associated with the Instance rather than the module. This
brettw@chromium.org
2011-01-15
24
-124
/
+146
*
Move ppapi audio interface out of dev, but
nfullagar@google.com
2011-01-15
6
-34
/
+41
*
Move webkit/plugins/ppapi/ppb_pdf.h to ppapi/c/private.
viettrungluu@chromium.org
2011-01-13
3
-8
/
+3
*
Move ppb_flash.h to ppapi/c/private ...
viettrungluu@chromium.org
2011-01-06
3
-5
/
+4
*
Fix bug introduced when moving image_data to its own file.
brettw@chromium.org
2011-01-03
1
-1
/
+0
*
Move some misc thread-related stuff from base to base/thread and into the base
brettw@chromium.org
2010-12-30
1
-1
/
+1
*
Make IPC::Channel::Listener:OnMessageReceived have a return value indicating ...
jam@chromium.org
2010-12-24
45
-55
/
+122
*
Move the Pepper implementation from webkit/glue/plugins/pepper_* to
brettw@chromium.org
2010-12-16
7
-35
/
+35
*
Even more virtual method deinlining.
erg@google.com
2010-12-13
4
-7
/
+10
*
Start deinlining non-empty virtual methods. (This will be automatically checked
erg@google.com
2010-12-09
6
-3
/
+17
*
ipc: Simplify the magic required to create IPC message headers.This gets rid ...
jam@chromium.org
2010-12-08
3
-539
/
+525
*
Implement proxying GetModuleLocalDirContents in the Flash proxy.
brettw@chromium.org
2010-12-08
1
-3
/
+34
*
Convert over to channel handles
dmaclach@chromium.org
2010-12-08
2
-3
/
+3
*
Teach PPAPI proxy to share image memory on Mac OS X
abarth@chromium.org
2010-12-08
6
-76
/
+157
*
Make webkit/glue/plugins no longer depend on ppapi/proxy directly. This causes
brettw@chromium.org
2010-12-08
2
-2
/
+15
*
Move more code from headers to implementation.
erg@google.com
2010-12-07
4
-0
/
+31
*
Revert 68482 - Make webkit/glue/plugins no longer depend on ppapi/proxy direc...
brettw@chromium.org
2010-12-07
2
-15
/
+2
*
Make webkit/glue/plugins no longer depend on ppapi/proxy directly. This causes
brettw@chromium.org
2010-12-07
2
-2
/
+15
*
Implement PPAPI proxy shutdown.
brettw@chromium.org
2010-12-03
4
-4
/
+18
*
Make the DrawGlyphs call have the proper const arguments, and make the proxied
brettw@chromium.org
2010-12-02
3
-10
/
+18
*
Add URLLoaderTrusted proxy, hook up Flash proxy. This actually starts using
brettw@chromium.org
2010-12-02
6
-6
/
+88
*
Add a base class for objects that want to filter messages on the IO thread. ...
jam@chromium.org
2010-12-02
1
-1
/
+1
*
Implement audio proxy for Pepper.
brettw@chromium.org
2010-12-02
15
-15
/
+635
*
Change trusted shared memory interface to match audio.
nfullagar@google.com
2010-12-02
6
-26
/
+29
*
Implement DrawGlyphs and refactor the FontDescription serialization such
brettw@chromium.org
2010-11-14
6
-132
/
+221
[next]