- 16 Jan, 2013 40 commits
-
-
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
-
jcivelli@chromium.org authored
A crash dump from the field reports that the CrashDumpManager in ChromeContentBrowserClient is not initialized when GetAdditionalMappedFilesForChildProcess is called. This is because the CrashDumpManager is initialized when a RenderProcessHost is created, but it could be the case that a BrowserChildProcessHost gets created first and calls GetAdditionalMappedFilesForChildProcess before any RenderProcessHost was created. Making the CrashDumpManager a singleton initialized early on to prevent this crasher. BUG=163456 TEST=None Review URL: https://chromiumcodereview.appspot.com/11884042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177110 0039d316-1c4b-4281-b951-d872f2087c98
-
vitalybuka@chromium.org authored
Fragmentation of address space may prevents process from allocate entire block of shared memory. Particularly in attached bug browser process can't allocate 250Mb to accept data from renderer Mapping smaller blocks is workaround. BUG=93202 Review URL: https://chromiumcodereview.appspot.com/11876037 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177109 0039d316-1c4b-4281-b951-d872f2087c98
-
nona@chromium.org authored
This is part of cleaning up of ibus_ui_controller removal. InputMethodLookupTable is used as Chrome representation of IBusLookupTable in libibus C structure, but now libibus was gone and ibus::IBusLookupTable can be used instead. So InputMethodLookupTable is no longer necessary. BUG=None TEST=ran unit_tests, ui_unittests, chromeos_unittests and manually checked that there is no UI change with lumpy. Review URL: https://chromiumcodereview.appspot.com/11857008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177108 0039d316-1c4b-4281-b951-d872f2087c98
-
danakj@chromium.org authored
Verify that the transforms are concatenated in the correct order by putting a scale in each of them BUG=123444 R=enne Review URL: https://chromiumcodereview.appspot.com/11825014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177107 0039d316-1c4b-4281-b951-d872f2087c98
-
pilgrim@chromium.org authored
Review URL: https://chromiumcodereview.appspot.com/11787003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177106 0039d316-1c4b-4281-b951-d872f2087c98
-
ncj674@motorola.com authored
BUG=159265 TEST=SpeechInputExtensionApiTest.* Review URL: https://chromiumcodereview.appspot.com/11779002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177105 0039d316-1c4b-4281-b951-d872f2087c98
-
danakj@chromium.org authored
When a parent compositor is present (ie, ubercompositor), throttle to a single pending frame. Tests: LayerTreeHostTestMaxPendingFrames.DelegatingRenderer LayerTreeHostTestMaxPendingFrames.GLRenderer BUG=123444 Review URL: https://chromiumcodereview.appspot.com/11747002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177104 0039d316-1c4b-4281-b951-d872f2087c98
-
chromeos-lkgm@google.com authored
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177103 0039d316-1c4b-4281-b951-d872f2087c98
-
wtc@chromium.org authored
Add most of the fields to ClientHello. Add the QuicCryptoClientStream::CryptoConnect method and have QuicClientSession::CryptoConnect call it. Add a unit test for QuicCryptoClientStream to check a ClientHello message by parsing it and checking the fields. Define the value in CryptoTagValueMap as string instead of StringPiece. This causes CryptoTagValueMap to copy the values, which is less efficient but much safer. Merge internal CLs: 39503243, 39692710 R=rch@chromium.org BUG=none TEST=net_unittests Review URL: https://chromiumcodereview.appspot.com/11633030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177102 0039d316-1c4b-4281-b951-d872f2087c98
-
ccameron@chromium.org authored
being managed (in the sense of being managed by the GpuMemoryManager). Without this, the memory allocated by the compositor is treated as though it were, say, WebGL memory, and then marked as not being available to the compositor, resulting in chaos. BUG=168413 Review URL: https://chromiumcodereview.appspot.com/11938003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177096 0039d316-1c4b-4281-b951-d872f2087c98
-
isherman@chromium.org authored
* Inline ParseInternal() into Parse() * Rename a constant to have kConstantNamingStyle * Make GetRegExp a private static method (note that this can't be moved into the anonymous namespace since it depends on the private RegexType enum). * Remove unnecessary PhoneField:: prefixes * Adjust ordering of declarations and definitions within header and implementation files. BUG=none Review URL: https://chromiumcodereview.appspot.com/11889029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177095 0039d316-1c4b-4281-b951-d872f2087c98
-
jeremya@chromium.org authored
This implements the 'Create Shortcuts' behaviour present on Windows, though without any dialog or options for where to create the shortcut (it always goes in /Applications). BUG=168080 Review URL: https://chromiumcodereview.appspot.com/11881045 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177094 0039d316-1c4b-4281-b951-d872f2087c98
-
pilgrim@chromium.org authored
Review URL: https://chromiumcodereview.appspot.com/11783073 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@177093 0039d316-1c4b-4281-b951-d872f2087c98
-