- 19 Mar, 2020 7 commits
-
-
Nate Chapin authored
While migrating ExecutionContext to LocalDOMWindow, several helpers were introduced on Document (From(), DynamicFrom(), ToExecutionContext()). This CL removes usage of these types from this directory. From() and DynamicFrom() are replaced with the standard downcast helpers for LocalDOMWindow. ToExecutionContext() is replaced with a direct path to the LocalDOMWindow, or Node::GetExecutionContext(), or Document::GetExecutionContext(), whichever is most direct from the callsite. Bug: 1029822 Change-Id: I83d37613caac05b54db3e7ca9e31c9bb9036e64e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2106805Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Ian Kilpatrick <ikilpatrick@chromium.org> Commit-Queue: Nate Chapin <japhet@chromium.org> Cr-Commit-Position: refs/heads/master@{#751536}
-
Tina Wang authored
- Remove feature core code from chrome/browser/profile_card/. - Remove app code from chrome/android/java/..../chrome/browser/profile_card/. - Remove build source and dependency from: chrome/android/BUILD.gn chrome/android/chrome_java_sources.gni chrome/android/java/DEPS Bug: 1062032 Change-Id: Ie35da3b2cae003f62c42224ae66eece7169cd9a5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2105462Reviewed-by:
sebsg <sebsg@chromium.org> Reviewed-by:
David Trainor <dtrainor@chromium.org> Commit-Queue: Tina Wang <tinazwang@chromium.org> Cr-Commit-Position: refs/heads/master@{#751535}
-
Jeff Yoon authored
Creating src-side changes for running Chromium on ios-sim-cronet. Deleting iOS JSON counterpart as its no longer in use. - xcode_build_version set in ci.star. 11c29 cache set by default. - gn_args migrated to mb_config.pyl - included cronet_ios mixin as cronet was setting args that iOS didn't. - test suites migrated to test_suites.pyl. - ios_cronet_tests with cronet_tests introduced. Bug: 1055164,912681 Change-Id: Id865b2d83db0ff7434347d588664ebb8729fa965 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2106433 Commit-Queue: Jeff Yoon <jeffyoon@chromium.org> Reviewed-by:
Olivier Robin <olivierrobin@chromium.org> Reviewed-by:
Sylvain Defresne <sdefresne@chromium.org> Reviewed-by:
John Budorick <jbudorick@chromium.org> Cr-Commit-Position: refs/heads/master@{#751534}
-
Nate Chapin authored
Mostly just test updates, but change FetchManager::Loader to use DynamicTo<LocalDOMWindow> instead of Document::DynamicFrom. Bug: 1029822 Change-Id: I05de7e3e95b9c426ee384e2ad064a400bb49ad7f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2103300 Commit-Queue: Nate Chapin <japhet@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Yutaka Hirano <yhirano@chromium.org> Reviewed-by:
Tsuyoshi Horo <horo@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Cr-Commit-Position: refs/heads/master@{#751533}
-
chromium-autoroll authored
This CL may cause a small binary size increase, roughly proportional to how long it's been since our last AFDO profile roll. For larger increases (around or exceeding 100KB), please file a bug against gbiv@chromium.org. Additional context: https://crbug.com/805539 Please note that, despite rolling to chrome/android, this profile is used for both Linux and Android. If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/afdo-chromium-autoroll Please CC gbiv@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: gbiv@chromium.org Change-Id: I418db9e9669a9fbbd178865c6f460c163f0d9441 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2108897Reviewed-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@{#751532}
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/3b0c540211ca..1574c49c4f09 git log 3b0c540211ca..1574c49c4f09 --date=short --first-parent --format='%ad %ae %s' 2020-03-18 kahinds@microsoft.com High contrast support for Changes Panel Created with: gclient setdep -r src/third_party/devtools-frontend/src@1574c49c4f09 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/devtools-frontend-chromium Please CC devtools-waterfall-sheriff-onduty@grotations.appspotmail.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: chromium:1048378 Tbr: devtools-waterfall-sheriff-onduty@grotations.appspotmail.com Change-Id: I20c6e909118d3f2bcede4e3a2d52ad5434057db8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2108893Reviewed-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@{#751531}
-
Ken Rockot authored
Bug: 1059389 Change-Id: I0bb19abd33c9aa9e88220d106c208871b11976fd Tbr: tommi@chromium.org Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2108533 Commit-Queue: Ken Rockot <rockot@google.com> Reviewed-by:
Alex Gough <ajgo@chromium.org> Reviewed-by:
Dale Curtis <dalecurtis@chromium.org> Auto-Submit: Ken Rockot <rockot@google.com> Cr-Commit-Position: refs/heads/master@{#751530}
-
- 18 Mar, 2020 33 commits
-
-
Ahmed authored
BUG=1004806 Change-Id: I7df0490af3bba2a829135afc04eca72a5bc0791d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2108792Reviewed-by:
Xiaoqian Dai <xdai@chromium.org> Commit-Queue: Ahmed Fakhry <afakhry@chromium.org> Cr-Commit-Position: refs/heads/master@{#751529}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/855b1a3f2a02..9a55c361cbb3 Created with: gclient setdep -r src-internal@9a55c361cbb3 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 Bug: None Tbr: jbudorick@google.com Change-Id: I53b013effa0be3dc0da12ed12d2ed0d96962eab0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2105937Reviewed-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@{#751528}
-
Ian Wells authored
Bug: 1044139 Change-Id: I2f8b28b646dbae5a8da8a568a294f0635acd1cf4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2103392Reviewed-by:
ssid <ssid@chromium.org> Reviewed-by:
Steven Holte <holte@chromium.org> Reviewed-by:
Dan H <harringtond@chromium.org> Commit-Queue: Ian Wells <iwells@chromium.org> Cr-Commit-Position: refs/heads/master@{#751527}
-
Scott Violet authored
This reverts commit cc205c1f. Reason for revert: This looks to have broken linux-archive-rel. I'm guessing DEPS are wrong. https://ci.chromium.org/p/chromium/builders/ci/linux-archive-rel/24465 [48678/80681] CXX obj/chrome/common/importer/interfaces_mojolpm/profile_import.mojom-mojolpm.o FAILED: obj/chrome/common/importer/interfaces_mojolpm/profile_import.mojom-mojolpm.o /b/s/w/ir/cache/goma/client/gomacc ../../third_party/llvm-build/Release+Asserts/bin/clang++ -MMD -MF obj/chrome/common/importer/interfaces_mojolpm/profile_import.mojom-mojolpm.o.d -DUSE_UDEV -DUSE_AURA=1 -DUSE_GLIB=1 -DUSE_NSS_CERTS=1 -DUSE_X11=1 -D_FILE_OFFSET_BITS=64 -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_GNU_SOURCE -DCR_CLANG_REVISION=\"n344329-9284abd0-6\" -D__STDC_CONSTANT_MACROS -D__STDC_FORMAT_MACROS -D_FORTIFY_SOURCE=2 -D_LIBCPP_ABI_UNSTABLE -D_LIBCPP_DISABLE_VISIBILITY_ANNOTATIONS -D_LIBCXXABI_DISABLE_VISIBILITY_ANNOTATIONS -D_LIBCPP_ENABLE_NODISCARD -DCR_LIBCXX_REVISION=375504 -DCR_SYSROOT_HASH=79a7783607a69b6f439add567eb6fcb48877085c -DNDEBUG -DNVALGRIND -DDYNAMIC_ANNOTATIONS_ENABLED=0 -DGLIB_VERSION_MAX_ALLOWED=GLIB_VERSION_2_40 -DGLIB_VERSION_MIN_REQUIRED=GLIB_VERSION_2_40 -DENABLE_IPC_FUZZER -DWEBP_EXTERN=extern -DGOOGLE_PROTOBUF_NO_RTTI -DGOOGLE_PROTOBUF_NO_STATIC_INITIALIZER -DHAVE_PTHREAD -DSK_CODEC_DECODES_PNG -DSK_CODEC_DECODES_WEBP -DSK_ENCODE_PNG -DSK_ENCODE_WEBP -DSK_HAS_PNG_LIBRARY -DSK_HAS_WEBP_LIBRARY -DSK_USER_CONFIG_HEADER=\"../../skia/config/SkUserConfig.h\" -DSK_GL -DSK_CODEC_DECODES_JPEG -DSK_ENCODE_JPEG -DSK_HAS_JPEG_LIBRARY -DSK_USE_LIBGIFCODEC -DSK_VULKAN_HEADER=\"../../skia/config/SkVulkanConfig.h\" -DSK_VULKAN=1 -DSK_SUPPORT_GPU=1 -DSK_GPU_WORKAROUNDS_HEADER=\"gpu/config/gpu_driver_bug_workaround_autogen.h\" -DVK_NO_PROTOTYPES -DU_USING_ICU_NAMESPACE=0 -DU_ENABLE_DYLOAD=0 -DUSE_CHROMIUM_ICU=1 -DU_ENABLE_TRACING=1 -DU_ENABLE_RESOURCE_TRACING=0 -DU_STATIC_IMPLEMENTATION -DICU_UTIL_DATA_IMPL=ICU_UTIL_DATA_FILE -DUCHAR_TYPE=uint16_t -DWEBRTC_NON_STATIC_TRACE_EVENT_HANDLERS=0 -DWEBRTC_CHROMIUM_BUILD -DWEBRTC_POSIX -DWEBRTC_LINUX -DABSL_ALLOCATOR_NOTHROW=1 -DWEBRTC_USE_BUILTIN_ISAC_FIX=0 -DWEBRTC_USE_BUILTIN_ISAC_FLOAT=1 -DWEBRTC_USE_X11 -DHAVE_SCTP -DNO_MAIN_THREAD_WRAPPING -I../.. -Igen -I../../third_party/libwebp/src -I../../third_party/libyuv/include -I../../third_party/jsoncpp/source/include -I../../third_party/jsoncpp/generated -I../../third_party/protobuf/src -Igen/protoc_out -Igen -Igen/out/Release/gen -I../../third_party/protobuf/src -Igen -Igen/out/Release/gen -Igen -Igen/out/Release/gen -Igen -Igen/out/Release/gen -Igen -Igen/out/Release/gen -Igen -Igen/out/Release/gen -I../../third_party/skia -I../../third_party/libgifcodec -I../../third_party/vulkan/include -I../../third_party/skia/third_party/vulkanmemoryallocator -I../../third_party/vulkan/include -I../../third_party/boringssl/src/include -I../../third_party/icu/source/common -I../../third_party/icu/source/i18n -I../../third_party/perfetto/include -Igen/third_party/perfetto/build_config -Igen/third_party/perfetto -I../../third_party/webrtc_overrides -I../../third_party/webrtc -Igen/third_party/webrtc -I../../third_party/abseil-cpp -fno-strict-aliasing --param=ssp-buffer-size=4 -fstack-protector -funwind-tables -fPIC -B../../third_party/binutils/Linux_x64/Release/bin -pthread -fcolor-diagnostics -fmerge-all-constants -fcrash-diagnostics-dir=../../tools/clang/crashreports -Xclang -mllvm -Xclang -instcombine-lower-dbg-declare=0 -fcomplete-member-pointers -m64 -march=x86-64 -Wno-builtin-macro-redefined -D__DATE__= -D__TIME__= -D__TIMESTAMP__= -Xclang -fdebug-compilation-dir -Xclang . -no-canonical-prefixes -Wall -Werror -Wextra -Wimplicit-fallthrough -Wthread-safety -Wextra-semi -Wno-missing-field-initializers -Wno-unused-parameter -Wno-c++11-narrowing -Wno-unneeded-internal-declaration -Wno-undefined-var-template -Wno-ignored-pragma-optimize -Wno-implicit-int-float-conversion -Wno-final-dtor-non-final-class -Wno-builtin-assume-aligned-alignment -Wno-deprecated-copy -Wno-non-c-typedef-for-linkage -O2 -fno-ident -fdata-sections -ffunction-sections -fno-omit-frame-pointer -g0 -ftrivial-auto-var-init=pattern -fvisibility=hidden -Xclang -add-plugin -Xclang find-bad-constructs -Xclang -plugin-arg-find-bad-constructs -Xclang check-ipc -Wheader-hygiene -Wstring-conversion -Wtautological-overlap-compare -isystem../../build/linux/debian_sid_amd64-sysroot/usr/include/glib-2.0 -isystem../../build/linux/debian_sid_amd64-sysroot/usr/lib/x86_64-linux-gnu/glib-2.0/include -Wno-shorten-64-to-32 -std=c++14 -fno-exceptions -fno-rtti -nostdinc++ -isystem../../buildtools/third_party/libc++/trunk/include -isystem../../buildtools/third_party/libc++abi/trunk/include --sysroot=../../build/linux/debian_sid_amd64-sysroot -fvisibility-inlines-hidden -Wno-deprecated-declarations -c gen/chrome/common/importer/profile_import.mojom-mojolpm.cc -o obj/chrome/common/importer/interfaces_mojolpm/profile_import.mojom-mojolpm.o In file included from gen/chrome/common/importer/profile_import.mojom-mojolpm.cc:17: In file included from ../../chrome/common/importer/profile_import_process_param_traits.h:8: In file included from ../../chrome/common/importer/profile_import_process_param_traits_macros.h:23: In file included from ../../content/public/common/common_param_traits.h:24: In file included from ../../content/public/common/common_param_traits_macros.h:15: ../../content/public/common/web_preferences.h:18:10: fatal error: 'third_party/blink/public/mojom/v8_cache_options.mojom.h' file not found #include "third_party/blink/public/mojom/v8_cache_options.mojom.h" ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1 error generated. Original change's description: > Reland "Adding mojolpm fuzzer." > > This is a reland of 96b8d308 > > Original change's description: > > Adding mojolpm fuzzer. > > > > This adds code that generates libprotobuf-mutator based > > structure-aware fuzzers as part of the mojom compilation process. > > (changes in //mojo). > > > > It also adds a fuzzer for CodeCacheHost using this framework to demonstrate > > how it will be used, and documentation explaining that fuzzer and how to use > > this generator to write new fuzzers. (changes in //content/test). > > > > It finally includes a few changes to typemap and traits files that > > were necessary to smooth over some inconsistencies in existing code > > using mojo. > > > > Bug: 941849 > > Change-Id: I660a57bd90c0963bd9a0b8608c746cdb767edc98 > > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1978739 > > Commit-Queue: Mark Brand <markbrand@google.com> > > Auto-Submit: Mark Brand <markbrand@google.com> > > Reviewed-by: Peter Kasting <pkasting@chromium.org> > > Reviewed-by: Daniel Cheng <dcheng@chromium.org> > > Reviewed-by: Ted Meyer <tmathmeyer@chromium.org> > > Reviewed-by: Oliver Chang <ochang@chromium.org> > > Reviewed-by: Ken Rockot <rockot@google.com> > > Cr-Commit-Position: refs/heads/master@{#746827} > > Bug: 941849 > Change-Id: I01feb96401e1c9cbd3bbb2bf2a22ecc253d36b4e > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2087408 > Commit-Queue: Peter Kasting <pkasting@chromium.org> > Reviewed-by: Peter Kasting <pkasting@chromium.org> > Reviewed-by: Oliver Chang <ochang@chromium.org> > Reviewed-by: Matthew Denton <mpdenton@chromium.org> > Reviewed-by: Daniel Cheng <dcheng@chromium.org> > Reviewed-by: David Roger <droger@chromium.org> > Reviewed-by: Ken Rockot <rockot@google.com> > Reviewed-by: Ted Meyer <tmathmeyer@chromium.org> > Cr-Commit-Position: refs/heads/master@{#751464} TBR=pkasting@chromium.org,dcheng@chromium.org,droger@chromium.org,rockot@google.com,ochang@chromium.org,markbrand@google.com,mpdenton@google.com,tmathmeyer@chromium.org,mpdenton@chromium.org Change-Id: If628a61fbfa40c17aa25752317263d7a79a4fb9f No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 941849 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2109280Reviewed-by:
Scott Violet <sky@chromium.org> Commit-Queue: Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#751526}
-
chromium-autoroll authored
https://dawn.googlesource.com/dawn.git/+log/83e138ca962c..1f9b5960d8b2 git log 83e138ca962c..1f9b5960d8b2 --date=short --first-parent --format='%ad %ae %s' 2020-03-18 rharrison@chromium.org Use new binding type reflection provided by spvc Created with: gclient setdep -r src/third_party/dawn@1f9b5960d8b2 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 Bug: None Tbr: cwallez@google.com Change-Id: Iaf026ef0aeee700b010bd5551c400a6d4c2e9a1f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2108888Reviewed-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@{#751525}
-
Javier Ernesto Flores Robles authored
Adds the skeleton for the credential list. As this is going to be the main view controller it has a Coordinator to control all the presentations as well as the mediator and the associated protocols. In follow ups CLs the view controller will add a table view controller and a search bar. The mediator will fetch the passwords, filter and provide recommendations based on the service identifiers, as well as validate the log in state before providing passwords. Bug: 1045454 Change-Id: I5f539c489629d04ebd11a79f49b8b420a24ef1d9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2094310 Commit-Queue: Javier Ernesto Flores Robles <javierrobles@chromium.org> Reviewed-by:
Mark Cogan <marq@chromium.org> Cr-Commit-Position: refs/heads/master@{#751524}
-
John Lee authored
Example of what it might look like on Linux: https://imgur.com/a/j0VmU6q Change-Id: I044b1fcb8154e15211f89cee7d1b8b8d1725a604 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2106761 Commit-Queue: John Lee <johntlee@chromium.org> Reviewed-by:
dpapad <dpapad@chromium.org> Cr-Commit-Position: refs/heads/master@{#751523}
-
Yuwei Huang authored
Previously we made FtlMessageReceptionChannel run the stream closed callback with a CANCELLED status when StopReceivingMessages is called, and FtlSignalStrategy would special-case CANCELLED and do nothing in that case. This is potentially related to the zombie host issue, where the FTL server might potentially return a CANCELLED status. Reporting CANCELLED for user triggered cancellation doesn't do much and potentially causes amiguation, so this CL just removes this logic and adds a log to see if the server can indeed respond with a CANCELLED status. Bug: 1062759 Change-Id: I9d3069e9f3dda49052015bb5ab67fa060a4516bd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2108875 Auto-Submit: Yuwei Huang <yuweih@chromium.org> Reviewed-by:
Joe Downing <joedow@chromium.org> Commit-Queue: Yuwei Huang <yuweih@chromium.org> Cr-Commit-Position: refs/heads/master@{#751522}
-
Demetrios Papadopoulos authored
Unit tests will be migrated in later CLs, as this element is tested from people_page.html which is not quite ready yet. Bug: 1026426 Change-Id: Iec7765dcdbae46a4e3ce1080d4526e5afbd88a97 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2106954Reviewed-by:
Rebekah Potter <rbpotter@chromium.org> Commit-Queue: dpapad <dpapad@chromium.org> Auto-Submit: dpapad <dpapad@chromium.org> Cr-Commit-Position: refs/heads/master@{#751521}
-
Peter Kotwicz authored
This CL moves shouldStayInWebapp() logic from ExternalNavigationDelegateImpl to CustomTabDelegateFactory. This CL does not modify behaviour as WebApkActivity/WebappActivity uses CustomTabDelegateFactory BUG=054718 TEST=CustomTabExternalNavigationTest.testShouldDisableExternalIntentRequestsForUrl Change-Id: I3766f09e1915f065039e4dffd4ee589c2352aecc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2103129Reviewed-by:
Yaron Friedman <yfriedman@chromium.org> Commit-Queue: Peter Kotwicz <pkotwicz@chromium.org> Cr-Commit-Position: refs/heads/master@{#751520}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/e14702b1..96241ef6 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,vahl@chromium.org,v8-waterfall-sheriff@grotations.appspotmail.com Change-Id: Ibe91aeb9d3c0c573d4914d7633885f6f58ed8bee Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2105798Reviewed-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@{#751519}
-
Adam Goode authored
In crbug.com/758048, zeroconf-discovered printers were changed to use a more friendly name, but used the make and model instead of the printer's display name. In Privet, the display name of the printer is stored in the "ty" key of the TXT record: https://developers.google.com/cloud-print/docs/privet#2.2.2.-ty But in zeroconf, the display name should be derived from the mDNS name: See https://developer.apple.com/bonjour/printing-specification/bonjourprinting-1.2.1.pdf section 7.1. "ty" describes the make and model of the printer, see section 9.2.6. With this change, zeroconf printers will have the recommended name, like in Privet. Bug: 895502 Change-Id: I6e088927c68c626c52056cdc04540684e95f2878 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2108827Reviewed-by:
Sean Kau <skau@chromium.org> Commit-Queue: Adam Goode <agoode@chromium.org> Cr-Commit-Position: refs/heads/master@{#751518}
-
chromium-autoroll authored
https://swiftshader.googlesource.com/SwiftShader.git/+log/dc0f1319307e..bc98fbeec99b git log dc0f1319307e..bc98fbeec99b --date=short --first-parent --format='%ad %ae %s' 2020-03-18 amaiorano@google.com Subzero: fix external function calls on x86-32 Created with: gclient setdep -r src/third_party/swiftshader@bc98fbeec99b 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: None Tbr: swiftshader-team+autoroll@google.com Change-Id: I102b03487217d91eddd5940eb743cfd707ece90e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2108664Reviewed-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@{#751517}
-
Sunggook Chue authored
The changes are - gIRA register WebContentOberser for render frame host deletion. - In frame host deletion callback, it nullify member variable of frame host pointer. - Render frame host pointer check is made before referencing it. Bug: https://bugs.chromium.org/p/chromium/issues/detail?id=1062091 Change-Id: I7bc261a292b63c8e60865916315b3dea59130c4b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2107618 Commit-Queue: Sunggook Chue <sunggch@microsoft.com> Reviewed-by:
Rayan Kanso <rayankans@chromium.org> Cr-Commit-Position: refs/heads/master@{#751516}
-
Rakina Zata Amni authored
With ProactivelySwapBrowsingInstance, we will swap BrowsingInstances on most cross-site navigations, which means there will be more cross-process navigations on Android. This CL tries to reduce that by trying to reuse the previous page's renderer process for the new page when we do a proactive BrowsingInstance swap, if possible. Note that the CL won't change cases where we are already forcing a BrowsingInstance + process swap. Browser-initiated cross-site navigations will cause BrowsingInstance + process swap no matter what, and they will keep doing so even with this CL. Some renderer-initiated cross-site navigations, however, do not trigger a BrowsingInstance swap without us proactively swapping, so it is OK to reuse the process in their case (because we would've done so anyways if we don't do a proactive BrowsingInstance swap). See https://docs.google.com/document/d/1b-uMmwzTlwGfpn8pjd59iA57RnBHVx4IOarWnxYYxQk/edit?usp=sharing for more context (google-only) Bug: 977562 Change-Id: I57d725aa1435de0ee54788de4bfe627161400725 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2043521 Commit-Queue: Rakina Zata Amni <rakina@chromium.org> Reviewed-by:
Alex Moshchuk <alexmos@chromium.org> Reviewed-by:
Charlie Reis <creis@chromium.org> Reviewed-by:
Alexander Timin <altimin@chromium.org> Cr-Commit-Position: refs/heads/master@{#751515}
-
Xianzhu Wang authored
It was needed when some style affecting visual effect of the whole DOM subtree changed before we had raster invalidation on paint property changes. The following existing tests ensure correct invalidation on change of the css properties that previously caused subtree paint invalidation: paint/invalidation/mix-blend-mode-separate-stacking-context.html css3/blending/svg-isolation-remove-isolation.html css3/blending/svg-isolation-add-isolation.html Added new tests for -webkit-mask-image and -webkit-mask-box-image. Change-Id: Ib5fab2d553b9b52588d55d14559293df8cab182f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2101304 Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> Reviewed-by:
Philip Rogers <pdr@chromium.org> Cr-Commit-Position: refs/heads/master@{#751514}
-
Jerome Jiang authored
https://aomedia.googlesource.com/aom.git/+log/f83d681765cd..c25910f6d213 $ git log f83d68176..c25910f6d --date=short --no-merges --format='%ad %ae %s' 2020-03-18 danilchap Remove extra semi columns 2020-03-15 remya.prakasan Extend sf prune_inter_modes_based_on_tpl for 3 & 4 2020-03-17 kyslov AV1 RT: Dynamically allocate space for 64x64 blocks 2020-03-13 remya.prakasan Enable the sf prune_inter_modes_based_on_tpl 2020-03-12 nithya.vs Correct skip rdy computation for txfm_rd_gate_level sf 2020-03-14 kyslov AV1 RT: Limit RT RDO TX types to DCT only 2020-03-10 mufaddal.chakera Correct frames_to_key in single_pass for last GOP 2020-03-13 aasaipriya.c Fix key frames forced by application. 2020-02-26 aasaipriya.c Enable single pass lap for forward key frames. 2020-02-25 aasaipriya.c Fix forward keyframes when kf_min_dist = kf_max_dist. (...) 2020-02-29 urvang For fixed offsets, use QP offset 76% for keyframe 2020-02-28 jzern gf_pyr_height_test: use Values() w/explicit values 2020-02-28 urvang Respect --gf_max_pyr_height. 2020-01-27 urvang Command-line option for minimum pyramid height. 2020-01-24 urvang 2-pass: Disable ARF for fixed small intervals. 2020-02-28 marpan rtc: Code cleanup for interpol_search in nonrd 2020-02-27 huisu Use mi_row and mi_col stored in xd when possible 2020-02-26 huisu Pre-calculate and store smooth interintra masks 2020-02-28 jingning Remove unused FRAME_CONTEXT_INDEX typedef 2020-02-26 sanampudi.venkatarao Prune inter modes when best mode is skippable Created with: roll-dep src/third_party/libaom/source/libaom R=jzern@google.com BUG=1055917 Change-Id: I514ba8c3f0516cb55778de66f212c9c0d4409bdc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2108526Reviewed-by:
James Zern <jzern@google.com> Commit-Queue: Jerome Jiang <jianj@google.com> Cr-Commit-Position: refs/heads/master@{#751513}
-
David Black authored
Previously the AssistantAlarmTimerController/Model only handled fired timers. Due to new UX requirements, we are going to need to handle scheduled and paused timers as well. This CL makes the necessary changes to the AssistantAlarmTimerController and model to support scheduled, paused, and firing timers. Note that though this CL contains sufficient code to support them, it stops short of actually handling them as this will be done in another set of CLs. That being the case, this CL does not have a functional impact on the existing experience. Also note that this CL removes some "alarm" related nomenclature. Alarms may/may not be implemented in the near future and (if we do) the code will be friendlier to treat alarms and timers as distinct entities. Bug: b:149570650 Change-Id: I6025471b80def7610625dcfa3c66ce17ba7e2817 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2095939Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
Alex Gough <ajgo@chromium.org> Reviewed-by:
Xiaohui Chen <xiaohuic@chromium.org> Commit-Queue: David Black <dmblack@google.com> Cr-Commit-Position: refs/heads/master@{#751512}
-
Pavel Yatsuk authored
InfoBar#getNativeInfoBarPtr shouldn't be exposed in general. In this case it was only used to get to top infobar's identifier. Replacing the call with more targeted method. BUG=1056346 R=mdjones@chromium.org Change-Id: Ia2115a44a4badf5eec93ed858a49fa9bc7688c78 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2108918Reviewed-by:
Matthew Jones <mdjones@chromium.org> Commit-Queue: Pavel Yatsuk <pavely@chromium.org> Cr-Commit-Position: refs/heads/master@{#751511}
-
Joe Mason authored
chrome-safebrowsing-alerts. Extend SoftwareReporter.* histograms that expire in M82. R=drubery Bug: 1053148 Change-Id: Id31b95bbdacc4df8e6fc50d52aadcfdf58bb0dde Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2071051 Commit-Queue: Ilya Sherman <isherman@chromium.org> Reviewed-by:
Ilya Sherman <isherman@chromium.org> Reviewed-by:
Daniel Rubery <drubery@chromium.org> Cr-Commit-Position: refs/heads/master@{#751510}
-
DongJun Kim authored
This Cl updates the calls to DeprecatedEqualIgnoringCase to use EqualIgnoringASCIICase as needed. Bug: 627682 Signed-off-by:
DongJun Kim <djmix.kim@samsung.com> Change-Id: Id288a4886a9e5c13133d6d29015431fac55386e6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2105265Reviewed-by:
Xiaocheng Hu <xiaochengh@chromium.org> Cr-Commit-Position: refs/heads/master@{#751509}
-
Scott Violet authored
Loading WebView loads from disk. BUG=1062554 TEST=test only change Change-Id: I156a8df429cce7b3f88827ed432ce1d3581c98ad Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2109132Reviewed-by:
Clark DuVall <cduvall@chromium.org> Commit-Queue: Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#751508}
-
Ted Choc authored
This temporarily leaves in the appcompat library entries in case the android X were to be reverted. We should be able to remove those entries in the not so distant future though. BUG= Change-Id: I4233c6396497778789ecb38774d07a551c82cfeb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2108963Reviewed-by:
Michael Thiessen <mthiesse@chromium.org> Commit-Queue: Ted Choc <tedchoc@chromium.org> Cr-Commit-Position: refs/heads/master@{#751507}
-
Theresa Wellington authored
The KitKat bot on the CQ is currently not running chrome_public_test_apk, which makes generating new, reliable goldens more challenging. Remove the N5 KitKat bot from the list of models for now. BUG=1060245 Change-Id: I3cd75ff0ca14baa8e68034d803c904733c91cc0c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2108912 Auto-Submit: Theresa <twellington@chromium.org> Commit-Queue: Wei-Yin Chen (陳威尹) <wychen@chromium.org> Reviewed-by:
Wei-Yin Chen (陳威尹) <wychen@chromium.org> Cr-Commit-Position: refs/heads/master@{#751506}
-
George Burgess IV authored
This was originally added for linux-chromeos builds. Now that we have is_chromeos_device here, it's redundant, and it unintentionally disables ThinLTO/CFI for ARC pieces of non-linux CrOS builds. Bug: 1062713, 1050199 Change-Id: I27022ed72597a90ae7d2bb385729550fa8d772e6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2108822Reviewed-by:
Bob Haarman <inglorion@chromium.org> Reviewed-by:
Nico Weber <thakis@chromium.org> Reviewed-by:
Ben Pastene <bpastene@chromium.org> Commit-Queue: George Burgess <gbiv@chromium.org> Cr-Commit-Position: refs/heads/master@{#751505}
-
Jun Mukai authored
ScreenRotationTest test cases have been disabled due to flakiness, but they are resolved by: * not running on sanitizer builds (crrev.com/r/749747) * fix of WindowAnimationWaiter (crrev.com/r/750605) As I tested locally, they pass all of 20 runs on debug build, so I think this isn't flaky anymore. Bug: 1017206, 1060667, 1057868 Test: interactive_ui_tests --gtest_repeat=20 Change-Id: Ia8128e04d49833d8d06d7430bd23d78348fc0823 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2109023Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Commit-Queue: Jun Mukai <mukai@chromium.org> Cr-Commit-Position: refs/heads/master@{#751504}
-
Sam Bowen authored
Bug: 1056762 Change-Id: I81b58b6408712b8eb0293448a20b1f9f7164a629 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2095443 Commit-Queue: Sam Bowen <sgbowen@google.com> Reviewed-by:
Martin Šrámek <msramek@chromium.org> Reviewed-by:
Tommy Nyquist <nyquist@chromium.org> Reviewed-by:
Becca Hughes <beccahughes@chromium.org> Cr-Commit-Position: refs/heads/master@{#751503}
-
Etienne Pierre-doray authored
Note: This CL enables feature BlinkHeapConcurrentMarking to get the desired behavior. However, we should land enabling BlinkHeapConcurrentMarking on its own first. active_markers + GlobalPoolSize() is used to determine the desired number of workers. NotifyConcurrencyIncrease() is called periodically from ConcurrentMarkingStep() if GlobalPoolSize() > 0, to make sure enough workers are scheduled. CancelableTaskScheduler is no longer used and deleted in this CL. Benchmark v8.browsing_desktop on win-10-perf browse:news:cnn:2018: blink-gc-atomic-pause-mark-transitive-closure: 13% improvement blink-gc-atomic-pause-sweep-and-compact: 5% improvement blink-gc-complete-sweep: 34% improvement blink-gc-total: 2% improvement https://pinpoint-dot-chromeperf.appspot.com/job/136a60ce620000 Bug: 1046343 Change-Id: Ie2957abf200037ccacc017b1e38dc41f47811ee0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2029609 Commit-Queue: Etienne Pierre-Doray <etiennep@chromium.org> Reviewed-by:
Omer Katz <omerkatz@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Michael Lippautz <mlippautz@chromium.org> Cr-Commit-Position: refs/heads/master@{#751502}
-
Mikel Astiz authored
Change-Id: Ic9e7222d268da4c7eb1b402f66550f290092371c Bug: None Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2108505 Auto-Submit: Mikel Astiz <mastiz@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Commit-Queue: Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#751501}
-
Mike Wittman authored
Passes |frame| by const reference rather than const pointer, to be consistent with style. Bug: 1035855 Change-Id: I783441fcfcbca46147bffc428a838a3920856f0c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2091650 Commit-Queue: Scott Violet <sky@chromium.org> Auto-Submit: Mike Wittman <wittman@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
Etienne Pierre-Doray <etiennep@chromium.org> Cr-Commit-Position: refs/heads/master@{#751500}
-
Xiaoqian Dai authored
Bug: 1061144 Change-Id: I9f84dd6a381fb32624826f58a24e6aca8a2059a3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2108089 Commit-Queue: Xiaoqian Dai <xdai@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Cr-Commit-Position: refs/heads/master@{#751499}
-
Katie D authored
Reader mode should have the (i) icon for security indicator along with the text "reader mode". When clicked, it should explain that you are viewing the source of a webpage. Bug: 840191 Change-Id: I431a50447ea7efc6f854ac944f8db131d8241414 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2072471 Commit-Queue: Katie Dektar <katie@chromium.org> Reviewed-by:
Emily Stark <estark@chromium.org> Reviewed-by:
Charlie Reis <creis@chromium.org> Cr-Commit-Position: refs/heads/master@{#751498}
-
chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/fc29b0ad4658..560e87aa8193 git log fc29b0ad4658..560e87aa8193 --date=short --first-parent --format='%ad %ae %s' 2020-03-18 danilchap@webrtc.org Reenable libaom decoder by default Created with: gclient setdep -r src/third_party/webrtc@560e87aa8193 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 Bug: None Tbr: webrtc-chromium-sheriffs-robots@google.com Change-Id: I8c419dc82756c5065e0ebe46e540eaab3ff4ce63 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2108890Reviewed-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@{#751497}
-