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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Added sync calls to resources.
raymes@chromium.org
2012-10-03
7
-21
/
+147
*
Plumb RequestorProcessID field through various layers to enable the Network
darin@chromium.org
2012-10-03
2
-3
/
+12
*
Fix IPC-based NaCl PPAPI proxy to send upload / download progress messages.
bbudge@chromium.org
2012-10-02
3
-38
/
+34
*
Remove VideoLayer and LayerCompositor APIs.
brettw@chromium.org
2012-10-02
18
-647
/
+4
*
Hook up PpapiPermissions in more places.
brettw@chromium.org
2012-10-02
21
-63
/
+266
*
Revert 159661 - Make ppapi_unittests depend on liballocator if linux_use_tcma...
dmikurube@chromium.org
2012-10-02
1
-7
/
+0
*
Make ppapi_unittests depend on liballocator if linux_use_tcmalloc==1
glider@chromium.org
2012-10-02
1
-0
/
+7
*
Make ppapi idl generator work on windows.
bradnelson@google.com
2012-10-02
1
-0
/
+1
*
Add IDL file for PPP_VideoCapture_Dev.
yzshen@chromium.org
2012-10-02
6
-12
/
+104
*
Delete some unused code found by -Wunused-function
thakis@chromium.org
2012-10-01
4
-38
/
+0
*
Implement browser side of PPB_Printing resource.
raymes@chromium.org
2012-09-27
9
-17
/
+142
*
Fix cpu draining callback in Graphics2D::Flush.
victorhsieh@chromium.org
2012-09-27
2
-1
/
+107
*
Revert 157040 - Add some logging to debug PPAPI permissions.
brettw@chromium.org
2012-09-27
1
-4
/
+0
*
Render/pepper hang debugging: generate dumps for the browser and renderer pro...
yzshen@chromium.org
2012-09-26
5
-107
/
+0
*
Port ppapi_ppb_core nacl_integration test to browser_tests.
ncbray@chromium.org
2012-09-26
4
-355
/
+0
*
Disable PPAPI unittest PluginVectorReceiveInput
raymes@chromium.org
2012-09-25
1
-1
/
+1
*
PPAPI: Removed space and extra line from audio_config.h
jond@chromium.org
2012-09-25
1
-2
/
+1
*
Updated pp_touch_point.h docs in preparation for fixing the C++ docs (which a...
jond@chromium.org
2012-09-25
2
-39
/
+41
*
[OSX] Forward Flapper GetLocalTimeZoneOffset() to browser on OSX.
shess@chromium.org
2012-09-25
1
-1
/
+3
*
Use either 0.1 or 1.0 versions of PPBFlashFullscreen.
jbauman@chromium.org
2012-09-25
1
-11
/
+27
*
[NaCl SDK] build_sdk uses gyp to build, not scons. *
binji@chromium.org
2012-09-24
1
-0
/
+5
*
nacl: Fix a bunch of compiler warnings
thakis@chromium.org
2012-09-24
1
-1
/
+1
*
PNaCl: Build a PPAPI shims library on all architectures
mseaborn@chromium.org
2012-09-21
7
-12
/
+43
*
PPAPI/NaCl: Sanitize CallOnMainThread delay parameter
dmichael@chromium.org
2012-09-21
1
-0
/
+6
*
PPAPI/NaCl: Add ncbray and bradnelson to OWNERS; remove polina & sanga
dmichael@chromium.org
2012-09-21
2
-4
/
+2
*
Changed "Pepper Audio API" to "Audio chapter in the Developer's Guide..."
jond@chromium.org
2012-09-21
4
-12
/
+14
*
Changes to allow testing interface for new NaCl Proxy
nfullagar@google.com
2012-09-20
4
-2
/
+14
*
PPAPI/NaCl: Set the PluginProxyDelegate for the IPC proxy
dmichael@chromium.org
2012-09-20
1
-0
/
+1
*
Avoid using NULL comparison to check if element is in the map.
olonho@google.com
2012-09-20
1
-3
/
+3
*
Generate dumps for relevant renderers when users kill a hung pepper plugin.
yzshen@chromium.org
2012-09-19
5
-2
/
+107
*
Don't require a recreation of the context when fullscreening
jbauman@chromium.org
2012-09-19
7
-34
/
+68
*
Don't crash the renderer if the plugin crashes.
brettw@chromium.org
2012-09-19
1
-0
/
+3
*
Convert url request info to new proxy API.
brettw@chromium.org
2012-09-19
18
-185
/
+228
*
Cleanup: avoid foo ? true : false, part 2.
thestig@chromium.org
2012-09-19
2
-5
/
+4
*
PNaCl: Remove Scons code for automatically generating pnacl_shim.c
mseaborn@chromium.org
2012-09-19
1
-14
/
+1
*
Various fixes to make ppapi_unittests pass again.
raymes@chromium.org
2012-09-19
4
-28
/
+115
*
Make return type of DispatchResourceReply consistent
victorhsieh@chromium.org
2012-09-18
1
-3
/
+3
*
We are removing checksum/HMAC in WebM spec for encrypted content.
fgalligan@chromium.org
2012-09-18
2
-14
/
+3
*
Eliminate some buffer copies in the URLLoader proxy.
darin@chromium.org
2012-09-18
3
-51
/
+74
*
Start IPC-based NaCl PPAPI proxy after all untrusted code has loaded.
bbudge@chromium.org
2012-09-17
3
-20
/
+25
*
Revert 157163 - Start IPC-based NaCl PPAPI proxy after all untrusted code has...
bbudge@chromium.org
2012-09-17
3
-25
/
+20
*
Start IPC-based NaCl PPAPI proxy after all untrusted code has loaded.
bbudge@chromium.org
2012-09-17
3
-20
/
+25
*
Add 'Net*' interface proxies to the untrusted NaCl IPC-PPAPI IRT build.
bbudge@chromium.org
2012-09-17
6
-33
/
+35
*
Update pnacl_shim to account for some changes in private/dev interfaces:
jvoung@google.com
2012-09-17
1
-21
/
+50
*
Add some logging to debug PPAPI permissions.
brettw@chromium.org
2012-09-16
1
-0
/
+4
*
Convert the async device ID getter to a chrome resource host
brettw@chromium.org
2012-09-15
16
-193
/
+169
*
Add check_tls test on nacl_irt to Gyp
mcgrathr@chromium.org
2012-09-14
1
-0
/
+18
*
NaCl: Remove the only use of NACL_ARCH_CPU_* #defines
mseaborn@chromium.org
2012-09-14
1
-1
/
+2
*
NaCl: Fix ARM Gyp build of IRT to include IRT-private __aeabi_read_tp
mcgrathr@chromium.org
2012-09-13
1
-2
/
+9
*
Remove PPAPI dependency on 'net'.
bbudge@chromium.org
2012-09-13
8
-108
/
+100
[next]