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
/
npapi
Commit message (
Expand
)
Author
Age
Files
Lines
*
Send IME events to windowless plug-ins (Chromium side)
hbono@chromium.org
2011-10-04
4
-0
/
+592
*
Make ifdef match between content/plugin/webplugin_proxy.cc and chrome/src/web...
saintlou@chromium.org
2011-10-01
1
-2
/
+4
*
Don't prepend hardcoded plugin definitions to plugin groups.
bauerb@chromium.org
2011-09-29
3
-33
/
+47
*
More aura changes
oshima@google.com
2011-09-28
1
-2
/
+2
*
Correctly lookup PluginGroup for a given WebPluginInfo.
bauerb@chromium.org
2011-09-27
3
-16
/
+21
*
Move plugin loading out of process on Mac and Linux.
rsesek@chromium.org
2011-09-27
2
-0
/
+79
*
ui/gfx: Add ToString() function to Point class.
tfarina@chromium.org
2011-09-26
1
-2
/
+2
*
Explicitly include <algorithm> to make std::sort available.
peter@chromium.org
2011-09-26
1
-0
/
+2
*
Prevent a call to a NULL client as seen in minidumps.
mad@chromium.org
2011-09-23
1
-1
/
+2
*
Convert the PluginService interface to be an async wrapper around PluginList.
rsesek@chromium.org
2011-09-23
1
-3
/
+7
*
Fix a flash plugin process crash on Windows which occurs on the field in the ...
ananta@chromium.org
2011-09-22
1
-13
/
+2
*
Don't cache keystate if not blocked by UIPI
jschuh@chromium.org
2011-09-22
1
-1
/
+3
*
plugins: initialize "type" field of struct
evan@chromium.org
2011-09-20
1
-0
/
+1
*
Reland r101269: Store plug-in enabled/disabled state in PluginPrefs instead o...
bauerb@chromium.org
2011-09-15
12
-889
/
+53
*
Revert 101269 - Store plug-in enabled/disabled state in PluginPrefs instead o...
bauerb@chromium.org
2011-09-15
12
-52
/
+888
*
Store plug-in enabled/disabled state in PluginPrefs instead of WebPluginInfo,...
bauerb@chromium.org
2011-09-15
12
-888
/
+52
*
Cleaned up DEPS under webkit.
alokp@chromium.org
2011-09-14
1
-7
/
+0
*
Remove deprecated STR-resource-based Mac plugin info loading
stuartmorgan@chromium.org
2011-09-14
1
-148
/
+8
*
Dispose of NPOject in npobject_identity_test.cc
jhorwich@chromium.org
2011-09-09
1
-0
/
+2
*
Get chrome to link with USE_AURA
ben@chromium.org
2011-09-07
2
-1
/
+91
*
Add DeletePluginInDeallocate UI test.
wez@chromium.org
2011-09-06
3
-1
/
+185
*
Update base/timer.h code to pass through Location from call sites. (reland) o...
jbates@chromium.org
2011-09-02
1
-2
/
+3
*
Add PluginServiceFilter interface and ChromePluginServiceFilter.
bauerb@chromium.org
2011-09-02
1
-24
/
+4
*
Update Chrome to use WebKitPlatformSupport instead of WebKitClient.
abarth@chromium.org
2011-09-02
1
-1
/
+1
*
Revert "Currently, base/timer.cc calls PostTask with FROM_HERE as the Location,
mattm@chromium.org
2011-09-02
1
-3
/
+2
*
Currently, base/timer.cc calls PostTask with FROM_HERE as the Location, so th...
jbates@chromium.org
2011-09-02
1
-2
/
+3
*
Moved the following IPC messages used by the chrome NPAPI plugin installer ou...
ananta@chromium.org
2011-08-31
9
-53
/
+0
*
Require Real Player 12.0.1.666
cevans@chromium.org
2011-08-30
1
-1
/
+1
*
Stop using the default profile's proxy service for plugin proxy requests, and...
jam@chromium.org
2011-08-29
4
-1
/
+16
*
Windowless Flash plugins on Mac do not currently draw in single-process appli...
marshall@chromium.org
2011-08-27
2
-10
/
+38
*
Cache keyState for windowless Flash plugins.
jschuh@chromium.org
2011-08-22
1
-0
/
+10
*
Remove framework for Pepper extensions to NPAPI.
wez@chromium.org
2011-08-22
19
-1263
/
+2
*
Cleanup: Remove dead code - PluginList::DisableOutdatedPluginGroups.
thestig@chromium.org
2011-08-16
6
-88
/
+0
*
Add scroll and gesture message filters for UIPI Flash.
jschuh@chromium.org
2011-08-16
2
-2
/
+6
*
Make WebPluginInfo more generic
cpu@chromium.org
2011-08-14
11
-250
/
+81
*
Revert 96592 - Add scroll and gesture message filters for UIPI Flash.
jschuh@chromium.org
2011-08-13
2
-6
/
+2
*
Add scroll and gesture message filters for UIPI Flash.
jschuh@chromium.org
2011-08-12
2
-2
/
+6
*
Add Java support directory to plugin lookup list on 10.5
stuartmorgan@chromium.org
2011-08-10
1
-1
/
+9
*
Maintain key state in the plugin delegate if UIPI is enabled.
jschuh@chromium.org
2011-08-09
2
-2
/
+87
*
cocoa: Delete table_model_array_controller* now that native options are gone.
tfarina@chromium.org
2011-08-02
1
-2
/
+0
*
Change call to WebFrame::createAssociatedURLLoader to use overload that takes...
bbudge@chromium.org
2011-07-29
1
-1
/
+7
*
PluginList cleanup to fix a race condition and decrease the API surface for f...
bauerb@chromium.org
2011-07-29
3
-118
/
+27
*
Avoid double-buffering windowless plugins and instead use buffer flipping whe...
tschmelcher@chromium.org
2011-07-25
2
-0
/
+12
*
Add a PluginList::stale() method that returns true if the list of plugins has...
bauerb@chromium.org
2011-07-20
2
-17
/
+7
*
Collect stats on MIME types seen for Flash plug-in loads. This will help us
cevans@chromium.org
2011-07-15
1
-1
/
+40
*
Defend against content confusions attacks by Flash.
cevans@chromium.org
2011-07-15
1
-7
/
+31
*
Getting form value from NPAPI plugins.
bashi@chromium.org
2011-07-13
9
-2
/
+44
*
Move base/values.h into the base namespace. This includes a cros DEPS roll
dmazzoni@chromium.org
2011-07-12
1
-3
/
+6
*
Remove app from a bunch of DEPS files.
tfarina@chromium.org
2011-06-30
1
-1
/
+0
*
Reland "Move app/win/* files to base/win/, ui/base/win and chrome/common/ dir...
tfarina@chromium.org
2011-06-25
1
-4
/
+4
[next]