summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* xRevert 62319 - re-enable ogg threadsfbarchard@chromium.org2010-10-122-3/+12
| | | | | | | | | | | | BUG=53967 TEST=ogv videos still play but more efficiently Review URL: http://codereview.chromium.org/3723004 TBR=fbarchard@chromium.org Review URL: http://codereview.chromium.org/3737002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62326 0039d316-1c4b-4281-b951-d872f2087c98
* Bumping version of RLZ library to get two changes:rogerta@google.com2010-10-121-1/+1
| | | | | | | | | | | | | | - definition of new access point for Chrome Frame - new unit test for machine id TEST=This is the first step of the change for bug 58076. no user visible changes until the work for this bug is complete. BUG=58076 Review URL: http://codereview.chromium.org/3735004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62325 0039d316-1c4b-4281-b951-d872f2087c98
* Update to NSS 3.12.8.wtc@chromium.org2010-10-121-2/+2
| | | | | | | | | | | | The actual changes are in http://codereview.chromium.org/3536010/show R=agl BUG=none TEST=none Review URL: http://codereview.chromium.org/3733001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62324 0039d316-1c4b-4281-b951-d872f2087c98
* net: fix small leak in DnsRRResolveragl@chromium.org2010-10-121-6/+5
| | | | | | | BUG=57456 TEST=valgrind net_unittests git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62323 0039d316-1c4b-4281-b951-d872f2087c98
* Test for ChannelError for Chrome Frame Proxy.stoyan@chromium.org2010-10-121-0/+41
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62322 0039d316-1c4b-4281-b951-d872f2087c98
* Fix clang compile error introduced by recent change to ↵thakis@chromium.org2010-10-121-4/+4
| | | | | | | | | | template_url_fetcher_unittest BUG=None TEST=None TBR=levin git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62321 0039d316-1c4b-4281-b951-d872f2087c98
* re-enable ogg threadsfbarchard@chromium.org2010-10-122-12/+3
| | | | | | | | | BUG=53967 TEST=ogv videos still play but more efficiently Review URL: http://codereview.chromium.org/3723004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62319 0039d316-1c4b-4281-b951-d872f2087c98
* Roll gtest 446->492thakis@chromium.org2010-10-121-1/+1
| | | | | | | | | BUG=None TEST=clang builds everything in Release Review URL: http://codereview.chromium.org/3727003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62317 0039d316-1c4b-4281-b951-d872f2087c98
* Mark ExtensionApiTest.Tabs as FAILS on Win.andybons@chromium.org2010-10-121-1/+9
| | | | | | | | | BUG=58269 TEST=ExtensionApiTest.Tabs Review URL: http://codereview.chromium.org/3686002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62316 0039d316-1c4b-4281-b951-d872f2087c98
* Playing HTML5 videos from the test matrix would cause ChromeFrame to hang at ↵ananta@chromium.org2010-10-121-0/+6
| | | | | | | | | | | | | | | | | | | | | | | | | times. This would occur in the following scenario. 1. Chrome would issue a GET request to download the data. 2. The server would respond with data. 3. Chrome would terminate the request. In this context we send over an IPC to ChromeFrame requesting that the request be terminated. 4. Before ChromeFrame receives the above IPC it sends over more data packets to Chrome which would result in the automation resource message filter not finding the request id in the map. The request would then percolate up to the automation provider which does not handle these requests and would break the connection. Fix is to trace the offending request id in the automation resource filter and return true indicating that we handled the request. Fixes bug http://code.google.com/p/chromium/issues/detail?id=58049 Bug=58049 Review URL: http://codereview.chromium.org/3683006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62315 0039d316-1c4b-4281-b951-d872f2087c98
* Record startup time closer to where the browser really startednirnimesh@chromium.org2010-10-121-3/+2
| | | | | | | | | | | | | | | | | | | | | startup time is used as a timestamp to discover new crashes (determined by entries in crash dir since the recorded startup time) in the ui_test framework. Initialing it in the constructor is problematic for PyAuto since python unittest initialzes testcase objects for all tests together, so all instances will have about the same startup time, and this leads to crashes from one test being mismatched to the error reporting in another. This CL fixes it by moving startup time initialization to SetUp, which is closer to the time the browser actually gets launched. Consciously, Not moving to LaunchBrowserAndServer. BUG=51463 TEST= Review URL: http://codereview.chromium.org/3670004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62314 0039d316-1c4b-4281-b951-d872f2087c98
* Fix service for CUPS CP proxy.gene@google.com2010-10-121-0/+7
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/3732001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62313 0039d316-1c4b-4281-b951-d872f2087c98
* Rename ChromeThread to BrowserThread Part22:tfarina@chromium.org2010-10-1297-99/+98
| | | | | | | | | | | | | | | | - Include browser_thread instead of chrome_thread in more 97 files. Now the remaining files that are including chrome_thread.h are: chrome_thread.cc and browser_thread.h. They will be fixed next. BUG=56926 TEST=trybots Review URL: http://codereview.chromium.org/3717004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62312 0039d316-1c4b-4281-b951-d872f2087c98
* [Mac] Add Instant to labs on Mac.rohitrao@chromium.org2010-10-121-0/+7
| | | | | | | | BUG=56385,58882 TEST=Instant should be in labs. After enabling, Instant should work without needing to put --enable-match-preview on the commandline. Review URL: http://codereview.chromium.org/3689005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62311 0039d316-1c4b-4281-b951-d872f2087c98
* [Sync] Pass correct ExpectedCrxType to ExtensionsService.akalin@chromium.org2010-10-123-1/+12
| | | | | | | | | | | This fixes a regression making apps not sync. BUG=58788 TEST=Manually :( Review URL: http://codereview.chromium.org/3709003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62308 0039d316-1c4b-4281-b951-d872f2087c98
* Make WaitForInfobarCount() robustnirnimesh@chromium.org2010-10-121-14/+24
| | | | | | | | | | | | Make WaitForInfobarCount() robust to failures in the case of missing tabs or windows. BUG= TEST= Review URL: http://codereview.chromium.org/3529016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62307 0039d316-1c4b-4281-b951-d872f2087c98
* Merge fix for http://codereview.chromium.org/3675002/showstevenjb@chromium.org2010-10-121-25/+3
| | | | | | | | | BUG=http://code.google.com/p/chromium-os/issues/detail?id=7343 TEST=See http://codereview.chromium.org/3675002/show Review URL: http://codereview.chromium.org/3730004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62306 0039d316-1c4b-4281-b951-d872f2087c98
* Add documentation for include_globs and exclude_globs.tessamac@google.com2010-10-122-2/+78
| | | | | | | | | BUG=55669 TEST=None Review URL: http://codereview.chromium.org/3524014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62305 0039d316-1c4b-4281-b951-d872f2087c98
* Fix reference to WebThemeEngine.h on windows.tony@chromium.org2010-10-121-1/+1
| | | | | | | | | | We're moving the file upstream. TBR=davemoore Review URL: http://codereview.chromium.org/3718003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62304 0039d316-1c4b-4281-b951-d872f2087c98
* Fix miscellaneous cpplint nits.wtc@chromium.org2010-10-123-5/+5
| | | | | | | | | R=rdsmith BUG=none TEST=no compilation errors Review URL: http://codereview.chromium.org/3685005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62303 0039d316-1c4b-4281-b951-d872f2087c98
* [Sync] Post notification state write callback instead of running it immediatelyakalin@chromium.org2010-10-122-3/+17
| | | | | | | | | | | | This prevents a crash if the callback holds a lock held further up in the stack. BUG=58556 TEST=Manually Review URL: http://codereview.chromium.org/3707003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62302 0039d316-1c4b-4281-b951-d872f2087c98
* Added support for Ctrl-w in bookmark bubbles.rjkroege@google.com2010-10-125-10/+149
| | | | | | | | | | | | | | | | | | | | Added generalized support for accelerators to info_bubble_gtk by adding a info_bubble_accelerators_gtk class and refactoring the handling of accelerators in info_bubble_gtk. In addition, added the ability to forward accelerators to the browser window. Specifically added support for Ctrl-w, so that the bookmark bubble now will close when that accelerator is used and the associated tab will close also. The infrastructure that I have added will allow for the addition of other accelerators as desired. What accelerators that should be added from the browser set and what their behaviour should be is not defined and thus should be handled in a different bug. BUG=chromium:23930 TEST=Click the star on a website to bookmark it and hit C-w to close it and the tab. Esc still works to just close the bubble. Review URL: http://codereview.chromium.org/3393009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62301 0039d316-1c4b-4281-b951-d872f2087c98
* roll to ffmpeg oct 10 version for chrome8fbarchard@chromium.org2010-10-121-1/+1
| | | | | | | | BUG=55399 TEST=layout tests should still pass Review URL: http://codereview.chromium.org/3730003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62300 0039d316-1c4b-4281-b951-d872f2087c98
* Show user pictures in whitelist if they have logged into the machine before.xiyuan@chromium.org2010-10-124-3/+46
| | | | | | | | | BUG=none. TEST=Verify user picture shows up in the white list. Review URL: http://codereview.chromium.org/3676003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62299 0039d316-1c4b-4281-b951-d872f2087c98
* Final phase of the URL History Quick autocomplete provider integration. This ↵mrossetti@chromium.org2010-10-1222-179/+680
| | | | | | | | | | | | | phase hooks up the InMemoryURLIndex to the HistoryQuickProvider which is itself made active during the autocomplete process. A small amount of refactoring was done to liberate some common functionality from the history_url_provider. Previous CL: http://codereview.chromium.org/3375002 BUG=23654,19736 TEST=Green bots. Start typing text which occurs in URLs which are in the history. Verify that those history items appear if they have been manually typed more than once or the have been visited more than three time or they have been visited within the last three days. Review URL: http://codereview.chromium.org/3713003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62298 0039d316-1c4b-4281-b951-d872f2087c98
* GTK: Implement error handling in the clear server data box.erg@google.com2010-10-123-40/+161
| | | | | | | | | | | Also rolls in some of raz@'s windows fixes. BUG=57877 TEST=Dialog grays out before disappearing when trying to clear server side data (and handles server errors) Review URL: http://codereview.chromium.org/3680003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62296 0039d316-1c4b-4281-b951-d872f2087c98
* Rename SSLNonSensitiveHostInfo to SSLHostInfo.agl@chromium.org2010-10-1210-84/+27
| | | | | | | | | | | No effective code change. BUG=none TEST=net_unittests Review URL: http://codereview.chromium.org/3728002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62295 0039d316-1c4b-4281-b951-d872f2087c98
* Fix crash on launch when remoting lab is turned on on Windows.scottbyer@chromium.org2010-10-121-0/+8
| | | | | | | | | BUG=58888 TEST=turn on remoting in labs, quit chrome, make sure service process isn't running, launch chrome. Shouldn't crash. Review URL: http://codereview.chromium.org/3704003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62294 0039d316-1c4b-4281-b951-d872f2087c98
* net: replicate r62288 in DnsRRResolveragl@chromium.org2010-10-121-1/+5
| | | | | | | | | | | | | When _res is uninitialized, res_nclose may end up closing fd 0. Test whether it's initialized before closing. Patch by Jim Deng. TBR=evanm Original review URL: http://codereview.chromium.org/3717002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62292 0039d316-1c4b-4281-b951-d872f2087c98
* Re-add test_expectations detected by ajwong@ and removed during the Webkit ↵apavlov@chromium.org2010-10-121-0/+2
| | | | | | | | roll to r69577 (pass on canaries) TBR=japhet@ git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62290 0039d316-1c4b-4281-b951-d872f2087c98
* Enable ExtensionApiTest.Tabs on Mac and remove FLAKY prefix from Win.andybons@chromium.org2010-10-121-13/+1
| | | | | | | | | BUG=53779,58269 TEST=ExtensionApiTest.Tabs Review URL: http://codereview.chromium.org/3627003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62289 0039d316-1c4b-4281-b951-d872f2087c98
* linux: avoid closing uninitialized resolverevan@chromium.org2010-10-121-1/+5
| | | | | | | | | | | | | When _res is uninitialized, res_nclose may end up closing fd 0. Test whether it's initialized before closing. Patch by Jim Deng <jdeng@google.com>. TEST=chrome without a net connection doesn't crash on startup Review URL: http://codereview.chromium.org/3717002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62288 0039d316-1c4b-4281-b951-d872f2087c98
* Rename ChromeThread to BrowserThread Part21:tfarina@chromium.org2010-10-12100-100/+100
| | | | | | | | | | | - Include browser_thread.h instead of chrome_thread.h in more 100 files. BUG=56926 TEST=trybots Review URL: http://codereview.chromium.org/3691006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62286 0039d316-1c4b-4281-b951-d872f2087c98
* Inspector settings not updated in profile when inspecting extensions.podivilov@chromium.org2010-10-1212-11/+79
| | | | | | | | | BUG=56815 TEST= Review URL: http://codereview.chromium.org/3582021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62285 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 62283 - Refactored TTS extension code so that the platform-specific TTSdmazzoni@chromium.org2010-10-1212-434/+214
| | | | | | | | | | | | | | | implementation code is separate from the extension API code. That will make it easier to add more functionality that's shared by all platforms next. BUG=none TEST=none Review URL: http://codereview.chromium.org/3640001 TBR=dmazzoni@chromium.org git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62284 0039d316-1c4b-4281-b951-d872f2087c98
* Refactored TTS extension code so that the platform-specific TTSdmazzoni@chromium.org2010-10-1212-214/+434
| | | | | | | | | | | | | implementation code is separate from the extension API code. That will make it easier to add more functionality that's shared by all platforms next. BUG=none TEST=none Review URL: http://codereview.chromium.org/3640001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62283 0039d316-1c4b-4281-b951-d872f2087c98
* Trigger new build cycle: change whitespace_fileapavlov@chromium.org2010-10-121-0/+1
| | | | | | TBR=mmoss git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62282 0039d316-1c4b-4281-b951-d872f2087c98
* Webkit roll 69511:69577apavlov@chromium.org2010-10-122-3/+1
| | | | | | | | | BUG=none TEST=green bots Review URL: http://codereview.chromium.org/3701009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62281 0039d316-1c4b-4281-b951-d872f2087c98
* Update DEPS to use git.chromium.org for git dependenciesapavlov@chromium.org2010-10-121-1/+1
| | | | | | | | | BUG=none TEST=bots are happy Review URL: http://codereview.chromium.org/3680004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62280 0039d316-1c4b-4281-b951-d872f2087c98
* Adjust the traces for WhitelistedExtension.finnur@chromium.org2010-10-125-22/+22
| | | | | | | | | | | | Looks like the tabUpdated event is not being received by the extension. TBR=aa BUG=57694 TEST=Tracking down flakiness in a test. Review URL: http://codereview.chromium.org/3702007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62278 0039d316-1c4b-4281-b951-d872f2087c98
* Suppression of NSS crash due to outdated NSS version on buildbots.jochen@chromium.org2010-10-121-0/+9
| | | | | | | | | BUG=58874 TEST=none Review URL: http://codereview.chromium.org/3668003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62277 0039d316-1c4b-4281-b951-d872f2087c98
* Rename ChromeThread to BrowserThread Part20:tfarina@chromium.org2010-10-1270-70/+70
| | | | | | | | | | | - Include browser_thread.h instead of chrome_thread.h in more 70 files. BUG=56926 TEST=trybots Review URL: http://codereview.chromium.org/3734002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62276 0039d316-1c4b-4281-b951-d872f2087c98
* Add more traces for flaky WhitelistExtension test.finnur@chromium.org2010-10-125-42/+60
| | | | | | | | | BUG=57694 TEST=Tracking down flakiness. Review URL: http://codereview.chromium.org/3643003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62275 0039d316-1c4b-4281-b951-d872f2087c98
* Webkit roll 69487:69511apavlov@chromium.org2010-10-121-1/+1
| | | | | | | | | | BUG=none TEST=green bots TBR=apavlov@chromium.org Review URL: http://codereview.chromium.org/3697004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62273 0039d316-1c4b-4281-b951-d872f2087c98
* Updating trunk VERSION from 552.0 to 553.0chrome-release@google.com2010-10-121-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62271 0039d316-1c4b-4281-b951-d872f2087c98
* Rename LanguageMenuButton to InputMethodMenuButton to be consistent with ↵yusukes@chromium.org2010-10-1212-45/+44
| | | | | | | | | | | other code in the Chrome tree. BUG=chromium-os:7528 TEST=manually Review URL: http://codereview.chromium.org/3672006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62269 0039d316-1c4b-4281-b951-d872f2087c98
* Suppressions for leaks in ParallelAuthenticatorTestjochen@chromium.org2010-10-121-0/+14
| | | | | | | | | | | | The tests post a task to another thread, but immediately exit the thread and delete the object under test instead of waiting for completion of the posted task. BUG=58863 TEST=ChromeOS valgrind bot turns green again TBR=glider@chromium.org Review URL: http://codereview.chromium.org/3664007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62268 0039d316-1c4b-4281-b951-d872f2087c98
* Take out bogus DCHECKgspencer@chromium.org2010-10-121-1/+0
| | | | | | | | | | | This DCHECK is valid only within the browser itself -- it doesn't work for tests, etc, which have different default plugins. BUG=none TEST=ran test_shell_tests and test_shell TBR=piman@chromium.org git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62267 0039d316-1c4b-4281-b951-d872f2087c98
* Add network_menu_ui.cc and network_menu.jsstevenjb@chromium.org2010-10-1212-20/+419
| | | | | | | | | | | Implement the network menu as a subclass of MenuUI (c++) and Menu (js). BUG=chromium-os:7343 TEST=Test that the network menu is still functional. NOTE: With this CL, the menu won't look pretty, and it still has the old behavior. There will be a followup CL that will fix the UI. Review URL: http://codereview.chromium.org/3675002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62266 0039d316-1c4b-4281-b951-d872f2087c98
* This makes it so we only add the default plugin if it's enabled.gspencer@chromium.org2010-10-121-2/+3
| | | | | | | | | BUG=none TEST=ran test_shell_tests on linux Review URL: http://codereview.chromium.org/3707005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62265 0039d316-1c4b-4281-b951-d872f2087c98