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
*
gles2: set the profile info in config
ashokm@nvidia.com
2011-08-27
1
-2
/
+6
*
Make PPB_GLESChromiumTextureMapping_Dev work with PPB_Graphics3D_Dev
piman@chromium.org
2011-08-27
4
-10
/
+70
*
Create ppapi_proxy.dll and ppapi_shared.dll.
darin@chromium.org
2011-08-26
59
-133
/
+272
*
NaCl PPAPI Proxy: wrap up with crash detection. Clean-up handling code to ski...
polina@google.com
2011-08-26
11
-23
/
+158
*
Update generator for Chrome generation as the default case
noelallen@google.com
2011-08-26
4
-7
/
+23
*
Add SetProperti() in the PPB_Transport_Dev interface.
sergeyu@chromium.org
2011-08-26
7
-13
/
+99
*
Add IDL for the fullscreen dev API and automatically generate the .h file.
brettw@chromium.org
2011-08-26
2
-17
/
+87
*
Convert FileRefImpl and URLRequestInfo to shared_impl.
brettw@chromium.org
2011-08-26
35
-368
/
+838
*
Fix incorrect API version information.
noelallen@google.com
2011-08-25
28
-50
/
+23
*
Add owners for native_client portion of ppapi
noelallen@google.com
2011-08-25
1
-0
/
+2
*
More multi-version support (part 2)
noelallen@google.com
2011-08-25
6
-31
/
+93
*
Update WebKit to r93717.
levin@chromium.org
2011-08-25
1
-1
/
+1
*
Merge the plugin and impl side of the audio config and input event resources.
brettw@chromium.org
2011-08-25
14
-122
/
+133
*
Fixing path for srpcdif testing.
bradnelson@google.com
2011-08-25
1
-1
/
+1
*
Fixing plugin.gypi to work in new location.
bradnelson@google.com
2011-08-25
3
-1914
/
+1
*
Excluding ppapi/native_client from depscheck for now.
bradnelson@google.com
2011-08-25
1
-0
/
+6
*
Delete executable flags from NaCl files.
hbono@chromium.org
2011-08-25
8
-0
/
+0
*
Try to reduce the flankness of the PPAPI UI tests.
brettw@chromium.org
2011-08-25
2
-2
/
+42
*
Fixing ppapi_proxy.gyp to work in new location.
bradnelson@google.com
2011-08-25
1
-2
/
+3
*
Cloning a bunch of stuff from the native_client repository at r6528
bradnelson@google.com
2011-08-25
488
-0
/
+53212
*
More multi-version support
noelallen@google.com
2011-08-24
12
-350
/
+460
*
Fix ARM errors regarding NULL/integer conversions.
brettw@chromium.org
2011-08-24
1
-1
/
+1
*
Remove webkit::ppapi::Resource.
brettw@chromium.org
2011-08-24
5
-4
/
+145
*
Changing all True to true and all False to false as per dmichael.
jond@google.com
2011-08-23
2
-27
/
+27
*
Fixed references such that all begin "Refer to xyz for further information."
jond@google.com
2011-08-23
4
-11
/
+17
*
IDLOutFile throws execption
noelallen@google.com
2011-08-22
1
-3
/
+13
*
Minor change to IDL lint
noelallen@google.com
2011-08-22
1
-7
/
+9
*
Add base class for generators
noelallen@google.com
2011-08-22
10
-131
/
+563
*
Don't use a scoped_refptr for StringVar::FromPPVar
brettw@chromium.org
2011-08-22
10
-26
/
+26
*
I think I need a rubber stamp LGTM from you.
jond@google.com
2011-08-22
1
-125
/
+322
*
Fix URLLoader error in PPAPI example program.
yuzo@chromium.org
2011-08-22
1
-2
/
+2
*
Cleanup in the file chooser API.
brettw@chromium.org
2011-08-20
17
-100
/
+218
*
Fix typos in ppb_url_loader.idl
yuzo@chromium.org
2011-08-19
2
-7
/
+7
*
Convert the pp::proxy namespace to the ppapi::proxy namespace.
brettw@chromium.org
2011-08-18
154
-804
/
+656
*
Add a unified resource tracker shared between the proxy and the impl.
brettw@chromium.org
2011-08-18
71
-660
/
+969
*
Cleanup: base/scoped_ptr.h -> base/memory/scoped_ptr.h. (part 4)
thestig@chromium.org
2011-08-18
3
-3
/
+3
*
Update placement of interface 'Define'
noelallen@google.com
2011-08-17
26
-126
/
+134
*
Adding checks to guard against buffer overruns in QuotaFileIO::Write and base...
sanga@chromium.org
2011-08-17
1
-3
/
+4
*
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
*
Support multiple HW video decoders per context.
fischman@chromium.org
2011-08-17
2
-114
/
+164
*
Removed PPB_Graphics3D::GetString(). Versioning should be handled in pepper a...
alokp@chromium.org
2011-08-16
5
-46
/
+2
*
Removed config management from Graphics3D API. It will be better handled in t...
alokp@chromium.org
2011-08-16
14
-302
/
+72
*
Implement PPB_Flash_TCPSocket.InitiateSSL.
yzshen@chromium.org
2011-08-16
8
-31
/
+116
*
Small changes such as spacing and adding [in/out] identifiers after @params.
jond@google.com
2011-08-16
13
-107
/
+276
*
Changed "Pepper Audio API Code Walkthrough" to "Pepper Audio API" as per Andy.
jond@google.com
2011-08-16
4
-6
/
+6
*
New documentation for ppb_input_event.h
jond@google.com
2011-08-16
2
-155
/
+424
*
Missed some items to document here. New documentation.
jond@google.com
2011-08-16
1
-39
/
+76
*
Some minor doc changes
jond@google.com
2011-08-16
4
-8
/
+8
[next]