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
/
ppapi.gyp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Some misc gyp fix-up for Android
yfriedman@chromium.org
2012-07-13
1
-2
/
+2
*
PPAPI/NaCl: Partial revert of r137751 to fix WebKit build
dmichael@chromium.org
2012-05-18
1
-5
/
+0
*
PPAPI/NaCl: Make a gyp flag for including the untrusted IPC proxy.
dmichael@chromium.org
2012-05-17
1
-0
/
+5
*
Avoid references to untrusted.gypi in WebKit
noelallen@google.com
2011-12-01
1
-1
/
+1
*
Revert 111618 - Reapply of http://codereview.chromium.org/8632023/
noelallen@google.com
2011-11-25
1
-1
/
+1
*
Reapply of http://codereview.chromium.org/8632023/
noelallen@google.com
2011-11-25
1
-1
/
+1
*
Revert 111606 - Avoid references to untrusted.gypi in WebKit
noelallen@google.com
2011-11-25
1
-1
/
+1
*
Avoid references to untrusted.gypi in WebKit
noelallen@google.com
2011-11-25
1
-1
/
+1
*
Enable untrusted GYP builds in Chrome (irt via gyp)
noelallen@google.com
2011-11-12
1
-0
/
+1
*
Remove stale references to private NaCl copy of PPAPI
noelallen@google.com
2011-10-19
1
-11
/
+0
*
Allow C/C++ targets to be suffixed for use in Native Client checkout.
brettw@chromium.org
2011-07-07
1
-0
/
+11
*
Final gyp patch to make use of the new cross-platform POSIX defines toolkit_u...
tony@chromium.org
2011-05-23
1
-1
/
+1
*
Make the Pepper proxy support in-process font rendering.
brettw@chromium.org
2011-05-10
1
-2
/
+4
*
Break ppapi.gyp into several gypi's to reduce contention and allow projects t...
noelallen@google.com
2011-01-22
1
-644
/
+5
*
Add a target for the proxy unittests. Write tests for the var tracker.
brettw@chromium.org
2011-01-21
1
-0
/
+20
*
ppapi_egl target is currently unused as verified by using:
noelallen@google.com
2011-01-21
1
-40
/
+0
*
First pass at making the proxy handle multiple renderers. This associates the
brettw@chromium.org
2011-01-21
1
-0
/
+2
*
Remove dev/audio, dev/audio_config, and dev/audio_trusted
nfullagar@google.com
2011-01-20
1
-7
/
+0
*
Move ppapi audio interface out of dev, but
nfullagar@google.com
2011-01-15
1
-0
/
+7
*
Move webkit/plugins/ppapi/ppb_pdf.h to ppapi/c/private.
viettrungluu@chromium.org
2011-01-13
1
-0
/
+1
*
PPB_Class simple test.
neb@chromium.org
2011-01-07
1
-0
/
+2
*
Move ppb_flash.h to ppapi/c/private ...
viettrungluu@chromium.org
2011-01-06
1
-0
/
+1
*
Added ppapi::Surface3D. This CL completes the new Pepper3D interface. The imp...
alokp@chromium.org
2010-12-28
1
-0
/
+3
*
Added ppapi::Context3D interface. The API has already been reviewed. I am add...
alokp@chromium.org
2010-12-23
1
-0
/
+4
*
Renamed PPB_NaClUtil to PPB_NaCl as requested by brettw.
abarth@chromium.org
2010-12-17
1
-1
/
+1
*
Add stub PPAPI for launching NaCl's sel_ldr process.
abarth@chromium.org
2010-12-17
1
-0
/
+3
*
Remove CrOS hack from ppapi.gyp that made the include directories work. This
brettw@chromium.org
2010-12-17
1
-4
/
+0
*
Added a stub gles2 implementation.
alokp@chromium.org
2010-12-15
1
-0
/
+15
*
Added a stub driver implementation for Mesa EGL.
alokp@chromium.org
2010-12-14
1
-0
/
+40
*
Add compile assertions to enforce the sizes of all structs and enums in the C...
dmichael@google.com
2010-12-13
1
-2
/
+6
*
Teach PPAPI proxy to share image memory on Mac OS X
abarth@chromium.org
2010-12-08
1
-0
/
+2
*
Implement audio proxy for Pepper.
brettw@chromium.org
2010-12-02
1
-0
/
+25
*
- Add a script which:
dmichael@google.com
2010-11-19
1
-0
/
+15
*
Add c/dev/ppb_widget_dev.h and cpp/non_thread_safe_ref_count.h to ppapi.gyp. ...
dmichael@google.com
2010-11-19
1
-0
/
+3
*
Implement DrawGlyphs and refactor the FontDescription serialization such
brettw@chromium.org
2010-11-14
1
-0
/
+2
*
Add proxies for some of the PDF & Flash functionality. There are still a few
brettw@chromium.org
2010-11-12
1
-0
/
+6
*
Re-land previous change r65856. Add implementations for Fullscreen and Cursor...
brettw@chromium.org
2010-11-12
1
-0
/
+4
*
Revert 65856 - Add implementations for Fullscreen and CursorControl interfaces.
brettw@chromium.org
2010-11-11
1
-4
/
+0
*
Add implementations for Fullscreen and CursorControl interfaces.
brettw@chromium.org
2010-11-11
1
-0
/
+4
*
Add support for proxying the font and char set interfaces.
brettw@chromium.org
2010-11-11
1
-4
/
+4
*
Move URLLoader, URLRequestInfo, and URLResponseInfo out of the dev directory
brettw@chromium.org
2010-11-10
1
-10
/
+13
*
Implement a new process type for running PPAPI plugins. The process itself is
brettw@chromium.org
2010-11-10
1
-0
/
+83
*
Make PPAPI headers compile with C compilers (gcc on Linux & Mac and MSVS on W...
dmichael@google.com
2010-11-05
1
-4
/
+6
*
Pepper's directory reader implementation + test.
dumi@chromium.org
2010-11-04
1
-0
/
+4
*
Revert previous accidental change to the gyp file.
brettw@chromium.org
2010-11-03
1
-73
/
+0
*
Revert PPAPI proxy change with too many files in it.
brettw@chromium.org
2010-11-03
1
-0
/
+73
*
Comment out examples to see if this fixes the mac build.
brettw@chromium.org
2010-11-02
1
-92
/
+94
*
Use PPAPI from chrome trunk rather than pulling via deps. This is a re-land f...
brettw@chromium.org
2010-11-02
1
-1
/
+5
*
Revert PPAPI change due to Linux compile failures.
brettw@chromium.org
2010-11-02
1
-4
/
+1
*
Use PPAPI from chrome trunk rather than pulling via deps.
brettw@chromium.org
2010-11-02
1
-1
/
+4
[next]