summaryrefslogtreecommitdiffstats
path: root/chrome/app
Commit message (Collapse)AuthorAgeFilesLines
* Adds Linux error text for when there is no internet connectionmmenke@chromium.org2010-10-201-3/+7
| | | | | | | | | | | | | | | (ERR_INTERNET_DISCONNECTED). Unlike OSX or Windows, no instructions are given under Linux. Note that ERR_INTERNET_DISCONNECTED is currently only generated under Windows. BUG=56457 TEST=manual Review URL: http://codereview.chromium.org/3763009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@63207 0039d316-1c4b-4281-b951-d872f2087c98
* Adds spinner to the Tpm-password screen password.altimofeev@chromium.org2010-10-202-3/+3
| | | | | | | | | | | | | Spinner is added to the Tpm-password screen. Also some stubs for working with Cryptohome was implemented. BUG=chromium-os:7134 TEST=On EULA screen click on "System security settings", notice spinner is rotating until TPM password is ready. Review URL: http://codereview.chromium.org/3832011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@63203 0039d316-1c4b-4281-b951-d872f2087c98
* chromeos: Change bwsi to guest in a bunch of places.tfarina@chromium.org2010-10-201-1/+1
| | | | | | | | | BUG=chromium-os:7042 TEST=trybots Review URL: http://codereview.chromium.org/3795008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@63156 0039d316-1c4b-4281-b951-d872f2087c98
* Checkin again with compile fix.chocobo@chromium.org2010-10-2022-0/+20
| | | | | | | | | Merge 63135 - Update icons to show lowdata and very lowdata for 3G data. BUG=chromium-os:5608 TEST=manual Review URL: http://codereview.chromium.org/3748005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@63155 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 63135 - Update icons to show lowdata and very lowdata for 3G data.eroman@chromium.org2010-10-2022-20/+0
| | | | | | | | | | | | | Seems to be repsonsible for a compile failure. BUG=chromium-os:5608 TEST=manual Review URL: http://codereview.chromium.org/3748005 TBR=chocobo@chromium.org Review URL: http://codereview.chromium.org/3923002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@63145 0039d316-1c4b-4281-b951-d872f2087c98
* Update icons to show lowdata and very lowdata for 3G data.chocobo@chromium.org2010-10-1922-0/+20
| | | | | | | | BUG=chromium-os:5608 TEST=manual Review URL: http://codereview.chromium.org/3748005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@63135 0039d316-1c4b-4281-b951-d872f2087c98
* [cros] Fix multiple issues for OOBE/login.nkostylev@chromium.org2010-10-191-1/+4
| | | | | | | | | | | | | | | | | Fixed points at http://crosbug.com/7707 1) Welcome Screen: combo boxes flickering 2) Don't show register step when register screen is not defined 5) Proper font & layout for update screen 6) Updated default screen size to match mocks (EULA/register/create account), update, welcome - OK. Sign in screen has the same size when presented alone or with other pods. 9) Added « character to EULA Back button. BUG=chromium-os:7707 TEST=Manual. Review URL: http://codereview.chromium.org/3863003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@63045 0039d316-1c4b-4281-b951-d872f2087c98
* GTTF: Remove flaky and/or useless UI tests.phajdan.jr@chromium.org2010-10-191-31/+1
| | | | | | | | | | | | | | | | | An example of a flake: ChromeMainTest.AppLaunch: c:\b\slave\win\build\src\chrome\app\chrome_main_uitest.cc(28): error: Value of: UITest::GetBrowserProcessCount() Actual: 3 Expected: 2 BUG=none TEST=ui_tests Review URL: http://codereview.chromium.org/3796009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@63033 0039d316-1c4b-4281-b951-d872f2087c98
* Clear AutoFill data along with Form Autocomplete data from Clear Browsing ↵isherman@chromium.org2010-10-191-1/+1
| | | | | | | | | | | Data dialog BUG=49128 TEST=none Review URL: http://codereview.chromium.org/3807009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62997 0039d316-1c4b-4281-b951-d872f2087c98
* Change a raw "Google Chrome" to $PRODUCT_NAME in generated_resources.grd.mpcomplete@chromium.org2010-10-181-1/+1
| | | | | | | | | BUG=no TEST=no Review URL: http://codereview.chromium.org/3817006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62993 0039d316-1c4b-4281-b951-d872f2087c98
* Move scoped_nsdisable_screen_update from base to app/macbrettw@chromium.org2010-10-182-4/+4
| | | | | | | | | | | Move scoped_aedesc from base to base/mac Use namespace and proper Google-style class naming. TEST=it compiles BUG=none Review URL: http://codereview.chromium.org/3828009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62904 0039d316-1c4b-4281-b951-d872f2087c98
* Move chrome/browser/cocoa/download_* to chrome/browser/cocoa/download/.viettrungluu@chromium.org2010-10-183-6/+6
| | | | | | | | | BUG=none TEST=builds Review URL: http://codereview.chromium.org/3813008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62903 0039d316-1c4b-4281-b951-d872f2087c98
* Add an AX/NSDescription for the NSTableView in Basics->Startup with the ↵dtseng@chromium.org2010-10-171-0/+1
| | | | | | | | | | following pages table. BUG=37342 TEST=verify property is set via VoiceOver and Accessibility Inspector. Review URL: http://codereview.chromium.org/3781008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62889 0039d316-1c4b-4281-b951-d872f2087c98
* Move pe_image and registry from base to base/win and use the namespace. It ↵brettw@chromium.org2010-10-171-3/+5
| | | | | | | | | | | | removes windows_message_list which isn't used. This keeps a stub for registry in the old location until we can update that. TEST=it compiles BUG=none Review URL: http://codereview.chromium.org/3836005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62888 0039d316-1c4b-4281-b951-d872f2087c98
* Move scoped_cftyperef from base to base/mac, use the new namespace, and name itbrettw@chromium.org2010-10-171-2/+2
| | | | | | | | | | properly (scoped_cftyperef -> ScopedCFTypeRef). TEST=it compiles BUG=none Review URL: http://codereview.chromium.org/3855001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62887 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 62881 - Moves instant back into flags.sky@chromium.org2010-10-171-2/+8
| | | | | | | | | | | | | | | I'm TBRing this since it's mostly a revert. TBR=ben@chromium.org BUG=59298 TEST=make sure instant isn't in preferences anymore. Review URL: http://codereview.chromium.org/3809005 TBR=sky@chromium.org Review URL: http://codereview.chromium.org/3777009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62883 0039d316-1c4b-4281-b951-d872f2087c98
* Moves instant back into flags.sky@chromium.org2010-10-171-8/+2
| | | | | | | | | | | | I'm TBRing this since it's mostly a revert. TBR=ben@chromium.org BUG=59298 TEST=make sure instant isn't in preferences anymore. Review URL: http://codereview.chromium.org/3809005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62881 0039d316-1c4b-4281-b951-d872f2087c98
* Add Group-Policy to disable the SPDY protocol.mbelshe@chromium.org2010-10-162-0/+17
| | | | | | | | | BUG=59105 TEST=Configuration* Review URL: http://codereview.chromium.org/3782007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62875 0039d316-1c4b-4281-b951-d872f2087c98
* Move chrome/browser/cocoa/bookmark_* to chrome/browser/cocoa/bookmarks/.viettrungluu@chromium.org2010-10-156-18/+18
| | | | | | | | | BUG=none TEST=builds Review URL: http://codereview.chromium.org/3828006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62792 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 61848 - [Mac] UI for clearing sync data on the server.avi@chromium.org2010-10-151-2317/+558
| | | | | | | | | | | | | | xib change: Nest current checkboxes inside tab, add needed elements to other tab. BUG=57876 TEST=as in bug 54349; functionality currently hidden behind flag Review URL: http://codereview.chromium.org/3590020 TBR=avi@chromium.org Review URL: http://codereview.chromium.org/3840001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62786 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 62189 - [Mac] Update Clear Browsing dialog for proper functioning ↵avi@chromium.org2010-10-151-81/+29
| | | | | | | | | | | | | | | | | | from incognito windows, only hide server data delete if switch is not set. Mirror to r62147. nib changes: - for the five "clear server data" items, hidden bound to !owner.isSyncVisible - for the "clear server data" button, enabled bound to owner.isSyncEnabled, enabled2 bound to !isClearing BUG=none TEST=none Review URL: http://codereview.chromium.org/3674005 TBR=avi@chromium.org Review URL: http://codereview.chromium.org/3836003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62782 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 62641 - Remove the dashboard link from the Prefs, since it's now in ↵avi@chromium.org2010-10-151-20/+118
| | | | | | | | | | | | | | | | Clear Browsing Data. Essentially a revert of r52258, though done by hand. xib: Removed the link from the sync group, removed continuation array, resized everything else to close the gap. BUG=59095 TEST=go into options, find no "go to Google Dashboard" link Review URL: http://codereview.chromium.org/3761005 TBR=avi@chromium.org Review URL: http://codereview.chromium.org/3799004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62778 0039d316-1c4b-4281-b951-d872f2087c98
* DOMUI: Move 'Show home button' on Browser page to a new section titled ↵tfarina@chromium.org2010-10-151-0/+7
| | | | | | | | | | | 'Toolbar'. BUG=59269 TEST=visual Review URL: http://codereview.chromium.org/3795007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62728 0039d316-1c4b-4281-b951-d872f2087c98
* Move windows version-related stuff out of base/win_util and into ↵brettw@chromium.org2010-10-151-3/+3
| | | | | | | | | | | | | | base/win/windows_version. Many files now only need to include this instead of all of win_util. Remove a bunch of unused code from base/win_util. There was a surprising amount. Replace the AppUserModel property key with the one from the SDK now that we use the Win7 SDK. Move GetLogonSessionOnlyDACL from win_util to ipc since it's only used in that one place. TEST=it compiles BUG=none Review URL: http://codereview.chromium.org/3823002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62694 0039d316-1c4b-4281-b951-d872f2087c98
* First round UI touch up of DOMUI based network menu.xiyuan@chromium.org2010-10-141-0/+12
| | | | | | | | | | | | | - Update network UI to make it closer to mocks; - Update menu.css to use default cursor; - Allow derived menu UI pass localized strings; BUG=chromium-os:7343 TEST=none. Review URL: http://codereview.chromium.org/3771003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62674 0039d316-1c4b-4281-b951-d872f2087c98
* about:flags, part 2/3thakis@chromium.org2010-10-143-1/+1
| | | | | | | | | | | Rename labs.html to flags.html, use the new images. BUG=59139 TEST=Go to about:flags. Notice new icons. Review URL: http://codereview.chromium.org/3801005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62663 0039d316-1c4b-4281-b951-d872f2087c98
* Remove the dashboard link from the Prefs, since it's now in Clear Browsing ↵avi@chromium.org2010-10-141-118/+20
| | | | | | | | | | | | | Data. Essentially a revert of r52258, though done by hand. xib: Removed the link from the sync group, removed continuation array, resized everything else to close the gap. BUG=59095 TEST=go into options, find no "go to Google Dashboard" link Review URL: http://codereview.chromium.org/3761005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62641 0039d316-1c4b-4281-b951-d872f2087c98
* Update strings for late-breaking requirements.pkasting@chromium.org2010-10-141-2/+2
| | | | | | | | | BUG=59155,59157 TEST=none TBR=glen Review URL: http://codereview.chromium.org/3810005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62630 0039d316-1c4b-4281-b951-d872f2087c98
* Rename about:labs to about:flags, step 1/3thakis@chromium.org2010-10-141-41/+41
| | | | | | | | | | | | | This changes the url and the text on about:flags to a bit more scary. The text is taken from https://docs.google.com/a/google.com/document/d/1VRZjR3GGX2FJFsAe8AKMAYRNPMp-sH2cefU0KvaQo0M/edit?hl=en# BUG=59139,53399 TEST=about:labs doesn't do anything any more. about:flags does. Review URL: http://codereview.chromium.org/3817004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62624 0039d316-1c4b-4281-b951-d872f2087c98
* New icons for about:flagsthakis@chromium.org2010-10-142-0/+0
| | | | | | | | BUG=59139 TEST=None TBR=trungl git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62622 0039d316-1c4b-4281-b951-d872f2087c98
* Add a ChromeOsLockOnIdleSuspend policy for ChromeOs.xiyuan@chromium.org2010-10-142-1/+28
| | | | | | | | | | | The policy is wired with settings.enable_screen_lock. BUG=chromium-os:6546 TEST=Create a policy json file and verify the screen lock checkbox is managed in "Person stuff" options page. Review URL: http://codereview.chromium.org/3611012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62562 0039d316-1c4b-4281-b951-d872f2087c98
* BAdd purchase more link to 3g notifications.chocobo@chromium.org2010-10-141-0/+3
| | | | | | | | BUG=chromium-os:7301 TEST=manual Review URL: http://codereview.chromium.org/3787001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62512 0039d316-1c4b-4281-b951-d872f2087c98
* Move Stats, histograms, and field trial into a metrics subdirectory of base andbrettw@chromium.org2010-10-141-5/+5
| | | | | | | | | put them in the base namespace. TEST=it compiles BUG=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62510 0039d316-1c4b-4281-b951-d872f2087c98
* Autofill dropdown: String change from "Autofill options" to "Chrome Autofill ↵dhollowa@chromium.org2010-10-141-4/+10
| | | | | | | | | | | | | options" The "Autofill options" popup menu item is renamed "Chrome Autofill options". BUG=59127 TEST=Manual, visual inspection. Review URL: http://codereview.chromium.org/3824001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62498 0039d316-1c4b-4281-b951-d872f2087c98
* base: Move SplitString functions into the base namespace and update the callers.tfarina@chromium.org2010-10-141-1/+1
| | | | | | | | | BUG=None TEST=trybots Review URL: http://codereview.chromium.org/3750001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62483 0039d316-1c4b-4281-b951-d872f2087c98
* cros scrollbar image changes.davemoore@chromium.org2010-10-1312-0/+0
| | | | | | | | | BUG=chromium-os:6857 TEST=none TBR=oshima@chromium.org git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62467 0039d316-1c4b-4281-b951-d872f2087c98
* dom-ui settings: Add setting for setting the minimum font size.csilv@chromium.org2010-10-131-0/+6
| | | | | | | | BUG=7417 TEST=Exercise the minimum font size setting in dom-ui settings window. Review URL: http://codereview.chromium.org/3584019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62450 0039d316-1c4b-4281-b951-d872f2087c98
* Mac: Move task manager from View->Developers to Windowthakis@chromium.org2010-10-131-21/+28
| | | | | | | | | | | Glen wanted this to move to either Chrome or Window. BUG=None TEST=Window->Task Manager should show task manager window Review URL: http://codereview.chromium.org/3761001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62447 0039d316-1c4b-4281-b951-d872f2087c98
* Implemented cellular plan details in DOM UI.zelidrag@chromium.org2010-10-131-3/+24
| | | | | | | | | BUG=chromium-os:7617 TEST=open chrome:settings, select cellular plan options, observer payment info being displayed at the top Review URL: http://codereview.chromium.org/3762001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62428 0039d316-1c4b-4281-b951-d872f2087c98
* Add Print Preview to about:labs.jhawkins@chromium.org2010-10-131-0/+6
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/3692008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62367 0039d316-1c4b-4281-b951-d872f2087c98
* Add network_menu_ui.cc and network_menu.jsstevenjb@chromium.org2010-10-121-1/+1
| | | | | | | | | | | Implement the network menu as a subclass of MenuUI (c++) and Menu (js). BUG=chromium-os:7343 TEST=Test that the network menu is still functional. NOTE: With this CL, the menu won't look pretty, and it still has the old behavior. There will be a followup CL that will fix the UI. Review URL: http://codereview.chromium.org/3675002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62266 0039d316-1c4b-4281-b951-d872f2087c98
* Add UI for setting the encryption passphrase.johnnyg@chromium.org2010-10-121-1/+46
| | | | | | | | | | | | -Tabbed version of configure page which offers both data type selection and passphrase selection -New passphrase page which doubles for creation and entry. -New common loading page which contains the spinny. -Backend changes. BUG=48706 Review URL: http://codereview.chromium.org/3655004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62249 0039d316-1c4b-4281-b951-d872f2087c98
* Change wording for default search dialog.levin@chromium.org2010-10-123-4/+4
| | | | | | | | | BUG=38475 TEST=None Review URL: http://codereview.chromium.org/3683008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62241 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 62205 - Make writing to stdout and stderr work in Chrome processes ↵isherman@chromium.org2010-10-121-22/+0
| | | | | | | | | | | | | | | | | | | | | when inherited handles are available. Don't create a console, just attach to any existing console. R=cpu BUG=none TEST=none Review URL: http://codereview.chromium.org/3574008 Reverting because it breaks browser_tests logging TBR=darin@chromium.org Review URL: http://codereview.chromium.org/3691005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62236 0039d316-1c4b-4281-b951-d872f2087c98
* Lab strings for accelerated compositor, canvas 2d, and WebGL added. Canvas ↵scheib@google.com2010-10-121-0/+18
| | | | | | | | | | | Lab exposed. BUG=56053 TEST=None: manually load about:labs Review URL: http://codereview.chromium.org/3698003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62233 0039d316-1c4b-4281-b951-d872f2087c98
* Certificate Manager strings addition & cleanup.mattm@chromium.org2010-10-121-26/+77
| | | | | | | | | | | | | | Add strings for CA cert import, server cert import, server trust editing. Standandize some terms "Certification Authority" vs "Certificate Authority", "Code Signing" vs "Object Signing". BUG=19991 TEST=none Review URL: http://codereview.chromium.org/3689003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62225 0039d316-1c4b-4281-b951-d872f2087c98
* New string for sync dialog.mirandac@chromium.org2010-10-121-0/+8
| | | | | | | | BUG=58326 TEST=none Review URL: http://codereview.chromium.org/3729002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62216 0039d316-1c4b-4281-b951-d872f2087c98
* Instant pref strings.sky@chromium.org2010-10-111-2/+8
| | | | | | | | | | BUG=58772 TEST=none TBR=ben@chromium.org Review URL: http://codereview.chromium.org/3670003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62214 0039d316-1c4b-4281-b951-d872f2087c98
* net: detect and error out with ESET HTTPS interception + False Startagl@chromium.org2010-10-111-0/+35
| | | | | | | | | | | | | | ESET products (anti-virus) and NetNanny can intercept HTTPS connections. However, they're False Start intolerant. Rather than have connections hang forever, we detect them by the leaf certificate's issuer common name and give a helpful error message. BUG=58152 TEST=Install ESET anti-virus. Configure to intercept HTTPS connections. Goto https://mail.google.com. Confirm that a helpful error page appears. Review URL: http://codereview.chromium.org/3723001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62209 0039d316-1c4b-4281-b951-d872f2087c98
* Make writing to stdout and stderr work in Chrome processes when inheriteddarin@chromium.org2010-10-111-0/+22
| | | | | | | | | | | | | | handles are available. Don't create a console, just attach to any existing console. R=cpu BUG=none TEST=none Review URL: http://codereview.chromium.org/3574008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62205 0039d316-1c4b-4281-b951-d872f2087c98