- 01 Feb, 2012 40 commits
-
-
bradchen@google.com authored
TBR=danno@chromium.org BUG=112315 TEST=Chromium OS Memcheck bots Review URL: https://chromiumcodereview.appspot.com/9309038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120082 0039d316-1c4b-4281-b951-d872f2087c98
-
mrossetti@chromium.org authored
A DCHECK was being hit when a full URL with a scheme was entered and the user typed a slash. The slash was being removed by FormatURLWithOffsets but the inline_autocomplete_offset was not being adjusted to account for the removed slash. BUG=112226 TEST=Ran unit tests. TBR=pkasting@chromium.org Review URL: https://chromiumcodereview.appspot.com/9307027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120080 0039d316-1c4b-4281-b951-d872f2087c98
-
jam@chromium.org authored
The code in chrome didn't need to know about all of WorkerProcessHost, which has many methods/getters especially counting WorkerInstance. Instead I added simple getters for the list of running workers, and the ability to terminate a worker. BUG=98716 Review URL: https://chromiumcodereview.appspot.com/9317026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120078 0039d316-1c4b-4281-b951-d872f2087c98
-
bradchen@google.com authored
TBR=danno@chromium.org BUG=112315 TEST=Chromium OS Heapcheck bots Review URL: https://chromiumcodereview.appspot.com/9314038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120076 0039d316-1c4b-4281-b951-d872f2087c98
-
vollick@google.com authored
This causes all animations scheduled during a test to complete immediately. After making this change, I noticed some code assumed that animations would not complete synchronously. Some of this code used animation observers, and I while fixing the code I have updated it to use the preferred ImplicitAnimationObserver. BUG=None TEST=aura_shell_unittests,aura_unittests,compositor_unittests Review URL: https://chromiumcodereview.appspot.com/9222018 TBR=vollick@google.com Review URL: https://chromiumcodereview.appspot.com/9316039 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120075 0039d316-1c4b-4281-b951-d872f2087c98
-
vollick@google.com authored
This causes all animations scheduled during a test to complete immediately. After making this change, I noticed some code assumed that animations would not complete synchronously. Some of this code used animation observers, and I while fixing the code I have updated it to use the preferred ImplicitAnimationObserver. BUG=None TEST=aura_shell_unittests,aura_unittests,compositor_unittests Review URL: https://chromiumcodereview.appspot.com/9222018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120074 0039d316-1c4b-4281-b951-d872f2087c98
-
mnissler@chromium.org authored
BUG=chromium-os:20775 TEST=Using a misconfigured-proxy but with direct connections working, registering without a serial shows the serial number invalid error instead of network error. Review URL: http://codereview.chromium.org/9317033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120073 0039d316-1c4b-4281-b951-d872f2087c98
-
pastarmovj@chromium.org authored
This is necessary to enforce proper operation if the browser crashes too early in the login sequence and the preferences file has not been stored yet. BUG=chromium-os:25703 TEST=Manually tested by putting a DCHECK just after setting the pref in LoginUtilsImpl::OnProfileCreated. Review URL: https://chromiumcodereview.appspot.com/9314031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120072 0039d316-1c4b-4281-b951-d872f2087c98
-
steveblock@chromium.org authored
This directory is now pulled in via DEPS. Also set this property for third_party/libsrtp, which was missed in http://codereview.chromium.org/9223031. NO CODE CHANGE. TBR=joth@chromium.org BUG=111334 Review URL: https://chromiumcodereview.appspot.com/9315034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120071 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120070 0039d316-1c4b-4281-b951-d872f2087c98
-
danno@chromium.org authored
R=jkummerow@chromium.org Review URL: http://codereview.chromium.org/9317028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120069 0039d316-1c4b-4281-b951-d872f2087c98
-
epoger@chromium.org authored
Review URL: https://chromiumcodereview.appspot.com/9315005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120068 0039d316-1c4b-4281-b951-d872f2087c98
-
avi@chromium.org authored
This reverts commits r120044 and r120053. '044 broke the Win Aura bot, '053 did not fix it, and it's been burning since. BUG= TEST= Review URL: https://chromiumcodereview.appspot.com/9307036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120067 0039d316-1c4b-4281-b951-d872f2087c98
-
avi@chromium.org authored
using src/build/protoc.gypi to offer consistency between the other compilation steps, as well as ensuring that important variables (such as hard_dependency) are always properly set. BUG=109955 Review URL: http://codereview.chromium.org/9148084 TBR=kushi.p@gmail.com Review URL: https://chromiumcodereview.appspot.com/9317034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120066 0039d316-1c4b-4281-b951-d872f2087c98
-
mnissler@chromium.org authored
BUG=chromium:112027 TEST=unit test, see bug. Review URL: http://codereview.chromium.org/9264070 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120065 0039d316-1c4b-4281-b951-d872f2087c98
-
kushi.p@gmail.com authored
using src/build/protoc.gypi to offer consistency between the other compilation steps, as well as ensuring that important variables (such as hard_dependency) are always properly set. BUG=109955 Review URL: http://codereview.chromium.org/9148084 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120063 0039d316-1c4b-4281-b951-d872f2087c98
-
bradchen@google.com authored
TBR=yuzo@chromium.org BUG=112278 TEST=webkit valgrind bots Review URL: https://chromiumcodereview.appspot.com/9309032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120062 0039d316-1c4b-4281-b951-d872f2087c98
-
tommi@chromium.org authored
BUG=105624,111757 TEST=content_unittests Review URL: https://chromiumcodereview.appspot.com/9301031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120061 0039d316-1c4b-4281-b951-d872f2087c98
-
steveblock@chromium.org authored
This directory is now pulled in via DEPS. BUG=111334 Review URL: http://codereview.chromium.org/9316030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120060 0039d316-1c4b-4281-b951-d872f2087c98
-
peter@chromium.org authored
BUG= TEST= Review URL: http://codereview.chromium.org/9293033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120059 0039d316-1c4b-4281-b951-d872f2087c98
-
zvorygin@chromium.org authored
BUG=chromium-os:18032 TEST= Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=119897 Review URL: http://codereview.chromium.org/8819019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120058 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120057 0039d316-1c4b-4281-b951-d872f2087c98
-
steveblock@chromium.org authored
BUG=111334 Review URL: https://chromiumcodereview.appspot.com/9293016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120056 0039d316-1c4b-4281-b951-d872f2087c98
-
andreip@chromium.org authored
This test was added as "FAILING" in http://src.chromium.org/viewvc/chrome?view=rev&revision=119112 However, the test is passing fine. Please see http://codereview.chromium.org/9129024 for a discussion explaining why it passes. BUG=111185 TEST=RenderWidgetHostTest.MultipleInputEvents Review URL: http://codereview.chromium.org/9235056 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120055 0039d316-1c4b-4281-b951-d872f2087c98
-
nkostylev@chromium.org authored
BUG=chromium-os:23743 TEST=Manual. Review URL: http://codereview.chromium.org/9159065 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120054 0039d316-1c4b-4281-b951-d872f2087c98
-
zork@chromium.org authored
BUG=None TEST=Run aura_shell_unittests Review URL: https://chromiumcodereview.appspot.com/9316029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120053 0039d316-1c4b-4281-b951-d872f2087c98
-
mdm@chromium.org authored
Linux: use the bounds from the most recent BrowserWindowGtk::OnConfigure() call to figure out whether to return early in a later call, rather than bounds that may also be updated by a debounced callback with different (but more accurate, for some window managers) values. BUG=112041 Review URL: http://codereview.chromium.org/9307018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120050 0039d316-1c4b-4281-b951-d872f2087c98
-
dubroy@chromium.org authored
- Increase line height by 1px so favicon can be visually centered. - Ensure entry text cap height is centered on the favicon. - Make checkboxes and drop-down buttons square. BUG=111941 TEST=Check visual alignment of items on chrome://history. Review URL: http://codereview.chromium.org/9293011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120049 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-release@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120048 0039d316-1c4b-4281-b951-d872f2087c98
-
oshima@chromium.org authored
Close login window after a browser is opened. This is necessary because browser has nested loop which wait for session data. Don't apply sho/hide animation to lock screen. This depends on http://codereview.chromium.org/9233044/ and I will run bots after it is landed. BUG=none TEST=manual Review URL: https://chromiumcodereview.appspot.com/9264059 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120046 0039d316-1c4b-4281-b951-d872f2087c98
-
csilv@chromium.org authored
BUG=111900 TEST=Verify that the 'Manage extensions' contextual menu invokes the extensions page. Review URL: https://chromiumcodereview.appspot.com/9318019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120045 0039d316-1c4b-4281-b951-d872f2087c98
-
zork@chromium.org authored
BUG=104192 TEST=None Review URL: http://codereview.chromium.org/9121050 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120044 0039d316-1c4b-4281-b951-d872f2087c98
-
kinuko@chromium.org authored
R=dmazzoni@chromium.org BUG=chromium-os:25272 TEST=Open the systems options page, make sure there is only one a11y option Review URL: http://codereview.chromium.org/9295010 TBR=zork@chromium.org Review URL: https://chromiumcodereview.appspot.com/9316024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120043 0039d316-1c4b-4281-b951-d872f2087c98
-
oshima@chromium.org authored
Re-enabled synthesized mouse event for linux aura Disabled synthesized mouse event for win aura. TBR=ben@chromium.org BUG=112222 TEST=none Review URL: https://chromiumcodereview.appspot.com/9314021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120042 0039d316-1c4b-4281-b951-d872f2087c98
-
elijahtaylor@google.com authored
BUG=none TEST=manual Review URL: http://codereview.chromium.org/9309013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120041 0039d316-1c4b-4281-b951-d872f2087c98
-
zork@chromium.org authored
R=dmazzoni@chromium.org BUG=chromium-os:25272 TEST=Open the systems options page, make sure there is only one a11y option Review URL: http://codereview.chromium.org/9295010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120040 0039d316-1c4b-4281-b951-d872f2087c98
-
bradchen@google.com authored
Undo attempt to disable from unit_tests.gtest_mac.txt as it didn't solve the problem. BUG=51716 TEST=Chromium Mac (Valgrind)(1) bot Review URL: https://chromiumcodereview.appspot.com/9316020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120039 0039d316-1c4b-4281-b951-d872f2087c98
-
kinuko@chromium.org authored
TBR=ben BUG=112246 TEST=green bots Review URL: https://chromiumcodereview.appspot.com/9314029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120038 0039d316-1c4b-4281-b951-d872f2087c98
-
elijahtaylor@google.com authored
BUG=none TEST=trybots,manual (build SDK, inspect headers) Review URL: http://codereview.chromium.org/9309012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120036 0039d316-1c4b-4281-b951-d872f2087c98
-
jamescook@chromium.org authored
* Rename "normal" to "overlapping", since there was some confusion about whether or not compact mode is "normal" * Remove "--aura-workspace-manager" flag in favor of "--aura-window-mode=managed", as this feature is not compatible with compact mode. * Change about:flags Window mode to a three-way choice between modes BUG=112139 TEST=aura_shell_unittests ShellTest, manual check of about:flags Review URL: http://codereview.chromium.org/9316005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120035 0039d316-1c4b-4281-b951-d872f2087c98
-