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
/
c
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
1
-0
/
+45
*
Updated/rewrote documentation.
jond@google.com
2011-03-16
1
-12
/
+12
*
Pepper: Add a property to URLRequestInfo to skip header validation.
viettrungluu@chromium.org
2011-03-14
1
-1
/
+11
*
Add a console interface for logging to the JS console from a PPAPI plugin.
brettw@chromium.org
2011-03-11
1
-0
/
+45
*
Ensure that PP_Instance values are unique within a plugin process in addition
brettw@chromium.org
2011-03-10
1
-1
/
+15
*
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
*
Clarify/fix fullscreen semantics, and add GetScreenSize
piman@google.com
2011-03-08
1
-5
/
+14
*
New assets for PDF progress control. Added asset for drop shadow.
gene@chromium.org
2011-03-04
1
-0
/
+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
2
-2
/
+33
*
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
1
-21
/
+29
*
Pepper/Flapper: Get rid of unimplemented private file ref stuff and implement...
viettrungluu@chromium.org
2011-03-02
1
-12
/
+4
*
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
*
Review URL: http://codereview.chromium.org/6502007
jond@google.com
2011-02-28
2
-65
/
+150
*
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
3
-74
/
+91
*
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
2
-38
/
+46
*
Add some files to the C compilation test, and fix the stuff that wasn't C com...
dmichael@google.com
2011-02-23
4
-22
/
+22
*
Implement the filesystem proxy. This allows the FileRef tests (the ones which
brettw@chromium.org
2011-02-21
3
-6
/
+25
*
Implement proxying for FileRef and FileChooser.
brettw@chromium.org
2011-02-17
2
-9
/
+8
*
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
1
-16
/
+18
*
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
1
-18
/
+16
*
Basic implementation of Pepper Transport API.
sergeyu@chromium.org
2011-02-15
1
-16
/
+18
*
Implement proxy for FlashMenu and Run/QuitMessageLoop
piman@google.com
2011-02-15
2
-6
/
+6
*
Implement basic crash detection and shutdown handling for out of process PPAPI
brettw@chromium.org
2011-02-15
1
-0
/
+19
*
Pepper GLES fixes to support 3D in NaCl.
neb@chromium.org
2011-02-11
1
-3
/
+4
*
Revert the accidentially changed auto-generated files.
jochen@chromium.org
2011-02-10
1
-1
/
+1
*
Minor changes to layout to remove variables section. Doxyfile changed to find...
jond@google.com
2011-02-10
2
-3
/
+3
*
Only invoke WebKit methods in browsing data helpers on the WEBKIT thread.
jochen@chromium.org
2011-02-10
1
-1
/
+1
*
Rent syncemove all uses of the global Dispatcher Get function.
brettw@chromium.org
2011-02-08
1
-1
/
+1
*
Pepper: Make PPB_FileChooser_Dev::Show "return" PP_ERROR_USERCANCEL if no fil...
viettrungluu@chromium.org
2011-02-07
1
-3
/
+5
*
Review URL: http://codereview.chromium.org/6312098
jond@google.com
2011-02-03
8
-52
/
+124
*
Review URL: http://codereview.chromium.org/6286018
jond@google.com
2011-02-03
2
-19
/
+73
*
This Doxyfile has the TYPEDEF_HIDES_STRUCT = NO setting to fix the PP_Var
jond@google.com
2011-02-02
1
-718
/
+719
*
Pepper/Flapper: First pass at context menu implementation.
viettrungluu@chromium.org
2011-01-31
3
-3
/
+73
*
Include what you use in ppb_context_3d_trusted_dev
neb@chromium.org
2011-01-29
1
-0
/
+2
*
Some minor tweaks to doxygen code. Namely adding @file sections to the start
jond@google.com
2011-01-28
23
-12
/
+3188
*
Implements PPB_Context3DTrusted_Dev. Also add CreateRaw/Initialize for proxy
piman@google.com
2011-01-28
1
-1
/
+14
*
Removed Doxygen groupings by ppb_, pp_, and ppp_. Added grouping by construct...
jond@google.com
2011-01-28
26
-93
/
+399
*
Refactor PPAPI proxy resource handling to maintain which host they came from,
brettw@chromium.org
2011-01-27
1
-2
/
+2
*
Include what you use in ppb_surface_3d_dev.h.
neb@chromium.org
2011-01-26
1
-0
/
+1
[next]