summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Publish DEPS for Chromium 41.0.2240.241.0.2240.2chrome-tpm2014-12-052-793/+1484
|
* Incrementing VERSION to 41.0.2240.2chrome-tpm2014-12-051-1/+1
| | | | | Cr-Commit-Position: refs/branch-heads/2240@{#3} Cr-Branched-From: 5c2916bcd1f03a799098f83c181c7e782b9b9f6f-refs/heads/master@{#307008}
* Revert "Generalize V4L2 HW video codec device names"Dharani Govindan2014-12-055-40/+38
| | | | | | | | | Reverting on a branch to get PFQ green. This reverts commit 30a3721c82953428d445a93ebe2bf0014e27bc10. Cr-Commit-Position: refs/branch-heads/2240@{#2} Cr-Branched-From: 5c2916bcd1f03a799098f83c181c7e782b9b9f6f-refs/heads/master@{#307008}
* Incrementing VERSION to 41.0.2240.1chrome-tpm2014-12-051-1/+1
| | | | | Cr-Commit-Position: refs/branch-heads/2240@{#1} Cr-Branched-From: 5c2916bcd1f03a799098f83c181c7e782b9b9f6f-refs/heads/master@{#307008}
* Account chooser UI: make the avatar round.vasilii2014-12-051-3/+28
| | | | | | | | BUG=400674 Review URL: https://codereview.chromium.org/774633003 Cr-Commit-Position: refs/heads/master@{#307008}
* Roll src/third_party/WebKit 60804e1:5081120 (svn 186569:186573)blink-deps-roller2014-12-051-1/+1
| | | | | | | | | | | Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/60804e1..5081120 TBR=schenney@chromium.org,dominicc@chromium.org Review URL: https://codereview.chromium.org/761903005 Cr-Commit-Position: refs/heads/master@{#307007}
* Roll WebRTC 7810:7812, Libjingle 7797:7816Tommi2014-12-052-3/+3
| | | | | | | | | | | | | | WebRTC 7810:7812 Changes: https://chromium.googlesource.com/external/webrtc/trunk/webrtc.git/+log/1c3ff4e..04b5c53 Libjingle 7797:7816 Changes: https://chromium.googlesource.com/external/webrtc/trunk/talk.git/+log/a6bcbc2..5af0bb9 TBR=henrika@chromium.org Review URL: https://codereview.chromium.org/768213003 Cr-Commit-Position: refs/heads/master@{#307006}
* Add disable-javascript-harmony-shipping flag.dslomov2014-12-057-0/+25
| | | | | | | | | R=jochen@chromium.org CC=rossberg@chromium.org Review URL: https://codereview.chromium.org/775603002 Cr-Commit-Position: refs/heads/master@{#307005}
* Roll src/third_party/skia b35760e:0be41a0skia-deps-roller2014-12-051-1/+1
| | | | | | | | | | | | Summary of changes available at: https://chromium.googlesource.com/skia/+log/b35760e..0be41a0 CQ_EXTRA_TRYBOTS=tryserver.blink:linux_blink_rel,linux_blink_dbg TBR=halcanary@google.com Review URL: https://codereview.chromium.org/780243002 Cr-Commit-Position: refs/heads/master@{#307004}
* Split ChromeContentBrowserClient into smaller parts.jitendra.ks2014-12-054-85/+227
| | | | | | | | | | In this patch refactor the code and move some plugin related code to ChromeContentBrowserClientPluginPart. BUG=414061 Review URL: https://codereview.chromium.org/591063003 Cr-Commit-Position: refs/heads/master@{#307003}
* Files.app: Add totalCount to the initial selection of PreviewPanel.hirono2014-12-051-1/+1
| | | | | | | | | | | | | | Preview panel clears the item number label if the selection#totalCount is 0. But previously the initial selection does not have the property so selection#totalCount is undefiend, and thus the text "undefined items" is shown unintentionally. BUG=438954 TEST=Open Files.app as a dialog and observe the preview panel. Review URL: https://codereview.chromium.org/755553004 Cr-Commit-Position: refs/heads/master@{#307002}
* Gallery.app: Show toolbar when the components get focus.hirono2014-12-051-0/+1
| | | | | | | | | | | | MouseInactivityWatcher handles UI event and show the UI toolbar for user actions. The CL let MouseInactivityWatcher handle the 'focusin' event as well as other UI events. BUG=410687 TEST=repro step of the bug Review URL: https://codereview.chromium.org/779233002 Cr-Commit-Position: refs/heads/master@{#307001}
* Release libjingle PeerConnectionFactory when the renderer message loop is ↵perkj2014-12-052-2/+17
| | | | | | | | | | destroyed. BUG= 438252 Review URL: https://codereview.chromium.org/758073008 Cr-Commit-Position: refs/heads/master@{#307000}
* Add warning about ChromeDirectSettings APIbattre2014-12-051-0/+7
| | | | | | | | | | Add a warning about privacy implications of the ChromeDirectSettings API. BUG=164227 Review URL: https://codereview.chromium.org/780943002 Cr-Commit-Position: refs/heads/master@{#306999}
* Automated Commit: Committing new LKGM version 6542.0.0 for chromeos.chromeos-commit-bot2014-12-051-1/+1
| | | | Cr-Commit-Position: refs/heads/master@{#306998}
* Roll src/third_party/WebKit 1077d5b:60804e1 (svn 186566:186569)blink-deps-roller2014-12-051-1/+1
| | | | | | | | | | | Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/1077d5b..60804e1 TBR=schenney@chromium.org,dominicc@chromium.org Review URL: https://codereview.chromium.org/776333003 Cr-Commit-Position: refs/heads/master@{#306997}
* Replace #updateCursor with #updateCursorAnchorInfoyukawa2014-12-051-16/+10
| | | | | | | | | | | | | | | | | | | | | This is a groundwork to enable InputMethodManager#updateCursorAnchorInfo support for Android 5.0. Note that this CL only updates InputMethodManagerWrapper and no one is using the new API yet. Hence this CL is supposed to have no impact on the production. In Android 5.0, InputMethodManager#updateCursor and InputMethodManager#isWatchingCursor are deprecated in favor of a new API called InputMethodManager#updateCursorAnchorInfo. This CL updates InputMethodManagerWrapper accordingly. BUG=424866 TEST=unittest Review URL: https://codereview.chromium.org/755853004 Cr-Commit-Position: refs/heads/master@{#306996}
* Revert of Translate the overscroll elasticity layer by the overscroll amount ↵thestig2014-12-0510-81/+20
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | (patchset #4 id:60001 of https://codereview.chromium.org/776923004/) Reason for revert: Broke MSAN bots with uninitialized value in layer_tree_host_common.cc with the layer == globals.elastic_overscroll_application_layer check. http://build.chromium.org/p/chromium.memory.fyi/builders/Linux%20MSan%20Browser%20%281%29/builds/3355 Original issue's description: > Translate the overscroll elasticity layer by the overscroll amount > > Add a synced property, elastic_overscroll, similar to page_scale_factor. > > Use this property to translate the overscroll elasticity layer. > > With this in place, the overscroll effect works most of the time, > when using impl-thread events. > > BUG=133097 > > Committed: https://crrev.com/f3488b0d6f26b000335cb72ceb210c3d77accb7e > Cr-Commit-Position: refs/heads/master@{#306991} TBR=aelias@chromium.org,enne@chromium.org,ccameron@chromium.org NOTREECHECKS=true NOTRY=true BUG=133097 Review URL: https://codereview.chromium.org/771793004 Cr-Commit-Position: refs/heads/master@{#306995}
* Add dependencies on mojo_application_bindings in content_common.gypiblundell2014-12-052-1/+2
| | | | | | | | | | | | | | | | service_registry_impl.h includes service_provider.mojom.h, and thus content_common should both depend on mojom_application_bindings and export that dependency to its dependents. To work around a problem wherein the Android build fails due to duplicate generated files if there are two targets that both (a) compile Java and (b) directly depend on a target processing mojoms, this CL removes the dependency of content_java_test_support on content_common. That direct dependency doesn't appear necessary. Review URL: https://codereview.chromium.org/743093004 Cr-Commit-Position: refs/heads/master@{#306994}
* Roll libvpx 64bec3:97404djohannkoenig2014-12-051-1/+1
| | | | | | | | | | | | | See https://codereview.chromium.org/775373002 NOTRY=true BUG=437655 BUG=439166 R=tomfinegan@chromium.org Review URL: https://codereview.chromium.org/766653004 Cr-Commit-Position: refs/heads/master@{#306993}
* Cleanup: Remove base::ASCIIToWide usage in find_bar_host_browsertest.cc.thestig2014-12-051-141/+133
| | | | | | | | BUG=23581 Review URL: https://codereview.chromium.org/761133003 Cr-Commit-Position: refs/heads/master@{#306992}
* Translate the overscroll elasticity layer by the overscroll amountccameron2014-12-0510-20/+81
| | | | | | | | | | | | | | | Add a synced property, elastic_overscroll, similar to page_scale_factor. Use this property to translate the overscroll elasticity layer. With this in place, the overscroll effect works most of the time, when using impl-thread events. BUG=133097 Review URL: https://codereview.chromium.org/776923004 Cr-Commit-Position: refs/heads/master@{#306991}
* Roll src/third_party/WebKit 77ef100:1077d5b (svn 186563:186566)blink-deps-roller2014-12-051-1/+1
| | | | | | | | | | | Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/77ef100..1077d5b TBR=schenney@chromium.org,dominicc@chromium.org Review URL: https://codereview.chromium.org/777383002 Cr-Commit-Position: refs/heads/master@{#306990}
* 'Search Google for ...' menu item is not coming for selected text in ↵deepak.m12014-12-051-0/+1
| | | | | | | | | | | | | | extension panel. Case for Search Provider was not present. Case added for Search Provider for extension panel. BUG=438488 Review URL: https://codereview.chromium.org/773123002 Cr-Commit-Position: refs/heads/master@{#306989}
* Enable background mode for all platform apps.benwells2014-12-051-28/+6
| | | | | | | | | | | | | | This is currently enabled for a few whitelisted packaged apps. With this change it is available for any platform apps. Background mode allows apps to keep receiving alarms, for example, after all browser windows have been closed. BUG=405801 Review URL: https://codereview.chromium.org/781673003 Cr-Commit-Position: refs/heads/master@{#306988}
* Refine table mode error announcement.dtseng2014-12-052-2/+6
| | | | | | | | | | | | | | When issuing a table-mode command inside a table but without table-mode enabled, say that table mode is not active instead of saying "not inside table" Change is a contribution from baraki. TEST=Manually trigger the not inside table error as well as the not in table mode error; verify proper announcements. Review URL: https://codereview.chromium.org/752843004 Cr-Commit-Position: refs/heads/master@{#306987}
* Use base::Time constants in base module rather than defining locally.prashhir2014-12-051-2/+1
| | | | | | | | BUG=412254 Review URL: https://codereview.chromium.org/773673003 Cr-Commit-Position: refs/heads/master@{#306986}
* Revert of Extract WebGraphicsContext3DImpl from webkit/common/gpu. (patchset ↵samli2014-12-0520-168/+59
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | #12 id:220001 of https://codereview.chromium.org/761243002/) Reason for revert: Suspecting as cause for Win8 GN compile fail Original issue's description: > Extract WebGraphicsContext3DImpl from webkit/common/gpu. > > We decided that it should be fine to move it to gpu/blink now, similar > to gpu/skia_bindings and cc/blink. > > BUG=338338 > TEST=links > R=piman@chromium.org,jamesr@chromium.org > TBR= > > Committed: https://crrev.com/a962b5f152a0a331bc2e1a5a0d4d38e8adece10d > Cr-Commit-Position: refs/heads/master@{#306957} TBR=jamesr@chromium.org,piman@chromium.org,tfarina@chromium.org NOTREECHECKS=true NOTRY=true BUG=338338 Review URL: https://codereview.chromium.org/763963003 Cr-Commit-Position: refs/heads/master@{#306985}
* Gallery: Add the minimum value 1 of fitting scale.hirono2014-12-051-1/+1
| | | | | | | | | | | | | | Previously Gallery enlarges small images to fit them with the window size. We no longer do this because scaled images don't look good. For large images, we continues to scale out them to fit them with the window size. BUG=438566 TEST=repro step of the bug Review URL: https://codereview.chromium.org/750643007 Cr-Commit-Position: refs/heads/master@{#306984}
* Initialize BrowserPluginGuest to attach to the View hierarchyfsamuel2014-12-057-25/+115
| | | | | | | | | | | | | | This CL makes sure that a BrowserPluginGuest is attached to its owner's View hierarchy on creation. This allows the guest WebContents to navigate without needing to be attached to a container, as if it was a worker with a DOM. This CL will also ACK the last CompositorFrameSwapped message from the guest on attachment if it hasn't been ACK already so that the guest continues to produce frames once it's attached to a new container. BUG=434226 Review URL: https://codereview.chromium.org/769363002 Cr-Commit-Position: refs/heads/master@{#306983}
* Roll src/third_party/WebKit c1a80fa:77ef100 (svn 186554:186563)blink-deps-roller2014-12-051-1/+1
| | | | | | | | | | | Summary of changes available at: https://chromium.googlesource.com/chromium/blink/+log/c1a80fa..77ef100 TBR=schenney@chromium.org,dominicc@chromium.org Review URL: https://codereview.chromium.org/755333004 Cr-Commit-Position: refs/heads/master@{#306982}
* Add context menu to search result tile item views.calamity2014-12-052-2/+42
| | | | | | | | | | This CL adds context menus to search result tile item views. BUG=438120 Review URL: https://codereview.chromium.org/779713004 Cr-Commit-Position: refs/heads/master@{#306981}
* Android: Don't spin up GPU process earlysievers2014-12-051-1/+2
| | | | | | | | | | | | | | This is a temporary workaround. When crash dumps are enabled (official builds or --enable-crash-reporter-for-testing) we don't create the CrashDumpManager singleton early enough on Android. But it is accessed when we launch a child process. BUG=439322 TBR=cjhopman@chromium.org Review URL: https://codereview.chromium.org/777303004 Cr-Commit-Position: refs/heads/master@{#306980}
* Domain Reliability: Don't send cached server IPttuttle2014-12-052-3/+40
| | | | | | | | | | | | | | | | We were seeing reports of DNS resolution failures along with server IPs. It turns out that, until the server sends a response, the IP address returned by URLRequest::GetSocketAddress for a request that needs to revalidate the cache is the original IP from the cache. To avoid reporting these incorrect IPs, check response_info.was_cached before trusting response_info.socket_address. BUG= Review URL: https://codereview.chromium.org/772883004 Cr-Commit-Position: refs/heads/master@{#306979}
* Remove DecryptingAudioDecoder::kSupportedBitsPerChannel which is not usedanujk.sharma2014-12-052-9/+0
| | | | | | | | BUG=169105 Review URL: https://codereview.chromium.org/754093003 Cr-Commit-Position: refs/heads/master@{#306978}
* UMA stats for password and autofill settingsmichaelpg2014-12-057-6/+84
| | | | | | | | | BUG=433990 R=stevenjb@chromium.org,asvitkine@chromium.org Review URL: https://codereview.chromium.org/750503002 Cr-Commit-Position: refs/heads/master@{#306977}
* Sync starting language and input method preferencesmichaelpg2014-12-0511-53/+1123
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Users who use additional Chromebooks or who recreate their accounts have to manually set up their preferred languages, input methods and IMEs on each device, because only the locale (display language) syncs. We don't forcibly keep these settings in sync because different machines may use different built-in or peripheral keyboards. But we can make the set-up process smoother if we know what settings the user chose most recently. This CL creates syncable of the language and input methods preferences, so the server always has the latest changes. When, and only when, a user logs in and syncs for the first time on a device, we take the local variants the user has already chosen for this machine, and we add to them the global variants that come down from sync. This only happens at most once. It should only be additive, not remove any chosen settings. Some caveats: * If the user makes a change to one language/input setting, sync all three interdependent settings so the sync server's settings are always internally consistent. BUG=298345 R=nkostylev@chromium.org, yukishiino@chromium.org, hajimehoshi@chromium.org CC=nona@chromium.org Committed: https://crrev.com/cceac6fae685fd86d6f347d6712886549e372231 Cr-Commit-Position: refs/heads/master@{#306164} Review URL: https://codereview.chromium.org/312023002 Cr-Commit-Position: refs/heads/master@{#306976}
* Speculative build fix for Win GN after #306954Dirk Pranke2014-12-051-0/+2
| | | | | | | | | | | | | | | It looks like the Win GN bot has been incorrectly trying to compile the //ui/base/test/ui_controls_win.cc file. We've been getting lucky and that has been compiling, but the change in #306954 seems to have broken it, so I'm removing it from the build and hopefully things will start to work again. TBR=dominicc@chromium.org, weilangc@chromium.org BUG= Review URL: https://codereview.chromium.org/749283008 Cr-Commit-Position: refs/heads/master@{#306975}
* Removed IOMetricssullivan2014-12-058-131/+0
| | | | | | | | | | AFAICT, these metrics have never been monitored or used. BUG=435757 Review URL: https://codereview.chromium.org/767703006 Cr-Commit-Position: refs/heads/master@{#306974}
* Fix is_main_frame for --site-per-process in RenderFrameImpl::willSendRequest.alexmos2014-12-052-2/+98
| | | | | | | | | | | | | This is a workaround for https://crbug.com/438429. This code in willSendRequest still needs to be fixed: if (!top_frame || top_frame->isWebRemoteFrame()) top_frame = frame; BUG=438429 Review URL: https://codereview.chromium.org/770673003 Cr-Commit-Position: refs/heads/master@{#306973}
* Fix closure errors of Files.app.fukino2014-12-052-6/+3
| | | | | | | | | | | After updating the closure compiler, Files.app will get some additional errors. This CL fix them. BUG=none Review URL: https://codereview.chromium.org/778893002 Cr-Commit-Position: refs/heads/master@{#306972}
* UMA stats for language and input settingsmichaelpg2014-12-052-0/+29
| | | | | | | | | BUG=433991 R=stevenjb@chromium.org,asvitkine@chromium.org Review URL: https://codereview.chromium.org/753663002 Cr-Commit-Position: refs/heads/master@{#306971}
* Adding a new enum "MEDIA_CODEC_ABORT" for aborted casesanujk.sharma2014-12-055-9/+8
| | | | | | | | BUG= Review URL: https://codereview.chromium.org/753213003 Cr-Commit-Position: refs/heads/master@{#306970}
* ThreadWatcher - Added ThreadWatcher.* histograms. These histograms trackrtenneti2014-12-051-0/+44
| | | | | | | | | | | responsive time of UI/IO/CACHE/DB/FILE threads. When a thread is not responsive, they track how many other threads are also not responding. R=asvitkine@chromium.org Review URL: https://codereview.chromium.org/752173008 Cr-Commit-Position: refs/heads/master@{#306969}
* Don't get metadata for HLS streamsqinmin2014-12-051-20/+23
| | | | | | | | | | MediaMetadataRetriever doesn't support HLS, so we should just return an empty metadata. internal b/18228893 Review URL: https://codereview.chromium.org/783563003 Cr-Commit-Position: refs/heads/master@{#306968}
* Disable lossy vp9 testjohannkoenig2014-12-051-2/+6
| | | | | | | | | | | | | With the most recent update to the encoder and the settings in remoting, the test is generating smaller lossless files than lossy. This is because the test requires min/max-q of 20/30 for the lossy encode. BUG=439166 R=wez Review URL: https://codereview.chromium.org/782603003 Cr-Commit-Position: refs/heads/master@{#306967}
* Optimize RenderWidget event latency UMA loggingjdduke2014-12-051-33/+78
| | | | | | | | | | | | | | Avoid stringification and repeated histogram lookups when logging input event latency in RenderWidget. Also avoid repeated |TimeTicks::IsHighResNowFastAndReliable()| queries, as there are no guarantees that said query is fast. BUG=437979 Review URL: https://codereview.chromium.org/728073002 Cr-Commit-Position: refs/heads/master@{#306966}
* Upstream LaunchType in Tabdfalcantara2014-12-051-2/+22
| | | | | | | | | | | | | Moves the field and the accessor upstream. Setting to NOTRY=true because tests pass on relevant bots (linux doesn't use that Java file). BUG=415747 NOTRY=true Review URL: https://codereview.chromium.org/779183002 Cr-Commit-Position: refs/heads/master@{#306965}
* Provides method for setting a BrowserCdmFactory for IPC-based CDM.gunsch2014-12-057-2/+109
| | | | | | | | | | R=xhwang@chromium.org BUG=435176 TEST=manually verified EME playback on ContentShell APK Review URL: https://codereview.chromium.org/774423002 Cr-Commit-Position: refs/heads/master@{#306964}
* Upgrade the windows specific version of LaunchProcess to avoid raw handles.rvargas2014-12-0527-108/+116
| | | | | | | | | | | | | | | | | This change implies that extensions::LaunchNativeProcess also changes to return base::Process, and that requires base::EnsureProcessTerminated to deal with base:Process (as it basically claims ownership of the process). This CL fixes some leaks all around. BUG=417532 Committed: https://crrev.com/6b687a5e232c80539772dc3dbe35b98095064c38 Cr-Commit-Position: refs/heads/master@{#306687} Review URL: https://codereview.chromium.org/759903002 Cr-Commit-Position: refs/heads/master@{#306963}