summaryrefslogtreecommitdiffstats
path: root/ppapi/shared_impl/ppapi_preferences.cc
Commit message (Collapse)AuthorAgeFilesLines
* Allow separately blacklisting Stage3D baseline mode.jbauman@chromium.org2013-02-121-1/+3
| | | | | | | | | | | | Some older drivers should support Stage3D constrained mode, not baseline mode, so add blacklist entries for that. BUG=172771 Review URL: https://chromiumcodereview.appspot.com/12079111 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@181836 0039d316-1c4b-4281-b951-d872f2087c98
* cc: Remove cc::settings, move them to LayerTreeSettings.danakj@chromium.org2012-11-141-2/+3
| | | | | | | | | | | | | | | | For now, we don't want to make plumbing through the WebKit API for all these settings. So they are marked with a TODO to move into chromium. When we are no longer going through the WebKit API from chromium, we can set these settings in chromium, instead of reading the command-line parameters in cc. Depends on: https://bugs.webkit.org/show_bug.cgi?id=102146 R=jamesr BUG=160771 Review URL: https://chromiumcodereview.appspot.com/11361223 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@167750 0039d316-1c4b-4281-b951-d872f2087c98
* Also check for accelerated plugins when determining when 3d is really enabled.jbauman@chromium.org2012-09-071-1/+4
| | | | | | | | | | | | This filters out machines where we're using SwiftShader. BUG=146876 Review URL: https://chromiumcodereview.appspot.com/10909102 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@155338 0039d316-1c4b-4281-b951-d872f2087c98
* Add UMA histogram to determine how often Stage3D could be used.jbauman@chromium.org2012-08-291-1/+2
| | | | | | | | BUG= Review URL: https://chromiumcodereview.appspot.com/10875077 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@153887 0039d316-1c4b-4281-b951-d872f2087c98
* Let flash query the number of CPU cores present.tsepez@chromium.org2012-06-181-0/+2
| | | | | | Review URL: https://chromiumcodereview.appspot.com/10533163 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@142830 0039d316-1c4b-4281-b951-d872f2087c98
* Coverity: Initialize member variables.jhawkins@chromium.org2012-06-071-1/+2
| | | | | | | | | | | | | | CID_COUNT=2 CID=104157,104158 BUG=none TEST=none R=groby TBR=jam@chromium.org,brettw@chromium.org Review URL: https://chromiumcodereview.appspot.com/10534043 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@141026 0039d316-1c4b-4281-b951-d872f2087c98
* Connect up flash blacklist entries to GetSettingIntjbauman@chromium.org2012-06-041-3/+2
| | | | | | | | | | | | This allows us to blacklist flash 3d and stage3d separately. BUG=129847 TEST= Review URL: https://chromiumcodereview.appspot.com/10501006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@140414 0039d316-1c4b-4281-b951-d872f2087c98
* Migrate WebKit "global script" font prefs.falken@chromium.org2012-05-181-6/+4
| | | | | | | | | | | | | | | | | | | | | | | | | The effect is to migrate a pref like webkit.webprefs.global.standard_font_family to webkit.webprefs.fonts.standard.Zyyy This has two motivations: 1) Undo the migration of font prefs to the "global" (as opposed to per-tab) namespace, as planned here: <http://codereview.chromium.org/9838050>. There are still more prefs to move out of "global" after this patch. 2) Move the "global script" (as opposed to per-script) font prefs into the per-script font maps, under the script code "Zyyy" (the ISO 15924 code for the "Common" script). This is consistent with WebKit-side settings and should simplify the code overall as we no longer have to special case the global script vs the per-script fonts. TBR=gene for chrome/browser/printing BUG=123812 TEST=browser_tests --gtest_filter=PrefsTab* and ExtensionApiTest.Font* Review URL: https://chromiumcodereview.appspot.com/10107014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137835 0039d316-1c4b-4281-b951-d872f2087c98
* Quote WebPreferences in namespace webkit_glue.wangxianzhu@chromium.org2012-05-111-2/+2
| | | | | | | | | | | | | | To avoid name conflict when linking DumpRenderTree which has its own implementation of the class with the same name. BUG=127811 TEST=Build all without errors TBR=kalman@chromium.org,dpapad@chromium.org,ben@chromium.org,battre@chromium.org Review URL: https://chromiumcodereview.appspot.com/10384128 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@136707 0039d316-1c4b-4281-b951-d872f2087c98
* Add an API to determine if the system will support accelerationbrettw@chromium.org2012-05-021-2/+6
| | | | | | | | | BUG= TEST= Review URL: https://chromiumcodereview.appspot.com/10213005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@134959 0039d316-1c4b-4281-b951-d872f2087c98
* Use the WebKit default fonts when specifying generic font families.brettw@chromium.org2011-05-261-0/+28
This pipes through a new preferences object that the font system can use. It now picks up these faces as well as the default font size. Clarify this behavior in the interface. TEST=manual (font example included). BUG=none Review URL: http://codereview.chromium.org/7053022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86870 0039d316-1c4b-4281-b951-d872f2087c98