- 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=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}
-
Kramer Ge authored
ANGLE by default disables requestable extensions for WebGL. To support GL passthrough interop with VkImageBacking, GL_EXT_memory_object, GL_EXT_memory_object_fd, GL_EXT_semaphore, GL_EXT_semaphore_fd are needed. Bug: 1025451 Change-Id: If3849d7a3ddd8bf33616b57c67703e9eb7d40340 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1927977Reviewed-by:
Geoff Lang <geofflang@chromium.org> Reviewed-by:
Peng Huang <penghuang@chromium.org> Commit-Queue: Kramer Ge <fangzhoug@chromium.org> Cr-Commit-Position: refs/heads/master@{#718672}
-
Christopher Grant authored
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}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromium/src/third_party/freetype2.git/+log/3aaae716b25b..d4f9c249893a git log 3aaae716b25b..d4f9c249893a --date=short --no-merges --format='%ad %ae %s' 2019-11-23 jstracke@Google.com [base] Really fix #57194. 2019-11-23 wl@gnu.org [truetype] Avoid sanitizer warning (#57289). 2019-11-23 prince.cherusker@gmail.com [truetype] Fix integer overflow (#57287). 2019-11-23 bungeman@google.com [sfnt] Avoid sanitizer warning (#57286). 2019-11-23 jstracke@Google.com [base] Fix `NULL + offset' sanitizer warnings (#57194). 2019-11-23 wl@gnu.org * include/freetype/internal/ftmemory.h (FT_OFFSET): New macro. 2019-11-23 bungeman@google.com [sfnt] Ensure OTTO fonts have tables (#57285). 2019-11-23 behdad@behdad.org Minor fixes for recent compilers. Created with: gclient setdep -r src/third_party/freetype/src@d4f9c249893a If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/freetype-chromium Please CC bungeman@google.com,drott@google.com,thestig@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:linux_chromium_msan_rel_ng;luci.chromium.try:linux-blink-rel;luci.chromium.try:mac10.12-blink-rel;luci.chromium.try:mac10.13_retina-blink-rel;luci.chromium.try:win10-blink-rel;luci.chromium.try:win7-blink-rel Bug: chromium:1027032,chromium:10269104,chromium:977845 Tbr: bungeman@google.com,drott@google.com,thestig@google.com Change-Id: I4fa3c77314d6b1af1a83e490587412765bde9d98 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1932027 Commit-Queue: Ben Wagner <bungeman@chromium.org> Reviewed-by:
chromium-autoroll <chromium-autoroll@skia-public.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#718670}
-
Owen Min authored
This reverts commit 2e8d15a1. Reason for revert: It's flaky on linux-trusty-rel https://ci.chromium.org/p/chromium/builders/ci/linux-trusty-rel/4905 Original change's description: > Enable test CertificateManagerModelTest.ListsCertsFromPlatform > > The test was marked as flaky more then a year ago. The bug from the > TODO is fixed and closed. And I was not able to reproduce the problem > localy and via several runs on test servers. > > Bug: 877416, 787602 > Change-Id: Iae0d816c94dedbfb0db779a7b492e7619eba1939 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1926480 > Reviewed-by: Matt Mueller <mattm@chromium.org> > Commit-Queue: Michael Ershov <miersh@google.com> > Cr-Commit-Position: refs/heads/master@{#718568} TBR=mattm@chromium.org,miersh@google.com Change-Id: I63c0b241b99b483b8c048f56074cb4cdd9a32467 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 877416, 787602, 1028183 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1933951Reviewed-by:
Owen Min <zmin@chromium.org> Commit-Queue: Owen Min <zmin@chromium.org> Cr-Commit-Position: refs/heads/master@{#718669}
-
Mike Reed authored
Change-Id: I390126f3393daee530021cf854d88e7c880b974c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1933734 Commit-Queue: Mike Reed <reed@google.com> Commit-Queue: Florin Malita <fmalita@chromium.org> Reviewed-by:
Florin Malita <fmalita@chromium.org> Cr-Commit-Position: refs/heads/master@{#718668}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/dd5ba942eb1e..d07418c4577e git log dd5ba942eb1e..d07418c4577e --date=short --no-merges --format='%ad %ae %s' 2019-11-25 skia-autoroll@skia-public.iam.gserviceaccount.com Roll skia/third_party/skcms 68d3f3a95f1b..ef3043bd8110 (1 commits) 2019-11-25 michaelludwig@google.com Use just GrSurfaceProxy in pipeline management. 2019-11-25 michaelludwig@google.com Lock down GrQuad ctors, avoid resetting Ws when known to be 1.0 Created with: gclient setdep -r src/third_party/skia@d07418c4577e 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: chromium:None Tbr: bungeman@google.com Change-Id: Iecff0b70fc4efea64ff4c453a3416a165252e899 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1934349Reviewed-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@{#718667}
-
Antonio Gomes authored
... and rename it to rtc_data_channel_init_platform.h. The "platform" suffix is needed so it does not collide with the existing autogenerated header rtc_data_channel_init.h. The struct name is also renamed accordingly, RTCDataChannelInitPlatform. In a follow up CL, this struct will cease to exist, and the direct use of webrtc::DataChannelInit will take place. [1] https://crrev.com/c/1933486 BUG=787254, 919392 R=guidou@chromium.org, haraken@chromium.org Change-Id: I50ce900c228aa23b28066b85b148bf4f2fbc7b58 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1933484Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Guido Urdaneta <guidou@chromium.org> Commit-Queue: Antonio Gomes <tonikitoo@igalia.com> Cr-Commit-Position: refs/heads/master@{#718666}
-
Mia Glaese authored
Problem description and design doc: https://docs.google.com/document/d/1e1t3DgrtTkcluXz14xywwhJYq4isVfvVZbh1ZPvkL7M/edit?usp=sharing Current: Autocomplete uses url and page classification of current tab. This leads to: ZeroSuggestions not available on Start Surface (available on NTP). Different suggestions for same input on StartSurface omnibox. No omnibox suggestions if no tabs open. Clank crashes on DCHECK in Debug mode if no tabs open. Now: Autocomplete uses NTP url for both StartSurface and NTP, even with no open tabs. ZeroSuggestions available on start Surface. Same Autocomplete suggestions for NTP and StartSurface. No crashes in Debug mode. Bug: 982018 Change-Id: I8de9b2e3822c5d08c71705466936245d6d0d44f3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1894293 Commit-Queue: Mia Glaese <glamia@chromium.org> Reviewed-by:
Patrick Noland <pnoland@chromium.org> Reviewed-by:
Yusuf Ozuysal <yusufo@chromium.org> Reviewed-by:
Ganggui Tang <gogerald@chromium.org> Cr-Commit-Position: refs/heads/master@{#718665}
-