summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Revert 61787 - Add WebP library to Chromiumfbarchard@chromium.org2010-10-0717-3695/+0
| | | | | | | | | | | | BUG=58225 TEST=library buildable on all platforms. Review URL: http://codereview.chromium.org/3614010 TBR=fbarchard@chromium.org Review URL: http://codereview.chromium.org/3608014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61788 0039d316-1c4b-4281-b951-d872f2087c98
* Add WebP library to Chromiumfbarchard@chromium.org2010-10-0717-0/+3695
| | | | | | | | | BUG=58225 TEST=library buildable on all platforms. Review URL: http://codereview.chromium.org/3614010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61787 0039d316-1c4b-4281-b951-d872f2087c98
* Remove FLAKY prefix from TabOnRemoved test.dmazzoni@chromium.org2010-10-071-9/+1
| | | | | | | | | BUG=56479 TEST=Re-enables flaky test. Review URL: http://codereview.chromium.org/3620007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61785 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 61718 - GPU process terminates on hang.mnissler@chromium.org2010-10-0716-276/+48
| | | | | | | | | | | | | | | | | | I added a watchdog thread that intermitently checks the main thread can respond to tasks posted on its message queue. I fixed some bugs that preventede GGL from failing when the GPU channel was lost. Added a command line swith to disable the watchdog thread for debugging purposes. TEST=try, check WebGL works, check about:gpuhang terminates process. BUG=38739,53871 Review URL: http://codereview.chromium.org/3528012 TBR=apatrick@chromium.org Review URL: http://codereview.chromium.org/3616011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61782 0039d316-1c4b-4281-b951-d872f2087c98
* Updating trunk VERSION from 548.0 to 549.0chrome-release@google.com2010-10-071-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61780 0039d316-1c4b-4281-b951-d872f2087c98
* Mark ExtensionApiTest.IncognitoSplitMode flaky on Linux.mnissler@chromium.org2010-10-071-1/+8
| | | | | | | | | BUG=58270 TEST=None Review URL: http://codereview.chromium.org/3569024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61778 0039d316-1c4b-4281-b951-d872f2087c98
* Mark ExtensionApiTest.Tabs flaky on win and linux.mnissler@chromium.org2010-10-071-1/+3
| | | | | | | | | BUG=58269 TEST=NONE Review URL: http://codereview.chromium.org/3526023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61777 0039d316-1c4b-4281-b951-d872f2087c98
* Create a zip archive of generated policy templates on Windowsgfeher@chromium.org2010-10-072-5/+101
| | | | | | | | | | | The plan is to generate this zip later on an official buildbot, and publish it with stage_build.py. BUG=57805 TEST=none Review URL: http://codereview.chromium.org/3564008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61776 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit roll 69262:69275tkent@chromium.org2010-10-071-1/+1
| | | | | | | | | BUG=none TEST=none TBR=ajwong Review URL: http://codereview.chromium.org/3579015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61772 0039d316-1c4b-4281-b951-d872f2087c98
* Reapply 61613 that was reverted for false valgrind alarm.kinuko@chromium.org2010-10-0718-129/+325
| | | | | | | | | | | | | Original issue: http://codereview.chromium.org/3567012/show BUG=none TEST=FileSystemOperationTest.* TBR=ericu,thestig Review URL: http://codereview.chromium.org/3603014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61771 0039d316-1c4b-4281-b951-d872f2087c98
* Add Worker tests for FileSystem API.kinuko@chromium.org2010-10-072-0/+57
| | | | | | | | | | | | Depends on the patch for webkit.org/b/46405 Currently it's disabled as the feature is not turned on by default yet (may need some trick to force enabling it for ui_tests). BUG=32277 TEST=WorkerTest.WorkerFileSystemLayoutTest Review URL: http://codereview.chromium.org/3576005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61770 0039d316-1c4b-4281-b951-d872f2087c98
* Heapchecker: Disable TemplateURLFetcherTest.BasicTest, it's hanging.thestig@chromium.org2010-10-071-0/+2
| | | | | | | | BUG=58242 TEST=Heapchecker finishes its test run. Review URL: http://codereview.chromium.org/3528015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61769 0039d316-1c4b-4281-b951-d872f2087c98
* Add ability to set the language and the focus from URL hash.satorux@chromium.org2010-10-072-3/+38
| | | | | | | | | | | | | | | | | | | Based on zork's idea. This will be used for automated testing. For example, if you want to select Japanese, and give focus to an input method 'mozc', you can point to: chrome://settings/language#lang=ja,focus=mozc English US and Dvorak: chrome://settings/language#lang=en-US,focus=xkb:us:dvorak:eng BUG=chromium-os:4639 TEST=manually Review URL: http://codereview.chromium.org/3609012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61768 0039d316-1c4b-4281-b951-d872f2087c98
* Fix a JavaScript error in personal_options.js for Chrome OS.satorux@chromium.org2010-10-071-2/+3
| | | | | | | | | | | | | | | | | Element 'themes_set_classic' is not present for Chrome OS, but only for linux and bsd, per personal_options.html <if expr="not pp_ifdef('toolkit_views') and (os == 'linux2' or os.find('bsd') != -1)"> ... <button id="themes_set_classic" i18n-content="themes_set_classic"></button> TEST=opened chrome:settings and confirmed that the error was gone. BUG=chromium-os:7387 Review URL: http://codereview.chromium.org/3526021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61766 0039d316-1c4b-4281-b951-d872f2087c98
* Make BrowserAccessibilityManager cross platform. Step 2. ctguil@chromium.org2010-10-0710-802/+915
| | | | | | | | | | | | | | | 1. Move common logic and fields from BrowserAccessibilityMangerWin to BrowserAccessibilityManager. 2. Move common logic and fields from BrowserAccessibilityWin to BrowserAccessibility. BUG=55264 TEST=interactive_ui_tests:AccessibilityWinBrowserTest.* TEST=unit_tests:BrowserAccessibilityTest.* Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=61740 Review URL: http://codereview.chromium.org/3551015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61765 0039d316-1c4b-4281-b951-d872f2087c98
* Add expectations for cached-frame-coutner.html and last-modified-parsing.htmltkent@chromium.org2010-10-071-0/+3
| | | | | | | | BUG=32308,58257 TEST=none TBR=ajwong git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61764 0039d316-1c4b-4281-b951-d872f2087c98
* Rename ChromeThread to BrowserThread Part4:tfarina@chromium.org2010-10-0722-148/+147
| | | | | | | | | | | - Rename entries under safe_browsing, search_engines, service and speech. BUG=56926 TEST=trybots Review URL: http://codereview.chromium.org/3552013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61763 0039d316-1c4b-4281-b951-d872f2087c98
* Webkit roll 69180:69262tkent@chromium.org2010-10-072-7/+1
| | | | | | | | | | | Remove upstreamed test expectations. TEST=try bots green BUG=none Change by ajwong Original code review: http://codereview.chromium.org/3612006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61762 0039d316-1c4b-4281-b951-d872f2087c98
* Fix a bug in SpdyProxyClientSocket::PopulateUserBuffer, whererch@chromium.org2010-10-072-2/+36
| | | | | | | | | | | | subsequent reads from the same buffered data could result in a crash. BUG=none TEST=SpdyProxyClientSocketTest.MultipleReadsFromSameLargeFrame Review URL: http://codereview.chromium.org/3549022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61758 0039d316-1c4b-4281-b951-d872f2087c98
* Valgrind: Suppress a couple of GPU / Mac memory errors.thestig@chromium.org2010-10-071-0/+26
| | | | | | | | BUG=58244,58245 TEST=Valgrind Mac gets greener. Review URL: http://codereview.chromium.org/3543014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61757 0039d316-1c4b-4281-b951-d872f2087c98
* Rename ChromeThread to BrowserThread Part3:tfarina@chromium.org2010-10-0721-93/+93
| | | | | | | | | | | | - Rename entries under task_manager, themes, views, web_applications, web_resource, webdata and worker_host. BUG=56926 TEST=trybots Review URL: http://codereview.chromium.org/3579014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61756 0039d316-1c4b-4281-b951-d872f2087c98
* Disable TemplateURLFetcherTest.BasicTest on memory bots. It's timing out.thestig@chromium.org2010-10-071-0/+2
| | | | | | | | | BUG=58242 TEST=Memory bots stops timing out. TBR=timurrrr Review URL: http://codereview.chromium.org/3601017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61755 0039d316-1c4b-4281-b951-d872f2087c98
* Allow cygwin users to run run_webkit_tests.py.pkasting@chromium.org2010-10-071-10/+5
| | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/3593006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61754 0039d316-1c4b-4281-b951-d872f2087c98
* Hook up Cookies content settings for FileSystem APIkinuko@chromium.org2010-10-071-11/+15
| | | | | | | | | | | This patch simply rejects requestFileSystem if cookie settings is set to BLOCK (no prompting). BUG=32277 TEST=none Review URL: http://codereview.chromium.org/3551011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61753 0039d316-1c4b-4281-b951-d872f2087c98
* Reconcile sync.proto client/server diffs.nick@chromium.org2010-10-072-26/+95
| | | | | | | | | BUG=58217 TEST=sync_integration_tests Review URL: http://codereview.chromium.org/3575017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61750 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 61740 - Make BrowserAccessibilityManager cross platform. Step 2. ctguil@chromium.org2010-10-0712-921/+806
| | | | | | | | | | | | | | | | | | 1. Move common logic and fields from BrowserAccessibilityMangerWin to BrowserAccessibilityManager. 2. Move common logic and fields from BrowserAccessibilityWin to BrowserAccessibility. Linux errors. BUG=55264 TEST=interactive_ui_tests:AccessibilityWinBrowserTest.* TEST=unit_tests:BrowserAccessibilityTest.* Review URL: http://codereview.chromium.org/3551015 TBR=ctguil@chromium.org Review URL: http://codereview.chromium.org/3562011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61749 0039d316-1c4b-4281-b951-d872f2087c98
* Remove obsolete TODOs. The referred bug has been closed for a while.jeanluc@google.com2010-10-071-6/+0
| | | | | | | | | TEST=None BUG=0 Review URL: http://codereview.chromium.org/3604010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61748 0039d316-1c4b-4281-b951-d872f2087c98
* Adding modifications to allow chrome to naviagte to URLs.jmikhail@google.com2010-10-0731-217/+737
| | | | | | | | | | | | | | | | | | This changelist includes the following URLs for the JSON protocol: /url /back /forward /refresh /title /source BUG=None TEST=webdriver_remote_tests.py Review URL: http://codereview.chromium.org/3338010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61747 0039d316-1c4b-4281-b951-d872f2087c98
* SSLUITest.TestRunsInsecuredContentRandomizeHash fails on Vista Tests (and ↵dhollowa@chromium.org2010-10-071-1/+3
| | | | | | | | | | | | | | | | | | | | | | | | | | others) http://build.chromium.org/buildbot/waterfall/builders/Vista%20Tests/builds/23216/steps/browser_tests/logs/stdio Note: Google Test filter = SSLUITest.TestRunsInsecuredContentRandomizeHash [==========] Running 1 test from 1 test case. [----------] Global test environment set-up. [----------] 1 test from SSLUITest [ RUN ] SSLUITest.TestRunsInsecuredContentRandomizeHash [6072:5256:1006/165819:224673187:INFO:install_util.cc(72)] No existing Chrome install found. [6072:5980:1006/165821:224674390:INFO:chrome_plugin_lib.cc(201)] ChromePluginLib::CP_Initialize(c:\b\slave\chromium-rel-vista-tests\build\src\build\Release\gears.dll): initialized=0 [6072:5980:1006/165821:224674421:INFO:chrome_plugin_lib.cc(222)] ChromePluginLib::CP_Initialize(c:\b\slave\chromium-rel-vista-tests\build\src\build\Release\gears.dll): initialized=1): result=0 [6072:5980:1006/165821:224674500:INFO:ssl_client_socket_nss.cc(1224)] The server 127.0.0.1 does not support the TLS renegotiation_info extension. Backtrace: (No symbol) [0x011F8B37] BUG=58230 TEST=SSLUITest.TestRunsInsecuredContentRandomizeHash TBR=wtc@chromium.org Review URL: http://codereview.chromium.org/3539018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61746 0039d316-1c4b-4281-b951-d872f2087c98
* One more try reenbling IncognitoSplitMode.mpcomplete@chromium.org2010-10-071-2/+1
| | | | | | | | | | | | I can't repro it locally, so I'm going to see if I can catch it failing on the bots. BUG=53991 TEST=no Review URL: http://codereview.chromium.org/3569023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61745 0039d316-1c4b-4281-b951-d872f2087c98
* Fix a bug when we transitioned from managed no default allowed to managed ↵jeanluc@google.com2010-10-072-20/+43
| | | | | | | | | | | | | default specified. BUG=49306 TEST=TemplateURLModelTest* Review URL: http://codereview.chromium.org/3620009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61744 0039d316-1c4b-4281-b951-d872f2087c98
* Changes around instant to verify if the page really supports instantsky@chromium.org2010-10-079-71/+325
| | | | | | | | | | | | before sending down the instant script. If the page doesn't support instant we fallback to reloading urls. BUG=54833 TEST=none Review URL: http://codereview.chromium.org/3608009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61743 0039d316-1c4b-4281-b951-d872f2087c98
* ExtensionApiTest.Tabs: disable failing testevan@chromium.org2010-10-072-5/+3
| | | | | | | | | | Fails on all platforms. See bug. BUG=58229 Review URL: http://codereview.chromium.org/3520020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61741 0039d316-1c4b-4281-b951-d872f2087c98
* Make BrowserAccessibilityManager cross platform. Step 2. ctguil@chromium.org2010-10-0612-806/+921
| | | | | | | | | | | | | 1. Move common logic and fields from BrowserAccessibilityMangerWin to BrowserAccessibilityManager. 2. Move common logic and fields from BrowserAccessibilityWin to BrowserAccessibility. BUG=55264 TEST=interactive_ui_tests:AccessibilityWinBrowserTest.* TEST=unit_tests:BrowserAccessibilityTest.* Review URL: http://codereview.chromium.org/3551015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61740 0039d316-1c4b-4281-b951-d872f2087c98
* Mark ProcessSingletonTest.StartupRaceCondition as FAILS on linux views.mattm@chromium.org2010-10-061-1/+7
| | | | | | | | | BUG=58219 TEST=linux views dbg bot goes green Review URL: http://codereview.chromium.org/3570015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61737 0039d316-1c4b-4281-b951-d872f2087c98
* Mark ExtensionApiTest.Tabs as FAILS on ChromeOSsergeyu@chromium.org2010-10-061-1/+5
| | | | | | | BUG=58229 TBR=evan git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61736 0039d316-1c4b-4281-b951-d872f2087c98
* Rehabilitate BrowserFocusTest.TabInitialFocusisherman@chromium.org2010-10-061-7/+13
| | | | | | | | | BUG=50763 TEST=interactive_ui_tests --gtest_filter=BrowserFocusTest.TabInitialFocus Review URL: http://codereview.chromium.org/3561013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61735 0039d316-1c4b-4281-b951-d872f2087c98
* Add test self-signed cert for http://codereview.chromium.org/3576016/show.mattm@chromium.org2010-10-062-0/+3
| | | | | | | | | BUG=19991 TEST=none Review URL: http://codereview.chromium.org/3548018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61732 0039d316-1c4b-4281-b951-d872f2087c98
* Make extension docs builder use a sorted walk.asargent@chromium.org2010-10-0642-5/+21
| | | | | | | | | | | | Right now you can get spurious changes to .zip files because the order os.walk returns directories and files in can differ from one checkout to another. BUG=none TEST=no more spurious zipfile changes Review URL: http://codereview.chromium.org/3602020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61731 0039d316-1c4b-4281-b951-d872f2087c98
* Alt logo.mirandac@chromium.org2010-10-062-4/+4
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/3626002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61729 0039d316-1c4b-4281-b951-d872f2087c98
* Added methods to webkit_support.* to support nested loops in chromium DRT.prasadt@chromium.org2010-10-062-0/+10
| | | | | | | | | BUG=58095 TEST=Build chromium Review URL: http://codereview.chromium.org/3616008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61728 0039d316-1c4b-4281-b951-d872f2087c98
* A large part of this change is adding the 1st unit test for TemplateURLFetcher.levin@chromium.org2010-10-066-89/+223
| | | | | | | | | | | | | Also did some refactoring of TemplateURLFetcher to allow for a future modification in which I make it able to start the load of TemplateURLModel and wait for that to finish before processing the fetched url. BUG=38475 TEST=unit_test --gtest_filter=TemplateURLFetcher* Review URL: http://codereview.chromium.org/3548017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61727 0039d316-1c4b-4281-b951-d872f2087c98
* Fix build break on mac.sergeyu@chromium.org2010-10-061-0/+2
| | | | | | TBR=ajwong git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61726 0039d316-1c4b-4281-b951-d872f2087c98
* Fix gfx unit-tests so they do not crash on Windows, prior to Windows 7georgey@chromium.org2010-10-065-3/+166
| | | | | | | | | Also fix failing Font test. TEST=unit tests BUG=46733 Review URL: http://codereview.chromium.org/3615001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61725 0039d316-1c4b-4281-b951-d872f2087c98
* Detach the ClientSocketHandle from an HttpStream so the same socket can be ↵cbentzel@chromium.org2010-10-0614-13/+98
| | | | | | | | | | | | | reused for multiple rounds of NTLM authentication. BUG=57261 TEST=Start chrome with --auth-schemes=NTLM and --proxy-server pointing to a Microsoft Forefront Threat Management Gateway proxy configurated for Integrated Authentication. Assuming the user is part of the same domain as the proxy, authentication should work transparently, and the user should not be presented with auth prompts. Also, net_unittests should pass. Review URL: http://codereview.chromium.org/3578016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61724 0039d316-1c4b-4281-b951-d872f2087c98
* Use new Chromotocol code in host andclient.sergeyu@chromium.org2010-10-0650-601/+1286
| | | | | | | | | | | | | | 1. ProtocolDecoder renamed to MessagesDecoder and moved to remoting/protocol. 2. base/protocol_util.[h|cc] split into base/util.[h|cc] and protocol/util.[h|cc]. 3. Added StreamReader and StreamWriter classes for events and video channels. 4. Client and host changed to use the new protocol code. BUG=None TEST=Unittests Review URL: http://codereview.chromium.org/3595012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61723 0039d316-1c4b-4281-b951-d872f2087c98
* ExtensionApiTest.Tabs: fix window type, re-enable testevan@chromium.org2010-10-063-13/+9
| | | | | | | | | | | | | | | | | | | When you created a window with type='popup', the resulting window.type was incorrectly 'app'. After discussion, we concluded that a popup app window should be called a popup. This was a real regression that was masked by the test being marked flaky for unrelated reasons. :( (While I'm at it, fixed the ordering of some assertEq's to make the error messages more understandable.) BUG=48920 TEST=ExtensionApiTest.Tabs Review URL: http://codereview.chromium.org/3594014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61722 0039d316-1c4b-4281-b951-d872f2087c98
* Re-disable IncognitoSplitMode. It's still hanging.mpcomplete@chromium.org2010-10-061-1/+2
| | | | | | | | | BUG=53991 TEST=no Review URL: http://codereview.chromium.org/3584016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61721 0039d316-1c4b-4281-b951-d872f2087c98
* Extends update_expectations_from_dashboard.py to handle adding missing ↵ojan@google.com2010-10-064-79/+358
| | | | | | | | | | | expectations to test_expectations.txt. Submitted on behalf of koz@chromium.org. BUG=None TEST=Run expectations_line_unittest.py. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61720 0039d316-1c4b-4281-b951-d872f2087c98
* Fix build break on Official ChromeOS builder caused by r61684.sergeyu@chromium.org2010-10-061-2/+2
| | | | | | TBR=glotov git-svn-id: svn://svn.chromium.org/chrome/trunk/src@61719 0039d316-1c4b-4281-b951-d872f2087c98