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
*
IDL: Fix assertion error in idl_thunk.
teravest@chromium.org
2013-02-26
1
-4
/
+2
*
IDL: Autogenerate thunk for PPB_MouseCursor.
teravest@chromium.org
2013-02-26
2
-5
/
+12
*
Apply pnacl irt shim change to the generator, not the generated file.
jvoung@chromium.org
2013-02-26
2
-3
/
+9
*
IDL: Autogen thunk: PPB_ContentDecryptor_Private.
teravest@chromium.org
2013-02-26
3
-33
/
+55
*
PPAPI: Add VarTracker lock check, fix bugs
dmichael@chromium.org
2013-02-26
7
-12
/
+56
*
Pepper: Clean up VarArrayBuffer documentation.
teravest@chromium.org
2013-02-25
2
-9
/
+15
*
Pepper IDL: Autogenerate thunk for ppb_audio_input
teravest@chromium.org
2013-02-25
7
-92
/
+137
*
PepperUDPSocketPrivateHost is switched to PepperUDPSocketPrivateMessageFilter...
ygorshenin@chromium.org
2013-02-25
3
-21
/
+17
*
Move file_path.h to base/files.
brettw@chromium.org
2013-02-24
4
-4
/
+4
*
Disable GL sizes PPAPI tests
jschuh@chromium.org
2013-02-23
1
-0
/
+3
*
Provide a way to disable Nagle's algorithm on Pepper TCP sockets.
wez@chromium.org
2013-02-22
16
-11
/
+416
*
Revert 184054
nhiroki@chromium.org
2013-02-22
19
-290
/
+244
*
Implement ReadEntries API for PPB_DirectoryReader
nhiroki@chromium.org
2013-02-22
19
-244
/
+290
*
enable -Wstring-conversion when compiling with clang
scottmg@chromium.org
2013-02-22
1
-2
/
+2
*
Notify rather than warning on PPAPI_RELEASE change.
wez@chromium.org
2013-02-22
1
-1
/
+1
*
Remove some legacy PPB_* thunk declarations.
wez@chromium.org
2013-02-21
2
-24
/
+3
*
Add presubmit exception for PPAPI_RELEASE changes to pp_macros.h
wez@chromium.org
2013-02-21
1
-0
/
+16
*
Provide alternate constructor for specifying a simple thread's stacksize.
nfullagar@chromium.org
2013-02-20
2
-3
/
+27
*
PPAPI/NaCl: Make related tests run in 1 fixture
dmichael@chromium.org
2013-02-19
9
-79
/
+253
*
Disable OutOfProcessPPAPITest.FlashClipboard on win
thakis@chromium.org
2013-02-18
1
-0
/
+3
*
Replace FilePath with base::FilePath.
brettw@chromium.org
2013-02-17
2
-8
/
+8
*
Make ppapi tests build on Win64
jschuh@chromium.org
2013-02-16
1
-0
/
+10
*
Fix strcmp bug in pnacl_shim.
jvoung@chromium.org
2013-02-15
1
-2
/
+8
*
Hush more c compiler warnings ("function declaration isn’t a prototype")
nfullagar@chromium.org
2013-02-15
8
-14
/
+14
*
Move the pepper clipboard host to the browser process
raymes@chromium.org
2013-02-14
1
-5
/
+5
*
PPAPI/WS: use server providing hostname as test serevr hostname
toyoshim@chromium.org
2013-02-14
4
-2
/
+19
*
Do a giant svn propset svn:eol-style LF on .cc and .h files that
jln@chromium.org
2013-02-14
3
-108
/
+108
*
IDL: Autogenerate thunk .cc file for PPB_View
teravest@chromium.org
2013-02-13
9
-60
/
+140
*
Make ppapi static and release builds work on Win64
jschuh@chromium.org
2013-02-13
1
-0
/
+2
*
Implement Pepper proxy for PPB_DirectoryReader
nhiroki@chromium.org
2013-02-13
11
-32
/
+245
*
NaCl: Remove use of the C++ IMC interface; use the C version instead
mseaborn@chromium.org
2013-02-13
4
-5
/
+4
*
Hush compiler warnings when compiling c code.
nfullagar@chromium.org
2013-02-13
2
-18
/
+18
*
nacl_integration: disable DNS prefetching and sync.
ncbray@chromium.org
2013-02-12
1
-0
/
+6
*
PPB_HostResolver_Private is switched to the new Pepper proxy.
ygorshenin@chromium.org
2013-02-12
15
-318
/
+220
*
Allow separately blacklisting Stage3D baseline mode.
jbauman@chromium.org
2013-02-12
6
-4
/
+26
*
Make content_unittests build on Win64
jschuh@chromium.org
2013-02-09
1
-0
/
+2
*
Pepper IDL: Keep "_dev" in thunk filenames.
teravest@chromium.org
2013-02-08
6
-13
/
+14
*
Make ppapi_unittests build on Win64
jschuh@chromium.org
2013-02-08
1
-0
/
+4
*
Remove DEV permission requirement on PPB_MouseCursor::SetCursor()
wez@chromium.org
2013-02-08
1
-3
/
+2
*
Add explicit base to FilePath.
brettw@chromium.org
2013-02-07
4
-12
/
+12
*
Remember to delete the not-yet-committed-to-cache file if it's only partial.
jvoung@chromium.org
2013-02-06
4
-25
/
+47
*
NaCl: allow CORS requests for NaCl executables.
ncbray@chromium.org
2013-02-05
1
-6
/
+4
*
NaCl: Update revision in DEPS, r10691 -> r10703
mseaborn@chromium.org
2013-02-05
1
-1
/
+1
*
Remove env settings for NACL_STREAMING_TRANSLATION.
jvoung@chromium.org
2013-02-05
1
-3
/
+0
*
PPAPI: Fix WebSocket Var ref leak receiving binary
dmichael@chromium.org
2013-02-04
5
-7
/
+21
*
Revert 180190
dmichael@chromium.org
2013-02-02
5
-20
/
+8
*
PPAPI: Fix WebSocket Var ref leak receiving binary
dmichael@chromium.org
2013-02-01
5
-8
/
+20
*
Add PNaCl UMA for pct compiled when fully downloaded.
jvoung@google.com
2013-02-01
1
-1
/
+5
*
Revert 178227, broke NaCl IRT incremental build
dmichael@chromium.org
2013-02-01
1
-0
/
+142
*
Revert 180093
koz@chromium.org
2013-02-01
5
-20
/
+8
[next]