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
/
plugin_delegate.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Hook up page visibility to the View info for a plugin.
brettw@chromium.org
2012-01-04
1
-0
/
+3
*
Reland 8688002: PPB_TCPSocket_Private/PPB_UDPSocket_Private are exposed to Br...
dpolukhin@chromium.org
2011-12-06
1
-0
/
+30
*
Revert 112693 - committed before review was done - Landing 8688002: PPB_TCPSo...
jam@chromium.org
2011-12-02
1
-30
/
+0
*
Landing 8688002: PPB_TCPSocket_Private/PPB_UDPSocket_Private are exposed to B...
dpolukhin@chromium.org
2011-12-02
1
-0
/
+30
*
Revert 110602 - Revert 110587 - Microphone support for Pepper Flash.
viettrungluu@chromium.org
2011-11-18
1
-12
/
+38
*
Revert 110587 - Microphone support for Pepper Flash.
ajwong@chromium.org
2011-11-17
1
-38
/
+12
*
Microphone support for Pepper Flash.
viettrungluu@chromium.org
2011-11-17
1
-12
/
+38
*
Cleanup: Remove unneeded forward declarations in webkit/plugins/.
thestig@chromium.org
2011-11-17
1
-7
/
+0
*
Make the Pepper Flash net address just private, not Flash-specific.
viettrungluu@chromium.org
2011-11-10
1
-5
/
+3
*
Handle the change from CaretBounds to SelectionBounds for PPAPI Plugins.
kinaba@chromium.org
2011-10-21
1
-0
/
+3
*
Remove RemoteAccessClientFirewallTraversal policy and code paths.
wez@chromium.org
2011-10-20
1
-10
/
+0
*
PPAPI Fullscreen: In ViewChanged, check if the browser entered fullscreen mode
polina@google.com
2011-10-14
1
-0
/
+3
*
Implement Pepper IME API.
kinaba@chromium.org
2011-10-12
1
-1
/
+8
*
Fix the issue that PPB_CursorControl_Dev.SetCursor doesn't take effect until ...
yzshen@chromium.org
2011-10-09
1
-1
/
+11
*
Convert a bunch of pepper implementation to use base::Callback.
dmichael@chromium.org
2011-10-07
1
-13
/
+14
*
Remove GetP2PSocketDispatcher from PepperPluginDelegate interface.
sergeyu@chromium.org
2011-09-22
1
-7
/
+0
*
Mouse lock implementation, including the renderer side and the Windows versio...
yzshen@chromium.org
2011-09-22
1
-0
/
+14
*
Revert 98767 - Reimplement the Pepper fullscreen API to use webkitRequestFull...
piman@google.com
2011-08-30
1
-0
/
+6
*
Reimplement the Pepper fullscreen API to use webkitRequestFullScreen and frie...
koz@chromium.org
2011-08-30
1
-6
/
+0
*
Added GPU process "echo" IPC message.
apatrick@chromium.org
2011-08-30
1
-5
/
+5
*
Move P2P code to content namespace.
sergeyu@chromium.org
2011-08-25
1
-2
/
+5
*
Moving the ViewHostMsg_PDFHasUnsupportedFeature IPC message to Chrome as PDF ...
ananta@chromium.org
2011-08-23
1
-3
/
+0
*
AppendFileToBody by blocking ipc
kinuko@chromium.org
2011-08-17
1
-0
/
+4
*
Video Capture Pepper API
piman@chromium.org
2011-08-06
1
-0
/
+10
*
Added PPB_Graphics3D_Dev::Resize to let plugins resize the backing surface.
alokp@chromium.org
2011-08-01
1
-1
/
+1
*
Pepper quota support
kinuko@chromium.org
2011-08-01
1
-0
/
+9
*
PPAPI interface for reading the enterprise policy as a big JSON blob.
ajwong@chromium.org
2011-07-30
1
-0
/
+10
*
Remove ReadWriteTokens from GpuVideoDecodeAccelerator + fallout
vrk@google.com
2011-07-28
1
-3
/
+1
*
Avoid leaking file handles.
yzshen@chromium.org
2011-07-15
1
-1
/
+1
*
Enable fire-and-forget Destroy of HW video decoder, and misc other improvements.
fischman@chromium.org
2011-07-15
1
-1
/
+1
*
Implement proper synchronization between HW video decode IPC and CommandBuffer.
fischman@chromium.org
2011-06-29
1
-1
/
+3
*
Implement AssignGLESBuffers for VideoDecode PPAPI
vrk@google.com
2011-06-10
1
-1
/
+6
*
Revert 88698 - Implement AssignGLESBuffers for VideoDecode PPAPI
davemoore@chromium.org
2011-06-10
1
-6
/
+1
*
Implement AssignGLESBuffers for VideoDecode PPAPI
vrk@google.com
2011-06-10
1
-1
/
+6
*
make command buffer work in DRT
gman@chromium.org
2011-06-03
1
-1
/
+1
*
The first step for enabling off-the-spot IME on Pepper on ChromeOS/Linux.
kinaba@google.com
2011-05-30
1
-0
/
+3
*
Use the WebKit default fonts when specifying generic font families.
brettw@chromium.org
2011-05-26
1
-0
/
+7
*
Convert PPB_Buffer_Impl to use SharedMemory for efficient IPC use.
fischman@chromium.org
2011-05-18
1
-0
/
+4
*
Implement VideoDecoder IPC hooks from plugin to GPU process
vrk@google.com
2011-05-13
1
-1
/
+0
*
Update VideoDecode PPAPI structs to be consistent with media structures, part 1
vrk@google.com
2011-05-10
1
-2
/
+3
*
iwyu: Use callback_old.h where appropriate, part 1.
jhawkins@chromium.org
2011-05-10
1
-1
/
+1
*
Add a way to pass information to Pepper Flash from the command-line (e.g., fo...
viettrungluu@chromium.org
2011-05-03
1
-0
/
+4
*
Proxy time zone requests to the browser. This is because the current code
brettw@chromium.org
2011-04-21
1
-0
/
+3
*
PpapiBrokerImpl manages its own lifetime based on Connect and Disconnect calls.
ddorwin@chromium.org
2011-04-20
1
-2
/
+2
*
Fix M12 release blocker. SaveAs now works for embedded PDFs and PDFs in iframe.
gene@chromium.org
2011-04-20
1
-2
/
+2
*
Let Pepper open FileSystem files again.
ericu@google.com
2011-04-16
1
-0
/
+3
*
Added functionality to use "SaveAs..." from PDF plugin.
gene@chromium.org
2011-04-15
1
-0
/
+3
*
Move RenderProcess to content.
jam@chromium.org
2011-04-15
1
-0
/
+1
*
Fix clang error.
ddorwin@chromium.org
2011-04-14
1
-1
/
+1
*
Asynchronously create the ppapi broker.
ddorwin@chromium.org
2011-04-14
1
-8
/
+10
[next]