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
Commit message (
Expand
)
Author
Age
Files
Lines
*
base: Make ScopedVector::clear() destroy elements.
derat@chromium.org
2012-07-19
1
-1
/
+1
*
Fix focus notification for Flash fullscreen.
yzshen@chromium.org
2012-07-18
2
-12
/
+29
*
PPAPI's OpenFileSystem should take an origin URL, not a page URL.
ericu@chromium.org
2012-07-17
4
-4
/
+5
*
VideoDecodeAccelerator now SupportsWeakPtr instead of being RefCountedThreadS...
fischman@chromium.org
2012-07-17
3
-13
/
+12
*
PPAPI (Flash): Properly honor Pepper url requests with custom user agents.
viettrungluu@chromium.org
2012-07-17
1
-4
/
+4
*
Remove ppb_fullscreen_dev interface, as fullscreen has been out
nfullagar@google.com
2012-07-16
1
-3
/
+0
*
This implements the PPB_FileChooser resource as a new-style IPC-only resource.
brettw@chromium.org
2012-07-14
9
-470
/
+3
*
Fix unit test to allow repeated successful runs by avoiding a function static...
scottbyer@chromium.org
2012-07-14
1
-2
/
+0
*
Revert 146670 - Fix unit test to allow repeated successful runs by avoiding a...
scottbyer@chromium.org
2012-07-13
1
-0
/
+2
*
Fix unit test to allow repeated successful runs by avoiding a function static...
scottbyer@chromium.org
2012-07-13
1
-2
/
+0
*
Add permissions buts for Pepper plugins.
brettw@chromium.org
2012-07-13
3
-3
/
+12
*
Don't close pending user gesture when PluginInstance receives ACKs for input ...
yzshen@chromium.org
2012-07-13
1
-5
/
+3
*
Remove the rest of #pragma once in one big CL.
ajwong@chromium.org
2012-07-11
3
-3
/
+0
*
Remove two deprecated methods from base::Version
isherman@chromium.org
2012-07-11
4
-11
/
+15
*
Fix user gesture for scripting calls from Pepper plugins.
yzshen@chromium.org
2012-07-10
1
-17
/
+31
*
PPAPI: Set custom user agent in headers, if applicable.
viettrungluu@chromium.org
2012-07-10
1
-0
/
+7
*
PPAPI: Add an API for setting a custom user agent for URL requests.
viettrungluu@chromium.org
2012-07-10
1
-6
/
+6
*
Notify CloseFile from Pepper to FileSystem.
kinaba@chromium.org
2012-07-10
5
-10
/
+45
*
Fix PPB_MouseLock.LockMouse crash and add tests.
yzshen@chromium.org
2012-07-09
1
-1
/
+1
*
Hook up content/renderer to the PPAPI host.
brettw@chromium.org
2012-07-03
6
-5
/
+26
*
Reuse video capture buffers when we have no free slots.
brettw@chromium.org
2012-07-03
1
-0
/
+4
*
base: Remove dereference structure operator (i.e ->) from ScopedVector.
tfarina@chromium.org
2012-06-30
1
-2
/
+2
*
Only paste the fragment of text which was copied to the clipboard.
raymes@chromium.org
2012-06-29
1
-3
/
+4
*
Change PluginList::GetPluginsIfNoRefreshNeeded() to GetPluginsNoRefresh().
bauerb@chromium.org
2012-06-29
4
-12
/
+9
*
Allow to release WebSocket resource in completion callbacks invoked by Close().
toyoshim@chromium.org
2012-06-29
1
-0
/
+4
*
Implement HiDPI support in Pepper dev interface
jhorwich@chromium.org
2012-06-28
4
-4
/
+35
*
Disable core animation plugins when compositing is unavailable.
jbauman@chromium.org
2012-06-28
1
-23
/
+13
*
Revert 144578 - Disable core animation plugins when compositing is unavailable.
jbauman@chromium.org
2012-06-28
1
-13
/
+23
*
Disable core animation plugins when compositing is unavailable.
jbauman@chromium.org
2012-06-27
1
-23
/
+13
*
This adds an interface for setting crash data from a plugin. It also provides...
raymes@chromium.org
2012-06-27
2
-0
/
+11
*
Make SplitString() and variants clear their outparam vector. (Note that Spli...
pkasting@chromium.org
2012-06-26
1
-2
/
+0
*
Change uses of WebScrollbar to WebPluginScrollbar
enne@chromium.org
2012-06-26
2
-20
/
+20
*
webkit/ppapi: Notify the container when a plugin is accepting touch events.
sadrul@chromium.org
2012-06-25
2
-0
/
+16
*
PPAPI: Make blocking completion callbacks work.
dmichael@chromium.org
2012-06-23
35
-270
/
+255
*
Remove support for the QuickDraw NPAPI drawing model
stuartmorgan@chromium.org
2012-06-22
7
-253
/
+22
*
Add an IPC channel between the NaCl loader process and the renderer.
bbudge@chromium.org
2012-06-22
2
-4
/
+16
*
Return NULL in WebPluginImpl::scriptableObject() if the delegate is NULL.
bauerb@chromium.org
2012-06-22
1
-0
/
+3
*
Revert 143656 - Add an IPC channel between the NaCl loader process and the re...
mrossetti@chromium.org
2012-06-22
2
-16
/
+4
*
Add an IPC channel between the NaCl loader process and the renderer.
bbudge@chromium.org
2012-06-22
2
-4
/
+16
*
ppapi: Add ResourceCreationAPI::CreateTouchInputEvent for creating touch-events.
sadrul@chromium.org
2012-06-22
2
-0
/
+14
*
Revert 143483 - Add an IPC channel between the NaCl loader process and the re...
bbudge@chromium.org
2012-06-21
2
-16
/
+4
*
ppapi: Add support for touch events.
sadrul@chromium.org
2012-06-21
1
-2
/
+152
*
Add an IPC channel between the NaCl loader process and the renderer.
bbudge@chromium.org
2012-06-21
2
-4
/
+16
*
Remove the fast path for QD plugins
stuartmorgan@chromium.org
2012-06-20
4
-254
/
+9
*
Remove message_loop_helpers.h and update the includes to point to the new loc...
tfarina@chromium.org
2012-06-20
4
-54
/
+54
*
If we show a replacement plug-in when the real one is not initialized correctly,
pan.deng@intel.com
2012-06-20
1
-0
/
+1
*
Override isPlaceholder() for NPAPI and PPAPI plugins.
ddorwin@chromium.org
2012-06-19
4
-0
/
+10
*
PPAPI/NaCl: Reinitialize some stuff when the ipc proxy starts.
dmichael@chromium.org
2012-06-19
6
-75
/
+150
*
Implement base::win::IsMetroProcess.
siggi@chromium.org
2012-06-18
1
-1
/
+1
*
Actually free plugin implement vars when running out of process when the
brettw@chromium.org
2012-06-18
3
-9
/
+8
[next]