summaryrefslogtreecommitdiffstats
path: root/chrome/browser/views
Commit message (Collapse)AuthorAgeFilesLines
* Remove billing address handling from Autofill preferences.isherman@chromium.org2010-10-232-160/+3
| | | | | | | | | | | | | Removes the billing address drop down from the Autofill preferences "Add credit card" dialog. Nib changes: remove the billing address label and drop down from AutoFillCreditCardSheet.xib. BUG=57976 TEST=compiles, no billing address drop down visible in any Autofill preferences UI. Review URL: http://codereview.chromium.org/3964003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@63605 0039d316-1c4b-4281-b951-d872f2087c98
* Show "Update Chrome OS" in the wrench menu, when the update image is ready.satorux@chromium.org2010-10-222-5/+17
| | | | | | | | | | | | | Along the way, replace "About Chrome" with "About Chrome OS" in the wrench menu. TEST=Connect to a dev server with a newer version, and check that the menu item appears, and the dialog works. BUG=chromium-os:6526 BUG=chromium-os:7847 Review URL: http://codereview.chromium.org/3858002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@63491 0039d316-1c4b-4281-b951-d872f2087c98
* Convert gfx::ElideText from using wstrings to string16.tony@chromium.org2010-10-212-8/+11
| | | | | | | | BUG=23581 Review URL: http://codereview.chromium.org/3885003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@63433 0039d316-1c4b-4281-b951-d872f2087c98
* Make the Windows location bar send accessibility events to thedmazzoni@chromium.org2010-10-214-4/+54
| | | | | | | | | | | | accessibility extension API on Windows. This adds a few more accessibility events to views accessibility while we're at it. BUG=none TEST=none Review URL: http://codereview.chromium.org/3999001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@63394 0039d316-1c4b-4281-b951-d872f2087c98
* Add --disable-domui-menu switchoshima@chromium.org2010-10-212-31/+39
| | | | | | | | | | | I used label/goto in ToolkitView::RunMenu. It sucks, but probably better because the change is smaller than other approach (for branch). Please let me know if you have better idea. BUG=chromium-os:6497 TEST=none Review URL: http://codereview.chromium.org/4046001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@63376 0039d316-1c4b-4281-b951-d872f2087c98
* Visual tweaks to instant opt-in promo and command line switch to turnsky@chromium.org2010-10-211-7/+55
| | | | | | | | | | | it on. BUG=58917 TEST=none Review URL: http://codereview.chromium.org/3961003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@63361 0039d316-1c4b-4281-b951-d872f2087c98
* Make the Downloads Shelf keyboard-accessible (via F6) and accessible todmazzoni@chromium.org2010-10-2115-164/+330
| | | | | | | | | | | | | screenreaders. Rename AccessibleToolbarView to AccessiblePaneView to reflect that it covers more than just toolbars. Also add infobars to the F6 pane traversal. BUG=372 TEST=none Review URL: http://codereview.chromium.org/3722004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@63358 0039d316-1c4b-4281-b951-d872f2087c98
* 2nd try: Die SSL dialog. Die!finnur@chromium.org2010-10-212-445/+1
| | | | | | | | | | | | Now that Ananta has graciously converted ChromeFrame to use the new SSL InfoBubble I can try again to delete the old SSL Page Info dialogs. TBR=jcivelli BUG=59030 TEST=None Review URL: http://codereview.chromium.org/3927003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@63348 0039d316-1c4b-4281-b951-d872f2087c98
* Disable hangy TabDraggingTest.Tab1Tab3Escapephajdan.jr@chromium.org2010-10-211-2/+2
| | | | | | | | | | TBR=sidchat BUG=57687 TEST=interactive_ui_tests Review URL: http://codereview.chromium.org/4001004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@63343 0039d316-1c4b-4281-b951-d872f2087c98
* Cleanup BookmarkFolderEditorController implementation.tfarina@chromium.org2010-10-201-2/+3
| | | | | | | | | BUG=None TEST=manual Review URL: http://codereview.chromium.org/3828014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@63283 0039d316-1c4b-4281-b951-d872f2087c98
* Removes two unused methods:rohitrao@chromium.org2010-10-202-10/+0
| | | | | | | | | | | InstantLoader::DestroyPreviewContents() AutocompleteEditView::GetMaxYCoordinate() BUG=None TEST=Everything should still compile. Review URL: http://codereview.chromium.org/3772008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@63218 0039d316-1c4b-4281-b951-d872f2087c98
* [cros] Show short version string for official builds on OOBE/login screennkostylev@chromium.org2010-10-201-1/+1
| | | | | | | | | BUG=chromium-os:7707 TEST=Manual. Review URL: http://codereview.chromium.org/3902004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@63217 0039d316-1c4b-4281-b951-d872f2087c98
* Makes it so we show the instant confirm dialog until the user clickssky@chromium.org2010-10-181-1/+3
| | | | | | | | | | | ok. BUG=59148 TEST=none Review URL: http://codereview.chromium.org/3803007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62944 0039d316-1c4b-4281-b951-d872f2087c98
* Makes NativeFrameView implement GetPreferredSize. Without this wesky@chromium.org2010-10-181-0/+7
| | | | | | | | | | | | | | | | | | | don't correctly return a preferred/minimum size and the options dialog can end up getting clipped (because the cached size is too small). Also, makes the options window always use the minimum size when showing. This way if we happen to remove an option such that the dialog is smaller the dialog won't end up too big. BUG=59122 TEST=With aero enabled bring up the options dialog on M6/M7. Then bring up the options dialog with this fix enabled and make sure you don't get any clipping. Review URL: http://codereview.chromium.org/3825006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62937 0039d316-1c4b-4281-b951-d872f2087c98
* Fix some problems with the ENTER_PASSPHRASE state in sync setup.johnnyg@chromium.org2010-10-181-1/+1
| | | | | | | | | BUG=48706 TEST=none Review URL: http://codereview.chromium.org/3792007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62935 0039d316-1c4b-4281-b951-d872f2087c98
* Move pe_image and registry from base to base/win and use the namespace. It ↵brettw@chromium.org2010-10-172-6/+6
| | | | | | | | | | | | 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
* Revert 62881 - Moves instant back into flags.sky@chromium.org2010-10-174-4/+73
| | | | | | | | | | | | | | | 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-174-73/+4
| | | | | | | | | | | | 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
* Remove --apps-panel switch.tfarina@chromium.org2010-10-163-515/+0
| | | | | | | | | | | Also remove AppLauncher class (it's not used anymore). BUG=56236,57371 TEST=build and ran it. Review URL: http://codereview.chromium.org/3852001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62866 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 62857 (it broke Chrome Frame) - Remove the old SSL Page Info dialog ↵finnur@chromium.org2010-10-162-1/+445
| | | | | | | | | | | | | from Win/Gtk. It has been replaced with the PageInfoBubble so it is not in use anymore. BUG=59030 TEST=None Review URL: http://codereview.chromium.org/3830001 TBR=finnur@chromium.org git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62862 0039d316-1c4b-4281-b951-d872f2087c98
* Fix a crash when showing the certificate in the SSL info bubble while Gears ↵finnur@chromium.org2010-10-162-3/+48
| | | | | | | | | | | | | is in Offline mode. Also tackled the resize flicker by adding animation. BUG=59331, 59307 TEST=Contact mpcomplete for details on how to test the crash. For the resize, just make sure the bubble animates after the Site Information is available (most of the time that is almost instantly). Review URL: http://codereview.chromium.org/3747005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62858 0039d316-1c4b-4281-b951-d872f2087c98
* Remove the old SSL Page Info dialog from Win/Gtk. It has been replaced with ↵finnur@chromium.org2010-10-162-445/+1
| | | | | | | | | | | the PageInfoBubble so it is not in use anymore. BUG=59030 TEST=None Review URL: http://codereview.chromium.org/3830001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62857 0039d316-1c4b-4281-b951-d872f2087c98
* Revert the Clear UI tab per final UI decision, will be implemented elswhereraz@chromium.org2010-10-151-2/+2
| | | | | | | | | BUG=59368 TEST=Tabbed ui for clearing private data UI gone Review URL: http://codereview.chromium.org/3819004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62810 0039d316-1c4b-4281-b951-d872f2087c98
* Fix drag data population on Windows so URL data doesn't take precedence over ↵dcheng@chromium.org2010-10-151-2/+4
| | | | | | | | | | | text. BUG=59229 TEST=Manual test using test case attached to bug 59229. Review URL: http://codereview.chromium.org/3818005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62803 0039d316-1c4b-4281-b951-d872f2087c98
* Move Cloud Print Proxy UI back to about:flags.scottbyer@chromium.org2010-10-151-11/+2
| | | | | | | | | BUG=59296, 59297 TEST=UI does not show up on Windows anymore unless you have the flag on. Review URL: http://codereview.chromium.org/3748008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62788 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 61848 - [Mac] UI for clearing sync data on the server.avi@chromium.org2010-10-152-24/+23
| | | | | | | | | | | | | | 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 62296 - GTK: Implement error handling in the clear server data box.avi@chromium.org2010-10-151-6/+8
| | | | | | | | | | | | | | Also rolls in some of raz@'s windows fixes. BUG=57877 TEST=Dialog grays out before disappearing when trying to clear server side data (and handles server errors) Review URL: http://codereview.chromium.org/3680003 TBR=erg@google.com Review URL: http://codereview.chromium.org/3836002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62781 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 62635 - removed dashboard link from options ui, clear no longer ↵avi@chromium.org2010-10-155-9/+37
| | | | | | | | | | | | | | behind switch BUG=59095 TEST=See ui in options tab and clear other data tab Review URL: http://codereview.chromium.org/3758004 TBR=raz@chromium.org Review URL: http://codereview.chromium.org/3811008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62779 0039d316-1c4b-4281-b951-d872f2087c98
* Move windows version-related stuff out of base/win_util and into ↵brettw@chromium.org2010-10-153-8/+10
| | | | | | | | | | | | | | 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
* fix status bubble layouterikkay@chromium.org2010-10-144-9/+11
| | | | | | | | | BUG=56169 TEST=hover over a link on the NTP and hide and show the bookmarks bar Review URL: http://codereview.chromium.org/3795004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62667 0039d316-1c4b-4281-b951-d872f2087c98
* Cloud Print Proxy UI Fix.scottbyer@chromium.org2010-10-141-0/+2
| | | | | | | | | | | | Cancelling out of the setup dialog needs to re-layout in order to properly go from the setting up text to the sign in text. BUG=59037 TEST=On Windows, bring up Options, Under the Hood, disable the proxy if it isn't, hit the setup button, cancel out of the login dialog. Button should resize and not clip. Review URL: http://codereview.chromium.org/3817002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62640 0039d316-1c4b-4281-b951-d872f2087c98
* removed dashboard link from options ui, clear no longer behind switchraz@chromium.org2010-10-145-37/+9
| | | | | | | | | BUG=59095 TEST=See ui in options tab and clear other data tab Review URL: http://codereview.chromium.org/3758004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62635 0039d316-1c4b-4281-b951-d872f2087c98
* Add the "Use SSL 3.0" and "Use TLS 1.0" checkboxes towtc@chromium.org2010-10-141-4/+34
| | | | | | | | | | | | the Options menu ("Under the Hood" tab) on Windows. R=mattm BUG=59125 TEST=net_unittests.exe --gtest_filter=SSLConfigServiceWinTest.SetTest. Manually verify the Options menu has the two new checkboxes. Review URL: http://codereview.chromium.org/3779003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62634 0039d316-1c4b-4281-b951-d872f2087c98
* Changes tab strip to only cancel animations if layout is invoked andsky@chromium.org2010-10-146-25/+38
| | | | | | | | | | | | the size actually changes. Layout was the wrong place for the check before as Layout may be invoked even if the size hasn't changed. BUG=59164 TEST=make sure tabstrip on windows still has animations. Review URL: http://codereview.chromium.org/3782006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62625 0039d316-1c4b-4281-b951-d872f2087c98
* Fixes instant so that it correctly deals with child contents. I'vesky@chromium.org2010-10-141-1/+1
| | | | | | | | | | | | | | | changed around BlockedPopupContainer so that it can handle any types and made TabContents offer a mode to block all child content. BUG=58927 TEST=enable instant, go to a site that would normally show a popup on entering (or explicitly enable all popups). While typing in the omnibox the popup shouldn't appear, but as soon as you commit the instant result it should appear. Review URL: http://codereview.chromium.org/3694005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62553 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress additional JS alerts on Cancel as well as on Accept.pam@chromium.org2010-10-141-1/+1
| | | | | | | | | | BUG=26450 TEST=Load webpage with three JS alerts. Check "Prevent this page from creating additional dialogs" on the second, and Cancel that alert. Ensure that the third alert is not shown. Review URL: http://codereview.chromium.org/3792001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62543 0039d316-1c4b-4281-b951-d872f2087c98
* Move Stats, histograms, and field trial into a metrics subdirectory of base andbrettw@chromium.org2010-10-143-4/+4
| | | | | | | | | 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
* 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
* Fix build. There was a merge problem between the first landing attempt and ↵johnnyg@chromium.org2010-10-141-5/+3
| | | | | | | | | | | | the second. BUG=none TEST=none TBR=mirandac Review URL: http://codereview.chromium.org/3751005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62481 0039d316-1c4b-4281-b951-d872f2087c98
* Reland http://codereview.chromium.org/3573014/show.johnnyg@chromium.org2010-10-133-0/+279
| | | | | | | | | BUG=57885 TEST=included Review URL: http://codereview.chromium.org/3755006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62478 0039d316-1c4b-4281-b951-d872f2087c98
* Use CommandUpdater for disabling commands that were disabled by plugins.jam@chromium.org2010-10-131-4/+0
| | | | | | Review URL: http://codereview.chromium.org/3742002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62475 0039d316-1c4b-4281-b951-d872f2087c98
* Enable Resize/Scroll for dropdown as well. RTL support (location only)oshima@chromium.org2010-10-131-2/+2
| | | | | | | | | | | | | | | | | * RTL support is menu positioning only. Menu content will be done after beta. * Fix the location of menu when it has to be placed at the left edge. * Temporarily disable rounded corner for beta. I'm pretty sure there was a bug filed for RTL, but I couldn't find it today. BUG=chromium-os:7722 TEST=select rtl language (hebrew) and make sure menu's position is correctly adjusted. Language menu on info bar should have scroll button with this change. Review URL: http://codereview.chromium.org/3803002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62474 0039d316-1c4b-4281-b951-d872f2087c98
* fix NTP layouterikkay@chromium.org2010-10-132-16/+13
| | | | | | | | | BUG=56510 TEST=hide and close the bookmarks bar on the NTP and note the logo in the lower right corner stays visible Review URL: http://codereview.chromium.org/3730005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62421 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 62410 - Constrained HTML dialog for Windows.johnnyg@chromium.org2010-10-133-273/+0
| | | | | | | | | | | | BUG=57885 TEST=included Review URL: http://codereview.chromium.org/3573014 TBR=johnnyg@chromium.org Review URL: http://codereview.chromium.org/3797001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62416 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 62413 - Fix copyrights on new files.johnnyg@chromium.org2010-10-132-2/+2
| | | | | | | | | | | TBR=mirandac Review URL: http://codereview.chromium.org/3777002 TBR=johnnyg@chromium.org Review URL: http://codereview.chromium.org/3744006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62415 0039d316-1c4b-4281-b951-d872f2087c98
* Fix copyrights on new files.johnnyg@chromium.org2010-10-132-2/+2
| | | | | | | | TBR=mirandac Review URL: http://codereview.chromium.org/3777002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62413 0039d316-1c4b-4281-b951-d872f2087c98
* Constrained HTML dialog for Windows.johnnyg@chromium.org2010-10-133-0/+273
| | | | | | | | | BUG=57885 TEST=included Review URL: http://codereview.chromium.org/3573014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62410 0039d316-1c4b-4281-b951-d872f2087c98
* Fixes bugs in usage of adding a new tab with a disposition ofsky@chromium.org2010-10-134-36/+19
| | | | | | | | | | | | NEW_WINDOW. Many places were leaking a Browser and preventing Chrome from shutting down. BUG=none TEST=none Review URL: http://codereview.chromium.org/3655006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62408 0039d316-1c4b-4281-b951-d872f2087c98
* Wait calling OnMenuOpened until the domui menu is ready to accept input.oshima@chromium.org2010-10-122-25/+38
| | | | | | | | | | | | | * Call OnMenuOpened when the window is mapped. This is necessary as DOMUI menu doesn't show the popup window until page is renderred. * Moved listners to Menu2 as Menu2 manages MenuListeners. BUG=chromium-os:7642 TEST=TestMenuKeyboardAccess,TestAltMenuKeyboardAccess passes with this fix. Review URL: http://codereview.chromium.org/3678005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62355 0039d316-1c4b-4281-b951-d872f2087c98
* Add a private pepper API for the pdf plugin to disable copy/print etc. This ↵jam@chromium.org2010-10-121-0/+4
| | | | | | | | | is needed because pdf documents might disallow copying/printing and it's confusing to have an enabled menu item which does nothing. BUG=47364 Review URL: http://codereview.chromium.org/3692007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62345 0039d316-1c4b-4281-b951-d872f2087c98