summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Make the app provider match highlighting use the existing ClassifyMatchXXX() ↵pkasting@chromium.org2011-05-254-69/+36
| | | | | | | | | | | | machinery, and set the correct base styles (NONE rather than DIM for the contents, and URL rather than DIM for the description). This also switches from UTF-8 to UTF-16 for various temps/members since that's the destination encoding for the various AutocompleteMatch fields. BUG=none TEST=App matches in omnibox should have undimmed names and green URLs. Review URL: http://codereview.chromium.org/7031058 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86735 0039d316-1c4b-4281-b951-d872f2087c98
* Remove myself as an owner for now, we need more OWNERS files in subdirs.ben@chromium.org2011-05-251-1/+0
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86734 0039d316-1c4b-4281-b951-d872f2087c98
* Widen suppressionoshima@google.com2011-05-251-1/+0
| | | | | | | | | | TBR=kinuko@chromium.org BUG=83944 TEST=heapchecker ui_test will pass. Review URL: http://codereview.chromium.org/7068028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86733 0039d316-1c4b-4281-b951-d872f2087c98
* Switch to python2.6 as the default for pyauto on linuxnirnimesh@google.com2011-05-251-1/+1
| | | | | | | | | | | BUG=81621 R=cmp@chromium.org TEST= Review URL: http://codereview.chromium.org/6992077 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86732 0039d316-1c4b-4281-b951-d872f2087c98
* Enable incognito_session_only preferencesbattre@chromium.org2011-05-2514-41/+306
| | | | | | | | | BUG=60099 TEST=no Review URL: http://codereview.chromium.org/7067040 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86731 0039d316-1c4b-4281-b951-d872f2087c98
* Add temporary suppressions of a few svg tests while we wait for rebaselines.adamk@chromium.org2011-05-251-0/+5
| | | | | | TBR=ukai@chromium.org git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86730 0039d316-1c4b-4281-b951-d872f2087c98
* Disabling the ContextMenuTest.CFSavePageAs test as the attempted fix did not ↵ananta@chromium.org2011-05-251-1/+1
| | | | | | | | | | work. BUG=83114 TBR=amit Review URL: http://codereview.chromium.org/7069026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86729 0039d316-1c4b-4281-b951-d872f2087c98
* New battery imagesdavemoore@chromium.org2011-05-253-0/+0
| | | | | | | | | | BUG=chromium-os:15509 TEST=None TBR=chocobo Review URL: http://codereview.chromium.org/7031062 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86728 0039d316-1c4b-4281-b951-d872f2087c98
* Disallow gtk theme on crosdavemoore@chromium.org2011-05-251-1/+6
| | | | | | | | | BUG=chromium-os:15686 TEST=None Review URL: http://codereview.chromium.org/6992084 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86727 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 86724 - Modifying the BackgroundModeManager to handle multiple profiles.vandebo@chromium.org2011-05-2520-506/+261
| | | | | | | | | | | | | | | | The background mode manager is now owned by the broser The status tray is also owned by the browser process since there is only one per browser. Previously it was owned by the profile, but now that there are multiple profiles, it makes sense to have the browser process own it. Note: This CL does not unify the status tray into one icon. TEST=unittests (added BackgroundModeManagerTest::MultiProfile) BUG=80069,82215 Review URL: http://codereview.chromium.org/6914021 TBR=rlp@chromium.org Review URL: http://codereview.chromium.org/7068025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86726 0039d316-1c4b-4281-b951-d872f2087c98
* Disabling downloads pyauto test on Windows that's flakysunandt@google.com2011-05-251-0/+1
| | | | | | | | BUG=83942 TEST=downloads.DownloadsTest.testDownloadsPersistence Review URL: http://codereview.chromium.org/7053024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86725 0039d316-1c4b-4281-b951-d872f2087c98
* Modifying the BackgroundModeManager to handle multiple profiles.rlp@chromium.org2011-05-2520-261/+506
| | | | | | | | | | | | | The background mode manager is now owned by the broser The status tray is also owned by the browser process since there is only one per browser. Previously it was owned by the profile, but now that there are multiple profiles, it makes sense to have the browser process own it. Note: This CL does not unify the status tray into one icon. TEST=unittests (added BackgroundModeManagerTest::MultiProfile) BUG=80069,82215 Review URL: http://codereview.chromium.org/6914021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86724 0039d316-1c4b-4281-b951-d872f2087c98
* Fix up flicker, and parsing by Xcode.dmaclach@chromium.org2011-05-252-2/+2
| | | | | | | | | | | | | The javascript as written had trouble being parsed by the Xcode IDE due to the // in the regexp. By turning off the height:100% in the css, we don't redraw the entire screen every time we update the bandwidth stats. BUG=none TEST=Make a connection and turn on Quartz Debug on Mac. Turn on Flash screen updates. The entire screen should not flash once per second. Review URL: http://codereview.chromium.org/7008020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86723 0039d316-1c4b-4281-b951-d872f2087c98
* Temporary fix until WebKit::initialize does this for us.michaeln@google.com2011-05-251-0/+5
| | | | | | Review URL: http://codereview.chromium.org/7054002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86722 0039d316-1c4b-4281-b951-d872f2087c98
* Suppression another leak around P2PSocketHostoshima@google.com2011-05-251-1/+20
| | | | | | | | | | TBR=sergeyu@chromium.org BUG=83949 TEST=linux valgrind bot should cycle green Review URL: http://codereview.chromium.org/7031061 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86721 0039d316-1c4b-4281-b951-d872f2087c98
* Apply setInterval to new surface-context pairsnduca@chromium.org2011-05-252-5/+26
| | | | | | | | BUG=83832 Review URL: http://codereview.chromium.org/6987025 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86720 0039d316-1c4b-4281-b951-d872f2087c98
* Fix MetricsServiceTest.CloseRenderersNormally for touchui.sadrul@chromium.org2011-05-251-0/+10
| | | | | | | | | BUG=none TEST=MetricsServiceTest.CloseRenderersNormally passes on touchui Review URL: http://codereview.chromium.org/6987032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86719 0039d316-1c4b-4281-b951-d872f2087c98
* Widen suppressionoshima@google.com2011-05-251-0/+2
| | | | | | | | | | TBR=sergeyu@chromium.org BUG=83949 TEST=chromeos valgrind bot should cycle green Review URL: http://codereview.chromium.org/7008022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86718 0039d316-1c4b-4281-b951-d872f2087c98
* Heuristics for grabber-continental.com.out (select-one)dhollowa@chromium.org2011-05-257-23/+99
| | | | | | | | | | | | | Adds specific input types to the field_type.h bitfield to utilize the "select-one" signal in identifying the Country, State, and Credit Card date fields. Other fields should not classify now if the input type is "select-one". This is Phase 1 of fixes for the grabber-continental.com.html. Phase 2 will add lookahead logic for the "BusinessPhone" and "Email Address" issues. BUG=76299 TEST=FormStructureBrowserTest.DataDrivenHeuristics with test file grabber-continental.com.html Review URL: http://codereview.chromium.org/7063031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86717 0039d316-1c4b-4281-b951-d872f2087c98
* file manager: fix justification of label in tile viewrginda@chromium.org2011-05-251-1/+1
| | | | | | | | | BUG=chromium-os:15717 TEST=manual testing on chromeos-chrome in linux Review URL: http://codereview.chromium.org/6987031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86716 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit roll 87266:87314.adamk@chromium.org2011-05-252-9/+10
| | | | | | | | | Update test expectations to include suppressions that can be removed in the next roll. TBR=ukai@chromium.org git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86715 0039d316-1c4b-4281-b951-d872f2087c98
* Give URLRequestJobFactory::Interceptors the ability to specify protocols ↵koz@chromium.org2011-05-254-0/+73
| | | | | | | | | | they handle. TEST=Unit tests provided. Review URL: http://codereview.chromium.org/7056003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86714 0039d316-1c4b-4281-b951-d872f2087c98
* Support persistent incognito preferencesbattre@chromium.org2011-05-2521-161/+280
| | | | | | | | | BUG=no TEST=no Review URL: http://codereview.chromium.org/7065033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86713 0039d316-1c4b-4281-b951-d872f2087c98
* Show "About panel" bubble on Windows.jianli@chromium.org2011-05-2510-0/+444
| | | | | | | | BUG=none TEST=panel_browser_view_browsertest Review URL: http://codereview.chromium.org/7011015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86712 0039d316-1c4b-4281-b951-d872f2087c98
* Suppressing memory leak in P2PSocketHostoshima@google.com2011-05-251-0/+15
| | | | | | | | | | TBR=sergeyu@chromium.org BUG=83949 TEST=none Review URL: http://codereview.chromium.org/7053023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86711 0039d316-1c4b-4281-b951-d872f2087c98
* Remove stale suppressions (class name changed)erg@google.com2011-05-252-17/+1
| | | | | | | | | BUG=41186 TEST=valgrind Review URL: http://codereview.chromium.org/6979018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86710 0039d316-1c4b-4281-b951-d872f2087c98
* Updated and Added Autofill tests.dyu@chromium.org2011-05-253-4/+39
| | | | | | | | | | | | | Autofill no longer supports segmented key/value pairs when entering data through the DOM UI. - testFillProfileCrazyCharacters - fixed data file by removing all segmented phone/fax key/value pairs. - testSegmentNumbersNotSupportedInDOMUI - verifies that segmented data no longer supported through DOM UI. TEST=none BUG=83686 Review URL: http://codereview.chromium.org/6992049 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86709 0039d316-1c4b-4281-b951-d872f2087c98
* Insert meta tag turning on content-security-protection for ↵tsepez@chromium.org2011-05-256-15/+54
| | | | | | | | chrome://settings, history, downloads pages now that the webkit inspector has been revised to stop calling JS eval(). Review URL: http://codereview.chromium.org/7038046 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86708 0039d316-1c4b-4281-b951-d872f2087c98
* Moved GPU related files in content/renderer into gpu subdirectory.apatrick@chromium.org2011-05-2532-97/+99
| | | | | | | Also added an OWNERS file to that subdirectory. Review URL: http://codereview.chromium.org/7066035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86707 0039d316-1c4b-4281-b951-d872f2087c98
* Reenable the ChromeFrame ContextMenuTest.CFSaveLinkAs test. Increased the ↵ananta@chromium.org2011-05-252-3/+3
| | | | | | | | | | | | | timeout for the file save as operation. Fixed a bug in the SaveFile action where there was a sleep before checking whether the timeout had occurred. BUG=83114 TEST=ChromeFrame ContextMenuTest.CFSaveLinkAs test should pass. Review URL: http://codereview.chromium.org/7069023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86706 0039d316-1c4b-4281-b951-d872f2087c98
* Remove NaCl.Startups histogram, this data is tracked in the NaCl plugin nowelijahtaylor@google.com2011-05-255-61/+0
| | | | | | | | BUG= none TEST= none Review URL: http://codereview.chromium.org/7004040 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86705 0039d316-1c4b-4281-b951-d872f2087c98
* change chromoting->remote access for webapp namegarykac@chromium.org2011-05-251-1/+1
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/6987029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86704 0039d316-1c4b-4281-b951-d872f2087c98
* Remove --enable-vpn (enabled always)stevenjb@google.com2011-05-255-29/+14
| | | | | | | | | | | | Include change to CrosMock::SetNetworkLibraryStatusAreaExpectations() so that tests pass. Original CL+Review: http://codereview.chromium.org/7031040/ BUG=none TEST=ChromeOS tests pass, 'Private networks' option should always show up in ChromeOS Networks menu. Review URL: http://codereview.chromium.org/6992074 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86703 0039d316-1c4b-4281-b951-d872f2087c98
* Mac, Bookmarks. Be more sparing about closing the bookmark folder menus.maf@chromium.org2011-05-251-1/+0
| | | | | | | | | Behavior should now be close to Windows in this regard. BUG=75035 R=mrossetti@chromium.org Review URL: http://codereview.chromium.org/6987028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86702 0039d316-1c4b-4281-b951-d872f2087c98
* Suppressing leaks in MockQuotaManagerPorxyoshima@google.com2011-05-251-0/+7
| | | | | | | | | | TBR=kinuko@chromium.org BUG=83944 TEST=heapcheck should cycle green Review URL: http://codereview.chromium.org/7008017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86700 0039d316-1c4b-4281-b951-d872f2087c98
* Add initialization callback support for Video Decoder PPAPI.vrk@google.com2011-05-2515-15/+58
| | | | | | | | | | | | | Initializing a decoder is asynchronous, so add a callback to tell client when the decoder is ready to use. I confirmed that this works locally using a C plugin that I wrote on my machine. BUG=NONE TEST=NONE Review URL: http://codereview.chromium.org/7065010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86699 0039d316-1c4b-4281-b951-d872f2087c98
* Fix OperatingSystemName and OperatingSystemVersion on Macstuartmorgan@chromium.org2011-05-253-15/+17
| | | | | | | | | | | | Prior to this change the posix implementations are used, so the return values are "Darwin" and the Darwin version. BUG=None TEST=None Review URL: http://codereview.chromium.org/7065041 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86698 0039d316-1c4b-4281-b951-d872f2087c98
* Remove useless compile assert.abarth@chromium.org2011-05-251-2/+0
| | | | | | Review URL: http://codereview.chromium.org/6979014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86697 0039d316-1c4b-4281-b951-d872f2087c98
* [Mac] Fix "No drag (+) cursor displayed when dragging link over BMB"asvitkine@chromium.org2011-05-252-4/+15
| | | | | | | | | | | | | | | Return NSDragOperationCopy for BookmarBarButton drags and NSDragOperationMove for other drag types. Updated unit tests to set a BookmarkBarButton as the mock |draggingSource| for bookmark bar dragging tests and made the tests check for the expected drag operation type. BUG=83228 TEST=Drag a link from a page and hover over the BMB. Cursor should be a (+). Drag a bookmark button. Cursor shouldn't be a (+). Review URL: http://codereview.chromium.org/7048009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86696 0039d316-1c4b-4281-b951-d872f2087c98
* Change GetVisitCountToHost() to GetVisibleVisitCountToHost(), and restrict ↵pkasting@chromium.org2011-05-259-49/+59
| | | | | | | | | | it to returning "user-visible" visits. This makes the Page Info bubble and the download system more restrictive about considering when someone "first visited" a site, so that they don't consider things like subframe navigations or redirects. BUG=81741 TEST=Page Info bubble should not say you've visited a site before today if your only visits in previous days were subframe navigations. Review URL: http://codereview.chromium.org/6990074 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86695 0039d316-1c4b-4281-b951-d872f2087c98
* Commit inline editable list changes when window loses focus.estade@chromium.org2011-05-252-16/+18
| | | | | | | | | BUG=79251 TEST=manual Review URL: http://codereview.chromium.org/7004058 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86694 0039d316-1c4b-4281-b951-d872f2087c98
* Fix the failed AssertionTest and CheckFalseTest for touch buildmiletus@chromium.org2011-05-251-3/+11
| | | | | | | | | | | | set the expected errors accordingly with touch build BUG= TEST=AssertionTest.* & CheckFalseTest.* pass on touch build Review URL: http://codereview.chromium.org/7053019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86693 0039d316-1c4b-4281-b951-d872f2087c98
* Adding files for http://codereview.chromium.org/6992047/asargent@chromium.org2011-05-257-0/+66
| | | | | | | | | | | | | The changes for the codereview.chromium.org/6992047 include some added binary test files, which don't work with try jobs. I'm submitting them in this separate CL in order to be able to run try jobs. BUG=none TEST=none TBR=mpcomplete@chromium.org git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86692 0039d316-1c4b-4281-b951-d872f2087c98
* Another clang build fix for r86677.rhashimoto@chromium.org2011-05-251-1/+1
| | | | | | | | | BUG=none TBR=sky Review URL: http://codereview.chromium.org/6992079 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86691 0039d316-1c4b-4281-b951-d872f2087c98
* Fix leak of callback object in r86518.pkasting@chromium.org2011-05-254-28/+11
| | | | | | | | BUG=81741,83836 TEST=Memory bots go green Review URL: http://codereview.chromium.org/7053004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86690 0039d316-1c4b-4281-b951-d872f2087c98
* base/i18n: Pass |str| as const reference in BreakIterator::Init().tfarina@chromium.org2011-05-259-28/+28
| | | | | | | | | | | BUG=None TEST=out/Debug/base_unittests --gtest_filter=BreakIteratorTest.* R=tsepez@chromium.org,evan@chromium.org Review URL: http://codereview.chromium.org/7008005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86689 0039d316-1c4b-4281-b951-d872f2087c98
* Fix clang build for r86677.rhashimoto@chromium.org2011-05-252-3/+5
| | | | | | | | | BUG=none TBR=sky Review URL: http://codereview.chromium.org/7008015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86688 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 86681 - Updated OMX decoder for recent PPAPI changes, and added to ↵fischman@chromium.org2011-05-2517-184/+198
| | | | | | | | | | | | | | | | | | the build. Had to move from content/gpu to content/common/gpu to allow gpu_video_service.cc to depend on the decoder. Removed some dead code and did some random cleanup while I was in there. BUG=none TEST=chrome compiles on cros/arm! Review URL: http://codereview.chromium.org/7057027 TBR=fischman@chromium.org Review URL: http://codereview.chromium.org/6979017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86687 0039d316-1c4b-4281-b951-d872f2087c98
* Fix clang build for http://codereview.chromium.org/7067032/.rhashimoto@chromium.org2011-05-253-0/+13
| | | | | | | | | BUG=none TBR=sky Review URL: http://codereview.chromium.org/6987030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86686 0039d316-1c4b-4281-b951-d872f2087c98
* Wire in OAuth2 support into non-sandboxed connections in libjingle.ajwong@chromium.org2011-05-2524-44/+229
| | | | | | | | | BUG=none TEST=can connect w/o ClientLogin token. Review URL: http://codereview.chromium.org/7008003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86685 0039d316-1c4b-4281-b951-d872f2087c98