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
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
*
Try to reduce the flankness of the PPAPI UI tests.
brettw@chromium.org
2011-08-25
2
-2
/
+42
*
Cleanup in the file chooser API.
brettw@chromium.org
2011-08-20
2
-2
/
+0
*
Cleanup: base/scoped_ptr.h -> base/memory/scoped_ptr.h. (part 4)
thestig@chromium.org
2011-08-18
1
-1
/
+1
*
Adding checks against directory traversal.
sanga@chromium.org
2011-08-17
2
-1
/
+34
*
Adding guards against heap overflow in PPB_FileIO::Read
sanga@chromium.org
2011-08-17
1
-1
/
+9
*
AppendFileToBody by blocking ipc
kinuko@chromium.org
2011-08-17
2
-0
/
+128
*
Pepper and WebKit API change to support a plugin knowing if a scrollbar is an...
jam@chromium.org
2011-08-10
2
-0
/
+6
*
Unify var tracking between webkit and the proxy.
brettw@chromium.org
2011-08-09
1
-70
/
+62
*
Fix some egregious bugs in Var.
brettw@chromium.org
2011-08-05
1
-0
/
+7
*
Proxy PPP_Messaging.
dmichael@chromium.org
2011-08-03
1
-0
/
+5
*
Respect NAT traversal policy in the Chromoting client plugin.
ajwong@chromium.org
2011-08-03
1
-1
/
+1
*
Pepper quota support
kinuko@chromium.org
2011-08-01
2
-0
/
+89
*
PPAPI interface for reading the enterprise policy as a big JSON blob.
ajwong@chromium.org
2011-07-30
3
-0
/
+88
*
PPB_VideoDecoder_Dev::Initialize is now synchronous!
fischman@chromium.org
2011-07-29
4
-18
/
+9
*
Remove explicit keyword from multi-argument (w/o default values) constructors
dilmah@chromium.org
2011-07-26
1
-3
/
+3
*
Fix crash in PPB_URLLoader_Impl, where didFail invokes a null callback.
bbudge@chromium.org
2011-07-21
2
-0
/
+44
*
Move check for Javascript URL to PPB_URLRequestInfo_Impl::RequiresUniversalAc...
bbudge@chromium.org
2011-07-20
2
-0
/
+27
*
Allow creation of input events. Revert changes to testing interface for
brettw@chromium.org
2011-07-19
1
-5
/
+4
*
Update the widget API to use the new InputEvent resource rather than the old
brettw@chromium.org
2011-07-19
2
-6
/
+16
*
Remove redundant size and type information from VideoDecode PPAPI
vrk@google.com
2011-07-19
2
-2
/
+2
*
Re-land r92885, which was reverted in r92891.
alokp@chromium.org
2011-07-19
1
-0
/
+1
*
Remove common.h from the build. This only included the bool converters which
brettw@chromium.org
2011-07-19
2
-2
/
+0
*
Revert 92885 - Completed the implementation for PPB_Graphics3D interface.
alokp@chromium.org
2011-07-18
1
-1
/
+0
*
Completed the implementation for PPB_Graphics3D interface.
alokp@chromium.org
2011-07-18
1
-0
/
+1
*
Removing support dev file interfaces.
sanga@chromium.org
2011-07-17
1
-1
/
+1
*
Avoid leaking file handles.
yzshen@chromium.org
2011-07-15
1
-2
/
+6
*
Clean up the file dev interfaces. The combination of some dev and some non
brettw@chromium.org
2011-07-15
3
-50
/
+50
*
Removed MemAlloc and MemFree from PPB_Core
mball@google.com
2011-07-14
1
-7
/
+10
*
Overhauled OmxVideoDecodeAccelerator's state machine implementation and relat...
fischman@chromium.org
2011-07-13
2
-2
/
+2
*
Support overlapped calls of FileIO::{Read,Write}.
yzshen@chromium.org
2011-07-13
2
-3
/
+259
*
Updating the C++ PPAPI to use non-dev File interfaces.
sanga@chromium.org
2011-07-13
3
-73
/
+73
*
Make pp::CompletionCallback have a default constructor (which blocks),
jvoung@google.com
2011-07-13
1
-1
/
+1
*
Fix some uses of PPBoolToBool and BoolToPPBool that I either missed in the
brettw@chromium.org
2011-07-12
1
-2
/
+2
*
Remove temporary fixes for URLLoader synchronous error reporting. Fix an PPB_...
bbudge@google.com
2011-07-11
1
-9
/
+9
*
Fix resolution of GetTimeTicks.
dmichael@chromium.org
2011-07-11
2
-0
/
+94
*
Reland http://codereview.chromium.org/7312008/
dmichael@chromium.org
2011-07-08
10
-37
/
+151
*
Revert 91859 - Porting ppapi_tests framework to postMessage.
dmichael@chromium.org
2011-07-08
9
-146
/
+36
*
Porting ppapi_tests framework to postMessage.
dmichael@chromium.org
2011-07-08
9
-36
/
+146
*
Migrating PPB_FileIO_Dev, PPB_FileRef_Dev, and PPB_FileSystem_Dev dependencie...
sanga@chromium.org
2011-07-07
3
-20
/
+19
*
Add interfaces for requesting and receiving input event resources.
brettw@chromium.org
2011-07-07
1
-0
/
+2
*
Add PPB_Memory_Dev to the proxy.
dspringer@chromium.org
2011-07-06
1
-14
/
+6
*
Add PPB_Memory_Dev. This is the first of a few CLs needed to pull MemAlloc and
dspringer@chromium.org
2011-07-05
4
-0
/
+90
*
Re-land the reverted CL:
yzshen@chromium.org
2011-07-01
1
-0
/
+1
*
Add a flag field to PP_CompletionCallback to control if the callback should
polina@google.com
2011-06-30
13
-103
/
+337
*
Revert 91150 - Define PPB_Flash_TCPSocket and PPB_Flash_SSLSocket.
dpapad@chromium.org
2011-06-30
1
-1
/
+0
*
Define PPB_Flash_TCPSocket and PPB_Flash_SSLSocket.
yzshen@chromium.org
2011-06-30
1
-0
/
+1
*
Remove files that were shuffled to the NaCl repo for less chrome/nacl depende...
elijahtaylor@google.com
2011-06-27
2
-76
/
+0
*
Move the video decoder and video layer to the new API/thunk system.
brettw@chromium.org
2011-06-18
1
-1
/
+0
*
Patch to fix problems with PPB_URLLoader_Impl and PPAPITests.URLLoader. The c...
bbudge@chromium.org
2011-06-16
2
-3
/
+20
*
Add proper support for copy-constructed pp::Buffer_Dev's.
fischman@chromium.org
2011-06-14
1
-0
/
+11
[next]