summaryrefslogtreecommitdiffstats
path: root/chrome/browser/default_plugin_uitest.cc
Commit message (Collapse)AuthorAgeFilesLines
* Remove the default plugin.bauerb@chromium.org2012-01-241-41/+0
| | | | | | | | | | | | TBR=darin@chromium.org BUG=62079 TEST=none Review URL: http://codereview.chromium.org/9074004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@118855 0039d316-1c4b-4281-b951-d872f2087c98
* Disable DefaultPluginLoadTest and PluginLoadUnload for thervargas@google.com2011-12-211-1/+7
| | | | | | | | | | components build. BUG=107735 TEST=green shared bot Review URL: http://codereview.chromium.org/8956048 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@115233 0039d316-1c4b-4281-b951-d872f2087c98
* Use a placeholder instead of the default plugin for missing plug-ins on Mac ↵bauerb@chromium.org2011-10-051-5/+2
| | | | | | | | | | | | and Linux. BUG=62079 TEST=Missing plug-in placeholder looks different Review URL: http://codereview.chromium.org/7990005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@104144 0039d316-1c4b-4281-b951-d872f2087c98
* Moving notification types which are chrome specific to a new header file ↵ananta@chromium.org2011-07-101-1/+1
| | | | | | | | | | | | | chrome_notification_types.h. This file lives in chrome\common. The chrome specific notifications start from NOTIFICATION_CONTENT_END which defines the end of the enum used by content to define notification types. The notificaton_type.h file in content\common has been renamed to content_notification_types.h BUG=76698 Review URL: http://codereview.chromium.org/7327007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@91972 0039d316-1c4b-4281-b951-d872f2087c98
* Remove svn:mergeinfo props from many files.pkasting@chromium.org2011-04-081-1/+1
| | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/6814027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@80878 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 74118 - Remove wstring from RVH's run Javascript command.avi@chromium.org2011-02-081-6/+5
| | | | | | | | | | | | BUG=23581 TEST=no visible changes; all tests pass Review URL: http://codereview.chromium.org/6312154 TBR=avi@chromium.org Review URL: http://codereview.chromium.org/6459002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74158 0039d316-1c4b-4281-b951-d872f2087c98
* Remove wstring from RVH's run Javascript command.avi@chromium.org2011-02-081-5/+6
| | | | | | | | | BUG=23581 TEST=no visible changes; all tests pass Review URL: http://codereview.chromium.org/6312154 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74118 0039d316-1c4b-4281-b951-d872f2087c98
* Disable DefaultPluginUITest::DefaultPluginLoadTest on windows as it crashes.satish@chromium.org2010-10-051-1/+6
| | | | | | | | BUG=57952 TEST=none TBR=thakis@chromium.org git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61501 0039d316-1c4b-4281-b951-d872f2087c98
* Fix a bug effectively disabling the default plugin.bauerb@chromium.org2010-07-071-2/+1
| | | | | | | | | | | Also, re-enable DefaultPluginUITest.DefaultPluginLoadTest. BUG=48388,46662 TEST=DefaultPluginUITest.DefaultPluginLoadTest Review URL: http://codereview.chromium.org/2854041 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51713 0039d316-1c4b-4281-b951-d872f2087c98
* Disable failing test DefaultPluginUITest.DefaultPluginLoadTest.skerner@chromium.org2010-06-161-1/+2
| | | | | | | | | BUG=46662 TBR=alokp Review URL: http://codereview.chromium.org/2858007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@49945 0039d316-1c4b-4281-b951-d872f2087c98
* Make webkit_glue not depend on default_plugin.thakis@chromium.org2010-06-021-0/+33
This removes a dependency cycle and should also make life easier for DRT. Revert http://codereview.chromium.org/1658012 Review URL: http://codereview.chromium.org/2358001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@48731 0039d316-1c4b-4281-b951-d872f2087c98