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
*
Version support for structs, enum, typedef
noelallen@chromium.org
2013-06-28
5
-12
/
+43
*
Add to yzshen
noelallen@chromium.org
2013-06-28
1
-0
/
+1
*
Use a direct include of time headers in ppapi/, printing/, remoting/.
avi@chromium.org
2013-06-28
4
-4
/
+4
*
Update includes and delete remaining strings forwarding headers.
avi@chromium.org
2013-06-27
1
-2
/
+2
*
Update Linux to use scoped_refptr<T>::get() rather than implicit "operator T*"
rsleevi@chromium.org
2013-06-27
2
-2
/
+3
*
Disable flaky NaCl test on windows
petewil@chromium.org
2013-06-27
1
-1
/
+4
*
PPAPI: Fixed misspelled enum name in documentation.
mgiuca@chromium.org
2013-06-26
1
-1
/
+1
*
PNaCl: Add PPB_NaCl_Private interface to report translation finished
dschuff@chromium.org
2013-06-26
4
-2
/
+33
*
Removing ppapi_egl target
dpranke@chromium.org
2013-06-26
7
-977
/
+0
*
Add events with custom timestamps and thread id to PPAPI dev tracing interface.
grosse@chromium.org
2013-06-26
9
-25
/
+273
*
Pepper: FileRef host support for external files.
teravest@chromium.org
2013-06-26
2
-1
/
+12
*
Pepper: Initial proxy support for FileRef refactor.
teravest@chromium.org
2013-06-26
5
-2
/
+381
*
Fix PnaclCoordinator error handling in the new cache flow
dschuff@chromium.org
2013-06-26
2
-1
/
+6
*
Update Console smoke test to include nonstring PP_Vars
grosse@chromium.org
2013-06-26
1
-5
/
+30
*
PPAPI: Move PPB_NetworkProxy out of Dev
dmichael@chromium.org
2013-06-25
17
-149
/
+224
*
PPAPI: Add permissions checking for PPB_NetworkProxy.
dmichael@chromium.org
2013-06-25
1
-1
/
+0
*
Add other reviewers to PPAPI IDL.
noelallen@chromium.org
2013-06-25
1
-0
/
+2
*
Add "PRIVATE" to the enum names of some private Pepper networking APIs:
yzshen@chromium.org
2013-06-24
21
-59
/
+68
*
PPAPI: Introduce PPB_NetworkProxy_Dev
dmichael@chromium.org
2013-06-24
20
-5
/
+497
*
Move PPB_HostResolver out of dev.
yzshen@chromium.org
2013-06-24
19
-259
/
+254
*
Move PPB_UDPSocket out of dev.
yzshen@chromium.org
2013-06-24
23
-279
/
+275
*
Move PPB_TCPSocket out of dev.
yzshen@chromium.org
2013-06-22
25
-302
/
+297
*
Move PPB_NetAddress out of dev.
yzshen@chromium.org
2013-06-22
43
-469
/
+457
*
Update comments of the Pepper networking APIs.
yzshen@chromium.org
2013-06-22
13
-208
/
+1125
*
TCPSocket/UDPSocket: don't update internal state or access user buffers after...
yzshen@chromium.org
2013-06-22
2
-17
/
+33
*
NaCl: have browser_tester set-up the sandbox environment
jln@chromium.org
2013-06-21
1
-0
/
+6
*
Convert most of extensions and some other random stuff to using the base name...
brettw@chromium.org
2013-06-21
2
-11
/
+11
*
Define a LoggingSettings struct to use for InitLogging()
akalin@chromium.org
2013-06-21
1
-6
/
+3
*
Pepper: Don't emit structs with no wrapping.
teravest@chromium.org
2013-06-21
2
-517
/
+14
*
Make the PNaCl is-not-yet-installed error messages easier to read.
jvoung@chromium.org
2013-06-21
1
-7
/
+10
*
Add new PPB_nacl_private interface for new translation cache and option in Pn...
dschuff@chromium.org
2013-06-20
7
-68
/
+289
*
Implement PPB_TCPSocket_Dev: part 2
yzshen@chromium.org
2013-06-20
12
-121
/
+224
*
Pepper: Remove PNaCl shims for Trusted interfaces.
teravest@chromium.org
2013-06-20
2
-192
/
+23
*
Regenerate the root certificate and end-entity certificates used for various ...
rsleevi@chromium.org
2013-06-20
1
-1
/
+1
*
Remove hand written code from autogenerated Pepper ImageData thunk.
bbudge@chromium.org
2013-06-20
5
-16
/
+49
*
Move PPB_VarArray and PPB_VarDictionary out of dev.
raymes@chromium.org
2013-06-20
27
-476
/
+483
*
Implement PPB_HostResolver_Dev: part 2
yzshen@chromium.org
2013-06-20
5
-13
/
+51
*
Remove PP_HOSTRESOLVER_FLAGS_LOOPBACK_ONLY from PPB_HostResolver_Dev.
yzshen@chromium.org
2013-06-20
3
-15
/
+5
*
Add NaCl proxies for Pepper Video Source and Destination resources.
bbudge@chromium.org
2013-06-20
10
-62
/
+45
*
Implement PPB_UDPSocket_Dev: part 2
yzshen@chromium.org
2013-06-19
14
-81
/
+388
*
Don't send PP_Vars/V8 values with cycles across PostMessage
raymes@chromium.org
2013-06-19
14
-86
/
+215
*
Remove "experimental_flags" from the PNaCl manifest format.
jvoung@chromium.org
2013-06-19
3
-42
/
+6
*
Adds a PostMessageBarrier method which sends and waits for the post message t...
bbudge@chromium.org
2013-06-18
2
-4
/
+19
*
Revert 207040 "Don't send PP_Vars/V8 values with cycles across P..."
raymes@chromium.org
2013-06-18
14
-215
/
+86
*
Don't send PP_Vars/V8 values with cycles across PostMessage
raymes@chromium.org
2013-06-18
14
-86
/
+215
*
Disable breakpad_trusted_crash_in_startup_test. It fails about twice per day ...
erikwright@chromium.org
2013-06-18
1
-19
/
+20
*
Change pp::NetAddress_Dev to use bool instead of PP_Bool.
yzshen@chromium.org
2013-06-18
3
-19
/
+22
*
Pepper: Add initial browser host for FileRef.
teravest@chromium.org
2013-06-18
9
-13
/
+124
*
Convert PDF to use SimpleImageData resource.
bbudge@chromium.org
2013-06-18
3
-20
/
+7
*
Fix wrong header guards found by clang's new Wheader-guard.
thakis@chromium.org
2013-06-17
2
-2
/
+2
[next]