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
*
Remove PPAPI dependency on 'net'.
bbudge@chromium.org
2012-09-13
3
-7
/
+8
*
Return void from all PPP CDM API interface methods
tomfinegan@chromium.org
2012-09-13
1
-35
/
+35
*
Implement the gamepad API in the IPC proxy
brettw@chromium.org
2012-09-10
8
-37
/
+199
*
Cache the current locale in Pepper GetLocalTimeZoneOffset
jschuh@chromium.org
2012-09-07
1
-8
/
+20
*
This adds the plugin side of the resource only, as well as a unittest.
raymes@chromium.org
2012-09-07
8
-48
/
+237
*
Fix resource leaks in CDM implementation.
tomfinegan@chromium.org
2012-09-06
1
-8
/
+23
*
Switch OnMoreData() to use AudioBus.
dalecurtis@chromium.org
2012-09-05
1
-1
/
+4
*
Add TCP, UDP, and HostResolver proxies to NaCl IPC IRT build.
bbudge@chromium.org
2012-09-04
6
-38
/
+66
*
AllowBroadcast() is exposed to NaCl.
ygorshenin@chromium.org
2012-08-31
2
-1
/
+14
*
PPAPI: Make PPB_MessageLoop_Dev::GetForMainThread work
dmichael@chromium.org
2012-08-30
4
-79
/
+148
*
Change NaCl IPC PPAPI proxy startup to support a NaCl-Browser process
bbudge@chromium.org
2012-08-30
6
-66
/
+183
*
Revert 154134 - Change NaCl IPC PPAPI proxy startup to support a NaCl-Browser...
bbudge@chromium.org
2012-08-30
6
-183
/
+66
*
Change NaCl IPC PPAPI proxy startup to support a NaCl-Browser process
bbudge@chromium.org
2012-08-30
6
-66
/
+183
*
Remove stray 'printfs' that got committed.
bbudge@chromium.org
2012-08-28
1
-2
/
+0
*
PPAPI/NaCl: Make NaClIPCAdapter transfer handles more generally
dmichael@chromium.org
2012-08-27
21
-100
/
+382
*
Improve the image data cache.
brettw@chromium.org
2012-08-24
3
-23
/
+60
*
Add a skeleton gamepad resource.
brettw@chromium.org
2012-08-24
7
-5
/
+141
*
Don't dispatch PPP_VideoDecoder_Dev methods with no decoder.
fischman@chromium.org
2012-08-23
1
-0
/
+8
*
Cache image data objects.
brettw@chromium.org
2012-08-22
4
-9
/
+340
*
Modify the PPAPI CDM interface to pass more info.
tomfinegan@chromium.org
2012-08-22
6
-57
/
+191
*
PPAPI: Make the proxy not issue redundant or stale calls to RequestSurroundin...
viettrungluu@chromium.org
2012-08-21
4
-4
/
+43
*
Add PPAPI decryptor implementation.
tomfinegan@chromium.org
2012-08-17
7
-0
/
+701
*
Bluetooth API: improve discovery
brettw@chromium.org
2012-08-10
12
-36
/
+211
*
Add gpu targets to untrusted build, and add Graphics3D code to untrusted build.
bbudge@chromium.org
2012-08-07
4
-28
/
+28
*
Revert 150343 - Add gpu targets to untrusted build, and add Graphics3D code t...
bbudge@chromium.org
2012-08-07
4
-28
/
+28
*
Add gpu targets to untrusted build, and add Graphics3D code to untrusted build.
bbudge@chromium.org
2012-08-07
4
-28
/
+28
*
Add PP_FlashLSORestrictions to the list of settings supported by the Flash_Ge...
bauerb@chromium.org
2012-08-02
3
-0
/
+30
*
Add GetSitesWithData and FreeSiteList methods to PPP_Flash_BrowserOperations ...
bauerb@chromium.org
2012-07-27
1
-2
/
+14
*
PPAPI/NaCl: Make ImageData for NaCl just use shared memory
dmichael@chromium.org
2012-07-25
7
-15
/
+155
*
Modify the PPB_Audio_Shared code for NaCl.
bbudge@chromium.org
2012-07-25
1
-4
/
+5
*
PPAPI: Remove unused PPBAudio_NotifyAudioStreamCreated_Params
dmichael@chromium.org
2012-07-25
1
-8
/
+0
*
Remove unused member variable.
nileshagrawal@chromium.org
2012-07-18
2
-6
/
+1
*
Fix typo where dialog box save_as parameter was dropped, introduced as part o...
tsepez@chromium.org
2012-07-17
1
-1
/
+1
*
Fix some bugs in the file chooser.
brettw@chromium.org
2012-07-17
1
-1
/
+1
*
Remove ppb_fullscreen_dev interface, as fullscreen has been out
nfullagar@google.com
2012-07-16
1
-1
/
+0
*
This implements the PPB_FileChooser resource as a new-style IPC-only resource.
brettw@chromium.org
2012-07-14
17
-419
/
+557
*
Fix code in breakpad_win.cc which handles crash data entries for ppapi plugins.
raymes@chromium.org
2012-07-13
1
-7
/
+0
*
Add support for threadsafe completion callback factory.
brettw@chromium.org
2012-07-13
16
-91
/
+115
*
Re-enabled PPAPI crash url for non-windows platforms.
raymes@chromium.org
2012-07-11
1
-1
/
+4
*
Remove the rest of #pragma once in one big CL.
ajwong@chromium.org
2012-07-11
3
-3
/
+0
*
RefCounted types should not have public destructors
rsleevi@chromium.org
2012-07-11
1
-2
/
+4
*
Get the audio proxy building as untrusted code for NaCl.
bbudge@chromium.org
2012-07-10
3
-8
/
+6
*
PPAPI: Add an API for setting a custom user agent for URL requests.
viettrungluu@chromium.org
2012-07-10
1
-0
/
+2
*
Fix PPB_MouseLock.LockMouse crash and add tests.
yzshen@chromium.org
2012-07-09
1
-10
/
+4
*
Add PPB_ImageData and PPB_Graphics2D to the untrusted NaCl build of the proxy.
bbudge@chromium.org
2012-07-03
2
-10
/
+10
*
Disable setting the crash URL in breakpad for pepper flash.
raymes@chromium.org
2012-07-02
1
-0
/
+5
*
Create a PPAPI host for new resource message routing.
brettw@chromium.org
2012-06-30
2
-0
/
+9
*
Implement HiDPI support in Pepper dev interface
jhorwich@chromium.org
2012-06-28
4
-1
/
+37
*
Invoke PluginImplementedObjectDestroyed for ppp_class deallocate
jhorwich@chromium.org
2012-06-27
2
-9
/
+11
*
This adds an interface for setting crash data from a plugin. It also provides...
raymes@chromium.org
2012-06-27
5
-1
/
+27
[next]