- 25 Oct, 2011 40 commits
-
-
achuith@chromium.org authored
BUG=chromium-os:21361 TEST=Go to System options on a non-touch device. Should not see Enable tap-to-click. Review URL: http://codereview.chromium.org/8249011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107164 0039d316-1c4b-4281-b951-d872f2087c98
-
achuith@chromium.org authored
This test will pass only after http://codereview.chromium.org/8262009 lands. * Rename CloseAllBrowsersAndExitPosted to ExitPosted. * Add VerifyCleanExit to UITest, code which existed in BrowserTest.SessionEnd. * Move ui tests in browser_uitest.cc to non-anonymous namespace; the test names need to be unique. * Create UnloadTest.BrowserTerminateBeforeUnload which sets up onbeforeunload handler and sends a SIGTERM. BUG=chromium-os:21961 TEST=UnloadTest.BrowserTerminateBeforeUnload passes. Review URL: http://codereview.chromium.org/8376001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107163 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107160 0039d316-1c4b-4281-b951-d872f2087c98
-
cbentzel@chromium.org authored
Also add OVERRIDEs. Review URL: http://codereview.chromium.org/8381009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107159 0039d316-1c4b-4281-b951-d872f2087c98
-
piman@chromium.org authored
Allows translator_glsl to be built as a component BUG=None TEST=Build it Review URL: http://codereview.chromium.org/8383014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107158 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome://systemtbarzic@chromium.org authored
The property causes trouble when button text is too long (like in French) TEST=Manual (with lanugage set to french). BUG=chromium-os:18471 Review URL: http://codereview.chromium.org/8369003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107157 0039d316-1c4b-4281-b951-d872f2087c98
-
ncj674@motorola.com authored
BUG=101243 TEST=As described in the bug. Review URL: http://codereview.chromium.org/8370021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107156 0039d316-1c4b-4281-b951-d872f2087c98
-
apatrick@chromium.org authored
Other command buffers on the channel can still be processed but if any more calls are issued on the unscheduled command buffer, the entire channel is unscheduled. This prevents reordering of GL commands wrt flushes. It'll be used by this: http://codereview.chromium.org/8060045/ Review URL: http://codereview.chromium.org/8387008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107154 0039d316-1c4b-4281-b951-d872f2087c98
-
asvitkine@chromium.org authored
BUG=none TEST=Time a short program having two versions of that code. Review URL: http://codereview.chromium.org/8391003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107153 0039d316-1c4b-4281-b951-d872f2087c98
-
jam@chromium.org authored
Create a content::UrlFetcher interface that lives in content/public/common and convert users to it. I have added a static create function, but will switch instantiations to use it in another change since this has grown a lot. Basically this change converts function names away from unix_hacker style, which they shouldn't have been using anyways since some are virtual, and made all of the other functions virtual. BUG=98716 Review URL: http://codereview.chromium.org/8375039 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107151 0039d316-1c4b-4281-b951-d872f2087c98
-
robert.nagy@gmail.com authored
also add a way to override the hardcoded path in PathProviderPosix() to ease development BUG= TEST= Review URL: http://codereview.chromium.org/8390002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107149 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107148 0039d316-1c4b-4281-b951-d872f2087c98
-
hclam@chromium.org authored
Some libvpx files are marked with executable bit. TBR=vandebo BUG=None TEST=None Review URL: http://codereview.chromium.org/8390007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107147 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome://media-internalsscherkus@chromium.org authored
Patch by scottfr@chromium.org. Review URL: http://codereview.chromium.org/7972028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107146 0039d316-1c4b-4281-b951-d872f2087c98
-
rogerta@chromium.org authored
BUG=99547 TEST=Install chrome and stop it as quickly as possible when the window opens. Or create a new profile and close all windows as soon as the new profile's window opens. Do that as often as you like. Make sure that eventually, after leaving the windows open, that all default apps are correctly installed. Review URL: http://codereview.chromium.org/8245018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107144 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107143 0039d316-1c4b-4281-b951-d872f2087c98
-
wjia@chromium.org authored
Review URL: http://codereview.chromium.org/8387013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107142 0039d316-1c4b-4281-b951-d872f2087c98
-
sadrul@chromium.org authored
One of the functions didn't really do what it claimed it did. This ended up causing problems where pressing just the shift key (or the ctrl or alt key) would cause some garbage character to show up. BUG=101440 TEST=manually Review URL: http://codereview.chromium.org/8380033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107141 0039d316-1c4b-4281-b951-d872f2087c98
-
cmp@chromium.org authored
BUG=101514 TBR=nsylvain@chromium.org Review URL: http://codereview.chromium.org/8396006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107139 0039d316-1c4b-4281-b951-d872f2087c98
-
xiyuan@chromium.org authored
BUG=98308 TEST=None. Wait until app list window is checked in to verify. Review URL: http://codereview.chromium.org/8383022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107138 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107137 0039d316-1c4b-4281-b951-d872f2087c98
-
hclam@chromium.org authored
BUG=None TEST=All test runs and libvpx builds TBR=scherkus Review URL: http://codereview.chromium.org/8381012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107136 0039d316-1c4b-4281-b951-d872f2087c98
-
grt@chromium.org authored
BUG=none TEST=none Review URL: http://codereview.chromium.org/8361011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107134 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107133 0039d316-1c4b-4281-b951-d872f2087c98
-
joaodasilva@chromium.org authored
BUG=101468 TEST=ExtensionBookmarksTest.* passes and doesn't leak a DictionaryValue Review URL: http://codereview.chromium.org/8394001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107132 0039d316-1c4b-4281-b951-d872f2087c98
-
agl@chromium.org authored
This change introduces a command line flag for enabling CRL sets while the serving side is still in development. It contains code for NSS (revocation checking will proceed as normal on other platforms). BUG=none TEST=none Review URL: http://codereview.chromium.org/8342054 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107131 0039d316-1c4b-4281-b951-d872f2087c98
-
michaelbai@google.com authored
As the requirement of third_party/android/testrunner, the Android SDK needs in the system path. BUG= TEST= Review URL: http://codereview.chromium.org/8380026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107130 0039d316-1c4b-4281-b951-d872f2087c98
-
jam@chromium.org authored
BUG=98716 Review URL: http://codereview.chromium.org/8381029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107128 0039d316-1c4b-4281-b951-d872f2087c98
-
sadrul@chromium.org authored
BUG=99757 TEST=manually Review URL: http://codereview.chromium.org/8370024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107126 0039d316-1c4b-4281-b951-d872f2087c98
-
dilmah@chromium.org authored
Also minor change for new API: increase timeout for waiting WEB_SOCKET_PROXY_STARTED notification. New API (GetURLForTCP as opposed to GetPassportForTCP) runs on ephemeral port so if port is not known then we cannot construct URL at all. 3 seconds may be too little to launch proxy on slow overloaded machine. BUG=chromium-os:21942 TEST=Manual+Apitest Review URL: http://codereview.chromium.org/8362027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107125 0039d316-1c4b-4281-b951-d872f2087c98
-
mnissler@chromium.org authored
BUG=None TEST=compiles and passes tests. Review URL: http://codereview.chromium.org/8382005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107124 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107123 0039d316-1c4b-4281-b951-d872f2087c98
-
yurys@chromium.org authored
BUG=None TEST=None TBR=jchaffraix Review URL: http://codereview.chromium.org/8396002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107122 0039d316-1c4b-4281-b951-d872f2087c98
-
hclam@chromium.org authored
Add frame rate as a statistic that we collect. This can be used to determine the size of video frames that we're sending. Frame rate recorded is the number of frames received per second but not the frame rate displayed. BUG=None TEST=chromoting runs just fine Review URL: http://codereview.chromium.org/8310001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107121 0039d316-1c4b-4281-b951-d872f2087c98
-
jwd@chromium.org authored
Prevents a profile from editing the avatar and profile name of another profile in the Personal Options page. This is to make way for syncing those two preferences; we don't want to allow modifying those prefs of profiles that are not loaded.Patch from Jesse Doherty <jwd@chromium.org>BUG=87658TEST=NONE Review URL: http://codereview.chromium.org/8297001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107118 0039d316-1c4b-4281-b951-d872f2087c98
-
jstritar@chromium.org authored
BUG=101484 TEST=HungRendererControllerTest.FLAKY_TestShowAndClose Review URL: http://codereview.chromium.org/8393004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107117 0039d316-1c4b-4281-b951-d872f2087c98
-
progame@chromium.org authored
Change the dev toggle in Extensions options page to use text-align instead of float so it mirrors properly in RTL UI. BUG=101461 TEST=Open chrome://extensions/. Notice the dev toggle is to the right for English UI and to the left for Hebrew UI. Review URL: http://codereview.chromium.org/8381034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107116 0039d316-1c4b-4281-b951-d872f2087c98
-
joaodasilva@chromium.org authored
This is the continuation of http://codereview.chromium.org/7972013/ BUG=99178 TEST=Everything works as before, no visible changes yet Review URL: http://codereview.chromium.org/8139029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107115 0039d316-1c4b-4281-b951-d872f2087c98
-
penghuang@chromium.org authored
BUG=101342 TEST=git try --bot=linux_valgrind Review URL: http://codereview.chromium.org/8383018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107114 0039d316-1c4b-4281-b951-d872f2087c98
-
joaodasilva@chromium.org authored
Also introduced BrowserThread::WaitForPendingTasksOn(), and removing SignalingTask. BUG=100217 TEST=policy.PolicyTest.testBlacklistPolicy doesn't flake Review URL: http://codereview.chromium.org/8274012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@107113 0039d316-1c4b-4281-b951-d872f2087c98
-