- 27 Jul, 2012 40 commits
-
-
tim@chromium.org authored
Also makes ProfileSyncService::SetSetupInProgress(false) do nothing if the value was already false. BUG=138343 TEST=unit_tests Review URL: https://chromiumcodereview.appspot.com/10829029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148736 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148735 0039d316-1c4b-4281-b951-d872f2087c98
-
sleffler@chromium.org authored
TBR=nduca@chromium.org BUG=none TEST=build + run Change-Id: I502bc6f2fe72ca56c6961295a5e9fa6c27b908f9 Review URL: https://chromiumcodereview.appspot.com/10820036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148734 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-release@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148733 0039d316-1c4b-4281-b951-d872f2087c98
-
henrika@chromium.org authored
This CL adds support for experimental exclusive-mode streaming to WASAPIAudioOutputStream. Enabling the flag "enable-exclusive-mode" will ensure that output audio streaming on Windows runs in exclusive mode (if the user has allowed it). Initial tests shows that we can reach latencies of about 3.33ms for 48kHz. As a comparison, for shared-mode, the total latency is ~35ms (even if the time between each OnMoreData() callback is ~10ms). BUG=133483 TEST=media_unittests --enable-exclusive-audio --gtest_filter=WinAudioOutputTest* Review URL: https://chromiumcodereview.appspot.com/10575017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148731 0039d316-1c4b-4281-b951-d872f2087c98
-
nirnimesh@chromium.org authored
Now that /root/.forget_usernames is gone, remove the hacks from chromeos_ephemeral.py BUG=None TEST=chromeos_ephemeral.py NOTRY=true R=bartfab@chromium.org Review URL: https://chromiumcodereview.appspot.com/10832046 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148730 0039d316-1c4b-4281-b951-d872f2087c98
-
cristian.patrasciuc@gmail.com authored
the source URL and referrer URL are stored as extended file attributes. Also see http://www.freedesktop.org/wiki/CommonExtendedAttributes BUG=45903 TEST=content_unittests/file_metadata_unittest_linux.cc/FileMetadataLinuxTest Review URL: https://chromiumcodereview.appspot.com/10784007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148729 0039d316-1c4b-4281-b951-d872f2087c98
-
mkwst@chromium.org authored
BUG=117154 TEST=Just docs, no tests. Review URL: https://chromiumcodereview.appspot.com/10810054 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148728 0039d316-1c4b-4281-b951-d872f2087c98
-
kochi@chromium.org authored
Future CLs will use these operations. BUG=chromium:127728 TEST=none TBR=ben@chromium.org Review URL: https://chromiumcodereview.appspot.com/10821065 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148727 0039d316-1c4b-4281-b951-d872f2087c98
-
hbono@chromium.org authored
This change reapplies Justin's spellchecker change <http://codereview.chromium.org/326012/>, which is not applied to the current trunk somehow. BUG=20469 TEST=none Review URL: https://chromiumcodereview.appspot.com/10823011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148726 0039d316-1c4b-4281-b951-d872f2087c98
-
nona@chromium.org authored
This CL contains - Make ProcessKeyEvent asynchronous and add unittest for asynchronous handling. - Add missing signal (CommitText). - Fix wrong signal name (UpdatePreedit -> UpdatePreeditText). BUG=None TEST=ran chromeos_unittests Review URL: https://chromiumcodereview.appspot.com/10835003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148725 0039d316-1c4b-4281-b951-d872f2087c98
-
mukai@chromium.org authored
BUG=137516 TEST=manually checked on lumpy Review URL: https://chromiumcodereview.appspot.com/10829034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148724 0039d316-1c4b-4281-b951-d872f2087c98
-
hashimoto@chromium.org authored
BUG=126674 TEST=build success Review URL: https://chromiumcodereview.appspot.com/10829032 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148723 0039d316-1c4b-4281-b951-d872f2087c98
-
alexeypa@chromium.org authored
Adding a breakpad tester tool. It can be used to crash the specified process so that we can check if the crash dump is correctly generated. Review URL: https://chromiumcodereview.appspot.com/10830043 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148722 0039d316-1c4b-4281-b951-d872f2087c98
-
kbr@chromium.org authored
Use EXT_robustness where available on GLES2 platforms to detect and respond to resets of the graphics card. BUG=138162 TEST=ran https://cvs.khronos.org/svn/repos/registry/trunk/public/webgl/conformance-suites/1.0.1/extra/slow-shader-example.html on Windows with ANGLE and verified that new code path was taken Review URL: https://chromiumcodereview.appspot.com/10822029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148721 0039d316-1c4b-4281-b951-d872f2087c98
-
groby@chromium.org authored
R=mpcomplete@chromium.org,gbillock@chromium.org BUG=130432 TEST=CWSIntentsRegistryTest.LocalizeMatchingLocale:ExtensionL10nUtil.GetAllFallbackLocales:ExtensionL10nUtil.LoadMessageCatalogs* Review URL: https://chromiumcodereview.appspot.com/10790087 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148720 0039d316-1c4b-4281-b951-d872f2087c98
-
yongsheng.zhu@intel.com authored
So the parser can know 'Android' platform. Also the failed case 'GPUTestExpectationsParserTest.WebGLTestExpectationsValidation' is passed. BUG=118542 TEST=content_unittests Review URL: https://chromiumcodereview.appspot.com/10833003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148719 0039d316-1c4b-4281-b951-d872f2087c98
-
khorimoto@chromium.org authored
CID=103978 BUG=139242 TEST= Review URL: https://chromiumcodereview.appspot.com/10820017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148718 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148717 0039d316-1c4b-4281-b951-d872f2087c98
-
thakis@chromium.org authored
Fixes a build warning with the 10.8 SDK BUG=139138 TEST=none TBR=dmaclach Review URL: https://chromiumcodereview.appspot.com/10826042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148716 0039d316-1c4b-4281-b951-d872f2087c98
-
sievers@chromium.org authored
This creates either a texture transport surface (for compositor use) or a native window surface. Also add a way to look up a surface handle that cannot be serialized over IPC. We simply get it from the tracker as we are running the GPU thread in the browser process. BUG=136923 Review URL: https://chromiumcodereview.appspot.com/10795058 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148715 0039d316-1c4b-4281-b951-d872f2087c98
-
smckay@chromium.org authored
Use IntentsQuery as the WDS consumer. By unencumbering WebIntentsRegistry of this responsibility we'll be able to more easily accommodate new request types. BUG=137907 TEST=WebIntentsRegistryTest.* Review URL: https://chromiumcodereview.appspot.com/10827056 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148714 0039d316-1c4b-4281-b951-d872f2087c98
-
jam@chromium.org authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148713 0039d316-1c4b-4281-b951-d872f2087c98
-
kinaba@chromium.org authored
This CL is the part 2 (of 2) for fixing 138512. In GDataFileSystem::GetEntry*() family of functions, check the existence of dirty cache and if there exists, use the file info from the cache file. BUG=138512 TEST=unit_tests --gtest_filter='*GData*' TEST=Manual: - edit a file by photo editor and save as a different file. - verify the file size and the date is displayed correctly for the edited file even if feed update intervenes. Review URL: https://chromiumcodereview.appspot.com/10826006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148712 0039d316-1c4b-4281-b951-d872f2087c98
-
jam@chromium.org authored
Also add support for single-process. BUG=90448 Review URL: https://chromiumcodereview.appspot.com/10820043 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148711 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
TEST() macro should be used instead. TEST=ui_unittests R=sky@chromium.org Review URL: https://chromiumcodereview.appspot.com/10808072 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148710 0039d316-1c4b-4281-b951-d872f2087c98
-
rtenneti@google.com authored
xp-release-dual-core/moz/total_op_r: http://build.chromium.org/f/chromium/perf/xp-release-dual-core/moz/report.html?history=150&rev=148651&graph=total_op_r TBR=cmp BUG=139267 Review URL: https://chromiumcodereview.appspot.com/10827065 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148707 0039d316-1c4b-4281-b951-d872f2087c98
-
rtenneti@chromium.org authored
Updated total_byte_r instead total_op_r. Will submit a separate CL to update total_op_r. xp-release-dual-core/moz/total_op_r: http://build.chromium.org/f/chromium/perf/xp-release-dual-core/moz/report.html?history=150&rev=148651&graph=total_op_r TBR=cmp BUG=139267 Review URL: https://chromiumcodereview.appspot.com/10829052 TBR=rtenneti@google.com Review URL: https://chromiumcodereview.appspot.com/10820044 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148704 0039d316-1c4b-4281-b951-d872f2087c98
-
asanka@chromium.org authored
Move prompting logic from content/ to chrome/. When determining the target path for a download, we used to notify content/ of what the target path was along with a flag indicating whether the user should be prompted. Then DownloadManager would call into the DownloadManagerDelegate to request a prompt if necessary. This patch short circuits the logic so that the DownloadManagerDelegate would prompt the user as necessary and only pass the final path to the DownloadItem. BUG=78085 TEST=unit tests TBR=sky,mirandac Review URL: https://chromiumcodereview.appspot.com/10704052 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148703 0039d316-1c4b-4281-b951-d872f2087c98
-
yosin@chromium.org authored
TBR=tomhudson@chromium.org BUG= TEST= Review URL: https://chromiumcodereview.appspot.com/10833045 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148702 0039d316-1c4b-4281-b951-d872f2087c98
-
lambroslambrou@chromium.org authored
This facilitates building a Debian package, currently for Ubuntu 10.04. This is based on work by benley@ and jamiewalch@ (http://codereview.chromium.org/10800099/) TODO: * Allow building packages for other versions of Ubuntu (maybe detect the current build platform and use that) * Integrate better with gyp, instead of hard-coding out/Release and manually supplying version_full to the script. * Add man-page for me2me_virtual_host * Use separate staging area for the debian/ build directory, instead of polluting the source tree. BUG=131245 TEST= Review URL: https://chromiumcodereview.appspot.com/10821028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148701 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148700 0039d316-1c4b-4281-b951-d872f2087c98
-
bradnelson@google.com authored
Many of the includes / dependencies in ppapi + nacl are badly specified. This turns on checkdeps for most stuff and makes extra stuff explicit. BUG=http://code.google.com/p/chromium/issues/detail?id=93520 TEST=checkdeps passes R=brettw@chromium.org Review URL: https://chromiumcodereview.appspot.com/10797018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148699 0039d316-1c4b-4281-b951-d872f2087c98
-
thestig@chromium.org authored
BUG=none TEST=none Review URL: https://chromiumcodereview.appspot.com/10824036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148698 0039d316-1c4b-4281-b951-d872f2087c98
-
dcheng@chromium.org authored
Sort of. SendNotification() is still there. Perhaps we want to split the interfaces completely. BUG=124149 TEST=tests should still pass, no observable behavior change NOTRY=true Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=147801 Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=148496 Review URL: https://chromiumcodereview.appspot.com/10702074 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148697 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
BUG=133088 TBR=ben@chromium.org Review URL: https://chromiumcodereview.appspot.com/10826011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148696 0039d316-1c4b-4281-b951-d872f2087c98
-
dcheng@chromium.org authored
BUG=139229 TEST=sync_integration_tests should still pass Review URL: https://chromiumcodereview.appspot.com/10825047 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148695 0039d316-1c4b-4281-b951-d872f2087c98
-
vandebo@chromium.org authored
BUG=NONE TEST=NONE Review URL: https://chromiumcodereview.appspot.com/10822002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148694 0039d316-1c4b-4281-b951-d872f2087c98
-
steveblock@chromium.org authored
Also fix a couple of bugs in the license tool. - When scanning, ignore directories that don't contain any files, on the assumption that these are DEPS directories for projects not used by our current configuration. - Don't recurse into directories in ADDITIONAL_PATHS, just as we don't for regular third_party/foo directories. Notes - License file for third_party/mozc was taken from source header. - LICENSE.chromium_os was copied from Chromium OS source tree. This fixes 'licenses.py scan' for an Android checkout. BUG=138921 Review URL: https://chromiumcodereview.appspot.com/10829042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148693 0039d316-1c4b-4281-b951-d872f2087c98
-
kochi@chromium.org authored
BUG=chromium:127728 TEST=unit_test --gtest_filter="DriveApiParser.*" Review URL: https://chromiumcodereview.appspot.com/10810070 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148692 0039d316-1c4b-4281-b951-d872f2087c98
-