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
*
Pepper/Flapper: Add IsFormatAvailable() to PPB_Flash_Clipboard.
viettrungluu@chromium.org
2011-03-24
4
-2
/
+63
*
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
17
-14
/
+688
*
Add IDL Lexer
noelallen@google.com
2011-03-23
2
-0
/
+321
*
PPB_CursorControl_Dev.SetCursor: Add support for custom cursor.
yzshen@chromium.org
2011-03-23
1
-2
/
+31
*
Minor changes to the comments of ResourceTracker and PP_ImageDataFormat.
yzshen@chromium.org
2011-03-23
1
-1
/
+5
*
Remove PPB_Var interface's scripting functionality.
neb@chromium.org
2011-03-23
12
-724
/
+5
*
Unbreak compilation of ppapi examples.
neb@chromium.org
2011-03-22
3
-13
/
+13
*
fix comments
dilmah@chromium.org
2011-03-22
1
-2
/
+2
*
Add an (unimplemented) API for getting the available list of font families on
brettw@chromium.org
2011-03-19
3
-0
/
+47
*
Implement a proxy for URL util. Some of the implementation that doesn't need to
brettw@chromium.org
2011-03-18
8
-0
/
+458
*
Creates the ipclist utility that chrome security team has wanted to dump
tsepez@chromium.org
2011-03-17
1
-5
/
+5
*
Build skia as a dll in windows multi-dll build.
ctguil@chromium.org
2011-03-17
2
-1
/
+2
*
Updated/rewrote documentation.
jond@google.com
2011-03-16
1
-12
/
+12
*
Run PPB_CharSet_Dev logic directly in the plugin process.
yzshen@chromium.org
2011-03-15
6
-130
/
+210
*
Convert ppapi messages to new format.
tsepez@chromium.org
2011-03-14
4
-732
/
+747
*
Pepper: Add a property to URLRequestInfo to skip header validation.
viettrungluu@chromium.org
2011-03-14
2
-1
/
+15
*
Prevent Pepper plugin reentrancy for synchronous messages except for script
brettw@chromium.org
2011-03-13
5
-0
/
+74
*
Add a console interface for logging to the JS console from a PPAPI plugin.
brettw@chromium.org
2011-03-11
10
-22
/
+234
*
Ensure that PP_Instance values are unique within a plugin process in addition
brettw@chromium.org
2011-03-10
12
-22
/
+241
*
Clarify the behavior of PaintImageData.
brettw@chromium.org
2011-03-10
1
-1
/
+10
*
Add some more documentation from a recent ppapi discussion.
nfullagar@google.com
2011-03-10
2
-4
/
+12
*
Added link to ppb.h to point to list of valid interface names. Wrote/rewrote ...
jond@google.com
2011-03-09
2
-22
/
+77
*
Pepper/Flapper: Implement proxy for clipboard stuff.
viettrungluu@chromium.org
2011-03-09
6
-0
/
+188
*
Clarify/fix fullscreen semantics, and add GetScreenSize
piman@google.com
2011-03-08
6
-14
/
+57
*
Pepper: spelling correction: Resove -> Resolve
viettrungluu@chromium.org
2011-03-06
2
-4
/
+4
*
New assets for PDF progress control. Added asset for drop shadow.
gene@chromium.org
2011-03-04
1
-0
/
+1
*
Change other usages of .size() to .empty() when applicable.
erg@google.com
2011-03-04
1
-1
/
+1
*
Adding missing forward declaration of struct PP_CompletionCallback.
brettw@chromium.org
2011-03-04
1
-0
/
+2
*
Pepper/Flapper: Add very basic clipboard support.
viettrungluu@chromium.org
2011-03-04
3
-2
/
+35
*
Adding resources for PDF loading progress control.
gene@chromium.org
2011-03-03
1
-0
/
+11
*
Minor doc changes. Mostly commented out TODO and {PENDING notes that engineer...
jond@google.com
2011-03-03
5
-43
/
+90
*
Implement the grab/grabbing cursors (for Mac/GTK).
avi@chromium.org
2011-03-02
2
-2
/
+4
*
Add PPB_URLUtil_Dev::GetDocumentURL
piman@google.com
2011-03-02
5
-65
/
+94
*
Pepper/Flapper: Get rid of unimplemented private file ref stuff and implement...
viettrungluu@chromium.org
2011-03-02
6
-21
/
+172
*
Pepper/Flapper: Add an interface to do sync file ops on FileRefs.
viettrungluu@chromium.org
2011-03-01
1
-19
/
+45
*
Removed variables sections in DoxygenLayOut. Changed header to point to new c...
jond@google.com
2011-03-01
2
-3
/
+2
*
Moved creation of GPU command buffer shared memory into the browser process.
apatrick@chromium.org
2011-02-28
1
-0
/
+7
*
Don't allow multiple opens for Pepper FileSystem.
yzshen@chromium.org
2011-02-28
5
-18
/
+113
*
Review URL: http://codereview.chromium.org/6502007
jond@google.com
2011-02-28
2
-65
/
+150
*
Fix compiling on gcc-4.6.
hbono@chromium.org
2011-02-25
1
-1
/
+1
*
Factor fd sharing code in proxy and fix fd issues once and for all.
piman@google.com
2011-02-25
5
-72
/
+83
*
Moved creation of GPU transfer buffers into the browser process.
apatrick@chromium.org
2011-02-24
1
-0
/
+10
*
Pin the PPAPI custom cursor value. PPAPI is intended to be frozen, so make sp...
avi@chromium.org
2011-02-24
1
-3
/
+3
*
PPB_Flash cleanup part 2: move all the file stuff to ppb_flash_file.*.
viettrungluu@chromium.org
2011-02-24
11
-345
/
+474
*
Pepper: Increment the version numbers for PPB_{FileRef,FileSystem}_Dev.
viettrungluu@chromium.org
2011-02-23
2
-3
/
+3
*
PPB_Flash cleanup part 1: move the net connector stuff to its own files.
viettrungluu@chromium.org
2011-02-23
5
-46
/
+55
*
Add some files to the C compilation test, and fix the stuff that wasn't C com...
dmichael@google.com
2011-02-23
5
-22
/
+27
*
Dup command-buffer SHM handle before auto-closing.
piman@google.com
2011-02-23
1
-1
/
+4
*
Implement the filesystem proxy. This allows the FileRef tests (the ones which
brettw@chromium.org
2011-02-21
15
-29
/
+358
[next]