- 24 May, 2011 40 commits
-
-
sadrul@chromium.org authored
BUG=none TEST=none Review URL: http://codereview.chromium.org/6992027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86443 0039d316-1c4b-4281-b951-d872f2087c98
-
reed@google.com authored
dereferencing null. http://code.google.com/p/chromium/issues/detail?id=79369 Review URL: http://codereview.chromium.org/7064024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86442 0039d316-1c4b-4281-b951-d872f2087c98
-
jhawkins@chromium.org authored
BUG=82175 TEST=none R=csilv@chromium.org,zea@chromium.org Review URL: http://codereview.chromium.org/7056021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86441 0039d316-1c4b-4281-b951-d872f2087c98
-
jam@chromium.org authored
Review URL: http://codereview.chromium.org/6992028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86440 0039d316-1c4b-4281-b951-d872f2087c98
-
jam@chromium.org authored
BUG=76794 Review URL: http://codereview.chromium.org/7054008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86439 0039d316-1c4b-4281-b951-d872f2087c98
-
rhashimoto@chromium.org authored
This CL depends on http://codereview.chromium.org/6931039/ to handle changes to MenuItemView menus while the menu is open. It includes a default minimum width setting on the menu to avoid unnecessary resizing. I have tested network names with ampersands and they display correctly with the same escaping code as before. BUG=chromium-os:13887,chromium-os:12988 TEST=none Review URL: http://codereview.chromium.org/7016042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86434 0039d316-1c4b-4281-b951-d872f2087c98
-
dgrogan@chromium.org authored
TEST=llvm/Debug/browser_tests --gtest_filter=IndexedDBLevel* Review URL: http://codereview.chromium.org/6974003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86433 0039d316-1c4b-4281-b951-d872f2087c98
-
vandebo@chromium.org authored
Also cleaned up a few hacks. BUG=80220 TEST=Navigate to a PDF and start print preview. Review URL: http://codereview.chromium.org/7065011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86431 0039d316-1c4b-4281-b951-d872f2087c98
-
sky@chromium.org authored
something like -.9998 to 0 instead of -1. Without this a transformed views bounds would end up with an extra scale-1 pixels on the left edge. BUG=none TEST=covered by unit test R=ben@chromium.org,wjmaclean@chromium.org Review URL: http://codereview.chromium.org/7066010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86430 0039d316-1c4b-4281-b951-d872f2087c98
-
xiyuan@chromium.org authored
- Add a IDS_JOIN_WIFI_NETWORK_DIALOG_ADVANCED_WIDTH_CHARS and use that to make advanced network dialog big enough for fr and es. - Make basic network dialog width smaller for a better fit per chromium-os:15660; BUG=chromium-os:15488, chromium-os:15660 TEST=Verify fix for chromium-os:15488 and chromium-os:15660 Review URL: http://codereview.chromium.org/6990040 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86429 0039d316-1c4b-4281-b951-d872f2087c98
-
xiyuan@chromium.org authored
Explicitly set new bounds of advanced network config dialog instead of relying on window manager to center it. BUG=chromium-os:15430 TEST=Verify fix for chromium-os:15430. Review URL: http://codereview.chromium.org/7066002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86428 0039d316-1c4b-4281-b951-d872f2087c98
-
ofri@google.com authored
Loading pseudo-locale will now be done by passing --lang=myLocale --locale_res_path=path/to/pseudo-locale.pak This patch doesn't work on Windows. BUG=73052 TEST=NONE Review URL: http://codereview.chromium.org/7033022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86426 0039d316-1c4b-4281-b951-d872f2087c98
-
pastarmovj@chromium.org authored
This has been wanted policy so that we can safely use remote locations for user profiles which is prone to errors especially with web databases open. This should allow more people to use this kind of setup. BUG=78619 TEST=For the policy wiring existing policy tests for the cache dir effect manually. Review URL: http://codereview.chromium.org/7013046 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86425 0039d316-1c4b-4281-b951-d872f2087c98
-
markusheintz@chromium.org authored
BUG=83591 TEST=content_settings_pattern_unittest.cc Review URL: http://codereview.chromium.org/7059016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86424 0039d316-1c4b-4281-b951-d872f2087c98
-
avi@chromium.org authored
BUG=71097 TEST="email link" works Review URL: http://codereview.chromium.org/6966023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86423 0039d316-1c4b-4281-b951-d872f2087c98
-
joi@chromium.org authored
BUG=18575 TEST=Run Chrome on Windows without any flags. Enable auto-detect in proxy configuration. Net log should show attempts to auto-detect via DHCP. Review URL: http://codereview.chromium.org/7034035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86422 0039d316-1c4b-4281-b951-d872f2087c98
-
joi@chromium.org authored
BUG=18575 TEST=net_unittests Review URL: http://codereview.chromium.org/6975027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86421 0039d316-1c4b-4281-b951-d872f2087c98
-
timurrrr@chromium.org authored
It happens even on `ls` TBR=glider Review URL: http://codereview.chromium.org/7063018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86418 0039d316-1c4b-4281-b951-d872f2087c98
-
timurrrr@chromium.org authored
Suppress Sophos and GoogleDesktop reports Move the i#412 suppressions into "known" reports section Remove a few suppressions for fixed issues (and see if the bots remain green) TBR=bruening Review URL: http://codereview.chromium.org/7064022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86417 0039d316-1c4b-4281-b951-d872f2087c98
-
battre@chromium.org authored
BUG=no TEST=no TBR=mazda@chromium.org git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86415 0039d316-1c4b-4281-b951-d872f2087c98
-
ukai@chromium.org authored
BUG=none TEST=none TBR=dpranke git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86414 0039d316-1c4b-4281-b951-d872f2087c98
-
nkostylev@chromium.org authored
BUG=chromium-os:15631 TEST=Manual. Review URL: http://codereview.chromium.org/7019039 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86413 0039d316-1c4b-4281-b951-d872f2087c98
-
jeremy@chromium.org authored
* Allow IOKit access in 10.7. * Rename 10.6_ONLY to 10.6_OR_ABOVE and add a 10.7 version. * Fix path for common.sb in one place we missed the chrome->content move. BUG=75343 TEST=See bug Review URL: http://codereview.chromium.org/7060002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86410 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-release@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86409 0039d316-1c4b-4281-b951-d872f2087c98
-
fschneider@chromium.org authored
BUG=73722,82719,72538 TEST=no valgrind warnings related to the V8 CPU profiler. Review URL: http://codereview.chromium.org/7046009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86407 0039d316-1c4b-4281-b951-d872f2087c98
-
kinuko@chromium.org authored
BUG=none TEST=FileSystemOperationTest.* Review URL: http://codereview.chromium.org/7054012 TBR=kinuko@chromium.org git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86405 0039d316-1c4b-4281-b951-d872f2087c98
-
ukai@chromium.org authored
BUG=none TEST=none TBR=dpranke git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86404 0039d316-1c4b-4281-b951-d872f2087c98
-
tzik@chromium.org authored
BUG=61676 TEST='QuotaDatabaseTest.*' Review URL: http://codereview.chromium.org/7057006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86403 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
BUG=76788 TEST=Re-enabled test does not crash. Review URL: http://codereview.chromium.org/7065018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86402 0039d316-1c4b-4281-b951-d872f2087c98
-
kewang@google.com authored
Bug=60831 TEST=unit_tests Review URL: http://codereview.chromium.org/6710004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86401 0039d316-1c4b-4281-b951-d872f2087c98
-
kinuko@chromium.org authored
BUG=none TEST=FileSystemOperationTest.* Review URL: http://codereview.chromium.org/7054012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86400 0039d316-1c4b-4281-b951-d872f2087c98
-
dyu@chromium.org authored
- testAUtofillInvalid Phone/Fax information entered into the prefs UI is no longer validated or rejected. Update existing automation test. TEST=none BUG=83677 Review URL: http://codereview.chromium.org/7067011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86399 0039d316-1c4b-4281-b951-d872f2087c98
-
thakis@chromium.org authored
BUG=none TEST=none TBR=hans Review URL: http://codereview.chromium.org/7064015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86398 0039d316-1c4b-4281-b951-d872f2087c98
-
thakis@chromium.org authored
This picks up a fix for a new clang warning. BUG=none TEST=none TBR=vandebo Review URL: http://codereview.chromium.org/7065019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86397 0039d316-1c4b-4281-b951-d872f2087c98
-
ukai@chromium.org authored
BUG=none TEST=none TBR=dpranke git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86396 0039d316-1c4b-4281-b951-d872f2087c98
-
zork@chromium.org authored
BUG=chromium-os:15629 TEST=Manual Review URL: http://codereview.chromium.org/7061007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86395 0039d316-1c4b-4281-b951-d872f2087c98
-
sadrul@chromium.org authored
ibus is not usable on lucid, so touchui build still needs to use ibus-gtk. BUG=none TEST=touchui compiles TBR=hashimoto@chromium.org, oshima@chromium.org git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86394 0039d316-1c4b-4281-b951-d872f2087c98
-
kkania@chromium.org authored
-return a user-friendly error if alerts or advanced user interactions are not supported -change custom switches capability from dictionary to list of switches -fix bug where custom Chrome binary was not being used if custom switches were not provided -do not use DictionaryValue path expansion for capabilities -only print stacktraces on linux -remove 'chrome-dir' argument for chromedriver BUG=none TEST=none Review URL: http://codereview.chromium.org/6992015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86393 0039d316-1c4b-4281-b951-d872f2087c98
-
thakis@chromium.org authored
BUG=none TEST=none TBR=vandebo Review URL: http://codereview.chromium.org/6991014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86392 0039d316-1c4b-4281-b951-d872f2087c98
-
dpapad@chromium.org authored
Also 1) Adding minor animation after user clicks the print button. 2) Fixing vertical alignment of "Destinations" label. BUG=83653, 83643, 83414 TEST=See bug description. Review URL: http://codereview.chromium.org/7064006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86391 0039d316-1c4b-4281-b951-d872f2087c98
-