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
*
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
*
Basic implementation of Pepper Transport API.
sergeyu@chromium.org
2011-02-16
2
-5
/
+70
*
Revert 75003 - Basic implementation of Pepper Transport API.
sergeyu@chromium.org
2011-02-15
2
-70
/
+5
*
Basic implementation of Pepper Transport API.
sergeyu@chromium.org
2011-02-15
2
-5
/
+70
*
Pepper/Flapper: First pass at context menu implementation.
viettrungluu@chromium.org
2011-01-31
2
-0
/
+84
*
Remove dev/audio, dev/audio_config, and dev/audio_trusted
nfullagar@google.com
2011-01-20
4
-187
/
+0
*
Make PP_Resources associated with the Instance rather than the module. This
brettw@chromium.org
2011-01-15
12
-17
/
+48
*
Move ppapi audio interface out of dev, but
nfullagar@google.com
2011-01-15
5
-1
/
+189
*
Fix self-assignment in pp::Resource
piman@google.com
2011-01-12
1
-2
/
+2
*
Pull NaCl deps, remove temporary hack to keep the build compiling in PPAPI.
brettw@chromium.org
2011-01-07
1
-7
/
+0
*
Add an instance parameter to var objects, audio, and the 2D API. This replace...
brettw@chromium.org
2011-01-07
11
-16
/
+39
*
Private Pepper extension for Flapper to allow TCP connections to be made
viettrungluu@chromium.org
2011-01-07
2
-0
/
+106
*
Make Graphics3D::SwapBuffers take a completion callback
piman@google.com
2011-01-05
2
-4
/
+4
*
Move some functions out of win_util and into hwnd_util, and into a new win/sh...
brettw@google.com
2010-12-30
9
-42
/
+10
*
Added ppapi::Surface3D. This CL completes the new Pepper3D interface. The imp...
alokp@chromium.org
2010-12-28
6
-20
/
+100
*
Added ppapi::Context3D interface. The API has already been reviewed. I am add...
alokp@chromium.org
2010-12-23
6
-108
/
+131
*
Implement operator= for FontDev (it currently gives errors if you try to use
brettw@chromium.org
2010-12-22
2
-1
/
+8
*
Moved the logic of maintaining the current context to gles2 helper library.
alokp@chromium.org
2010-12-21
2
-37
/
+6
*
Remove static initializers.
neb@chromium.org
2010-12-20
34
-531
/
+546
*
Revert 69511 - Make Graphics3D::SwapBuffers take a completion callback
piman@google.com
2010-12-17
2
-5
/
+3
*
Make Graphics3D::SwapBuffers take a completion callback
piman@google.com
2010-12-17
2
-3
/
+5
*
Start deinlining non-empty virtual methods. (This will be automatically checked
erg@google.com
2010-12-09
2
-1
/
+5
*
Fix a bug in pp:Var (var.cc) where DebugString could throw an exception on Wi...
bbudge@google.com
2010-12-07
1
-11
/
+20
*
Move more code from headers to implementation.
erg@google.com
2010-12-07
2
-2
/
+11
*
Remove trusted interface wrappers from the FileIO C++ wrapper. The wrapper
brettw@chromium.org
2010-12-03
2
-37
/
+1
*
Remove all the swap() stuff in the PPAPI C++ wrappers.
brettw@google.com
2010-12-02
20
-109
/
+26
*
Change trusted shared memory interface to match audio.
nfullagar@google.com
2010-12-02
2
-4
/
+4
*
Remove pp::Var(int)
garianov@google.com
2010-11-19
2
-7
/
+0
*
Run Pepper unit tests in Native Client
garianov@google.com
2010-11-16
2
-0
/
+7
[next]