summaryrefslogtreecommitdiffstats
path: root/chrome/app
Commit message (Collapse)AuthorAgeFilesLines
* Pull in new launchpad.net translations and actually build thetony@chromium.org2011-02-025-20/+109
| | | | | | | | | | | | 6 new languages on Linux if gyp is run with with use_third_party_translations=1. I also moved the translations from src/chrome/third_party to src/third_party, since the translations cover more than chrome/. Review URL: http://codereview.chromium.org/6410010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73381 0039d316-1c4b-4281-b951-d872f2087c98
* Added command line switches and UI (controlled via a build option)davemoore@chromium.org2011-02-013-0/+10
| | | | | | | | | | | to make it easier to use the sampling profiler. BUG=None TEST=None Review URL: http://codereview.chromium.org/6250070 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73374 0039d316-1c4b-4281-b951-d872f2087c98
* Add a grit define for enabling third_party translations.tony@chromium.org2011-02-011-22/+30
| | | | | | | | | | | | | Turn it off by default and add conditions to chromium_strings.grd for third_party specific outputs. Add the ability to filter xtb files (translations) using if nodes. TEST=still able to compile chrome Review URL: http://codereview.chromium.org/6392033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73314 0039d316-1c4b-4281-b951-d872f2087c98
* Removed icon from View Background Pages menu item in wrench menu.atwilson@chromium.org2011-02-012-1/+0
| | | | | | | | | BUG=71489 TEST=Install extension with background page, pull up wrench menu, see no icon next to View Background Pages item. Review URL: http://codereview.chromium.org/6347062 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73305 0039d316-1c4b-4281-b951-d872f2087c98
* Adds basic error text for all errors with a 1% or greatermmenke@chromium.org2011-02-011-1/+35
| | | | | | | | | | | | | | | frequency on the dev channel build. The text for most of the errors isn't terribly useful, but the default "Unkown Error" is a little embarrassing. Also nice to get the error descriptions internationalized. BUG=55726 TEST=none Review URL: http://codereview.chromium.org/6392030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73286 0039d316-1c4b-4281-b951-d872f2087c98
* Introduced a new policy DefaultBrowserSettingEnabled.pastarmovj@chromium.org2011-02-012-7/+19
| | | | | | | | | | | | | | When set it either enforces Chrome's registration as default browser, or prevents the user from seeing the reminder about Chrome not being default as well as disabled the UI for setting it as default browser. When not set the old behavior is observed. BUG=65290 TEST=Manual. Set the policy and the UI should be disabled. If set to true the browser should become default browser immediately. Review URL: http://codereview.chromium.org/6348021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73280 0039d316-1c4b-4281-b951-d872f2087c98
* Turn off background page badge on wrench menu.atwilson@chromium.org2011-02-011-0/+0
| | | | | | | | | BUG=71489 TEST=Install extension with background page, see that there's no badge on wrench menu. Review URL: http://codereview.chromium.org/6260053 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73254 0039d316-1c4b-4281-b951-d872f2087c98
* Remove the internal-nacl flag.sehr@google.com2011-02-011-1/+0
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/6250050 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73252 0039d316-1c4b-4281-b951-d872f2087c98
* Generate correct spoken feedback on signin and errorschaitanyag@chromium.org2011-02-011-0/+10
| | | | | | | | BUG=chromium-os:11320 TEST=manual Review URL: http://codereview.chromium.org/6347017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73226 0039d316-1c4b-4281-b951-d872f2087c98
* linux: set LC_NUMERIC to C for all non-browser processesevan@chromium.org2011-02-011-0/+11
| | | | | | | | | | | | | | In languages where comma is a decimal separator, printf() will obey the locale. This makes all sorts of things break (see bugs). We can sidestep these bugs by adjusting the locale early on. BUG=22782,39964 TEST=tried the test steps in r21586 (verifying a Japanese filename uploaded), as well as tested a webm video in a German locale Review URL: http://codereview.chromium.org/6347045 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73225 0039d316-1c4b-4281-b951-d872f2087c98
* Landing http://codereview.chromium.org/6326013/ on behalf of ↵zelidrag@chromium.org2011-01-311-0/+6
| | | | | | | | | | | | | dgozman@chromium.org: Added labels 'less' and 'more' under trackpad sensitivity slider in settings->system->touchpad. BUG=chromium-os:9004 TEST=Open chrome://settings, navigate to System->Touchpad and observe labels under the sensitivity slider. Review URL: http://codereview.chromium.org/6344019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73155 0039d316-1c4b-4281-b951-d872f2087c98
* Spruce up close buttons for blocked/click-to-play plugins.bauerb@chromium.org2011-01-311-0/+3
| | | | | | | | | | | The close buttons now look like in chrome://settings: Light by default, dark on hover and even darker when clicked. And they have a tooltip. BUG=63695 TEST=none Review URL: http://codereview.chromium.org/6308023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73142 0039d316-1c4b-4281-b951-d872f2087c98
* Change the initial passphrase screen to match the new mocks.johnnyg@chromium.org2011-01-291-1/+7
| | | | | | | | | BUG=71107 TEST=upgrade scenario for a "sync everything" user, click NTP promo. Review URL: http://codereview.chromium.org/6377014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73044 0039d316-1c4b-4281-b951-d872f2087c98
* This implements the window switcher ui in the status bargspencer@chromium.org2011-01-283-0/+2
| | | | | | | | | | | on ChromeOS. BUG=chromium-os:3906 TEST=installed on device and tested UI. Review URL: http://codereview.chromium.org/6343011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73016 0039d316-1c4b-4281-b951-d872f2087c98
* The zoom out button in the crazy menu should use a minus sign, not a dash.erg@google.com2011-01-281-2/+2
| | | | | | | | | | | | We are currently using a dash, not a minus, which does not match the horizontal width of the plus sign. BUG=none TEST=The horizontal width of the minus is the same as the plus character. Review URL: http://codereview.chromium.org/6357024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72973 0039d316-1c4b-4281-b951-d872f2087c98
* Reland 72784danno@chromium.org2011-01-285-2/+106
| | | | | | | | | | | This is the first step to being able to re-constitute policy from a non-generic protobuf in a policy request in a fully automated way (i.e. the code for the process can be generated). The non-generic protobuf is required for automatic merging of policy on the server-side. BUG=68309 TEST=existing policy/provider tests Review URL: http://codereview.chromium.org/6357021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72956 0039d316-1c4b-4281-b951-d872f2087c98
* DOMUI: Fix nits from UI review.stuartmorgan@chromium.org2011-01-271-5/+5
| | | | | | | | | | | | | | | | | | | * Home page URL field now styled. * Fixed jiggling rows in search engine manager list. * Fixed 'make default' button margins. * Added better margin for 'Get themes' link. * Fixed margins of AF add buttons. * Revamped search page title. * Fixed the margin of the content of language options page. * Added indent for 'Clear browser data' checkboxes. * Removed default height of cookies list. BUG=none TEST=none Review URL: http://codereview.chromium.org/6279018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72898 0039d316-1c4b-4281-b951-d872f2087c98
* Use shorter adobe flash settings string for tabbed options link.estade@chromium.org2011-01-271-1/+1
| | | | | | | | | BUG=63843 TEST=visual Review URL: http://codereview.chromium.org/6386007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72868 0039d316-1c4b-4281-b951-d872f2087c98
* New strings for sync UI as requested by UI leads.johnnyg@chromium.org2011-01-271-12/+12
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/6341012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72809 0039d316-1c4b-4281-b951-d872f2087c98
* Implement pref policy for disabling incognito mode.finnur@chromium.org2011-01-271-0/+13
| | | | | | | | | | | 2nd attempt with shutdown crash fix (only difference is in browser.cc). BUG=66413 TEST=None Review URL: http://codereview.chromium.org/6279012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72791 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 72784 - Policy: generate boilerplate policy type and constant code.danno@chromium.org2011-01-275-104/+2
| | | | | | | | | | | | | This is the first step to being able to re-constitute policy from a non-generic protobuf in a policy request in a fully automated way (i.e. the code for the process can be generated). The non-generic protobuf is required for automatic merging of policy on the server-side. BUG=68309 TEST=existing policy/provider tests Review URL: http://codereview.chromium.org/6002015 TBR=danno@chromium.org git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72785 0039d316-1c4b-4281-b951-d872f2087c98
* Policy: generate boilerplate policy type and constant code.danno@chromium.org2011-01-275-2/+104
| | | | | | | | | | | This is the first step to being able to re-constitute policy from a non-generic protobuf in a policy request in a fully automated way (i.e. the code for the process can be generated). The non-generic protobuf is required for automatic merging of policy on the server-side. BUG=68309 TEST=existing policy/provider tests Review URL: http://codereview.chromium.org/6002015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72784 0039d316-1c4b-4281-b951-d872f2087c98
* Put some plug-ins behind an infobar, where they have:cevans@chromium.org2011-01-271-0/+6
| | | | | | | | | | | | - Been targeted by mass malware. - Do not yet have a good sandboxing story. BUG=60458 TEST=http://java.sun.com/products/plugin/1.4/demos/applets/Blink/example1.html with default plug-in settings. Review URL: http://codereview.chromium.org/6350010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72766 0039d316-1c4b-4281-b951-d872f2087c98
* Remove "for all users" from malware interstitial checkbox.panayiotis@google.com2011-01-271-1/+1
| | | | | | | | TEST=go to ianfette.org BUG=70980 Review URL: http://codereview.chromium.org/6342023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72742 0039d316-1c4b-4281-b951-d872f2087c98
* Removes different instant behaviors that are no longer used.sky@chromium.org2011-01-261-15/+0
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/6245012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72692 0039d316-1c4b-4281-b951-d872f2087c98
* Tweak title bar; give one more pixel at the top, one extra pixel spacing to ↵avi@chromium.org2011-01-261-29/+12
| | | | | | | | | | | | | right/left of window widgets. xib change: tab strip one pixel taller BUG=70597 TEST=none Review URL: http://codereview.chromium.org/6280017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72677 0039d316-1c4b-4281-b951-d872f2087c98
* From the enter-passphrase screen in sync setup, canceling should only ↵johnnyg@chromium.org2011-01-261-0/+13
| | | | | | | | | | | disable encrypted sync, not all sync. Show a confirmation dialog for the same and ignore future passphrase warnings that are decryption-related, as long as encrypted datatypes are not being used. BUG=60182 TEST=see bug Review URL: http://codereview.chromium.org/6364009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72659 0039d316-1c4b-4281-b951-d872f2087c98
* Add and update PDF infobar strings.jam@chromium.org2011-01-261-2/+6
| | | | | | Review URL: http://codereview.chromium.org/6360021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72646 0039d316-1c4b-4281-b951-d872f2087c98
* Fix typo in DisableCNAMELookup policy descriptionjkummerow@chromium.org2011-01-261-1/+1
| | | | | | | | | BUG=66869 TEST=None Review URL: http://codereview.chromium.org/6274013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72643 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 72624 (due to crashes) - Implement pref policy for disabling ↵finnur@chromium.org2011-01-261-13/+0
| | | | | | | | | | | | | | incognito mode. BUG=66413 TEST=None Review URL: http://codereview.chromium.org/6313008 TBR=finnur@chromium.org Review URL: http://codereview.chromium.org/6399001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72630 0039d316-1c4b-4281-b951-d872f2087c98
* Implement pref policy for disabling incognito mode.finnur@chromium.org2011-01-261-0/+13
| | | | | | | | | BUG=66413 TEST=None Review URL: http://codereview.chromium.org/6313008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72624 0039d316-1c4b-4281-b951-d872f2087c98
* dom-ui settings: Improve search field behavior.csilv@chromium.org2011-01-251-3/+0
| | | | | | | | | | | | - focus search field by default. - don't show search results page until user starts typing. - focus search field on forward slash if not focused on a control. BUG=69154,69722 TEST=Verify focusing behavior per above. Review URL: http://codereview.chromium.org/6360016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72547 0039d316-1c4b-4281-b951-d872f2087c98
* Fix StatsCounters on mac.tonyg@chromium.org2011-01-251-8/+7
| | | | | | | | | | | | | | In order for the shared memory to work, they must all use the same file name which is keyed by the pid of the browser process. Previously the mac code path was using the pid for each process so there was no sharing happening. Now mac uses the same code path as win which properly uses the parent pid for all procs. BUG=None TEST=None Review URL: http://codereview.chromium.org/6364006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72538 0039d316-1c4b-4281-b951-d872f2087c98
* Minor fixes to the Ready Mode UI.erikwright@chromium.org2011-01-251-1/+1
| | | | | | | | BUG=None TEST=None Review URL: http://codereview.chromium.org/6335012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72527 0039d316-1c4b-4281-b951-d872f2087c98
* Only allow extension pages to be displayed in the sidebar to be consistentalekseys@chromium.org2011-01-251-0/+3
| | | | | | | | | | | | | | | | | | | | | with the rest of the extension system. Change extension manifest "sidebar" section and sidebar API accordingly: "sidebar": { "default_icon": "", "default_page": "", "default_title": "" } chrome.experimental.sidebar.navigate({tabId: ..., path: ...}) BUG=51084 TEST=browser_tests::Sidebar.*, unit_tests::ExtensionManifestTest.Sidebar Review URL: http://codereview.chromium.org/6378009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72514 0039d316-1c4b-4281-b951-d872f2087c98
* Fix privacy link and minor fixes in strings.rkc@chromium.org2011-01-251-3/+3
| | | | | | | | | BUG=chromium-os:10180, chromium:70450, chromium:70451 TEST=Verified strings and link were changed. Review URL: http://codereview.chromium.org/6314014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72455 0039d316-1c4b-4281-b951-d872f2087c98
* Added a diagnostic user message when enumerating printers fails. Also ↵sanjeevr@chromium.org2011-01-241-1/+4
| | | | | | | | | | | tweaked some of the strings. BUG=None TEST=Test Cloud Print Proxy. Review URL: http://codereview.chromium.org/6356007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72422 0039d316-1c4b-4281-b951-d872f2087c98
* Fix bug where when the 3G data plan is unknown, we show a green 3G badge. We ↵chocobo@chromium.org2011-01-243-0/+2
| | | | | | | | | | now show a grey 3G badge when the data plan is unknown. BUG=chromium-os:9720 TEST=connect/disconnect from 3G. Verify that we transition to state with unknown plans (grey 3G badge). Review URL: http://codereview.chromium.org/6370010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72371 0039d316-1c4b-4281-b951-d872f2087c98
* Update the Ready Mode UI in response to feedback from UI leads, Chrome Frame ↵erikwright@chromium.org2011-01-243-6/+18
| | | | | | | | | | team. BUG=None TEST=chrome_frame_unittests --gtest_filter=Ready* Review URL: http://codereview.chromium.org/6314016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72366 0039d316-1c4b-4281-b951-d872f2087c98
* Refactor the plugin lists handling code.pastarmovj@chromium.org2011-01-241-3/+0
| | | | | | | | | | | | | | | | | Effects of this refactor: 1. The WebPluginInfo now keep information not only if a plugin is disabled but also the reason for that. It can either be user, policy or both. That way we can restore the right value after policies stop to control the feature. 2. Plugins can be correctly enabled and disabled either as a group or separately. 3. The code is cleaner and PluginGroup is not duplicating information from PluginList but stores all needed information and provides it through cleaner interface. BUG=54681,66505,69374,69148 TEST=Manual for the policy. DefaultPluginUITest.DefaultPluginLoadTest from ui_tests and Plugin* from test_shell_tests. Review URL: http://codereview.chromium.org/5699005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72341 0039d316-1c4b-4281-b951-d872f2087c98
* A new string for setup.exe safeguards.grt@chromium.org2011-01-242-0/+6
| | | | | | | | BUG=61609 TEST=none Review URL: http://codereview.chromium.org/6260017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72334 0039d316-1c4b-4281-b951-d872f2087c98
* Remove newline from placeholder in policy_templates.jsongfeher@chromium.org2011-01-241-2/+1
| | | | | | | | | | | | | This fixes a 'Conflicting declarations of PRODUCT_NAME within message' crash when policy_templates.xmb is generated. TBR=joi BUG=none TEST=none Review URL: http://codereview.chromium.org/6366009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72317 0039d316-1c4b-4281-b951-d872f2087c98
* Change warning for tabs permission to be more accurateaa@chromium.org2011-01-241-0/+3
| | | | | | | | | BUG=62566 TEST=unit_tests and browser_tests, installed extensions from chrome.google.com/extensions TBR=tessamac@chromium.org Patch from Tessa MacDuff <tessamac@chromium.org>. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72315 0039d316-1c4b-4281-b951-d872f2087c98
* Re-land http://codereview.chromium.org/6339004 which was revertedcrogers@google.com2011-01-221-0/+6
| | | | | | | | BUG=none TEST=none TBR=rniwa git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72278 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 72261 - Add run-time enable support for the web audio APIrniwa@chromium.org2011-01-221-6/+0
| | | | | | | | | | | | | | Windows browser tests are failing. BUG=none TEST=none (tested locally on Mac OS X to verify about:flags shows the web audio feature and that it can be enabled/disabled) Review URL: http://codereview.chromium.org/6339004 TBR=crogers@google.com Review URL: http://codereview.chromium.org/6364005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72270 0039d316-1c4b-4281-b951-d872f2087c98
* Add run-time enable support for the web audio APIcrogers@google.com2011-01-221-0/+6
| | | | | | | | | BUG=none TEST=none (tested locally on Mac OS X to verify about:flags shows the web audio feature and that it can be enabled/disabled) Review URL: http://codereview.chromium.org/6339004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72261 0039d316-1c4b-4281-b951-d872f2087c98
* DOMUI: Fix the casing the of the Autofill overlay titles.jhawkins@chromium.org2011-01-221-12/+28
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/6376008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72252 0039d316-1c4b-4281-b951-d872f2087c98
* String changes for sync dialog suggested by Brian.johnnyg@chromium.org2011-01-221-5/+5
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/6371007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72249 0039d316-1c4b-4281-b951-d872f2087c98
* When we detect a PDF with an unsupported feature, ask the user if they want ↵jam@chromium.org2011-01-221-0/+29
| | | | | | | | | to view it with Adobe Reader if it's installed. If it's not, ask them if they want to launch the url to install it. If it's installed and out of date, show an interstitial. BUG=65339 Review URL: http://codereview.chromium.org/6259008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72240 0039d316-1c4b-4281-b951-d872f2087c98
* Move l10n_util to ui/baseben@chromium.org2011-01-211-1/+1
| | | | | | | | | BUG=none TEST=none TBR=brettw git-svn-id: svn://svn.chromium.org/chrome/trunk/src@72227 0039d316-1c4b-4281-b951-d872f2087c98