- 20 Aug, 2012 40 commits
-
-
csharp@chromium.org authored
Each test only gets 3 chances to pass when running in run_test_case.py. If it fails those 3 it no longer gets to be retried running alone. BUG= Review URL: https://chromiumcodereview.appspot.com/10825448 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152366 0039d316-1c4b-4281-b951-d872f2087c98
-
rvargas@google.com authored
This cl is intended for the beta channel. BUG=143743 TEST=none TBR=gavinp@chromium.org Review URL: https://chromiumcodereview.appspot.com/10837341 TBR=rvargas@google.com Review URL: https://chromiumcodereview.appspot.com/10854230 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152364 0039d316-1c4b-4281-b951-d872f2087c98
-
rvargas@google.com authored
This cl is intended for the beta channel. BUG=143743 TEST=none TBR=gavinp@chromium.org Review URL: https://chromiumcodereview.appspot.com/10837341 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152360 0039d316-1c4b-4281-b951-d872f2087c98
-
csilv@chromium.org authored
BUG=none TBR=dbeam@chromium.org Review URL: https://chromiumcodereview.appspot.com/10834412 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152359 0039d316-1c4b-4281-b951-d872f2087c98
-
rvargas@google.com authored
Intended for the beta channel. BUG=143505 TEST=none TBR=willchan@chromium.org Review URL: https://chromiumcodereview.appspot.com/10857064 TBR=rvargas@google.com git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152354 0039d316-1c4b-4281-b951-d872f2087c98
-
flackr@chromium.org authored
This was causing Linux ChromiumOS (dbg) browser_tests to fail with timeouts on several tests, identified with a local bisect. - Pulse app list button while LauncherModel has STATUS_LOADING; - Remove LauncherItemStatus::STATUS_IS_PENDING etc since it is no longer needed; - ChromeLauncherController sets LauncherModel::STATUS_LOADING on starting and watch for sync finish and pending extension install. It sets LauncherModel::STATUS_NORMAL when sync is finished and there is no pending extension install from sync, or when a maximum 60 seconds timeout since turning on loading status; BUG=129236 TEST=Verify sync animation after OOBE. Review URL: https://chromiumcodereview.appspot.com/10829268 TBR=xiyuan@chromium.org Review URL: https://chromiumcodereview.appspot.com/10827420 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152352 0039d316-1c4b-4281-b951-d872f2087c98
-
yoshiki@chromium.org authored
r152328 seems to cause the memorybot failure. See http://crbug.com/143715. BUG=128088 TEST=manual TBR=ben@chromium.org # for chrome/chrome_browser.gypi (adding stale_cache_files_remover.[cc|h]) Review URL: https://chromiumcodereview.appspot.com/10832241 TBR=yoshiki@chromium.org git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152349 0039d316-1c4b-4281-b951-d872f2087c98
-
sreeram@chromium.org authored
See the bug link for details on the crash that this CL is attempting to fix. Although I haven't been able to reproduce the crash locally, my intuition is that, when we call window->ShowInstant(), sometimes it tries to paint, and since the RenderWidgetHostView hasn't yet been told that it's being shown, it fails the DCHECK(). So, reorder the calls so that WasShown() is always called before any change to the Instant overlay layout (ShowInstant/HideInstant). BUG=143207 R=sky@chromium.org TEST=Watch try bots/waterfall; Instant shouldn't fire this DCHECK(). Review URL: https://chromiumcodereview.appspot.com/10828374 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152348 0039d316-1c4b-4281-b951-d872f2087c98
-
benjhayden@chromium.org authored
Review URL: https://chromiumcodereview.appspot.com/10831337 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152347 0039d316-1c4b-4281-b951-d872f2087c98
-
yoz@chromium.org authored
BUG=127845 TBR=thakis@chromium.org Review URL: https://chromiumcodereview.appspot.com/10829430 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152345 0039d316-1c4b-4281-b951-d872f2087c98
-
bryeung@chromium.org authored
BUG=143699 TEST=none Review URL: https://chromiumcodereview.appspot.com/10829427 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152342 0039d316-1c4b-4281-b951-d872f2087c98
-
sadrul@chromium.org authored
For cursors that don't have an aura-image asset, the corresponding X11 cursor is displayed. However, in high-dpi, the default X11 cursors are small. So always use the high-dpi default-cursor for these cases. BUG=143268 Review URL: https://chromiumcodereview.appspot.com/10854211 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152341 0039d316-1c4b-4281-b951-d872f2087c98
-
peter@chromium.org authored
Don't rely on the Android toolchain being exported in the PATH for the {CC,CXX,LINK,AR}_target defines. The make build has start using these environment variables since gyp revision 1470[1]. This works in the Chromium repository as the Android toolchain is being exported in the PATH, which is something WebKit doesn't do, and we shouldn't be relying on in general. Instead, use the paths to the toolchain and prefix them with Android's goma wrapper, which yields the same effect. [1] https://code.google.com/p/gyp/source/detail?r=1470 BUG= TEST= Review URL: https://chromiumcodereview.appspot.com/10827419 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152340 0039d316-1c4b-4281-b951-d872f2087c98
-
mazda@chromium.org authored
BUG=141192 TEST=Manual Review URL: https://chromiumcodereview.appspot.com/10827392 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152339 0039d316-1c4b-4281-b951-d872f2087c98
-
joi@chromium.org authored
The new interface extracts the API bits from InfoBarTabHelper. This change switches files under chrome/browser/autofill and chrome/browser/api to use the API and remove the temporarily-allowed dependency on InfoBarTabHelper. TBRing other owners as the changes are just to match the updated API and include paths. TBR=ben@chromium.org BUG=140037 Review URL: https://chromiumcodereview.appspot.com/10830353 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152338 0039d316-1c4b-4281-b951-d872f2087c98
-
ivankr@chromium.org authored
BUG=143218 Review URL: https://chromiumcodereview.appspot.com/10823394 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152337 0039d316-1c4b-4281-b951-d872f2087c98
-
kaznacheev@chromium.org authored
BUG=141008 Review URL: https://chromiumcodereview.appspot.com/10855242 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152336 0039d316-1c4b-4281-b951-d872f2087c98
-
lliabraa@chromium.org authored
The mac_build.gypi will build the iossim executable using ninja. BUG=None Review URL: https://chromiumcodereview.appspot.com/10827200 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152335 0039d316-1c4b-4281-b951-d872f2087c98
-
ivankr@chromium.org authored
*) Set autoExpands=true for UserImagesGrid so that added items are actually created (regression after ). *) Typo fix for old UI, which prevented it from working. TBR=ygorshenin1 BUG=None TEST=Manual: chrome://chrome/settings/changePicture should display the image grid properly Review URL: https://chromiumcodereview.appspot.com/10829428 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152334 0039d316-1c4b-4281-b951-d872f2087c98
-
mad@chromium.org authored
BUG=141723 TEST=Make sure the Win8 privacy warning is shown in the advances settings UI, but ONLY when running on Win8. Review URL: https://chromiumcodereview.appspot.com/10854126 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152333 0039d316-1c4b-4281-b951-d872f2087c98
-
sky@chromium.org authored
BUG=140102 TEST=none R=ben@chromium.org,msw@chromium.org Review URL: https://chromiumcodereview.appspot.com/10823380 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152331 0039d316-1c4b-4281-b951-d872f2087c98
-
jam@chromium.org authored
Convert the pdf PerformPDFAction pyauto test to a browser test. While at it, verify that clicking the buttons changed the zoom. testPDFRunner is a duplicate of PDFBrowserTest.SLOW_Loading so not porting it. BUG=143637 Review URL: https://chromiumcodereview.appspot.com/10828380 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152330 0039d316-1c4b-4281-b951-d872f2087c98
-
jam@chromium.org authored
Convert find_in_page.py pyauto test to a browser_test. I skipped test cases that were duplicated in existing tests (i.e. pdf searching which is already in pdf_browsertest.cc, and basic searching\case-sensitive). I converted the looping and timing to instead hop to the history thread and back, which should make things less flaky. BUG=143637 Review URL: https://chromiumcodereview.appspot.com/10827395 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152329 0039d316-1c4b-4281-b951-d872f2087c98
-
yoshiki@chromium.org authored
BUG=128088 TEST=manual TBR=ben@chromium.org # for chrome/chrome_browser.gypi (adding stale_cache_files_remover.[cc|h]) Review URL: https://chromiumcodereview.appspot.com/10832241 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152328 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152327 0039d316-1c4b-4281-b951-d872f2087c98
-
epoger@google.com authored
TBR=kbr@google.com Review URL: https://chromiumcodereview.appspot.com/10854223 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152326 0039d316-1c4b-4281-b951-d872f2087c98
-
bryeung@chromium.org authored
TBR=thakis@chromium.org BUG=none Review URL: https://chromiumcodereview.appspot.com/10827418 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152324 0039d316-1c4b-4281-b951-d872f2087c98
-
bryeung@chromium.org authored
See http://code.google.com/p/chromium/issues/detail?id=127845 BUG=127845 TEST=none Review URL: https://chromiumcodereview.appspot.com/10832391 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152323 0039d316-1c4b-4281-b951-d872f2087c98
-
sky@chromium.org authored
own window. This complicates usage of shell window ids a bit. I need to sort out animations (I've disabled them for the moment when this is enabled). BUG=137342 TEST=none R=ben@chromium.org Review URL: https://chromiumcodereview.appspot.com/10830365 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152322 0039d316-1c4b-4281-b951-d872f2087c98
-
finnur@chromium.org authored
Browser Action, Page Actions and Script Badges can be hidden, which causes us to get invalid |button| and |frame| (respectively). We'll need to figure out what to do in these cases (on all platforms) but the minimum for now is to ignore the keystroke to avoid a crash. BUG=140396 TEST=None Review URL: https://chromiumcodereview.appspot.com/10828364 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152321 0039d316-1c4b-4281-b951-d872f2087c98
-
thakis@chromium.org authored
IWYU in its current form doesn't work well, and this script fell victim to bitrot due to being unused. BUG=143643 Review URL: https://chromiumcodereview.appspot.com/10828383 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152320 0039d316-1c4b-4281-b951-d872f2087c98
-
kaznacheev@chromium.org authored
BUG=142542 Review URL: https://chromiumcodereview.appspot.com/10834354 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152319 0039d316-1c4b-4281-b951-d872f2087c98
-
mnaganov@chromium.org authored
This is as much as we can put upstream now. Review URL: https://chromiumcodereview.appspot.com/10827380 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152318 0039d316-1c4b-4281-b951-d872f2087c98
-
glider@chromium.org authored
BUG=143671,142506 TBR=stevenjb@chromium.org,bryeung Review URL: https://chromiumcodereview.appspot.com/10832389 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152317 0039d316-1c4b-4281-b951-d872f2087c98
-
kaznacheev@chromium.org authored
BUG=142779 Review URL: https://chromiumcodereview.appspot.com/10827410 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152316 0039d316-1c4b-4281-b951-d872f2087c98
-
yongsheng.zhu@intel.com authored
Android NDK toolchain doesn't support it. BUG= TEST= Review URL: https://chromiumcodereview.appspot.com/10824330 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152315 0039d316-1c4b-4281-b951-d872f2087c98
-
glider@chromium.org authored
This should allow the platform qualification test to pass and make it possible to launch NaCl programs from an instrumented browser without additional env settings. Review URL: https://chromiumcodereview.appspot.com/10830009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152314 0039d316-1c4b-4281-b951-d872f2087c98
-
xians@chromium.org authored
On Stereo mode, SL_SPEAKER_FRONT_LEFT | SL_SPEAKER_FRONT_RIGHT should be used. For channel more than 2, we don't support it yet. BUG=143352 Review URL: https://chromiumcodereview.appspot.com/10855218 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152313 0039d316-1c4b-4281-b951-d872f2087c98
-
nona@chromium.org authored
BUG=134717 TEST=try bot Review URL: https://chromiumcodereview.appspot.com/10826201 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152312 0039d316-1c4b-4281-b951-d872f2087c98
-
jochen@chromium.org authored
BUG=111316 TEST=none TBR=jam@chromium.org Review URL: https://chromiumcodereview.appspot.com/10860037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@152311 0039d316-1c4b-4281-b951-d872f2087c98
-