- 31 Jan, 2020 5 commits
-
-
Eric Willigers authored
LaunchApplication() replaces OpenApplicationWindow and OpenApplicationTab. The user's preferred launch container for the web app (standalone window or browser tab) is used. If the app is not installed, a browser window opens at the new tab page. TBR=pbos@chromium.org Bug: 1003610, 1022556 Change-Id: I1655a944ac205a93c4ebfebef8c13e21da4cd79b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1897377 Commit-Queue: Eric Willigers <ericwilligers@chromium.org> Reviewed-by:
Jesse Doherty <jwd@chromium.org> Reviewed-by:
Dominick Ng <dominickn@chromium.org> Reviewed-by:
Tommy Martino <tmartino@chromium.org> Reviewed-by:
Greg Thompson <grt@chromium.org> Reviewed-by:
Alexey Baskakov <loyso@chromium.org> Cr-Commit-Position: refs/heads/master@{#737128}
-
Donn Denman authored
Changes all references to the Contextual Search feature from "Tap to Search" to "Touch to Search", and renaming legacy references to "Tap". Also update the legacy description of how to use the feature that shows in the Settings preferences on how to refine the search. This has been broken for a long time -- it referenced an ability to seamlessly convert from the Overlay to a separate Tab that only worked pre-Hara. Now the description references promoting to a separate Tab to refine the search. BUG=957451,956277 Change-Id: Ie4c4153193c1a02763c36bf866c8c804baa79dcb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2028856Reviewed-by:
Philip Rogers <pdr@chromium.org> Reviewed-by:
Alexander Hendrich <hendrich@chromium.org> Reviewed-by:
Theresa <twellington@chromium.org> Commit-Queue: Donn Denman <donnd@chromium.org> Cr-Commit-Position: refs/heads/master@{#737127}
-
Mike Dougherty authored
Xcode 11.3 includes iOS 12.4 and 13.3 simulators, so bots are updated from 12.2 and 13.1 respectively. CIPD packages: infra_internal/ios/xcode/mac 11c29 infra_internal/ios/xcode/ios 11c29 Bug: 1041618 Change-Id: Iffbb393d0957a443f32092396a40a17647c5d0ef Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2028249Reviewed-by:
Justin Cohen <justincohen@chromium.org> Commit-Queue: Mike Dougherty <michaeldo@chromium.org> Cr-Commit-Position: refs/heads/master@{#737126}
-
Kenichi Ishibashi authored
The fix is landed. Enable the test. Bug: 1043481 Change-Id: I024aa915c694dc77f090bbff727c040dd3044ce8 Tbr: lazyboy@chromium.org Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2032284Reviewed-by:
Kenichi Ishibashi <bashi@chromium.org> Reviewed-by:
Istiaque Ahmed <lazyboy@chromium.org> Commit-Queue: Kenichi Ishibashi <bashi@chromium.org> Cr-Commit-Position: refs/heads/master@{#737125}
-
Rouslan Solomakhin authored
This patch sets card use count and last use date using PaymentPreferenceUtil instead of AutofillHelper, because PaymentRequestImpl uses the counts and dates from PaymentPreferenceUtil when calculating frecency score for ordering cards. Bug: 1045774 Change-Id: Ia58783d6889a670ccae057e68dc488013221ff89 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2031046Reviewed-by:
Sahel Sharify <sahel@chromium.org> Commit-Queue: Rouslan Solomakhin <rouslan@chromium.org> Cr-Commit-Position: refs/heads/master@{#737124}
-
- 30 Jan, 2020 35 commits
-
-
Mitsuru Oshima authored
* The size and scale factor in Display and DisplayInfo could be different in the past, but they're now always the same, except for the unified desktop mode. * panel_rotation() was added recently so use it instead of DisplayInfo::GetLogicalActiveRotation(); ImageCursor can get the panel's orientation from display and no need to create a fake display. Bug: None Test: No functional change. All tests passes. Change-Id: I1a3dd26f96dd201eefcd58841e185eed6ab514ff Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1994672Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
Zentaro Kavanagh <zentaro@chromium.org> Commit-Queue: Mitsuru Oshima (slow in TOK) <oshima@chromium.org> Cr-Commit-Position: refs/heads/master@{#737123}
-
Robert Sesek authored
In 1e1812f8, the ClipboardHost was moved to the frame's interface broker. But the implementation of CopyToFindPboard() was still attempting to get the ClipboardHost via the process's interface broker, which no longer provides it. Test: Added RenderFrameHostImplBrowserMacTest.CopyToFindPasteboard Bug: 1045982 Change-Id: I7f26f27c20dd96475ae416c9b7c34f79941082be Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2031672Reviewed-by:
Avi Drissman <avi@chromium.org> Commit-Queue: Robert Sesek <rsesek@chromium.org> Cr-Commit-Position: refs/heads/master@{#737122}
-
Yuichiro Hanada authored
The iterator is possibly invalidated when it's used for erase() because calling CloseLauncherItem() might cause calling OnItemDelegateDiscarded() and the item pointed by the iterator is deleted in it. The similar fix for AppServiceAppWindowArcTracker was made in crrev.com/c/2006899. Bug: b/147206658 Change-Id: I904557a985003ff647f6f246e8d6b53f326f7e90 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2016768Reviewed-by:
Yury Khmel <khmel@chromium.org> Commit-Queue: Yuichiro Hanada <yhanada@chromium.org> Cr-Commit-Position: refs/heads/master@{#737121}
-
Christopher Thompson authored
Change-Id: Id399dee81e49b28339ef321bcc415f31016088f4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2032052Reviewed-by:
Mustafa Emre Acer <meacer@chromium.org> Commit-Queue: Christopher Thompson <cthomp@chromium.org> Cr-Commit-Position: refs/heads/master@{#737120}
-
Regan Hsu authored
This CL moves AddDateTimeStrings from browser settings to OS Settings. Browser settings does not use any of those strings. Bug: 967888 Change-Id: I5f0280c117fdcaacb7b0108e31209280827252e6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2032053Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Commit-Queue: Regan Hsu <hsuregan@chromium.org> Cr-Commit-Position: refs/heads/master@{#737119}
-
Alan Cutter authored
This reverts commit 1f961201. Reason for revert: Speculative suspicion this CL didn't cause the fuchsia failures. BUG=1044617e Original change's description: > Revert "Move ManifestUpdateManager and ManifestUpdateTask into web_application:common" > > This reverts commit 68ea97aa. > > Reason for revert: Speculative; suspected root cause of Deterministic Fuchsia failures. > > BUG=1044617e > > Original change's description: > > Move ManifestUpdateManager and ManifestUpdateTask into web_application:common > > > > ManifestUpdateManager and ManifestUpdateTask are not used outside of > > web_applications and are not isolated components, they should live one > > level up while maintaining independence from the BMO/Extension backend. > > > > This CL is in preparation to add a dependency from > > ManifestUpdateManager to SystemWebAppManager. > > > > Bug: 1035242 > > Change-Id: I3a5e8e691079619e5b063ac90653dcae6ee3f76f > > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1973441 > > Auto-Submit: Alan Cutter <alancutter@chromium.org> > > Commit-Queue: Alexey Baskakov <loyso@chromium.org> > > Reviewed-by: Alexey Baskakov <loyso@chromium.org> > > Cr-Commit-Position: refs/heads/master@{#733898} > > TBR=alancutter@chromium.org,loyso@chromium.org > > Change-Id: Ie1a4f075a6515b85effd5c853b82d7daeb2aa7b9 > No-Presubmit: true > No-Tree-Checks: true > No-Try: true > Bug: 1035242 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2014922 > Reviewed-by: Olga Sharonova <olka@chromium.org> > Commit-Queue: Olga Sharonova <olka@chromium.org> > Cr-Commit-Position: refs/heads/master@{#734033} TBR=alancutter@chromium.org,loyso@chromium.org,olka@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 1044617e, 1035242 Change-Id: I903e50bfdb95d7f703384a42dd09c177a9cdf5a0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2029530Reviewed-by:
Alan Cutter <alancutter@chromium.org> Reviewed-by:
Alexey Baskakov <loyso@chromium.org> Commit-Queue: Alexey Baskakov <loyso@chromium.org> Auto-Submit: Alan Cutter <alancutter@chromium.org> Cr-Commit-Position: refs/heads/master@{#737118}
-
Ovidio Henriquez authored
This change deprecates the Geolocation.GeolocationDispatcherHostImpl.EnableHighAccuracy histogram because it is not longer valuable to keep the metric around. Bug: 1036861 Change-Id: I065a4eeca8aaeb8030c1ed983bc7afc92ed09312 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2025325Reviewed-by:
Miguel Casas <mcasas@chromium.org> Reviewed-by:
Brian White <bcwhite@chromium.org> Commit-Queue: Ovidio de Jesús Ruiz-Henríquez <odejesush@chromium.org> Auto-Submit: Ovidio de Jesús Ruiz-Henríquez <odejesush@chromium.org> Cr-Commit-Position: refs/heads/master@{#737117}
-
David Black authored
The number of conversation starters should not exceed our stated max. Note that this CL also updates names of some unittests which contained "_" in their names (which is discouraged). Bug: b:148246719 Change-Id: I01ea72c5ba5967ec489a170c5a6a799de56a731b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2031666Reviewed-by:
Xiaohui Chen <xiaohuic@chromium.org> Commit-Queue: David Black <dmblack@google.com> Cr-Commit-Position: refs/heads/master@{#737116}
-
Alex Cooper authored
Fixed: 1043224 Change-Id: Idbdee58a5fc733055bf1cb0de095b3c36ded5b47 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2029330 Commit-Queue: Alexander Cooper <alcooper@chromium.org> Reviewed-by:
Piotr Bialecki <bialpio@chromium.org> Cr-Commit-Position: refs/heads/master@{#737115}
-
Xi Han authored
The TabContentManager provides APIs to fetch Tab thumbnails from disk, and we want to reuse these APIs in instant start. Thus, we split the creation of TabContentManager into two parts: 1. creation: the constructor is called right after the TabModel is initialized (pre-native). 2. initWithNative: is called after native is initialized. Also, add test fetchThumbnailsPreNativeTest() to verify that the TabContentManager works properly without native initialization. Bug: 1041865 Change-Id: I22eca912f396acf234118a27348edbd7054cdd29 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1992341 Commit-Queue: Xi Han <hanxi@chromium.org> Reviewed-by:
Yaron Friedman <yfriedman@chromium.org> Reviewed-by:
Wei-Yin Chen (陳威尹) <wychen@chromium.org> Cr-Commit-Position: refs/heads/master@{#737114}
-
Carlos IL authored
In Android webview, with committed interstitials enabled, the onSafeBrowsingHit callback was called again after proceeding through an interstitial. This adds a check that omits the call if the user is coming from an interstitial and the site is already allowlisted. This also adds a check for the extra call in an existing test. Bug: 1047477 Change-Id: Ifd6e9c59218b3c53f24c31f027681685ffd15333 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2031671 Commit-Queue: Carlos IL <carlosil@chromium.org> Reviewed-by:
Nate Fischer <ntfschr@chromium.org> Cr-Commit-Position: refs/heads/master@{#737113}
-
rajendrant authored
Bug: 1037037 Change-Id: I8fdb2d9d2011131a88e62e2cb03a5f1df5b9c6a3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2032009 Commit-Queue: rajendrant <rajendrant@chromium.org> Reviewed-by:
Tarun Bansal <tbansal@chromium.org> Cr-Commit-Position: refs/heads/master@{#737112}
-
Adam Langley authored
When the native Windows API is in use, there's no point in being able to go "back" to the transport selection sheet because the only entry will be "Your phone". The native API can be triggered by the drop-down list. BUG=1002262 Change-Id: I4791542c9e18f5214deee211dc6afcac22cacdc5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2032012 Commit-Queue: Adam Langley <agl@chromium.org> Commit-Queue: Martin Kreichgauer <martinkr@google.com> Auto-Submit: Adam Langley <agl@chromium.org> Reviewed-by:
Martin Kreichgauer <martinkr@google.com> Cr-Commit-Position: refs/heads/master@{#737111}
-
Tricia Crichton authored
ProcessNextMessage uses a 10 minute timeout as well as the user defined timeout. But the command returns timeout after the shortest timeout expires, so a user timeout of greater than 10 minutes has no effect. This cl uses the default timeout only if the user timeout has not been set. Bug: chromedriver:3312 Change-Id: Icadfdcd150ad7006077a3fff8c0469622297ffde Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2028727Reviewed-by:
John Chen <johnchen@chromium.org> Commit-Queue: Tricia Crichton <triciac@chromium.org> Cr-Commit-Position: refs/heads/master@{#737110}
-
Eric Orth authored
This object stores per-context state for use in host resolution. In subsequent CLs, it will be passed through the stack instead of how raw URLRequestContext* is passed today. Will soon be responsible for some data currently stored per-session in DnsSession (in this CL, implementing the DoH probe results, but not yet using the moved results). Because that data will be both per-context and per-session, but because we really only care about it in the most recent "active" session, ResolveContext keeps track of the "current" session and compares session on manipulation or retrieval of the per-session data. Bug: 1022059 Change-Id: Iad75fd590c929357415cce1aee2984355a7df251 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2003256 Commit-Queue: Eric Orth <ericorth@chromium.org> Reviewed-by:
Matt Menke <mmenke@chromium.org> Cr-Commit-Position: refs/heads/master@{#737109}
-
Daniel Rubery authored
If the URL is whitelisted, or the file is known to be dangerous, we should not perform malware scanning. We still should perform DLP scanning, if it's enabled. Change-Id: I568602ef3ad3826413fe75b10a792a511fa05e1f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2030052 Commit-Queue: Daniel Rubery <drubery@chromium.org> Reviewed-by:
Varun Khaneja <vakh@chromium.org> Cr-Commit-Position: refs/heads/master@{#737108}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/691480bbcc7d..58ad98201e2e git log 691480bbcc7d..58ad98201e2e --date=short --first-parent --format='%ad %ae %s' 2020-01-30 treehugger-gerrit@google.com Merge "service: Fix verification of SMB/page sizes" 2020-01-30 fmayer@google.com Remove stale TODO. 2020-01-30 lalitm@google.com Merge "tp: return both the id and row index when inserting into tables" 2020-01-30 fmayer@google.com Merge "Disallow clicking on [merged]." 2020-01-30 fmayer@google.com Check on type mismatch in pprof_builder. Created with: gclient setdep -r src/third_party/perfetto@58ad98201e2e If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/perfetto-chromium-autoroll Please CC perfetto-bugs@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 Bug: None Tbr: perfetto-bugs@google.com Change-Id: Ic54cab2ed731b80e6ef857bc0be03147506dd02b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2032205Reviewed-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@{#737107}
-
Stephen Chenney authored
Currently the enum for document lifecycle update reasons, used in metrics, is duplicated in third_party/blink/public/web/web_widget.h and third_party/blink/renderer/core/dom/document_lifecycle.h. The number of reasons is about to expand significantly to enable better metrics and it is very bad form to duplicate such a large enum. So centralize the enum in third_party/blink/public/common. Bug: 902436 Change-Id: I97767e51a67bdeddf8b5e4df2a6e7af98d5cadcf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2028193Reviewed-by:
Philip Rogers <pdr@chromium.org> Reviewed-by:
Jeremy Roman <jbroman@chromium.org> Reviewed-by:
Avi Drissman <avi@chromium.org> Reviewed-by:
Tommy Li <tommycli@chromium.org> Commit-Queue: Stephen Chenney <schenney@chromium.org> Cr-Commit-Position: refs/heads/master@{#737106}
-
Ovidio Henriquez authored
This change disables the MessagePopupCollectionTest.UpdateContentsCausePopupClose on MacOS due to the MacOS 10.10 builder failing it. Bug: 1047503 TBR=xidachen@chromium.org,dewittj@chromium.org,estade@chromium.org,peter@chromium.org,yoshiki@chromium.org,tengs@chromium.org Change-Id: I58ea2274b0c00bb0fc176cd30dc6a34780a783b9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2031856Reviewed-by:
Ovidio de Jesús Ruiz-Henríquez <odejesush@chromium.org> Commit-Queue: Ovidio de Jesús Ruiz-Henríquez <odejesush@chromium.org> Cr-Commit-Position: refs/heads/master@{#737105}
-
Toni Barzic authored
The goal is to make the animation used by the home button consistent with the minimization animation used by the back button (which uses standard minimization). BUG=1043265 Change-Id: I6e1b8b447ca86f50a22ec6b981558717d5a7e7d5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2023518 Commit-Queue: Toni Baržić <tbarzic@chromium.org> Reviewed-by:
Xiaoqian Dai <xdai@chromium.org> Reviewed-by:
Mitsuru Oshima (slow in TOK) <oshima@chromium.org> Cr-Commit-Position: refs/heads/master@{#737104}
-
David Tseng authored
Recent refactoring accidentally made all test inheriting from ChromeVoxE2ETest not async. Ensure we provide the prototype definition of isAsync. TBR=dtseng@chromium.org Change-Id: I018a5c856e99b87b13cbe38466c9091b11c50c7f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2031541Reviewed-by:
David Tseng <dtseng@chromium.org> Commit-Queue: David Tseng <dtseng@chromium.org> Cr-Commit-Position: refs/heads/master@{#737103}
-
John Chen authored
Add external/wpt/css/css-color/color-initial-canvastext.html to TestExpectations for MacOS 10.14. TBR=wangxianzhu@chromium.org Bug: 1047472, 1028242 Change-Id: I76c6d24475b6c08fa5a97cea5e9f729026c43e91 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2032168Reviewed-by:
John Chen <johnchen@chromium.org> Commit-Queue: John Chen <johnchen@chromium.org> Cr-Commit-Position: refs/heads/master@{#737102}
-
yilkal authored
This CL observes time or timezone changes in per app time limits. If the time or timezone changes result in crossing 24 hours + the last saved reset time, we reset the running active times. If the time or timezone changes result in |base::Time::Now()| being before the last reset time, we reset the running active times. Bug: 1034551 Change-Id: Iac0d3fcd1c41e1ad33f36a5997a958b31584d03e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2008280Reviewed-by:
Aga Wronska <agawronska@chromium.org> Commit-Queue: Yilkal Abe <yilkal@chromium.org> Cr-Commit-Position: refs/heads/master@{#737101}
-
Dominic Mazzoni authored
Adds an AXLiveRegionTracker class to keep track of live regions in an AXTree. Uses it to fix a bug where we weren't firing the LIVE_REGION_CHANGED event on the live root when a node was removed, only when a node was added or changed. I'm going to follow this up with code that optionally computes the text of a live region change, that we can use on Android, Chrome OS, and some older versions of macOS. So AXLiveRegionTracker is simple now, but it will be a convenient place to put that logic. Originally landed as https://crrev.com/c/1464325, but reverted due to a UAF. The issue was that in LiveRegionTracker we were keeping track of a mapping from node to live region root, and when a node was deleted from the tree we were deleting it from the key of that map, but we also needed to delete it from the value. We do that now by temporarily keeping track of a set of deleted node IDs. Bug: 560599, 930763 Change-Id: I2005656fb50a208b00f744def828ce8db2134be1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1988742 Commit-Queue: Dominic Mazzoni <dmazzoni@chromium.org> Reviewed-by:
Kevin Babbitt <kbabbitt@microsoft.com> Cr-Commit-Position: refs/heads/master@{#737100}
-
Alex Cooper authored
This fixes two issues and unifies the behavior of the AR and VR consent prompts. The first issue is that it was possible for an AR consent prompt to out-live a navigation. Dismissing it after this navigation caused a crash. The second issue is that all 'Navigation' events dismissed the VR consent prompt. This included non-real navigation events such as the page calling 'history.pushState' or other items that don't result in the page reloading. The fix is to stop listening to navigation events, and to instead listen for the native instance to be destroyed (which occurs when the page navigates). Fixed: 1047303 Change-Id: I342fd190d1e4f96bb83e99f0393fa7728648db32 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2031714 Commit-Queue: Alexander Cooper <alcooper@chromium.org> Commit-Queue: Klaus Weidner <klausw@chromium.org> Auto-Submit: Alexander Cooper <alcooper@chromium.org> Reviewed-by:
Klaus Weidner <klausw@chromium.org> Reviewed-by:
Piotr Bialecki <bialpio@chromium.org> Cr-Commit-Position: refs/heads/master@{#737099}
-
Jazz Xu authored
This CL adds picture-in-picture button to zenith dialog. Will follow up with integration tests and unit tests. Bug: 1047314 Change-Id: Id435d557b2eb80ac8d262da7f137a72b1cc1908c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2030353Reviewed-by:
Tommy Steimel <steimel@chromium.org> Reviewed-by:
Evan Stade <estade@chromium.org> Reviewed-by:
Becca Hughes <beccahughes@chromium.org> Commit-Queue: Jazz Xu <jazzhsu@chromium.org> Commit-Queue: Becca Hughes <beccahughes@chromium.org> Cr-Commit-Position: refs/heads/master@{#737098}
-
evliu authored
This CL updates the default style of the caption settings preview text to better reflect the actual style of the captions when no custom caption settings are specified. Bug: 1046441 Change-Id: I66fc357d86dadfb9a756d6e77d78a01c0a85eb5a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2028160 Commit-Queue: Evan Liu <evliu@google.com> Reviewed-by:
Demetrios Papadopoulos <dpapad@chromium.org> Cr-Commit-Position: refs/heads/master@{#737097}
-
Yulun Wu authored
Bug: 1047373 Change-Id: Iff288056d2006c9c97aa0f517e8d7f66e592f143 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2032046 Commit-Queue: Yulun Wu <yulunwu@chromium.org> Reviewed-by:
Alexander Alekseev <alemate@chromium.org> Cr-Commit-Position: refs/heads/master@{#737096}
-
John Chen authored
http/tests/security/frameNavigation/xss-ALLOWED-parent-navigation-change.html occasionally timeout on MacOS 10.14, adding to TextExpectations. TBR=wangxianzhu@chromium.org Bug: 1008826, 1028242 Change-Id: I9b0908a8c89c1915a62d7fe922359927afc2ab6d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2032027Reviewed-by:
John Chen <johnchen@chromium.org> Commit-Queue: John Chen <johnchen@chromium.org> Cr-Commit-Position: refs/heads/master@{#737095}
-
chromium-autoroll authored
https://swiftshader.googlesource.com/SwiftShader.git/+log/6c3dc3581eaf..79b36b640692 git log 6c3dc3581eaf..79b36b640692 --date=short --first-parent --format='%ad %ae %s' 2020-01-30 capn@google.com Fix use after free 2020-01-30 capn@google.com Have Kokoro accept imports from Piper 2020-01-30 amaiorano@google.com Subzero: fix incorrect cast 2020-01-30 capn@google.com Export Vulkan API entry functions 2020-01-30 capn@google.com Support LLVM 9+ build changes 2020-01-30 bclayton@google.com Regres: Fix unix build 2020-01-29 capn@google.com Regres: aways use build output path for ICD json 2020-01-29 capn@google.com Associate bug IDs with unimplemented functionality 2020-01-29 amaiorano@google.com Fix memory leak in rr::Optimizer 2020-01-29 bclayton@google.com Regres: Make it work on windows. 2020-01-29 amaiorano@google.com Subzero: implement coroutines for Win32 2020-01-29 bclayton@google.com SpirvShaderDebugger: Expose builtins in HLSL / GLSL. 2020-01-29 bclayton@google.com Vulkan/Debug: Add VariableContainer::extend() Created with: gclient setdep -r src/third_party/swiftshader@79b36b640692 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/swiftshader-chromium-autoroll Please CC swiftshader-team+autoroll@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_chromium_msan_rel_ng;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel Bug: chromium:1047150 Tbr: swiftshader-team+autoroll@google.com Change-Id: Ib8e99e0b23bed6674e1dcac87ef61a8dffc74481 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2031619Reviewed-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@{#737094}
-
Jeremie Boulic authored
Follow-up to crrev.com/c/2016689. Convention has been to use AndroidFiles* instead of AndroidPlayFiles in the chromium code base. Bug: 1044495 Change-Id: If38cdaa971b2a4a2b96c2b298ddc9d1c3cc5ae02 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2027009 Commit-Queue: Noel Gordon <noel@chromium.org> Reviewed-by:
Noel Gordon <noel@chromium.org> Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Cr-Commit-Position: refs/heads/master@{#737093}
-
Ali Juma authored
safe_browsing.mojom depends on content/, but is currently located in components/safe_browsing/core/common, where content/ dependencies are being removed as part of converting this component into a layered component. This CL splits safe_browsing.mojom into two files. Most of the old file moves to a new location (components/safe_browsing/content/common), while the rest moves to a new file (safe_browsing_url_checker.mojom) in the current location, since it is needed by SafeBrowsingUrlChecker, which will remain part of components/safe_browsing/core. This CL also makes the components/safe_browsing/content/common:common target build on iOS, as part of components_unittests. TBR=boliu,yfriedman Change-Id: I4497a5aeddf69350f77d193902e15823241e46fd Bug: 1028755 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2020510 Commit-Queue: Ali Juma <ajuma@chromium.org> Reviewed-by:
Varun Khaneja <vakh@chromium.org> Reviewed-by:
Ken Buchanan <kenrb@chromium.org> Cr-Commit-Position: refs/heads/master@{#737092}
-
Sigurdur Asgeirsson authored
This allows fuzzing to deserialize arbitrary messages, while still checking programming errors. Bug: 1046895 Change-Id: Iafc5418ddbcbf8197ce3991d08c4f8d7bf374234 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2031165 Commit-Queue: Sigurður Ásgeirsson <siggi@chromium.org> Reviewed-by:
Ken Rockot <rockot@google.com> Cr-Commit-Position: refs/heads/master@{#737091}
-
Natalie Chouinard authored
The package name for Clank settings has been changed from preferences to settings. Update the presubmit check for AlertDialogs. Bug: 1027271 Change-Id: I6f57d3cccf20768274197210fdc1ab372e8e3cc0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2031542Reviewed-by:
Theresa <twellington@chromium.org> Commit-Queue: Natalie Chouinard <chouinard@chromium.org> Cr-Commit-Position: refs/heads/master@{#737090}
-
James Darpinian authored
In https://crrev.com/c/1991969 I added a new, faster way to disable ARB_texture_rectangle support in ANGLE's shader translator. This change starts using it in Chrome, replacing the earlier change introduced in https://crrev.com/c/1842223 The original change https://crrev.com/c/1992548 was reverted because CopyTextureCHROMIUM generates shaders that use ARB_texture_rectangle even in WebGL contexts. This reland includes code to temporarily enable ARB_texture_rectangle during CopyTextureCHROMIUM. Bug: angleproject:3770 Change-Id: I81180a21d109a02d96f1896880d7ea2fe19d6fe6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2017932 Auto-Submit: James Darpinian <jdarpinian@chromium.org> Reviewed-by:
Kenneth Russell <kbr@chromium.org> Commit-Queue: Kenneth Russell <kbr@chromium.org> Cr-Commit-Position: refs/heads/master@{#737089}
-