summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Revert 58388 - Revert 58215 - Revert 58186 - Move the keyboard files from ↵akalin@chromium.org2010-09-02144-1165/+1102
| | | | | | | | | | | | | | | | | | | | | base/ to app/. Also moves the associated classes/enums from base:: to app::. TEST=try bots compile BUG=NONE Review URL: http://codereview.chromium.org/3165064 TBR=bryeung@chromium.org TBR=phajdan.jr@chromium.org Review URL: http://codereview.chromium.org/3361003 TBR=bryeung@chromium.org Review URL: http://codereview.chromium.org/3337006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58390 0039d316-1c4b-4281-b951-d872f2087c98
* Update test_expectations.txttony@chromium.org2010-09-021-24/+2
| | | | | | | | | | | Remove passing JS tests and update a comment about when to remove some suppressions. TBR=zmo Review URL: http://codereview.chromium.org/3346004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58389 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 58215 - Revert 58186 - Move the keyboard files from base/ to app/.bryeung@chromium.org2010-09-02144-1102/+1165
| | | | | | | | | | | | | | | | Also moves the associated classes/enums from base:: to app::. TEST=try bots compile BUG=NONE Review URL: http://codereview.chromium.org/3165064 TBR=bryeung@chromium.org TBR=phajdan.jr@chromium.org Review URL: http://codereview.chromium.org/3361003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58388 0039d316-1c4b-4281-b951-d872f2087c98
* Fix BHO registration snafu caused by r58197.robertshield@chromium.org2010-09-021-1/+1
| | | | | | | | | BUG=54107 TEST=BHO registration happens during install. Review URL: http://codereview.chromium.org/3348008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58387 0039d316-1c4b-4281-b951-d872f2087c98
* Revert "Work around download system breakpage by using WaitUntil on pyauto ↵nirnimesh@chromium.org2010-09-022-17/+4
| | | | | | | | | | | side." BUG= TEST= Review URL: http://codereview.chromium.org/3341008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58386 0039d316-1c4b-4281-b951-d872f2087c98
* suppress another path of valgrind error 32273oshima@chromium.org2010-09-021-2/+28
| | | | | | | | | BUG=32273 TEST=none Review URL: http://codereview.chromium.org/3349008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58385 0039d316-1c4b-4281-b951-d872f2087c98
* Mac: Let three-finger-down end tabpose as well.thakis@chromium.org2010-09-021-1/+1
| | | | | | | | | | | Requested by stevegerak, and matches the four-finger-swipe exposé gesture. BUG=50307 TEST=both three-finger-up and three-finger-down exit tabpose Review URL: http://codereview.chromium.org/3342005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58384 0039d316-1c4b-4281-b951-d872f2087c98
* Adds dhollowa to WebData watchlistdhollowa@chromium.org2010-09-021-0/+4
| | | | | | | | | | | Creates a new watchlist for chrome/browser/webdata/.* and adds dhollowa to it. BUG=none TEST=none Review URL: http://codereview.chromium.org/3308005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58383 0039d316-1c4b-4281-b951-d872f2087c98
* FBTF: Reaplly the TabRestoreService::Observer into its own file commit.erg@google.com2010-09-0223-64/+153
| | | | | | | | | | | | | This means browser.h no longer includes a large chunk of the tab restore system. Now with fixes to chromeos. BUG=none TEST=compiles First Review URL: http://codereview.chromium.org/3296003 Review URL: http://codereview.chromium.org/3358005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58382 0039d316-1c4b-4281-b951-d872f2087c98
* Update test_expectations.txt again for windows.tony@chromium.org2010-09-021-1/+1
| | | | | | | | TBR=antonm Review URL: http://codereview.chromium.org/3359004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58381 0039d316-1c4b-4281-b951-d872f2087c98
* Update test_expectations.txt so tree will go green. We will fixtony@chromium.org2010-09-021-3/+4
| | | | | | | | | | upstream. TBR=zmo,antonm,pkasting Review URL: http://codereview.chromium.org/3301011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58380 0039d316-1c4b-4281-b951-d872f2087c98
* Mac: Try to fix a valgrind problem in TabposeWindow.thakis@chromium.org2010-09-022-24/+6
| | | | | | | | | | | Clear the model observer when the exit animation starts. Else, it is cleared when the animation ends, which calls RemoveObserver on the TabStrip, but in the unit test the TabStrip is gone when that call happens. BUG=53893 TEST=valgrind turns green Review URL: http://codereview.chromium.org/3220004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58379 0039d316-1c4b-4281-b951-d872f2087c98
* Make sure DownloadManager is shut down on the UI thread.phajdan.jr@chromium.org2010-09-021-3/+7
| | | | | | | | | | | | | This fixes a pref-related crash. TBR=darin BUG=54128 TEST=memory_test and others; download a file and close the browser while it's downloading; should be no DCHECKs/segfaults Review URL: http://codereview.chromium.org/3356005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58378 0039d316-1c4b-4281-b951-d872f2087c98
* Add support for [continuous]MouseScrollBy() to test_shell.pkasting@chromium.org2010-09-022-33/+58
| | | | | | | | | | | | This also removes support for mouseWheelTo(), a similar idiom that isn't needed any longer. DRT side of this is in https://bugs.webkit.org/show_bug.cgi?id=45073 . BUG=none TEST=test_shell can run LayoutTests/fast/events/*wheelevent-in-scrolling-div.html Review URL: http://codereview.chromium.org/3310006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58376 0039d316-1c4b-4281-b951-d872f2087c98
* Temporary suppress test.antonm@chromium.org2010-09-021-0/+5
| | | | | | | TBR=pkasting@chromium.org Review URL: http://codereview.chromium.org/3366006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58375 0039d316-1c4b-4281-b951-d872f2087c98
* Fix a race condition after my latest download cleanup change.phajdan.jr@chromium.org2010-09-023-0/+22
| | | | | | | | | | | | | We need to pause the download request until the on-disk file is actually created. Otherwise all data received from network would be discarded. BUG=54131 TEST=see bug Review URL: http://codereview.chromium.org/3333007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58374 0039d316-1c4b-4281-b951-d872f2087c98
* Relanding 3149027.dtseng@chromium.org2010-09-025-5/+148
| | | | | | | | TBR=dmazzoni,chaitanyag BUG=none. TEST=none. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58373 0039d316-1c4b-4281-b951-d872f2087c98
* Change for proxy stuff.dhg@chromium.org2010-09-0210-70/+700
| | | | | | | | | BUG=3370 TEST=none Review URL: http://codereview.chromium.org/3113021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58370 0039d316-1c4b-4281-b951-d872f2087c98
* Add suspend/resumeAnimations to the test_shell LayoutTestControllermihaip@chromium.org2010-09-022-0/+33
| | | | | | | | | | implementation (introduced with http://trac.webkit.org/changeset/65107) TEST=animations/suspend-resume-animation.html BUG=51757 Review URL: http://codereview.chromium.org/3348004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58369 0039d316-1c4b-4281-b951-d872f2087c98
* Clean up webkit_param_traits.h to use SimilarTypeTraits for enums that don'tmihaip@chromium.org2010-09-021-70/+10
| | | | | | | | | | have custom logic. BUG=None TEST=Compiles Review URL: http://codereview.chromium.org/3333008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58368 0039d316-1c4b-4281-b951-d872f2087c98
* Add lock since the add/remove tabproxy is invoked from different threads.stoyan@chromium.org2010-09-021-0/+3
| | | | | | | BUG=53963 Review URL: http://codereview.chromium.org/3306003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58367 0039d316-1c4b-4281-b951-d872f2087c98
* Reland r57812 (Add the new Mac manifest to the application bundle) and ↵gfeher@chromium.org2010-09-025-536/+82
| | | | | | | | | | | | | | | remove dummy translations Add the policy templates generated from chrome/app/policy_templates.json to the Mac application bundle. (The template generator for Mac is implemented in CL 3116027) Also remove the old manifest file and references to translations that are not there yet. The problem with the previous landing attempt was that in Release mode build, the following script was looking for binary files that were not there: build/mac/strip_from_xcode BUG=49316 TEST=add Chromium to the managed applications' list in the OSX Workgroup Manager, and see if it shows the manageable preferences with English descriptions Review URL: http://codereview.chromium.org/3287003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58366 0039d316-1c4b-4281-b951-d872f2087c98
* This test now works for the mac audio capture code as well, and in a future ↵satish@chromium.org2010-09-0213-152/+69
| | | | | | | | | | | | | CL I'll enable audio recording in linux and this test will suit that code too. In the process I changed a uint32 in a function prototype to int because style guide recommends int for such cases. I also added parameter validation code to the mac audio manager to get it pass this new test. BUG=none TEST=media_unittests should succeed as before. Review URL: http://codereview.chromium.org/3357004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58365 0039d316-1c4b-4281-b951-d872f2087c98
* Fix geolocation icon behaviour on navigationallanwoj@chromium.org2010-09-025-1/+16
| | | | | | | | | | | Now clears the allowed/not allowed geolocation statemap at the beginning of a navigation in a similar way for cookies as done in this CL http://codereview.chromium.org/3194005 Before the icon would hang around after navigation until a tab contents update occurred. BUG=53339 TEST=Start up geolocation on a website then navigate away. Review URL: http://codereview.chromium.org/3305004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58364 0039d316-1c4b-4281-b951-d872f2087c98
* Fix ClientSocketHandle reuse_type(). Correctly track socket use.willchan@chromium.org2010-09-0229-32/+165
| | | | | | | | | | | | | In particular, we used to consider that a socket had been used whenever it got returned to the ClientSocketPool. But, with preconnect, that is no longer true. Luckily, we now have UseHistory in the transport sockets. So, I create a WasEverUsed() method in ClientSocket, plumb this into all sockets, and use that in ClientSocketPoolBaseHelper instead of tracking whether or not the socket had been returned to the client or not. This ultimately will have two implications. We will record the correct values in Net.HttpSocketType histograms and we will use the correct timeout for preconnect sockets in ClientSocketPoolBaseHelper::CleanupIdleSockets(). BUG=none TEST=none Review URL: http://codereview.chromium.org/3353004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58363 0039d316-1c4b-4281-b951-d872f2087c98
* Fix bug in gfx::Font if the PangoFontDescription's size is absolute.sky@chromium.org2010-09-021-0/+7
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/3293003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58362 0039d316-1c4b-4281-b951-d872f2087c98
* [Mac] Round the left side of the find bar.rohitrao@chromium.org2010-09-023-15/+50
| | | | | | | | BUG=49798 TEST=Findbar should be rounded left. Review URL: http://codereview.chromium.org/3212007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58361 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit roll: 66624 -> 66666.antonm@chromium.org2010-09-022-1/+4
| | | | | | Review URL: http://codereview.chromium.org/3367002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58360 0039d316-1c4b-4281-b951-d872f2087c98
* Fix DeviceOrientationProviderTest.ObserverNotRemoved.hans@chromium.org2010-09-021-0/+4
| | | | | | | | | | | | | | | | | | | The problem was that some extra reference to Provider was left after the ObserverNotRemoved test had finished. This reference was held by the RunnableMethod object that executes ProviderImpl::DoInitializePollingThread on a background thread. In the test, there were no guarantees that the body of this function would finish before the test ended, thus causing a problem. Fixing this by pushing another orientation through, forcing the Provider to execute at least one Poll task on the background thread, which can only happen after the initialization of the polling thread is done. BUG=53865 TEST=unit_tests --gtest_filter=DeviceOrientationProviderTest.ObserverNotRemoved Review URL: http://codereview.chromium.org/3232005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58359 0039d316-1c4b-4281-b951-d872f2087c98
* Unrevert 58354, reland PPAPI with the instance test disabled.brettw@chromium.org2010-09-027-58/+132
| | | | | | Review URL: http://codereview.chromium.org/3323005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58358 0039d316-1c4b-4281-b951-d872f2087c98
* [Mac] Add comment explaining why we create the mach receive port when we do.rohitrao@chromium.org2010-09-021-0/+4
| | | | | | | | BUG=None TEST=None Review URL: http://codereview.chromium.org/3217010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58357 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 58328 - Pull new PPAPI, reland 58319 and 58321.rohitrao@chromium.org2010-09-027-132/+58
| | | | | | | | | | TEST=unit test included BUG=none TBR=brettw@chromium.org Review URL: http://codereview.chromium.org/3358006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58354 0039d316-1c4b-4281-b951-d872f2087c98
* Pin the DLL if we make any patches instead of doing it from the Bho that ↵tommi@chromium.org2010-09-025-23/+29
| | | | | | | | | | | does not apply the patches itself. TEST=There should be no changes but we were seeing some potential problems in house with other proprietary browser extensions. BUG=none Review URL: http://codereview.chromium.org/3359001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58350 0039d316-1c4b-4281-b951-d872f2087c98
* Summary of changes:cbentzel@chromium.org2010-09-022-12/+19
| | | | | | | | | | | | | | - ERR_UNMAPPED_SSPI_ERROR was renamed to ERR_UNEXPECTED_SSPI_STATUS, and reflects documented but unexpected SSPI return codes. - ERR_UNDOCUMENTED_SSPI_STATUS is used in case there are any undocumented SSPI return codes. - SEC_E_INVALID_HANDLE is mapped to ERR_INVALID_HANDLE. - SEC_E_LOGON_DENIED is mapped to ERR_ACCESS_DENIED BUG=53850 TEST=None Review URL: http://codereview.chromium.org/3332002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58349 0039d316-1c4b-4281-b951-d872f2087c98
* Style fixes for recent CL r58341dilmah@chromium.org2010-09-023-7/+15
| | | | | | | | | BUG=http://crosbug.org/5756 TEST=Manual Review URL: http://codereview.chromium.org/3297005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58348 0039d316-1c4b-4281-b951-d872f2087c98
* Add number of tabs opened in the process to crash meta data.antonm@chromium.org2010-09-026-0/+58
| | | | | | Review URL: http://codereview.chromium.org/3285002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58347 0039d316-1c4b-4281-b951-d872f2087c98
* Fixed BWSI link label.altimofeev@chromium.org2010-09-021-1/+1
| | | | | | | | | BUG=chromium-os:5630 TEST=Go through OOBE and notice that BWSI label has changed. Review URL: http://codereview.chromium.org/3362003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58346 0039d316-1c4b-4281-b951-d872f2087c98
* Landing http://codereview.chromium.org/3291008 -- Rename Gl.h to gl.h to fixglider@chromium.org2010-09-021-1/+1
| | | | | | | | | | | | the build on case sensitive Mac systems The patch was originally prepared by ismail.donmez@gmail.com TBR=eseidel Review URL: http://codereview.chromium.org/3355004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58345 0039d316-1c4b-4281-b951-d872f2087c98
* Passes switch to BWSI session that enables tabbed options.altimofeev@chromium.org2010-09-021-0/+1
| | | | | | | | | BUG=chromium-os:6065 TEST=Start BWSI session. Go to wrench and click on Preferences. Notice that the new tab opens. Review URL: http://codereview.chromium.org/3315004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58344 0039d316-1c4b-4281-b951-d872f2087c98
* Round corners for user pods.dilmah@chromium.org2010-09-023-8/+12
| | | | | | | | | BUG=http://crosbug.org/5756 TEST=Manual Review URL: http://codereview.chromium.org/3326001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58341 0039d316-1c4b-4281-b951-d872f2087c98
* Improve descriptions of Mac policy templatesgfeher@chromium.org2010-09-023-32/+137
| | | | | | | | | | | | | Add descriptions for each value in case of enumerated policies. Replace escaped newlines with newlines. Remove references for comma-separated lists in case of disabled plugins. Keeping the plist file up to date is only necessary until CL3287003 is landed. BUG=none TEST=manual Review URL: http://codereview.chromium.org/3302002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58340 0039d316-1c4b-4281-b951-d872f2087c98
* Fix chromeos browser_tests crash by skipping EnsurePrivateKey if device is ↵xiyuan@chromium.org2010-09-021-1/+1
| | | | | | | | | | not owned. BUG=none. TEST=ChromeOS buildbot should be green. TBR=cmasone@chromium.org git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58339 0039d316-1c4b-4281-b951-d872f2087c98
* Updating trunk VERSION from 513.0 to 514.0chrome-release@google.com2010-09-021-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58336 0039d316-1c4b-4281-b951-d872f2087c98
* Don't run ProcessUtilTest.CalcFreeMemory under TSan on Windowstimurrrr@chromium.org2010-09-021-0/+3
| | | | | | | | BUG=54229 TBR=glider Review URL: http://codereview.chromium.org/3290005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58333 0039d316-1c4b-4281-b951-d872f2087c98
* Roll libvpx from 58133 to 58318, and ffmpeg from 58138 to 58320 to fix tomfinegan@google.com2010-09-021-3/+3
| | | | | | | | | | | infrequent deadlock in libvpx. BUG=54007 TEST=libvpx multithread decode should no longer deadlock infrequently. Review URL: http://codereview.chromium.org/3295007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58332 0039d316-1c4b-4281-b951-d872f2087c98
* Fix ChromeOS debug buildbot failure.xiyuan@chromium.org2010-09-021-4/+1
| | | | | | | | | | | Triggering ownership check on key load failure creates an infinite loop when owner key file is missing. BUG=none TEST=ChromeOS debug buildbot should be green. TBR=cmasone@chromium.org git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58331 0039d316-1c4b-4281-b951-d872f2087c98
* Add api constants for webRequest and clean up webNavigation.jochen@chromium.org2010-09-025-10/+76
| | | | | | | | | BUG=50943 TEST=none Review URL: http://codereview.chromium.org/3315002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58330 0039d316-1c4b-4281-b951-d872f2087c98
* Warn the user to regenerate docs when changing examples.jochen@chromium.org2010-09-0258-71/+148
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/3331002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58329 0039d316-1c4b-4281-b951-d872f2087c98
* Pull new PPAPI, reland 58319 and 58321.brettw@chromium.org2010-09-027-58/+132
| | | | | | | TEST=unit test included BUG=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58328 0039d316-1c4b-4281-b951-d872f2087c98
* Change PrefNumber to listen to the input event so that the value inputmazda@chromium.org2010-09-024-4/+22
| | | | | | | | | | | with a spin button is correctly applied to the preference. TEST=manually on the netbook BUG=chromium-os:6022, chromium-os:6154 Review URL: http://codereview.chromium.org/3122042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@58327 0039d316-1c4b-4281-b951-d872f2087c98