- 16 Jan, 2013 40 commits
-
-
stevet@chromium.org authored
TEST=No user visible changes. Review URL: https://chromiumcodereview.appspot.com/11888026 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177158 0039d316-1c4b-4281-b951-d872f2087c98
-
bartfab@chromium.org authored
These assets will be used by a BubbleButton that appears whenever a policy name does not fit into the allocated table cell. BUG=134849 TEST=Chrome compiles TBR=sail@chromium.org Review URL: https://codereview.chromium.org/11866010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177154 0039d316-1c4b-4281-b951-d872f2087c98
-
pilgrim@chromium.org authored
Review URL: https://chromiumcodereview.appspot.com/11883031 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177153 0039d316-1c4b-4281-b951-d872f2087c98
-
pilgrim@chromium.org authored
Review URL: https://chromiumcodereview.appspot.com/11887028 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177152 0039d316-1c4b-4281-b951-d872f2087c98
-
nkostylev@chromium.org authored
BUG=167661 TBR=sadrul Review URL: https://codereview.chromium.org/11601006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177151 0039d316-1c4b-4281-b951-d872f2087c98
-
mnissler@chromium.org authored
The policy was added in 25.0.1321.0, but the documentation says it's available in 24. Fix that. BUG=chromium:170316 TEST=None Review URL: https://chromiumcodereview.appspot.com/11956010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177150 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177149 0039d316-1c4b-4281-b951-d872f2087c98
-
robertphillips@google.com authored
control: https://codereview.chromium.org/11966002/ Review URL: https://codereview.chromium.org/11958003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177148 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177147 0039d316-1c4b-4281-b951-d872f2087c98
-
yangguo@chromium.org authored
R=jkummerow@chromium.org BUG= Review URL: https://chromiumcodereview.appspot.com/11970006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177146 0039d316-1c4b-4281-b951-d872f2087c98
-
yoshiki@chromium.org authored
BUG=none TEST=ash_unittests passes R=zork@chromium.org TBR=derat@chromium.org # TBRing for modifying only magnifier related code. Review URL: https://chromiumcodereview.appspot.com/11886043 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177145 0039d316-1c4b-4281-b951-d872f2087c98
-
mtomasz@chromium.org authored
Before, an user had to click on a small x button to close the tooltip, which was inconvenient. Now, clicking on anything closes the tooltip. BUG=155703 Review URL: https://chromiumcodereview.appspot.com/11959006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177144 0039d316-1c4b-4281-b951-d872f2087c98
-
aberent@chromium.org authored
The test code was incorrectly counting the number of CPUs, and hence was only setting performance mode on, at most, n-1 of them. This meant that the results of the perf tests (at least the startup tests) depended on how Chrome distributed itself between CPUs. BUG=163336 Review URL: https://chromiumcodereview.appspot.com/11938002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177143 0039d316-1c4b-4281-b951-d872f2087c98
-
skyostil@chromium.org authored
The test was fixed by http://trac.webkit.org/changeset/139691 so we can now turn it back on. BUG=169975 Review URL: https://chromiumcodereview.appspot.com/11924002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177142 0039d316-1c4b-4281-b951-d872f2087c98
-
sheu@chromium.org authored
This is a VDA implementation for Exynos that does not use the OMX layer, instead interfacing directly with the V4L2 devices exported by the s5p-mfc and gsc-m2m kernel drivers. TEST=local build, run on snow, unittests BUG=chrome-os-partner:10057 BUG=chromium-os:37807 Change-Id: Id39a38ba739bab166a484190d9e207c5523ef345 Review URL: https://chromiumcodereview.appspot.com/11198060 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177141 0039d316-1c4b-4281-b951-d872f2087c98
-
glider@chromium.org authored
Suppress a leak in PasswordStoreTest.IgnoreOldWwwGoogleLogins (issue 170332) Suppress a race in ~NetworkChangeNotifierWinTest (issue 170334) Suppress uninit memory passed to WTF::AtomicString::add (issue 170340) TBR=groby BUG=170327,170332,170334,170340 Review URL: https://codereview.chromium.org/11962013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177140 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
The added unit tests does not depend on anything but base, so we can run the on base_unittests right now. BUG=155525 TEST=base_unittests --gtest_filter=*Pref* R=joi@chromium.org TBR=darin@chromium.org Review URL: https://chromiumcodereview.appspot.com/11879023 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177139 0039d316-1c4b-4281-b951-d872f2087c98
-
bulach@chromium.org authored
The "activity" string was being wrongly created, fully qualify them all. BUG=165914 TEST=tools/perf/run_multipage_benchmarks -v --browser=android-chrome scrolling_benchmark tools/perf/page_sets/top_25.json Review URL: https://chromiumcodereview.appspot.com/11841008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177138 0039d316-1c4b-4281-b951-d872f2087c98
-
tfarina@chromium.org authored
So, move it to c/b/ui/gtk/bookmarks. Where it's more appropriate. BUG=144783 R=sky@chromium.org Review URL: https://chromiumcodereview.appspot.com/11827058 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177137 0039d316-1c4b-4281-b951-d872f2087c98
-
atwilson@chromium.org authored
This is the first step towards enabling signin even when sync is disabled by policy. BUG=166148,113133 Review URL: https://chromiumcodereview.appspot.com/11817045 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177136 0039d316-1c4b-4281-b951-d872f2087c98
-
caseq@google.com authored
This allows multiple clients to enable/disable trace events collection independently on each other. BUG=none TEST=TraceEventTestFixture.TraceEnableDisable Review URL: https://codereview.chromium.org/11802005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177135 0039d316-1c4b-4281-b951-d872f2087c98
-
hans@chromium.org authored
The API is not implemented on Android yet. BUG=170079 TBR=jamesr Review URL: https://chromiumcodereview.appspot.com/11970005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177134 0039d316-1c4b-4281-b951-d872f2087c98
-
miu@chromium.org authored
Fix TSAN-detected data race: Sync with audio thread before accessing output_streams_ in unit test code. Removed suppression. BUG=170245 TEST=Ran TSAN analyzer tool before and after fix. Confirmed several runs all succeed. Review URL: https://chromiumcodereview.appspot.com/11962008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177133 0039d316-1c4b-4281-b951-d872f2087c98
-
reveman@chromium.org authored
bool() operator for PictureLayerTiling::Iterator should return false for iterator instances with empty dest_rect_. BUG=169980 Review URL: https://chromiumcodereview.appspot.com/11946008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177132 0039d316-1c4b-4281-b951-d872f2087c98
-
bulach@chromium.org authored
Adds a quick unit test for image_decoding_benchmark.ImageDecoding. BUG=169079 TEST=tools/perf/run_tests ImageDecodingBenchmarkUnitTest Review URL: https://chromiumcodereview.appspot.com/11881022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177131 0039d316-1c4b-4281-b951-d872f2087c98
-
vsevik@chromium.org authored
BUG=167511 TBR=jam@chromium.org Review URL: https://chromiumcodereview.appspot.com/11570081 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177130 0039d316-1c4b-4281-b951-d872f2087c98
-
Yukawa@chromium.org authored
Previous implementation always used |document_manager_for_editable_| to create an instance of ITfContext but it was incorrect. We should use corresponding document manager for each case. BUG=149136 TEST=Manually tested on Windows 8 with --enable-text-services-framework Review URL: https://chromiumcodereview.appspot.com/11779010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177129 0039d316-1c4b-4281-b951-d872f2087c98
-
haruki@chromium.org authored
BUG= TEST= Review URL: https://chromiumcodereview.appspot.com/11886057 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177127 0039d316-1c4b-4281-b951-d872f2087c98
-
halyavin@google.com authored
We are increasing verbosity level for debug stub log messages. Now in order to see them in the log, we need to pass verbosity option to Native Client module. The NaCl side of the change is here: https://codereview.chromium.org/11881048/ BUG= none TEST= NaClGdbDebugStubTest.* Review URL: https://chromiumcodereview.appspot.com/11875038 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177126 0039d316-1c4b-4281-b951-d872f2087c98
-
tzik@chromium.org authored
FileUtilProxy::Write makes a copy of the data before posting the write job, and it is one of the bottlenecks of the write operation on pepper. Though, we can safely omit the copy in QuotaFileIO::Write. BUG=168744 Review URL: https://chromiumcodereview.appspot.com/11615036 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177125 0039d316-1c4b-4281-b951-d872f2087c98
-
mtomasz@chromium.org authored
Previous spinner was too dark. This patch updates the spinner's svg file. TEST=In Files.app go to Drive and enter something to the search box. Spinner should have 50% opacity. BUG=167795 Review URL: https://chromiumcodereview.appspot.com/11946012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177124 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-release@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177123 0039d316-1c4b-4281-b951-d872f2087c98
-
mtomasz@chromium.org authored
Along the way, changed border to black to avoid illusion of overlapping pictures when hovering. TEST=Enter Files.app, go to Drive, open picture, enter mosaic mode, hover on images. Compare with an attachment in the bug's description. BUG=170302 Review URL: https://chromiumcodereview.appspot.com/11978002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177121 0039d316-1c4b-4281-b951-d872f2087c98
-
nileshagrawal@chromium.org authored
BUG=138275 Review URL: https://chromiumcodereview.appspot.com/11938004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177119 0039d316-1c4b-4281-b951-d872f2087c98
-
chrome-admin@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177118 0039d316-1c4b-4281-b951-d872f2087c98
-
dominicc@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177117 0039d316-1c4b-4281-b951-d872f2087c98
-
zelidrag@chromium.org authored
BUG=169999 TEST=desktopui_ScreenLocker (ChromeOS BVT) Review URL: https://chromiumcodereview.appspot.com/11969010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177114 0039d316-1c4b-4281-b951-d872f2087c98
-
kaiwang@chromium.org authored
BUG=170190 Review URL: https://chromiumcodereview.appspot.com/11948003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177113 0039d316-1c4b-4281-b951-d872f2087c98
-
nduca@chromium.org authored
Review URL: https://chromiumcodereview.appspot.com/11896002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177112 0039d316-1c4b-4281-b951-d872f2087c98
-
jeremya@chromium.org authored
BUG=159450 R=rsesek@chromium.org Review URL: https://chromiumcodereview.appspot.com/11889004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177111 0039d316-1c4b-4281-b951-d872f2087c98
-