Граф коммитов

4400 Коммитов

Автор SHA1 Сообщение Дата
bulach@chromium.org 9e1c1b5236 Android / Telemetry: use android-chromium-testshell instead of content-shell.
Follow up on https://codereview.chromium.org/15115005/
Install ChromiumTestShell instead of ContentShell

BUG=237057
R=ilevy@chromium.org

Review URL: https://codereview.chromium.org/15448002

git-svn-id: http://src.chromium.org/svn/trunk/src/build@207779 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-06-21 10:01:08 +00:00
navabi@google.com 945b5aa823 Create sdcard image for emulator.
The emulator bot currently fails when waiting for the sdcard. The emulator does
not fail when the emulator has an sdcard image present. This CL creates and adds
the sdcard image for emulators.

TBR=cmp@chromium.org
BUG=164911

Review URL: https://chromiumcodereview.appspot.com/17094019

git-svn-id: http://src.chromium.org/svn/trunk/src/build@207760 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-06-21 08:59:20 +00:00
skyostil@chromium.org 177d7747cd android: Always initialize 'log' variable
Always initialize the 'log' variable to avoid an unbound local error
when dealing with exceptions.

Review URL: https://chromiumcodereview.appspot.com/17484004

git-svn-id: http://src.chromium.org/svn/trunk/src/build@207648 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-06-21 00:02:49 +00:00
frankf@chromium.org 41346e07f3 [Android] Log the size of data transerred to device.
BUG=252047
NOTRY=True

Review URL: https://chromiumcodereview.appspot.com/17463008

git-svn-id: http://src.chromium.org/svn/trunk/src/build@207641 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-06-20 23:47:25 +00:00
lliabraa@chromium.org 98bec227e5 Remove unnecessary Xcode setting for iOS builds.
The line being removed in this CL was originally added to prevent iOS
builds from compiling for multiple archs. Since then, the VALID_ARCHS
setting was added which accomplishes the same thing.

BUG=None

Review URL: https://chromiumcodereview.appspot.com/16831022

git-svn-id: http://src.chromium.org/svn/trunk/src/build@207588 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-06-20 21:45:47 +00:00
dfalcantara@chromium.org 458e6b0e2b Revert "[Android] Support building standalone APK in component build"
This breaks the Android component build.

This reverts commit 125e64a9eb6406446fb864aea9fa887521f19616.
>> [Android] Support building standalone APK in component build
>>
>> Many people's workflows assume that they can install the APK created in
>> out/Debug/apks. With the component build that APK is actually an
>> "incomplete" APK that cannot be manually installed (or rather causes
>> obscure errors when manually installed).
>>
>> This change does two things. First, it moves the "incomplete" APK
>> output to out/Debug/<package_name>/<ApkName>.apk. This should prevent
>> accidental installs of the "incomplete" APK. Second, it introduces an
>> option (create_standalone_apk) that when doing a component build, if
>> set, will merge the shared libraries into the "incomplete" APK to
>> create a standalone APK. This standalone APK will be created in
>> out/Debug/apks/.
>>
>> Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=207345
>>
>> Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=207516

BUG=
R=cjhopman@chromium.org

Review URL: https://codereview.chromium.org/17291013

git-svn-id: http://src.chromium.org/svn/trunk/src/build@207587 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-06-20 21:42:06 +00:00
tedchoc@chromium.org 33a0c60572 Print a nicer error if installing an APK fails when you have not run adb root.
BUG=

Review URL: https://chromiumcodereview.appspot.com/17335010

git-svn-id: http://src.chromium.org/svn/trunk/src/build@207585 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-06-20 21:37:03 +00:00
cjhopman@chromium.org f00dfb88a8 [Android] Support building standalone APK in component build
Many people's workflows assume that they can install the APK created in
out/Debug/apks. With the component build that APK is actually an
"incomplete" APK that cannot be manually installed (or rather causes
obscure errors when manually installed).

This change does two things. First, it moves the "incomplete" APK
output to out/Debug/<package_name>/<ApkName>.apk. This should prevent
accidental installs of the "incomplete" APK. Second, it introduces an
option (create_standalone_apk) that when doing a component build, if
set, will merge the shared libraries into the "incomplete" APK to
create a standalone APK. This standalone APK will be created in
out/Debug/apks/.

Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=207345

Review URL: https://chromiumcodereview.appspot.com/14843017

git-svn-id: http://src.chromium.org/svn/trunk/src/build@207516 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-06-20 19:51:29 +00:00
ananta@chromium.org 5ec5fe429f Adding content_shell to the dependencies in the chromium_builder_tests target.
Some trybots bots, e.g. linux_clang, run webkit_tests, which use content_shell.
The bot only builds chromium_builder_tests. Since content_shell wasn't part of
this, webkit_tests didn't run an up-to-date content_shell binary on that bot,
which led to problems e.g. in try run
http://build.chromium.org/p/tryserver.chromium/builders/linux_clang/builds/117825/ on
cl https://codereview.chromium.org/17420005/.

Add content_shell to chromium_builder_tests to fix this.

BUG=237249
R=thakis@chromium.org

Review URL: https://codereview.chromium.org/17397011

git-svn-id: http://src.chromium.org/svn/trunk/src/build@207486 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-06-20 18:19:58 +00:00
skyostil@google.com 283725629a Revert 207345 "[Android] Support building standalone APK in comp..."
This broke building of ChromeTest.apk. See:

http://chromegw.corp.google.com/i/clank.tot/builders/instrumentation-yakju-clankium-tot/builds/11555/steps/chrome_smoke_instrumentation_tests/logs/stdio

> [Android] Support building standalone APK in component build
> 
> Many people's workflows assume that they can install the APK created in
> out/Debug/apks. With the component build that APK is actually an
> "incomplete" APK that cannot be manually installed (or rather causes
> obscure errors when manually installed).
> 
> This change does two things. First, it moves the "incomplete" APK
> output to out/Debug/<package_name>/<ApkName>.apk. This should prevent
> accidental installs of the "incomplete" APK. Second, it introduces an
> option (create_standalone_apk) that when doing a component build, if
> set, will merge the shared libraries into the "incomplete" APK to
> create a standalone APK. This standalone APK will be created in
> out/Debug/apks/.
> 
> Review URL: https://chromiumcodereview.appspot.com/14843017

TBR=cjhopman@chromium.org

Review URL: https://codereview.chromium.org/17484010

git-svn-id: http://src.chromium.org/svn/trunk/src/build@207439 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-06-20 15:31:28 +00:00
ericwilligers@chromium.org ca2c32e94a Allow for lists of lists when summarizing performance results
Using page-repeat and pageset-repeat options in commands like
tools/perf/run_measurement --browser=release --page-repeat=2 --pageset-repeat=3 blink_perf third_party/WebKit/PerformanceTests/Parser/html-parser.html
previously let to a crash in _MeanAndStdDevFromList.

BUG=

Review URL: https://chromiumcodereview.appspot.com/17390017

git-svn-id: http://src.chromium.org/svn/trunk/src/build@207426 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-06-20 14:02:41 +00:00
chrisha@chromium.org b90756c95d Disable large address aware mode for SyzyASAN builds.
SyzyASAN requires double the shadow memory to accomodate this change, which would incur a significantly higher OOM rate for canary channel users.

This reverts https://codereview.chromium.org/17029013/ when 'asan=1' is defined.

BUG=https://code.google.com/p/sawbuck/issues/detail?id=72
BUG=239803

Review URL: https://chromiumcodereview.appspot.com/17348007

git-svn-id: http://src.chromium.org/svn/trunk/src/build@207398 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-06-20 10:47:43 +00:00
frankf@chromium.org 0b6cf35f21 [Android] Fix _WatchTestOutput after r207099
BUG=
NOTRY=True

Review URL: https://chromiumcodereview.appspot.com/17288008

git-svn-id: http://src.chromium.org/svn/trunk/src/build@207387 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-06-20 10:17:32 +00:00
cjhopman@chromium.org 5f50a8a77e [Android] Add GetDescription and defer calculating device_utc_offset
First, only get the device's utc offset when it is actually needed. Calculating
this offset takes about 100ms on a typical device. The build scripts assume
that creating an instance of AndroidCommands is not so expensive. Instead,
defer calculating this value until it is actually requested. There are
currently several cases where the build scripts call adb directly instead of
through android_commands just to avoid this extra cost.

Second, add a GetDescription method to get a (mostly) user-readable description
of the device.

TBR=frankf@chromium.org

Review URL: https://chromiumcodereview.appspot.com/17088005

git-svn-id: http://src.chromium.org/svn/trunk/src/build@207371 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-06-20 09:09:02 +00:00
cjhopman@chromium.org 7ad7e2169a [Android] Support building standalone APK in component build
Many people's workflows assume that they can install the APK created in
out/Debug/apks. With the component build that APK is actually an
"incomplete" APK that cannot be manually installed (or rather causes
obscure errors when manually installed).

This change does two things. First, it moves the "incomplete" APK
output to out/Debug/<package_name>/<ApkName>.apk. This should prevent
accidental installs of the "incomplete" APK. Second, it introduces an
option (create_standalone_apk) that when doing a component build, if
set, will merge the shared libraries into the "incomplete" APK to
create a standalone APK. This standalone APK will be created in
out/Debug/apks/.

Review URL: https://chromiumcodereview.appspot.com/14843017

git-svn-id: http://src.chromium.org/svn/trunk/src/build@207345 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-06-20 07:58:19 +00:00
ilevy@chromium.org 3c91a7c8e5 Whitespace CL
Whitespace change to kick off builders

git-svn-id: http://src.chromium.org/svn/trunk/src/build@207264 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-06-19 22:28:21 +00:00
ilevy@chromium.org df51def13d Whitespace CL
Whitespace change to kick off builders

git-svn-id: http://src.chromium.org/svn/trunk/src/build@207263 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-06-19 22:16:22 +00:00
ilevy@chromium.org e803930f61 Whitespace CL
Whitespace change to kick off builders

git-svn-id: http://src.chromium.org/svn/trunk/src/build@207261 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-06-19 21:47:36 +00:00
ilevy@chromium.org 432c048989 Whitespace CL
Whitespace change to kick off builders (no code changes).

git-svn-id: http://src.chromium.org/svn/trunk/src/build@207257 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-06-19 20:15:03 +00:00
avi@chromium.org 01f1293105 Revert 207109 "Reland 206804."
The infrastructure can not depend on code.google.com at all, the slaves must never fetch from there.

> Reland 206804.
> 
> Pull ANGLE from new git repository.
> 
> Switch references to ANGLE repository to use the new directory in third_party.
> 
> TBR=kbr@chromium.org, piman@chromium.org
> 
> (for ui/compositor)
> 
> Review URL: https://codereview.chromium.org/16869007

TBR=apatrick@chromium.org

Review URL: https://codereview.chromium.org/17449008

git-svn-id: http://src.chromium.org/svn/trunk/src/build@207244 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-06-19 15:19:53 +00:00
frankf@chromium.org b5f7fef472 [Android] Clear adb logcat during adb_logcat_monitor startup.
BUG=249039
NOTRY=True

Review URL: https://chromiumcodereview.appspot.com/17438004

git-svn-id: http://src.chromium.org/svn/trunk/src/build@207175 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-06-19 04:06:26 +00:00
thestig@chromium.org fff8aa73bf Automatically exclude *_win_browsertest.* from non-Windows builds.
Review URL: https://chromiumcodereview.appspot.com/17009011

git-svn-id: http://src.chromium.org/svn/trunk/src/build@207151 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-06-19 03:21:15 +00:00
apatrick@chromium.org 534a95ee6e Reland 206804.
Pull ANGLE from new git repository.

Switch references to ANGLE repository to use the new directory in third_party.

TBR=kbr@chromium.org, piman@chromium.org

(for ui/compositor)

Review URL: https://codereview.chromium.org/16869007

git-svn-id: http://src.chromium.org/svn/trunk/src/build@207109 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-06-18 23:29:46 +00:00
frankf@chromium.org 07aa4d053f [Android] Fix pexpect ordering to get the correct logs.
TBR=craigdh@chromium.org
NOTRY=True
BUG=

Review URL: https://chromiumcodereview.appspot.com/17151015

git-svn-id: http://src.chromium.org/svn/trunk/src/build@207099 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-06-18 22:39:08 +00:00
cevans@chromium.org fa8c603c66 Revert 206884 "Roll the partition allocator through the Win perf..."
> Roll the partition allocator through the Win perf bots.
> 
> (To be reverted.)
> 
> BUG=246860
> R=abarth@chromium.org
> 
> Review URL: https://codereview.chromium.org/17299003

TBR=cevans@chromium.org

Review URL: https://codereview.chromium.org/17391007

git-svn-id: http://src.chromium.org/svn/trunk/src/build@207056 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-06-18 19:24:27 +00:00
blundell@chromium.org 09532d0e05 In components/autofill, move common/ to core/common/
This change is part of moving autofill into its eventual structure of a layered
component. autofill/components/core/ is a new directory that will hold code
that is shared by all platforms (including iOS). This CL moves autofill/
components/common/ underneath this directory; a follow-up CL will move
autofill/components/browser underneath this directory as well.

This CL additionally imposes the correct DEPS restrictions on
autofill/components/core/, with temporary allowances for the current
violating includes.

TBR=joi, thakis, benm
BUG=247015

Review URL: https://chromiumcodereview.appspot.com/16879006

git-svn-id: http://src.chromium.org/svn/trunk/src/build@206994 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-06-18 14:52:13 +00:00
digit@chromium.org eacb40c9e0 adb_gdb: Minor improvements
This patch improves the Android-specific adb_gdb debugging scripts
in several minor ways:

- It ensures that the temporary directory is always removed when
  the script exits, even whe it is interrupted with Ctrl-C.

- It ensures that if --pull-libs is interrupted by a Ctrl-C,
  the build.prop in /tmp/$USER-adb-gdb-libs/ is erased, forcing
  a --pull-libs operation in the next invokation, instead of keeping
  a portion of the libraries in a bad state.

- It adds a --su-prefix=<prefix> option, to be able to use tools
  like 'su' on rooted production devices. This is useful when the
  installed app is not debuggable (e.g. a release build), and there
  is no way to run ADB as root.

BUG=NONE

Review URL: https://chromiumcodereview.appspot.com/17103007

git-svn-id: http://src.chromium.org/svn/trunk/src/build@206990 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-06-18 14:24:42 +00:00
scherkus@chromium.org 95c61febc4 Strip out \r characters from pexpect's log capture before adding the results.
BUG=250002

Review URL: https://chromiumcodereview.appspot.com/16854020

git-svn-id: http://src.chromium.org/svn/trunk/src/build@206960 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-06-18 12:49:52 +00:00
tapted@chromium.org b7f0607bd7 Menu for the OSX app launcher, HoverImageMenuButton in src/ui/base/cocoa/controls.
Adds a drop-down menu to the right of the search entry area on the OSX
app launcher. The menu is shown when clicked, and the button responds to
hover effects.

The menu button uses a new class, HoverImageMenuButton, which is derived
from an NSPopUpButton with minor extensions. Notably, it does not have a
dependency on browser themes, as does MenuButton from
chrome/browser/ui/cocoa.  It tracks the mouse hover state and updates
the cell, which extends NSPopUpButtonCell and shows only the image in
the control frame -- no border, bezel, label, or dropdown arrow.

HoverImageMenuButtonCell supports a hover image, which behaves much like
an additional 'alternateImage' from NSButtonCell but for the hover
state, rather than the 'pressed' (or 'lit') state.

The menu shows the currently signed-in user, in a custom view as the
first item. It also (currently) shows menu options for Settings, Help, and
Feedback.

BUG=138633
TEST=Added app_list_unittests AppsSearchBoxMenuTest and
AppsSearchBoxMenuTest and tested manually to ensure the items are
launched correctly. Added ui_unittests HoverImageMenuButtonTest.*

Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=206237

Review URL: https://chromiumcodereview.appspot.com/15955003

git-svn-id: http://src.chromium.org/svn/trunk/src/build@206930 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-06-18 11:09:33 +00:00
cevans@chromium.org a302d22456 Roll the partition allocator through the Win perf bots.
(To be reverted.)

BUG=246860
R=abarth@chromium.org

Review URL: https://codereview.chromium.org/17299003

git-svn-id: http://src.chromium.org/svn/trunk/src/build@206884 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-06-18 02:38:00 +00:00
apatrick@google.com ea06db9867 Revert 206804 "Pull ANGLE from new git repository."
> Pull ANGLE from new git repository.
> 
> Switch references to ANGLE repository to use the new directory in third_party.
> 
> BUG=247158
> R=kbr@chromium.org
> 
> Review URL: https://codereview.chromium.org/16123033

TBR=apatrick@chromium.org

Review URL: https://codereview.chromium.org/17337002

git-svn-id: http://src.chromium.org/svn/trunk/src/build@206828 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-06-17 23:31:53 +00:00
apatrick@chromium.org 81d3f1c0a7 Pull ANGLE from new git repository.
Switch references to ANGLE repository to use the new directory in third_party.

BUG=247158
R=kbr@chromium.org

Review URL: https://codereview.chromium.org/16123033

git-svn-id: http://src.chromium.org/svn/trunk/src/build@206804 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-06-17 21:35:39 +00:00
nileshagrawal@chromium.org 9e8dfa6f4c Android: Disable failing test ResourceFetcherTests.ResourceFetcherDownload.
BUG=248796
NOTRY=true
R=cjhopman

Review URL: https://chromiumcodereview.appspot.com/17108011

git-svn-id: http://src.chromium.org/svn/trunk/src/build@206747 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-06-17 17:51:11 +00:00
dmazzoni@chromium.org 0bc173bef8 Fix and re-enable accessibility tests on Android
BUG=249887
TBR=nileshagrawal

Review URL: https://chromiumcodereview.appspot.com/17175002

git-svn-id: http://src.chromium.org/svn/trunk/src/build@206685 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-06-17 08:23:26 +00:00
jbauman@chromium.org 136f9fd877 Build content_gl_tests on gpu bots.
Hopefully will get them non-red.

BUG=249639
TBR=hubbe@chromium.org

Review URL: https://chromiumcodereview.appspot.com/17022006

git-svn-id: http://src.chromium.org/svn/trunk/src/build@206588 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-06-15 14:55:53 +00:00
kbr@chromium.org 4db8ce808d Added /LARGEADDRESSAWARE linker flag on Windows.
Allows Unreal Engine Epic Citadel demo transpiled to Emscripten to run in Chrome on 32-bit Windows.

BUG=239803
TEST=http://www.unrealengine.com/html5 on Windows

Review URL: https://chromiumcodereview.appspot.com/17029013

git-svn-id: http://src.chromium.org/svn/trunk/src/build@206560 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-06-15 05:02:35 +00:00
sivachandra@chromium.org cdb142d31b [Android] Refactor bb_host_steps to prepare for downstream usage.
- Refactored bb_host_steps.py to take a list of steps.
- Moved run step logic into bb_utils

BUG=249997
NOTRY=true

Review URL: https://chromiumcodereview.appspot.com/15817022

git-svn-id: http://src.chromium.org/svn/trunk/src/build@206555 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-06-15 04:52:26 +00:00
nileshagrawal@chromium.org 0948159a50 Android: Disable DumpAccessibilityTreeTest tests.
These are failing since they were enabled on Android.
BUG=249887
NOTRY=true

Review URL: https://chromiumcodereview.appspot.com/17096006

git-svn-id: http://src.chromium.org/svn/trunk/src/build@206489 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-06-14 20:44:55 +00:00
glider@chromium.org 365ac262f9 Add the missing commas before MEMORY_TOOL_REPLACES_ALLOCATOR.
This should fix the current failures on the heapcheck bots.

BUG=246860
TBR=thakis

Review URL: https://codereview.chromium.org/16951012

git-svn-id: http://src.chromium.org/svn/trunk/src/build@206399 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-06-14 12:29:35 +00:00
tapted@chromium.org f7040ff355 Revert 206237 "Menu for the OSX app launcher, HoverImageMenuButt..."
Causes memory leaks in AppKit due to some obscure codepaths.

BUG=249630

> Menu for the OSX app launcher, HoverImageMenuButton in src/ui/base/cocoa/controls.
> 
> Adds a drop-down menu to the right of the search entry area on the OSX
> app launcher. The menu is shown when clicked, and the button responds to
> hover effects.
> 
> The menu button uses a new class, HoverImageMenuButton, which is derived
> from an NSPopUpButton with minor extensions. Notably, it does not have a
> dependency on browser themes, as does MenuButton from
> chrome/browser/ui/cocoa.  It tracks the mouse hover state and updates
> the cell, which extends NSPopUpButtonCell and shows only the image in
> the control frame -- no border, bezel, label, or dropdown arrow.
> 
> HoverImageMenuButtonCell supports a hover image, which behaves much like
> an additional 'alternateImage' from NSButtonCell but for the hover
> state, rather than the 'pressed' (or 'lit') state.
> 
> The menu shows the currently signed-in user, in a custom view as the
> first item. It also (currently) shows menu options for Settings, Help, and
> Feedback.
> 
> BUG=138633
> TEST=Added app_list_unittests AppsSearchBoxMenuTest and
> AppsSearchBoxMenuTest and tested manually to ensure the items are
> launched correctly. Added ui_unittests HoverImageMenuButtonTest.*
> 
> Review URL: https://chromiumcodereview.appspot.com/15955003

TBR=tapted@chromium.org

Review URL: https://codereview.chromium.org/17059002

git-svn-id: http://src.chromium.org/svn/trunk/src/build@206375 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-06-14 09:04:07 +00:00
cevans@chromium.org 313044241e Add new define MEMORY_TOOL_REPLACES_ALLOCATOR for when building for ASAN, valgrind, etc. This will be used to make simple decisions on when to disable custom allocators, so that the memory tools can do their job.
BUG=246860
R=thakis@chromium.rg

Review URL: https://chromiumcodereview.appspot.com/16844006

git-svn-id: http://src.chromium.org/svn/trunk/src/build@206331 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-06-14 06:36:39 +00:00
frankf@chromium.org 8ed5588845 [Android] Fix uiautomator test runner after r206096
TBR=craigdh@chromium.org
NOTRY=True
BUG=

Review URL: https://chromiumcodereview.appspot.com/17004003

git-svn-id: http://src.chromium.org/svn/trunk/src/build@206257 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-06-14 00:54:26 +00:00
robliao@chromium.org a64e8bab1f Fix Landmines MSVS Version Checking
GYP_MSVS_VERSION is not always a number (e.g. it can be 2010e), 
causing the int conversion to fail. 

BUG=249378

Review URL: https://chromiumcodereview.appspot.com/16978002

git-svn-id: http://src.chromium.org/svn/trunk/src/build@206253 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-06-14 00:45:35 +00:00
tapted@chromium.org f03d1b33d6 Menu for the OSX app launcher, HoverImageMenuButton in src/ui/base/cocoa/controls.
Adds a drop-down menu to the right of the search entry area on the OSX
app launcher. The menu is shown when clicked, and the button responds to
hover effects.

The menu button uses a new class, HoverImageMenuButton, which is derived
from an NSPopUpButton with minor extensions. Notably, it does not have a
dependency on browser themes, as does MenuButton from
chrome/browser/ui/cocoa.  It tracks the mouse hover state and updates
the cell, which extends NSPopUpButtonCell and shows only the image in
the control frame -- no border, bezel, label, or dropdown arrow.

HoverImageMenuButtonCell supports a hover image, which behaves much like
an additional 'alternateImage' from NSButtonCell but for the hover
state, rather than the 'pressed' (or 'lit') state.

The menu shows the currently signed-in user, in a custom view as the
first item. It also (currently) shows menu options for Settings, Help, and
Feedback.

BUG=138633
TEST=Added app_list_unittests AppsSearchBoxMenuTest and
AppsSearchBoxMenuTest and tested manually to ensure the items are
launched correctly. Added ui_unittests HoverImageMenuButtonTest.*

Review URL: https://chromiumcodereview.appspot.com/15955003

git-svn-id: http://src.chromium.org/svn/trunk/src/build@206237 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-06-14 00:12:53 +00:00
frankf@chromium.org 815682d8c9 [Android] Separate concepts of pushing test data and installing test apk.
--skip-deps-push will now only bypass the former.

BUG=
NOTRY=True

Review URL: https://chromiumcodereview.appspot.com/16820002

git-svn-id: http://src.chromium.org/svn/trunk/src/build@206096 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-06-13 16:53:29 +00:00
jeanfrancoisg@chromium.org 18a00c191a Restore the Norwegian (nb) language for Chrome for iOS
BUG=None

Review URL: https://chromiumcodereview.appspot.com/15663008

git-svn-id: http://src.chromium.org/svn/trunk/src/build@206077 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-06-13 16:03:44 +00:00
earthdok@google.com d8f244567a Add "lsan" to GYP options (enables LeakSanitizer).
https://sites.google.com/a/chromium.org/dev/developers/testing/leaksanitizer

R=glider@chromium.org

Review URL: https://chromiumcodereview.appspot.com/16658011

git-svn-id: http://src.chromium.org/svn/trunk/src/build@206074 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-06-13 15:49:55 +00:00
hinoka@google.com b8b0ae431d Whitespace change to kick off bots
TBR=bevc,ukai
BUG=

Review URL: https://codereview.chromium.org/16909008

git-svn-id: http://src.chromium.org/svn/trunk/src/build@206005 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-06-13 05:37:27 +00:00
iannucci@chromium.org 262af43dd5 Add landmine for win x64 trybots.
TBR=agable@chromium.org
BUG=

Review URL: https://codereview.chromium.org/16888005

git-svn-id: http://src.chromium.org/svn/trunk/src/build@205997 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-06-13 03:41:28 +00:00
frankf@chromium.org d0ed4fca01 [Android] Log the timeout used for each instrumentation test.
BUG=
NOTRY=True

Review URL: https://chromiumcodereview.appspot.com/16867002

git-svn-id: http://src.chromium.org/svn/trunk/src/build@205980 4ff67af0-8c30-449e-8e8b-ad334ec8d88c
2013-06-12 23:56:44 +00:00