summaryrefslogtreecommitdiffstats
path: root/chrome
Commit message (Collapse)AuthorAgeFilesLines
* browser: Delete default_encoding_combo_model.* now that native options are gone.tfarina@chromium.org2011-07-253-96/+0
| | | | | | | | | | | | | This was introduced by me at revision r47609. BUG=None TEST=None R=thestig@chromium.org Review URL: http://codereview.chromium.org/7493042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@93990 0039d316-1c4b-4281-b951-d872f2087c98
* [Mac] Don't call -[NSEvent touchesMatchingPhase:inView:] if we don't intend ↵rsesek@chromium.org2011-07-251-1/+3
| | | | | | | | | | | to recognize a gesture. BUG=90408 TEST=On Leopard, swipe and don't crash. Review URL: http://codereview.chromium.org/7471053 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@93989 0039d316-1c4b-4281-b951-d872f2087c98
* Return an error for snapshot automation requests on linux.kkania@chromium.org2011-07-251-0/+6
| | | | | | | | | | Snapshotting on linux is broken because of crbug.com/89777. BUG=none TEST=none Review URL: http://codereview.chromium.org/7472047 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@93988 0039d316-1c4b-4281-b951-d872f2087c98
* [ChromeOS] Fix webui login crash.xiyuan@chromium.org2011-07-251-1/+2
| | | | | | | | | | | | | The crash is caused by running chrome without --allow-webui--oobe and call into a not fully initialized WebUILoginDisplayHost. BUG=90402 TEST=Verify the crash in 90402 no longer happens. Review URL: http://codereview.chromium.org/7502008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@93986 0039d316-1c4b-4281-b951-d872f2087c98
* [cros] WebUI user image screen with photo taking implemented as a dialog.avayvod@chromium.org2011-07-2515-41/+521
| | | | | | | | | | | R=altimofeev@chromium.org,nkostylev@chromium.org BUG=chromium-os:15924 TEST=Login as a new user with WebUI login/oobe, verify that the image screen functionality is the same as in views version Review URL: http://codereview.chromium.org/7484060 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@93985 0039d316-1c4b-4281-b951-d872f2087c98
* In chromedriver, do not hang when an alert becomes active during an action.kkania@chromium.org2011-07-2511-15/+208
| | | | | | | | | | Prohibit certain actions when an alert is active. BUG=87679 TEST=none Review URL: http://codereview.chromium.org/7492016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@93983 0039d316-1c4b-4281-b951-d872f2087c98
* Prevent a navigation race by resetting is_swapped_out on new navigations.creis@chromium.org2011-07-251-0/+41
| | | | | | | | | BUG=88562 TEST=TabContentsTest.CrossSiteNavigationCanceled Review URL: http://codereview.chromium.org/7491022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@93980 0039d316-1c4b-4281-b951-d872f2087c98
* ntp4: add identifier for bookmarks pageestade@chromium.org2011-07-253-0/+5
| | | | | | | | | | | for the sticky page pref BUG=none TEST=manual Review URL: http://codereview.chromium.org/7502006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@93978 0039d316-1c4b-4281-b951-d872f2087c98
* Rolled NaCl into Chrome.ncbray@google.com2011-07-251-4/+8
| | | | | | | | | BUG= none TEST= none Review URL: http://codereview.chromium.org/7464043 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@93977 0039d316-1c4b-4281-b951-d872f2087c98
* ntp4: css changes due to Coleestade@chromium.org2011-07-254-7/+20
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/7499006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@93976 0039d316-1c4b-4281-b951-d872f2087c98
* Add shortcuts provider enable/disable to about:flagsgeorgey@chromium.org2011-07-252-0/+13
| | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/7492024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@93975 0039d316-1c4b-4281-b951-d872f2087c98
* Do not try to Autofill "nickname" or "maiden name" fields.isherman@chromium.org2011-07-254-7/+1426
| | | | | | | | | | BUG=52198 TEST=browser_tests --gtest_filter=FormStructureBrowserTest.DataDrivenHeuristics* Review URL: http://codereview.chromium.org/7493033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@93974 0039d316-1c4b-4281-b951-d872f2087c98
* Show all multi-valued suggestions for the initiating field for Autofillisherman@chromium.org2011-07-252-26/+65
| | | | | | | | | | BUG=87333 TEST=unit_tests --gtest_filter=AutofillManager.GetFieldSuggestionsForMultiValuedProfileUnfilled Review URL: http://codereview.chromium.org/7492033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@93972 0039d316-1c4b-4281-b951-d872f2087c98
* [Mac] Make sure omnibox popup remains attached to the omnibox when window is ↵isherman@chromium.org2011-07-251-2/+14
| | | | | | | | | | | zoomed. BUG=71303 TEST=none Review URL: http://codereview.chromium.org/6542020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@93969 0039d316-1c4b-4281-b951-d872f2087c98
* Move the power_save_blocker_stub.cc conditional includes to ↵jam@chromium.org2011-07-251-2/+0
| | | | | | | | content_browser.gypi. I forgot to move them when the files moved from chrome. Review URL: http://codereview.chromium.org/7466037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@93968 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 93948 - Added EnrollEnterpriseDevice(user, password) automation hook.willchan@chromium.org2011-07-2510-189/+14
| | | | | | | | | | | | | | Enrolls an unenrolled device as a managed enterprise device. BUG=chromium-os:17873 TEST=Manual test Review URL: http://codereview.chromium.org/7448009 TBR=craigdh@chromium.org Review URL: http://codereview.chromium.org/7508005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@93967 0039d316-1c4b-4281-b951-d872f2087c98
* add missing imagesrginda@chromium.org2011-07-252-0/+0
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/7467034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@93965 0039d316-1c4b-4281-b951-d872f2087c98
* Tag all users of RenderViewHostDelegate with OVERRIDEevan@chromium.org2011-07-253-45/+47
| | | | | | | | | | I want to change one of the API signatures slightly and I'm afraid of missing a user. So here I tagged every file that had the string "public RenderViewHostDelegate" in it. Review URL: http://codereview.chromium.org/7467005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@93964 0039d316-1c4b-4281-b951-d872f2087c98
* File Manager: Add Cut/Copy/Paste file managementrginda@chromium.org2011-07-2510-152/+1084
| | | | | | | | | | | | | | | | | | | | | Adds keyboard handlers (Ctrl-[XCV]), task buttons (but only for copy/paste) and context menu items for all three commands. Introduces a butter bar (which I'd like to refactor into a stand-alone lib later) with fancy transitions. Fixes the never-worked-right canExecute updating. Refactor resolvePath from file_manager.js to utils.js Added small border around the preview image. Add the document level key handler back in. BUG=chromium-os:14803,chromium-os:17797 TEST=Manual testing on chromeos-chrome in linux Review URL: http://codereview.chromium.org/7461044 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@93963 0039d316-1c4b-4281-b951-d872f2087c98
* NaCl: Add assertion that NaClMainForChromium() does not returnmseaborn@chromium.org2011-07-251-3/+4
| | | | | | | | | | | | | | | | NaClMainForChromium() should do an _exit() when NaCl untrusted code does an exit syscall. I will change NaClMainForChromium() on the NaCl side to do this. Update the function prototype to match the NaCl-side change. BUG=http://code.google.com/p/nativeclient/issues/detail?id=2083 TEST=run_ppapi_crash_browser_test currently triggers this, before the NaCl-side change, because its CHECK() call happens to do an _exit() Review URL: http://codereview.chromium.org/7500004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@93962 0039d316-1c4b-4281-b951-d872f2087c98
* Sync setup string changes.binji@chromium.org2011-07-251-4/+4
| | | | | | | | | | BUG=90033,90362 TEST=none Review URL: http://codereview.chromium.org/7502003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@93961 0039d316-1c4b-4281-b951-d872f2087c98
* Re-enable pyauto flash test that should now pass.dennisjeffrey@chromium.org2011-07-251-2/+0
| | | | | | | | | BUG=86150 TEST=None Review URL: http://codereview.chromium.org/7464039 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@93957 0039d316-1c4b-4281-b951-d872f2087c98
* Fix the feedback page to align with the changes in the options page css; ↵rkc@chromium.org2011-07-257-391/+399
| | | | | | | | | | | fixes the padding problem it currently has. BUG=chromium-os:16383,chromium:74940 TEST=Visually inspected the feedback page to confirm that the padding was fixed and back to the original. Review URL: http://codereview.chromium.org/7099008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@93956 0039d316-1c4b-4281-b951-d872f2087c98
* Apply content-security-policy to chrome://net-internals. Also get rid of ↵tsepez@chromium.org2011-07-257-169/+148
| | | | | | | | yucky data: urls and serve help page from this UI source as well. Review URL: http://codereview.chromium.org/7455005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@93953 0039d316-1c4b-4281-b951-d872f2087c98
* [cros] Reset default Authenticator instance when it's not needed.nkostylev@chromium.org2011-07-252-3/+13
| | | | | | | | | | BUG=chromium-os:17979 TEST=Manual. Observed no crash for ScreenLock. Review URL: http://codereview.chromium.org/7506001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@93952 0039d316-1c4b-4281-b951-d872f2087c98
* Add OVERRIDE annotation to safebrowsing classes.mattm@chromium.org2011-07-2514-65/+76
| | | | | | | | | | BUG=none TEST=trybots Review URL: http://codereview.chromium.org/7495021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@93951 0039d316-1c4b-4281-b951-d872f2087c98
* Landing images, string for file browser change.zelidrag@chromium.org2011-07-253-3/+19
| | | | | | | | BUG=chromium-os:17673, chromium-os:17783 TEST=none Review URL: http://codereview.chromium.org/7508003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@93949 0039d316-1c4b-4281-b951-d872f2087c98
* Added EnrollEnterpriseDevice(user, password) automation hook.craigdh@chromium.org2011-07-2510-14/+189
| | | | | | | | | | | Enrolls an unenrolled device as a managed enterprise device. BUG=chromium-os:17873 TEST=Manual test Review URL: http://codereview.chromium.org/7448009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@93948 0039d316-1c4b-4281-b951-d872f2087c98
* Disable testAppendCountryCodeForAggregatedPhones on linux and chromeosnirnimesh@chromium.org2011-07-251-0/+4
| | | | | | | | | | R=dyu@chromium.org BUG=90256 TEST= Review URL: http://codereview.chromium.org/7471049 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@93947 0039d316-1c4b-4281-b951-d872f2087c98
* Make the pre-login feature off-by default in M14.rogerta@chromium.org2011-07-252-0/+8
| | | | | | | | | | | BUG=None TEST=When installation an chrome for the first time on a machine, make sure pre-login is not enabled. Then enable it in about:flags, restart chrome, and make it now works. Review URL: http://codereview.chromium.org/7461042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@93946 0039d316-1c4b-4281-b951-d872f2087c98
* Added a struct to hold page sizes and margins.aayushkumar@chromium.org2011-07-254-88/+68
| | | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/7492031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@93943 0039d316-1c4b-4281-b951-d872f2087c98
* When maximized, make sure the new tab button extends right to the top of the ↵rogerta@chromium.org2011-07-254-2/+28
| | | | | | | | | | | | | | | screen. BUG=48727 TEST=When the chrome window is maximized, you should be able to click on the area above the new tab button, and it should create a new tab. When the window is not maximized, you need to click in the visible portion of the button to create a new tab. Review URL: http://codereview.chromium.org/7404002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@93939 0039d316-1c4b-4281-b951-d872f2087c98
* Updating trunk VERSION from 834.0 to 835.0chrome-release@google.com2011-07-251-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@93930 0039d316-1c4b-4281-b951-d872f2087c98
* Make changes to auto-login feature after feedback from Travis:rogerta@chromium.org2011-07-2512-32/+67
| | | | | | | | | | | | | | | - add button to infobar allowing user to disable feature completely - add checkbox to password section of personal settings allowing user to toggle whether auto-login is enabled - some word changes to the infobar - remove the about:flags option since we now have control in options BUG=87151 TEST=Make sure that checkbox in options page controls feature correctly Review URL: http://codereview.chromium.org/7485007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@93926 0039d316-1c4b-4281-b951-d872f2087c98
* Follow web development style guide in certificate viewer.flackr@chromium.org2011-07-254-34/+40
| | | | | | | | | | BUG=None TEST=Tested that certificate viewer still works correctly. Review URL: http://codereview.chromium.org/7492049 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@93925 0039d316-1c4b-4281-b951-d872f2087c98
* [Sync] Mark SecondChangesAfterEncrAndPassphraseChange flakyzea@chromium.org2011-07-251-1/+2
| | | | | | | | | | TBR=rsimha@chromium.org BUG=85294 TEST=sync_integration_tests Review URL: http://codereview.chromium.org/7501003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@93924 0039d316-1c4b-4281-b951-d872f2087c98
* bookmarks: Fix the behavior for closed folders in bookmark manager.tfarina@chromium.org2011-07-251-2/+2
| | | | | | | | | | | | | BUG=26596 TEST=open bookmark manager, select a folder, the icon stays closed. open a folder through the triangle, see that the icon becomes opened. double click on it to close it again, see that the icon becomes closed. R=sky@chromium.org,estade@chromium.org Review URL: http://codereview.chromium.org/7488017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@93923 0039d316-1c4b-4281-b951-d872f2087c98
* Fix the DNS failure error text so that it says DNSmmenke@chromium.org2011-07-251-3/+3
| | | | | | | | | | | is a "network" service instead of "web" service. BUG=89874 TEST=none Review URL: http://codereview.chromium.org/7468033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@93922 0039d316-1c4b-4281-b951-d872f2087c98
* Remove call to GetArgsForConfigure in PersonalOptionsHandler.binji@chromium.org2011-07-252-25/+0
| | | | | | | | | | | | | It is unsafe to call this function before the sync backend is initialized, and the call is unnecessary anyway. BUG=88268 TEST=manual Review URL: http://codereview.chromium.org/7488026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@93921 0039d316-1c4b-4281-b951-d872f2087c98
* Add sail to OWNERS of profiles.mirandac@chromium.org2011-07-251-0/+1
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/7491044 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@93920 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 93908 - WebUI TaskManager: make it default on Chrome OSyoshiki@chromium.org2011-07-251-2/+2
| | | | | | | | | | | | | | | Got the approval from Linus to ship this on Chrome OS in M14 (cf. Comment 20 on http://crbug.com/69222) BUG=chromium-os:13885 TEST=manual on chromeos-chrome in linux Review URL: http://codereview.chromium.org/7493046 TBR=yoshiki@chromium.org Review URL: http://codereview.chromium.org/7500003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@93919 0039d316-1c4b-4281-b951-d872f2087c98
* Battery status changes.achuith@chromium.org2011-07-252-4/+29
| | | | | | | | | | | Map 1-100 to 0-100% for battery percent. Make battery charge/discharge times monotonically decrease. BUG=chromium-os:17855 TEST=Battery should show up as 100% when fully charged, and drop all the way to 0% before the machine shuts down. Battery time should monotonically decrease whether charging or discharging. Review URL: http://codereview.chromium.org/7461020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@93917 0039d316-1c4b-4281-b951-d872f2087c98
* Re-enable LoginPromptBrowserTest.IncorrectConfirmation with final LOAD_STOP ↵asanka@chromium.org2011-07-251-6/+2
| | | | | | | | | | | | sync wait removed. BUG=69266 TEST=browser_tests --gtest_filter=LoginPromptBrowserTest.IncorrectConfirmation Review URL: http://codereview.chromium.org/7489013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@93916 0039d316-1c4b-4281-b951-d872f2087c98
* Marking OptionsWebUITest.testOpenAllOptionsPages FLAKYscr@chromium.org2011-07-251-1/+2
| | | | | | | | | | TBR=csilv@chromium.org,jhawkins@chromium.org BUG=90420 TEST=browser_tests --gtest_fileter=OptionsWebUITest.testOpenAllOptionsPages Review URL: http://codereview.chromium.org/7499004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@93915 0039d316-1c4b-4281-b951-d872f2087c98
* bookmarks: Add const to IsLoaded() method.tfarina@chromium.org2011-07-253-8/+9
| | | | | | | | | | | BUG=68682 TEST=None R=sky@chromium.org Review URL: http://codereview.chromium.org/7489031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@93914 0039d316-1c4b-4281-b951-d872f2087c98
* Print Preview: Making color settings sticky.dpapad@chromium.org2011-07-252-1/+11
| | | | | | | | | | | | | Using the last used color setting as default, if the chosen printer supports color settings. BUG=89921 TEST=Print a doc using color, then open another doc and choose a printer supporting color settings, color should be preselected. Review URL: http://codereview.chromium.org/7461030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@93913 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 93893 - Remove IDC_AUTOFILL_DEFAULT completely.ahendrickson@google.com2011-07-255-10/+20
| | | | | | | | | | | | | | | | Was causing a crash on Mac try-bots. BUG=86901 TEST=None R=dhollowa@chromium.org Review URL: http://codereview.chromium.org/7489032 TBR=tfarina@chromium.org Review URL: http://codereview.chromium.org/7505001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@93912 0039d316-1c4b-4281-b951-d872f2087c98
* Remove most of the remaining chrome dependencies from the save code. I have ↵jam@chromium.org2011-07-258-129/+4
| | | | | | | | | a different change for URLFixerUpper, and the prefs will be done in a future change. BUG=82782 Review URL: http://codereview.chromium.org/7461017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@93909 0039d316-1c4b-4281-b951-d872f2087c98
* WebUI TaskManager: make it default on Chrome OSyoshiki@chromium.org2011-07-251-2/+2
| | | | | | | | | | | | Got the approval from Linus to ship this on Chrome OS in M14 (cf. Comment 20 on http://crbug.com/69222) BUG=chromium-os:13885 TEST=manual on chromeos-chrome in linux Review URL: http://codereview.chromium.org/7493046 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@93908 0039d316-1c4b-4281-b951-d872f2087c98
* Fix issue 90361: Language list option page doesn't display languages.dubroy@chromium.org2011-07-252-2/+2
| | | | | | | | | | | | | | | | | | The bug was introduced with http://codereview.chromium.org/7388015/. The problem was that two different settings providers were handling cros.system.* settings, and the cros.system.timezone settings was thus being handled by the wrong one. This fixes the problem by ensuring that the two settings providers only handle the specific settings that they are intended to. BUG=90361 TEST=Open chrome://settings and ensure that checkboxes & radioboxes reflect the normal default settings. Also check that there are no errors on console.log. Review URL: http://codereview.chromium.org/7484070 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@93907 0039d316-1c4b-4281-b951-d872f2087c98