- 23 Apr, 2012 40 commits
-
-
joaodasilva@chromium.org authored
BUG=124374 TEST=PolicyServiceTest.NotifyObservers is green Review URL: http://codereview.chromium.org/10174003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133476 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
Fixed all tests on Windows. Ignore \Device\Mup on Windows. Still saw some flakiness on tracing on Windows, to be addressed in a separate patch. R=nsylvain@chromium.org BUG=98834 TEST=Run all the isolate tests on Windows or OSX Review URL: http://codereview.chromium.org/10091011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133475 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
R=viettrungluu@chromium.org TEST= BUG= Review URL: http://codereview.chromium.org/10162022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133474 0039d316-1c4b-4281-b951-d872f2087c98
-
dmazzoni@chromium.org authored
Some users liked it, others hated it, others wanted to be able to toggle it. This patch just disables the current behavior and should be merged to the M19 branch, then I'll try a new approach in the trunk. BUG=112944 TEST=none Review URL: http://codereview.chromium.org/10146031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133473 0039d316-1c4b-4281-b951-d872f2087c98
-
viettrungluu@chromium.org authored
Review URL: http://codereview.chromium.org/10123016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133472 0039d316-1c4b-4281-b951-d872f2087c98
-
gavinp@chromium.org authored
Minor cleanups from my working copy. BUG=None Review URL: http://codereview.chromium.org/10146017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133471 0039d316-1c4b-4281-b951-d872f2087c98
-
stevet@chromium.org authored
This includes unit tests for the API, but no uses yet. This change also involves exposing a new MakeGroupNameId static helper in FieldTrial to assist with the usage of this new API. BUG=121988 TEST=Ensure that unit_tests GoogleExperimentsTest.* pass. Review URL: http://codereview.chromium.org/10165014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133470 0039d316-1c4b-4281-b951-d872f2087c98
-
ben@chromium.org authored
BUG=none TEST=none TBR=sky Review URL: https://chromiumcodereview.appspot.com/10183007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133469 0039d316-1c4b-4281-b951-d872f2087c98
-
bshe@chromium.org authored
This CL fix the wallpaper fade animation problem. The problem was when user switched to a new wallpaper, it seems there is a white flashing before new wallpaper fade in. The reason was I started the hide animation before loading new wallpaper. And it took around 300ms to load while the animation finished around 200ms. So there is 100ms period where the background color (white) showed up. I delayed the hide animation, but then another problem showed up. Now the show and hide animation happened at the same time. At some point in the animation, the background color will have 25% opacity and it also cause a flashing. To fix all, this CL only animate on Show new wallpaper and delete the old widget after the Show animation completed. BUG=118651 TEST=Change wallpaper in chromeos, and verify if the animation is smooth. Review URL: http://codereview.chromium.org/10146016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133468 0039d316-1c4b-4281-b951-d872f2087c98
-
ben@chromium.org authored
Remove DOMView. BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/10171006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133467 0039d316-1c4b-4281-b951-d872f2087c98
-
noelallen@google.com authored
Trivial change to add Ben to owners. TEST= none BUG= non Review URL: https://chromiumcodereview.appspot.com/10139024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133466 0039d316-1c4b-4281-b951-d872f2087c98
-
wjia@chromium.org authored
BUG=NONE TEST=NONE Review URL: https://chromiumcodereview.appspot.com/10166001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133465 0039d316-1c4b-4281-b951-d872f2087c98
-
gavinp@chromium.org authored
I came across this style violation while hacking at http://codereview.chromium.org/9875026/ , this CL fixes it. BUG=None Review URL: http://codereview.chromium.org/10155010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133463 0039d316-1c4b-4281-b951-d872f2087c98
-
jhawkins@chromium.org authored
BUG=none TEST=none R=binji TBR=erg Review URL: https://chromiumcodereview.appspot.com/10166016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133462 0039d316-1c4b-4281-b951-d872f2087c98
-
jschuh@chromium.org authored
Review URL: https://chromiumcodereview.appspot.com/10178005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133461 0039d316-1c4b-4281-b951-d872f2087c98
-
pkotwicz@chromium.org authored
BUG=116553 TEST=Manual Review URL: http://codereview.chromium.org/10107019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133459 0039d316-1c4b-4281-b951-d872f2087c98
-
jam@chromium.org authored
Convert session history ui test to a browser test, renabling all the disabled tests and got rid of flaky patterns. Hopefully they don't fail again. BUG=121574 Review URL: https://chromiumcodereview.appspot.com/10144015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133458 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
Make the code more testable by separating argument parsing from main(). R=nsylvain@chromium.org BUG=98834 TEST= Review URL: http://codereview.chromium.org/10080013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133457 0039d316-1c4b-4281-b951-d872f2087c98
-
gbillock@chromium.org authored
Change resource handling policy to allow feed types to download so they can be handled by web intents. BUG=105732 TEST=None Review URL: http://codereview.chromium.org/10079012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133456 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
R=sky@chromium.org BUG= TEST= Review URL: http://codereview.chromium.org/10146028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133455 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133454 0039d316-1c4b-4281-b951-d872f2087c98
-
mnaganov@chromium.org authored
TBR=dimich@chromium.org Review URL: https://chromiumcodereview.appspot.com/10191004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133453 0039d316-1c4b-4281-b951-d872f2087c98
-
jam@chromium.org authored
BUG=121574 Review URL: https://chromiumcodereview.appspot.com/10161016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133452 0039d316-1c4b-4281-b951-d872f2087c98
-
glider@chromium.org authored
Building asan_stub.c with -faddress-sanitizer causes Clang to crash, see http://code.google.com/p/address-sanitizer/issues/detail?id=67 BUG=address-sanitizer:67 Review URL: https://chromiumcodereview.appspot.com/10134009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133451 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133450 0039d316-1c4b-4281-b951-d872f2087c98
-
mstarzinger@chromium.org authored
R=jkummerow@chromium.org Review URL: http://codereview.chromium.org/10185002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133449 0039d316-1c4b-4281-b951-d872f2087c98
-
mnaganov@chromium.org authored
Remove the media/encrypted-media/ entry. TBR=dimich@chromium.org Review URL: https://chromiumcodereview.appspot.com/10183003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133446 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133444 0039d316-1c4b-4281-b951-d872f2087c98
-
oleg@chromium.org authored
BUG=chromium-os:29459 TEST=Changing volume preserves current directory on each volume. Clicking on the current volume changes directory to this volumes root. Review URL: https://chromiumcodereview.appspot.com/10146008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133443 0039d316-1c4b-4281-b951-d872f2087c98
-
mnaganov@chromium.org authored
TBR=dimich@chromium.org Review URL: https://chromiumcodereview.appspot.com/10186003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133442 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
R=sadrul@chromium.org BUG= TEST= Review URL: https://chromiumcodereview.appspot.com/10166022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133441 0039d316-1c4b-4281-b951-d872f2087c98
-
isherman@chromium.org authored
BUG=none TEST=none Review URL: http://codereview.chromium.org/10163011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133440 0039d316-1c4b-4281-b951-d872f2087c98
-
isherman@chromium.org authored
BUG=none TEST=none Review URL: http://codereview.chromium.org/10119030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133439 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
R=nick@chromium.org BUG= TEST= Review URL: https://chromiumcodereview.appspot.com/10139027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133438 0039d316-1c4b-4281-b951-d872f2087c98
-
glider@chromium.org authored
TBR=oshima BUG=124606,111036 Review URL: https://chromiumcodereview.appspot.com/10182002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133437 0039d316-1c4b-4281-b951-d872f2087c98
-
maruel@chromium.org authored
This file is committed independently because it cannot be tested on the try server. Original review at https://chromiumcodereview.appspot.com/10165021/ TBR=mark@chromium.org BUG= TEST= Review URL: https://chromiumcodereview.appspot.com/10169027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133434 0039d316-1c4b-4281-b951-d872f2087c98
-
mnaganov@chromium.org authored
Remove entries for tests that were needed to be rebaselined after Skia r3695 roll. TBR=dimich@chromium.org Review URL: https://chromiumcodereview.appspot.com/10183002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133433 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133432 0039d316-1c4b-4281-b951-d872f2087c98
-
reed@google.com authored
Review URL: https://chromiumcodereview.appspot.com/10161007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133431 0039d316-1c4b-4281-b951-d872f2087c98
-
perkj@chromium.org authored
Leak was introduced in commit 133417 http://codereview.chromium.org/10108016/ BUG= TEST= Review URL: https://chromiumcodereview.appspot.com/10181001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@133430 0039d316-1c4b-4281-b951-d872f2087c98
-