summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Revert 73825 - Add new target for building qa-related targets on the qa ↵kkania@chromium.org2011-02-041-9/+1
| | | | | | | | | | | | | | waterfall. BUG=none TEST=none Review URL: http://codereview.chromium.org/6246110 TBR=nirnimesh@chromium.org Review URL: http://codereview.chromium.org/6410086 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73826 0039d316-1c4b-4281-b951-d872f2087c98
* Add new target for building qa-related targets on the qa waterfall.kkania@chromium.org2011-02-041-1/+9
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/6246110 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73825 0039d316-1c4b-4281-b951-d872f2087c98
* Only call NotifyAndTerminate when we've explicitly signed out. achuith@chromium.org2011-02-043-10/+7
| | | | | | | | | | | | NotifyAndTerminate shuts down the login and session manager, which we do not want to or need to do in other cases. This specifically fixes the case where browser shuts down when all the windows are gone (as in pyauto) or a kill event is received (other python tests). BUG=chromium-os:11474 TEST=This should fix python tests on the device. Review URL: http://codereview.chromium.org/6410066 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73824 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit Roll 77624:77638.dglazkov@chromium.org2011-02-041-1/+1
| | | | | | | | | | TBR=loislo TEST=nom BUG=nom Review URL: http://codereview.chromium.org/6410084 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73823 0039d316-1c4b-4281-b951-d872f2087c98
* Adding new resources for http://codereview.chromium.org/6250141/ to be able ↵alekseys@chromium.org2011-02-042-0/+0
| | | | | | | | | | | to run it on trybots. BUG=51084 TEST=none Review URL: http://codereview.chromium.org/6368089 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73822 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 73810 - Added NULL check to protect against a TabContents having a NULLdavemoore@chromium.org2011-02-042-39/+2
| | | | | | | | | | | | | | | | | | | RenderWidgetHostView. This shouldn't happen, but the crash server indicates that there's some situation where it does. I also added a test to exercise the code where the tab is closed while being restored. That did not trigger this crash but seems good to have anyway BUG=71566 TEST=SessionRestoreTest.CloseDuringRestore Review URL: http://codereview.chromium.org/6334091 TBR=davemoore@chromium.org Review URL: http://codereview.chromium.org/6246111 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73821 0039d316-1c4b-4281-b951-d872f2087c98
* Cleanup the net/tools/ directory so there are no warnings from our clang plugin.erg@google.com2011-02-0429-490/+754
| | | | | | | | | | | | | (I've separated this chunk out since mbelshe said he was working here and I don't want to accidentally clobber his work. This is the last patch before Nico can turn the inlining plugin on for all targets.) BUG=none TEST=compiles Review URL: http://codereview.chromium.org/6368037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73820 0039d316-1c4b-4281-b951-d872f2087c98
* Cancel a prerender should some part of the page request an http ↵cbentzel@chromium.org2011-02-046-8/+73
| | | | | | | | | | | | | authentication prompt. Contributed by: dominich@chromium.org TEST=Navigate to a page with a <link rel="prefetch"> referencing a page that contains an iframe whose source requires http authentication. The page should not be prerendered and navigating to the page should show the login prompt as expected. BUG=71211 Review URL: http://codereview.chromium.org/6410003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73817 0039d316-1c4b-4281-b951-d872f2087c98
* Add back the inspector_strings targettony@chromium.org2011-02-0424-5/+3173
| | | | | | | | | | It's only built if use_third_part_translations=1. Also pull in the translations from launchpad.net. Review URL: http://codereview.chromium.org/6334090 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73816 0039d316-1c4b-4281-b951-d872f2087c98
* Few fixes to get tests working. Create/delete Automation on session thread,kkania@chromium.org2011-02-044-10/+27
| | | | | | | | | | | terminate the session correctly, and stop chrome driver at the end of the webdriver tests. BUG=none TEST=none Review URL: http://codereview.chromium.org/6334110 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73815 0039d316-1c4b-4281-b951-d872f2087c98
* Update Guest label upon locale change.dilmah@chromium.org2011-02-044-24/+40
| | | | | | | | | BUG=chromium-os:11585 TEST=Manual Review URL: http://codereview.chromium.org/6368085 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73814 0039d316-1c4b-4281-b951-d872f2087c98
* Lower image quality for chromoting to improve encode speed and compression ratiohclam@chromium.org2011-02-041-2/+2
| | | | | | | | | | | | | | We were using very high quality for images, giving high bandwidth consumption and more bits to encode. TBR=ajwong@chromium.org BUG=None TEST=None Review URL: http://codereview.chromium.org/6286114 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73811 0039d316-1c4b-4281-b951-d872f2087c98
* Added NULL check to protect against a TabContents having a NULLdavemoore@chromium.org2011-02-042-2/+39
| | | | | | | | | | | | | | | | RenderWidgetHostView. This shouldn't happen, but the crash server indicates that there's some situation where it does. I also added a test to exercise the code where the tab is closed while being restored. That did not trigger this crash but seems good to have anyway BUG=71566 TEST=SessionRestoreTest.CloseDuringRestore Review URL: http://codereview.chromium.org/6334091 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73810 0039d316-1c4b-4281-b951-d872f2087c98
* Add method for shutting down ChromeDriver gracefully.kkania@chromium.org2011-02-046-300/+344
| | | | | | | | | | Merge webdriver_tests into chromedriver_tests. BUG=none TEST=none Review URL: http://codereview.chromium.org/6368068 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73809 0039d316-1c4b-4281-b951-d872f2087c98
* [cros] Corrected return value for methodavayvod@chromium.org2011-02-042-2/+2
| | | | | | | | | | | so its result is not deleted before we send the image of logged in user to options page. BUG=chromiumos:11439 TEST=Log in and navigate to Options > Personal. Verify that users image is presented on the page. Review URL: http://codereview.chromium.org/6246108 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73808 0039d316-1c4b-4281-b951-d872f2087c98
* DevTools: remove HttpListenSocket dependency on flush events.pfeldman@chromium.org2011-02-042-9/+31
| | | | | | | | Original review at: http://codereview.chromium.org/6349037/. TBR= git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73807 0039d316-1c4b-4281-b951-d872f2087c98
* Calling set_ignore_failure(true) in NoRollbackWorkItemList.tommi@chromium.org2011-02-041-0/+1
| | | | | | | | | TEST=none BUG=none Review URL: http://codereview.chromium.org/6286105 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73806 0039d316-1c4b-4281-b951-d872f2087c98
* Implemented GetOffTheRecordPrefs() for Profilebattre@chromium.org2011-02-045-19/+28
| | | | | | | | | BUG=71679 TEST=none Review URL: http://codereview.chromium.org/6250107 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73805 0039d316-1c4b-4281-b951-d872f2087c98
* Make sure extensions can't open an incognito window if disabled by network ↵finnur@chromium.org2011-02-043-2/+10
| | | | | | | | | | | policy. BUG=66413 TEST=Disallow incognito (using the enterprise tools), open the bookmark manager, right-click an item, select Open in incognito. It should not work. Review URL: http://codereview.chromium.org/6250131 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73804 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit Roll 77622:77624.loislo@chromium.org2011-02-041-1/+1
| | | | | | | | | | TBR=dglazkov BUG=none TEST=none Review URL: http://codereview.chromium.org/6349107 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73803 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit Roll 77616:77622.loislo@chromium.org2011-02-042-4/+1
| | | | | | | | | | TBR=dglazkov BUG=none TEST=none Review URL: http://codereview.chromium.org/6312148 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73802 0039d316-1c4b-4281-b951-d872f2087c98
* Store the user's profile as a property of a window in order to access it ↵mirandac@chromium.org2011-02-0415-38/+106
| | | | | | | | | | | when saving window data with the ChromeViewsDelegate. BUG=71804 TEST=PreservedWindowPlacement tests pass on all platforms. Review URL: http://codereview.chromium.org/6250114 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73801 0039d316-1c4b-4281-b951-d872f2087c98
* Disable fast/box-shadow/shadow-tiling-artifact.html for rebaseline.loislo@chromium.org2011-02-041-0/+3
| | | | | | | | | | related to r77601 BUG=none TEST=none Review URL: http://codereview.chromium.org/6349106 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73800 0039d316-1c4b-4281-b951-d872f2087c98
* Respect owner's locale preference.dilmah@chromium.org2011-02-047-14/+62
| | | | | | | | | | | | | | | | | When device powered up or woke up or when user signs out: switch login screen to owner's locale. Users are still able to switch language via language switch menu on new user pod but those changes are transient till next wakeup/powerup/signout. (1)We add another setting to LocalState: kOwnerLocale in addition to kApplicationLocale. (2)When device is already owned and user switches locale on new user pod -- then we do NOT change kApplicationLocale -- we just reload resources and change locale internally. (3) On startup browser_main.cc initializes locale based on kApplicationLocale (4) When login screen appears we check that kApplicationLocale equals to kOwnerLocale. Under common usage they are equal. However when we initiate Guest session we need to pass current locale there, so we set kApplicationLocale. So after Guest session kApplicationLocale and kOwnerLocale may differ. BUG=chromium-os:11212 TEST=Manual Review URL: http://codereview.chromium.org/6334054 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73799 0039d316-1c4b-4281-b951-d872f2087c98
* Separate proxy settings for Incognito mode.battre@chromium.org2011-02-0418-152/+641
| | | | | | | | | | | | | This CL enables setting different proxy settings for regular windows and incognito windows. Also it allows removing a preference set by an extension (in order to fall back to the default/recommended value again). This CL depends on http://codereview.chromium.org/5915004/ which is not landed, yet. BUG=509 TEST=unit tests, no manual test, yet (will follow once appropriate extensions are available) Review URL: http://codereview.chromium.org/6261004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73798 0039d316-1c4b-4281-b951-d872f2087c98
* Disable svg/text/font-size-below-point-five.svg MAC DEBUG.loislo@chromium.org2011-02-041-0/+2
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/6410080 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73797 0039d316-1c4b-4281-b951-d872f2087c98
* DevTools: allow binding remote debugging to provided interface.pfeldman@chromium.org2011-02-047-5/+17
| | | | | | | | | BUG= TEST= Review URL: http://codereview.chromium.org/6334105 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73796 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit Roll 77599:77616.loislo@chromium.org2011-02-041-1/+1
| | | | | | | | | | TBR=dglazkov BUG=none TEST=none Review URL: http://codereview.chromium.org/6312146 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73795 0039d316-1c4b-4281-b951-d872f2087c98
* Update the dynamic annotations to the trunk version fromglider@chromium.org2011-02-042-176/+266
| | | | | | | | | http://code.google.com/p/data-race-test This is necessary to build Chromium with a custom annotations prefix in order to link it against ThreadSanitizer runtime library. Review URL: http://codereview.chromium.org/6250125 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73794 0039d316-1c4b-4281-b951-d872f2087c98
* Fix the name of DiskCacheBasedSSLHostInfo ctor in the suppression for bug 68553glider@chromium.org2011-02-041-1/+1
| | | | | | | | | | | (Memory leak in DiskCacheBasedSSLHostInfo), which changed after r73669 TBR=willchan BUG=68553 Review URL: http://codereview.chromium.org/6384021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73793 0039d316-1c4b-4281-b951-d872f2087c98
* Added pages for experimental DevTools/WebInspector APIcaseq@google.com2011-02-0469-1134/+16132
| | | | | | | | | | | | | | - Factor out methods & events to a separate template - Support methods & events nested within a type - Fix signature generation for event handlers with no arguments - Add DevTools extensions docs (in a separate schema) BUG=65605 TEST=none Review URL: http://codereview.chromium.org/6386023/ git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73790 0039d316-1c4b-4281-b951-d872f2087c98
* Updating trunk VERSION from 659.0 to 660.0chrome-release@google.com2011-02-041-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73789 0039d316-1c4b-4281-b951-d872f2087c98
* Valgrind/Heapchecker: Suppress leak in ExtensionUpdaterTest.thestig@chromium.org2011-02-042-0/+17
| | | | | | | | | BUG=71909 TEST=none TBR=asargent Review URL: http://codereview.chromium.org/6410079 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73787 0039d316-1c4b-4281-b951-d872f2087c98
* Added two VLOGs for debugging issue 11379.yusukes@google.com2011-02-041-0/+2
| | | | | | | | | BUG=chromium-os:11379 TEST=none Review URL: http://codereview.chromium.org/6286106 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73786 0039d316-1c4b-4281-b951-d872f2087c98
* UI polish on lock screendpolukhin@chromium.org2011-02-043-17/+21
| | | | | | | | | | | | | - Fixed clipped message on signout link - Remove error bubble on new typing - Fixed rounded corners BUG=chromium-os:11611 TEST=manual, see issue Review URL: http://codereview.chromium.org/6410061 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73785 0039d316-1c4b-4281-b951-d872f2087c98
* Reland r73760: Move most of chrome-extension:// requestaa@chromium.org2011-02-0426-113/+213
| | | | | | | | | | | | checks into renderer. One cannot be moved because we don't have the bit of state we need in the renderer. This should have fixed the bug 57263, but it doesn't. So maybe something else is going on? BUG=57263 TBR=mpcomplete@chromium.org git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73784 0039d316-1c4b-4281-b951-d872f2087c98
* Only cache <input type="text"> and <select> elements for autofill.isherman@chromium.org2011-02-047-1574/+956
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/6359019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73783 0039d316-1c4b-4281-b951-d872f2087c98
* Extensions: Attempt to fix unit test leak from r73764.thestig@chromium.org2011-02-041-1/+3
| | | | | | | | | BUG=none TEST=unit test on memory bots get greener TBR=asargent Review URL: http://codereview.chromium.org/6250159 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73782 0039d316-1c4b-4281-b951-d872f2087c98
* Remove auto generation of certificate when chromoting client connectshclam@chromium.org2011-02-046-60/+53
| | | | | | | | | | | Generate certificate once and reuse it in all chromoting session. BUG=None TEST=None Review URL: http://codereview.chromium.org/6246077 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73781 0039d316-1c4b-4281-b951-d872f2087c98
* Fix NPAPITesterBase.GetURLRedirectNotification compile error.nkostylev@chromium.org2011-02-041-1/+1
| | | | | | | | | | TBR=ananta@chromium.org BUG=N/A TEST=itself Review URL: http://codereview.chromium.org/6368095 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73780 0039d316-1c4b-4281-b951-d872f2087c98
* Mark NPAPITesterBase.GetURLRedirectNotification test as flaky on linux.nkostylev@chromium.org2011-02-041-1/+7
| | | | | | | | | BUG=chromium-os:71904 TEST=itself Review URL: http://codereview.chromium.org/6410078 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73779 0039d316-1c4b-4281-b951-d872f2087c98
* Autofill billing and shipping addresses separately.isherman@chromium.org2011-02-046-103/+256
| | | | | | | | | | | | | When autofilling a form that asks for both a shipping and a billing address, we should try to fill them separately, rather than filling both with the same data. BUG=61678 TEST=unit_tests --gtest_filter=AutoFillManagerTest.FillFormWithMultipleSections Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=73700 Review URL: http://codereview.chromium.org/6334081 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73778 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit Roll 77544:77599.loislo@chromium.org2011-02-041-1/+1
| | | | | | | | | | TBR=dglazkov BUG=none TEST=none Review URL: http://codereview.chromium.org/6334104 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73777 0039d316-1c4b-4281-b951-d872f2087c98
* Sigh. I fail at suppressions.willchan@chromium.org2011-02-041-3/+0
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/6286109 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73774 0039d316-1c4b-4281-b951-d872f2087c98
* Pull the latest yasm.hbono@chromium.org2011-02-041-1/+1
| | | | | | | | | | | This change just pulls the latest yasm (r73761) so we can use the 'private_extern' flag on Mac. TBR=fbarchard BUG=none TEST=build Chromium Review URL: http://codereview.chromium.org/6349097 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73772 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress the last bits I hope.willchan@chromium.org2011-02-041-2/+0
| | | | | | | | | BUG=66853 TEST=none Review URL: http://codereview.chromium.org/6286107 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73765 0039d316-1c4b-4281-b951-d872f2087c98
* Avoid crashes due to GetDefaultRequestContext returning NULL.asargent@chromium.org2011-02-044-8/+16
| | | | | | | | | | | | | | | The change involves two things: check the return value of Profile::GetDefaultRequestContext for NULL, and also shutting down the ExtensionUpdater a little earlier than before (when the profile is being destructed, instead of at ExtensionService destruction time). BUG=70887 TEST=none Review URL: http://codereview.chromium.org/6368084 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73764 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 73760 - Move most of chrome-extension:// request checks intotommi@chromium.org2011-02-0426-211/+113
| | | | | | | | | | | | | | | | | | | renderer. One cannot be moved because we don't have the bit of state we need in the renderer. This should have fixed the bug 57263, but it doesn't. So maybe something else is going on? BUG=57263 TEST= Review URL: http://codereview.chromium.org/6296025 TBR=aa@chromium.org git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73763 0039d316-1c4b-4281-b951-d872f2087c98
* Update suppressions for ChromeURLRequestContext one more time.willchan@chromium.org2011-02-041-2/+1
| | | | | | | | | BUG=66853 TEST=none Review URL: http://codereview.chromium.org/6246096 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73762 0039d316-1c4b-4281-b951-d872f2087c98
* Move most of chrome-extension:// request checks intoaa@chromium.org2011-02-0426-113/+211
| | | | | | | | | | | | | | | | | renderer. One cannot be moved because we don't have the bit of state we need in the renderer. This should have fixed the bug 57263, but it doesn't. So maybe something else is going on? BUG=57263 TEST= Review URL: http://codereview.chromium.org/6296025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@73760 0039d316-1c4b-4281-b951-d872f2087c98