summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* New installation validator machinery to check the machine state. This CL ↵grt@chromium.org2011-02-1411-0/+1222
| | | | | | | | | | | | | | | | contains the first two parts of the validator: 1. installer::InstallationValidator class, used by setup.exe to confirm that all is well following an installer operation. Violations are logged at ERROR level. 2. validate_installation.exe, used by humans to check the overall state of a machine. The third part, in which violations fire nonfatal test failures for use in other tests, will follow in a subsequent CL. BUG=none TEST=Run validate_installation.exe on machine(s) containing all conceivable permutations of Chrome and Chrome Frame, and see if it reports any violations. Review URL: http://codereview.chromium.org/6490024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74819 0039d316-1c4b-4281-b951-d872f2087c98
* Update accelerometer data comment with a report from a 17" Pro4,1.avi@chromium.org2011-02-141-3/+1
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/6519010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74818 0039d316-1c4b-4281-b951-d872f2087c98
* Update V8 to version 3.1.4sgjesse@google.com2011-02-142-1/+4
| | | | | | | | TEST=none BUG=none Review URL: http://codereview.chromium.org/6518006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74817 0039d316-1c4b-4281-b951-d872f2087c98
* [cros] Temporary whitelist disk I/O on UIThread while store/retrieve signed ↵nkostylev@chromium.org2011-02-141-2/+17
| | | | | | | | | | | setting. BUG=chromium:70097 TEST=unit tests Review URL: http://codereview.chromium.org/6520005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74816 0039d316-1c4b-4281-b951-d872f2087c98
* Prevent console spam about missing 'state' prefbattre@chromium.org2011-02-143-10/+10
| | | | | | | | | BUG=71612 TEST=Start Chrome and see whether it prints a line "Bad or missing pref 'state' for extension ...". Review URL: http://codereview.chromium.org/6447004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74815 0039d316-1c4b-4281-b951-d872f2087c98
* Fixed leaky code in the UserDataDir policy code for mac.pastarmovj@chromium.org2011-02-142-26/+9
| | | | | | | | | BUG=72741 TEST=Valgrind bots should be happy again. Review URL: http://codereview.chromium.org/6475008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74814 0039d316-1c4b-4281-b951-d872f2087c98
* Attempt to see if this still crashes. finnur@chromium.org2011-02-141-26/+11
| | | | | | | | | | | | | I suspect it was crashing due to a problem unrelated to this test. Also remove some debugging code. BUG=64304 TEST=AllUrlsApiTest.RegularExtensions Review URL: http://codereview.chromium.org/6469024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74813 0039d316-1c4b-4281-b951-d872f2087c98
* Change watchlist name 'file_system' to 'fileapi' and add fileapi/.* to its ↵kinuko@chromium.org2011-02-141-3/+4
| | | | | | | | | | | filepath. BUG=none TEST=none Review URL: http://codereview.chromium.org/6482018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74812 0039d316-1c4b-4281-b951-d872f2087c98
* Support bypassList in Proxy Settings API.battre@chromium.org2011-02-149-27/+283
| | | | | | | | | BUG=72549,67778 TEST= Review URL: http://codereview.chromium.org/6469030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74811 0039d316-1c4b-4281-b951-d872f2087c98
* Add *PluginInfobar.Dismissed UMA.bauerb@chromium.org2011-02-142-0/+14
| | | | | | | | | BUG=54831 TEST=none Review URL: http://codereview.chromium.org/6456027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74810 0039d316-1c4b-4281-b951-d872f2087c98
* Initialize SafeBrowsingResourceHandler member.finnur@chromium.org2011-02-141-0/+1
| | | | | | | | | | BUG=None TEST=None CID=14296 Review URL: http://codereview.chromium.org/6469031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74808 0039d316-1c4b-4281-b951-d872f2087c98
* Implementation of getCurrentProxySettings for proxy settings API.battre@chromium.org2011-02-1413-20/+579
| | | | | | | | | BUG=71666 TEST=none Review URL: http://codereview.chromium.org/6468002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74807 0039d316-1c4b-4281-b951-d872f2087c98
* Initialize SetupFlowStepBase members.finnur@chromium.org2011-02-141-1/+3
| | | | | | | | | | BUG=None TEST=None CID=14335 Review URL: http://codereview.chromium.org/6482028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74806 0039d316-1c4b-4281-b951-d872f2087c98
* Add UMA for third party cookie blockingjochen@chromium.org2011-02-142-0/+9
| | | | | | | | | TEST=none BUG=none Review URL: http://codereview.chromium.org/6484032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74805 0039d316-1c4b-4281-b951-d872f2087c98
* Initialize GpuBlacklist member.finnur@chromium.org2011-02-141-2/+3
| | | | | | | | | | BUG=None TEST=None CID=14627 Review URL: http://codereview.chromium.org/6478025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74804 0039d316-1c4b-4281-b951-d872f2087c98
* Remove unused ChromeURLRequestContextFactory member.finnur@chromium.org2011-02-141-1/+0
| | | | | | | | | | BUG=None TEST=None CID=14593 Review URL: http://codereview.chromium.org/6476030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74803 0039d316-1c4b-4281-b951-d872f2087c98
* Update test_expectations.txt for newly added test.hamaji@chromium.org2011-02-141-0/+2
| | | | | | | | | | | I missed this failure in the previous webkit roll. BUG=none TEST=none Review URL: http://codereview.chromium.org/6516009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74800 0039d316-1c4b-4281-b951-d872f2087c98
* Updating trunk VERSION from 671.0 to 672.0chrome-release@google.com2011-02-141-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74799 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress a data race in sync (TSan/unit)timurrrr@chromium.org2011-02-141-0/+10
| | | | | | | | | BUG=72913 TEST=TSan/unit goes green TBR=oshima Review URL: http://codereview.chromium.org/6515008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74797 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit roll r:78443:78450hamaji@chromium.org2011-02-141-1/+1
| | | | | | | | | | BUG=none TEST=canary TBR=pkasting Review URL: http://codereview.chromium.org/6517007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74796 0039d316-1c4b-4281-b951-d872f2087c98
* Initialize ExternalExtensionLoader member.finnur@chromium.org2011-02-141-1/+4
| | | | | | | | | | BUG=None TEST=None CID=14460 Review URL: http://codereview.chromium.org/6471022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74795 0039d316-1c4b-4281-b951-d872f2087c98
* Initialize TitleMatch member.finnur@chromium.org2011-02-141-1/+3
| | | | | | | | | | BUG=None TEST=None CID=14690 Review URL: http://codereview.chromium.org/6469029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74794 0039d316-1c4b-4281-b951-d872f2087c98
* Initialize SecureHashAlgorithm members.finnur@chromium.org2011-02-141-1/+6
| | | | | | | | | | BUG=None TEST=None CID=7562 Review URL: http://codereview.chromium.org/6482025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74793 0039d316-1c4b-4281-b951-d872f2087c98
* Initialize ChromeAppCacheService member.finnur@chromium.org2011-02-141-1/+2
| | | | | | | | | | BUG=None TEST=None CID=14405 Review URL: http://codereview.chromium.org/6480031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74792 0039d316-1c4b-4281-b951-d872f2087c98
* Initialize EventRecorder member.finnur@chromium.org2011-02-141-1/+4
| | | | | | | | | | BUG=None TEST=None CID=1647 Review URL: http://codereview.chromium.org/6469028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74791 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 74110 - Adds "FAILS_" to failing testshbono@chromium.org2011-02-141-8/+0
| | | | | | | | | | | | | | This change adds "FAILS_" prefix to NavBeforeNTPCommits, AboutHangInNTP, and NTPHasThumbnails on Linux and Mac since it started failing since around r74087. TBR=rvargas,dmazzoni,yusukes BUG=72286 TEST=make the debug bots green. Review URL: http://codereview.chromium.org/6447001 TBR=hbono@chromium.org Review URL: http://codereview.chromium.org/6475007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74790 0039d316-1c4b-4281-b951-d872f2087c98
* Change the size of Keyboard Overlay and simplifies TrimMargins code.mazda@chromium.org2011-02-142-20/+15
| | | | | | | | | | | | The size is changed to the same size of the reference image. I also modified TrimMargins because I found that I misused kRightMargin and kBottomMargin. BUG=chromium-os:6268 TEST=manually on the netbook Review URL: http://codereview.chromium.org/6482020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74789 0039d316-1c4b-4281-b951-d872f2087c98
* Cleanup SandboxedFileSystem* and merge them into FileSystem* for simplicity.kinuko@chromium.org2011-02-1426-461/+314
| | | | | | | | | | | Based on our rough discussion over emails, I just went ahead and did the cleanup. BUG=none TEST=none Review URL: http://codereview.chromium.org/6471018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74786 0039d316-1c4b-4281-b951-d872f2087c98
* Fix a bug where we were emitting bogus error messages.satorux@chromium.org2011-02-141-3/+2
| | | | | | | | | | | | | We shouldn't use input_method::GetStringUTF16() for the return value of input_method::GetInputMethodDisplayNameFromId() as the return value is already translated. BUG=chromium-os:11911 TEST=confirm that the error messages no longer appear. Review URL: http://codereview.chromium.org/6479016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74782 0039d316-1c4b-4281-b951-d872f2087c98
* Adding pepper plugin to linux list of files for package.bradnelson@google.com2011-02-141-0/+1
| | | | | | | | | BUG=None TEST=None Review URL: http://codereview.chromium.org/6519001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74780 0039d316-1c4b-4281-b951-d872f2087c98
* Remove NullAudioManager.sergeyu@chromium.org2011-02-141-27/+0
| | | | | | | | | BUG=None TEST=None Review URL: http://codereview.chromium.org/6473021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74779 0039d316-1c4b-4281-b951-d872f2087c98
* Fix small incompatibility issues with Visual Studio 2010.jeanluc@chromium.org2011-02-142-11/+28
| | | | | | | | | BUG=25628 TEST=Compile all.sln cleanly Review URL: http://codereview.chromium.org/6512012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74778 0039d316-1c4b-4281-b951-d872f2087c98
* Hack to have Chrome compile under Visual Studio 2010. The files ↵jeanluc@chromium.org2011-02-141-5/+22
| | | | | | | | | | | | | | | crt/src/intel/mt_lib/memset.obj and P4_memset.obj are not distributed with VS2010. For now, include those distributed with 2009. The downside is that you can't compile with only VS2010 installed. BUG=25628 Review URL: http://codereview.chromium.org/6509008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74777 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit roll r78427:78443hamaji@chromium.org2011-02-141-1/+1
| | | | | | | | | | BUG=none TEST=canary TBR=pkasting Review URL: http://codereview.chromium.org/6475004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74776 0039d316-1c4b-4281-b951-d872f2087c98
* Fix privacy issues related to about:net-internals and about:dnsmmenke@chromium.org2011-02-138-18/+89
| | | | | | | | | | | | | | and clearing the history. When clearing the history, both NetLog and the host cache are now cleared. BUG=65338 TEST=none Review URL: http://codereview.chromium.org/6312076 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74775 0039d316-1c4b-4281-b951-d872f2087c98
* Add histograms for prerendering to the renderer process, second try. mmenke@chromium.org2011-02-134-6/+108
| | | | | | | | | | | | | BUG=71160 TEST=none Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=74034 Reverted: http://src.chromium.org/viewvc/chrome?view=rev&revision=74040 Review URL: http://codereview.chromium.org/6448002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74774 0039d316-1c4b-4281-b951-d872f2087c98
* WebUI: Fix random variations of DOMUI.tfarina@chromium.org2011-02-1316-34/+33
| | | | | | | | | | | | This was found with: $ git gs "[Dd][Oo][Mm][Uu][Ii]" BUG=59945 TEST=trybots Review URL: http://codereview.chromium.org/6518001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74773 0039d316-1c4b-4281-b951-d872f2087c98
* Adding pdb files for nacl dlls/exes.bradnelson@google.com2011-02-131-0/+3
| | | | | | | | | BUG=72886 TEST=None Review URL: http://codereview.chromium.org/6484026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74772 0039d316-1c4b-4281-b951-d872f2087c98
* WebUI: Get rid of more references to DOMUI in the rest of the directories.tfarina@chromium.org2011-02-1330-59/+54
| | | | | | | | | BUG=59945 TEST=trybots Review URL: http://codereview.chromium.org/6513010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74771 0039d316-1c4b-4281-b951-d872f2087c98
* Share PPAPI out-of-process plugins between renderer processes.brettw@chromium.org2011-02-1330-293/+488
| | | | | | | | | | | | | This provides the hook-up for plugin sharing but not shutdown or cleanup from errors. There is still a lot of work to do cleaning up in the plugin and the browser when a renderer dies, or cleaning up in the renderer and browser when a plugin dies. Currently, even the normal exit case crashes in the browser. But fixing it in this patch would be too complicated to write or review, so I'm going to do shutdown & error handling in a followup. Review URL: http://codereview.chromium.org/6486034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74766 0039d316-1c4b-4281-b951-d872f2087c98
* Revert "Add extra heap-allocation to refcounting. For perf test only. Will ↵ajwong@chromium.org2011-02-132-26/+11
| | | | | | | | | | Revert after one build." This reverts commit r74764. TBR=willchan git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74765 0039d316-1c4b-4281-b951-d872f2087c98
* Add extra heap-allocation to refcounting. For perf test only. Will Revert ↵ajwong@chromium.org2011-02-132-11/+26
| | | | | | | | | | | after one build. BUG= TEST= Review URL: http://codereview.chromium.org/6484024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74764 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit roll r78320:78427hamaji@chromium.org2011-02-131-1/+1
| | | | | | | | | | BUG=none TEST=canary TBR=pkasting Review URL: http://codereview.chromium.org/6475002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74763 0039d316-1c4b-4281-b951-d872f2087c98
* Updating trunk VERSION from 670.0 to 671.0chrome-release@google.com2011-02-131-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74759 0039d316-1c4b-4281-b951-d872f2087c98
* Fix build caused by deleting gfx/* stubssail@chromium.org2011-02-131-0/+1
| | | | | | | | | BUG=None TEST=None Review URL: http://codereview.chromium.org/6510011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74755 0039d316-1c4b-4281-b951-d872f2087c98
* Use the hostname instead of the IP address for WebDriver sessions. This ↵kkania@chromium.org2011-02-134-100/+21
| | | | | | | | | | | requires much less code and fixes a bug where 192.* addresses wouldn't work. BUG=72232 TEST=none Review URL: http://codereview.chromium.org/6410126 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74753 0039d316-1c4b-4281-b951-d872f2087c98
* Fix build warning from uninitialized variable.kkania@chromium.org2011-02-131-1/+3
| | | | | | | | | BUG=none TEST=none TBR=jleyba Review URL: http://codereview.chromium.org/6473019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74752 0039d316-1c4b-4281-b951-d872f2087c98
* Widen suppression for reliability crashrsleevi@chromium.org2011-02-131-1/+1
| | | | | | | | | | BUG=72832 TEST=none TBR=huanr Review URL: http://codereview.chromium.org/6509010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74749 0039d316-1c4b-4281-b951-d872f2087c98
* Implement Value command in ChromeDriver.kkania@chromium.org2011-02-1317-134/+845
| | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/6482014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74748 0039d316-1c4b-4281-b951-d872f2087c98
* Fix crash in WinAudioTest.PCMWaveStreamOpenLimit.robertshield@chromium.org2011-02-131-2/+3
| | | | | | | | | BUG=NONE TEST=NONE Review URL: http://codereview.chromium.org/6487024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@74745 0039d316-1c4b-4281-b951-d872f2087c98