summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add kkania to automation and chromedriver watchlists.kkania@chromium.org2011-02-241-1/+5
| | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/6581048 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75974 0039d316-1c4b-4281-b951-d872f2087c98
* Increased the minimum timer interval for background tabs to 1000kbr@google.com2011-02-241-1/+1
| | | | | | | | | | | | | | | milliseconds again. With a recent Chromium side bug fix and http://trac.webkit.org/changeset/79455 integrated, we're ready to try increasing this interval again. BUG=66078 TEST=none (layout tests, manual tests, trybots) Review URL: http://codereview.chromium.org/6577021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75973 0039d316-1c4b-4281-b951-d872f2087c98
* Roll gtest 492:539 and gmock 300:358thakis@chromium.org2011-02-242-2/+5
| | | | | | | | | | | | | | | | | | | | Skimming their changelogs, it looks like this range contains only minor tweaks for the most part. gtest r500 is interesting: http://code.google.com/p/googletest/source/detail?spec=svn500&r=500 "Modifies handling of C++ exceptions in death tests to treat exceptions escaping them as failures." This confuses to death tests in message_loop_unittest on Windows, MessageLoopTest::Crasher and MessageLoopTest::CrasherNasty. These two tests set the global SEH handler. gtest now uses a frame-level exception handler, which overrides this global handler. Hence, disable gtest's new death test behavior for base_unittests on windows. This is to prepare a gmock roll to 359, which should improve build speed on mac. BUG=none TEST=none Review URL: http://codereview.chromium.org/6580010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75972 0039d316-1c4b-4281-b951-d872f2087c98
* Cleanup: Delete empty dom_ui directories.thestig@chromium.org2011-02-240-0/+0
| | | | | | | BUG=none TEST=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75971 0039d316-1c4b-4281-b951-d872f2087c98
* Fix a ChromeFrame crash which occurs in the field typically during upgrades ↵ananta@chromium.org2011-02-241-1/+2
| | | | | | | | | | | | | | | | | | when multiple ChromeFrame versions are loaded in IE. We have code in ChromeFrame which attempts to fallback to the older version in case it is already loaded. This is done by creating a named shared memory block which contains the version of the loaded dll. Newer versions look at this block and fallback to the older version if any. However due to a small oversight this never worked as the shared memory block was created unnamed. Thus the fallbacks never occurred leading to multiple chrome frame binaries attempting to patch urlmon, etc. Fixes bug http://code.google.com/p/chromium/issues/detail?id=74047 BUG=74047 Review URL: http://codereview.chromium.org/6581045 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75969 0039d316-1c4b-4281-b951-d872f2087c98
* OOL code in CarbonPluginWindowTracker.erg@google.com2011-02-243-4/+9
| | | | | | | | | BUG=carnitas TEST=compiles Review URL: http://codereview.chromium.org/6581038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75968 0039d316-1c4b-4281-b951-d872f2087c98
* Fix compile on windows.sadrul@chromium.org2011-02-241-2/+2
| | | | | | TBR=ben@chromium.org git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75966 0039d316-1c4b-4281-b951-d872f2087c98
* Fix rounding error when convering HSL values to RGB.tony@chromium.org2011-02-242-20/+55
| | | | | | | | | | | | | Previously we were truncating the values when we should have been rounding. Also loosen some checks for comparing doubles. BUG=72256 Review URL: http://codereview.chromium.org/6575016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75965 0039d316-1c4b-4281-b951-d872f2087c98
* Cleanup: Remove a bunch of unneeded includes.thestig@chromium.org2011-02-2421-21/+0
| | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/6580021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75964 0039d316-1c4b-4281-b951-d872f2087c98
* Remove CEEE from watchlists; it no longer exists in this repository.joi@chromium.org2011-02-241-4/+0
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/6579045 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75962 0039d316-1c4b-4281-b951-d872f2087c98
* ICU 4.6 upgrade chrome changes in phase 2jshin@chromium.org2011-02-247-6/+7
| | | | | | | | | | | | | | | | | A bunch of hard-coded references to icudt42.dll are updated to refer to icudt46.dll. See also http://codereview.chromium.org/6575042/ (and there's one more accompanying CL - internal). I'll follow up this CL with a change to rename icudtXX.dll to icudt.dll so that I don't have to do this again next time. BUG=73991,61514 TEST=daily archived builds have icudt46.dll Review URL: http://codereview.chromium.org/6580046 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75961 0039d316-1c4b-4281-b951-d872f2087c98
* Transformable views: Use the transformation for points and events.sadrul@chromium.org2011-02-2417-99/+606
| | | | | | | | | | | | | Added and updated API for converting points between views' coordinate systems, taking transformations into consideration. This in turn gives us, for free, transformation for located events (mouse events, touch events). BUG=none TEST=ViewTest.TransformEvent Review URL: http://codereview.chromium.org/6534015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75960 0039d316-1c4b-4281-b951-d872f2087c98
* Clean up the disable_ and checks_.lzheng@chromium.org2011-02-241-5/+8
| | | | | | | | | TEST=safebrowsing related tests stay green. BUG=NONE Review URL: http://codereview.chromium.org/6578004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75957 0039d316-1c4b-4281-b951-d872f2087c98
* Don't let extensions crash the browser or renderers from tabs API.jstritar@chromium.org2011-02-246-6/+95
| | | | | | | | | BUG=73784 TEST=ExtensionApiTest.TabCrashBrowser Review URL: http://codereview.chromium.org/6579013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75956 0039d316-1c4b-4281-b951-d872f2087c98
* Drop "U;" from the UA string. This parallels ↵pkasting@chromium.org2011-02-241-4/+1
| | | | | | | | | | https://bugs.webkit.org/show_bug.cgi?id=54566 and also matches a change in Firefox 4. BUG=none TEST=none Review URL: http://codereview.chromium.org/6576043 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75955 0039d316-1c4b-4281-b951-d872f2087c98
* Remove dependency on Views::Window from platforms that don't support it.estade@chromium.org2011-02-2410-15/+24
| | | | | | | | | BUG=none TEST=compile Review URL: http://codereview.chromium.org/6581015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75953 0039d316-1c4b-4281-b951-d872f2087c98
* Remove line I had added for debugging, then accidentally committed.estade@chromium.org2011-02-241-2/+0
| | | | | | | | | | TBR=erg BUG=60090 TEST=none Review URL: http://codereview.chromium.org/6574037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75951 0039d316-1c4b-4281-b951-d872f2087c98
* gtk - Popup blocked animationestade@chromium.org2011-02-242-43/+217
| | | | | | | | | | | | | brings Gtk up to par with windows. Also, I fixed the tab to search box to have 1 pixel gap above and below, which matches site type box and the content setting box (from this patch). BUG=60090 TEST=popuptest.com Review URL: http://codereview.chromium.org/6532072 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75950 0039d316-1c4b-4281-b951-d872f2087c98
* Pepper: Actually add PPB_FLASH_FILE_MODULE_LOCAL_INTERFACE to GetInterface().viettrungluu@chromium.org2011-02-241-0/+4
| | | | | | | | | BUG=none TEST=updated Flapper actually works Review URL: http://codereview.chromium.org/6580045 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75949 0039d316-1c4b-4281-b951-d872f2087c98
* Disabling Crash Renderers test, it fails always on offical trunk builderskerz@chromium.org2011-02-241-1/+1
| | | | | | Review URL: http://codereview.chromium.org/6578031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75948 0039d316-1c4b-4281-b951-d872f2087c98
* Added LevelOfControl to Preferences API's get() resultbattre@chromium.org2011-02-2422-37/+303
| | | | | | | | | BUG=73427 TEST=./unit_tests --gtest_filter="PrefValueStoreTest.*" && ./unit_tests --gtest_filter="ExtensionPrefValueMapTest.*" && ./browser_tests --gtest_filter=ExtensionApiTest.IncognitoContentSettings && ./browser_tests --gtest_filter=ExtensionApiTest.ContentSettings Review URL: http://codereview.chromium.org/6542021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75947 0039d316-1c4b-4281-b951-d872f2087c98
* Fixed about:gpu refresh bug.nduca@chromium.org2011-02-2411-80/+232
| | | | | | | | | | BUG=72591 TEST= Review URL: http://codereview.chromium.org/6480099 Patch from John Bates <jbates@chromium.org>. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75945 0039d316-1c4b-4281-b951-d872f2087c98
* Change tabs to spaces in views/views.gypwyck@chromium.org2011-02-241-2/+2
| | | | | | | | | | | There were a couple of tabs where there should be spaces in views.gyp. BUG=None TEST=None Review URL: http://codereview.chromium.org/6578006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75943 0039d316-1c4b-4281-b951-d872f2087c98
* Fix for the HTTPSGetTest and GetTest net test failures with ChromeFrame. ↵ananta@chromium.org2011-02-2414-37/+87
| | | | | | | | | | | | | | | | | | These failures occurred because of new expectations in these tests which match the server ip address and port being connected to. We need to return that information from ChromeFrame. Fix is to send over the corresponding HostPortPair structure in the AutomationMsg_RequestStarted IPC message. A major part of this CL is basically the groundwork to pass this information over via automation. BUG=none TEST=chrome frame net tests should pass. Review URL: http://codereview.chromium.org/6575027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75942 0039d316-1c4b-4281-b951-d872f2087c98
* Move some more direct uses of RootView to Widget.ben@chromium.org2011-02-2416-42/+81
| | | | | | | | | | | | | | | | | | The idea is to remove RootView from the public API of Views and eventually move it into the internal namespace. It is really an implementation detail of event propagation into a view hierarchy. Anyone that calls GetRootView() and does something that isn't a View method should be calling that method on the Widget instead... e.g. instead of calling GetRootView()->NotifyThemeChanged(), call GetWidget()->ThemeChanged(). The RootView is a focus traversable, which is fine, but calling code should call GetWidget()->GetFocusTraversable() to obtain it, rather than knowing RootView is-a focus traversable and just calling GetRootView(). This also changes FocusManager::ContainsView to be simpler and cross platform. Since there is one FocusManager per view hierarchy (attached to the toplevel Widget), getting the view's focus manager and comparing it to the current focus manager is a sufficient test. BUG=72040 TEST=existing unittests, none Review URL: http://codereview.chromium.org/6577017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75940 0039d316-1c4b-4281-b951-d872f2087c98
* Mac specific chromium-style issues now that the trybot is sane.erg@google.com2011-02-2422-39/+102
| | | | | | | | | BUG=carnitas TEST=compiles Review URL: http://codereview.chromium.org/6575020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75939 0039d316-1c4b-4281-b951-d872f2087c98
* Stretched the hit box of the download shelf close button to the edges of the ↵stevet@google.com2011-02-241-4/+7
| | | | | | | | | | | browser when maximized. This change is for views only. BUG=14739 TEST=Maximize the browser window. Download a file to make the download bar appear. Ensure that clicking anywhere below to to the right of the close button closes the download bar. This includes the edge-most pixels. Ensure that this does not work when the browser is not maximized. Review URL: http://codereview.chromium.org/6520022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75938 0039d316-1c4b-4281-b951-d872f2087c98
* Ensure that Prerendering uses not more than 100MB per prerendered page.tburkard@chromium.org2011-02-247-1/+165
| | | | | | | | | TEST=PrerenderBrowserTest.PrerenderExcessiveMemory BUG=73855 Review URL: http://codereview.chromium.org/6576009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75936 0039d316-1c4b-4281-b951-d872f2087c98
* Thread Hang detector - enable it for Windows only and ifdef'edrtenneti@chromium.org2011-02-241-3/+4
| | | | | | | | | | | out for Mac and Linux. BUG=73915 TEST=performance tests Review URL: http://codereview.chromium.org/6576026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75935 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 75933 - Roll ffmpeg DEPS to 75931fischman@chromium.org2011-02-241-1/+1
| | | | | | | | | | | BUG=70688 TEST=none TBR=ajwong TBR=fischman@chromium.org Review URL: http://codereview.chromium.org/6581044 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75934 0039d316-1c4b-4281-b951-d872f2087c98
* Roll ffmpeg DEPS to 75931fischman@chromium.org2011-02-241-1/+1
| | | | | | | | BUG=70688 TEST=none TBR=ajwong git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75933 0039d316-1c4b-4281-b951-d872f2087c98
* Add one more suppression for the ThreadWatcherTesttimurrrr@chromium.org2011-02-241-1/+8
| | | | | | | | BUG=74029 TBR=jochen@chromium.org Review URL: http://codereview.chromium.org/6581043 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75932 0039d316-1c4b-4281-b951-d872f2087c98
* web-ui settings: Eliminate three html parse warnings do to incorrect use of ↵csilv@chromium.org2011-02-241-14/+14
| | | | | | | | | | label tags. BUG=none TEST=Reload settings window, verify that no HTML parsing warnings are reported. Review URL: http://codereview.chromium.org/6576022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75929 0039d316-1c4b-4281-b951-d872f2087c98
* Pin the PPAPI custom cursor value. PPAPI is intended to be frozen, so make ↵avi@chromium.org2011-02-243-6/+14
| | | | | | | | | | | space now for expanding the number of named cursors. BUG=73356 TEST=no visible change; PPAPI custom cursors are currently not implemented anyway Review URL: http://codereview.chromium.org/6576034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75928 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 75911 - Remove web_ui_util helper functions.kmadhusu@chromium.org2011-02-248-24/+65
| | | | | | | | | | | | | | | Remove web_ui_util::GetJsonResponseFromFirstArgumentInList() & web_ui_util::GetJsonResponseFromArgumentList(). BUG=none TEST=none Review URL: http://codereview.chromium.org/6574007 TBR=kmadhusu@chromium.org Review URL: http://codereview.chromium.org/6575038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75927 0039d316-1c4b-4281-b951-d872f2087c98
* Remove ssl_client_socket_mac_factory.{h,cc} andwtc@chromium.org2011-02-245-121/+0
| | | | | | | | | | | ssl_client_socket_nss_factory.{h,cc}. They are obsolete. R=rch BUG=43461 TEST=no build failures. Review URL: http://codereview.chromium.org/6579024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75926 0039d316-1c4b-4281-b951-d872f2087c98
* Provisional fix for WebFrame API changes upstream (added clearOpener).pfeldman@chromium.org2011-02-242-0/+4
| | | | | | TBR=yurys git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75925 0039d316-1c4b-4281-b951-d872f2087c98
* Roll DEPS:libvpx to 75908.fischman@chromium.org2011-02-241-1/+1
| | | | | | | | BUG=70688 TEST=none TBR=scherkus git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75924 0039d316-1c4b-4281-b951-d872f2087c98
* Fix pinning of gamma on Mac device orientation. It shouldn't switch signs.avi@chromium.org2011-02-241-7/+13
| | | | | | | | | BUG=73156 TEST=go to test page noted in bug, tilt laptop all the way to the right; it should show maximum 89.999... gamma. It should not flip to -90. Review URL: http://codereview.chromium.org/6578011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75923 0039d316-1c4b-4281-b951-d872f2087c98
* Get rid of the GTK-only accessibility api code, now that Chrome OS can relydmazzoni@chromium.org2011-02-2426-1218/+0
| | | | | | | | | | | on Views accessibility for everything. BUG=none TEST=none Review URL: http://codereview.chromium.org/6501003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75922 0039d316-1c4b-4281-b951-d872f2087c98
* PPB_Flash cleanup part 2: move all the file stuff to ppb_flash_file.*.viettrungluu@chromium.org2011-02-2415-519/+702
| | | | | | | | | | | | ppb_flash_file.* is intended to contain multiple (very similar) interfaces, of which the ModuleLocal stuff is one. BUG=none TEST="everything" still works Review URL: http://codereview.chromium.org/6579026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75921 0039d316-1c4b-4281-b951-d872f2087c98
* [Sync] Unrevert r75287 (initial support for sync encryption of all ↵zea@chromium.org2011-02-2440-214/+1838
| | | | | | | | | | | datatypes). Fix passphrase race. BUG=73218,59242 TEST=unit,sync_unit,sync_integration Review URL: http://codereview.chromium.org/6561001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75920 0039d316-1c4b-4281-b951-d872f2087c98
* Add parens around && next to a || to fix build.mrossetti@chromium.org2011-02-241-2/+2
| | | | | | | | | BUG=None TEST="Will it build?" Review URL: http://codereview.chromium.org/6577023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75917 0039d316-1c4b-4281-b951-d872f2087c98
* Add caching of the InMemoryURLIndex (part of the HistoryQuickProvider) part ↵mrossetti@chromium.org2011-02-2426-261/+1214
| | | | | | | | | | | | | | 1. (Transactions will be introduced in the next submission.) Fixed a problem in the caching of search results as the user types each character in a search term. Updated the unit test associated with that code. Added (temporary) flag which can be used to turn on the HQP (enable-history-quick-provider); also added it to about:flags. Previously reviewed as http://codereview.chromium.org/6286029/. BUG=19736, 60107 TEST=Added unit tests. Review URL: http://codereview.chromium.org/6578018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75912 0039d316-1c4b-4281-b951-d872f2087c98
* Remove web_ui_util helper functions.kmadhusu@chromium.org2011-02-248-65/+24
| | | | | | | | | | | | Remove web_ui_util::GetJsonResponseFromFirstArgumentInList() & web_ui_util::GetJsonResponseFromArgumentList(). BUG=none TEST=none Review URL: http://codereview.chromium.org/6574007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75911 0039d316-1c4b-4281-b951-d872f2087c98
* Fix incorrect include.dilmah@chromium.org2011-02-241-1/+1
| | | | | | | | | BUG=None TEST=None Review URL: http://codereview.chromium.org/6579040 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75910 0039d316-1c4b-4281-b951-d872f2087c98
* Update ICU suppressions for tsanjochen@chromium.org2011-02-241-4/+4
| | | | | | | | | | BUG=none TEST=none TBR=glider@chromium.org Review URL: http://codereview.chromium.org/6576040 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75905 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress data race in ThreadWatcherTestjochen@chromium.org2011-02-241-0/+7
| | | | | | | | | | BUG=74029 TEST=none TBR=glider@chromium.org Review URL: http://codereview.chromium.org/6577018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75904 0039d316-1c4b-4281-b951-d872f2087c98
* The RenderView currently only updates the navigation statemmenke@chromium.org2011-02-244-44/+25
| | | | | | | | | | | | | | | | | | | | | for the currently displayed data source in OnDisplayPrerenderedPage. If there's a provisional data source, it still thinks its being prerendered when it becomes the main data source. This CL fixes that issue. To do this, it moves the |is_prerendering_| flag over to the RenderView. While not a strictly necessary design change, things are a bit less bug-prone this way. Also changes how |was_started_as_prerender| is set. BUG=73173 TEST=none, yet (manual test: Go to http://peter.sh and refresh it a few times, with prerender enabled and a debug build. Notice lack of DCHECK assertion in OnDisplayPrerenderedPage) Review URL: http://codereview.chromium.org/6532031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75903 0039d316-1c4b-4281-b951-d872f2087c98
* Move in_process_webkit dir from chrome\browser to content\browser.jam@chromium.org2011-02-2453-194/+193
| | | | | | Review URL: http://codereview.chromium.org/6580019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@75902 0039d316-1c4b-4281-b951-d872f2087c98