- 25 Mar, 2013 40 commits
-
-
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
-
chrisgao@chromium.org authored
Release version 0.5 as Beta. Main changes from last release are as below: 1. Fixed issues on navigation and frame javascript execution context. 2. Added optional 'promptText' parameter to DevTools Page.handleJavaScriptDialog. 3. Added command implicitlyWait. 4. Made session commands run in separate session threads. NOTRY=true Review URL: https://chromiumcodereview.appspot.com/12703023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@190486 0039d316-1c4b-4281-b951-d872f2087c98
-
flackr@chromium.org authored
Adding the binaries for https://codereview.chromium.org/12742013/ TBR=sky BUG=217094 TEST=None Review URL: https://codereview.chromium.org/12703022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@190485 0039d316-1c4b-4281-b951-d872f2087c98
-
dubroy@chromium.org authored
Fix runtime JavaScript errors on chrome://history that are caused by some missing resources on Android. Also add some iOS ifdefs to match the Android ones. BUG=None TEST=Open chrome://history on Android, and verify that there are no console errors on the adb debug output. Review URL: https://chromiumcodereview.appspot.com/12769024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@190483 0039d316-1c4b-4281-b951-d872f2087c98
-
hidehiko@chromium.org authored
Unfortunately, it is not supported to authorize third party app on Drive API v2. So, as its workaround, we use GData WAPI's authorization operation. This should work on Drive API v2, because both protocol should share the same resource id for most cases. Note that enabling Drive API v2 with a flag is still under-impelementation, so now it not ready to test it manually. It will be done when the Drive API v2 starts to work. Note that the code is not yet used, so adding the code with unit_tests should work (i.e. unless it breaks compilation nor test). BUG=179837 TEST=Ran unit_tests Review URL: https://chromiumcodereview.appspot.com/12924009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@190482 0039d316-1c4b-4281-b951-d872f2087c98
-
akalin@chromium.org authored
Instead pass parameters into SpdyStream's constructor. This simplifies SpdyStream, as we can now be sure that its priority is fixed. Add function to convert from SpdyPriority to RequestPriority, and use them to set the correct priority for push streams. Replace uses of Unretained() with weak pointers. BUG=176582 Review URL: https://codereview.chromium.org/12989038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@190481 0039d316-1c4b-4281-b951-d872f2087c98
-
chrisgao@chromium.org authored
NOTRY=true Review URL: https://chromiumcodereview.appspot.com/12967017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@190480 0039d316-1c4b-4281-b951-d872f2087c98
-
dalecurtis@google.com authored
From http://crrev.com/190426 BUG=157076 TEST=none TBR=eugenis Review URL: https://codereview.chromium.org/13030008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@190479 0039d316-1c4b-4281-b951-d872f2087c98
-
yhirano@chromium.org authored
The leak seems to not reproduce. BUG=222509 TBR=thestig NOTRY=true Review URL: https://chromiumcodereview.appspot.com/13037002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@190477 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@190476 0039d316-1c4b-4281-b951-d872f2087c98
-
kinuko@chromium.org authored
BUG=143136 NOTRY=true Review URL: https://chromiumcodereview.appspot.com/12902044 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@190474 0039d316-1c4b-4281-b951-d872f2087c98
-
mallinath@chromium.org authored
BUG=https://code.google.com/p/chromium/issues/detail?id=223384 NOTRY=true Review URL: https://chromiumcodereview.appspot.com/12869013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@190473 0039d316-1c4b-4281-b951-d872f2087c98
-
karen@chromium.org authored
reverting cause it's causing server-side problems where sync becomes unavailable. crbug.com/223556 > Turn on SyncedNotifications for Dev, Canary, and Unknown channel > > Turning it on in Dev and Canary will allow us to gather feedback during the development process. > > BUG=22205 > > > Review URL: https://chromiumcodereview.appspot.com/12617010 TBR=petewil@chromium.org Review URL: https://codereview.chromium.org/13030006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@190471 0039d316-1c4b-4281-b951-d872f2087c98
-
thakis@chromium.org authored
Likely also fixes a top-down-flipped bug with the in-process command buffer. BUG=110881 TBR=tony Review URL: https://codereview.chromium.org/12896006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@190469 0039d316-1c4b-4281-b951-d872f2087c98
-
robertshield@chromium.org authored
BUG=NONE TEST=NONE TBR=ben@chromium.org Review URL: https://chromiumcodereview.appspot.com/12588008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@190468 0039d316-1c4b-4281-b951-d872f2087c98
-