summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Pass the correct array size to readlink, and pass the length of the result ↵jochen@chromium.org2010-10-282-9/+2
| | | | | | | | | | | to the string constructor BUG=none TEST=none Review URL: http://codereview.chromium.org/4181004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64240 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 64237 - WebKit Roll 70722:70770mnaganov@chromium.org2010-10-281-1/+1
| | | | | | | | | | | | | TBR=dimich@chromium.org BUG=none TEST=none Review URL: http://codereview.chromium.org/4135009 TBR=mnaganov@chromium.org Review URL: http://codereview.chromium.org/4141007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64239 0039d316-1c4b-4281-b951-d872f2087c98
* Changed text of the button for Guest Session.altimofeev@chromium.org2010-10-282-1/+4
| | | | | | | | | BUG=chromium-os:8095 TEST=Click on Guest pod. Review URL: http://codereview.chromium.org/4103006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64238 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit Roll 70722:70770mnaganov@chromium.org2010-10-281-1/+1
| | | | | | | | | | TBR=dimich@chromium.org BUG=none TEST=none Review URL: http://codereview.chromium.org/4135009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64237 0039d316-1c4b-4281-b951-d872f2087c98
* Disable setting block-third-party-cookies in HostContentSettingsMap if this ↵markusheintz@chromium.org2010-10-281-2/+8
| | | | | | | | | | | preference is managed. BUG=49607 TEST=none Review URL: http://codereview.chromium.org/4170006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64236 0039d316-1c4b-4281-b951-d872f2087c98
* [cros] Show error message when hosted account is used at login.nkostylev@chromium.org2010-10-284-6/+25
| | | | | | | | | BUG=chromium-os:8099 TEST=manual Review URL: http://codereview.chromium.org/4205001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64235 0039d316-1c4b-4281-b951-d872f2087c98
* Cleanup: Remove stale TODOjeremy@chromium.org2010-10-281-5/+0
| | | | | | | | | | | The code in question is no longer needed since Skia has changed to remove the #define in question. BUG=None TEST=Compilation shouldn't break Review URL: http://codereview.chromium.org/4099004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64234 0039d316-1c4b-4281-b951-d872f2087c98
* Add support to test_server.py to restrict the SSL/TLS bulk encryption ↵rsleevi@chromium.org2010-10-289-132/+278
| | | | | | | | | | | algorithms via the command-line argument --ssl-alg. BUG=58831 TEST=Run test_server.py as an HTTPS server with --ssl-alg=rc4. Connect via openssl s_client -connect 127.0.0.1:1337 -cipher DEFAULT:\!RC4. Observe a connection failure. Connect with openssl s_client -connect 127.0.0.1:1337, observe that a ciphersuite that uses RC4 is negotiated. Review URL: http://codereview.chromium.org/3812007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64233 0039d316-1c4b-4281-b951-d872f2087c98
* Revert "Revert "Revert "Split ExtensionApiTest.Tabs into several smaller ↵jochen@chromium.org2010-10-2810-547/+524
| | | | | | | | | | | | | | tests and re-enable.""" This reverts commit 230aa348ea1b2530b57e8c19451e386128239e16. TBR=aa@chromium.org BUG=none TEST=none Review URL: http://codereview.chromium.org/4213002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64231 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 64225 - [cros] Fix UI issues on SignIn pod/user pod.jochen@chromium.org2010-10-2812-76/+16
| | | | | | | | | | | | | | | | | | | 7. Textfield - focus border issue 9. Textfield - font size 11. Sign in - h padding 13,14 Link text & color. Button minimal width - 90px. BUG=chromium-os:8101 TEST=manual Review URL: http://codereview.chromium.org/4179001 TBR=nkostylev@chromium.org Review URL: http://codereview.chromium.org/4189005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64227 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit Roll 70691:70722mnaganov@chromium.org2010-10-281-1/+1
| | | | | | | | | | TBR=dimich@chromium.org BUG=none TEST=none Review URL: http://codereview.chromium.org/4145009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64226 0039d316-1c4b-4281-b951-d872f2087c98
* [cros] Fix UI issues on SignIn pod/user pod.nkostylev@chromium.org2010-10-2812-16/+76
| | | | | | | | | | | | | | | | 7. Textfield - focus border issue 9. Textfield - font size 11. Sign in - h padding 13,14 Link text & color. Button minimal width - 90px. BUG=chromium-os:8101 TEST=manual Review URL: http://codereview.chromium.org/4179001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64225 0039d316-1c4b-4281-b951-d872f2087c98
* Widen suppressions for sqlite starting from WebDatabase::InitLoginsTablejochen@chromium.org2010-10-281-17/+8
| | | | | | | | | | | | A got a bunch of new stack traces starting in WebDatabsae::InitWebAppIconsTable that look exactly the same BUG=60556 TEST=less redness TBR=glider@chromium.org Review URL: http://codereview.chromium.org/4214001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64224 0039d316-1c4b-4281-b951-d872f2087c98
* Updating trunk VERSION from 566.0 to 567.0chrome-release@google.com2010-10-281-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64222 0039d316-1c4b-4281-b951-d872f2087c98
* Add and widen sqlite3 related suppressions in WebDatabase::InitLoginsTablejochen@chromium.org2010-10-281-2/+20
| | | | | | | | | | BUG=60556 TEST=less redness TBR=glider@chromium.org Review URL: http://codereview.chromium.org/4119014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64220 0039d316-1c4b-4281-b951-d872f2087c98
* Update DisabledPlugins description text to mention wildcards.mnissler@chromium.org2010-10-281-0/+2
| | | | | | | | | BUG=61058 TEST=Policy templates and documentation have wildcard information. Review URL: http://codereview.chromium.org/4196004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64219 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress more stacks for bug 49250 (Valgrind error inside ↵glider@chromium.org2010-10-281-0/+13
| | | | | | | | | | | remoting::CapturerMac::CaptureRects) BUG=49250 TBR=timurrrr Review URL: http://codereview.chromium.org/4134005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64218 0039d316-1c4b-4281-b951-d872f2087c98
* Suppression for leak in logging_chrome.ccjochen@chromium.org2010-10-281-0/+7
| | | | | | | | | | BUG=none TEST=none TBR=glider@chromium.org Review URL: http://codereview.chromium.org/4171006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64217 0039d316-1c4b-4281-b951-d872f2087c98
* IndexedDB: Expand browser test to cover the object store.hans@chromium.org2010-10-284-4/+107
| | | | | | | | | BUG=60581 TEST=browser_tests --gtest_filter="IndexedDBBrowserTest.*" Review URL: http://codereview.chromium.org/4147005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64216 0039d316-1c4b-4281-b951-d872f2087c98
* Add create boolean to webkit_support::OpenFileSystem.kinuko@chromium.org2010-10-282-3/+3
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/4171001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64214 0039d316-1c4b-4281-b951-d872f2087c98
* Added grammar attribute to speech input.satish@chromium.org2010-10-2815-79/+182
| | | | | | | | | | | | | | | | | | In https://bugs.webkit.org/show_bug.cgi?id=48339 we added support for a 'x-webkit-grammar' attribute for speech input. In this CL we receive that as a parameter to SpeechInputDispatcher::startRecognition() and pass it up to the SpeechRecognitionRequest object which encodes and sends it as a url parameter to the server. To aid in this I also moved the speech server URL from SpeechRecognizer.cc to SpeechRecognitionRequest.cc. Also added a browser test for this attribute. It is marked as FLAKY now because the code is exactly the same as with the TestBasicRecognition test in that file and that test is FLAKY now. Both are marked with the same bug and I will remove the FLAKY_ prefix on both when the bug is closed. BUG=none TEST=browser_tests --gtest_filter=SpeechInputBrowserTest.GrammarAttribute Review URL: http://codereview.chromium.org/4183002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64213 0039d316-1c4b-4281-b951-d872f2087c98
* Do not leak tab contents from testjochen@chromium.org2010-10-281-11/+7
| | | | | | | | | | BUG=none TEST=unit tests don't crash TBR=satish@chromium.org Review URL: http://codereview.chromium.org/4193006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64211 0039d316-1c4b-4281-b951-d872f2087c98
* Track in which frames navigation errors occurred and don't send further ↵jochen@chromium.org2010-10-288-45/+212
| | | | | | | | | | | navigation events for them BUG=50943 TEST=browser_tests:*.WebNavigationEvents*,unit_tests:FrameNavigationStateTest.* Review URL: http://codereview.chromium.org/4136004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64210 0039d316-1c4b-4281-b951-d872f2087c98
* Make DOM_UI to display the corect state of the pref/policy update ↵markusheintz@chromium.org2010-10-281-1/+2
| | | | | | | | | | | block-third-party-cookies. BUG=49607 TEST=none Review URL: http://codereview.chromium.org/4198006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64209 0039d316-1c4b-4281-b951-d872f2087c98
* FTP: fix directory listing parser for ftp://ftp.dd-wrt.com/others/juno6/phajdan.jr@chromium.org2010-10-285-8/+55
| | | | | | | | | | | | Now the "ls -l" parser ignores lines with empty file names instead of failing. BUG=60065 TEST=net_unittests Review URL: http://codereview.chromium.org/4182002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64208 0039d316-1c4b-4281-b951-d872f2087c98
* Pulls the latest hunspell.hbono@chromium.org2010-10-281-1/+1
| | | | | | | | | | | This change pulls the latest hunspell to merge the fix for Bug 60816. TBR=estade BUG=60816 TEST=none (sorry). Review URL: http://codereview.chromium.org/4165003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64207 0039d316-1c4b-4281-b951-d872f2087c98
* Revert "Revert "Split ExtensionApiTest.Tabs into several smaller tests and ↵aa@chromium.org2010-10-2810-524/+547
| | | | | | | | | | re-enable."" This reverts commit d0777a59efc9678cde43a2932badc43735d212c3. TBR=mpcomplete@chromium.org git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64206 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 64202 - Initial support for built-in DNS resolver/cache.yusukes@chromium.org2010-10-2817-109/+20
| | | | | | | | | | | | BUG=None TEST=None Review URL: http://codereview.chromium.org/3693001 TBR=agayev@chromium.org Review URL: http://codereview.chromium.org/4208002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64204 0039d316-1c4b-4281-b951-d872f2087c98
* Initial support for built-in DNS resolver/cache.agayev@chromium.org2010-10-2817-20/+109
| | | | | | | | | BUG=None TEST=None Review URL: http://codereview.chromium.org/3693001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64202 0039d316-1c4b-4281-b951-d872f2087c98
* Fix a DCHECK in FontsLanguagesWindowView::GetWindowTitle().tfarina@chromium.org2010-10-282-4/+2
| | | | | | | | | BUG=60878 TEST=see bug Review URL: http://codereview.chromium.org/4158005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64201 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress the error from disk IO on the UI thread in printing codeevan@chromium.org2010-10-281-1/+8
| | | | | | | | | | This bug is pretty minor, but I've filed it anyway. BUG=60988 Review URL: http://codereview.chromium.org/4138009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64196 0039d316-1c4b-4281-b951-d872f2087c98
* BrowserList::GetLastActive doesn't guarentee to return a Browser object, ↵ace@chromium.org2010-10-281-3/+6
| | | | | | | | | | checking for null before use to avoid crashes in UI action tests. BUG=56747 Review URL: http://codereview.chromium.org/4204003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64194 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 64191 - Add 3G Activation to the network menu.yusukes@chromium.org2010-10-284-180/+100
| | | | | | | | | | | | | | This includes some cleanup of the network_menu code to work with or without DOMUI menus. BUG=http://code.google.com/p/chromium-os/issues/detail?id=8114 TEST=All of the network menu Review URL: http://codereview.chromium.org/4136002 TBR=stevenjb@chromium.org Review URL: http://codereview.chromium.org/4200008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64193 0039d316-1c4b-4281-b951-d872f2087c98
* Add 3G Activation to the network menu.stevenjb@chromium.org2010-10-284-100/+180
| | | | | | | | | | | This includes some cleanup of the network_menu code to work with or without DOMUI menus. BUG=http://code.google.com/p/chromium-os/issues/detail?id=8114 TEST=All of the network menu Review URL: http://codereview.chromium.org/4136002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64191 0039d316-1c4b-4281-b951-d872f2087c98
* Marking GPUTest.UITestLaunchedWithOSMesa FLAKY.apatrick@chromium.org2010-10-281-1/+1
| | | | | | | | | | | http://build.chromium.org/p/chromium/builders/Vista%20Tests/builds/524 TEST=none BUG=none TBR=vangelis@chromium.org git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64190 0039d316-1c4b-4281-b951-d872f2087c98
* Linux: don't crash trying to view passwords if login db initialization failed.mdm@chromium.org2010-10-283-4/+16
| | | | | | | | BUG=56809 TEST=corrupt your login db somehow and then show passwords, it should not crash Review URL: http://codereview.chromium.org/4192006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64189 0039d316-1c4b-4281-b951-d872f2087c98
* Revert "Split ExtensionApiTest.Tabs into several smaller tests and re-enable."aa@chromium.org2010-10-2810-539/+524
| | | | | | | | This reverts commit b20544e07006eff741c598abd16d98b30f01f00e. TBR=ncarter@chromium.org git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64187 0039d316-1c4b-4281-b951-d872f2087c98
* Autofill deprecate unique_ids in favor of guids for DOMUIdhollowa@chromium.org2010-10-286-97/+99
| | | | | | | | | | | Removes use of labels and unique_ids in the Autofill options handler in DOMUI. BUG=58813 TEST=Manual tests with DOMUI: Add, Update, and Delete both addresses and credit cards. Review URL: http://codereview.chromium.org/4145008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64186 0039d316-1c4b-4281-b951-d872f2087c98
* The frame for the button for a bookmark which is dropped at the top of a ↵mrossetti@chromium.org2010-10-284-26/+87
| | | | | | | | | | | folder was never being recalculated and was left with the placeholder value. The placeholder value has been replaced with a default frame. Unit tests were enhanced to check for proper button vertical alignment. Comments were added to metric constants. A convenience constant was added for a frequently needed spacing from the base of one menu button to the base of the next. BUG=58962 TEST=Drop a bookmark at the top of a folder and verify that it is drawn in the top button position. Review URL: http://codereview.chromium.org/4168003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64185 0039d316-1c4b-4281-b951-d872f2087c98
* This fixes the logging for ChromeOS so that it uses symlinksgspencer@chromium.org2010-10-286-43/+104
| | | | | | | | | | | | | | | | | | | | | | | to log to instead of going to the timestamped files directly, so that the browser process can more precisely control the output file being used. It still creates timestamped logs, and the regular chrome operations should be unchanged. Added a bool return value to InitLogging so we know when it fails, because failing needs to be handled properly in ChromeOS to remove hanging symbolic links. [This change has already been reviewed and approved here: http://codereview.chromium.org/3983004/show Somehow the dcommit failed without me noticing, so I'm trying again.] BUG=http://crosbug.com/6343 TEST=ran on device in incognito and regular mode, looked at logs. Review URL: http://codereview.chromium.org/4167004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64184 0039d316-1c4b-4281-b951-d872f2087c98
* Split ExtensionApiTest.Tabs into several smaller tests and re-enable.aa@chromium.org2010-10-2710-524/+539
| | | | | | Review URL: http://codereview.chromium.org/4018011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64182 0039d316-1c4b-4281-b951-d872f2087c98
* Disabling ExtensionApiTest.Infobars for MACOSX as it causes a hang (timeout) ↵vangelis@chromium.org2010-10-271-3/+1
| | | | | | | | | | | on the 10.5 bots BUG=60990 TBR=vangelis@chromium.org TEST=NONE Review URL: http://codereview.chromium.org/4098007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64181 0039d316-1c4b-4281-b951-d872f2087c98
* -Add the option to export the result table to .csv format.lzheng@chromium.org2010-10-278-506/+113
| | | | | | | | | | | | | | | | | | | -Add the option to clear selected data sets. -Add the option to sort the result table according to the chosen metric. -Move "load from file" button to the same line of Url text box. -Highlight the tested page to trigger the paint event. -Include third party libraries table2CSV.js and sorttable.js in util folder. -Remove some redundant scripts from jquery folder. -Prune sorttable.js to remove some browser specific code. Contributed by Jianxia Ning <jning@google.com>. BUG=none TEST=none Review URL: http://codereview.chromium.org/4123001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64180 0039d316-1c4b-4281-b951-d872f2087c98
* Fix Chromoting's verbatim decoder to work with the new protocol.garykac@google.com2010-10-272-69/+107
| | | | | | | | BUG=none TEST=verify chromoting works when host uses --verbatim flag Review URL: http://codereview.chromium.org/4152007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64179 0039d316-1c4b-4281-b951-d872f2087c98
* Report the SSL protocol version in ssl_info.connection_status.wtc@chromium.org2010-10-2710-59/+175
| | | | | | | | | | | | | | Refactor SSLClientSocketNSS::GetSSLInfo -- the code that sets ssl_info->connection_status is moved to a new UpdateConnectionStatus method, and CheckSecureRenegotiation is subsumed by UpdateConnectionStatus. R=agl,finnur BUG=53659 TEST=none Review URL: http://codereview.chromium.org/4198003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64178 0039d316-1c4b-4281-b951-d872f2087c98
* Fix a crash in ExtensionGalleryInstallApiTest.InstallAndUninstall caused bympcomplete@chromium.org2010-10-274-27/+58
| | | | | | | | | | | | | | the ExtensionInstalledBubble. The info bubble was closing after the extension was uninstalled. This wouldn't always happen - sometimes the browser shut down first, so we didn't crash. BUG=56558 TEST=covered by browser_test Review URL: http://codereview.chromium.org/4112007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64177 0039d316-1c4b-4281-b951-d872f2087c98
* Remove NOTREACHED from UsingTCPFastOpengarykac@chromium.org2010-10-271-1/+0
| | | | | | | | | BUG=none TEST=verify that Chromoting works again Review URL: http://codereview.chromium.org/4210001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64176 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 64118 - Revert 64070 - Revert 64065 - testserver.py listens on ↵nick@chromium.org2010-10-275-75/+69
| | | | | | | | | | | | | | | | | | | | | | | | | | ephemeral ports by default. (Reason for revert: this causes SSLUITests on Mac OS to hang with high probability) If --port is specified on the command line, testserver.py will listen on that port, otherwise it will listen on an ephemeral port. If --startup_pipe is specified, the port number is written to the pipe as a 2 byte unsigned int in host order. TestServer by default spawns testserver.py to listen on an ephemeral port and reads the port value from the pipe. If necessary, the port can still be fixed using TestServer::ForcePort, but that will hopefully get deprecated quickly. BUG=56814 TEST=try bots pass Review URL: http://codereview.chromium.org/3549003 TBR=cbentzel@chromium.org Review URL: http://codereview.chromium.org/4165004 TBR=cbentzel@chromium.org Review URL: http://codereview.chromium.org/4146008 TBR=cbentzel@chromium.org Review URL: http://codereview.chromium.org/4164008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64175 0039d316-1c4b-4281-b951-d872f2087c98
* Disabling the FullTabModeIE_WindowClose ChromeFrame test as it causes ↵ananta@chromium.org2010-10-271-9/+5
| | | | | | | | | | | | | IE7/IE8 to put a security warning infobar. Bug=61011 TBR=amit Review URL: http://codereview.chromium.org/4168005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64173 0039d316-1c4b-4281-b951-d872f2087c98
* [Sync] Expanded CacheInvalidationPacketHandler unittests.akalin@chromium.org2010-10-272-6/+26
| | | | | | | | | BUG=None TEST=New unittests Review URL: http://codereview.chromium.org/4133003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@64172 0039d316-1c4b-4281-b951-d872f2087c98