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
/
cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove GetSelectedText. This is never called. It was leftover from before we
brettw@chromium.org
2011-06-16
2
-6
/
+0
*
Make the exception for ExecuteScript a regular Var instead of a VarPrivate.
brettw@chromium.org
2011-06-16
2
-3
/
+2
*
Improve documentation of PPP_Instance and PPP_ShutdownModule. In particular, ...
brettw@google.com
2011-06-15
1
-81
/
+181
*
ppapi: Fix the copy constructor for pp::Buffer_Dev.
thestig@chromium.org
2011-06-15
2
-8
/
+20
*
Add proper support for copy-constructed pp::Buffer_Dev's.
fischman@chromium.org
2011-06-14
1
-4
/
+7
*
Remove incorrect comments from the audio config headers.
elijahtaylor@google.com
2011-06-13
1
-3
/
+1
*
Implement AssignGLESBuffers for VideoDecode PPAPI
vrk@google.com
2011-06-10
4
-63
/
+188
*
This guarantees that the underlying PP_Var is all initialized. There was a r...
dspringer@chromium.org
2011-06-10
1
-2
/
+2
*
PPAPI: Update the C++ PPP_Printing_Dev wrapper.
thestig@chromium.org
2011-06-10
3
-4
/
+16
*
Revert 88698 - Implement AssignGLESBuffers for VideoDecode PPAPI
davemoore@chromium.org
2011-06-10
4
-188
/
+63
*
Implement AssignGLESBuffers for VideoDecode PPAPI
vrk@google.com
2011-06-10
4
-63
/
+188
*
Implement out-of-process proxy for PPB_Buffer_Dev.
fischman@chromium.org
2011-06-10
2
-7
/
+11
*
New documentation for resource.h, core.h, and common.h
jond@google.com
2011-06-09
3
-34
/
+120
*
New documentation for rect.h and size.h
jond@google.com
2011-06-07
2
-27
/
+244
*
New documentation for audio.h and audio_config.h
jond@google.com
2011-06-07
2
-23
/
+113
*
Revert 87919 - Revert 87905 (broke PPAPITest.Scrollbar on win) - PPAPI: Fix i...
polina@google.com
2011-06-06
2
-29
/
+47
*
Revert 87905 (broke PPAPITest.Scrollbar on win) - PPAPI: Fix interface functi...
thakis@chromium.org
2011-06-04
2
-47
/
+29
*
PPAPI: Fix interface functions that take PP_CompletionCallbacks, but don't
polina@google.com
2011-06-04
2
-29
/
+47
*
Implementation for Pepper C++ Video Decoder API (wrapper on top of C API).
vmr@chromium.org
2011-06-03
2
-45
/
+55
*
Script is always a string, so it was silly of me to make it VarPrivate.
dmichael@chromium.org
2011-06-01
2
-3
/
+2
*
Fix up a couple of things we missed for the ppapi scripting yak shave.
dmichael@chromium.org
2011-05-28
3
-3
/
+13
*
Remove scripting from pp::Var with an opt-in compiler predefine.
dmichael@chromium.org
2011-05-27
2
-30
/
+50
*
Add initialization callback support for Video Decoder PPAPI.
vrk@google.com
2011-05-25
2
-1
/
+3
*
Remove scripting from PPP_Instance and PPB_Instance (behind precompiler flag).
dmichael@chromium.org
2011-05-24
3
-20
/
+28
*
Support getting the font list in Pepper. This currently only works out of
brettw@chromium.org
2011-05-18
2
-0
/
+10
*
Adding documentation directory, new Doxyfile, DoxygenLayout.xml. These change...
jond@google.com
2011-05-17
11
-0
/
+2778
*
Updated PPAPI Video Decoder CPP interface to reflect the status of C API.
vmr@chromium.org
2011-05-16
2
-151
/
+86
*
Add some missing header files and fix a template parameter to fix compiler wa...
mdm@chromium.org
2011-05-16
1
-1
/
+2
*
Defer asynchronous loading when the buffer in PPB_URLLoader_Impl exceeds an o...
ddorwin@chromium.org
2011-05-04
1
-0
/
+8
*
Pepper: Enable custom content-transfer-encoding header to be set in URL reque...
viettrungluu@chromium.org
2011-04-21
1
-3
/
+9
*
Rename Instance_Trusted to Instance_Private, wire it up in Chrome.
dmichael@chromium.org
2011-04-19
4
-3
/
+137
*
Added documentation for the point.h file as an example for engineers to follow.
jond@google.com
2011-04-14
1
-8
/
+69
*
Add CORS options to URL requests. This information will be used by the URLLoa...
bbudge@chromium.org
2011-04-14
1
-1
/
+7
*
1;2cReplace PP_ERROR_WOULDBLOCK with PP_OK_COMPLETIONPENDING. Improve error c...
polina@google.com
2011-04-11
2
-6
/
+6
*
Create a VarPrivate interface to contain the scripting helper functions of Var.
brettw@chromium.org
2011-04-11
5
-8
/
+313
*
Reupload of http://codereview.chromium.org/6801053/
dmichael@chromium.org
2011-04-08
2
-10
/
+10
*
Add GetPluginURL to PPB_URLUtil_Dev
piman@google.com
2011-03-31
2
-0
/
+10
*
Checking in major revision of Pepper video decode APIs.
scherkus@chromium.org
2011-03-31
2
-49
/
+188
*
Fix up some types in the API.
neb@chromium.org
2011-03-28
5
-5
/
+5
*
Change a parameter name from message_data to message based on a review commen...
dmichael@google.com
2011-03-28
2
-4
/
+4
*
Initialize a few uninitialized member variables and structs in PPAPI.
finnur@chromium.org
2011-03-28
3
-6
/
+16
*
Fixed header guard.
ddorwin@chromium.org
2011-03-24
1
-3
/
+3
*
Pepper: Add SetRecordDownloadProgress() to pp::URLRequestInfo (C++ wrapper).
viettrungluu@chromium.org
2011-03-23
1
-0
/
+3
*
A proposal and implementation for an initial postMessage interface. These in...
dmichael@google.com
2011-03-23
3
-0
/
+44
*
Pepper: Add a property to URLRequestInfo to skip header validation.
viettrungluu@chromium.org
2011-03-14
1
-0
/
+4
*
Clarify/fix fullscreen semantics, and add GetScreenSize
piman@google.com
2011-03-08
2
-8
/
+14
*
Pepper: spelling correction: Resove -> Resolve
viettrungluu@chromium.org
2011-03-06
2
-4
/
+4
*
Add PPB_URLUtil_Dev::GetDocumentURL
piman@google.com
2011-03-02
2
-27
/
+35
*
PPB_Flash cleanup part 1: move the net connector stuff to its own files.
viettrungluu@chromium.org
2011-02-23
2
-8
/
+8
*
Implement proxying for FileRef and FileChooser.
brettw@chromium.org
2011-02-17
2
-10
/
+0
[next]