- 17 May, 2012 13 commits
-
-
scottmg@chromium.org authored
r1378 | Two overflows when many actions are in one target/one script. r1379 | msvs: error out on actions w/o inputs r1380 | ninja: Change the default target from 'build everything' to 'build target "all"'. r1381 | msvs: fix regression in r1378, environment not set up properly for multiple actions on one input TBR=grt@chromium.org BUG=gyp:261 Review URL: https://chromiumcodereview.appspot.com/10391166 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137586 0039d316-1c4b-4281-b951-d872f2087c98
-
nirnimesh@chromium.org authored
TBR=vivianz@chromium.org BUG=128300 TEST= Review URL: https://chromiumcodereview.appspot.com/10406023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137585 0039d316-1c4b-4281-b951-d872f2087c98
-
xiyuan@chromium.org authored
BUG=125964 TEST=none. Review URL: https://chromiumcodereview.appspot.com/10383199 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137584 0039d316-1c4b-4281-b951-d872f2087c98
-
estade@chromium.org authored
BUG=122753 TEST=manual Review URL: https://chromiumcodereview.appspot.com/10386076 TBR=estade@chromium.org Review URL: https://chromiumcodereview.appspot.com/10383228 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137581 0039d316-1c4b-4281-b951-d872f2087c98
-
rogerm@chromium.org authored
The default paths have changed under from Visual Studio 2008 to 2010 and which causes the PDB and MAP files for the syzygyized mini_installer to get generated to the same locations as for the regular mini_installer. This further causes the staging of the Syzygy optimized build to fail because it expects the PDB file to be somewhere else. Made the paths of the PDB and MAP files explicit. BUG= TEST= Review URL: https://chromiumcodereview.appspot.com/10407006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137580 0039d316-1c4b-4281-b951-d872f2087c98
-
stevenjb@google.com authored
TBR=sky,sadrul BUG=124724 TEST=none Review URL: https://chromiumcodereview.appspot.com/10388177 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137579 0039d316-1c4b-4281-b951-d872f2087c98
-
james.wei@intel.com authored
BUG=128319 TEST= Review URL: https://chromiumcodereview.appspot.com/10332192 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137576 0039d316-1c4b-4281-b951-d872f2087c98
-
aa@chromium.org authored
Revert 137540 - Disable off-store extension installs by default. Also get rid of ExtensionService::IsDownloadFromGallery. BUG=55584 Review URL: https://chromiumcodereview.appspot.com/10356052 TBR=aa@chromium.org Review URL: https://chromiumcodereview.appspot.com/10387167 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137575 0039d316-1c4b-4281-b951-d872f2087c98
-
hebert.christopherj@chromium.org authored
We're moving all the extension api implementations out of browser/extensions into the directory with the code they are automating. BUG=101244 TEST=none Review URL: https://chromiumcodereview.appspot.com/10381097 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137574 0039d316-1c4b-4281-b951-d872f2087c98
-
zysxqn@google.com authored
Make password generation switched by a preference in chrome settings rather than a command line flag. BUG= TEST= AutofillManager_Unittest, PasswordgenerationManager_Browsertest Review URL: https://chromiumcodereview.appspot.com/10222017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137573 0039d316-1c4b-4281-b951-d872f2087c98
-
isherman@chromium.org authored
BUG=121592 TEST=none Review URL: https://chromiumcodereview.appspot.com/10383127 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137572 0039d316-1c4b-4281-b951-d872f2087c98
-
oshima@chromium.org authored
BUG=105165 TEST=updated compositor test to cover OnDeviceScaleFactorChagned. Review URL: https://chromiumcodereview.appspot.com/10391165 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137571 0039d316-1c4b-4281-b951-d872f2087c98
-
craigdh@chromium.org authored
Replaced EXPECT_TRUE with a LOG(WARNING) for automation commands to provide more information about the failure. Also reports the amount of time the automation call took, which should give some idea whether it returned due to a timeout. BUG=chromium-os:30880 TEST=Compiled and ran a PyAuto test. Review URL: https://chromiumcodereview.appspot.com/10383216 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137570 0039d316-1c4b-4281-b951-d872f2087c98
-
- 16 May, 2012 27 commits
-
-
vitalybuka@chromium.org authored
Revert 137558 - Revert 136935 - Sometimes data is NULL. I am not sure if it's correct behavior , but it's safe just to check pointer. Reverted by mistake instead of branch. BUG=127865 Review URL: https://chromiumcodereview.appspot.com/10386106 TBR=vitalybuka@chromium.org Review URL: https://chromiumcodereview.appspot.com/10383225 TBR=vitalybuka@chromium.org Review URL: https://chromiumcodereview.appspot.com/10389186 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137567 0039d316-1c4b-4281-b951-d872f2087c98
-
mpcomplete@chromium.org authored
BUG=124167 TEST=no Review URL: https://chromiumcodereview.appspot.com/10310182 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137566 0039d316-1c4b-4281-b951-d872f2087c98
-
mseaborn@chromium.org authored
These tests were disabled before because libppruntime.so was failing to link because the link command sometimes hit a command line length limit. We have since worked around the length limit, and libppruntime.so should no longer be built by the tests anyway. This was previously committed as r136913 but it failed on the buildbots and was reverted because of a compile problem with __cpuidex() that has since been fixed. BUG=http://code.google.com/p/nativeclient/issues/detail?id=2648 TEST=nacl_integration Review URL: https://chromiumcodereview.appspot.com/10389182 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137565 0039d316-1c4b-4281-b951-d872f2087c98
-
dschuff@chromium.org authored
This fixes the nacl SDK build R= binji@chromium.org BUG=none (broken nacl SDK bots) TEST=nacl SDK build Review URL: https://chromiumcodereview.appspot.com/10392137 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137561 0039d316-1c4b-4281-b951-d872f2087c98
-
hshi@chromium.org authored
BUG=128053 TEST=locally tested on lumpy Review URL: https://chromiumcodereview.appspot.com/10399043 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137560 0039d316-1c4b-4281-b951-d872f2087c98
-
rtenneti@chromium.org authored
SPDY/2 for 4% of the users. BUG=128247 R=jar TEST=browser unit tests Review URL: https://chromiumcodereview.appspot.com/10377179 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137559 0039d316-1c4b-4281-b951-d872f2087c98
-
vitalybuka@chromium.org authored
Revert 136935 - Sometimes data is NULL. I am not sure if it's correct behavior , but it's safe just to check pointer. Broken build. BUG=127865 Review URL: https://chromiumcodereview.appspot.com/10386106 TBR=vitalybuka@chromium.org Review URL: https://chromiumcodereview.appspot.com/10383225 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137558 0039d316-1c4b-4281-b951-d872f2087c98
-
http://codereview.chromium.org/10379003/wjia@chromium.org authored
enable media stream by default. BUG=124790 TEST=local preview works without --enable-media-stream and remote view won't show without --enable-peer-connection. Review URL: https://chromiumcodereview.appspot.com/10391157 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137557 0039d316-1c4b-4281-b951-d872f2087c98
-
mukai@chromium.org authored
BUG=119492 TEST=manually done Review URL: https://chromiumcodereview.appspot.com/10386124 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137556 0039d316-1c4b-4281-b951-d872f2087c98
-
asvitkine@chromium.org authored
BUG=none TEST=compiles Review URL: https://chromiumcodereview.appspot.com/10406014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137555 0039d316-1c4b-4281-b951-d872f2087c98
-
estade@chromium.org authored
BUG=122753 TEST=manual Review URL: https://chromiumcodereview.appspot.com/10386076 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137554 0039d316-1c4b-4281-b951-d872f2087c98
-
estade@chromium.org authored
BUG=122753 TEST=manual Review URL: https://chromiumcodereview.appspot.com/10387120 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137553 0039d316-1c4b-4281-b951-d872f2087c98
-
dtu@chromium.org authored
Also move libxml_utils from chrome/common/ into base/, because it's now being used to read the results files from content/gpu/ TBR=ben@chromium.org BUG=chromium:122838,chromium:124325 TEST=Builds on all platforms, and chrome://gpu gives a correct rating after the user re-runs the WinSAT assessment. Review URL: https://chromiumcodereview.appspot.com/10128002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137552 0039d316-1c4b-4281-b951-d872f2087c98
-
sadrul@chromium.org authored
--- ash: Add a heads-up display to track touch-point states and positions. The command-line flag to turn on the HUD is --ash-touch-hud. It can also be turned on from about:flags BUG=none TEST=manually Review URL: https://chromiumcodereview.appspot.com/10386178 TBR=sadrul@chromium.org Review URL: https://chromiumcodereview.appspot.com/10383223 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137551 0039d316-1c4b-4281-b951-d872f2087c98
-
gene@chromium.org authored
BUG=127858 TEST=add 'cups_encryption' filed to 'Service State' file in print settings section. Value should be 0..4 (see http_encryption_t for possible values). Review URL: https://chromiumcodereview.appspot.com/10399050 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137550 0039d316-1c4b-4281-b951-d872f2087c98
-
sadrul@chromium.org authored
The command-line flag to turn on the HUD is --ash-touch-hud. It can also be turned on from about:flags BUG=none TEST=manually Review URL: https://chromiumcodereview.appspot.com/10386178 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137549 0039d316-1c4b-4281-b951-d872f2087c98
-
dyu@chromium.org authored
TEST=137047 merged, re-enabled password autofill for Incognito window. BUG=none NOTRY=true Review URL: https://chromiumcodereview.appspot.com/10389183 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137548 0039d316-1c4b-4281-b951-d872f2087c98
-
alexeypa@chromium.org authored
to match the behaviour expected by calling code. The original change was reverted by https://chromiumcodereview.appspot.com/10384209. BUG=124091,127933 Review URL: https://chromiumcodereview.appspot.com/10391169 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137547 0039d316-1c4b-4281-b951-d872f2087c98
-
cpu@chromium.org authored
-This is for metro mode -The image is a placeholder, image to be provided later BUG=127489 TEST=see the bug for details. Review URL: https://chromiumcodereview.appspot.com/10388156 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137544 0039d316-1c4b-4281-b951-d872f2087c98
-
alexeypa@chromium.org authored
Reverting r133134 - Make sure that base::MessagePumpForUI from different modules are isolated from each other and add protection from shatter attacks by placing |this| pointer to the used data associated with the message-only window (instead of blindly trusting the value of WPARAM). We suspect that r133134 might be causing issues like 124091, so it needs to be reworked. BUG=124091,127933 TBR=alexeypa@chromium.org Review URL: https://chromiumcodereview.appspot.com/10384209 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137542 0039d316-1c4b-4281-b951-d872f2087c98
-
rvargas@google.com authored
BUG=127931 TEST=none Review URL: https://chromiumcodereview.appspot.com/10398060 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137541 0039d316-1c4b-4281-b951-d872f2087c98
-
aa@chromium.org authored
Disable off-store extension installs by default. Also get rid of ExtensionService::IsDownloadFromGallery. BUG=55584 Review URL: https://chromiumcodereview.appspot.com/10356052 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137540 0039d316-1c4b-4281-b951-d872f2087c98
-
shadi@chromium.org authored
BUG= TEST=none Review URL: https://chromiumcodereview.appspot.com/10389179 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137539 0039d316-1c4b-4281-b951-d872f2087c98
-
pnihalani@chromium.org authored
-Changed list of files being checked for NaCl sdk installer. -Changed Download and unziping of nacl_sdk folder on all the platforms(Used Zipfile module). -Changed installation of NaCl SDK. -Removed Hello world examples from test case. -Added new examples like Input Events, Dynamic Library(Magic * ball), Load progress, Multi-threaded input events, Web socket Code Cleanup: -Removed unused methods and pre-defined global variables. -Removed pre-release gallery test.test(method-testNaClSDK) of new installation process of NaCl sdk. NOTRY=true Review URL: https://chromiumcodereview.appspot.com/10310047 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137538 0039d316-1c4b-4281-b951-d872f2087c98
-
sadrul@chromium.org authored
DispatcherLinux may not always receive all events (e.g. when a menu is running a nested message-loop). So install it a message-pump observer, so that all X events go through the DL. Also, turn off the check for X-event consistency on release builds. BUG=128183 TEST=none Review URL: https://chromiumcodereview.appspot.com/10377161 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137537 0039d316-1c4b-4281-b951-d872f2087c98
-
tbarzic@chromium.org authored
Search results will be shown under virtual path gdata/.search/<query>. Content search will be triggered whenever we try to enumerate directory with the mentioned file path format. Entries returned by search results will have file names formatted as <resource_id>.<real_file_name>, so we have to strip resource_id part before displaying name or selecting target path for copy/move operations. When user enters some input x in search box(on gdata only), file manager will change directory to /gdata/.search/x in which search results will be displayed TEST = manual BUG=chromium-os:27539 Review URL: https://chromiumcodereview.appspot.com/10342010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137536 0039d316-1c4b-4281-b951-d872f2087c98
-
asvitkine@chromium.org authored
There were two issues: 1. RTL wrapping was simply not happening if your UI language locale was not RTL. Which made FORCE_RTL_DIRECTIONALITY not work. 2. RTL wrapping was not being applied in the SizeStringInt() path, which resulted in an inconsistency between the needed width for SizeStringInt() and DrawStringInt(), causing a problem with the label code resulting in truncation. This CL fixes both issues. BUG=128073, 105550 TEST=See testcases attached to bug. Review URL: https://chromiumcodereview.appspot.com/10384168 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@137535 0039d316-1c4b-4281-b951-d872f2087c98
-