- 04 Mar, 2020 40 commits
-
-
Dave Tapuska authored
This change makes all WebWidgets be created by blink. Since all WebWidgets are created by blink they have a common base member WidgetBase which will eventually create and own the compositing, input and emulation infrastructure. Change-Id: I306658e8d3b941bcbb93f864e503112387dbd169 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2042510Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
danakj <danakj@chromium.org> Commit-Queue: Dave Tapuska <dtapuska@chromium.org> Cr-Commit-Position: refs/heads/master@{#746841}
-
Natalie Chouinard authored
Move Language settings to org.chromium.chrome.browser.language package and add Language OWNERS. Bug: 1047357 Change-Id: Ie2edf897723515c85cd8830bcbc65f5ea2a094f0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2086292Reviewed-by:
Theresa <twellington@chromium.org> Reviewed-by:
Megan Jablonski <megjablon@chromium.org> Commit-Queue: Natalie Chouinard <chouinard@chromium.org> Cr-Commit-Position: refs/heads/master@{#746840}
-
Jérôme Lebel authored
When the user taps on "settings" link, the sign-in needs to be triggered. Once the sign-in is finished, AdvancedSettingsSigninCoordinator needs to be presented. Related to: crrev.com/c/2050568 Bug: 971989 Change-Id: I754c0f2d0f58c2a8590f7b5b86fdbf86b27d6da4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2087811 Commit-Queue: Jérôme Lebel <jlebel@chromium.org> Reviewed-by:
Gauthier Ambard <gambard@chromium.org> Cr-Commit-Position: refs/heads/master@{#746839}
-
Jonathan Backer authored
Change-Id: Iafd0ac9d9c1507d586dc40939833ad8f847c37f0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2055006Reviewed-by:
kylechar <kylechar@chromium.org> Commit-Queue: Jonathan Backer <backer@chromium.org> Cr-Commit-Position: refs/heads/master@{#746838}
-
arthursonzogni authored
According to: https://github.com/whatwg/html/pull/2373 html and svg Element are hiding their nonce when there are at least one Content-Security-Policy defined from an HTTP header. The two implementation: - HTMLElement::InsertedInto - SVGElement::InsertedInto were hidding the nonce slightly differently. To prevent further divergence, factorize this implementation into Element::HideNonce() and call it from both places. Bug: 1053496 Change-Id: I3cbad88f70c61591bef060d4188c82388e6001d2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2078536 Commit-Queue: Arthur Sonzogni <arthursonzogni@chromium.org> Reviewed-by:
Mike West <mkwst@chromium.org> Reviewed-by:
Fredrik Söderquist <fs@opera.com> Cr-Commit-Position: refs/heads/master@{#746837}
-
Alex Ilin authored
The test crashes on Android N builder. TBR: bsazonov@chromium.org Bug: 1014213 Change-Id: I7be993cffb7296735ffe1b8da5c1e3fb5e161f42 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2087343Reviewed-by:
Alex Ilin <alexilin@chromium.org> Reviewed-by:
Boris Sazonov <bsazonov@chromium.org> Commit-Queue: Alex Ilin <alexilin@chromium.org> Cr-Commit-Position: refs/heads/master@{#746836}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/c6d0fdfb4098..d71548adfb09 git log c6d0fdfb4098..d71548adfb09 --date=short --first-parent --format='%ad %ae %s' 2020-03-04 bsalomon@google.com Add support for wrap modes to GrYUVtoRGBEffect. Created with: gclient setdep -r src/third_party/skia@d71548adfb09 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 herb@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 Bug: None Tbr: herb@google.com Change-Id: If48f35ccf591ec3dca9518955c6fa2ae117733fc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2087841Reviewed-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@{#746835}
-
Anna Malova authored
Both RegisterRequestHandler and RegisterDefaultHandler expect HandleRequestCallback which is RepeatingCallback. Bug: 1007815 Change-Id: I4f7c9a970e6a1a767e3c21ccc65b5e98c027774a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2085313Reviewed-by:
Matt Menke <mmenke@chromium.org> Commit-Queue: Matt Menke <mmenke@chromium.org> Cr-Commit-Position: refs/heads/master@{#746834}
-
Ken Rockot authored
This allows the prlimit64 syscall in utility processes, with the contingency that it only operates on the calling process's PID and it always has the |new_limit| arg set to null. The getrlimit() implementation is backed by this syscall on Linux, and the utility sandbox config already allows SYS_getrlimit. The restrictions above prevent callers from changing the process's own limits, and from querying or changing other process's limits. Bug: 1052045 Change-Id: Iabe81ea2791b5c3d604a9176c7463e9d00ff6cbe Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2086814Reviewed-by:
Robert Sesek <rsesek@chromium.org> Commit-Queue: Ken Rockot <rockot@google.com> Cr-Commit-Position: refs/heads/master@{#746833}
-
chromium-autoroll authored
https://swiftshader.googlesource.com/SwiftShader.git/+log/126720bd2e57..5ff1de5384c5 git log 126720bd2e57..5ff1de5384c5 --date=short --first-parent --format='%ad %ae %s' 2020-03-04 amaiorano@google.com Subzero: fix regression in Optimizer Created with: gclient setdep -r src/third_party/swiftshader@5ff1de5384c5 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: I41109ab81448e8b9e65ed29869682353a925377d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2087935Reviewed-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@{#746832}
-
Antonio Gomes authored
This ensures that the AssociatedRemote<blink::mojom::LocalMainFrame> works after a crash. Analogously, the CL also resets |local_main_frame_host_receiver_|. BUG=None R=arthursonzogni@chromium.org Change-Id: I5f32afb6824afb30035051ba729377be40b0f374 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2085233 Commit-Queue: Antonio Gomes <tonikitoo@igalia.com> Reviewed-by:
Arthur Sonzogni <arthursonzogni@chromium.org> Auto-Submit: Antonio Gomes <tonikitoo@igalia.com> Cr-Commit-Position: refs/heads/master@{#746831}
-
Xiaoqian Dai authored
For one navigation operation, we would like the nudge only be fired once. So this CL makes more restriction on when the navigation status change can be fired to show the nudge ui (and cancel the previous one if applicable). Bug: 1009005b Change-Id: I90b79e9ffb6219a66172364c976e69a9479670dc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2086553Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Commit-Queue: Xiaoqian Dai <xdai@chromium.org> Cr-Commit-Position: refs/heads/master@{#746830}
-
Xiaoqian Dai authored
As requested by the UX. Bug: 1009005b Change-Id: I3c175dbbb8074c47400df3777ab849dc313294f0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2086072Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Commit-Queue: Xiaoqian Dai <xdai@chromium.org> Cr-Commit-Position: refs/heads/master@{#746829}
-
Fergal Daly authored
This is a temporary addition to help track down a bug that only occurs in webview in the wild. Bug: 1006814,1056426 Change-Id: If5be906c7faf94ef994389f7b286ef2a70bba5b9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2087236 Commit-Queue: Fergal Daly <fergal@chromium.org> Commit-Queue: Robert Sesek <rsesek@chromium.org> Auto-Submit: Fergal Daly <fergal@chromium.org> Reviewed-by:
Robert Sesek <rsesek@chromium.org> Cr-Commit-Position: refs/heads/master@{#746828}
-
Mark Brand authored
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}
-
henrika authored
Makes some final adjustments in the previous change landed in https://chromium-review.googlesource.com/c/chromium/src/+/2062428 to ensure that all output streams adds a unique ID and that the logging style identical for all platforms. Bug: 1017219 Change-Id: I7d7caa45307e3a7a8270528feea3c3205b5b784c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2087674Reviewed-by:
Guido Urdaneta <guidou@chromium.org> Commit-Queue: Henrik Andreasson <henrika@chromium.org> Cr-Commit-Position: refs/heads/master@{#746826}
-
Anna Malova authored
Bug: 1007815 Change-Id: Ia136d653d5d1bf8f4dbeaaf589a646e44c49240a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2087223 Commit-Queue: Matt Menke <mmenke@chromium.org> Reviewed-by:
Matt Menke <mmenke@chromium.org> Cr-Commit-Position: refs/heads/master@{#746825}
-
Anna Malova authored
Bug: 1007815 Change-Id: Idae1c817d49e4e69c9d1b4145d55ccb1f27bdb55 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2087916Reviewed-by:
Matt Menke <mmenke@chromium.org> Commit-Queue: Anna Malova <amalova@chromium.org> Cr-Commit-Position: refs/heads/master@{#746824}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/e1861849..ad298fa3 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: I34a889a76b3a04211acab89e31c90fa0a370cbc7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2087113Reviewed-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@{#746823}
-
Maciek Slusarczyk authored
ChromeOS.SAML.APILogin tracks usage of Gaia vs SAML sign-in. Extending its validity by 6 months to collect additional data. Bug: 1053279 Change-Id: Ieb95c17a590fc25b454bbb4c1e369dbebefe6502 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2087615 Commit-Queue: Maciek Slusarczyk <mslus@chromium.org> Reviewed-by:
Alex Ilin <alexilin@chromium.org> Cr-Commit-Position: refs/heads/master@{#746822}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromiumos/chromite.git/+log/181bb9733f83..8e76ccdb37b0 git log 181bb9733f83..8e76ccdb37b0 --date=short --first-parent --format='%ad %ae %s' 2020-03-04 shaochuan@chromium.org Fix string/bytes confusion in CommandVMTest 2020-03-04 vapier@chromium.org Revert "cbuildbot: switch to python3 only" 2020-03-04 saklein@chromium.org run_tests: Fix test interleaving. 2020-03-04 bpastene@chromium.org cros_chrome_sdk: Add a "--no-shell" arg that will skip the sub-shell. 2020-03-03 cjmcdonald@chromium.org Update proto bindings to current master 2020-03-03 vapier@chromium.org results_lib_unittest: delete unused code 2020-03-03 vapier@chromium.org cbuildbot: switch to python3 only 2020-03-03 cjmcdonald@chromium.org Chroot snapshot endpoints 2020-03-03 achuith@chromium.org vm: Get rid of Device.run Created with: gclient setdep -r src/third_party/chromite@8e76ccdb37b0 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 Bug: None Tbr: chrome-os-gardeners@google.com Change-Id: I2a3e80e811059b5d4a76850d62182da5161a6ffd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2087843Reviewed-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@{#746821}
-
Omer Katz authored
Vector::Trace used to check that all unused slots are zeroed out. This is a hidden assumption that the Vector cannot be changed while it is traced. This assumption will no longer once Vectors are traced concurrently. Bug: 986235 Change-Id: I05e1270f92f0542595e2c87c776cbf58a785e8cd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2015245Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Michael Lippautz <mlippautz@chromium.org> Commit-Queue: Omer Katz <omerkatz@chromium.org> Cr-Commit-Position: refs/heads/master@{#746820}
-
Erik Johnson authored
Include session ID in crash reports if the crash occurred during a Stadia session Bug: b/137860124 Test: currently in production, working as intended. Change-Id: I60e2a47cbeaa0f01cc8db1c89d2c9bd3111079c0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2083741 Commit-Queue: Alex Sakhartchouk <alexst@chromium.org> Reviewed-by:
Luke Halliwell (slow) <halliwell@chromium.org> Reviewed-by:
Alex Sakhartchouk <alexst@chromium.org> Cr-Commit-Position: refs/heads/master@{#746819}
-
Alice Wang authored
This CL replaces ChromeSigninController in PickerAdapter by IdentityManager. Bug: 1049548 Change-Id: If3523863144cb37b807406b87abb5db2ace89fb5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2084556Reviewed-by:
Tanmoy Mollik <triploblastic@chromium.org> Reviewed-by:
Boris Sazonov <bsazonov@chromium.org> Commit-Queue: Alice Wang <aliceywang@chromium.org> Cr-Commit-Position: refs/heads/master@{#746818}
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/07fd18460d09..8800de8931b3 git log 07fd18460d09..8800de8931b3 --date=short --first-parent --format='%ad %ae %s' 2020-03-04 tvanderlippe@chromium.org Remove support for devtools startup tests 2020-03-04 jacktfranklin@chromium.org Create `NumberUtilities` and move `constrain` in 2020-03-04 tvanderlippe@chromium.org Copy lit-html build files to gen folder 2020-03-04 aerotwist@chromium.org [global] Remaps self.Common.console 2020-03-04 tvanderlippe@chromium.org Add skipped test for breakpoints with inline scripts 2020-03-04 devtools-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com Update DevTools DEPS. 2020-03-04 tvanderlippe@chromium.org Generate ARIAProperties.js on presubmit 2020-03-04 tvanderlippe@chromium.org Add e2etest for shadow root styles 2020-03-04 mathias@chromium.org [deps] Roll deps Created with: gclient setdep -r src/third_party/devtools-frontend/src@8800de8931b3 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:1003497,chromium:1003700,chromium:1044632,chromium:1046596,chromium:1050549,chromium:1056614,chromium:1058320 Tbr: devtools-waterfall-sheriff-onduty@grotations.appspotmail.com Change-Id: I180cd2f749519b685f7be7f4f4b502d4d9949ebf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2087839Reviewed-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@{#746817}
-
Ian Clelland authored
This imports the tests from https://github.com/httpwg/structured-header-tests/blob/master/param-dict.json into the structured headers unit tests. Bug: 1011101 Change-Id: If9b34906c00cb6e63b91a3c313be28510a4c1a0e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2087992 Commit-Queue: Asanka Herath <asanka@chromium.org> Auto-Submit: Ian Clelland <iclelland@chromium.org> Reviewed-by:
Asanka Herath <asanka@chromium.org> Cr-Commit-Position: refs/heads/master@{#746816}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/3ac359c9ea04..74e0991a6bbc Created with: gclient setdep -r src-internal@74e0991a6bbc 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: Ia398239f611426e9f625efb8d2efb3d7e39e20e7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2087840Reviewed-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@{#746815}
-
jonross authored
With samans@ no longer working on chromium, I'm adding myself to surface related OWNERS files which we missed when I became an owner. This will make sure we don't have no owner for Surface Sync related changes. Change-Id: I3ece816d933fbc00bfa940af35d7984be13e8967 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2087998Reviewed-by:
Saman Sami <samans@chromium.org> Reviewed-by:
Jonathan Ross <jonross@chromium.org> Commit-Queue: Jonathan Ross <jonross@chromium.org> Cr-Commit-Position: refs/heads/master@{#746814}
-
Yann Dago authored
Profile::GetCreationTime relied on the directory's creation time, which is not supported by all the file systems. For example, in POSIX we use the st_ctim property, which is the last file status change timestamp. Using the prefs will ensure that the creation time never changes if the profile directory is copied or if the file creation time is not supported by the file system. This also ensures that Profile::GetCreationTime works properly across enterprise snapshots. Bug: 958893 Change-Id: I4e6189642939bb52524c412a9146087d597320dc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2079163 Commit-Queue: Yann Dago <ydago@chromium.org> Reviewed-by:
David Roger <droger@chromium.org> Cr-Commit-Position: refs/heads/master@{#746813}
-
Anna Malova authored
Bug: 1007815 Change-Id: I18ef44afac822d4d98787cdf4297611d211c343d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2083487Reviewed-by:
Matt Menke <mmenke@chromium.org> Commit-Queue: Anna Malova <amalova@chromium.org> Cr-Commit-Position: refs/heads/master@{#746812}
-
Jérôme Lebel authored
|self.addAccountSigninCoordinator| needs to be interrupted when UserSigninCoordinator interrupted. Once |self.addAccountSigninCoordinator| is done, the sign-in flow can be interrupted (with dismissing the view controller if needed). Related to: crrev.com/c/2062410 Bug: 971989 Change-Id: I4825d822737e11ce5af83ef5f94d26c95bfda673 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2087752 Commit-Queue: Jérôme Lebel <jlebel@chromium.org> Reviewed-by:
Gauthier Ambard <gambard@chromium.org> Cr-Commit-Position: refs/heads/master@{#746811}
-
Alexander Timin authored
Add a non-waking task queue to blink scheduler. It should be used for metrics which should be recorded when the main thread is non-idle. R=haraken@chromium.org,tasak@chromium.org,bartekn@chromium.org,shaseley@chromium.org Change-Id: I63c18e1736d74c962745c1c7be63990932603e15 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2056948Reviewed-by:
Bartek Nowierski <bartekn@chromium.org> Reviewed-by:
Scott Haseley <shaseley@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Alexander Timin <altimin@chromium.org> Cr-Commit-Position: refs/heads/master@{#746810}
-
Annie Sullivan authored
The UKM were removed in crrev.com/c/1988594, and I think the intention was also to remove the UMA, because LargestContentfulPaint is the metric we are exposing to users. Change-Id: Ief74c8760dfc254892d251b5a4a07160e0eeb7a2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2080815 Commit-Queue: Annie Sullivan <sullivan@chromium.org> Reviewed-by:
Bryan McQuade <bmcquade@chromium.org> Reviewed-by:
Nicolás Peña Moreno <npm@chromium.org> Reviewed-by:
Annie Sullivan <sullivan@chromium.org> Reviewed-by:
Ilya Sherman <isherman@chromium.org> Cr-Commit-Position: refs/heads/master@{#746809}
-
Justin Cohen authored
Change-Id: Id5ee6a44dff07e10295f997a68e982c6fefa471d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2085291 Auto-Submit: Justin Cohen <justincohen@chromium.org> Reviewed-by:
Rohit Rao <rohitrao@chromium.org> Commit-Queue: Justin Cohen <justincohen@chromium.org> Cr-Commit-Position: refs/heads/master@{#746808}
-
Anna Malova authored
SetRequestHeadersCallback expects RequestHeadersCallback which is RepeatingCallback. Bug: 1007815 Change-Id: Ib0061cbff30193c1533989bc51142666cd8c073f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2087221 Commit-Queue: Matt Menke <mmenke@chromium.org> Reviewed-by:
Matt Menke <mmenke@chromium.org> Cr-Commit-Position: refs/heads/master@{#746807}
-
Samuel Huang authored
Running an ASan build of Clank requires a one-time device set up instructions. However, the 1-line instruction in asan.md is improperly wrapped to 2 separate lines. This CL remedies the above. Bug: 978698 Change-Id: Ie0f5b403cb20a3f4e7bcbe18d56ec339f15f9059 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2082327Reviewed-by:
Andrew Grieve <agrieve@chromium.org> Reviewed-by:
Samuel Huang <huangs@chromium.org> Commit-Queue: Samuel Huang <huangs@chromium.org> Cr-Commit-Position: refs/heads/master@{#746806}
-
Rafael Cintron authored
GetNumericHelper and DoGetFramebufferAttachmentParameter were previously allocating a std::vector of bufsize size and using it as scratch space before copying the result to the output parameter. With this change, GetNumericHelper and DoGetFramebufferAttachmentParameter are modified to write directly into the output parameter. Bug: 1057747 Change-Id: If19d353a9f7d0bc9aa513deede15afad5c05b67f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2084111Reviewed-by:
Geoff Lang <geofflang@chromium.org> Commit-Queue: Rafael Cintron <rafael.cintron@microsoft.com> Cr-Commit-Position: refs/heads/master@{#746805}
-
Alice Wang authored
This CL removes the boolean FirstRunActivity.SHOW_WELCOME_PAGE since after removing the Android EDU support it is always true. Bug: 1056132 Change-Id: I8e7891d22d537364899a8a22f423cd4363e22982 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2074479Reviewed-by:
Tanmoy Mollik <triploblastic@chromium.org> Reviewed-by:
Boris Sazonov <bsazonov@chromium.org> Commit-Queue: Alice Wang <aliceywang@chromium.org> Cr-Commit-Position: refs/heads/master@{#746804}
-
Stepan Khapugin authored
Breaks startUpBrowserForegroundInitialization into three methods: * Code to run before any scene is created * Code to run to build up a scene/window * Code to run after at least one scene/window is created Currently these are broken down simply by the order in which they appeared in the original method. A follow-up CL will reshuffle code between these as necessary. Bug: 1045658 Change-Id: I0c40be3a88d082018a47f13bf3a0876de8cac179 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2087751 Commit-Queue: Stepan Khapugin <stkhapugin@chromium.org> Reviewed-by:
Mark Cogan <marq@chromium.org> Cr-Commit-Position: refs/heads/master@{#746803}
-
chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/4518a20e14ec..420ad1af1ef1 git log 4518a20e14ec..420ad1af1ef1 --date=short --first-parent --format='%ad %ae %s' 2020-03-04 eshr@google.com Fix video_loopback crash when selecting all streams Created with: gclient setdep -r src/third_party/webrtc@420ad1af1ef1 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: I515a58750ce9138c9cb7f101a12e98d0accf2616 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2087837Reviewed-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@{#746802}
-