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
/
thunk
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move PPB/PPP_MouseLock out of dev/.
yzshen@chromium.org
2011-10-16
3
-5
/
+4
*
PPAPI Fullscreen: move out of Dev.
polina@google.com
2011-10-14
3
-4
/
+4
*
Implement 'SAVEAS' mode for PPB_FileChooser_Impl. Also, fix the Save File dia...
bbudge@chromium.org
2011-10-13
4
-3
/
+39
*
Add global lock for Enter* classes. Add ScopedProxyLock for non-thunk proxies...
dmichael@chromium.org
2011-10-11
2
-16
/
+43
*
Convert the charset, memory, and crypto interfaces to use the thunk system.
brettw@chromium.org
2011-10-11
4
-50
/
+31
*
Convert URLUtil to the thunk system.
brettw@chromium.org
2011-10-10
4
-5
/
+94
*
Convert video capture/decoder stuff to IDL.
brettw@chromium.org
2011-10-07
2
-1
/
+2
*
PPAPI Flash: when leaving fullscreen video we have not been
ihf@chromium.org
2011-10-05
1
-1
/
+1
*
Convert transport, scrollbar, and query policy to IDL.
brettw@chromium.org
2011-10-05
2
-4
/
+4
*
Convert ppapi/* to use base::Bind.
dmichael@chromium.org
2011-10-04
1
-1
/
+2
*
Additional update on Pepper IME API and boilerplate thunk/proxy implementation.
kinaba@chromium.org
2011-09-29
5
-0
/
+151
*
Revert 102897 - Additional update on Pepper IME API and boilerplate thunk/pro...
kinaba@chromium.org
2011-09-27
6
-152
/
+0
*
Additional update on Pepper IME API and boilerplate thunk/proxy implementation.
kinaba@chromium.org
2011-09-27
6
-0
/
+152
*
Add PPB_Fullscreen_Dev;0.5. Keep 0.4 for backwards compatiblity and point it
polina@google.com
2011-09-27
3
-3
/
+13
*
Add Pepper API to use UDP
mtilburg@adobe.com
2011-09-26
4
-0
/
+135
*
Rename PPB_Fullscreen_Dev to PPB_FlashFullscreen.
brettw@chromium.org
2011-09-20
6
-9
/
+63
*
Properly proxy the fullscreen API.
brettw@chromium.org
2011-09-15
1
-1
/
+1
*
Use enum instead of string to specify transport type.
sergeyu@chromium.org
2011-09-15
3
-4
/
+6
*
Revert 101189 - Use enum instead of string to specify transport type.
sergeyu@chromium.org
2011-09-14
2
-5
/
+3
*
Use enum instead of string to specify transport type.
sergeyu@chromium.org
2011-09-14
2
-3
/
+5
*
Convert dev interfaces to use the macro system.
brettw@chromium.org
2011-09-14
10
-72
/
+39
*
s patch tries to remove most of the manual registration for Pepper interfaces...
brettw@chromium.org
2011-09-13
27
-74
/
+336
*
Revert r100853, 100851. Win_shared build is broken.
brettw@chromium.org
2011-09-13
27
-334
/
+74
*
This patch tries to remove most of the manual registration for Pepper interfa...
brettw@chromium.org
2011-09-13
27
-74
/
+334
*
Revert 100748 - This patch tries to remove most of the manual registration fo...
dmazzoni@chromium.org
2011-09-12
27
-331
/
+74
*
This patch tries to remove most of the manual registration for Pepper interfa...
brettw@chromium.org
2011-09-12
27
-74
/
+331
*
Remove executable permission.
yzshen@chromium.org
2011-09-08
1
-0
/
+0
*
Introduce a new Pepper interface: PPB/PPP_MouseLock.
yzshen@chromium.org
2011-09-08
3
-0
/
+52
*
reconstitute moving 3d out of dev CL. (previous attempt was reverted)
nfullagar@google.com
2011-09-07
5
-11
/
+11
*
Revert 99855 - Move PPAPI graphics3d and opengles interfaces out of Dev.
nfullagar@google.com
2011-09-06
5
-11
/
+11
*
Move PPAPI graphics3d and opengles interfaces out of Dev.
nfullagar@google.com
2011-09-06
5
-11
/
+11
*
Pepper 3D API changes:
alokp@chromium.org
2011-09-03
2
-0
/
+18
*
Replace the use of an int32* with an explicit profile for decoder configuration.
fischman@chromium.org
2011-09-01
2
-3
/
+3
*
Add movement information to PPB_MouseInputEvent.
yzshen@chromium.org
2011-08-31
4
-14
/
+60
*
Make PPB_GLESChromiumTextureMapping_Dev work with PPB_Graphics3D_Dev
piman@chromium.org
2011-08-27
2
-10
/
+43
*
Create ppapi_proxy.dll and ppapi_shared.dll.
darin@chromium.org
2011-08-26
11
-55
/
+98
*
Add SetProperti() in the PPB_Transport_Dev interface.
sergeyu@chromium.org
2011-08-26
2
-0
/
+10
*
Convert FileRefImpl and URLRequestInfo to shared_impl.
brettw@chromium.org
2011-08-26
5
-6
/
+27
*
Cleanup in the file chooser API.
brettw@chromium.org
2011-08-20
3
-4
/
+7
*
Convert the pp::proxy namespace to the ppapi::proxy namespace.
brettw@chromium.org
2011-08-18
6
-12
/
+10
*
Add a unified resource tracker shared between the proxy and the impl.
brettw@chromium.org
2011-08-18
1
-5
/
+13
*
Removed PPB_Graphics3D::GetString(). Versioning should be handled in pepper a...
alokp@chromium.org
2011-08-16
1
-6
/
+0
*
Removed config management from Graphics3D API. It will be better handled in t...
alokp@chromium.org
2011-08-16
3
-21
/
+3
*
Implement PPB_Flash_TCPSocket.InitiateSSL.
yzshen@chromium.org
2011-08-16
2
-7
/
+10
*
Remove the old type system for proxied resources. These were no longer being ...
brettw@chromium.org
2011-08-12
1
-7
/
+2
*
Add Graphics3DTrusted dev interface for proxy.
nfullagar@google.com
2011-08-11
1
-0
/
+2
*
Pepper and WebKit API change to support a plugin knowing if a scrollbar is an...
jam@chromium.org
2011-08-10
3
-4
/
+13
*
Fix raw key down events in Pepper.
piman@google.com
2011-08-09
1
-0
/
+1
*
Reland 95309. Add a template to handle properly issuing completion callbacks.
brettw@chromium.org
2011-08-08
4
-35
/
+20
*
Video Capture Pepper API
piman@chromium.org
2011-08-06
4
-0
/
+104
[next]