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
*
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
*
RefCounted types should not have public destructors, delegate cleanup
rsleevi@chromium.org
2012-06-26
1
-2
/
+3
*
PPAPI: Make blocking completion callbacks work.
dmichael@chromium.org
2012-06-23
24
-241
/
+225
*
make PPAPI file chooser use suggested file name when present.
tsepez@chromium.org
2012-06-22
1
-1
/
+1
*
Try to fix a crash in the var tracking.
brettw@chromium.org
2012-06-22
1
-21
/
+30
*
ppapi: Add ResourceCreationAPI::CreateTouchInputEvent for creating touch-events.
sadrul@chromium.org
2012-06-22
2
-0
/
+14
*
ppapi: Add support for touch events.
sadrul@chromium.org
2012-06-21
1
-0
/
+11
*
Add resource message call and reply infrastructure.
brettw@chromium.org
2012-06-21
5
-0
/
+355
*
Revert 143294 - Provides a real implementation of GetDefaultPrintSettings.
raymes@google.com
2012-06-21
3
-4
/
+32
*
Provides a real implementation of GetDefaultPrintSettings.
raymes@chromium.org
2012-06-20
3
-32
/
+4
*
Rename IPC Sender and Listener in ppapi, content/public, and content/renderer
brettw@chromium.org
2012-06-20
15
-31
/
+43
*
Fix a crash in Pepper object scripting.
brettw@chromium.org
2012-06-20
1
-2
/
+4
*
PPAPI/NaCl: Reinitialize some stuff when the ipc proxy starts.
dmichael@chromium.org
2012-06-19
2
-12
/
+5
*
gpu: add SignalSyncPoint to complement WaitSyncPoint
piman@chromium.org
2012-06-19
2
-0
/
+8
*
Let flash query the number of CPU cores present.
tsepez@chromium.org
2012-06-18
2
-0
/
+3
*
Actually free plugin implement vars when running out of process when the
brettw@chromium.org
2012-06-18
9
-6
/
+318
*
Add untrusted NaCl build for PPAPI proxy.
bbudge@chromium.org
2012-06-16
3
-1
/
+147
*
Add CreateTemporaryFile to PPB_Flash_File_ModuleLocal.
yzshen@chromium.org
2012-06-15
3
-0
/
+25
*
Revert 142482 - Add untrusted NaCl build for PPAPI proxy.
bbudge@chromium.org
2012-06-15
3
-147
/
+1
*
Add untrusted NaCl build for PPAPI proxy.
bbudge@chromium.org
2012-06-15
3
-1
/
+147
*
This returns the default print settings for the default printer. Currently th...
raymes@chromium.org
2012-06-14
4
-0
/
+63
*
Reland: Pepper Flash settings integration - camera and microphone.
yzshen@chromium.org
2012-06-12
1
-0
/
+36
*
Revert 141482 - Pepper Flash settings integration - camera and microphone.
yzshen@chromium.org
2012-06-11
1
-36
/
+0
*
Add an asynchronous version of the Flash DeviceID API.
brettw@chromium.org
2012-06-11
6
-0
/
+185
[next]