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
/
webkit
/
plugins
/
ppapi
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add a new globals object for PPAPI tracking information.
brettw@chromium.org
2011-10-18
21
-147
/
+206
*
base::Bind: Final cleanups in webkit/quota.
jhawkins@chromium.org
2011-10-18
1
-7
/
+5
*
QuotaFileIO: Add back a delete I accidentally removed.
jhawkins@chromium.org
2011-10-17
1
-0
/
+1
*
base::Bind: Convert FileUtilProxy::StatusCallback.
jhawkins@chromium.org
2011-10-17
5
-32
/
+34
*
base::Bind: Convert FileUtilProxy::WriteCallback.
jhawkins@chromium.org
2011-10-17
4
-40
/
+41
*
base::Bind: Convert FileUtilProxy::ReadCallback.
jhawkins@chromium.org
2011-10-17
1
-3
/
+4
*
base::Bind: Convert FileUtilProxy::GetFileInfoCallback.
jhawkins@chromium.org
2011-10-17
4
-12
/
+14
*
Move PPB/PPP_MouseLock out of dev/.
yzshen@chromium.org
2011-10-16
3
-6
/
+6
*
PPAPI Fullscreen: move out of Dev.
polina@google.com
2011-10-14
3
-6
/
+9
*
PPAPI Fullscreen: remove redundant code errouneously inherited from
polina@google.com
2011-10-14
1
-9
/
+0
*
Add ppapi implementation of IsScalingDisabled.
vandebo@chromium.org
2011-10-14
4
-4
/
+20
*
PPAPI Fullscreen: In ViewChanged, check if the browser entered fullscreen mode
polina@google.com
2011-10-14
4
-20
/
+35
*
PPAPI Fullscreen: Hack plugin's attributes to force resizing of the plugin to...
polina@google.com
2011-10-14
2
-8
/
+110
*
Implement 'SAVEAS' mode for PPB_FileChooser_Impl. Also, fix the Save File dia...
bbudge@chromium.org
2011-10-13
5
-10
/
+30
*
PrintPreview: [Win] Added a temporary hack to print blank pdf pages.
kmadhusu@chromium.org
2011-10-12
1
-7
/
+12
*
Implement Pepper IME API.
kinaba@chromium.org
2011-10-12
7
-24
/
+246
*
Convert the charset, memory, and crypto interfaces to use the thunk system.
brettw@chromium.org
2011-10-11
11
-236
/
+6
*
Prevent reentrant destructors in the PluginModule.
brettw@chromium.org
2011-10-11
3
-5
/
+30
*
Convert URLUtil to the thunk system.
brettw@chromium.org
2011-10-10
5
-185
/
+87
*
Fix the bug that closing a tab which owns a fullscreen Flash widget causes cr...
yzshen@chromium.org
2011-10-10
1
-0
/
+2
*
Fix the issue that PPB_CursorControl_Dev.SetCursor doesn't take effect until ...
yzshen@chromium.org
2011-10-09
4
-2
/
+29
*
Convert a bunch of pepper implementation to use base::Callback.
dmichael@chromium.org
2011-10-07
24
-80
/
+111
*
Convert video capture/decoder stuff to IDL.
brettw@chromium.org
2011-10-07
1
-2
/
+2
*
Added autorotate flag in PDF rendering and wiring it through service-utility ...
gene@chromium.org
2011-10-06
1
-2
/
+3
*
Add forgotten file from previous policy IDLization patch.
brettw@chromium.org
2011-10-05
1
-1
/
+1
*
Fix scrolling of full-frame pdf docs in accelerated compositing mode by forci...
vangelis@chromium.org
2011-10-04
2
-2
/
+22
*
Trace PPAPI input events, paints, and messages.
jbates@chromium.org
2011-10-04
1
-2
/
+7
*
PPAPI SetFullscreen: Explicitely disallow state changes when the opposite
polina@google.com
2011-10-03
1
-1
/
+7
*
Begin CompletionCallback switchover.
willchan@chromium.org
2011-10-01
1
-2
/
+2
*
Check security origin before locking the mouse.
yzshen@chromium.org
2011-10-01
2
-0
/
+24
*
Fix a crash in the renderer process which occurs in the PPAPI host code due t...
ananta@chromium.org
2011-09-30
1
-0
/
+14
*
Additional update on Pepper IME API and boilerplate thunk/proxy implementation.
kinaba@chromium.org
2011-09-29
5
-4
/
+111
*
PPAPI SetFullscreen: Do return PP_FALSE when transition cannot be process. Th...
polina@google.com
2011-09-29
2
-6
/
+17
*
Pepper webcam: allocate the requested number of buffers and properly mark the...
viettrungluu@chromium.org
2011-09-29
1
-1
/
+10
*
Properly scope the lifetime of the |PPB_VideoCapture_Impl|.
viettrungluu@chromium.org
2011-09-28
2
-4
/
+47
*
Reland 103021: Printing preview of a PDF on Mac with Skia only previews the l...
kmadhusu@chromium.org
2011-09-28
2
-17
/
+22
*
Revert 103021 - PrintPreview: Printing preview of a PDF on Mac with Skia only...
kmadhusu@chromium.org
2011-09-27
2
-22
/
+17
*
PrintPreview: Printing preview of a PDF on Mac with Skia only previews the la...
kmadhusu@chromium.org
2011-09-27
2
-17
/
+22
*
Add OnRemoved() in VideoCapture::EventHandler API
wjia@chromium.org
2011-09-27
2
-0
/
+5
*
Revert 102897 - Additional update on Pepper IME API and boilerplate thunk/pro...
kinaba@chromium.org
2011-09-27
5
-111
/
+4
*
Additional update on Pepper IME API and boilerplate thunk/proxy implementation.
kinaba@chromium.org
2011-09-27
5
-4
/
+111
*
Add PPB_Fullscreen_Dev;0.5. Keep 0.4 for backwards compatiblity and point it
polina@google.com
2011-09-27
4
-30
/
+133
*
Enabling creating of file_ref from filesystem and path for external filesystem.
tbarzic@chromium.org
2011-09-27
4
-28
/
+44
*
Fix null pointer access after playing fullscreen video.
ihf@chromium.org
2011-09-27
1
-1
/
+1
*
fix test_shell_tests
dpranke@chromium.org
2011-09-26
1
-0
/
+4
*
Add Pepper API to use UDP
mtilburg@adobe.com
2011-09-26
3
-0
/
+10
*
Remove GetP2PSocketDispatcher from PepperPluginDelegate interface.
sergeyu@chromium.org
2011-09-22
3
-12
/
+0
*
Mouse lock implementation, including the renderer side and the Windows versio...
yzshen@chromium.org
2011-09-22
5
-18
/
+32
*
Add DISABLE_TCP_TRANSPORT flag in the Transport API.
sergeyu@chromium.org
2011-09-21
1
-0
/
+7
*
Rename PPB_Fullscreen_Dev to PPB_FlashFullscreen.
brettw@chromium.org
2011-09-20
3
-9
/
+11
[next]