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
*
Remove dev/audio, dev/audio_config, and dev/audio_trusted
nfullagar@google.com
2011-01-20
10
-419
/
+5
*
Make PP_Resources associated with the Instance rather than the module. This
brettw@chromium.org
2011-01-15
46
-195
/
+255
*
melt the non-dev audio interface to 0.5
nfullagar@google.com
2011-01-15
3
-3
/
+3
*
Move ppapi audio interface out of dev, but
nfullagar@google.com
2011-01-15
17
-45
/
+470
*
Fix Pepper URL Loader callbacks.
viettrungluu@chromium.org
2011-01-14
3
-7
/
+74
*
Revert of revert 69309 - switch handles to 32 bit in PPAPI.
neb@chromium.org
2011-01-14
44
-61
/
+54
*
Revert 71334 - Fix Pepper URL Loader callbacks.
viettrungluu@chromium.org
2011-01-14
3
-74
/
+7
*
Added plugin size to error logging and a logging statement when the plugin si...
ddorwin@chromium.org
2011-01-13
1
-2
/
+8
*
Add ability to toggle the size of the plugin.
ddorwin@chromium.org
2011-01-13
1
-3
/
+25
*
Fix Pepper URL Loader callbacks.
viettrungluu@chromium.org
2011-01-13
3
-7
/
+74
*
Move webkit/plugins/ppapi/ppb_pdf.h to ppapi/c/private.
viettrungluu@chromium.org
2011-01-13
5
-8
/
+139
*
Fix ppapi_example_2d.
neb@chromium.org
2011-01-12
1
-5
/
+2
*
Fix self-assignment in pp::Resource
piman@google.com
2011-01-12
1
-2
/
+2
*
Make audio example up-to-date
nfullagar@google.com
2011-01-11
1
-18
/
+31
*
Fix Pepper File IO callbacks.
viettrungluu@chromium.org
2011-01-11
2
-2
/
+206
*
Use PASS() everywhere in ppapi/tests.
neb@chromium.org
2011-01-07
12
-67
/
+67
*
PPB_Class simple test.
neb@chromium.org
2011-01-07
3
-0
/
+84
*
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
20
-75
/
+118
*
Expose Map/UnmapTexSubImage2DCHROMIUM to pepper plugins
piman@google.com
2011-01-07
1
-0
/
+41
*
Private Pepper extension for Flapper to allow TCP connections to be made
viettrungluu@chromium.org
2011-01-07
3
-1
/
+145
*
Move ppb_flash.h to ppapi/c/private ...
viettrungluu@chromium.org
2011-01-06
5
-5
/
+122
*
Make Graphics3D::SwapBuffers take a completion callback
piman@google.com
2011-01-05
2
-4
/
+4
*
Fix bug introduced when moving image_data to its own file.
brettw@chromium.org
2011-01-03
1
-1
/
+0
*
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
*
Move some misc thread-related stuff from base to base/thread and into the base
brettw@chromium.org
2010-12-30
2
-2
/
+2
*
Added ppapi::Surface3D. This CL completes the new Pepper3D interface. The imp...
alokp@chromium.org
2010-12-28
11
-25
/
+218
*
Make IPC::Channel::Listener:OnMessageReceived have a return value indicating ...
jam@chromium.org
2010-12-24
45
-55
/
+122
*
Added ppapi::Context3D interface. The API has already been reviewed. I am add...
alokp@chromium.org
2010-12-23
12
-179
/
+519
*
Implement operator= for FontDev (it currently gives errors if you try to use
brettw@chromium.org
2010-12-22
2
-1
/
+8
*
Fix comment on trusted File IO method to indicate that HANDLE is returned on ...
bbudge@google.com
2010-12-22
1
-4
/
+5
*
Improve documentation for the tools for generating size checks, based on comm...
dmichael@google.com
2010-12-22
3
-89
/
+220
*
Moved the logic of maintaining the current context to gles2 helper library.
alokp@chromium.org
2010-12-21
10
-1114
/
+555
*
Properly cancel PPAPI callbacks.
viettrungluu@chromium.org
2010-12-21
4
-47
/
+217
*
Remove static initializers.
neb@chromium.org
2010-12-20
34
-531
/
+546
*
Change ppapi C++ comment style into C.
neb@chromium.org
2010-12-20
66
-353
/
+421
*
Integrate NaCl Head - Revert 69309 to restore 64b handles in PPAPI
noelallen@google.com
2010-12-18
48
-58
/
+65
*
Renamed PPB_NaClUtil to PPB_NaCl as requested by brettw.
abarth@chromium.org
2010-12-17
2
-4
/
+4
*
Add LaunchSelLdr and UrandomFD to PPAPI
abarth@chromium.org
2010-12-17
1
-1
/
+13
*
Add stub PPAPI for launching NaCl's sel_ldr process.
abarth@chromium.org
2010-12-17
2
-0
/
+20
*
Revert 69511 - Make Graphics3D::SwapBuffers take a completion callback
piman@google.com
2010-12-17
3
-13
/
+6
*
Make Graphics3D::SwapBuffers take a completion callback
piman@google.com
2010-12-17
3
-6
/
+13
*
Remove CrOS hack from ppapi.gyp that made the include directories work. This
brettw@chromium.org
2010-12-17
1
-4
/
+0
*
Another attempt at landing:
dmichael@google.com
2010-12-16
6
-0
/
+754
*
Move the Pepper implementation from webkit/glue/plugins/pepper_* to
brettw@chromium.org
2010-12-16
7
-35
/
+35
*
Added native EGL types for pepper platform.
alokp@chromium.org
2010-12-15
1
-33
/
+4
*
Resource width 64->32 change.
neb@chromium.org
2010-12-15
48
-65
/
+58
*
Added a stub gles2 implementation.
alokp@chromium.org
2010-12-15
5
-17
/
+607
*
Revert 69187, http://codereview.chromium.org/5730003/. DEPS check failed due...
dmichael@google.com
2010-12-14
5
-748
/
+0
*
Add the following Clang plugins:
dmichael@google.com
2010-12-14
5
-0
/
+748
[next]