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
*
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
*
Allow loading multiple plug-ins with the same base name on Mac.
bauerb@chromium.org
2012-06-18
1
-18
/
+2
*
Pass display names from file chooser to Pepper FileRef.
kinaba@chromium.org
2012-06-16
5
-17
/
+48
*
Add CreateTemporaryFile to PPB_Flash_File_ModuleLocal.
yzshen@chromium.org
2012-06-15
5
-0
/
+27
*
ppapi: Set the mouse_button correctly for mouse-move events.
sadrul@chromium.org
2012-06-15
1
-0
/
+8
*
Set request type to "object" for PPAPI plugins.
vabr@chromium.org
2012-06-15
1
-0
/
+1
*
This returns the default print settings for the default printer. Currently th...
raymes@chromium.org
2012-06-14
3
-0
/
+11
*
Add yzshen to webkit/plugins/ppapi/OWNERS.
viettrungluu@chromium.org
2012-06-14
1
-0
/
+1
*
Browser Plugin -- Populate WebKeyboardEvent's keyIdentifier
fsamuel@chromium.org
2012-06-13
1
-0
/
+1
*
Move usb_keycode_map.h into ui/base/keycodes.
garykac@chromium.org
2012-06-13
3
-393
/
+2
*
Fix all hardcoded Windows registry lookups.
gab@chromium.org
2012-06-13
1
-2
/
+11
*
Add an asynchronous version of the Flash DeviceID API.
brettw@chromium.org
2012-06-11
3
-0
/
+6
*
Add ENABLE_PRINTING and disable it on Android.
wangxianzhu@chromium.org
2012-06-09
1
-0
/
+8
*
Plumb texture target to VideoDecodeAccelerator::Client
sail@chromium.org
2012-06-08
2
-4
/
+7
*
"Replace" PPB_Flash's GetSettingInt with a more general GetSetting.
viettrungluu@chromium.org
2012-06-08
2
-1
/
+9
*
Add some compile asserts for the Pepper event mask flags.
brettw@chromium.org
2012-06-07
1
-0
/
+37
*
Open pepper files directly in browser.
tsepez@chromium.org
2012-06-05
7
-176
/
+64
*
Fixing gcc 4.7 building problems.
shenhan@google.com
2012-06-05
2
-6
/
+7
*
Revert 140399 - Open pepper files directly in browser.
tsepez@chromium.org
2012-06-04
7
-64
/
+176
*
Open pepper files directly in browser.
tsepez@chromium.org
2012-06-04
7
-176
/
+64
*
RefCounted types should not have public destructors, webkit/ edition
rsleevi@chromium.org
2012-06-04
4
-4
/
+13
*
Support mouse lock in Flash fullscreen mode.
yzshen@chromium.org
2012-06-03
1
-1
/
+6
*
Revert bad changes from r132747 to fix NP_ASFILE regression in NPAPI plugins.
thestig@chromium.org
2012-06-02
4
-12
/
+20
*
Revert 140093 - Open pepper files directly in browser.
tsepez@chromium.org
2012-06-01
7
-64
/
+176
*
Open pepper files directly in browser.
tsepez@chromium.org
2012-06-01
7
-176
/
+64
*
WebSocket Pepper API: allow to close connection without code and reason
toyoshim@chromium.org
2012-05-31
1
-21
/
+28
*
Remove PPB_Transport_Dev API.
sergeyu@chromium.org
2012-05-30
5
-501
/
+0
*
Modified the pepper file chooser API to support filtering files by extensions.
raymes@chromium.org
2012-05-30
4
-30
/
+34
*
Add the necessary plumbing mechanisms to ensure proper WebGL support inside t...
scshunt@google.com
2012-05-29
3
-13
/
+41
*
Add pepper flash back to windows metro mode
cpu@chromium.org
2012-05-25
1
-4
/
+1
*
Reland 138502 - Move version metadata from PluginGroup into PluginInstaller.
bauerb@chromium.org
2012-05-24
5
-410
/
+30
[next]