- 24 May, 2011 23 commits
-
-
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
-
hashimoto@chromium.org authored
Add switch "--enable-inputmethod-ibus" to enable InputMethodIBus on ChromeOS Modify gyp files to link IBus BUG=chromium-os:15566 TEST=manually Review URL: http://codereview.chromium.org/7004029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86390 0039d316-1c4b-4281-b951-d872f2087c98
-
mattm@chromium.org authored
TBR=jam BUG=74548 TEST=official builders Review URL: http://codereview.chromium.org/7064019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86389 0039d316-1c4b-4281-b951-d872f2087c98
-
mark@chromium.org authored
Keystone 1.0.9.2318 or later is present. Providing this data to Keystone will cause it to check the application's Info.plist to determine the installed version, rather than using the version embedded within the ticket. The version in the ticket can become stale in some rare situations through innocent user action. This allows a user to replace Chrome with an earlier version (perhaps on another channel) and not get "stuck" without autoupdates until that channel catches up with the version listed in the ticket. (b/2506062) This also prevents Keystone from believing an update is still available if Chrome is updated but not restarted and the user subsequently promotes Chrome's user ticket to a system ticket from within Chrome. (crbug.com/38696) BUG=38696, 83082 TEST=none Review URL: http://codereview.chromium.org/7029034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86388 0039d316-1c4b-4281-b951-d872f2087c98
-
mark@chromium.org authored
Providing this data to Keystone will cause it to check the application's Info.plist to determine the installed version, rather than using the version embedded within the ticket. The version in the ticket can become stale in some rare situations through innocent user action. This allows a user to replace Chrome with an earlier version (perhaps on another channel) and not get "stuck" without autoupdates until that channel catches up with the version listed in the ticket. (b/2506062) This also prevents Keystone from believing an update is still available if Chrome is updated but not restarted and the user subsequently promotes Chrome's user ticket to a system ticket from within Chrome. (crbug.com/38696) BUG=38696 TEST=On a user ticket, ksadmin -p should show a versionPath and versionKey after Chrome is launched. If promoted to a system ticket, ksadmin -Sp should show these same two parameters. Review URL: http://codereview.chromium.org/6990046 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86387 0039d316-1c4b-4281-b951-d872f2087c98
-
venkataramana@chromium.org authored
BUG=NONE TEST=NONE Review URL: http://codereview.chromium.org/7040007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86385 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome://sync-internalsakalin@chromium.org authored
Add new 'Search' tab. Refactor some javascript code slightly. BUG=76812 TEST= Review URL: http://codereview.chromium.org/7055023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86384 0039d316-1c4b-4281-b951-d872f2087c98
-
ajwong@chromium.org authored
Example log: http://build.chromium.org/p/chromium/builders/Linux%20Builder%20%28ChromiumOS%29/builds/8151/steps/browser_tests/logs/stdio BUG=83123 TEST=none. TBR=mattm git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86383 0039d316-1c4b-4281-b951-d872f2087c98
-
bauerb@chromium.org authored
BUG=none TEST=none Review URL: http://codereview.chromium.org/7012036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86382 0039d316-1c4b-4281-b951-d872f2087c98
-
sail@chromium.org authored
Green or blue tab titles would draw incorrectly. The problem was a typo in my drawing code that swapped the blue and green values. BUG=82233 TEST=Ran and verified that the tab title color were correct. Review URL: http://codereview.chromium.org/6990053 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86380 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
BUG=83638 TEST=Valgrind unit test goes green. TBR=ahendrickson Review URL: http://codereview.chromium.org/6966028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86379 0039d316-1c4b-4281-b951-d872f2087c98
-
bashi@chromium.org authored
Convert WTF::notFound to NSNotFound. BUG=83158 TEST=chrome/browser/renderer_host/text_input_client_mac_unittest.mm Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=86246 Review URL: http://codereview.chromium.org/7039054 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86378 0039d316-1c4b-4281-b951-d872f2087c98
-
dpapad@chromium.org authored
BUG=83252, 82956 TEST=See bug description. Review URL: http://codereview.chromium.org/7065007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86377 0039d316-1c4b-4281-b951-d872f2087c98
-
atwilson@chromium.org authored
After UI review, we decided we don't want to display a confirmation dialog if the user turns off "Let chrome run in the background" when there are no windows open. We'll just silently exit. BUG=76828 TEST=Install background app, close all browser windows, right click status icon and uncheck "Let chrome run...", should see no confirmation dialog. Review URL: http://codereview.chromium.org/7064009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86376 0039d316-1c4b-4281-b951-d872f2087c98
-
ajwong@chromium.org authored
BUG=none TEST=local appengine instance connects via OAuth2 and ClientLogin Review URL: http://codereview.chromium.org/7054029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86374 0039d316-1c4b-4281-b951-d872f2087c98
-
estade@chromium.org authored
We need to call cleanUpDrag() even if there is no data change after the drag (to remove the mask). BUG=none TEST=drag a tile onto its own position (i.e. null drag). Resize window to be wider. There shouldn't be any visual obstruction of the tile grid. Review URL: http://codereview.chromium.org/6992011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86373 0039d316-1c4b-4281-b951-d872f2087c98
-
mattm@chromium.org authored
(WebCore::CSSStyleSelector::loadPendingImages and WebCore::RenderStyle::hasPseudoStyle) BUG=83674,83676 TEST=reliability bots Review URL: http://codereview.chromium.org/7064016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86372 0039d316-1c4b-4281-b951-d872f2087c98
-
sail@chromium.org authored
For M12 we experimented with eliding common prefixes in tab titles. After lots of feedback we've decided to remove this feature. BUG=83668 TEST=Testing Review URL: http://codereview.chromium.org/7067007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86371 0039d316-1c4b-4281-b951-d872f2087c98
-
zmo@google.com authored
The gpu blacklist is no longer applied due to a regression. I decided not to put this fix together with the rest of gpu blacklist logic regression recovering as this is more urgent and simple to fix. BUG=83639 TEST=gpu blacklist is applied. if a gpu feature should be blacklisted, it will. Review URL: http://codereview.chromium.org/7065012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86370 0039d316-1c4b-4281-b951-d872f2087c98
-
ananta@chromium.org authored
Fixes bug http://code.google.com/p/chromium/issues/detail?id=83661 BUG=83661 Review URL: http://codereview.chromium.org/6992008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86369 0039d316-1c4b-4281-b951-d872f2087c98
-
- 23 May, 2011 17 commits
-
-
jam@chromium.org authored
Replace "http" etc with the url_constants version. This was a previous TODO for webplugin_proxy.cc, and I fixed the other places as well. Review URL: http://codereview.chromium.org/6990043 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86368 0039d316-1c4b-4281-b951-d872f2087c98
-
jam@chromium.org authored
BUG=76788 Review URL: http://codereview.chromium.org/7067005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86367 0039d316-1c4b-4281-b951-d872f2087c98
-
estade@chromium.org authored
fix these two problems: 1. dragging out of the window makes the tab drag representation jump to (0,0) 2. dragging onto a second NTP window results in the tab drag representation appearing in the source window BUG=none TEST=manual Review URL: http://codereview.chromium.org/6992009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86366 0039d316-1c4b-4281-b951-d872f2087c98
-
csilv@chromium.org authored
dom-ui sync: Eliminate jank when customizing sync settings. Also, tweak chrome.send message identifiers to that they are less likely to conflict. BUG=80477 TEST=Invoke 'Customize' sync setings, dialog should fade-in smoothly. Review URL: http://codereview.chromium.org/7057038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86365 0039d316-1c4b-4281-b951-d872f2087c98
-
tburkard@chromium.org authored
R=cbentzel@chromium.org, dominich@chromium.org Review URL: http://codereview.chromium.org/7066011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86364 0039d316-1c4b-4281-b951-d872f2087c98
-
estade@chromium.org authored
now the chrome logo should always show, but the attribution only shows if the theme has one. I also moved the attribution to the right side because it looks more balanced over there (this didn't break horribly for any of the handful of themes I tested on). Leaving it on the left side, right next to the chrome logo, looks cluttered. BUG=none TEST=manual Review URL: http://codereview.chromium.org/6966022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86363 0039d316-1c4b-4281-b951-d872f2087c98
-
rkn@chromium.org authored
function "spdy_settings_.Clear()" to the function "void SpdySessionPool::OnIPAddressChanged()". BUG=55868 TEST="./net_unittests --gtest_filter=SpdySessionTest.ClearSettingsStorage" and "./net_unittests --gtest_filter=SpdySessionTest.ClearOnIPAddressChanged". Review URL: http://codereview.chromium.org/7046016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86362 0039d316-1c4b-4281-b951-d872f2087c98
-
imasaki@chromium.org authored
Change for preparation for reference-build for PerfBot. PerfBot will be downloading binaries (pyauto.py and its library) for particular build and compare it with current build. This change is preparation for that. It enables media_perf tests to use different binary if reference build option (-a) is used. When the option is set, media_perf_runner runs the test with current build and then reference build (specified by REFERENCE_BUILD_DIR in pyauto_media.py), which I set bogus directory for now. Review URL: http://codereview.chromium.org/7031020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86361 0039d316-1c4b-4281-b951-d872f2087c98
-
zea@chromium.org authored
TBR=zea@chromium.org git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86360 0039d316-1c4b-4281-b951-d872f2087c98
-
zea@chromium.org authored
TBR=zea@chromium.org git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86359 0039d316-1c4b-4281-b951-d872f2087c98
-
evan@chromium.org authored
This reverts commit r86333. Apparently it doesn't work on x64 either. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86358 0039d316-1c4b-4281-b951-d872f2087c98
-
zea@chromium.org authored
BUG=76232 TEST=Everything sync. Review URL: http://codereview.chromium.org/6995008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86357 0039d316-1c4b-4281-b951-d872f2087c98
-
cstefansen@google.com authored
TEST= See https://sites.google.com/a/chromium.org/dev/developers/design-documents/pepper-plugin-implementation for running in Chrome. BUG= http://code.google.com/p/nativeclient/issues/detail?id=1671 Review URL: http://codereview.chromium.org/7049021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86356 0039d316-1c4b-4281-b951-d872f2087c98
-
jamiewalch@chromium.org authored
BUG=None TEST=Check that Me2Mom still works. Review URL: http://codereview.chromium.org/7065009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86355 0039d316-1c4b-4281-b951-d872f2087c98
-
lambroslambrou@chromium.org authored
BUG=83640 TEST=Manual Review URL: http://codereview.chromium.org/6992007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86354 0039d316-1c4b-4281-b951-d872f2087c98
-
wez@chromium.org authored
BUG= TEST=Host plugin doesn't crash when started. Review URL: http://codereview.chromium.org/6961043 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86353 0039d316-1c4b-4281-b951-d872f2087c98
-
tony@chromium.org authored
Final gyp patch to make use of the new cross-platform POSIX defines toolkit_uses_gtk, os_posix, and use_x11. For lists of source files that use a mix of POSIX and Gtk APIs, toolkit_uses_gtk was given precedence. Solaris was made to use ALSA also, as libasound has been ported to FreeBSD and Solaris as a wrapper around the native OSS. Review URL: http://codereview.chromium.org/7055003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@86352 0039d316-1c4b-4281-b951-d872f2087c98
-