- 21 Nov, 2019 40 commits
-
-
Oksana Zhuravlova authored
Bug: 1026023 Change-Id: I426c54d2f951a60223e8552ea9f4d3acc6518d5e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1922704Reviewed-by:
Changwan Ryu <changwan@chromium.org> Reviewed-by:
Juan Antonio Navarro Pérez <perezju@chromium.org> Reviewed-by:
Richard Coles <torne@chromium.org> Commit-Queue: Oksana Zhuravlova <oksamyt@chromium.org> Cr-Commit-Position: refs/heads/master@{#717751}
-
Jared Saul authored
This flag is marked as expiring in M80 and can be cleaned up now. Fixed: 954367 Change-Id: I406b9eb733725eadecb23f0aa437acf111478231 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1927851 Commit-Queue: Jared Saul <jsaul@google.com> Reviewed-by:
Robert Kaplow <rkaplow@chromium.org> Cr-Commit-Position: refs/heads/master@{#717750}
-
Manu Cornet authored
Bug: 1012772, 1010697 Change-Id: I80ff57f5278a72244b0e929c0f44de3bd4af62ab Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1928211Reviewed-by:
Manu Cornet <manucornet@chromium.org> Reviewed-by:
Andrew Xu <andrewxu@chromium.org> Auto-Submit: Manu Cornet <manucornet@chromium.org> Commit-Queue: Manu Cornet <manucornet@chromium.org> Commit-Queue: Andrew Xu <andrewxu@chromium.org> Cr-Commit-Position: refs/heads/master@{#717749}
-
Manu Cornet authored
This particular change should not cause any behaviour change. This new distinction will be used for at least two purposes in the near future: 1) provide accessibility feedback (alert) when an item has been pinned to, or unpinned from, the shelf 2) provide visual feedback when an item has been pinned to the "scrollable" shelf (for instance scroll the scroll view to have the new item within the viewport). Neither of these interactions should happen when the pinning/unpinning is not a result of a user-initiated action, such as in callbacks to sync events. Bug: 1012772, 1010697 Change-Id: Ib581aa05841826b78a7ba8cfe5d2b0a52f367810 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1925439 Commit-Queue: Manu Cornet <manucornet@chromium.org> Reviewed-by:
Trent Apted <tapted@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Cr-Commit-Position: refs/heads/master@{#717748}
-
chromium-autoroll authored
https://swiftshader.googlesource.com/SwiftShader.git/+log/72e68083f914..d34bb293b205 git log 72e68083f914..d34bb293b205 --date=short --no-merges --format='%ad %ae %s' 2019-11-21 sugoi@google.com Remove quadLayout Created with: gclient setdep -r src/third_party/swiftshader@d34bb293b205 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 TBR=swiftshader-team+autoroll@google.com Bug: chromium:b/144353295 Change-Id: I12d6e429e7e338401c8fca11aa1a4a8e127aa35f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1929351Reviewed-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@{#717747}
-
Darin Fisher authored
Bug: 1024913 Change-Id: I29fa0411f7abe815bc51463c91763d64be54c00e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1924602 Commit-Queue: Darin Fisher <darin@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#717746}
-
Ken Rockot authored
This insulates LocalStorageContextMojo behind a new LocalStorageControl mojom interface defined by the Storage Service. DOMStorageContextWrapper no longer has direct access to the LocalStorageContextMojo instances, instead interacting with them only through the mojom interface. This simplifies DOMStorageContextWrapper, but also helps prepare LocalStorageContextMojo for migration into private Storage Service code. Bug: 1000959 Change-Id: I12c6ece0b1dd01c3e17e66e6249b2d01935675f6 Tbr: jam@chromium.org Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1902244Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Daniel Murphy <dmurph@chromium.org> Reviewed-by:
Victor Costan <pwnall@chromium.org> Commit-Queue: Ken Rockot <rockot@google.com> Cr-Commit-Position: refs/heads/master@{#717745}
-
Anastasia Helfinstein authored
As part of a transition to share code and tooling more easily between ChromeVox, Switch Access, Select-to-Speak, autoclick, and any future accessibility component extensions, move them into a shared accessibility/ directory in chrome/browser/resources/chromeos. Bug: 706981 Change-Id: Icaec4981380ac37e42d12706c2ec5693f58c334c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1913122 Commit-Queue: Anastasia Helfinstein <anastasi@google.com> Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
David Tseng <dtseng@chromium.org> Cr-Commit-Position: refs/heads/master@{#717744}
-
Ted Choc authored
BUG=myself Change-Id: I6ca5b81c8e069fcf9fa08d6f6f4c8018ed60dc9f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1928894Reviewed-by:
Michael Thiessen <mthiesse@chromium.org> Commit-Queue: Ted Choc <tedchoc@chromium.org> Cr-Commit-Position: refs/heads/master@{#717743}
-
Staphany Park authored
This conversion is a step towards unifying the structure of the Cookie Store API WPT tests. Change-Id: Ib6c8f93d407c7f749652e699cd9c336ac5cb85ac Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1928233 Commit-Queue: Victor Costan <pwnall@chromium.org> Auto-Submit: Staphany Park <staphany@chromium.org> Reviewed-by:
Victor Costan <pwnall@chromium.org> Cr-Commit-Position: refs/heads/master@{#717742}
-
Ana Salazar authored
The in app shelf should not have a right margin in tablet mode. Bug: 1025270 Change-Id: Iaa338de3bc60df28eefec5620ebe706b0864600a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1926916 Commit-Queue: Ana Salazar <anasalazar@chromium.org> Reviewed-by:
Ahmed Fakhry <afakhry@chromium.org> Cr-Commit-Position: refs/heads/master@{#717741}
-
Vasilii Sukhanov authored
Bug: 1027152 Change-Id: I1005d4982f16e0413e646261df6ea49c39285ad9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1929243Reviewed-by:
Jan Wilken Dörrie <jdoerrie@chromium.org> Commit-Queue: Vasilii Sukhanov <vasilii@chromium.org> Cr-Commit-Position: refs/heads/master@{#717740}
-
Mike Reed authored
See https://skia-review.googlesource.com/c/skia/+/242557/ Change-Id: Ifc712cfb963fa698162ce56b618ccd906dc21007 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1929260 Commit-Queue: Mike Reed <reed@google.com> Commit-Queue: Florin Malita <fmalita@chromium.org> Reviewed-by:
Florin Malita <fmalita@chromium.org> Cr-Commit-Position: refs/heads/master@{#717739}
-
chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/b86a1770ee64..58a3210823a3 git log b86a1770ee64..58a3210823a3 --date=short --no-merges --format='%ad %ae %s' 2019-11-21 crodbro@webrtc.org Add config to reduce weight on small samples in BitrateEstimator. 2019-11-21 jonaso@webrtc.org Add new GOOG_PING and GOOG_MESSAGE_INTEGRITY_32 2019-11-21 handellm@webrtc.org Revert "VideoFrame: Store a reference to an encoded frame" 2019-11-21 danilchap@webrtc.org Add RtpDepacketizerAv1::AssembleFrame function 2019-11-21 danilchap@webrtc.org Delete DEPRECATED_SingleThreadedTaskQueueForTesting 2019-11-21 yvesg@webrtc.org [UBSan] Add suppressions for vp8, opus, absl. 2019-11-21 sprang@webrtc.org Adds injectable trials from peerconnection down to transport controller. 2019-11-21 budnyjj@gmail.com Force alignment of generated JVM called functions. 2019-11-21 danilchap@webrtc.org Revert lock for logging to CriticalSection 2019-11-21 handellm@webrtc.org MediaStreamInterface: introduce encoded sinks. Created with: gclient setdep -r src/third_party/webrtc@58a3210823a3 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/webrtc-chromium-autoroll Please CC webrtc-chromium-sheriffs-robots@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 TBR=webrtc-chromium-sheriffs-robots@google.com Bug: chromium:1013590,chromium:None,chromium:1013590 Change-Id: Iddcc86741f641aebf8798cc6a5b34e57e84a4697 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1928063Reviewed-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@{#717738}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/2dad99092c8c..8053c972b431 git log 2dad99092c8c..8053c972b431 --date=short --no-merges --format='%ad %ae %s' 2019-11-21 robertphillips@google.com Add onPrePrepare to GrFillRRectOp 2019-11-21 herb@google.com Simplify makeOps API 2019-11-21 mtklein@google.com one more stray Valgrind false positive 2019-11-21 halcanary@google.com [minor] mark scripts as executable 2019-11-21 halcanary@google.com Replace third_party/gif with new DEPS entry. 2019-11-21 mtklein@google.com expand float peepholes Created with: gclient setdep -r src/third_party/skia@8053c972b431 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 robertphillips@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=robertphillips@google.com Bug: None Change-Id: I1bb7a160c9ecc94634dc25cafc5eb02d1e342354 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1928064Reviewed-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@{#717737}
-
rajendrant authored
Also obsoletes the old services data use metric. Change-Id: I4bf6fb6a83c532f54f7b44a591f2b641540cd3fc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1927491 Auto-Submit: rajendrant <rajendrant@chromium.org> Reviewed-by:
Robert Kaplow <rkaplow@chromium.org> Commit-Queue: rajendrant <rajendrant@chromium.org> Cr-Commit-Position: refs/heads/master@{#717736}
-
Samuel Huang authored
Now that GRIT update_resource_ids is available, we can easily shuffle resource_ids GRD items. This CL moves 6 existing items to the /chrome WebUI section. Also update comments related to sections. Bug: 927131 Change-Id: Id4646f234f3f43093bb7c62ea9818db1f7c117a0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1925820 Commit-Queue: Samuel Huang <huangs@chromium.org> Reviewed-by:
Andrew Grieve <agrieve@chromium.org> Cr-Commit-Position: refs/heads/master@{#717735}
-
Jacob DeWitt authored
Change-Id: I787688b8ec3893572c6f5195c85bd0e4f46be9bd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1929393 Commit-Queue: Jacob DeWitt <jacde@chromium.org> Commit-Queue: Alexander Cooper <alcooper@chromium.org> Auto-Submit: Jacob DeWitt <jacde@chromium.org> Reviewed-by:
Alexander Cooper <alcooper@chromium.org> Cr-Commit-Position: refs/heads/master@{#717734}
-
Michael Spang authored
We don't want direct dependencies on internals of the evdev component, so move features defined there to a common file. Using these files from //chrome/browser would break dependency checking through "gn check", except that checks for that tree are disabled (bug 949535). Bug: 1026406 Change-Id: I0fbf9d2c0f466b4d9dbdd903540fdc4972f397ff Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1927209 Commit-Queue: Michael Spang <spang@chromium.org> Reviewed-by:
Kevin Schoedel <kpschoedel@chromium.org> Cr-Commit-Position: refs/heads/master@{#717733}
-
Michael Spang authored
This test fails after 0ff1d4ac ("ozone: xkbcommon: Pre-compute masks when setting keymap") but was not running on any bots. Fix it by initializing the modifier masks in the test (thanks kpschoedel@ for debugging and finding this fix). Bug: 1026406 Change-Id: I0639e8537d48a7cfb846dea76284dea8f4ff7eca Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1928249 Commit-Queue: Michael Spang <spang@chromium.org> Reviewed-by:
Kevin Schoedel <kpschoedel@chromium.org> Cr-Commit-Position: refs/heads/master@{#717732}
-
Łukasz Anforowicz authored
This reverts commit f0f00c0c. Reason for revert: Caused https://crbug.com/1027094 Original change's description: > |request_initiator_site_lock| enforcement - attempt #1. > > This CL starts treating |request_initiator| that doesn't match > |request_initiator_site_lock| as a bad IPC message and ignoring such > malformed resource requests. > > NetworkService.URLLoader.RequestInitiatorOriginLockCompatibility UMA is > non-zero in recent Canary releases. We expect that this CL will get > reverted after gathering sufficient number of DumpWithoutCrashing > reports to understand why the lock doesn't match the initiator in some > real world scenarios. > > Bug: 920634 > Change-Id: I509ebade1d64e5c5243150df8c3f5184273cf8ac > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1661114 > Commit-Queue: Łukasz Anforowicz <lukasza@chromium.org> > Reviewed-by: Yutaka Hirano <yhirano@chromium.org> > Cr-Commit-Position: refs/heads/master@{#717031} TBR=toyoshim@chromium.org,yhirano@chromium.org,hiroshige@chromium.org,lukasza@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 920634, 1027094 Change-Id: I3ea5d8f2f770a3e329de6b1902c2e24bbea1745a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1928560 Commit-Queue: Łukasz Anforowicz <lukasza@chromium.org> Reviewed-by:
Takashi Toyoshima <toyoshim@chromium.org> Reviewed-by:
Łukasz Anforowicz <lukasza@chromium.org> Cr-Commit-Position: refs/heads/master@{#717731}
-
Demetrios Papadopoulos authored
Bug: 807458 Change-Id: I22eafec23c447becaba75d19c4e710861c050bca Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1928238 Commit-Queue: Hector Carmona <hcarmona@chromium.org> Auto-Submit: Demetrios Papadopoulos <dpapad@chromium.org> Reviewed-by:
Hector Carmona <hcarmona@chromium.org> Cr-Commit-Position: refs/heads/master@{#717730}
-
Navid Zolghadr authored
Comment out a DCHECK in prediction metric calculator as it seems to be failing in some tests. Further investigation is needed for this. Bug: 1017661 Change-Id: I6802b37297052c195be4d508da9575a0a045ae11 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1928323Reviewed-by:
Navid Zolghadr <nzolghadr@chromium.org> Reviewed-by:
David Bokan <bokan@chromium.org> Commit-Queue: Navid Zolghadr <nzolghadr@chromium.org> Auto-Submit: Navid Zolghadr <nzolghadr@chromium.org> Cr-Commit-Position: refs/heads/master@{#717729}
-
Renjie Tang authored
https://quiche.googlesource.com/quiche.git/+log/409b261f38af..95c6fd36ead5 $ git log 409b261f3..95c6fd36e --date=short --no-merges --format='%ad %ae %s' 2019-11-20 bnc Internal QUICHE change 2019-11-19 renjietang Remove QuicPacketCreator::AddSavedFrame() and make QuicPacketCreator::AddFrame() public. 2019-11-19 ianswett Remove unused set_endianness from QuicDataReader. 2019-11-19 quiche-dev Move quic::QuicEndian to quiche::QuicheEndian 2019-11-19 quiche-dev gfe-relnote: Update QuicConnection's SendMessage to allow specifying if the message being sent is retransmittable. 2019-11-18 bnc Fix use-after-free in QpackProgressiveDecoder and QpackInstructionDecoder. 2019-11-18 rch Add more QUIC_SLOW_TEST annotations to bbr2_simulator_test.cc since they're causing timeouts in Chrome bots. 2019-11-18 renjietang Add comments for some disabled simple_session_notifier_test. 2019-11-18 fayang gfe-relnote: In QUIC sent packet manager, replace handshake_confirmed_ and forward_secure_packet_acked_ with handshake_state_. No functional change expected. Not protected. 2019-11-18 dschinazi Remove use of illegal ":version" HTTP pseudo-header in tests 2019-11-15 renjietang gfe-relnote: Combine quic_no_stream_data_after_reset and quic_no_decrease_in_final_offset into a single flag gfe2_reloadable_flag_quic_close_connection_and_discard_data_on_wrong_offset to impose flag dependency. Created with: roll-dep src/net/third_party/quiche/src src/third_party/quic_trace/src Change-Id: I1cbffb5b1eb70a947af5d015baafd9c83e0a7b62 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1925752Reviewed-by:
Ryan Hamilton <rch@chromium.org> Reviewed-by:
Guido Urdaneta <guidou@chromium.org> Commit-Queue: Renjie Tang <renjietang@chromium.org> Cr-Commit-Position: refs/heads/master@{#717728}
-
Armando Miraglia authored
According to http://crbug.com/1025874#c4, these metrics are still required for further issues debugging. Hence, I am extending the life time by 6 months. Fixed: 1025874 Change-Id: I6b388c6e310af1cd3297b4a4b01b41f11e3352f3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1926476Reviewed-by:
Robert Kaplow <rkaplow@chromium.org> Reviewed-by:
Guido Urdaneta <guidou@chromium.org> Commit-Queue: Armando Miraglia <armax@chromium.org> Cr-Commit-Position: refs/heads/master@{#717727}
-
Jamie Madill authored
Uses a more general suppression for many Vulkan WebGL tests that seem to be flaky or failing: [ win nvidia vulkan passthrough ] conformance/ogles/GL/* [ Failure ] Bug: 1017162 Tbr: kbr@chromium.org Change-Id: I69eecdbdd911474b7f94b1a474ea39354fa72c40 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1924916Reviewed-by:
Jamie Madill <jmadill@chromium.org> Reviewed-by:
Jonathan Ross <jonross@chromium.org> Commit-Queue: Jamie Madill <jmadill@chromium.org> Cr-Commit-Position: refs/heads/master@{#717726}
-
Reilly Grant authored
They are not yet a Chromium committer so they can't Code-Review+1 reviews. Until then they shouldn't be in an OWNERS file. Change-Id: I3689ec2d4b64eecfb4f761a333ad565363fefed5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1928565 Auto-Submit: Reilly Grant <reillyg@chromium.org> Commit-Queue: Jenny Zhang <jennyz@chromium.org> Reviewed-by:
Jenny Zhang <jennyz@chromium.org> Cr-Commit-Position: refs/heads/master@{#717725}
-
Lily Chen authored
This reverts commit faa17358. Reason for revert: We decided not to move forward with this feature. Original change's description: > Add draft UI strings for Legacy Cookie Access content settings > > This CL contains drafts of the UI strings to be used for Legacy Cookie > Access content settings in chrome://settings/content. > > The rest of the UI will be built later; this is just to get the strings > in before string freeze for M80. > > Bug: 1025007 > Change-Id: I9d03c2863dafab2f26796865321d83208f290ea4 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1918340 > Reviewed-by: Demetrios Papadopoulos <dpapad@chromium.org> > Commit-Queue: Lily Chen <chlily@chromium.org> > Cr-Commit-Position: refs/heads/master@{#715586} TBR=dpapad@chromium.org,chlily@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 1025007 Change-Id: I366c07b7ec1e26952fe39a3fe9bed28c8d39c1d6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1929255Reviewed-by:
Lily Chen <chlily@chromium.org> Commit-Queue: Lily Chen <chlily@chromium.org> Cr-Commit-Position: refs/heads/master@{#717724}
-
Demetrios Papadopoulos authored
Bug: 1022215 Change-Id: I288b359fba39100b732204d213e567fc8d221851 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1925369 Commit-Queue: Demetrios Papadopoulos <dpapad@chromium.org> Auto-Submit: Demetrios Papadopoulos <dpapad@chromium.org> Reviewed-by:
Rebekah Potter <rbpotter@chromium.org> Cr-Commit-Position: refs/heads/master@{#717723}
-
Ted Choc authored
The metric isn't used frequently, but when needed it can help see trends in incoming traffic metrics. BUG=975882 Change-Id: Ic3e1e2a3b3ad273a4d8d128f82068142f7315950 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1713231Reviewed-by:
Robert Kaplow <rkaplow@chromium.org> Commit-Queue: Ted Choc <tedchoc@chromium.org> Cr-Commit-Position: refs/heads/master@{#717722}
-
Vladimir Levin authored
This patch renames the signal to rendersubtreeactivation, to stop erroneously implying that it always happens before activation. on-render-subtree-activation can fire before and after the activation, depending on the way an element is activated. R=chrishtr@chromium.org, rakina@chromium.org Bug: https://github.com/WICG/display-locking/issues/98 Change-Id: Id3ba4e5ac93eb9b551c2419fb2e5d8c762d2f761 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1927023 Commit-Queue: vmpstr <vmpstr@chromium.org> Reviewed-by:
Chris Harrelson <chrishtr@chromium.org> Cr-Commit-Position: refs/heads/master@{#717721}
-
Andrew Luo authored
Bug: 1021665 Change-Id: Ic2b72062f36eb219d10ae67f5c96c650fbd95c2e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1918342Reviewed-by:
Aaron Gable <agable@chromium.org> Commit-Queue: Andrew Luo <aluo@chromium.org> Cr-Commit-Position: refs/heads/master@{#717720}
-
Ilia Samsonov authored
googletest will no longer support empty prefix for parameterized INSTANTIATE_TEST_SUITE_P. Adding "All" prefix to existing empty prefix test suites. This CL was uploaded by git cl split. R=mlamouri@chromium.org Bug: 1023677 Change-Id: I2ccb853be1685d5e52e20a1cc855f4abf5347345 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1925738 Auto-Submit: Ilia Samsonov <isamsonov@google.com> Reviewed-by:
Mounir Lamouri <mlamouri@chromium.org> Commit-Queue: Mounir Lamouri <mlamouri@chromium.org> Cr-Commit-Position: refs/heads/master@{#717719}
-
Robert Ogden authored
Otherwise it is impossible to roll out using the server-side experimentations that are currently at play. Bug: 1021749 Change-Id: Ic6bf7e48c1aba52c16ef9ed1a048af963ea187a3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1922600Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
Tarun Bansal <tbansal@chromium.org> Commit-Queue: Robert Ogden <robertogden@chromium.org> Cr-Commit-Position: refs/heads/master@{#717718}
-
Dominique Fauteux-Chapleau authored
Remove the old std::string signature so future code uses the DMToken function instead. Also rename RetrieveBrowserDMToken to RetrieveDMToken to keep function name consistent with the rest of BrowserDMTokenStorage. Bug: 1020296 Change-Id: Ie3eb3cc44d9c0ca9503971a843bd9ff10ec6dfae Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1924547Reviewed-by:
Daniel Rubery <drubery@chromium.org> Reviewed-by:
Tien Mai <tienmai@chromium.org> Reviewed-by:
Owen Min <zmin@chromium.org> Reviewed-by:
Greg Thompson <grt@chromium.org> Commit-Queue: Dominique Fauteux-Chapleau <domfc@chromium.org> Cr-Commit-Position: refs/heads/master@{#717717}
-
Sadrul Habib Chowdhury authored
The only override of OutputSurfaceClient::DidFinishLatencyInfo() in Display is a no-op (since crrev.com/567297). So remove this. BUG=none Change-Id: I53031545844ace0552ca88b30b78bc4d9d12ecb7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1928561 Auto-Submit: Sadrul Chowdhury <sadrul@chromium.org> Reviewed-by:
Saman Sami <samans@chromium.org> Commit-Queue: Saman Sami <samans@chromium.org> Cr-Commit-Position: refs/heads/master@{#717716}
-
Jasper Chapman-Black authored
Change-Id: Ia8f2b58fe4ff351aff62e2ad5db953f369da66eb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1928569 Commit-Queue: Jasper Chapman-Black <jaspercb@chromium.org> Reviewed-by:
Andrew Grieve <agrieve@chromium.org> Cr-Commit-Position: refs/heads/master@{#717715}
-
Danyao Wang authored
The functionality behind this flag is replaced by the new StrictHasEnrolledAutofillInstrument feature. Bug: 1025228 Change-Id: I6d179e32fca657147401b8173f49d931e9abf703 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1924779 Commit-Queue: Danyao Wang <danyao@chromium.org> Reviewed-by:
Sahel Sharify <sahel@chromium.org> Reviewed-by:
Brian White <bcwhite@chromium.org> Reviewed-by:
Rouslan Solomakhin <rouslan@chromium.org> Cr-Commit-Position: refs/heads/master@{#717714}
-
Ilia Samsonov authored
googletest will no longer support empty prefix for parameterized INSTANTIATE_TEST_SUITE_P. Adding "All" prefix to existing empty prefix test suites. This CL was uploaded by git cl split. R=mlamouri@chromium.org Bug: 1023677 Change-Id: Ie508e6499be964b52ee1567967f4fc7a5ca4a1a1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1926809 Auto-Submit: Ilia Samsonov <isamsonov@google.com> Reviewed-by:
Mounir Lamouri <mlamouri@chromium.org> Commit-Queue: Mounir Lamouri <mlamouri@chromium.org> Cr-Commit-Position: refs/heads/master@{#717713}
-
Jonathan Ross authored
On Pixel 2 this test has begun consistently failing. Suppressing it while the root cause is analyzed. TBR=ynovikov@chromium.org TEST= webgl2_conformance_tests deqp/functional/gles3/negativetextureapi.html Bug: 1027125 Change-Id: Ie727ed406c10b42cfab5fb8f999068de32c19810 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1928145Reviewed-by:
Jonathan Ross <jonross@chromium.org> Commit-Queue: Jonathan Ross <jonross@chromium.org> Cr-Commit-Position: refs/heads/master@{#717712}
-