- 25 Nov, 2019 40 commits
-
-
Ilia Samsonov authored
googletest will no longer support empty prefix for parameterized INSTANTIATE_TEST_SUITE_P. Adding "All" prefix to existing empty prefix test suites. This CL was uploaded by git cl split. R=khmel@chromium.org Bug: 1023677 Change-Id: Ieabfcdac4097b9cf9839dc3e05bc950b328b989a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1926670 Auto-Submit: Ilia Samsonov <isamsonov@google.com> Reviewed-by:
Yury Khmel <khmel@chromium.org> Commit-Queue: Ilia Samsonov <isamsonov@google.com> Cr-Commit-Position: refs/heads/master@{#718712}
-
Mario Sanchez Prada authored
This CL migrates code to the new BrowserInterfaceBroker class. This allows retrieving the remote implementation in the browser process from the renderer process without relying on InterfaceProvider. Bug: 955171, 978694, 936482 Change-Id: I0f962d8f9a21d95b376062fdc2d585130fa0e71b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1893165 Commit-Queue: Mario Sanchez Prada <mario@igalia.com> Reviewed-by:
Camille Lamy <clamy@chromium.org> Reviewed-by:
Arthur Sonzogni <arthursonzogni@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Bo <boliu@chromium.org> Reviewed-by:
Oksana Zhuravlova <oksamyt@chromium.org> Reviewed-by:
Dominick Ng <dominickn@chromium.org> Cr-Commit-Position: refs/heads/master@{#718711}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/d07418c4577e..61169e9c4794 git log d07418c4577e..61169e9c4794 --date=short --no-merges --format='%ad %ae %s' 2019-11-25 benjaminwagner@google.com Fix asset_utils when no service_account_json 2019-11-25 bsalomon@google.com Reland "Revert "Revert "Make FP optimizations helpers use SkAlphaType not GrColorType""" 2019-11-25 robertphillips@google.com Add code path that avoids large indexBuffer draws 2019-11-25 fmalita@chromium.org [sksg] Temporarily inline Path fillType accessors Created with: gclient setdep -r src/third_party/skia@61169e9c4794 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 bungeman@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: bungeman@google.com Change-Id: I9361020453c7b2873966482ea3d290f33f55208d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1934254Reviewed-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@{#718710}
-
Dan Harrington authored
Bug: 1024945 Change-Id: Ia0bc333f73b020d7ed93defc65ee2dcb38424df4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1933634Reviewed-by:
Carlos Knippschild <carlosk@chromium.org> Commit-Queue: Dan H <harringtond@chromium.org> Cr-Commit-Position: refs/heads/master@{#718709}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/74637ca12a6a..9a1a942e18ee git log 74637ca12a6a..9a1a942e18ee --date=short --no-merges --format='%ad %ae %s' 2019-11-25 lalitm@google.com Merge "trace_processor: eliminate useless order by constraints from query set" Created with: gclient setdep -r src/third_party/perfetto@9a1a942e18ee If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/perfetto-chromium-autoroll Please CC perfetto-bugs@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md Bug: None Tbr: perfetto-bugs@google.com Change-Id: I73737fb5ffd2faf2fc06f8721c0bfcaae43ddb7e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1934251Reviewed-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@{#718708}
-
Sigurdur Asgeirsson authored
As-is the crash dumps don't contain the computed values, which isn't very useful. Bug: 1017827 Change-Id: I6ebf14417795744020eb5a560287bc45eb45722b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1932164 Auto-Submit: Sigurður Ásgeirsson <siggi@chromium.org> Reviewed-by:
John Abd-El-Malek <jam@chromium.org> Commit-Queue: Sigurður Ásgeirsson <siggi@chromium.org> Cr-Commit-Position: refs/heads/master@{#718707}
-
Chris Lu authored
This change adds neverTranslateSite to InfobarTranslateModalDelegate while also implementing all of the InfobarTranslateModalDelegate actions in InfobarTranslateCoordinator. Bug: 1014959 Change-Id: I401d54783317be62ac2968bd315fd67ad50ba4d9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1904691 Commit-Queue: Chris Lu <thegreenfrog@chromium.org> Reviewed-by:
Sergio Collazos <sczs@chromium.org> Cr-Commit-Position: refs/heads/master@{#718706}
-
Ilia Samsonov authored
googletest will no longer support empty prefix for parameterized INSTANTIATE_TEST_SUITE_P. Adding "All" prefix to existing empty prefix test suites. This CL was uploaded by git cl split. R=mahmadi@chromium.org Bug: 1023677 Change-Id: Ia0abbed688be555909aa5b2d59d5a54bc9de32f4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1926879 Auto-Submit: Ilia Samsonov <isamsonov@google.com> Reviewed-by:
Moe Ahmadi <mahmadi@chromium.org> Commit-Queue: Ilia Samsonov <isamsonov@google.com> Cr-Commit-Position: refs/heads/master@{#718705}
-
Ilia Samsonov authored
googletest will no longer support empty prefix for parameterized INSTANTIATE_TEST_SUITE_P. Adding "All" prefix to existing empty prefix test suites. This CL was uploaded by git cl split. R=dmazzoni@chromium.org Bug: 1023677 Change-Id: Id651135546370ff40df9bdc0df18cfd66c6793e6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1927019 Auto-Submit: Ilia Samsonov <isamsonov@google.com> Reviewed-by:
Dominic Mazzoni <dmazzoni@chromium.org> Commit-Queue: Dominic Mazzoni <dmazzoni@chromium.org> Cr-Commit-Position: refs/heads/master@{#718704}
-
Mikel Astiz authored
The set of always-encrypted-types is now moved to model_type.h to make this concept a core sync primitive. As part of this, we've favored simplicity and let upper layers assume that, for the regular case where encrypt-everything is off, the set of encrypted datatypes is equal to always-encrypted-types. This allows removing IsEncryptionEnabledForPasswordsOnly(), which now becomes the exact opposite of IsEncryptEverythingEnabled(). Bug: 1019687 Change-Id: I2ebafdc9d754cc1bea9c0ad935465d1153b6ecbc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1932806Reviewed-by:
Marc Treib <treib@chromium.org> Commit-Queue: Mikel Astiz <mastiz@chromium.org> Cr-Commit-Position: refs/heads/master@{#718703}
-
Etienne Pierre-doray authored
To measure disk usage. This metric expects improvement from https://chromium-review.googlesource.com/c/chromium/src/+/1845956 Current: 761134 KB Bug: 933975 Change-Id: I66f4384af6f982ff1e94b7f98e892c8a50e2e5a0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1879972 Commit-Queue: Etienne Pierre-Doray <etiennep@chromium.org> Reviewed-by:
Greg Thompson <grt@chromium.org> Reviewed-by:
Alex Ilin <alexilin@chromium.org> Cr-Commit-Position: refs/heads/master@{#718702}
-
Ilia Samsonov authored
googletest will no longer support empty prefix for parameterized INSTANTIATE_TEST_SUITE_P. Adding "All" prefix to existing empty prefix test suites. This CL was uploaded by git cl split. R=khmel@chromium.org Bug: 1023677 Change-Id: I9fe9aae2a5a929b9631e8642e1d9cb75678b8e7f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1926817 Auto-Submit: Ilia Samsonov <isamsonov@google.com> Reviewed-by:
Yury Khmel <khmel@chromium.org> Commit-Queue: Ilia Samsonov <isamsonov@google.com> Cr-Commit-Position: refs/heads/master@{#718701}
-
Wenyu Fu authored
Update HomepagePolicyManager with the latest API to check if the preference is managed. Checking the pref alone cannot tell if the policy is enforced or not, because Homepage preference can be set without the policy. Bug: 978197 Change-Id: I400e04bc624c92af27e94ace2f378a5e8d896e33 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1931380Reviewed-by:
Wei-Yin Chen (陳威尹) <wychen@chromium.org> Reviewed-by:
Theresa <twellington@chromium.org> Commit-Queue: Wenyu Fu <wenyufu@chromium.org> Auto-Submit: Wenyu Fu <wenyufu@chromium.org> Cr-Commit-Position: refs/heads/master@{#718700}
-
Yuly Novikov authored
Since they fail all 3 retries when they are flaky, upgrading the expectation from RetryOnFailure to Failure. TBR=bsheedy Bug: 1026468 Change-Id: I5bff99bf33b3217bf9969a820f5a67d179c53237 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1934241Reviewed-by:
Yuly Novikov <ynovikov@chromium.org> Commit-Queue: Yuly Novikov <ynovikov@chromium.org> Cr-Commit-Position: refs/heads/master@{#718699}
-
chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/63dced9f4598..712a26f3842b git log 63dced9f4598..712a26f3842b --date=short --no-merges --format='%ad %ae %s' 2019-11-25 titovartem@google.com Add IvfVideoFrameGenerator Created with: gclient setdep -r src/third_party/webrtc@712a26f3842b 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: I19ed1cf078bbce6b60a879098625b2a54dd6125c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1933753Reviewed-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@{#718698}
-
haozhe authored
Firefox passed the tests. Chrome does not support mask-position which is in the spec. Bug filed: https://bugs.chromium.org/p/chromium/issues/detail?id=1027585 Bug: 900581 Change-Id: Ibe5db28d0b692ab3d2763d7e52406962d0cbf2c4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1924695Reviewed-by:
Xida Chen <xidachen@chromium.org> Commit-Queue: Hao Sheng <haozhes@chromium.org> Cr-Commit-Position: refs/heads/master@{#718697}
-
Theresa Wellington authored
A previous CL refactorted AppMenuPropertiesDelegateImpl to use an ObservableSupplier for obtaining the BookmarkBridge rather than a setter in the AppMenuPropertiesDelegate interface. When a callback is registered with the ObservableSupplier, a call to the callback is posted if the supplied object is already available. This changed the timing of when the BookmarkBridge is supplied, allowing the app menu to be opened before the BookmarkBridge is supplied. This CL attempts to get the BookmarkBridge from the supplier directly when #updateBookmarkMenuItem is called if the BookmarkBridge is null and adds another null check in case the bridge is still not available. BUG=1027222 Change-Id: I8d8bbeb812286c8c18baf0ae65da11bd48386d04 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1934448Reviewed-by:
Matthew Jones <mdjones@chromium.org> Commit-Queue: Theresa <twellington@chromium.org> Cr-Commit-Position: refs/heads/master@{#718696}
-
Alexandre Frechette authored
Bug: 1024076 Change-Id: I1ca04cc7a1ee4513d6beece853ff132072b71c7b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1924687Reviewed-by:
anthonyvd <anthonyvd@chromium.org> Commit-Queue: Alexandre Frechette <frechette@chromium.org> Cr-Commit-Position: refs/heads/master@{#718695}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/3f24db461826..d0f4dbab33c4 Created with: gclient setdep -r src-internal@d0f4dbab33c4 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: chromium:None Tbr: jbudorick@google.com Change-Id: Id1ef78a7973b311428ae36b2d45dae0083ceb398 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1934250Reviewed-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@{#718694}
-
Bo Liu authored
Previous implementation accidentally ignored reflective exceptions, which included exceptions by the actual call itself. Ignore it for now, but will leave bug open to investigate proper fix. Bug: 1026626 Change-Id: Ia3636f923053009d3589a59259e2eace833cad84 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1933737Reviewed-by:
Andrew Grieve <agrieve@chromium.org> Commit-Queue: Bo <boliu@chromium.org> Cr-Commit-Position: refs/heads/master@{#718693}
-
Joe DeBlasio authored
This CL adds jdeblasio@ as an owner only of chrome/browser/download/mixed_content_download_blocking*. Bug: 973214 Change-Id: Ib7a32152e9f05ac32c6c99b780275c0cc5bfc737 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1932467Reviewed-by:
Min Qin <qinmin@chromium.org> Commit-Queue: Joe DeBlasio <jdeblasio@chromium.org> Cr-Commit-Position: refs/heads/master@{#718692}
-
Chromium WPT Sync authored
Using wpt-import in Chromium 7248ed3b. With Chromium commits locally applied on WPT: e83dd93c "Limit backtracking on regexp called from blink." 500a74f5 "Add a runtime flag to enforce strict MIME type checks for workers." 09908954 "Fetch Metadata: Assert portal support for WPT." c8d798a2 "Migrate more layout instability tests to WPT." 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 Directory owners for changes in this CL: foolip@chromium.org, lpz@chromium.org, robertma@chromium.org: external/wpt/tools NOAUTOREVERT=true TBR=lpz No-Export: true Change-Id: Idb0cd0da883dd76a7e4f5ba5f4abb3970ff5e2cc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1934367Reviewed-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@{#718691}
-
Kevin McNee authored
|mojo::ReportBadMessage| does not automatically close the relevant receiver (|frame_host_associated_receiver_|). We return immediately after the |ReportBadMessage|, so the callbacks are not run. Since the pipe is not closed, this DCHECKS. Bug: None Change-Id: I521fe8c29679a92c9d5689e78758e4adde814b00 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1929911 Commit-Queue: Kevin McNee <mcnee@chromium.org> Reviewed-by:
Jeremy Roman <jbroman@chromium.org> Reviewed-by:
Alex Moshchuk <alexmos@chromium.org> Cr-Commit-Position: refs/heads/master@{#718690}
-
Owen Min authored
Bug: 1028129 Tbr: dpapad@chromium.org Change-Id: I19337a65e4cb12d91d87f9decd2626788b6026cb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1933590Reviewed-by:
Owen Min <zmin@chromium.org> Commit-Queue: Owen Min <zmin@chromium.org> Cr-Commit-Position: refs/heads/master@{#718689}
-
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: Ice39e92722d0434f66a85dd53de30ad65804ca35 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1934252Reviewed-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@{#718688}
-
Dominic Battre authored
This CL introduces a --force-disable-variation-ids parameter to prevent variation ids and trigger variation ids from being sent via the X-Client-Data request header for debugging purposes. Bug: 1027576 Change-Id: Iacaaee31b1a62e50cc9b61a709cca5651038ddf4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1930958 Commit-Queue: Dominic Battré <battre@chromium.org> Auto-Submit: Dominic Battré <battre@chromium.org> Reviewed-by:
Alexei Svitkine <asvitkine@chromium.org> Cr-Commit-Position: refs/heads/master@{#718687}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/7b44da5f..c4a36ad5 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: I391da318c13f4e5fab5ebf3ed32e5eaa0a3b7e7f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1933485Reviewed-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@{#718686}
-
Andrew Grieve authored
This fixes compatibility with JDK 11. use_errorprone_java_compiler GN arg cannot be re-enabled until newly added checks are either fixed or silenced. Bug: 894616, 1027541 Change-Id: Ic3727188867623b05228c58157818b500a886194 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1933767Reviewed-by:
Peter Wen <wnwen@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Commit-Queue: Andrew Grieve <agrieve@chromium.org> Cr-Commit-Position: refs/heads/master@{#718685}
-
Christopher Grant authored
This reverts commit 0c8f0867. Reason for revert: https://ci.chromium.org/p/chrome/builders/ci/arm-unpublished-builder-rel/15653 TBR=agrieve Bug: 1027573 Original change's description: > Android: Support pure-32-bit version codes on 64-bit build configs > > See the associated bug for reasons why this work is happening. > > Refactor the version number generator script to be more explicit, and do > away with the hack that was in place to support multiple version numbers > in 64-bit config. > > Also, add the new pure 32-bit Mono and Trichrome numbers, as well as an > alias 32_64 version number, which is equivalent to the ambiguous > "Monochrome" version. > > Bug: 1027573 > Change-Id: Iae270f84ad3cf3c28e9001460a016aa7f75237e8 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1931100 > Commit-Queue: Christopher Grant <cjgrant@chromium.org> > Reviewed-by: Andrew Grieve <agrieve@chromium.org> > Cr-Commit-Position: refs/heads/master@{#718671} TBR=cjgrant@chromium.org,agrieve@chromium.org Change-Id: Ic5874955be3e1c723635accb5f9381540f3d6b34 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 1027573 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1934428Reviewed-by:
Christopher Grant <cjgrant@chromium.org> Commit-Queue: Christopher Grant <cjgrant@chromium.org> Cr-Commit-Position: refs/heads/master@{#718684}
-
Danyao Wang authored
Refactored test using ::testing::WithParamInterface to remove duplicate logic between the two test modes: StrictHasEnrolledAutofillInstrument and legacy mode. This allowed the NoShow logging histogram check to be applied to all test scenarios. A subsequent patch relies on this refactor to add testing of delayed show to all test scenarios (crbug.com/1028114). Bug: 1027322 Change-Id: I312fb3db3146e86c3d0baf504d0db91d5ce097e7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1933122 Commit-Queue: Danyao Wang <danyao@chromium.org> Reviewed-by:
Rouslan Solomakhin <rouslan@chromium.org> Cr-Commit-Position: refs/heads/master@{#718683}
-
Dave Tapuska authored
unique_ptr in its header. BUG=1026685 Change-Id: Iffeb041b8542bcbf40de29c7d3e0150bf887cedb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1934238 Auto-Submit: Dave Tapuska <dtapuska@chromium.org> Reviewed-by:
David Bokan <bokan@chromium.org> Commit-Queue: David Bokan <bokan@chromium.org> Cr-Commit-Position: refs/heads/master@{#718682}
-
Hans Wennborg authored
The test doesn't pass in that build config. TBR=alexchau Bug: 1028113 Change-Id: I985e84c6971986f66cc3166bd59e26b53a50b8cd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1932552Reviewed-by:
Hans Wennborg <hans@chromium.org> Commit-Queue: Hans Wennborg <hans@chromium.org> Cr-Commit-Position: refs/heads/master@{#718681}
-
Alex Vallée authored
Add description of the timestamp. Bug: 1006899 Change-Id: I80a94ce923ffc7a0d7a462dbd91a6dddc97f9b38 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1933736 Commit-Queue: Alex Vallee <avallee@chromium.org> Auto-Submit: Alex Vallee <avallee@chromium.org> Reviewed-by:
Owen Min <zmin@chromium.org> Cr-Commit-Position: refs/heads/master@{#718680}
-
Dominique Fauteux-Chapleau authored
can_upload_data_ was always set to true upon calling MaybeUploadForDeepScanning. Removed this and changed tests so reintroducing this bug will result in failing tests. Change-Id: I49b63670aec2f95157103b51d59dd197278e87df Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1933733Reviewed-by:
Roger Tawa <rogerta@chromium.org> Reviewed-by:
Daniel Rubery <drubery@chromium.org> Commit-Queue: Dominique Fauteux-Chapleau <domfc@chromium.org> Cr-Commit-Position: refs/heads/master@{#718679}
-
Rouslan Solomakhin authored
Before this patch, a compromised renderer could bypass the feature policy check for Web Payment API. This patch adds a feature policy check in the browser process. On desktop, the renderer process is killed if the feature policy is violated. On Android, the Mojo pipe is closed. After this patch, it is not possible for a compromised renderer to bypass the feature policy check for Web Payment API. Bug: 1027176 Change-Id: I7ff69fef37d2c6998850e5bbd6a2513e3bc81f71 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1928207 Commit-Queue: Rouslan Solomakhin <rouslan@chromium.org> Reviewed-by:
Ian Clelland <iclelland@chromium.org> Reviewed-by:
Alex Moshchuk <alexmos@chromium.org> Reviewed-by:
Łukasz Anforowicz <lukasza@chromium.org> Cr-Commit-Position: refs/heads/master@{#718678}
-
Ben Mason authored
Bug: 1028130 Change-Id: Iea128cde9bc83cfc962776c48d4037e1d0ba75d3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1934240 Commit-Queue: Ben Mason <benmason@chromium.org> Commit-Queue: Andrew Grieve <agrieve@chromium.org> Reviewed-by:
Andrew Grieve <agrieve@chromium.org> Cr-Commit-Position: refs/heads/master@{#718677}
-
Yuki Shiino authored
Adds a quick hack to support a case of "attribute FrozenArray<T>?". Bug: 1028047 Change-Id: Ib3cecc4beb6bcc0fb0dbc667aca595454cc90c86 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1933866Reviewed-by:
Hitoshi Yoshida <peria@chromium.org> Commit-Queue: Yuki Shiino <yukishiino@chromium.org> Cr-Commit-Position: refs/heads/master@{#718676}
-
Alexander Dunaev authored
This CL adds the missing methods that allow setting minimum and maximum sizes of the Wayland top level surface. R=msisov@igalia.com Bug: 994558 Change-Id: I35bd764b59070d266947301f5c02fe65d42b9ae6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1928691Reviewed-by:
Maksim Sisov <msisov@igalia.com> Reviewed-by:
Robert Kroeger <rjkroege@chromium.org> Commit-Queue: Alexander Dunaev <adunaev@igalia.com> Cr-Commit-Position: refs/heads/master@{#718675}
-
chromium-autoroll authored
https://chromium.googlesource.com/catapult.git/+log/56b1f53bcd83..731aba0ef889 git log 56b1f53bcd83..731aba0ef889 --date=short --no-merges --format='%ad %ae %s' 2019-11-25 delphick@chromium.org Add a new category for shared memory in v8 Created with: gclient setdep -r src/third_party/catapult@731aba0ef889 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 Bug: None Tbr: skyostil@google.com Change-Id: I50ed22224982f1fa82f7b5da48575bb343035072 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1934106Reviewed-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@{#718674}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromiumos/chromite.git/+log/78ae849159ac..bcda22bca456 git log 78ae849159ac..bcda22bca456 --date=short --no-merges --format='%ad %ae %s' 2019-11-25 vapier@chromium.org cbuildbot: build_status: drop validation pool support 2019-11-25 vapier@chromium.org run_tests: enable build_stages_unittest 2019-11-25 drinkcat@chromium.org Revert "cros_setup_toolchains: update sdk toolchain targets in parallel." 2019-11-25 fqj@chromium.org config: fix android package name for VM master. 2019-11-25 vapier@chromium.org cidb_unittest: make sqlalchemy import optional 2019-11-25 vapier@chromium.org afdo_unittest: fix mock typo 2019-11-24 vapier@chromium.org logdog/som: delete more unused som related modules 2019-11-24 vapier@chromium.org cbuildbot: lkgm_manager: drop validation pool support 2019-11-24 vapier@chromium.org commands: use encoding=utf-8 when capturing command output 2019-11-24 achuith@chromium.org flash: Suppress spurious error message. 2019-11-24 vapier@chromium.org gerrit_unittest: fix test after cq-depend syntax changes 2019-11-23 vapier@chromium.org cros_sdk_lib: rework IsChrootReady logic 2019-11-23 lamontjones@chromium.org Revert "paygen: protect just downloaded file, more logging." 2019-11-23 lamontjones@chromium.org Revert "paygen: log output for gs downloads" 2019-11-23 lamontjones@chromium.org Revert "paygen: more logging when download fails." 2019-11-23 fqj@chromium.org add vmmst pfq 2019-11-23 andrewlamb@chromium.org Add replicate_private_config PUpr endpoint. 2019-11-23 cjmcdonald@chromium.org Sync proto definitions to tree 2019-11-23 mmortensen@google.com BuildAPI: Add unit tests and mocks for Android service. 2019-11-23 lamontjones@chromium.org cros_setup_toolchains: update sdk toolchain targets in parallel. 2019-11-23 lamontjones@chromium.org lib: correct modes on tmpdirs, better tmpdirs for parallel. 2019-11-23 achuith@chromium.org OWNERS: Add OWNERS.au to nebraska files. 2019-11-23 vapier@chromium.org clactions_metrics: drop unused module 2019-11-23 vapier@chromium.org kernel_cmdline: add hashing to KernelArg 2019-11-23 tbegin@google.com chromite/api: add guest VM as an image type 2019-11-22 vapier@chromium.org cidstore: drop unused module 2019-11-22 vapier@chromium.org cros_build_lib.run: merge append_to_file into stdout 2019-11-22 vapier@chromium.org launch_control: drop unused module 2019-11-22 vapier@chromium.org pylint: use vpython for python2 linting 2019-11-22 asavery@chromium.org hatch-diskswap: add builder configuration 2019-11-22 vapier@chromium.org cbuildbot: drop CommitQueueCompletionStage 2019-11-22 vapier@chromium.org cbuildbot: abort on all chrome pfq build code paths 2019-11-22 vapier@chromium.org autotest_rpc_errors: drop unused module 2019-11-22 philipchen@google.com hatch: Add factory builder 2019-11-22 fqj@chromium.org config: betty-arcvm-pi should run no tests 2019-11-22 vapier@chromium.org licensing: fix generation under Python 3 Created with: gclient setdep -r src/third_party/chromite@bcda22bca456 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: Ide813d8e9e4c80aca105e69a04f52047baef3992 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1934350Reviewed-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@{#718673}
-