- 12 Mar, 2012 40 commits
-
-
yfriedman@chromium.org authored
BUG=117407 TEST= Review URL: http://codereview.chromium.org/9669055 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126224 0039d316-1c4b-4281-b951-d872f2087c98
-
kuan@chromium.org authored
- also remove unused GetGCacheDirectoryPath method. BUG=chromium-os:27510 TEST=unittest GDataFileSystemTest.GetFromCacheForPath should pass. Review URL: https://chromiumcodereview.appspot.com/9694008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126223 0039d316-1c4b-4281-b951-d872f2087c98
-
mseaborn@chromium.org authored
This test for exception handling in the browser is being added on the NaCl side, but it won't work yet until support is added on the Chromium side. I'm adding a line to disable it so that I can later enable the test in the same change that adds exception handling support in Chromium. BUG=http://code.google.com/p/nativeclient/issues/detail?id=2602 TEST=none Review URL: https://chromiumcodereview.appspot.com/9688017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126222 0039d316-1c4b-4281-b951-d872f2087c98
-
kevers@chromium.org authored
BUG=chromium:116977 TEST=Open network options for a WiFi or Ethernet connection. The dialog should contain a proxy tab. If the network is shared, the contents of the tab are enabled/disabled based on whether "enable proxies for shared networks" is checked in the main settings page. Review URL: http://codereview.chromium.org/9668010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126221 0039d316-1c4b-4281-b951-d872f2087c98
-
jschuh@chromium.org authored
Flash Access broke. Until that's fixed these changes need to be removed. Reverting: https://src.chromium.org/viewvc/chrome?view=rev&revision=121772 Reverting: https://src.chromium.org/viewvc/chrome?view=rev&revision=121478 Reverting: https://src.chromium.org/viewvc/chrome?view=rev&revision=121286 TBR=cpu@chromium.org TBR=jam@chromium.org Review URL: http://codereview.chromium.org/9692001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126220 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126219 0039d316-1c4b-4281-b951-d872f2087c98
-
dpranke@chromium.org authored
R=ben@chromium.org, darin@chromium.org BUG=88315 Review URL: https://chromiumcodereview.appspot.com/9664020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126218 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
BUG=116275 TEST=see bug. Review URL: http://codereview.chromium.org/9663037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126217 0039d316-1c4b-4281-b951-d872f2087c98
-
abarth@chromium.org authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126216 0039d316-1c4b-4281-b951-d872f2087c98
-
jam@chromium.org authored
BUG=98716 Review URL: https://chromiumcodereview.appspot.com/9691003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126215 0039d316-1c4b-4281-b951-d872f2087c98
-
http://src.chromium.org/viewvc/chrome?view=rev&revision=125984cevans@chromium.org authored
BUG=125984 TBR=apatrick Review URL: https://chromiumcodereview.appspot.com/9693011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126213 0039d316-1c4b-4281-b951-d872f2087c98
-
dpranke@chromium.org authored
I think I added this because webkit_glue had the dependency but wasn't declaring it, and this was before I fixed that (and before glue was a separate component). Having the dependency declared in both is not only wrong, but is causing heapchecker to fail on linux. R=jam@chromium.org BUG=112389 TEST=compile linux w/ component=shared_library and linux_use_heapchecker=1 and try to run unit_tests; it should actually run. Review URL: https://chromiumcodereview.appspot.com/9669012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126212 0039d316-1c4b-4281-b951-d872f2087c98
-
jhawkins@chromium.org authored
CID_COUNT=3 CID=103471,103509,103510 BUG=none TEST=none R=groby Review URL: https://chromiumcodereview.appspot.com/9662050 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126211 0039d316-1c4b-4281-b951-d872f2087c98
-
derat@chromium.org authored
This adds a test that views::Label disables subpixel rendering when a transparent background color is in use. BUG=117184 TEST=ran it Review URL: http://codereview.chromium.org/9688020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126210 0039d316-1c4b-4281-b951-d872f2087c98
-
jamiewalch@google.com authored
BUG=117555 TEST=Manual Review URL: https://chromiumcodereview.appspot.com/9664013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126208 0039d316-1c4b-4281-b951-d872f2087c98
-
ben@chromium.org authored
Ctrl+Shift+F1 brings it up. http://crbug.com/97266 TEST=none Review URL: https://chromiumcodereview.appspot.com/9662022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126207 0039d316-1c4b-4281-b951-d872f2087c98
-
http://codereview.chromium.org/9625006/flackr@chromium.org authored
TBR=jhawkins BUG=116312 TEST=None Review URL: https://chromiumcodereview.appspot.com/9695008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126206 0039d316-1c4b-4281-b951-d872f2087c98
-
keybuk@chromium.org authored
BlueZ requires that to connect to a remote device we provide a D-Bus object with which it can interact during the pairing process known as the Agent. Implement the service provider for the Agent which interacts with its Delegate class to provide the functionality BlueZ requires. BUG=chromium-os:27101 TEST=emerge chromeos-chrome Change-Id: Ica2273b217952e960a18e6885e1fff67ade5d0ce Review URL: http://codereview.chromium.org/9663035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126205 0039d316-1c4b-4281-b951-d872f2087c98
-
isherman@chromium.org authored
This CL completes the implementation of http://crosbug.com/20004. When the ephemeral users policy is enabled, users are not added to UserManager's persistent list and are not asked to pick a user image. UserManager additionally checks for stale entries created before the policy was enabled and removes these, along with downloaded user images. See http://goo.gl/wTPEb for a design doc. The CL includes unit tests for the new feature. BUG=chromium-os:20004 TEST=unittest UserManagerTest* TEST=manual feature test in numerous scenarios on a Chromebook Review URL: http://codereview.chromium.org/9405035 TBR=bartfab@google.com git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126204 0039d316-1c4b-4281-b951-d872f2087c98
-
csilv@chromium.org authored
BUG=117645 Review URL: https://chromiumcodereview.appspot.com/9666061 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126203 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
BUG=117255 R=ben@chromium.org Review URL: https://chromiumcodereview.appspot.com/9688003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126202 0039d316-1c4b-4281-b951-d872f2087c98
-
jhawkins@chromium.org authored
BUG=none TEST=none R=csilv,dbeam Review URL: https://chromiumcodereview.appspot.com/9689007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126201 0039d316-1c4b-4281-b951-d872f2087c98
-
joi@chromium.org authored
without knowing about content's internals. From the embedders' point of view, this is done by splitting the "tester" interface away from the RenderViewHost interface, rather than extending the parallel interface/implementation hierarchy; see comments on TestRenderViewHost for the rationale. TBR=ben@chromium.org BUG=98716 Review URL: https://chromiumcodereview.appspot.com/9645003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126200 0039d316-1c4b-4281-b951-d872f2087c98
-
creis@chromium.org authored
BUG=104346 TEST=Steps to reproduce listed in the bug. Review URL: https://chromiumcodereview.appspot.com/9514016 Patch from Nasko Oskov <nasko@chromium.org>. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126199 0039d316-1c4b-4281-b951-d872f2087c98
-
bartfab@google.com authored
This CL completes the implementation of http://crosbug.com/20004. When the ephemeral users policy is enabled, users are not added to UserManager's persistent list and are not asked to pick a user image. UserManager additionally checks for stale entries created before the policy was enabled and removes these, along with downloaded user images. See http://goo.gl/wTPEb for a design doc. The CL includes unit tests for the new feature. BUG=chromium-os:20004 TEST=unittest UserManagerTest* TEST=manual feature test in numerous scenarios on a Chromebook Review URL: http://codereview.chromium.org/9405035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126198 0039d316-1c4b-4281-b951-d872f2087c98
-
satorux@chromium.org authored
There was a stupid typo in a function name that broke the feature completely. Besides, doSelectFiles_() wasn't called for gdata files. BUG=chromium-os:27671 TEST=manually Review URL: https://chromiumcodereview.appspot.com/9693005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126197 0039d316-1c4b-4281-b951-d872f2087c98
-
estade@chromium.org authored
BUG=110760 TEST=manual on linux/gtk and chromeos Review URL: https://chromiumcodereview.appspot.com/9665028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126196 0039d316-1c4b-4281-b951-d872f2087c98
-
estade@chromium.org authored
when done packing an extension, close the overlay rather than going back to pack extension overlay BUG=116459 TEST=pack an extension (successfully). Press ok. Review URL: https://chromiumcodereview.appspot.com/9666029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126195 0039d316-1c4b-4281-b951-d872f2087c98
-
piman@chromium.org authored
GpuChannelHostFactory itself is no longer a singleton, we pass it explicitly to WebGraphicsContext3DCommandBufferImpl. That prevents RenderThreadImpl and BrowserGpuChannelHostFactory from stomping on each other in --single-process mode BUG=117594 TEST=see bug Review URL: http://codereview.chromium.org/9667012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126194 0039d316-1c4b-4281-b951-d872f2087c98
-
binji@chromium.org authored
(minor yak-shave necessary to support extension install). BUG=none TEST=WebIntentPickerModel.*, WebIntentPickerControllerBrowserTest.* TBR=estade@chromium.org TBR=sky@chromium.org TBR=sail@chromium.org Review URL: http://codereview.chromium.org/9649020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126191 0039d316-1c4b-4281-b951-d872f2087c98
-
dennisjeffrey@chromium.org authored
The new control test, testControlAttachDetachDOMTreeWebDriver, behaves the same as the existing control test testControlAttachDetachDOMTree, except it uses webdriver to click on buttons to attach/detach a DOM tree, rather than relying on Javascript setTimeout calls to drive the attaching/detaching. BUG=chromium-os:27590 TEST=Verified the test runs successfully on my local linux machine. Review URL: https://chromiumcodereview.appspot.com/9687001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126190 0039d316-1c4b-4281-b951-d872f2087c98
-
markus@chromium.org authored
good chance that we will produce a zombie process inside of the new pid namespace. This happens, because we create a short-lived helper process when setting up the pid namespace, but the new "init" process never gets around to reaping this process. It would have reaped it, if it had received a SIGCHLD signal from any other process that died. But without the seccomp sandbox, that doesn't happen very frequently. This changelist reorders instructions so that we always look for dead children at least once, when starting the mainloop of the new "init" process. In doing so, we will always find and reap our dead helper process. BUG=109944 TEST=Run Chrome with the suid but without the seccomp sandbox, grep for "defunct" processes in the output of "ps auxw". There shouldn't be any. Review URL: https://chromiumcodereview.appspot.com/9661001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126188 0039d316-1c4b-4281-b951-d872f2087c98
-
jbates@chromium.org authored
R=zmo Review URL: http://codereview.chromium.org/9663033 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126187 0039d316-1c4b-4281-b951-d872f2087c98
-
alexeypa@chromium.org authored
The default SAS is Ctrl+Alt+Delete. It can neither be intercepted by the client (at least on Windows) nor it can be injected the same way other key strokes are injected. This CL makes the Windows host to interpret a double Scroll Lock as a SAS and invoke the Chromoting service to issue the actual SAS. Review URL: http://codereview.chromium.org/9617027 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126186 0039d316-1c4b-4281-b951-d872f2087c98
-
sadrul@chromium.org authored
The refactoring includes: * Move a function into anonymous namespace. * Add NetworkMenu::ConnectToNetwork, which Does The Right Thing when asked to connect to a specified network. BUG=110130,109480 TEST=none Review URL: https://chromiumcodereview.appspot.com/9690021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126185 0039d316-1c4b-4281-b951-d872f2087c98
-
acolwell@chromium.org authored
BUG=109875 TEST=FFmpegVideoDecoderTest.Flush_DuringPendingRead Review URL: http://codereview.chromium.org/9667018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126183 0039d316-1c4b-4281-b951-d872f2087c98
-
thakis@chromium.org authored
BUG=90078 TEST=none Review URL: http://codereview.chromium.org/9646029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126181 0039d316-1c4b-4281-b951-d872f2087c98
-
jam@chromium.org authored
BUG=98716 Review URL: https://chromiumcodereview.appspot.com/9688019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126180 0039d316-1c4b-4281-b951-d872f2087c98
-
jschuh@chromium.org authored
I've described the unpreventable corner case in the linked bug. I'm still going to collect data to get good baselines, and will work with Adobe to get something better landed inside Flash. BUG=115658 TBR=ananta@chromium.org Review URL: http://codereview.chromium.org/9688022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126179 0039d316-1c4b-4281-b951-d872f2087c98
-
benchan@chromium.org authored
This CL changes the FileCopyManager to use FileEntry.copyTo() / FileEntry.moveTo() to copy / move files within the GData file system, which calls GDataFileSystem::Copy() / GDataFileSystem::Move() under the hood. BUG=chromium-os:26962 TEST=Manually tested copy, move, and rename operations on GData mount point. (Copying of regular files is not implemented) Review URL: http://codereview.chromium.org/9667040 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@126178 0039d316-1c4b-4281-b951-d872f2087c98
-