- 14 Nov, 2019 40 commits
-
-
shrekshao authored
Currently chromium doesn't expose these two extensions on platform without base instance native support (android without EXT_base_instance and Mac). Workaround for this is already implemented in Angle though. We will advertise them when either we implement the workaround in validating command decoder as well, or we start using angle for all platforms. This patch also removes remaining webgl_multi_draw_instanced feature flag in feature_info.h Bug: 890539 Change-Id: I9122f8d323f42e30d21fc081db2150890c953e74 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1888771 Commit-Queue: Shrek Shao <shrekshao@google.com> Reviewed-by:
Kenneth Russell <kbr@chromium.org> Reviewed-by:
Austin Eng <enga@chromium.org> Cr-Commit-Position: refs/heads/master@{#715213}
-
Mike West authored
This reverts commit 845f18e1. Reason for revert: Both `AccessibilityBridgeTest.CorrectDataSent and AccessibilityBridgeTest.DataSentWithBatching are flakily timing out. See https://ci.chromium.org/p/chromium/builders/ci/Fuchsia%20x64 starting around 44416 (e.g. https://ci.chromium.org/p/chromium/builders/ci/Fuchsia%20x64/44418). Original change's description: > Reland "[Fuchsia] Send Chrome a11y updates to Fuchsia SemanticsManager" > > This is a reland of fc5589ac > > A BUILD.gn dep has been added back, which was causing linker failures. > > Control flow in AccessibilityBridgeBrowsertests has been updated so > tests are no longer failing. > > Original change's description: > > [Fuchsia] Send Chrome a11y updates to Fuchsia SemanticsManager > > > > This change adds functionality to the Accessibility Bridge: > > * Listens for change in AccessibilityMode from Fuchsia > > * Gets the semantic tree from Chrome accessibility and sends it to the > > SemanticsManager > > * Sends live updates when nodes are added, updated or removed > > > > To send updates, this change includes the following: > > * Creates a ViewRefPair and registers it with the SemanticsManager > > * Initialize an AccessibilityBridge > > * Listen for changes in the Chrome Accessibility tree, serializes them > > to Fuchsia data structures and sends that data to the Fuchsia > > SemanticsManager > > > > Testing: Added AccessibilityBridge browsertests. > > > > Bug: 973095 > > Change-Id: I89658288b846b6b9ce84a04e49434ec266b84dfc > > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1787171 > > Commit-Queue: Sharon Yang <yangsharon@chromium.org> > > Reviewed-by: Kevin Marshall <kmarshall@chromium.org> > > Cr-Commit-Position: refs/heads/master@{#714588} > > Bug: 973095 > Change-Id: Ie6eeb74146682838efaefb0e1051d3e9442f0d86 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1913569 > Reviewed-by: Kevin Marshall <kmarshall@chromium.org> > Commit-Queue: Kevin Marshall <kmarshall@chromium.org> > Cr-Commit-Position: refs/heads/master@{#715126} TBR=dtseng@chromium.org,kmarshall@chromium.org,yangsharon@chromium.org Change-Id: Ib78d563cbbf468aaf03f1e6f00f616dc03b758a7 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 973095, 1024745 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1916120Reviewed-by:
Mike West <mkwst@chromium.org> Commit-Queue: Mike West <mkwst@chromium.org> Cr-Commit-Position: refs/heads/master@{#715212}
-
Kuo Jen Wei authored
Bug: b/117810572 Test: Pass presubmit check. Pass tast run <DUT> 'camera.CCAUI*' Change-Id: I9d71ab1c68cb435759cb0416667aa3af78ec2121 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1915645 Auto-Submit: Kuo Jen Wei <inker@chromium.org> Reviewed-by:
Shik Chen <shik@chromium.org> Commit-Queue: Kuo Jen Wei <inker@chromium.org> Cr-Commit-Position: refs/heads/master@{#715211}
-
Roman Sorokin authored
Bug: 1022328 Change-Id: I967618ab4e2b45b3b1b7a5056600c34ead38efcd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1912716Reviewed-by:
Denis Kuznetsov [CET] <antrim@chromium.org> Commit-Queue: Roman Sorokin [CET] <rsorokin@chromium.org> Cr-Commit-Position: refs/heads/master@{#715210}
-
David Van Cleve authored
net/dns: Histogram ESNI DNS transaction success This patch adds a histogram that records successes and timeouts for ESNI transactions. (Instead of recording the ESNI timeout parameters directly, their effects can be observed by bucketing the timeout ratio by study group and associating different values of the parameters with different groups.) Test: Adds unit tests Bug: 1003494 R=ericorth,csharrison Change-Id: I435f5a2f048df1eec46650aabc763e0c4a43a339 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1900353 Commit-Queue: David Van Cleve <davidvc@chromium.org> Reviewed-by:
Charlie Harrison <csharrison@chromium.org> Reviewed-by:
Eric Orth <ericorth@chromium.org> Cr-Commit-Position: refs/heads/master@{#715209}
-
Noel Gordon authored
- rename the input files to match the names of the existing ui PNG icon files used in Files app - there are svg files in the ui directory so use a *_ng.svg suffix for the files-ng svg version Bug: 992819 Change-Id: I6d71d884b9f26569e4522debf4fa8bb157ed280a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1915646 Commit-Queue: Noel Gordon <noel@chromium.org> Reviewed-by:
Luciano Pacheco <lucmult@chromium.org> Cr-Commit-Position: refs/heads/master@{#715208}
-
Alexey Baskakov authored
This is a reland of https://chromium-review.googlesource.com/c/chromium/src/+/1914005 CL. The problem was that two IsTrackingMetadata() calls were under DCHECK macro. Those calls didn't happen in release builds with `dcheck_always_on=false` GN arg. The fix: promote DCHECK to CHECK to make it debug/release/dcheck_always agnostic. Original description: Improve WebAppSyncBridge::UpdateSync to use both current_state (before commit) and new_state (to be commit). In the future, it will help to skip local updates which don't touch sync data. Add WebAppSyncBridge::CommitUpdate unit tests (a.k.a. Local Changes). These tests is a promised follow up for this CL: https://chromium-review.googlesource.com/c/chromium/src/+/1830494 This code is disabled by default behind kDesktopPWAsWithoutExtensions and kDesktopPWAsUSS base features. TBR=treib@chromium.org Bug: 860583 Change-Id: I80a657c0d595bc03bebb8e241b1866daf5aa077e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1915647Reviewed-by:
Alexey Baskakov <loyso@chromium.org> Commit-Queue: Alexey Baskakov <loyso@chromium.org> Cr-Commit-Position: refs/heads/master@{#715207}
-
Reilly Grant authored
BluetoothAdapter is a reference counted object and so BluetoothDeviceChooserController should own it using a scoped_refptr. Fixing this requires also fixing BluetoothAdapterFactoryWrapper's AcquireAdapterCallback to take a scoped_refptr rather than a raw pointer. A test for proper ownership has been added. Bug: 1024121 Change-Id: I6342322e059f9cbff2a0d5f073f6bccfb0ca7c36 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1914536Reviewed-by:
Matt Reynolds <mattreynolds@chromium.org> Commit-Queue: Reilly Grant <reillyg@chromium.org> Cr-Commit-Position: refs/heads/master@{#715206}
-
Yuzu Saijo authored
This CL adds is_in_back_forward_cache_ bit in ServiceWorkerProviderHost instead of each time referring to RenderFrameHost's is_in_back_forward_cache(). Currently, SWPH and RFH have different lifetime and that is why this bit should be kept in SWPH. Once SWPH and RFH have the same lifetime, this bit will not be needed any more. Change-Id: Ie6dfb3608577f663cb37770e4b77166c8fca7e58 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1909059Reviewed-by:
Matt Falkenhagen <falken@chromium.org> Reviewed-by:
Alexander Timin <altimin@chromium.org> Commit-Queue: Yuzu Saijo <yuzus@chromium.org> Cr-Commit-Position: refs/heads/master@{#715205}
-
Christopher Cameron authored
When launching a PWA, it should start where the user left off (that is, with the profiles open that the user had open when they quit). In order to do this, we need to save in local storage the list of profiles for which each app was last active. While we are creating local storage for PWAs, we often need to know for what profiles an app is installed. This is currently implemented by poking through the user-data-dir in the filesystem. Putting this in local storage is much simpler. To solve both of these problems, add the AppShimRegistry which maintains the following structure in local storage. "app_shims":{ "<app_id>":{ "installed_profiles":[ "<relative_profile_path_1>", "<relative_profile_path_2>", ], "last_active_profiles":[ "<relative_profile_path_1>", ], } } Add hooks to maintain these |installed_profiles| to AppShortcutManager, because all shim creation and deletion goes through that structure. We will at some point want to move this to a PWA-specific component. Do not yet add hooks to maintain |last_active_profiles| because this patch is getting too big. Do add the code indicating where it will be used in ExtensionAppShimHandler, and update its tests to not crash when using AppShimRegistry. Add lots o tests. Bug: 1001213 Change-Id: I51d931567d9c3a4e1db143aa2b6164dcaa1a0f3e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1910719Reviewed-by:
Dominick Ng <dominickn@chromium.org> Reviewed-by:
Avi Drissman <avi@chromium.org> Commit-Queue: ccameron <ccameron@chromium.org> Cr-Commit-Position: refs/heads/master@{#715204}
-
Takuto Ikuta authored
This reverts commit d21a8cdd. Reason for revert: skeptical revert for https://ci.chromium.org/p/chromium/builders/ci/Deterministic%20Linux/25684 Original change's description: > chrome_repack_locales: compress .pak files on Chrome OS > > This CL adds support for compressing .pak files, and adds compression > for locales/*.pak on chromeos. > > Note: We keep the extension for compressed .pak files to avoid > dependency complexity in tests. > > Bug: 1017864 > Change-Id: Ifee472b7e15673fcb835ae75aca768265592460b > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1912621 > Commit-Queue: Steven Bennetts <stevenjb@chromium.org> > Reviewed-by: Andrew Grieve <agrieve@chromium.org> > Cr-Commit-Position: refs/heads/master@{#715173} TBR=stevenjb@chromium.org,sky@chromium.org,agrieve@chromium.org Change-Id: I701b27c18bd5db83d078e413c9a14915a83c9329 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 1017864 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1915653Reviewed-by:
Takuto Ikuta <tikuta@chromium.org> Commit-Queue: Takuto Ikuta <tikuta@chromium.org> Cr-Commit-Position: refs/heads/master@{#715203}
-
Dave Tapuska authored
Move FrameHost::FrameFocused and RenderFrameProxyHost::FrameFocused to blink's LocalFrameHost and RemoteFrameHost interfaces. Remove the callbacks on the blink public API as they aren't needed anymore. Also remove WillCommitProvisionalLoad since it is an unused method. BUG=1008432 Change-Id: I7868d4f909db5c9a5e458e56e63a437d1d377c37 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1896770Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Avi Drissman <avi@chromium.org> Commit-Queue: Dave Tapuska <dtapuska@chromium.org> Cr-Commit-Position: refs/heads/master@{#715202}
-
Maksim Sisov authored
Watchlist mixes with the review requests I get. Instead, I better subscribe to ozone-reviews group. Change-Id: I8e70941f8f7e8afb5384e153a42251f5b25520e5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1913245Reviewed-by:
Maksim Sisov <msisov@igalia.com> Reviewed-by:
Robert Kroeger <rjkroege@chromium.org> Auto-Submit: Maksim Sisov <msisov@igalia.com> Commit-Queue: Maksim Sisov <msisov@igalia.com> Cr-Commit-Position: refs/heads/master@{#715201}
-
chromium-autoroll authored
https://chromium.googlesource.com/catapult.git/+log/f520568b0e6a..00fc2231f697 git log f520568b0e6a..00fc2231f697 --date=short --no-merges --format='%ad %ae %s' 2019-11-14 dberris@chromium.org Pinpoint: Backwards compat for '_trace_or_story' 2019-11-14 rmhasan@google.com [typ] Add ability to merge test expectations across multiple files Created with: gclient setdep -r src/third_party/catapult@00fc2231f697 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/catapult-autoroll Please CC sadrul@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel TBR=sadrul@google.com Bug: chromium:1024660,chromium:986447 Change-Id: Ibeddf622b634648e63dbe509acee0ab8ef408fbe Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1915680Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#715200}
-
shrekshao authored
Bug: 890539 Change-Id: Id85f9693b7e3843c449e221afe5ae07760b5c18b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1888770 Commit-Queue: Shrek Shao <shrekshao@google.com> Reviewed-by:
Kenneth Russell <kbr@chromium.org> Reviewed-by:
Austin Eng <enga@chromium.org> Cr-Commit-Position: refs/heads/master@{#715199}
-
Thanh Nguyen authored
This CL: 1. Add parameters to control experiment through Finch flag 2. Add a simple edit distance algorithm 3. Add unittest for the finch parameters Bug: 990684 Change-Id: I919d1dad0eaeb69b9305b14438eab3c930b425af Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1913224Reviewed-by:
Jia Meng <jiameng@chromium.org> Commit-Queue: Thanh Nguyen <thanhdng@chromium.org> Cr-Commit-Position: refs/heads/master@{#715198}
-
Oksana Zhuravlova authored
This change renames Platform::GetBrowserInterfaceBrokerProxy() to GetBrowserInterfaceBroker() for consistency with document/frame-scoped methods. It also renames content::BrowserInterfaceBrokerProxyImpl to ThreadSafeBrowserInterfaceBrokerProxyImpl for more clarity. Bug: 1004954 Change-Id: Ib4468ae41d28df7295f658bbecc8920c24a763a1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1914123Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Ken Rockot <rockot@google.com> Reviewed-by:
Changwan Ryu <changwan@chromium.org> Reviewed-by:
Alex Moshchuk <alexmos@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Commit-Queue: Oksana Zhuravlova <oksamyt@chromium.org> Cr-Commit-Position: refs/heads/master@{#715197}
-
Asanka Herath authored
Shuttling around authentication scheme names as strings carries with it the overhead of canonicalization everywhere they are used. Scheme names are considered to be case-insensitive, so this means a lot of invocations of base::ToLowerASCII() and others. Instead, this CL introduces two changes: 1. HttpAuthChallengeTokenizer::scheme() is renamed to auth_scheme() to visually disambiguate it from URL schemes. 2. auth_scheme() always returns the lowercase string. 3. Multi-round authentication header parse uses HttpAuth::Scheme enumeration instead of a string. 4. HttpAuthGSSAPI doesn't take an authentication scheme as a string anymore. It doesn't make sense to use any scheme other than "negotiate" with this class Bug: 927182 Change-Id: I501af8e978857302d3893f1b7fb2dcd23d2b7e36 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1907418 Commit-Queue: Asanka Herath <asanka@chromium.org> Reviewed-by:
Matt Menke <mmenke@chromium.org> Cr-Commit-Position: refs/heads/master@{#715196}
-
Dominic Farolino authored
This CL records a network::ResourceRequest::request_initiator in addition to some pre-existing members, upon referrer mismatch DumpWithoutCrash. It will help in debugging crbug.com/1021908. R=yhirano@chromium.org Bug: 1021908 Change-Id: I91e6b1634449658ce42421b83b72ce3bc23783d1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1908711Reviewed-by:
Yutaka Hirano <yhirano@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Commit-Queue: Dominic Farolino <dom@chromium.org> Cr-Commit-Position: refs/heads/master@{#715195}
-
tby authored
We're trying to debug a tricky issue where Drive QuickAccess results are not appearing in zero state for a very small number (so far, 1) of users. We're not sure how many users this affects, or whether it is principally a ranking issue or a problem with a backend API. This CL adds a ground-truth metric to distinguish between these cases: - Drive QuickAccess results are displayed. - DQA results are being returned from the search backend, but don't have high enough scores to be displayed. - No DQA results are returned. This metric is important for the feature, but I'm worried that it's costly to compute, since it requires re-filtering the results on each SearchResultListView::DoUpdate. jennyz@, is this going to introduce too much UI jank? If so, perhaps we could limit it only to canary/dev/beta? Bug: 1011221 Change-Id: I1f40e817b51c2f49712986f9758d3df51aaf6b7b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1911065Reviewed-by:
Jenny Zhang <jennyz@chromium.org> Reviewed-by:
Steven Holte <holte@chromium.org> Commit-Queue: Tony Yeoman <tby@chromium.org> Cr-Commit-Position: refs/heads/master@{#715194}
-
Leon Han authored
This is in preparation for supporting writing NDEFRecord#id into a nfc tag. The plan is: 1. Introduces NDEFRecord{Init}#id and supports reading. Already done by crrev.com/c/1861574. 2. Supports writing. This CL is part of the effort of bypassing all helper functions android.nfc.NdefRecord.createXXX() to enable us to write the id when constructing android.nfc.NdefRecord. See discussions at https://github.com/w3c/web-nfc/issues/410. 3. Introduces NFCScanOptions#id and filters records by it when scanning. 4. Removes NDEFMessage{Init}#url and old impl of the author record. The spec changes: https://github.com/w3c/web-nfc/pull/338 https://github.com/w3c/web-nfc/pull/340 BUG=520391 Change-Id: If3c37f59249a6852d0960eac2c3e4319b82a4a11 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1910906Reviewed-by:
François Beaufort <beaufort.francois@gmail.com> Reviewed-by:
Reilly Grant <reillyg@chromium.org> Commit-Queue: Leon Han <leon.han@intel.com> Cr-Commit-Position: refs/heads/master@{#715193}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/2685ecce9083..cca19d9bd441 Created with: gclient setdep -r src-internal@cca19d9bd441 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://skia-autoroll.corp.goog/r/src-internal-chromium-autoroll Please CC jbudorick@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md CQ_INCLUDE_TRYBOTS=luci.chrome.try:linux-chromeos-chrome TBR=jbudorick@google.com Bug: chromium:None Change-Id: I93b161e77b40879efb75136ea158e91f18fa65d1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1915298Reviewed-by:
chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com> Commit-Queue: chromium-internal-autoroll <chromium-internal-autoroll@skia-corp.google.com.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#715192}
-
Nicholas Verne authored
Bug: 1024693 Change-Id: I26f242047f68d9a60c4c6637a285f09bbbd2d226 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1914596 Auto-Submit: Nicholas Verne <nverne@chromium.org> Reviewed-by:
Nic Hollingum <hollingum@google.com> Commit-Queue: Nic Hollingum <hollingum@google.com> Cr-Commit-Position: refs/heads/master@{#715191}
-
David Munro authored
Test: CQ and local build Bug: chromium:930901 Change-Id: I1784683e1ee55ff956d512cc34616a51148ba7aa Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1914597 Commit-Queue: David Munro <davidmunro@google.com> Commit-Queue: Nicholas Verne <nverne@chromium.org> Auto-Submit: David Munro <davidmunro@google.com> Reviewed-by:
Nicholas Verne <nverne@chromium.org> Cr-Commit-Position: refs/heads/master@{#715190}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/37be7715fdd1..32197f897c73 git log 37be7715fdd1..32197f897c73 --date=short --no-merges --format='%ad %ae %s' 2019-11-14 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial). Created with: gclient setdep -r src/third_party/skia@32197f897c73 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/skia-autoroll Please CC halcanary@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux-blink-rel;luci.chromium.try:linux-chromeos-compile-dbg;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel TBR=halcanary@google.com Bug: None Change-Id: If4a497bc3d45f604992a93b85d3a0aa99c4f285d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1914755Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#715189}
-
Chih-Yu Huang authored
In VideoDecodePipeline, we set frame metadata POWER_EFFICIENT twice. This CL remove the one at OnFrameDecoded(). Bug: none Test: Play video at crosvideo.appspot.com on kevin Change-Id: I3ef4b45e72d9d1ec52621b993cec12e7a0e65057 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1914598Reviewed-by:
Hirokazu Honda <hiroh@chromium.org> Reviewed-by:
David Staessens <dstaessens@chromium.org> Commit-Queue: Chih-Yu Huang <akahuang@chromium.org> Cr-Commit-Position: refs/heads/master@{#715188}
-
Fergus Dall authored
https://chromium.googlesource.com/chromiumos/platform2/system_api.git/+log/9734c36f2aa6..ce25839e00e5 $ git log 9734c36f2..ce25839e0 --date=short --no-merges --format='%ad %ae %s' 2019-10-29 sidereal crash_reporter: Add new parser to anomaly_detector 2019-11-07 xzhou system_api: add proto definition for fido protocol 2019-11-11 igorcov system_api: Define new constant for StopSessionWithReason Created with: roll-dep src/third_party/cros_system_api Bug: 1018093 Change-Id: Ia8f15eb4141c85958aef92b0df8a6b18dd8c9bc6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1914594 Commit-Queue: Fergus Dall <sidereal@google.com> Commit-Queue: Timothy Loh <timloh@chromium.org> Auto-Submit: Fergus Dall <sidereal@google.com> Reviewed-by:
Timothy Loh <timloh@chromium.org> Cr-Commit-Position: refs/heads/master@{#715187}
-
Keith Lee authored
Changes were based on the call chain of setCompositionRange. Modify setSelectionRange and setCompositionRange to throw an error if the arguments were invalid uint32 values. Changes to third_party/closure_compiler/externs/input_method_private.js were auto generated by running: ``` python tools/json_schema_compiler/compiler.py /usr/local/google/home/keithlee/chromium/src/chrome/common/extensions/api/input_method_private.json --root=. --generator=externs > /usr/local/google/home/keithlee/chromium/src/third_party/closure_compiler/externs/input_method_private.js ``` b/134473433 CRBUG=1024657 Change-Id: I5dfb398bb1ff7a4c3a246c64759437efbc33782b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1903227 Commit-Queue: Keith Lee <keithlee@chromium.org> Reviewed-by:
Shu Chen <shuchen@chromium.org> Reviewed-by:
Keith Lee <keithlee@chromium.org> Reviewed-by:
calamity <calamity@chromium.org> Reviewed-by:
Karan Bhatia <karandeepb@chromium.org> Reviewed-by:
Darren Shen <shend@chromium.org> Auto-Submit: Keith Lee <keithlee@chromium.org> Cr-Commit-Position: refs/heads/master@{#715186}
-
chromium-autoroll authored
https://chromium.googlesource.com/catapult.git/+log/fa6d4dc30478..f520568b0e6a git log fa6d4dc30478..f520568b0e6a --date=short --no-merges --format='%ad %ae %s' 2019-11-14 dproy@chromium.org Reland "Add origin trial token for vulcanizer" 2019-11-14 agable@chromium.org Reland "Nearly-whitespace change to check mirroring" Created with: gclient setdep -r src/third_party/catapult@f520568b0e6a If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/catapult-autoroll Please CC sadrul@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel TBR=sadrul@google.com Bug: chromium:1021137,chromium:1023392 Change-Id: I2f862620a46aaa5cab8b8ba5ede3c7c57a4647f2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1914756Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#715185}
-
Xianzhu Wang authored
LayoutNG allows an inline to contain floating objects, so the original logic for floating objects escaping inline containers doesn't apply. Bug: 922645 Change-Id: Id736d7051a6356325be92cb7fa25949a21304c1f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1913027Reviewed-by:
Ian Kilpatrick <ikilpatrick@chromium.org> Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> Cr-Commit-Position: refs/heads/master@{#715184}
-
Michael Spang authored
Chromecast uses views, but does not set toolkit_views=true. Set this to true & remove desktop-oriented code that breaks in this case. This replaces !defined(OS_CHROMEOS) with a new BUILDFLAG(ENABLE_DESKTOP_AURA) flag as necessary throughout views. This is needed because Chromecast doesn't use desktop_aura and uses aura similarly to Chrome OS by creating one WindowTreeHost for the display [alternative suggestions on how to handle this distinction welcome]. This does not enable views in content(_shell) yet. That's left to the next patch as it changes the UI. As of this change, views_unittests passes in Chromecast Linux builds. Bug: 1021770 Test: views_unittests, content_browsertests on is_chromecast=true build Change-Id: I54e79402a761572feb76f122ed846558e84210b6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1907559Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Reviewed-by:
Dirk Pranke <dpranke@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Commit-Queue: Michael Spang <spang@chromium.org> Cr-Commit-Position: refs/heads/master@{#715183}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromiumos/chromite.git/+log/8bc4fa870170..32f02045f037 git log 8bc4fa870170..32f02045f037 --date=short --no-merges --format='%ad %ae %s' 2019-11-14 cjmcdonald@chromium.org Stabilize parallel_emerge_new 2019-11-13 rrangel@chromium.org cros_branch: Sync all groups by default Created with: gclient setdep -r src/third_party/chromite@32f02045f037 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/chromite-chromium-autoroll Please CC chrome-os-gardeners@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md CQ_INCLUDE_TRYBOTS=luci.chromium.try:chromeos-kevin-rel TBR=chrome-os-gardeners@google.com Bug: None Change-Id: I4075a3fc1a711c6e743b42a5da43aa634fa5982e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1915228Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#715182}
-
shrekshao authored
These bindings are needed to implement GL_WEBGL_draw_instanced_base_vertex_base_instance and GL_WEBGL_multi_draw_instanced_base_vertex_base_instance in the passthrough cmd decoder. Bug: chromium:891861, angleproject:3402 Change-Id: I5db6b10509c2e3ddd8e0c41dee585485e162370e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1747865 Commit-Queue: Shrek Shao <shrekshao@google.com> Reviewed-by:
Kenneth Russell <kbr@chromium.org> Cr-Commit-Position: refs/heads/master@{#715181}
-
chromium-autoroll authored
If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/fuchsia-sdk-chromium-autoroll Please CC cr-fuchsia+bot@chromium.org on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md CQ_INCLUDE_TRYBOTS=luci.chromium.try:fuchsia-arm64-cast;luci.chromium.try:fuchsia-x64-cast TBR=cr-fuchsia+bot@chromium.org Change-Id: Ic6fba3dc87e048262261f634209f2726db787185 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1915296Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#715180}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/088977a7a7fb..e6e5db55004d git log 088977a7a7fb..e6e5db55004d --date=short --no-merges --format='%ad %ae %s' 2019-11-14 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial). 2019-11-14 brucedawson@chromium.org Randomize results of git cl owners Created with: gclient setdep -r src/third_party/depot_tools@e6e5db55004d If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/depot-tools-chromium-autoroll Please CC agable@chromium.org on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md TBR=agable@chromium.org Bug: chromium:1024083 Change-Id: I3ec903f5b57bb3c7f9aad7413821ea66252da033 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1915062Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#715179}
-
Stephen Chenney authored
Implements a new Blink.PageLoad UKM event with metrics for the existing Rendering Core components tracked on a per frame bases by Blink.UpdateTime. The new event is emitted once per navigation when First Contentful Paint (FCP) is signaled, and records the total time spent to that point by each component. Corresponding UMA is also added. Bug: 1001199 Change-Id: I361999782416ce32999e0595d03cbc8ab99eccde Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1904349 Commit-Queue: Stephen Chenney <schenney@chromium.org> Auto-Submit: Stephen Chenney <schenney@chromium.org> Reviewed-by:
vmpstr <vmpstr@chromium.org> Reviewed-by:
Steven Holte <holte@chromium.org> Cr-Commit-Position: refs/heads/master@{#715178}
-
chrome-release-bot authored
# This is an automated release commit. # Do not revert without consulting chrome-pmo@google.com. NOAUTOREVERT=true TBR=benmason@chromium.org Change-Id: I15bf0d7a72238fda1ccdefb8d189e4dd71ebe435 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1915020Reviewed-by:
Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#715177}
-
Noel Gordon authored
- rename the input files to match names of the existing filetype PNG icon files used in Files app - optimize their SVG using SVGOMG, and also add them to the 20px files-ng icon-set for <iron-icon> use in the file list Bug: 992821, 1002393 Change-Id: Ib08928d16bd0e59f596ec0c7dfc48671bf9921ab Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1914587 Commit-Queue: Alex Danilo <adanilo@chromium.org> Reviewed-by:
Luciano Pacheco <lucmult@chromium.org> Reviewed-by:
Alex Danilo <adanilo@chromium.org> Reviewed-by:
Noel Gordon <noel@chromium.org> Cr-Commit-Position: refs/heads/master@{#715176}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/f533355b4140..1b52f05868c9 git log f533355b4140..1b52f05868c9 --date=short --no-merges --format='%ad %ae %s' 2019-11-14 ianelliott@google.com Vulkan: Update bug numbers for GLES 3.1 "debug" expected failures Created with: gclient setdep -r src/third_party/angle@1b52f05868c9 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/angle-chromium-autoroll Please CC cnorthrop@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel TBR=cnorthrop@google.com Bug: None Change-Id: I6bac3e69aedf6203520e0d4e61585c8083040831 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1915061Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#715175}
-
Eric Willigers authored
minimal-ui desktop PWAs behave similarly to standalone PWAs, but with Back and Reload buttons at the left end of the title bar. https://www.w3.org/TR/appmanifest/#dom-displaymodetype-minimal-ui Bug: 1007151 Change-Id: I86920c20a5af89aefdabfdaba89996ab267e0f19 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1914588 Commit-Queue: Alan Cutter <alancutter@chromium.org> Auto-Submit: Eric Willigers <ericwilligers@chromium.org> Reviewed-by:
Alan Cutter <alancutter@chromium.org> Cr-Commit-Position: refs/heads/master@{#715174}
-