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 P2P Transport Dev using P2PTransportImpl.
sergeyu@chromium.org
2011-04-12
5
-26
/
+201
*
implemented latch support in renderer process. this corresponds with a webkit...
jbates@chromium.org
2011-04-12
1
-5
/
+7
*
Add proxy for PPP_Graphics_3D_Dev
piman@google.com
2011-04-12
6
-0
/
+118
*
Fix r79718 (and brettw's ignoring of my review comments).
viettrungluu@chromium.org
2011-04-11
1
-1
/
+2
*
1;2cReplace PP_ERROR_WOULDBLOCK with PP_OK_COMPLETIONPENDING. Improve error c...
polina@google.com
2011-04-11
24
-177
/
+188
*
Create a super-simple PPAPI demo plugin exercising GLES2 functionality.
fischman@chromium.org
2011-04-11
3
-1
/
+169
*
Fix the issue that context menu doesn't show on fullscreen Pepper Flash.
yzshen@chromium.org
2011-04-11
1
-3
/
+3
*
The mime type list can be NULL to allow all files. Handle this case when
brettw@chromium.org
2011-04-11
1
-1
/
+3
*
Create a VarPrivate interface to contain the scripting helper functions of Var.
brettw@chromium.org
2011-04-11
9
-24
/
+385
*
Don't close the client file descriptor, it's owned by the channel
piman@google.com
2011-04-08
2
-28
/
+3
*
Reupload of http://codereview.chromium.org/6801053/
dmichael@chromium.org
2011-04-08
8
-149
/
+29
*
Add parser and test files
noelallen@google.com
2011-04-08
7
-22
/
+1068
*
Expose scancodes to PP_InputEvent_Key events that are independent of the inpu...
wez@chromium.org
2011-04-08
3
-5
/
+37
*
Allow re-entrancy in PPB_Flash::Navigate()
piman@google.com
2011-04-08
1
-0
/
+8
*
Added PPB_BrokerTrusted interface and a basic Chrome implementation of it.
ddorwin@chromium.org
2011-04-07
2
-0
/
+67
*
Added and partially implemented entry points for PPB_GRAPHICS_3D.
alokp@chromium.org
2011-04-07
1
-0
/
+1
*
New and updated docs for pp_completion_callback
jond@google.com
2011-04-07
1
-16
/
+43
*
Pepper3D API change - merging PPB_Surface3D and PPB_Context3D into PPB_Graphi...
alokp@chromium.org
2011-04-07
2
-22
/
+137
*
Fixing PPB_Graphics2D::Describe
brettw@chromium.org
2011-04-06
1
-3
/
+6
*
Make DidDestroy a sync IPC so that plugins can properly cleanup.
piman@google.com
2011-04-04
1
-2
/
+2
*
Remove assertion when destroying a plugin that doesn't exist. The DidDestroy
brettw@chromium.org
2011-04-04
2
-5
/
+4
*
Make DidChangeView async again
piman@google.com
2011-04-01
1
-3
/
+1
*
Fix resource destruction in proxy
piman@google.com
2011-04-01
4
-23
/
+25
*
Add GetPluginURL to PPB_URLUtil_Dev
piman@google.com
2011-03-31
9
-2
/
+60
*
Checking in major revision of Pepper video decode APIs.
scherkus@chromium.org
2011-03-31
10
-415
/
+741
*
Unblock for all plugin->renderer messages to preserve the ordering for plugin
brettw@chromium.org
2011-03-30
2
-0
/
+13
*
IDL version of PPAPI interfaces.
neb@chromium.org
2011-03-30
34
-0
/
+2109
*
Convert C++ example in the comment to C
nfullagar@google.com
2011-03-29
2
-14
/
+21
*
Implement proxy for PPB_Flash_NetConnector.
brettw@chromium.org
2011-03-29
8
-1
/
+422
*
Hook up status notifications in the Proxy.
brettw@chromium.org
2011-03-29
3
-7
/
+74
*
Fix up some types in the API.
neb@chromium.org
2011-03-28
17
-25
/
+27
*
Rename PPB_Flash::NavigateToURL() (to Navigate()) and make it take an URLRequ...
viettrungluu@chromium.org
2011-03-28
4
-31
/
+41
*
Change a parameter name from message_data to message based on a review commen...
dmichael@google.com
2011-03-28
2
-4
/
+4
*
Initialize a few uninitialized member variables and structs in PPAPI.
finnur@chromium.org
2011-03-28
6
-10
/
+26
*
Move some files from base to base/memory.
levin@chromium.org
2011-03-28
15
-22
/
+22
*
Make PPAPI PostMessage behave asynchronously.
dmichael@google.com
2011-03-26
1
-4
/
+20
*
Fixed header guard.
ddorwin@chromium.org
2011-03-24
1
-3
/
+3
*
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
[next]