- 25 May, 2011 40 commits
-
-
oshima@google.com authored
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
-
nirnimesh@google.com authored
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
-
battre@chromium.org authored
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
-
adamk@chromium.org authored
TBR=ukai@chromium.org git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86730 0039d316-1c4b-4281-b951-d872f2087c98
-
ananta@chromium.org authored
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
-
davemoore@chromium.org authored
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
-
davemoore@chromium.org authored
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
-
vandebo@chromium.org authored
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
-
sunandt@google.com authored
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
-
rlp@chromium.org authored
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
-
dmaclach@chromium.org authored
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
-
michaeln@google.com authored
Review URL: http://codereview.chromium.org/7054002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86722 0039d316-1c4b-4281-b951-d872f2087c98
-
oshima@google.com authored
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
-
nduca@chromium.org authored
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
-
sadrul@chromium.org authored
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
-
oshima@google.com authored
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
-
dhollowa@chromium.org authored
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
-
rginda@chromium.org authored
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
-
adamk@chromium.org authored
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
-
koz@chromium.org authored
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
-
battre@chromium.org authored
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
-
jianli@chromium.org authored
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
-
oshima@google.com authored
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
-
erg@google.com authored
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
-
dyu@chromium.org authored
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
-
chrome://settingstsepez@chromium.org authored
Insert meta tag turning on content-security-protection for 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
-
apatrick@chromium.org authored
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
-
ananta@chromium.org authored
Reenable the ChromeFrame ContextMenuTest.CFSaveLinkAs test. Increased the 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
-
elijahtaylor@google.com authored
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
-
garykac@chromium.org authored
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
-
stevenjb@google.com authored
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
-
maf@chromium.org authored
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
-
oshima@google.com authored
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
-
vrk@google.com authored
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
-
stuartmorgan@chromium.org authored
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
-
abarth@chromium.org authored
Review URL: http://codereview.chromium.org/6979014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86697 0039d316-1c4b-4281-b951-d872f2087c98
-
asvitkine@chromium.org authored
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
-
pkasting@chromium.org authored
Change GetVisitCountToHost() to GetVisibleVisitCountToHost(), and restrict 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
-
estade@chromium.org authored
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
-
miletus@chromium.org authored
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
-