- 27 Jul, 2012 40 commits
-
-
gavinp@chromium.org authored
Very basic support for three simultanious prerenders, as a basis for continued updates on the API. R=dominich@chromium.org BUG=None Review URL: https://chromiumcodereview.appspot.com/10802024 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148761 0039d316-1c4b-4281-b951-d872f2087c98
-
mathp@google.com authored
a user (with associated profile) had clicked "Cancel". New behavior is that we now remember for which email the bar was dismissed, and show it again in case the user signs in with a different email. If the user accepts the one-click sign-in at one point, the bar never shows again for this profile BUG=118280 TEST=Cancel the one-click sign-in bar, log-in with another Google account, see that it still shows up. Review URL: https://chromiumcodereview.appspot.com/10555005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148760 0039d316-1c4b-4281-b951-d872f2087c98
-
satorux@chromium.org authored
This section is used to show metadata of the file system as pre-formatted text. We could make it prettier, but pre-formatted text should be sufficient for developers. BUG=135328 TEST=the new section is shown in chrome:drive-internals properly Review URL: https://chromiumcodereview.appspot.com/10821051 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148759 0039d316-1c4b-4281-b951-d872f2087c98
-
sadrul@chromium.org authored
BUG=138952 TEST=none Review URL: https://chromiumcodereview.appspot.com/10823046 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148758 0039d316-1c4b-4281-b951-d872f2087c98
-
scshunt@chromium.org authored
BUG=none TEST=compiles Review URL: https://chromiumcodereview.appspot.com/10696158 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148757 0039d316-1c4b-4281-b951-d872f2087c98
-
shadi@chromium.org authored
chrome/test/data/media files that were copied in r148190 in preparation for r148349 BUG=125424 NOTRY=true TEST=none Review URL: https://chromiumcodereview.appspot.com/10825038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148756 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148755 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
BUG=133088 TBR=ben@chromium.org NOTRY=True Review URL: https://chromiumcodereview.appspot.com/10826043 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148754 0039d316-1c4b-4281-b951-d872f2087c98
-
lliabraa@chromium.org authored
iossim is a command line tool used to run an iOS app in the iOS Simulator. BUG=None TEST=None Review URL: https://chromiumcodereview.appspot.com/10805004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148753 0039d316-1c4b-4281-b951-d872f2087c98
-
satorux@chromium.org authored
This section is used to show contents in the GCache directory. BUG=135328 TEST=the new section is shown in chrome:drive-internals properly Review URL: https://chromiumcodereview.appspot.com/10823039 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148752 0039d316-1c4b-4281-b951-d872f2087c98
-
zhaoqin@google.com authored
R=mpcomplete@chromium.org,gbillock@chromium.org BUG=130432 TEST=CWSIntentsRegistryTest.LocalizeMatchingLocale:ExtensionL10nUtil.GetAllFallbackLocales:ExtensionL10nUtil.LoadMessageCatalogs* Review URL: https://chromiumcodereview.appspot.com/10790087 TBR=groby@chromium.org Review URL: https://chromiumcodereview.appspot.com/10821068 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148751 0039d316-1c4b-4281-b951-d872f2087c98
-
sadrul@chromium.org authored
Accumulating all the positions of the touch-events of a single touch-point during its entire lifetime is not very useful. So instead, stop accumulating the positions when the point leaves the manhattan square. BUG=139175 TEST=none TBR=sky@chromium.org Review URL: https://chromiumcodereview.appspot.com/10831043 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148750 0039d316-1c4b-4281-b951-d872f2087c98
-
timurrrr@chromium.org authored
On my unit_tests runs, up to 25% of the memory accesses were from inside the std::string internals, which is A LOT. TBR=glider TEST=unit_tests should become faster Review URL: https://chromiumcodereview.appspot.com/10834050 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148748 0039d316-1c4b-4281-b951-d872f2087c98
-
battre@chromium.org authored
BUG=137507 TEST=no Review URL: https://chromiumcodereview.appspot.com/10824041 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148747 0039d316-1c4b-4281-b951-d872f2087c98
-
joaodasilva@chromium.org authored
BUG=None TEST=None Review URL: https://chromiumcodereview.appspot.com/10827069 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148745 0039d316-1c4b-4281-b951-d872f2087c98
-
rlp@chromium.org authored
BUG=112525 TEST=unittests, manual TBR=sky@chromium.org Review URL: https://chromiumcodereview.appspot.com/10827047 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148744 0039d316-1c4b-4281-b951-d872f2087c98
-
gavinp@chromium.org authored
Remove the second comparison group from the prerender field trials, and reorganize the code so that we can compile assert on the summation. The second group has already shown us our numbers are good. The compile time assertion should avoid fat finger errors that we've caught in other reviews (which would otherwise have been a _beta crasher_!). I think we should also give consideration to renaming these histograms for ease of understanding. I know that makes a historic comparison cost, but it makes arriving new in this area so much easier. I'll rebase the multiple prerender CL on top of this. R=dominich@chromium.org BUG=None TEST= Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=148639 Review URL: https://chromiumcodereview.appspot.com/10802062 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148743 0039d316-1c4b-4281-b951-d872f2087c98
-
hongbo.min@intel.com authored
BUG=138525 TEST=content_browsertests Review URL: https://chromiumcodereview.appspot.com/10824043 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148742 0039d316-1c4b-4281-b951-d872f2087c98
-
benwells@chromium.org authored
The details was a boolean indicating whether this is the last browser window closing. As part of this change the logic for saving pinned tabs has been changed to not use the boolean in the details, and has been updated to handle the case where a user exit or closing of the last window is cancelled by an onbeforeunload event. Also as part of this change, both the pinned tab and multi profile features have been updated to handle cases of the browser process not being closed due to background mode or (in the future) packaged apps, and then more browser windows being opened. BUG=None TEST=Test shutdown Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=148281 Review URL: https://chromiumcodereview.appspot.com/10800031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148741 0039d316-1c4b-4281-b951-d872f2087c98
-
peria@chromium.org authored
On timeout of setting up sync, show a dialog to tell users the task longer time than expected and to enable them to close spinner window. BUG=128692 TEST=manually Review URL: https://chromiumcodereview.appspot.com/10539128 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148740 0039d316-1c4b-4281-b951-d872f2087c98
-
peter@chromium.org authored
This broke the Android WebKit bots as they switched to using Ninja, which should have been tested before this landed. --- Splits helper functions out of envsetup into envsetup_functions.sh. Also includes device helper functions in build/android/adb_device_functions.sh. Finally, some fixes to build/common.gypi that happened when cherry-picked down https://chromiumcodereview.appspot.com/10807019 BUG=137569,136693 Review URL: https://chromiumcodereview.appspot.com/10796104 TBR=yfriedman@chromium.org Review URL: https://chromiumcodereview.appspot.com/10821066 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@148739 0039d316-1c4b-4281-b951-d872f2087c98
-
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
-