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
*
Implement PPAPI proxy shutdown.
brettw@chromium.org
2010-12-03
4
-4
/
+18
*
Remove trusted interface wrappers from the FileIO C++ wrapper. The wrapper
brettw@chromium.org
2010-12-03
4
-39
/
+19
*
Make the DrawGlyphs call have the proper const arguments, and make the proxied
brettw@chromium.org
2010-12-02
3
-10
/
+18
*
Add URLLoaderTrusted proxy, hook up Flash proxy. This actually starts using
brettw@chromium.org
2010-12-02
6
-6
/
+88
*
Add a base class for objects that want to filter messages on the IO thread. ...
jam@chromium.org
2010-12-02
1
-1
/
+1
*
Remove all the swap() stuff in the PPAPI C++ wrappers.
brettw@google.com
2010-12-02
20
-109
/
+26
*
Implement audio proxy for Pepper.
brettw@chromium.org
2010-12-02
20
-15
/
+847
*
Fix out of date comment.
brettw@chromium.org
2010-12-02
1
-1
/
+1
*
Change trusted shared memory interface to match audio.
nfullagar@google.com
2010-12-02
11
-40
/
+45
*
Cleanup
nfullagar@google.com
2010-11-30
1
-15
/
+23
*
changes for proxy audio
nfullagar@google.com
2010-11-25
2
-24
/
+38
*
- Add a script which:
dmichael@google.com
2010-11-19
6
-166
/
+185
*
Add c/dev/ppb_widget_dev.h and cpp/non_thread_safe_ref_count.h to ppapi.gyp. ...
dmichael@google.com
2010-11-19
4
-30
/
+86
*
Remove pp::Var(int)
garianov@google.com
2010-11-19
2
-7
/
+0
*
Renames Chrome only GL extension functions to follow
gman@chromium.org
2010-11-18
1
-14
/
+0
*
Make the GetName() comment more clear.
dumi@chromium.org
2010-11-18
1
-1
/
+4
*
Update cmd buffer script to reflect ppapi reorg.
neb@chromium.org
2010-11-17
1
-0
/
+2
*
Update some comments.
dumi@chromium.org
2010-11-17
2
-3
/
+11
*
Change FileRef::GetName() to return the name of the file even for
dumi@chromium.org
2010-11-17
1
-2
/
+2
*
Kill a #if 0 section as discussed in the meeting.
dumi@chromium.org
2010-11-17
1
-9
/
+0
*
A second attempt at forcing 8-byte alignment of the time stamp.
dmichael@google.com
2010-11-17
2
-8
/
+6
*
Run Pepper unit tests in Native Client
garianov@google.com
2010-11-16
7
-15
/
+81
*
Fix some bugs in paint manager. Some of the class members were not getting
brettw@chromium.org
2010-11-14
1
-3
/
+7
*
Implement DrawGlyphs and refactor the FontDescription serialization such
brettw@chromium.org
2010-11-14
7
-132
/
+223
*
Force 8-byte alignment in PP_InputEvent. Rev PPP_Instance interface to 0.3 b...
dmichael@google.com
2010-11-12
3
-4
/
+40
*
Add a blank line to force this file to be recompiled on Mac on the bots.
brettw@chromium.org
2010-11-12
1
-0
/
+1
*
Make the Graphics2D flush call an asynchronous operation. This tracks the
brettw@chromium.org
2010-11-12
9
-63
/
+197
*
Add proxies for some of the PDF & Flash functionality. There are still a few
brettw@chromium.org
2010-11-12
16
-2
/
+1034
*
Re-land previous change r65856. Add implementations for Fullscreen and Cursor...
brettw@chromium.org
2010-11-12
8
-0
/
+344
*
Revert 65856 - Add implementations for Fullscreen and CursorControl interfaces.
brettw@chromium.org
2010-11-11
8
-344
/
+0
*
Add implementations for Fullscreen and CursorControl interfaces.
brettw@chromium.org
2010-11-11
8
-0
/
+344
*
Add support for proxying the font and char set interfaces.
brettw@chromium.org
2010-11-11
7
-8
/
+638
*
Move URLLoader, URLRequestInfo, and URLResponseInfo out of the dev directory
brettw@chromium.org
2010-11-10
28
-290
/
+245
*
Add a macro (PP_ENUM) that ensures that enums are always 4 bytes. Wherever
dmichael@google.com
2010-11-10
3
-0
/
+19
*
Remove unused function.
thakis@chromium.org
2010-11-10
1
-16
/
+0
*
Fix clang build by removing redundant "const"
brettw@chromium.org
2010-11-10
1
-2
/
+2
*
Implement a new process type for running PPAPI plugins. The process itself is
brettw@chromium.org
2010-11-10
8
-10
/
+99
*
Add forgotten file from previous PPAPI CL.
brettw@chromium.org
2010-11-09
1
-1
/
+4
*
Random updates for all added proxy interfaces I've done in the past week.
brettw@chromium.org
2010-11-09
11
-68
/
+342
*
Change the private image data shared memory handle code to return a native
brettw@chromium.org
2010-11-09
1
-2
/
+5
*
* Add follow_redirects_ field to pepper::URLRequestInfo, follow_redirects() a...
brettw@chromium.org
2010-11-08
2
-0
/
+33
*
Convert Chrome PPAPI proxy from bool to PP_Bool.
brettw@chromium.org
2010-11-08
17
-94
/
+144
*
Reland r65152 with mac and linux fix.
apatrick@chromium.org
2010-11-06
2
-0
/
+12
*
Add proxies for URLResponseInfo, URLRequestInfo, and Testing. The URLLoader
brettw@chromium.org
2010-11-05
6
-0
/
+534
*
Var serialization-related proxy stuff. This allows vars to be sent over IPC
brettw@chromium.org
2010-11-05
7
-0
/
+1252
*
Add proxies for core and class (for calling from WebKit to the plugin). These
brettw@chromium.org
2010-11-05
4
-0
/
+551
*
Instance interface implementation. These don't build by themselves, this is
brettw@chromium.org
2010-11-05
6
-0
/
+944
*
Make PPAPI headers compile with C compilers (gcc on Linux & Mac and MSVS on W...
dmichael@google.com
2010-11-05
74
-507
/
+832
*
Revert 65152 - Integrated Pepper3D v2 with the accelerated compositor.
apatrick@chromium.org
2010-11-05
2
-11
/
+0
*
Integrated Pepper3D v2 with the accelerated compositor.
apatrick@chromium.org
2010-11-05
2
-0
/
+11
[next]