- 01 Feb, 2012 40 commits
-
-
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 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=120074 Review URL: https://chromiumcodereview.appspot.com/9222018 TBR=vollick@google.com Review URL: https://chromiumcodereview.appspot.com/9320018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120097 0039d316-1c4b-4281-b951-d872f2087c98
-
ananta@chromium.org authored
Removing unnecessary includes of the content\browser\child_process_security_policy.h file in preparation for creating a public content API around the ChildProcessSecurityPolicy class. BUG=98716 Review URL: https://chromiumcodereview.appspot.com/9307023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120096 0039d316-1c4b-4281-b951-d872f2087c98
-
crogers@google.com authored
BUG=109959 TEST=none (covered by existing tests and tested locally with built-in audio, Metric Halo 2882, and Stanton FinalScratch Firewire devices to verify that crashes are fixed) Incidentally, the stream latency was always reported as zero on the devices I tested, so removing this code should have no practical impact. Review URL: https://chromiumcodereview.appspot.com/9310004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120095 0039d316-1c4b-4281-b951-d872f2087c98
-
jamiewalch@google.com authored
Change tool-bar behaviour to click-to-show. This is based on user feedback the auto-show behaviour makes it hard to access the top of the host screen. By auto-expanding only the stub, the inaccessible part of the host screen is reduced. BUG=110211 TEST=Manual Review URL: https://chromiumcodereview.appspot.com/9129009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120093 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 Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=120074 Review URL: https://chromiumcodereview.appspot.com/9222018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120092 0039d316-1c4b-4281-b951-d872f2087c98
-
phajdan.jr@chromium.org authored
Flaky test is flaky. TBR=thakis BUG=86494 Review URL: http://codereview.chromium.org/9310032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120091 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome://omnibox/mpearson@chromium.org authored
This will be very useful for those of us working on improving the scoring/ranking of autocomplete suggestions. The presentation method could probably be improved, but I'd prefer to check this in as-is, and see how us omnibox developers use it in practice. Then we'll have a better idea of how chrome://omnibox/ should convey the information we most need. BUG=111791 TEST= Review URL: http://codereview.chromium.org/9289028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120090 0039d316-1c4b-4281-b951-d872f2087c98
-
scottmg@google.com authored
When running as runhooks, it's not run via cygwin like it was when run in the build, and isn't able to find git. I believe the test that checked for both cygwin and win32 before was incorrect (but was always run via cygwin before so didn't matter). Additionally, when runhooks runs it, it's from above src/, so the cwd isn't in the repo. So, pass in the directory of the script itself so that git can find its repo. BUG=112264 Review URL: https://chromiumcodereview.appspot.com/9317037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120089 0039d316-1c4b-4281-b951-d872f2087c98
-
agl@chromium.org authored
BUG=112328 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120088 0039d316-1c4b-4281-b951-d872f2087c98
-
dominich@chromium.org authored
BUG=112006 Review URL: http://codereview.chromium.org/9301043 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120087 0039d316-1c4b-4281-b951-d872f2087c98
-
varunjain@chromium.org authored
1. Position tooltips correctly when they are out of screen bounds 2. Hide tooltips when lockscreen is shown BUG=112121,110128 TEST=manual Review URL: http://codereview.chromium.org/9310008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120086 0039d316-1c4b-4281-b951-d872f2087c98
-
rnk@chromium.org authored
R=rch@chromium.org BUG=111317 TEST=ran drmemory on ECSignatureCreator.BasicTest, no longer reports leak Review URL: http://codereview.chromium.org/9302016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120085 0039d316-1c4b-4281-b951-d872f2087c98
-
eroman@chromium.org authored
BUG=111914 Review URL: https://chromiumcodereview.appspot.com/9316042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@120083 0039d316-1c4b-4281-b951-d872f2087c98
-
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
-