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
/
chrome
/
browser
/
plugins
/
plugin_infobar_delegates.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move Infobars core files to the Infobars component
droger@chromium.org
2014-04-18
1
-3
/
+2
*
Remove InfoBarDelegate::web_contents()
droger@chromium.org
2014-04-10
1
-19
/
+26
*
Move root_window_host* in aura to window_tree_host*.
ben@chromium.org
2014-02-14
1
-1
/
+1
*
Cleanup: Remove unneeded browser_thread.h includes.
thestig@chromium.org
2014-02-13
1
-1
/
+0
*
Move the guts of user_metrics to a new static lib in //base/metrics.
ben@chromium.org
2014-01-13
1
-1
/
+1
*
Rename RootWindowHost to WindowTreeHost
ben@chromium.org
2014-01-08
1
-1
/
+1
*
Update some uses of UTF conversions in chrome/browser to use the base:: names...
avi@chromium.org
2013-12-24
1
-2
/
+2
*
Switch ContentSettingsObserver to be a RenderFrameObserver instead of a Rende...
jam@chromium.org
2013-12-17
1
-5
/
+2
*
Replace string16 with base::string16 in chrome/browser
brettw@chromium.org
2013-12-12
1
-11
/
+11
*
Convert string16 to base::string16 in chrome/browser
brettw@chromium.org
2013-12-11
1
-12
/
+12
*
Remove kEnableResourceContentSettings and all the code that uses it since it'...
jam@chromium.org
2013-12-11
1
-1
/
+1
*
Infobar system refactor.
pkasting@chromium.org
2013-12-06
1
-40
/
+36
*
Revert 238283 "Infobar system refactor."
tonyg@chromium.org
2013-12-03
1
-36
/
+40
*
Infobar system refactor.
pkasting@chromium.org
2013-12-03
1
-40
/
+36
*
Revert 236048 "Rename RootWindowHost* to WindowTreeHost*"
ben@chromium.org
2013-11-20
1
-1
/
+1
*
Rename RootWindowHost* to WindowTreeHost*
ben@chromium.org
2013-11-19
1
-1
/
+1
*
We now show restart button for both missing and installed npapi plugins in Me...
shrikant@chromium.org
2013-11-07
1
-9
/
+8
*
Make the metro viewer responsible for relaunching browser in desktop mode.
zturner@chromium.org
2013-09-03
1
-8
/
+12
*
Update infobar buttons when attempting to run an NPAPI plugin in ash.
zturner@chromium.org
2013-09-03
1
-15
/
+2
*
More misc. cleanup:
pkasting@chromium.org
2013-07-19
1
-7
/
+4
*
Undo r211266, and fix crash caused by r210931.
pkasting@chromium.org
2013-07-15
1
-1
/
+2
*
Misc. cleanup:
pkasting@chromium.org
2013-07-10
1
-140
/
+96
*
Modified Metro plugin infobar behavior to launch desktop browser instance whe...
shrikant@chromium.org
2013-07-08
1
-0
/
+31
*
Use a direct include of utf_string_conversions.h in chrome/browser/, part 3.
avi@chromium.org
2013-06-07
1
-1
/
+1
*
[InfoBar] Add InfoBarDelegate::GetIconID()
dfalcantara@chromium.org
2013-05-16
1
-10
/
+6
*
Formatting cleanup. Should be no code change.
pkasting@chromium.org
2013-05-03
1
-1
/
+13
*
Add InfoBarDelegate::web_contents(). This is convenient for the number of
pkasting@chromium.org
2013-04-24
1
-17
/
+13
*
Eliminate InfoBarTabHelper. Make InfoBarService a concrete class.
pkasting@chromium.org
2013-04-23
1
-8
/
+8
*
Move c/b/a/infobar files back to c/b/infobar
kaiwang@chromium.org
2013-03-19
1
-1
/
+1
*
browser: Move the rest of application_lifetime.h into chrome namespace.
tfarina@chromium.org
2013-02-18
1
-1
/
+1
*
Only permit plug-in loads in the browser if the plug-in isn't blocked or the
cevans@chromium.org
2013-02-01
1
-2
/
+7
*
Broke ContentSettingBubbleModelTest.Plugins on Android.
dbeam@chromium.org
2013-02-01
1
-7
/
+2
*
Only permit plug-in loads in the browser if the plug-in isn't blocked or the
cevans@chromium.org
2013-02-01
1
-2
/
+7
*
Fix "Learn more..." link targets for Metro mode plug-in infobars.
bauerb@chromium.org
2013-01-23
1
-2
/
+2
*
Change infobar creation to use a public static Create() method on the infobar...
pkasting@chromium.org
2013-01-08
1
-40
/
+82
*
For the Metro mode infobar, move various variables from the caller side to the
pkasting@chromium.org
2012-12-26
1
-22
/
+15
*
Use correct help center link for Metro NPAPI infobar.
bauerb@chromium.org
2012-12-18
1
-4
/
+3
*
Remove TabContents includes.
avi@chromium.org
2012-12-14
1
-1
/
+0
*
Add a "Don't ask again" button to the metro mode infobar.
bauerb@chromium.org
2012-12-07
1
-13
/
+35
*
Don't pass PluginMetadata to the installation callback.
bauerb@chromium.org
2012-11-03
1
-5
/
+5
*
Remove TabContents from browser/plugins.
avi@chromium.org
2012-11-02
1
-2
/
+1
*
Block NPAPI plug-ins in Metro mode instead of not loading them at all.
bauerb@chromium.org
2012-10-26
1
-11
/
+6
*
Switch InfoBarTabHelper to use WebContentsUserData.
avi@chromium.org
2012-10-11
1
-2
/
+1
*
Fix crash when a download is requested for an outdated plugin.
ibraaaa@google.com
2012-10-05
1
-7
/
+8
*
PluginFinder returns copies of PluginMetadata and PluginInstaller no more agg...
ibraaaa@google.com
2012-10-02
1
-24
/
+37
*
Revert 159068 - PluginFinder returns copies of PluginMetadata and PluginInsta...
dharani@google.com
2012-09-28
1
-37
/
+24
*
PluginFinder returns copies of PluginMetadata and PluginInstaller no more agg...
ibraaaa@google.com
2012-09-27
1
-24
/
+37
*
Remove PluginGroup
ibraaaa@google.com
2012-09-27
1
-12
/
+12
*
Remove dependency of plugin infobar delegates on PluginObserver.
bauerb@chromium.org
2012-09-25
1
-7
/
+5
*
Switch PluginObserver to use WebContentsUserData.
avi@chromium.org
2012-09-24
1
-2
/
+4
[next]