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
*
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
*
Implement proxying for FileRef and FileChooser.
brettw@chromium.org
2011-02-17
24
-38
/
+954
*
Review URL: http://codereview.chromium.org/6246117
jond@google.com
2011-02-16
5
-107
/
+237
*
Basic implementation of Pepper Transport API.
sergeyu@chromium.org
2011-02-16
5
-31
/
+129
*
Document the meaning of the scroll wheel event in PPAPI.
brettw@chromium.org
2011-02-15
1
-0
/
+44
*
Revert 75003 - Basic implementation of Pepper Transport API.
sergeyu@chromium.org
2011-02-15
5
-129
/
+31
*
Basic implementation of Pepper Transport API.
sergeyu@chromium.org
2011-02-15
5
-31
/
+129
*
Implement proxy for FlashMenu and Run/QuitMessageLoop
piman@google.com
2011-02-15
25
-66
/
+650
*
Remove obsolete dependencies that create needless recompiling.
jeanluc@chromium.org
2011-02-15
1
-1
/
+0
*
Implement basic crash detection and shutdown handling for out of process PPAPI
brettw@chromium.org
2011-02-15
8
-23
/
+88
[next]