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
*
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
*
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
[next]