- 29 Aug, 2019 40 commits
-
-
chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/6dcd4dc56a9d..b4a6128e28a3 git log 6dcd4dc56a9d..b4a6128e28a3 --date=short --no-merges --format='%ad %ae %s' 2019-08-29 nisse@webrtc.org Delete unneeded dependencies on libjingle_peerconnection_api 2019-08-29 philipel@webrtc.org Increased event log visualizer RTP clock estimation tolerance. 2019-08-29 srte@webrtc.org Fix for tsan failue in real time scenario tests. Created with: gclient setdep -r src/third_party/webrtc@b4a6128e28a3 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:None Change-Id: I7c473df9af9d810a7f9551dc3977afee2a1e54da Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1775617Reviewed-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@{#691603}
-
Ivana Zuzic authored
Since we're planning to launch the same editing activity in two different cases, a new generic interface for launching the editing activity and saving the changes on passwords has been added. It's called password_change_delegate. Two different delegates will implement it in two possible use cases. In the first use case the editing activity is launched from the password viewing activity or from the password list displayed in the saved password preferences. In that case the password entry already exists in the store and needs to be changed. In the second use case the editing activity is launched from the InfoBar when a new password was detected and still hasn't been saved in the store. In that case, another delegate will implement the interface and it will have to create new password records in the store. Because we can't rely on PasswordManagerPresenter persisting through the process, the delegate and the PasswordEntryBridge need to stay alive while the password editing activity exists. They need to be destroyed when the password editing activity is destroyed. Bug: 377410 Change-Id: I53be371375a590c9b928e98800b0be24a36f333d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1768524Reviewed-by:
Vasilii Sukhanov <vasilii@chromium.org> Reviewed-by:
Jan Wilken Dörrie <jdoerrie@chromium.org> Reviewed-by:
Friedrich [CET] <fhorschig@chromium.org> Commit-Queue: Ivana Zuzic <izuzic@google.com> Cr-Commit-Position: refs/heads/master@{#691602}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/3e737ddc..2acf62ad Please follow these instructions for assigning/CC'ing issues: https://v8.dev/docs/triage-issues Please close rolling in case of a roll revert: https://v8-roll.appspot.com/ This only works with a Google account. CQ_INCLUDE_TRYBOTS=luci.chromium.try:linux-blink-rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:linux_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:mac_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:win_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel TBR=hablich@chromium.org,v8-waterfall-sheriff@grotations.appspotmail.com Change-Id: I36a1d5847c30339e3c9febaa3dbb46d196f8409e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1773413Reviewed-by:
v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#691601}
-
Antonio Gomes authored
This is phase 1.7 on the design document [1]. [1] https://docs.google.com/document/d/1AJKVA5U4nDkyDB9p4ROrggWXadCxyy-grKaE9KS5vOU/ Files were move to renderer/platform/peerconnection directly, and a factory header was added (namely [2]), so that content/ continue to access RTCVideoEncoder's functionality. [2] //t_p/blink/public/platform/modules/peerconnection/web_rtc_video_encoder_factory.h As part of the move to Blink, this CL also embeds the declaration of base::Feature "kWebRtcScreenshareSwEncoding" into rtc_video_encoder.cc|h, and remove the respective content declaration from [3]. [3] //content/public/common/content_features.cc|h BUG=787254 R=guidou@chromium.org, haraken@chromium.org TBR=kinuko@chromium.org Change-Id: Ibf3bc012443afd9d2112ab88133b41b844f00fba Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1775002 Commit-Queue: Antonio Gomes <tonikitoo@igalia.com> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Guido Urdaneta <guidou@chromium.org> Reviewed-by:
kylechar <kylechar@chromium.org> Auto-Submit: Antonio Gomes <tonikitoo@igalia.com> Cr-Commit-Position: refs/heads/master@{#691600}
-
Kent Tamura authored
This removes script_forbidden_scope.h dependency from platform/heap/handle.h. This CL reduces estimated pre-processed size of platform/heap/handle.h by 0.5MB. Bug: 242216 Change-Id: I901d582599ac0a5c581efb4fbe9faa76772bf0af Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1775643Reviewed-by:
Michael Lippautz <mlippautz@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Yuki Shiino <yukishiino@chromium.org> Commit-Queue: Kent Tamura <tkent@chromium.org> Auto-Submit: Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/master@{#691599}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromiumos/chromite.git/+log/9d20c5a52d62..fdfb44eeed33 git log 9d20c5a52d62..fdfb44eeed33 --date=short --no-merges --format='%ad %ae %s' 2019-08-29 vapier@chromium.org cros_collections: workaround <=Python-2.7.8 bug Created with: gclient setdep -r src/third_party/chromite@fdfb44eeed33 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: I2a364ce76f665ab7f8980766f48d550bae9c4f3c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1775610Reviewed-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@{#691598}
-
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: Ieedccdce0a024c6e985a3890d7a46c60adf17a65 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1775612Reviewed-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@{#691597}
-
Julie Jeongeun Kim authored
This CL converts LockHandleAssociatedPtr and LockHandleAssociatedPtrInfo to new Mojo types. It also updates Granted from lock_manager.mojom. Bug: 955171, 978694 Change-Id: I02ba0cdbe52f8f04b3e4514a1f335917db368559 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1771365 Commit-Queue: Julie Kim <jkim@igalia.com> Reviewed-by:
Sam McNally <sammc@chromium.org> Reviewed-by:
Ken Rockot <rockot@google.com> Reviewed-by:
Victor Costan <pwnall@chromium.org> Cr-Commit-Position: refs/heads/master@{#691596}
-
Julie Jeongeun Kim authored
This CL converts BlobURLTokenRequest to new Mojo types. It updates ResolveForNavigation and Clone from blob_url_store.mojom and methods and members with new Mojo types. Bug: 955171, 978694 Change-Id: Ib18e1c3834e6b0c6129cd2c9b1f13930a06a909d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1772791Reviewed-by:
Ken Rockot <rockot@google.com> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Commit-Queue: Julie Kim <jkim@igalia.com> Cr-Commit-Position: refs/heads/master@{#691595}
-
Mohamed Abdelhalim authored
NavigationHandleImpl::GetDelegate usages are replaced by NavigationRequest::GetDelegate, and state_for_testing() is removed. Bug: 916537 Change-Id: Ib772f416453a471ce0cac8c917563060f57a3d83 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1773148Reviewed-by:
Arthur Sonzogni <arthursonzogni@chromium.org> Reviewed-by:
Camille Lamy <clamy@chromium.org> Commit-Queue: Mohamed Abdelhalim <zetamoo@chromium.org> Cr-Commit-Position: refs/heads/master@{#691594}
-
Himanshu Jaju authored
For pre-Q devices, remove the notification when device is unlocked since we are already showing the dialer. No changes made to Q flow. Bug: 995239 Change-Id: I58fb8dc334ad1e0a2f9d109aa225e596b24c0046 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1760731 Commit-Queue: Himanshu Jaju <himanshujaju@chromium.org> Reviewed-by:
Peter Beverloo <peter@chromium.org> Reviewed-by:
David Trainor <dtrainor@chromium.org> Cr-Commit-Position: refs/heads/master@{#691593}
-
chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/7db900e2e78d..6dcd4dc56a9d git log 7db900e2e78d..6dcd4dc56a9d --date=short --no-merges --format='%ad %ae %s' 2019-08-29 nisse@webrtc.org New target for api/rtp_parameters.h and api/media_types.h. Created with: gclient setdep -r src/third_party/webrtc@6dcd4dc56a9d 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: None Change-Id: Ic4ae26fd88c5661fb7cb98a98b84ae7e9cfae8da Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1775613Reviewed-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@{#691592}
-
Pâris MEULEMAN authored
Sign-outs from native are triggered by profile updates: signin.allowed when set to false, google.services.username_pattern when set to a pattern incompatible with the current user. These policies apply only to managed devices and as such, on signout, the full profile must be cleaned up. Hence, this CL removes the attempt to check if the user is managed during a "Signout from native", as this status might be lost, and instead always forces the cleanup. User triggered SignOut is not impacted. Down the road these preferences, and all signin/signout flows, must be handled by the SigninManager and not internally by the IdentityManager, within |PrimaryAccountPolicyManager|. This will simplify the flow as well as avoid the "hidden" behavior coupling between policy and signin. This CL is created as a pre-cursor to the migration of SigninManager.java to IdentityManager.java as the observer ordering will be impacted. Bug: 934688 Change-Id: I5207e999aadb9a53b8dbdee9c8bc8e17edf6fe57 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1742153 Commit-Queue: Pâris Meuleman <pmeuleman@chromium.org> Reviewed-by:
Boris Sazonov <bsazonov@chromium.org> Reviewed-by:
Sylvain Defresne <sdefresne@chromium.org> Auto-Submit: Pâris Meuleman <pmeuleman@chromium.org> Cr-Commit-Position: refs/heads/master@{#691591}
-
Miyoung Shin authored
This CL converts UsbDevicePtr and UsbDeviceRequest in chrome, extensions, services and blink to the new Mojo types, and uses pending_receiver<UsbDevice> in usb_manager.mojom and web_usb_service.mojom Bug: 955171, 978694 Change-Id: Ib4b997ccbe43389d8e21e608626a057dc5afa925 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1773008 Commit-Queue: Miyoung Shin <myid.shin@igalia.com> Reviewed-by:
Ken Rockot <rockot@google.com> Reviewed-by:
Lei Zhang <thestig@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Cr-Commit-Position: refs/heads/master@{#691590}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/144ee522bc79..56ab188a1a0a Created with: gclient setdep -r src-internal@56ab188a1a0a 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: I3044e6dac987508fd478bbdc900f9a4338ea360a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1775608Reviewed-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@{#691589}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/dd9f43487e19..01615892494a git log dd9f43487e19..01615892494a --date=short --no-merges --format='%ad %ae %s' 2019-08-29 treehugger-gerrit@google.com Merge "improve naming of parameterized heapprofd e2e tests" Created with: gclient setdep -r src/third_party/perfetto@01615892494a 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 TBR=perfetto-bugs@google.com Bug: None Change-Id: I9fbd484552721041cadad027626c16fae173c30b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1775609Reviewed-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@{#691588}
-
Antonio Gomes authored
... by webrtc::::RTCStatsMemberInterface::Type This is a follow up of haraken@'s remark on [1]. [1] https://crrev.com/c/1772550/3/third_party/blink/renderer/platform/peerconnection/rtc_stats.cc@223 BUG=787254, 919392 R=haraken@chromium.org Change-Id: I32e74b03813ee324263070603c4582e564381ffe Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1772215 Commit-Queue: Antonio Gomes <tonikitoo@igalia.com> Reviewed-by:
Guido Urdaneta <guidou@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Auto-Submit: Antonio Gomes <tonikitoo@igalia.com> Cr-Commit-Position: refs/heads/master@{#691587}
-
Ivan Sandrk authored
After some security discussions, it was decided to wrap the RemoteCommand proto in an additional PolicyData proto layer. Update the code to reflect this. Also, enable secure remote commands again (they were temporarily disabled in crrev.com/c/1771781). Bug: 891222 Change-Id: I6439959cf4b5562b40870df9d9455bc6e5078203 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1774621 Commit-Queue: Ivan Šandrk <isandrk@chromium.org> Reviewed-by:
Roman Sorokin [CET] <rsorokin@chromium.org> Cr-Commit-Position: refs/heads/master@{#691586}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/58d77ccd..3e737ddc Please follow these instructions for assigning/CC'ing issues: https://v8.dev/docs/triage-issues Please close rolling in case of a roll revert: https://v8-roll.appspot.com/ This only works with a Google account. CQ_INCLUDE_TRYBOTS=luci.chromium.try:linux-blink-rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:linux_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:mac_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:win_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel TBR=hablich@chromium.org,v8-waterfall-sheriff@grotations.appspotmail.com Change-Id: Iebf7d74d8b7cb0197a8bd1dc2a1b320bed44f294 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1773412Reviewed-by:
v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: v8-ci-autoroll-builder <v8-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#691585}
-
chromium-autoroll authored
https://chromium.googlesource.com/catapult.git/+log/4b46042d2a25..9b593a3406f4 git log 4b46042d2a25..9b593a3406f4 --date=short --no-merges --format='%ad %ae %s' 2019-08-29 rmcilroy@chromium.org [Tracing] Add Main-Thread histograms to runtimeStatsTotalMetric. Created with: gclient setdep -r src/third_party/catapult@9b593a3406f4 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 skyostil@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=skyostil@google.com Bug: None Change-Id: Ifc2579544d1e60b758bcdb39de112d3886dc6ad1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1775750Reviewed-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@{#691584}
-
Dominic Farolino authored
This CL centralizes the cross-origin-prefetch-specific logic to PrefetchURLLoaderService, whereas previously it was split between PrefetchURLLoaderService and PrefetchURLLoader. This does not come with any observable change, however simplifies the implementation in a way that will make the preload-header-on-prefetch code cleaner. This CL also eliminates the PrefetchURLLoaderService::CreateLoaderAndStart method that was called from the network::mojom::URLLoaderFactory override, leaving only the URLLoaderFactory override method left. This is much cleaner, as both were not necessary now that the network service has been enabled by default. Bug: 939317 Change-Id: I06b57222ea02a4ac9594eec1f89700a1011655b9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1775646 Commit-Queue: Dominic Farolino <dom@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Cr-Commit-Position: refs/heads/master@{#691583}
-
Mohamed Amir Yosef authored
This reverts commit 55420155. Reason for revert: I have rolled back one suspect change. Enabling the test again to verify it was indeed the culprit. Original change's description: > Disable SingleClientWalletSyncTest.SameUpdatesAreIgnored on ASan/TSan > > The test is disabled due to high flakiness. > > TBR: treib@chromium.org > Bug: 997912 > Change-Id: Ifa5e1cc89354163622a6a6ca593498c6fe3a6028 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1771974 > Commit-Queue: Jan Krcal <jkrcal@chromium.org> > Reviewed-by: Marc Treib <treib@chromium.org> > Reviewed-by: Jan Krcal <jkrcal@chromium.org> > Cr-Commit-Position: refs/heads/master@{#690763} TBR=treib@chromium.org,jkrcal@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 997912 Change-Id: I275345a29e2917d5abe5a402fa03cac0d107703c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1774630Reviewed-by:
Mohamed Amir Yosef <mamir@chromium.org> Commit-Queue: Mohamed Amir Yosef <mamir@chromium.org> Cr-Commit-Position: refs/heads/master@{#691582}
-
Fergal Daly authored
The fix is to always observe the entire container of elements so that if it comes onscreen, we sync. Also remove ResizeObversers on the elements as the cases it was defending against (suddenly expanding onto the screen) are covered by observing the container. Bug: 998480 Change-Id: I0c253453e0b2f642d686c7213a11d152c1f8330a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1774008Reviewed-by:
Kent Tamura <tkent@chromium.org> Commit-Queue: Fergal Daly <fergal@chromium.org> Cr-Commit-Position: refs/heads/master@{#691581}
-
Rob Buis authored
Implement the interface mixin between HTML/SVG/etc as specified here: https://html.spec.whatwg.org/multipage/dom.html#htmlorsvgelement Note that the intention is to rename above HTMLOrSVGElement to HTMLOrForeignElement: https://github.com/whatwg/html/issues/4702 This also removes NoncedElement. Matches WebKit and Firefox. Bug: 835571 Change-Id: I98c7fcf4c081bdee1a861138e03155a77ca37161 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1655789 Commit-Queue: Rob Buis <rbuis@igalia.com> Reviewed-by:
Frédéric Wang <fwang@igalia.com> Reviewed-by:
Fredrik Söderquist <fs@opera.com> Cr-Commit-Position: refs/heads/master@{#691580}
-
Findit authored
This reverts commit 06a7200b. Reason for revert: Findit (https://goo.gl/kROfz5) identified CL at revision 691574 as the culprit for failures in the build cycles as shown on: https://analysis.chromium.org/waterfall/culprit?key=ag9zfmZpbmRpdC1mb3ItbWVyRAsSDVdmU3VzcGVjdGVkQ0wiMWNocm9taXVtLzA2YTcyMDBiMzcwZjM4ZjM5Yzk3YTQ4MTBkMDkzMWFiNTU5NjAxNGUM Sample Failed Build: https://ci.chromium.org/buildbot/chromium.linux/Cast%20Audio%20Linux/51573 Sample Failed Step: compile Original change's description: > Convert WebSocket to new Mojo types > > This CL converts WebSocketPtr, to new Mojo types and > updates OnConnectionEstablished from websocket.mojom. > > Bug: 955171, 978694 > Change-Id: I82416b209e2380241b64ebd3d829dd8bde5247c7 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1773016 > Commit-Queue: Julie Kim <jkim@igalia.com> > Reviewed-by: John Abd-El-Malek <jam@chromium.org> > Reviewed-by: Sam McNally <sammc@chromium.org> > Reviewed-by: Yutaka Hirano <yhirano@chromium.org> > Reviewed-by: Ken Rockot <rockot@google.com> > Cr-Commit-Position: refs/heads/master@{#691574} Change-Id: I2dcce548233f9cd12bd144a5a2ed613ec2fe31cc No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 955171, 978694 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1775676 Cr-Commit-Position: refs/heads/master@{#691579}
-
Chromium WPT Sync authored
Using wpt-import in Chromium c0cbd328. With Chromium commits locally applied on WPT: 5546163a "Temporarily send `Sec-Fetch-*` headers via non-secure transport." d3b97055 "Update simulateUserActivation to match webxr-test-api spec" 2d090a27 "[WPT/referrer-policy] Call getRequestURLs() for each subtest" 90789f54 "Implement fallback to element anchor" Note to sheriffs: This CL imports external tests and adds expectations for those tests; if this CL is large and causes a few new failures, please fix the failures by adding new lines to TestExpectations rather than reverting. See: https://chromium.googlesource.com/chromium/src/+/master/docs/testing/web_platform_tests.md NOAUTOREVERT=true TBR=robertma No-Export: true Change-Id: Ifa04d7cf4c41984fc8939e14e73951b56bcf27d7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1773411Reviewed-by:
WPT Autoroller <wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com> Commit-Queue: WPT Autoroller <wpt-autoroller@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#691578}
-
chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/228900f8b1e0..7db900e2e78d git log 228900f8b1e0..7db900e2e78d --date=short --no-merges --format='%ad %ae %s' 2019-08-29 sprang@webrtc.org Simplify pacer queue Created with: gclient setdep -r src/third_party/webrtc@7db900e2e78d 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: None Change-Id: I4fccd7bde139e2ae4c217c764e91bdfa7d599725 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1775104Reviewed-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@{#691577}
-
Andrei Chulkov authored
Those strings are subject to change before branch point and will be later used for experiments. Bug: 983445 Change-Id: Iaadd1e63732bdc8b67e9c9c4a5286b15ad6df272 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1771615 Commit-Queue: Andrei Chulkov <achulkov@google.com> Reviewed-by:
Vasilii Sukhanov <vasilii@chromium.org> Cr-Commit-Position: refs/heads/master@{#691576}
-
Oskar Sundbom authored
This reverts commit 20d2671d. Reason for revert: Causes build failures on iOS bots, see: https://crbug.com/999096 Original change's description: > [base] Use FuzzedDataProvider included in LLVM package. > > Bug: 991200 > Change-Id: Iee88e3a81057d509e18a2875a3070c5abc17c959 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1774303 > Auto-Submit: Max Moroz <mmoroz@chromium.org> > Commit-Queue: Lei Zhang <thestig@chromium.org> > Reviewed-by: Lei Zhang <thestig@chromium.org> > Cr-Commit-Position: refs/heads/master@{#691207} TBR=thestig@chromium.org,mmoroz@chromium.org Change-Id: I044f8863f8fa7e2bb9e70b0f33e73fdd8bfa2a29 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 991200, 999096 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1776043Reviewed-by:
Oskar Sundbom <ossu@chromium.org> Commit-Queue: Oskar Sundbom <ossu@chromium.org> Cr-Commit-Position: refs/heads/master@{#691575}
-
Julie Jeongeun Kim authored
This CL converts WebSocketPtr, to new Mojo types and updates OnConnectionEstablished from websocket.mojom. Bug: 955171, 978694 Change-Id: I82416b209e2380241b64ebd3d829dd8bde5247c7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1773016 Commit-Queue: Julie Kim <jkim@igalia.com> Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Reviewed-by:
Sam McNally <sammc@chromium.org> Reviewed-by:
Yutaka Hirano <yhirano@chromium.org> Reviewed-by:
Ken Rockot <rockot@google.com> Cr-Commit-Position: refs/heads/master@{#691574}
-
Javier Ernesto Flores Robles authored
crrev.com/c/1742139 introduced a regression while fixing the jumping icons bug. While this fixes the new bug, the ability to preload the voice search when pressing down the mic button has been removed. This is removed from iPhones for consistency, because UIBarButtonItem supports only one action, and UIButton can't be used in iPads as described in the original CL. The a11y ID was renamed to something unique. Previously there where 2 views with the same ID at the same time. An internal follow up CL contains the regression test. Bug: 996260, 984905 Change-Id: I07ac763a92b0a462cefe1b1a6dd4119357c77ea7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1768323Reviewed-by:
Kurt Horimoto <kkhorimoto@chromium.org> Reviewed-by:
Mark Cogan <marq@chromium.org> Commit-Queue: Javier Ernesto Flores Robles <javierrobles@chromium.org> Cr-Commit-Position: refs/heads/master@{#691573}
-
Mohamed Amir Yosef authored
This reverts commit 5f47f6e7. Reason for revert: Reverting some CLs that are suspect for causing flakiness in the tests Original change's description: > [Sync] Support FCM Invalidations in Sync browser tests > > Change-Id: I43de31210a0e52a39f2b0017e08994ccf1207714 > Bug: 985287 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1745997 > Commit-Queue: Mohamed Amir Yosef <mamir@chromium.org> > Reviewed-by: Marc Treib <treib@chromium.org> > Cr-Commit-Position: refs/heads/master@{#689571} TBR=treib@chromium.org,mamir@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 985287 Change-Id: Idacca73b390e5fe88fa5a658991c5e3f9c611cab Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1774924Reviewed-by:
Mohamed Amir Yosef <mamir@chromium.org> Commit-Queue: Mohamed Amir Yosef <mamir@chromium.org> Cr-Commit-Position: refs/heads/master@{#691572}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/03e4f459a98e..dd9f43487e19 git log 03e4f459a98e..dd9f43487e19 --date=short --no-merges --format='%ad %ae %s' 2019-08-29 lalitm@google.com Merge "tests: remove .tmp extension and change location of metric files" Created with: gclient setdep -r src/third_party/perfetto@dd9f43487e19 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 TBR=perfetto-bugs@google.com Bug: None Change-Id: Iade480f4ab76597e878b1449504466ff3aaa43f0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1775674Reviewed-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@{#691571}
-
Juan Antonio Navarro Perez authored
The script can be used independently of Telemetry to process a directory with intermediate results. Also add tests for options parsing/processing in both regular and standalone modes. Bug: 981349 Change-Id: Ic27e3ac538d56f45a5352b7bf866fcf725a49918 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1760306 Commit-Queue: Juan Antonio Navarro Pérez <perezju@chromium.org> Reviewed-by:
Caleb Rouleau <crouleau@chromium.org> Cr-Commit-Position: refs/heads/master@{#691570}
-
Michael Lippautz authored
Bug: 982754 Change-Id: I68592a4110322c5d53af343f7d7bf45bf027702e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1776019 Commit-Queue: Michael Lippautz <mlippautz@chromium.org> Commit-Queue: Kentaro Hara <haraken@chromium.org> Auto-Submit: Michael Lippautz <mlippautz@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Cr-Commit-Position: refs/heads/master@{#691569}
-
Sigurd Schneider authored
This CL adds a new tracing message so DevTools can learn which resources are cached. This is important as cached resources have timing numbers corresponding to the original request, and using those in the timeline view causes distortions. Bug: chromium:996743 Change-Id: I1b9fc8fb931488cb8e02ad69f2a3b9ee09b27ab7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1765511 Commit-Queue: Sigurd Schneider <sigurds@chromium.org> Reviewed-by:
Alexei Filippov <alph@chromium.org> Cr-Commit-Position: refs/heads/master@{#691568}
-
chromium-autoroll authored
https://dawn.googlesource.com/dawn.git/+log/ca0eac314b80..b58435c6f9d5 git log ca0eac314b80..b58435c6f9d5 --date=short --no-merges --format='%ad %ae %s' 2019-08-29 shaobo.yan@intel.com Vertex buffer stride size needs to be a multiple of 4 bytes Created with: gclient setdep -r src/third_party/dawn@b58435c6f9d5 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/dawn-chromium-autoroll Please CC cwallez@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:dawn-linux-x64-deps-rel;luci.chromium.try:dawn-mac-x64-deps-rel;luci.chromium.try:dawn-win10-x64-deps-rel;luci.chromium.try:dawn-win10-x86-deps-rel TBR=cwallez@google.com Bug: None Change-Id: I5f1b0ec8cdceec0c733e2617991dc63633069f53 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1775924Reviewed-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@{#691567}
-
Morten Stenshorne authored
TBR=eae@chromium.org Bug: 997994, 999022 Change-Id: Ie70fd36df5b308146f42d27d09c89ab06555856d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1774628Reviewed-by:
Morten Stenshorne <mstensho@chromium.org> Commit-Queue: Morten Stenshorne <mstensho@chromium.org> Cr-Commit-Position: refs/heads/master@{#691566}
-
Henrique Ferreiro authored
Finish the migration of blink.mojom.DevToolsSession started at https://crrev.com/c/1748906. Bug: 955171, 978694 Change-Id: Icd73c8a5205afcb8cf42e588450588068ad28297 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1768518Reviewed-by:
Ken Rockot <rockot@google.com> Reviewed-by:
Andrey Kosyakov <caseq@chromium.org> Commit-Queue: Henrique Ferreiro <hferreiro@igalia.com> Cr-Commit-Position: refs/heads/master@{#691565}
-
Eric Willigers authored
Most clients of AppBrowserController do not need to include hosted_app_browser_controller.h as app_browser_controller.h is sufficient. TBR=sky@chromium.org Bug: 953540 Change-Id: I6b41d3ec5b78b013d013ba36f5c877a86fe836bf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1775878Reviewed-by:
Alan Cutter <alancutter@chromium.org> Commit-Queue: Eric Willigers <ericwilligers@chromium.org> Cr-Commit-Position: refs/heads/master@{#691564}
-