summaryrefslogtreecommitdiffstats
path: root/chrome/browser/chromeos/plugin_selection_policy.cc
Commit message (Collapse)AuthorAgeFilesLines
* Remove PluginSelectionPolicy since it's not used anymore.jam@chromium.org2011-05-171-172/+0
| | | | | | Review URL: http://codereview.chromium.org/7038011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@85669 0039d316-1c4b-4281-b951-d872f2087c98
* cros: The next 100 clang plugin errors.thakis@chromium.org2011-05-151-0/+2
| | | | | | | | | | BUG=none TEST=none TBR=dpolukhin Review URL: http://codereview.chromium.org/7022008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@85418 0039d316-1c4b-4281-b951-d872f2087c98
* This fixes a fairly obscure bug in the plugin selection policy code.gspencer@chromium.org2011-04-121-4/+4
| | | | | | | | | BUG=64384 TEST=Ran new unit test. Review URL: http://codereview.chromium.org/6713042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@81276 0039d316-1c4b-4281-b951-d872f2087c98
* Update a bunch of files to the new location of browser_thread.hjam@chromium.org2011-03-011-1/+1
| | | | | | | TBR=avi Review URL: http://codereview.chromium.org/6594063 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@76357 0039d316-1c4b-4281-b951-d872f2087c98
* Re-land earlier patch that moves the NPAPI implementation from ↵brettw@chromium.org2010-12-211-2/+3
| | | | | | webkit/glue/plugins to webkit/plugins/npapi git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69808 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 69763 - Fix ChromeOS build.brettw@chromium.org2010-12-201-3/+2
| | | | | | | TBR=brettw@chromium.org Review URL: http://codereview.chromium.org/5999005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69764 0039d316-1c4b-4281-b951-d872f2087c98
* Fix ChromeOS build.brettw@chromium.org2010-12-201-2/+3
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69763 0039d316-1c4b-4281-b951-d872f2087c98
* Added a new case in unit test, and fixed some post-commit commentsgspencer@chromium.org2010-10-291-5/+8
| | | | | | | | | | | from last review. BUG=none TEST=ran unit test. Review URL: http://codereview.chromium.org/3848001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64512 0039d316-1c4b-4281-b951-d872f2087c98
* This adds a plugin selection policy for selecting which plugin isgspencer@chromium.org2010-10-141-0/+166
allowed for a particular domain. It is only used on ChromeOS. It reads from a file that is installed in a known location on ChromeOS, and uses that as it's policy. When there are multiple plugins supporting the same mime-type, the appropriate plugin file to load is now selected based on policy. BUG=http://crosbug.com/7403 TEST=ran new unit test, tested on device. Review URL: http://codereview.chromium.org/3717005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62679 0039d316-1c4b-4281-b951-d872f2087c98