- 08 Dec, 2020 40 commits
-
-
Jerome Jiang authored
Change-Id: I65999da33f643112e967dba8dc5925712508f6b7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2575393Reviewed-by:
James Zern <jzern@google.com> Commit-Queue: Jerome Jiang <jianj@google.com> Cr-Commit-Position: refs/heads/master@{#834780}
-
Gavin Mak authored
Generate DIR_METADATA files and remove metadata from OWNERS files for directories under //chrome/browser. Bug: 1113033 Change-Id: I41aaff2325f62e1fe622c2d741307b10015ae8bd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2576115Reviewed-by:
Scott Violet <sky@chromium.org> Commit-Queue: Gavin Mak <gavinmak@google.com> Cr-Commit-Position: refs/heads/master@{#834779}
-
Avi Drissman authored
Mac Chrome now builds against the macOS 11.0 SDK. Dependencies on that SDK are now present in the source, so officially document that dependency. Bug: 1108831 Change-Id: I2ff909272ca6993ab1d3f946a8def9e296e7c9c7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2578360 Commit-Queue: Avi Drissman <avi@chromium.org> Auto-Submit: Avi Drissman <avi@chromium.org> Reviewed-by:
Mark Mentovai <mark@chromium.org> Cr-Commit-Position: refs/heads/master@{#834778}
-
Gavin Mak authored
Generate DIR_METADATA files and remove metadata from OWNERS files for directories under //chrome/app. Bug: 1113033 Change-Id: I64518e0abcb696004f8f2c948d2b02198b860144 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2577871Reviewed-by:
Ken Rockot <rockot@google.com> Commit-Queue: Gavin Mak <gavinmak@google.com> Cr-Commit-Position: refs/heads/master@{#834777}
-
Wan-Teh Chang authored
This is the last commit before commit 9057d286bedbbf9e3b73e0e3d7e056c4cd149fd7, which will require changes to some files in media_unittests because it is no longer safe to call the media::VideoFrame destructor after dav1d_close() is called if the default dav1d picture allocator is used. See the change to dav1d_default_picture_release() in that commit and note that the 'cookie' parameter becomes a pointer to Dav1dContext: https://code.videolan.org/videolan/dav1d/-/commit/9057d286bedbbf9e3b73e0e3d7e056c4cd149fd7 Note that the relevant code was updated again in commit 236e1122da50c23d95766682590d546f787684ea: https://code.videolan.org/videolan/dav1d/-/commit/236e1122da50c23d95766682590d546f787684ea https://chromium.googlesource.com/external/github.com/videolan/dav1d.git/+log/f90ada0d08e9..920079edb1ea $ git log f90ada0d0..920079edb --date=short --no-merges --format='%ad %ae %s' 2020-11-09 martin meson: Handle the b_lto option as a string option for newer meson versions 2020-10-21 ltrudeau use less memory in SGR C code 2020-11-01 oddstone Fix variable name 2020-10-21 victorien Abort frame decoding properly on reference error 2020-10-02 ltrudeau Avoid using %ld for debugging in obu.c 2020-10-01 ltrudeau Add debug code for HDR metadata 2020-09-17 janne-vlc CI/test-debian-asan: run address sanitizer tests both with and without asm 2020-09-17 janne-vlc fuzzer: parse '--cpumask X' command line argument 2020-09-15 martin arm32: looprestoration: NEON implementation of wiener filter for 16 bpc 2020-09-24 martin arm64: looprestoration16: Reorder instructions to avoid close data dependencies 2020-09-23 martin arm64: looprestoration16: Use narrower operations where possible when filtering one pixel 2020-09-23 martin arm32: looprestoration: Optimize the 4-pixel wide horizontal wiener filter 2020-09-23 martin arm32: looprestoration: Remove an unused macro that is used only once 2020-09-16 martin arm32: looprestoration: Specify alignment for more loads/stores 2020-09-24 martin arm32: looprestoration: Fix missed vertical alignment Created with: roll-dep src/third_party/dav1d/libdav1d R=dalecurtis@chromium.org Change-Id: Ic8560254ebbaf4c5c2258b3a4fba580926d8f480 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2578128 Commit-Queue: Dale Curtis <dalecurtis@chromium.org> Reviewed-by:
Dale Curtis <dalecurtis@chromium.org> Cr-Commit-Position: refs/heads/master@{#834776}
-
Leonard Grey authored
Bug: 949535 Change-Id: I71c9abc657f900fe05f3b32e92474009da005d48 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2577011Reviewed-by:
Robert Sesek <rsesek@chromium.org> Reviewed-by:
Erik Staab <estaab@chromium.org> Commit-Queue: Leonard Grey <lgrey@chromium.org> Cr-Commit-Position: refs/heads/master@{#834775}
-
Wez authored
Bug: 1088094, 1139396 Change-Id: I6a1f6d2a71abc117cf66304b91e0b331a0e4c324 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2527384 Commit-Queue: Wez <wez@chromium.org> Reviewed-by:
David Dorwin <ddorwin@chromium.org> Auto-Submit: Wez <wez@chromium.org> Cr-Commit-Position: refs/heads/master@{#834774}
-
chromium-autoroll authored
https://dawn.googlesource.com/tint.git/+log/b8a3078bbec9..195917c0be32 2020-12-08 dneto@google.com spirv-reader: Support many more float builtins 2020-12-07 dneto@google.com spirv-reader: Support NClamp, NMin, NMax 2020-12-07 bclayton@google.com ast::type: Remove Array::set_decorations 2020-12-07 bclayton@google.com ast: Remove unused Struct::set_decorations() 2020-12-07 bclayton@google.com ast: Remove Function::set_body() 2020-12-07 bclayton@google.com ast: Remove ReturnStatement set_value() 2020-12-07 bclayton@google.com ast: Remove ReturnStatement constructors that don't take a source 2020-12-07 bclayton@google.com ast: Remove Variable constructor that doesn't take a source 2020-12-07 dneto@google.com spirv-reader: simplify GLSL.std.450 tests 2020-12-07 dneto@google.com spirv-reader: list missing GLSL.std.450 instructions 2020-12-07 bclayton@google.com ast/function: Remove [set|add]_decorations() 2020-12-07 bclayton@google.com ast: Remove IfStatement::set_else_statements() 2020-12-07 dneto@google.com spirv-reader: support UClamp, SClamp 2020-12-07 dneto@google.com spirv-reader: texture level and array index are signed 2020-12-07 dsinclair@chromium.org Remove the context object. 2020-12-07 bclayton@google.com Improve error messages raised by SpvParserTest 2020-12-07 bclayton@google.com Remove more unused AST setters If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/tint-chromium-autoroll Please CC rharrison@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/+doc/master/autoroll/README.md Cq-Include-Trybots: luci.chromium.try:dawn-linux-x64-deps-rel;luci.chromium.try:dawn-mac-x64-deps-rel;luci.chromium.try:dawn-win10-x64-deps-rel;luci.chromium.try:dawn-win10-x86-deps-rel Bug: None Tbr: rharrison@google.com Change-Id: I8c203d99ba2bb08041533976f9475793c4a7b79b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2579022Reviewed-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@{#834773}
-
Chrome Metrics Logs authored
Updates the expires_after attribute for 61 histograms that have been used to generate alerts in the past 90 days and do not already have a date later than or within 60 days of 2021-03-08. TBR=chromium-metrics-reviews@google.com Change-Id: I91d1b9f019154263c9e4821058e56f77377155fa Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2578482Reviewed-by:
Chrome Metrics Logs <chrome-metrics-team+robot@google.com> Commit-Queue: Chrome Metrics Logs <chrome-metrics-team+robot@google.com> Cr-Commit-Position: refs/heads/master@{#834772}
-
Gavin Mak authored
Generate DIR_METADATA files and remove metadata from OWNERS files for directories under //chrome/browser. Bug: 1113033 Change-Id: I52ff024fbe47121ebea142e769f771abbd925631 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2576434Reviewed-by:
Scott Violet <sky@chromium.org> Commit-Queue: Gavin Mak <gavinmak@google.com> Cr-Commit-Position: refs/heads/master@{#834771}
-
Becca Hughes authored
Now we can also get rid of utils.js from the build as well. Change-Id: Ib9978bbc708469ebd9dc4f703243eff5fb8894f1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2577931Reviewed-by:
Tommy Steimel <steimel@chromium.org> Commit-Queue: Becca Hughes <beccahughes@chromium.org> Cr-Commit-Position: refs/heads/master@{#834770}
-
Stephen McGruer authored
This reverts commit 86af9c78, thus relanding 8970a3d2. Bug: 997202,1156287 Change-Id: I73b7f8eb8ba109cc71eb8d63ee58ec32b16f76b8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2578169Reviewed-by:
Stephen Chenney <schenney@chromium.org> Commit-Queue: Stephen McGruer <smcgruer@chromium.org> Cr-Commit-Position: refs/heads/master@{#834769}
-
Gavin Mak authored
Generate DIR_METADATA files and remove metadata from OWNERS files for directories under //chrome/browser. Bug: 1113033 Change-Id: I1cfbb36def1eec16249a2e124c6239234bb3f670 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2576435Reviewed-by:
Scott Violet <sky@chromium.org> Commit-Queue: Gavin Mak <gavinmak@google.com> Cr-Commit-Position: refs/heads/master@{#834768}
-
Andrew Comminos authored
As discussed in the Web Perf Working Group, the Permissions Policy family of specs seem like a good fit to gate the disabled-by-default profiling API with. Add a new disabled-by-default document policy to gate JS Profiling with. Bug: 956688 Change-Id: I6932a7070d75e3ab5542b422f428bd399611af35 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2570695Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
Nicolás Peña Moreno <npm@chromium.org> Commit-Queue: Andrew Comminos <acomminos@fb.com> Cr-Commit-Position: refs/heads/master@{#834767}
-
Theo Johnson-kanu authored
Bug: 1154827 Change-Id: Ic5ea3a4a0c111eff890ab40400bfc30a701b3192 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2577808Reviewed-by:
James Vecore <vecore@google.com> Commit-Queue: Nnamdi Theodore Johnson-kanu <tjohnsonkanu@google.com> Cr-Commit-Position: refs/heads/master@{#834766}
-
Sean Harrison authored
In order to facilitate our use of cookie managed state to control privacy sandbox in the interim the privacy sandbox prefs need to live in components. We are adding a folder for privacy sandbox as the plan is to migrate all of privacy sandbox to components for M90, only prefs need to be moved for M89. Bug: 1152336 Change-Id: I4fb65671c21d0d24af8e38f972260891e0285843 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2572216 Commit-Queue: Sean Harrison <harrisonsean@chromium.org> Reviewed-by:
Jochen Eisinger <jochen@chromium.org> Reviewed-by:
Theodore Olsauskas-Warren <sauski@google.com> Cr-Commit-Position: refs/heads/master@{#834765}
-
Gavin Williams authored
This change announces the scanned file saved title once a scan job successfully completes. Bug: 1059779 Change-Id: Ib053f260bd4bb0ebda7793372342ebddf869f9f1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2578749 Commit-Queue: Gavin Williams <gavinwill@chromium.org> Reviewed-by:
Jesse Schettler <jschettler@chromium.org> Cr-Commit-Position: refs/heads/master@{#834764}
-
Garrett Beaty authored
The defaults declaration already passes luci.builder.defaults as the first argument, which forwards on the variables, so the ** dictionary comprehension serves no purpose. Change-Id: I09181d8fb19c81953b14ed63d5b2a5f0c1b7ac0e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2579705 Auto-Submit: Garrett Beaty <gbeaty@chromium.org> Reviewed-by:
Ben Pastene <bpastene@chromium.org> Commit-Queue: Ben Pastene <bpastene@chromium.org> Cr-Commit-Position: refs/heads/master@{#834763}
-
Chromium WPT Sync authored
Using wpt-import in Chromium f598e68f. With Chromium commits locally applied on WPT: 86af9c78 "Revert "[blinkpy] Re-enable four css-background/ tests that need fuzzy reftest"" Note to sheriffs: This CL imports external tests and adds expectations for those tests; if this CL is large and causes a few new failures, please fix the failures by adding new lines to TestExpectations rather than reverting. See: https://chromium.googlesource.com/chromium/src/+/master/docs/testing/web_platform_tests.md NOAUTOREVERT=true TBR=lpz@google.com No-Export: true Cq-Include-Trybots: luci.chromium.try:linux-wpt-identity-fyi-rel,linux-wpt-input-fyi-rel Change-Id: Idfd3080648528de9177edbb32a5318037b351cc0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2575582Reviewed-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@{#834762}
-
Dominique Fauteux-Chapleau authored
TBR=kenrb@chromium.org Bug: 1156657 Change-Id: Ie6719ce1c844190a8ff85a696824efa52df4efd0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2579444Reviewed-by:
Dominique Fauteux-Chapleau <domfc@chromium.org> Commit-Queue: Dominique Fauteux-Chapleau <domfc@chromium.org> Cr-Commit-Position: refs/heads/master@{#834761}
-
Theo Johnson-kanu authored
Bug: 1093185 Change-Id: I4067b9bdec81958bb91cf7f08fc240838cf8a72e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2578158Reviewed-by:
Azeem Arshad <azeemarshad@chromium.org> Commit-Queue: Nnamdi Theodore Johnson-kanu <tjohnsonkanu@google.com> Cr-Commit-Position: refs/heads/master@{#834760}
-
Yuanyao Zhong authored
Extend the wayland_webview_client to be able to create a surface with buffer. This can be use to test the window and surface composition. Test: build and test on desktop. Bug: None Change-Id: Id8aca9f2fe9819e9535986f978d7190eb30cbafc Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2569971Reviewed-by:
Daniel Nicoara <dnicoara@chromium.org> Commit-Queue: Yuanyao Zhong <yyzhong@google.com> Cr-Commit-Position: refs/heads/master@{#834759}
-
Natalie Chouinard authored
Exclusion of these material resources prevents the HaTS Next AAR from compiling so re-including them now. Some of these resources are already included downstream, so the real expected binary size impact is ~32K. Binary-Size: Size increase is unavoidable (see above). Bug: 1151370 Change-Id: Ibca2af20c81c809082ea9766d9ee561fd4dd1d55 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2551492Reviewed-by:
Sam Maier <smaier@chromium.org> Commit-Queue: Natalie Chouinard <chouinard@chromium.org> Cr-Commit-Position: refs/heads/master@{#834758}
-
chromium-internal-autoroll authored
Release_Notes: http://go/help_app-x20/relnotes/Main/help_app_nightly_202012080600_RC00.html https://chrome-infra-packages.appspot.com/p/chromeos_internal/apps/help_app/app/+/4UjbGjoE2oGiiKMb5l4jAgc5C-UeSyq4pQkhcEafXNYC If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://skia-autoroll.corp.goog/r/help-app-chromium-autoroll Please CC help-app@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/+doc/master/autoroll/README.md Cq-Include-Trybots: luci.chrome.try:linux-chromeos-chrome Bug: b/174321021 Tbr: help-app@grotations.appspotmail.com Change-Id: Ie9a774cdec7d9375d1051cdfffb92b3c4e1ce44f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2579016Reviewed-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@{#834757}
-
Dominique Fauteux-Chapleau authored
TBR=jrw@chromium.org Bug: 1156666 Change-Id: I83bed5b2e324c1cd075552afd59933b39f34245b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2578213Reviewed-by:
Dominique Fauteux-Chapleau <domfc@chromium.org> Commit-Queue: Dominique Fauteux-Chapleau <domfc@chromium.org> Cr-Commit-Position: refs/heads/master@{#834756}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/03d69876ff0e..60a2ec03b662 2020-12-08 reed@google.com Rename SkBitmapController to SkMipmapAccessor 2020-12-08 bsalomon@google.com Make GrSurfaceContext take GrColorInfo rather than its components. 2020-12-08 borenet@google.com Revert "[infra] Switch from isolate to RBE-CAS" 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 jmbetancourt@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/+doc/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 Cq-Do-Not-Cancel-Tryjobs: true Bug: None Tbr: jmbetancourt@google.com Change-Id: Ia709375d81ce60484c83ea84b1138e893d769f9e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2577735Reviewed-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@{#834755}
-
Michael Savigny authored
Move the binaries from src/tools to src/buildtools. Update both DEPS and buildtools/DEPS. The matching checks to PRESUBMIT.py will be in a following CL. Bug: 1149386 Change-Id: Iaa420944f510c6e921f6f1366f735a580358ce23 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2575097Reviewed-by:
Dirk Pranke <dpranke@google.com> Commit-Queue: Michael Savigny <msavigny@google.com> Cr-Commit-Position: refs/heads/master@{#834754}
-
Pavol Marko authored
This makes it easier to work with DMAuth. DMAuth already has an empty() state so wrapping it in unique_ptr is not useful for representing empty. This is being done now so that cloud_policy_client_unittest.cc can be updated in a follow-up to verify the passed DMAuth data and not have to deal with unique_ptr wrapping there. Bug: 1150887 Change-Id: I237b9f14e129b2aea521ea5246462625ad3646f9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2563823 Commit-Queue: Pavol Marko <pmarko@chromium.org> Reviewed-by:
Michael Ershov <miersh@google.com> Reviewed-by:
Alexander Hendrich <hendrich@chromium.org> Cr-Commit-Position: refs/heads/master@{#834753}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromiumos/chromite.git/+log/7bdee1ac459a..2a46c6172edb 2020-12-08 chrome-bot@chromium.org Update config settings by config-updater. 2020-12-07 vapier@chromium.org Reland "licensing: add ISC as notice-required" 2020-12-07 mathewk@chromium.org mi: Disable unittests on Monkey Island boards 2020-12-07 chrome-bot@chromium.org Update config settings by config-updater. 2020-12-07 sidereal@google.com Move tatl and tael to the internal boards list 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/+doc/master/autoroll/README.md Cq-Include-Trybots: luci.chrome.try:chromeos-betty-pi-arc-chrome;luci.chromium.try:chromeos-kevin-rel Tbr: chrome-os-gardeners@google.com Change-Id: I6a8644df2f583c01dfaee3f85fd7271abba4b0ac Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2578745Reviewed-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@{#834752}
-
Aaron Leventhal authored
TBR=dlibby@microsoft.com Bug: None Change-Id: I7cbc17dc6060239ee98fc68b5a888198f0ee7de7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2577865Reviewed-by:
Aaron Leventhal <aleventhal@chromium.org> Commit-Queue: Aaron Leventhal <aleventhal@chromium.org> Cr-Commit-Position: refs/heads/master@{#834751}
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/0f9bf8aa6bfe..d9d73bd8981e 2020-12-08 michael.liao@microsoft.com [Application]: Ensure separators in report views extend with horizontal scrollbar present 2020-12-08 michael.liao@microsoft.com [Telemetry]: Adding CSS Editor Opened telemetry 2020-12-08 asamidoi@chromium.org Show a warning message in Application > Manifest > Installability in DevTools 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/+doc/master/autoroll/README.md Bug: chromium:1149589,chromium:1154124,chromium:965802 Tbr: devtools-waterfall-sheriff-onduty@grotations.appspotmail.com Change-Id: I1a3be13f821b7557d161429137f3a5040632385d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2579020Reviewed-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@{#834750}
-
Mike Reed authored
Bug: skia:11056 Change-Id: Idc812ddfe2c29fb6a3f9665ea14ca27bb92890f3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2575583Reviewed-by:
Florin Malita <fmalita@chromium.org> Commit-Queue: Mike Reed <reed@google.com> Cr-Commit-Position: refs/heads/master@{#834749}
-
Scott Violet authored
This converts from polling for entering fullscreen to a CallbackHelper. This also changes the code to wait for the page to match the expected state. BUG=1133893 TEST=test only changes Change-Id: I19e138712c68c2eb16963ea09c2b84f0f4bbaca1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2577999 Commit-Queue: Scott Violet <sky@chromium.org> Reviewed-by:
Bo <boliu@chromium.org> Cr-Commit-Position: refs/heads/master@{#834748}
-
Tanmoy Mollik authored
Batch BookmarkPersonalizedSigninPromoTest as PER_CLASS. Bug: 1145843 Change-Id: I814b28744a03eab547cc292f99948d4d4f5a6c72 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2563274Reviewed-by:
Michael Thiessen <mthiesse@chromium.org> Commit-Queue: Tanmoy Mollik <triploblastic@chromium.org> Cr-Commit-Position: refs/heads/master@{#834747}
-
Majid Valipour authored
Add basic UI on desktop for WebID. This includes: - A modal dialog that loads web contents for the given signin URL - infobars that are used for asking the user permission The modal logic is mostly copied from goto@'s prototype here: https://chromium-review.googlesource.com/c/chromium/src/+/2134593/ Bug: 1141125 Change-Id: Ie8982f785b8dd4597b02442366742342947375ab Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2572957Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
Sam Goto <goto@chromium.org> Commit-Queue: Majid Valipour <majidvp@chromium.org> Cr-Commit-Position: refs/heads/master@{#834746}
-
Victor Hugo Vianna Silva authored
SyncController will soon disappear, so we start moving this method to ProfileSyncService. The SyncController method is still exposed for the moment because it's called in downstream code. There should be no behavior change in the only call site: SyncController.get() is null iff ProfileSyncService.get() is null. Bug: 1156620 Change-Id: Ida792cb92702f932aad3023d05e048be8aee94e8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2577227Reviewed-by:
Marc Treib <treib@chromium.org> Commit-Queue: Victor Vianna <victorvianna@google.com> Cr-Commit-Position: refs/heads/master@{#834745}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/53a11922..4670e2c2 Please follow these instructions for assigning/CC'ing issues: https://v8.dev/docs/triage-issues Please close rolling in case of a roll revert: https://v8-roll.appspot.com/ This only works with a Google account. CQ_INCLUDE_TRYBOTS=luci.chromium.try:linux-blink-rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:linux_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:mac_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:win_optional_gpu_tests_rel CQ_INCLUDE_TRYBOTS=luci.chromium.try:android_optional_gpu_tests_rel TBR=hablich@chromium.org,vahl@chromium.org,v8-waterfall-sheriff@grotations.appspotmail.com Change-Id: I30ea9a65edbffd602b8ed24b05c0c1385779165c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2578865Reviewed-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@{#834744}
-
Jonah Ryan-Davis authored
This is a reland of 07bb169a This CL moves CollectGraphicsInfoGL and DidUpdateGPUInfo calls onto the main thread, and creates a helper function GpuServiceImpl::UpdateGpuInfoGL to do so. Original change's description: > Populate secondary GPU info after GPU switch on Mac. > > The secondary GPU was not populated with information taken from GL > strings after a GPU switch. This CL addresses this by re-querying > this information each time the GPU is switched. > The active GPU in dual-GPU systems is now computed in the GPU > process and communicated back to the browser process. The > heuristic GpuDataManagerImpl::UpdateActiveGpu has been removed. > > Bug: chromium:1152212 > Change-Id: Ie54dd5dc06c3d0a1c5f0445cc0f313adc8fa24cf > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2560552 > Reviewed-by: Jonathan Backer <backer@chromium.org> > Reviewed-by: Joe Mason <joenotcharles@chromium.org> > Reviewed-by: Kenneth Russell <kbr@chromium.org> > Commit-Queue: Jonah Ryan-Davis <jonahr@google.com> > Cr-Commit-Position: refs/heads/master@{#832610} Bug: chromium:1152212 Bug: chromium:1154752 Change-Id: I981fcabe87d651310ba27b42a0f1e926af67cb2a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2569953 Commit-Queue: Jonah Ryan-Davis <jonahr@google.com> Reviewed-by:
Joe Mason <joenotcharles@chromium.org> Reviewed-by:
Jonathan Backer <backer@chromium.org> Reviewed-by:
Kenneth Russell <kbr@chromium.org> Cr-Commit-Position: refs/heads/master@{#834743}
-
Yaron Friedman authored
Continue propagation of https://chromium-review.googlesource.com/c/chromium/src/+/2572244 and switching WebContentsObserver to use GURL. BUG=783819 Change-Id: Id081877d817e0db9c86def35f20a96d5e49d75d4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2577721 Commit-Queue: Yaron Friedman <yfriedman@chromium.org> Reviewed-by:
Michael Thiessen <mthiesse@chromium.org> Cr-Commit-Position: refs/heads/master@{#834742}
-
Basia Zimirska authored
Display translations are missing for bh (see [1]). This is the only language in the list that is missing display translation for en. [1]https://source.chromium.org/chromium/chromium/src/+/master:third_party/icu/source/data/lang/en.txt;bpv=1;bpt=0 Bug: 1006346 Change-Id: Id9e2b1aacdb9a479d2ebecdef0fe810ea6b6f1b9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2578004Reviewed-by:
Trevor Perrier <perrier@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Commit-Queue: Basia Zimirska <basiaz@google.com> Cr-Commit-Position: refs/heads/master@{#834741}
-