- 26 Mar, 2013 13 commits
-
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@190527 0039d316-1c4b-4281-b951-d872f2087c98
-
pkasting@chromium.org authored
BUG=none TEST=none TBR=yurys Review URL: https://codereview.chromium.org/13076003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@190526 0039d316-1c4b-4281-b951-d872f2087c98
-
frankf@chromium.org authored
- Use set instead of list - Encapsulate internals - Add unit tests - Separate out the reporting utilities BUG=167331 NOTRY=True Review URL: https://codereview.chromium.org/12544033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@190525 0039d316-1c4b-4281-b951-d872f2087c98
-
craigdh@chromium.org authored
This patch makes limited changes to minimize the likelyhood of breaking dependent scripts. NOTRY=True TBR=brettw@chromium.org BUG=180587 TEST=ran run_command.RunOnce with a timeout of 0. Review URL: https://codereview.chromium.org/13047009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@190524 0039d316-1c4b-4281-b951-d872f2087c98
-
vitalybuka@chromium.org authored
This allows to avoid asking user to create BUG=223485 Review URL: https://chromiumcodereview.appspot.com/13039002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@190523 0039d316-1c4b-4281-b951-d872f2087c98
-
yoshiki@chromium.org authored
Previously, a directory traversal on the left directory tree is not limited because of a wrong condition. This patch fixes it. BUG=none TEST=manual TBR=kinaba@chromium.org NOTRY=True Review URL: https://chromiumcodereview.appspot.com/12683006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@190522 0039d316-1c4b-4281-b951-d872f2087c98
-
kinuko@chromium.org authored
1. After r190443 now we may call UploadNewFileForLocalSync even for the files we have (stale) metadata 2. In auto conflict resolution we could have metadata that doesn't have resource_id in metadata_store while having a remote change for the file (thus resulting in a conflict) BUG=177626,223415 TEST=manual NOTRY=true Review URL: https://chromiumcodereview.appspot.com/12660020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@190521 0039d316-1c4b-4281-b951-d872f2087c98
-
nick@chromium.org authored
BUG=180647,223723 Review URL: https://codereview.chromium.org/12695017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@190520 0039d316-1c4b-4281-b951-d872f2087c98
-
sail@chromium.org authored
Previously the overlay was shown at the bottom of the toolbar. The height of the bookmark bar changes if the bookmark bar is attached. This meant that the overlay would change positions (relative to the omnibox) depending on the bookmark bar's attached state. With this CL we now show the overlay at the fixed offset from the omnibox. One side effect of this is that the bottom of the toolbar can no longer act as a separator for the overlay. I've changed the overlay to draw its own separator. Screenshot: http://i.imgur.com/ub9gfDo.png BUG=173475, 174077 TBR=sky@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=190213 Review URL: https://codereview.chromium.org/12674019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@190519 0039d316-1c4b-4281-b951-d872f2087c98
-
oshima@chromium.org authored
BUG=150017 TBR=oshima@chromium.org Review URL: https://codereview.chromium.org/12987024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@190518 0039d316-1c4b-4281-b951-d872f2087c98
-
sreeram@chromium.org authored
BUG=223669 R=shishir@chromium.org TEST=See bug. Review URL: https://codereview.chromium.org/13030009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@190517 0039d316-1c4b-4281-b951-d872f2087c98
-
sreeram@chromium.org authored
BUG=223671 R=shishir@chromium.org,brettw@chromium.org TEST=See bug. Review URL: https://codereview.chromium.org/12742014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@190516 0039d316-1c4b-4281-b951-d872f2087c98
-
danakj@chromium.org authored
Since webkit/media creates cc::VideoLayer objects and implements the cc::VideoFrameProvider interface, it should depend on the cc library. R=jamesr BUG=196810 Review URL: https://codereview.chromium.org/12961009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@190515 0039d316-1c4b-4281-b951-d872f2087c98
-
- 25 Mar, 2013 27 commits
-
-
msw@chromium.org authored
BUG=165458 TBR=scherkus Review URL: https://codereview.chromium.org/12638044 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@190514 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@190513 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
It made many test fails to get the test case list and I failed to reproduce locally. TBR=csharp@chromium.org BUG= NOTRY=true Review URL: https://codereview.chromium.org/13076002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@190512 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
BlockUntilBookmarkModelLoaded() is just a tiny wrapper around WaitForBookmarkModelToLoad(), so it doesn't add much per se, and we ended up calling BookmarkModelFactory::GetForProfile() twice, either before or after the call to BlockUntilBookmarkModelLoaded(). BUG=144783 R=sky@chromium.org Review URL: https://codereview.chromium.org/12929016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@190511 0039d316-1c4b-4281-b951-d872f2087c98
-
bbudge@chromium.org authored
This reverts commit 54d2b618. This caused a regression: https://code.google.com/p/chromium/issues/detail?id=223716 TBR=brettw@chromium.org BUG=223716 Review URL: https://codereview.chromium.org/13071008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@190510 0039d316-1c4b-4281-b951-d872f2087c98
-
kinuko@chromium.org authored
We're keeping a token and going to call a method which takes token, so we should probably just call the method there. BUG=223705 TEST=manual NOTRY=true Review URL: https://chromiumcodereview.appspot.com/13047011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@190509 0039d316-1c4b-4281-b951-d872f2087c98
-
tonyg@chromium.org authored
This avoids reading in the large .svn directories on the bots. BUG=None TEST=intl1 cycler on windows NOTRY=True Review URL: https://chromiumcodereview.appspot.com/12767015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@190508 0039d316-1c4b-4281-b951-d872f2087c98
-
dubroy@chromium.org authored
TBR=estade@chromium.org BUG=None Review URL: https://codereview.chromium.org/13074002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@190507 0039d316-1c4b-4281-b951-d872f2087c98
-
crogers@google.com authored
In some rare cases it has been found that Windows returns a sample-rate of 0, even though it's capable of rendering audio with WASAPI. For the Web Audio API, Let's make sure to return a sane fallback sample-rate. BUG=222718 TEST=none Review URL: https://codereview.chromium.org/12937017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@190506 0039d316-1c4b-4281-b951-d872f2087c98
-
sail@chromium.org authored
The IDR_AUDIO_ANIMATION icon isn't used anymore. Removing. BUG= TBR=cpu@chromium.org Review URL: https://codereview.chromium.org/12849011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@190505 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@190504 0039d316-1c4b-4281-b951-d872f2087c98
-
dubroy@chromium.org authored
History server now supports searches using q=your+query syntax. When searching history, combine local results with results from the server. Fixed bug where server results would be ignored if there were no local results. TBR=brettw@chromium.org BUG=180970 TEST=Open chrome://history in a signed-in profile, and type a search into the search box. Results should include vists from other devices. Review URL: https://codereview.chromium.org/12930011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@190503 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@190502 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
Should get rid of select.error exceptions in run_test_cases.py. TBR=csharp@chromium.org BUG= NOTRY=true Review URL: https://chromiumcodereview.appspot.com/12867005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@190501 0039d316-1c4b-4281-b951-d872f2087c98
-
aelias@chromium.org authored
These DCHECKs are not relevant in solid color scrollbars mode. For the texture-based scrollbars case, there's an identical DCHECK in SetTexturePriorities. This fixes an Android test that started failing after boundsContainPageScale stopped being set on scrollbar layers. NOTRY=true BUG=222069 Review URL: https://chromiumcodereview.appspot.com/12704023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@190500 0039d316-1c4b-4281-b951-d872f2087c98
-
tonyg@chromium.org authored
This caused a flaky crash where Telemetry would sometimes grab the process list at the point a process had gone defunct, but before it actually stopped. BUG=223581 TEST=tools/perf/run_multipage_benchmarks -v --browser=exact --browser-executable=chrome/tools/test/reference_build/chrome_linux/chrome --output-trace-tag=_ref page_cycler tools/perf/page_sets/page_cycler/indexed_db/basic_insert.json NOTRY=True Review URL: https://chromiumcodereview.appspot.com/12703026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@190499 0039d316-1c4b-4281-b951-d872f2087c98
-
sail@chromium.org authored
This tests are sometimes failing with an NSException. See bug. BUG=178778 TBR=thakis@chromium.org NOTRY=true Review URL: https://chromiumcodereview.appspot.com/12491026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@190498 0039d316-1c4b-4281-b951-d872f2087c98
-
viettrungluu@chromium.org authored
Review URL: https://codereview.chromium.org/13063009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@190497 0039d316-1c4b-4281-b951-d872f2087c98
-
nick@chromium.org authored
BUG=223723 Review URL: https://codereview.chromium.org/12794019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@190496 0039d316-1c4b-4281-b951-d872f2087c98
-
stevenjb@chromium.org authored
Depends on: https://codereview.chromium.org/13007002/ BUG=179387 Review URL: https://codereview.chromium.org/12674045 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@190495 0039d316-1c4b-4281-b951-d872f2087c98
-
sergeyu@chromium.org authored
Previously hosts were located in /Library/Chrome/NativeMessagingHosts. Native messaging is new and it's disabled by default in M27, so at the moment there is nothing that depends on the path, i.e. it's still safe to change it. Review URL: https://codereview.chromium.org/12465023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@190494 0039d316-1c4b-4281-b951-d872f2087c98
-
hclam@chromium.org authored
BUG=181072 Review URL: https://codereview.chromium.org/12987020 Patch from Fredrik Hubinette <hubbe@chromium.org>. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@190493 0039d316-1c4b-4281-b951-d872f2087c98
-
dhollowa@chromium.org authored
Fixes typo. Unifies Instant WATCHLIST, removes obsolete 'search' list. BUG=None TEST=python watchlist.py chrome/browser/ui/search/search.h etc. TBR=samarth@chromium.org, sreeram@chromium.org Review URL: https://codereview.chromium.org/12615011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@190492 0039d316-1c4b-4281-b951-d872f2087c98
-
dhollowa@chromium.org authored
Unifies Instant WATCHLIST, removes obsolete 'search' list. BUG=None TEST=python watchlist.py chrome/browser/ui/search/search.h etc. TBR=samarth@chromium.org, sreeram@chromium.org Review URL: https://codereview.chromium.org/12961008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@190491 0039d316-1c4b-4281-b951-d872f2087c98
-
reveman@chromium.org authored
This is causing a high crash rate on ChromeOS: crbug.com/223607 > Re-land: cc: Enable solid color prediction by default > > This change flips the "use-color-estimator" flag to become > "disable-color-estimator" flag and enables color prediction > by default. > > BUG=181619 > > > Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=188467 > > Review URL: https://chromiumcodereview.appspot.com/12408011 TBR=vmpstr@chromium.org Review URL: https://codereview.chromium.org/12968005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@190490 0039d316-1c4b-4281-b951-d872f2087c98
-
hidehiko@chromium.org authored
Replace the methods with CreateCopyResultCallback. BUG=180569 TEST=Ran unit_tests --gtest_filter=DriveResourceMetadata* Review URL: https://chromiumcodereview.appspot.com/12811012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@190488 0039d316-1c4b-4281-b951-d872f2087c98
-
zea@chromium.org authored
FaviconCache::OnReceivedSyncFavicon now posts a task for UpdateSyncState, due to the possibility that the method is called from within a sync transaction. BUG=223400 Review URL: https://codereview.chromium.org/13006012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@190487 0039d316-1c4b-4281-b951-d872f2087c98
-