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
*
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
*
Revert SVN r177818, stop generating bitcode hashes in NMF for PNaCl.
jvoung@chromium.org
2013-06-17
1
-4
/
+9
*
Use HTTP response headers for PNaCl caching instead of bitcode hash.
jvoung@chromium.org
2013-06-17
13
-136
/
+579
*
Fix pnacl_support_extension dependencies.
torne@chromium.org
2013-06-17
1
-5
/
+5
*
Update Blink include paths
abarth@chromium.org
2013-06-17
3
-5
/
+5
*
Add some network-related PP_Error codes and conversion function to map net::E...
yzshen@chromium.org
2013-06-15
6
-17
/
+205
*
Pepper: Create FileRef utility routines.
teravest@chromium.org
2013-06-14
3
-0
/
+86
*
Introduce PPB_HostResolver_Dev.
yzshen@chromium.org
2013-06-14
26
-82
/
+1087
*
Enable input events on NaCl, re-enable on disabled platforms.
bbudge@chromium.org
2013-06-14
1
-3
/
+3
*
Give a default HMONITOR for Pepper's OnHostMsgGetHmonitor
cpu@chromium.org
2013-06-14
1
-2
/
+12
*
Introduce PPB_UDPSocket_Dev.
yzshen@chromium.org
2013-06-13
26
-238
/
+1464
*
Disable untrusted exception handling for PNaCl
sehr@chromium.org
2013-06-13
9
-11
/
+34
*
Rewrite scoped_ptr<T>(NULL) to use the default ctor in ppapi/.
dcheng@chromium.org
2013-06-13
1
-2
/
+2
*
Remove pnacl from dlopen test
sehr@chromium.org
2013-06-13
1
-3
/
+1
*
Introduce PPB_TCPSocket_Dev.
yzshen@chromium.org
2013-06-13
30
-354
/
+1848
*
Revert 205914 "Disable untrusted exception handling for PNaCl"
sail@chromium.org
2013-06-12
9
-34
/
+11
*
Disable untrusted exception handling for PNaCl
sehr@chromium.org
2013-06-12
9
-11
/
+34
*
Make security team OWNERS for all IPC *_messages*.h files.
palmer@chromium.org
2013-06-12
1
-7
/
+7
*
Split pnacl and nacl mime types
sehr@chromium.org
2013-06-12
16
-121
/
+220
*
Pepper: Add append support to FileIO.
teravest@chromium.org
2013-06-12
4
-5
/
+45
*
Clean up Pepper ImageData resource class.
bbudge@chromium.org
2013-06-12
11
-217
/
+276
*
Use a direct include of strings headers in ppapi/, printing/.
avi@chromium.org
2013-06-11
11
-13
/
+13
[next]