- 24 Aug, 2020 16 commits
-
-
Alice Boxhall authored
This reverts commit 4f00646f. Reason for revert: Broke feedback_common_test on lacros: https://ci.chromium.org/p/chromium/builders/ci/linux-lacros-tester-rel/1305 Original change's description: > Enable Lacros to send a simple feedback report with all Lacros data. > > The simple lacros feedback report includes the following: > > 1. Lacros feedback reports are sent with ChromeOS product id, so > that they will be found under ChromeOS product on Listnr. > > 2. Prefix the chrome version string with "Lacros ", so that lacros > reports can be filtered by "Version" (for example "Lacros") on Listnr. > > 3. Attach lacros user log in the system log. > > Bug:1109387 > TEST: > 1. Open Lacros browser, send a feedback report by clicking > "Report an issue" under Help menu. > 2. Verify the report can be found at > http://listnr site. The chrome version string should have > a "Lacros " at the beginning, for example, "Lacros 86.0.4238.0". > 3. Verify the report contains both system_logs.zip and histograms.zip. > The system log should contain lacros log data from > /home/chronos/user/lacros/lacros.log under "lacros_user_log" section. > > > Change-Id: I98b381724866d163dc760147448a80e2249c0a1b > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2362977 > Commit-Queue: Jenny Zhang <jennyz@chromium.org> > Reviewed-by: Miriam Zimmerman <mutexlox@chromium.org> > Reviewed-by: Ahmed Fakhry <afakhry@chromium.org> > Reviewed-by: James Cook <jamescook@chromium.org> > Cr-Commit-Position: refs/heads/master@{#800772} TBR=jamescook@chromium.org,jennyz@chromium.org,afakhry@chromium.org,mutexlox@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 1109387 Change-Id: Ibc3fa78f5ddd42860d858e4f84d38ba87090a263 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2371422Reviewed-by:
Alice Boxhall <aboxhall@chromium.org> Commit-Queue: Alice Boxhall <aboxhall@chromium.org> Cr-Commit-Position: refs/heads/master@{#800905}
-
Minggang Wang authored
This CL converts base::Bind to Once/Repeating in //chrome/browser/offline_pages/. After this CL, there should be no base::Callback, base::Closure and base::Bind in this directory. Bug: 1007635 Change-Id: I3e8eedc2b921e7dac46f155ae72be1b312887eae Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2345285Reviewed-by:
Avi Drissman <avi@chromium.org> Commit-Queue: Minggang Wang <minggang.wang@intel.com> Cr-Commit-Position: refs/heads/master@{#800904}
-
Bartek Nowierski authored
The migration is done by renaming LinkedHashSet->LegacyLinkedHashSet and NewLinkedHashSet->LinkedHashSet. In case of OrderedTrackIndexSet (in grid.h) adding custom hash traits is required too. The CL results in a binary size increase due to inlined code related to VectorBackedLinkedList, which does not exist in LegacyLinkedHashSet. Co-author: keinakashima@chromium.org Significant contributor: yukiy@chromium.org Bug: 1100257 Change-Id: Ieefb3fa8cd27110872aba932370b84dcfe41c8a4 Binary-Size: Size increase is unavoidable (see above). Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2134039Reviewed-by:
Omer Katz <omerkatz@chromium.org> Reviewed-by:
Yuki Yamada <yukiy@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Yuki Shiino <yukishiino@chromium.org> Commit-Queue: Bartek Nowierski <bartekn@chromium.org> Cr-Commit-Position: refs/heads/master@{#800903}
-
chromium-autoroll authored
Roll Chrome Mac PGO profile from chrome-mac-master-1598181082-a323a3869f8b20fd164f9443decd21a7c8228a7c.profdata to chrome-mac-master-1598226952-0b51be5d3acf41b4d5c1d696ddf01b10602a88d4.profdata If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/pgo-mac-chromium Please CC jeffyoon@google.com,liaoyuke@google.com,sebmarchand+pgo_roller@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: chrome/try:mac-chrome Tbr: jeffyoon@google.com,liaoyuke@google.com,sebmarchand+pgo_roller@google.com Change-Id: Iad44c2b01d69c2a006edd104218ad844695e7e0f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2371311Reviewed-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@{#800902}
-
Sean McAllister authored
Currently, ChromeOS defines the OS_LINUX directive as well as OS_CHROMEOS. We're working to separate these two, so we're making the fact that OS_LINUX == OS_LINUX || OS_CHROMEOS explicit. This is changes for /chrome/browser/web_applications/components/web_app_file_handler_registration.h This CL was uploaded by git cl split. R=davidbienvenu@chromium.org Bug: 1110266 Change-Id: I3f6ea288380e5031072ac0d38288a6f44cffc389 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2370285 Auto-Submit: Sean McAllister <smcallis@google.com> Reviewed-by:
David Bienvenu <davidbienvenu@chromium.org> Commit-Queue: David Bienvenu <davidbienvenu@chromium.org> Cr-Commit-Position: refs/heads/master@{#800901}
-
John Z Wu authored
This avoids a DCHECK on an empty frame during navigation that happens as part of state restoration, which usually occurs before the view hierarchy has had a chance to layout its subview for the first time. Change-Id: I0a5684b8ce6219ea073bc93f33f79e651ea7578a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2369615 Auto-Submit: John Wu <jzw@chromium.org> Reviewed-by:
Hiroshi Ichikawa <ichikawa@chromium.org> Commit-Queue: Hiroshi Ichikawa <ichikawa@chromium.org> Cr-Commit-Position: refs/heads/master@{#800900}
-
Yoichi Osato authored
Bug: 1007703 Change-Id: I921c65e5cac4d044499ae83366806e88d2006902 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2336432Reviewed-by:
Mark Seaborn <mseaborn@chromium.org> Commit-Queue: Yoichi Osato <yoichio@chromium.org> Cr-Commit-Position: refs/heads/master@{#800899}
-
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/+doc/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: I7345cde23554b52f132e2b7cc869d84cab91c2ca Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2371310Reviewed-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@{#800898}
-
Jamie Madill authored
This test does not show up in the flakiness dashboard. Test: deqp/functional/gles3/fbomultisample* Bug: 631317 Change-Id: I1f439515b444cfe5314b36d807cc4d9b71d873e7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2371038Reviewed-by:
Yuly Novikov <ynovikov@chromium.org> Commit-Queue: Jamie Madill <jmadill@chromium.org> Cr-Commit-Position: refs/heads/master@{#800897}
-
Alice Boxhall authored
This reverts commit 0dce55ff. Reason for revert: This has caused a crash in many CrOS tests: https://ci.chromium.org/p/chromium/builders/ci/linux-chromeos-dbg/20119 Original change's description: > Chrome OS: Use layer animation browser window frame activation animation. > > This is a revised version of original attempt crrev.comc/c/2166804. > Instead of creating a new layers, this clone and animate the window's layer, > but makes sure that the animating layer is at the bottom of other layers > within the window. > > * It adds a invisible view with a layer > at the bottom of the non_client_view (no frame w/o this, so we can exclude such case). > * Adds the animating layer as a child of this view, with > "SetMasksToBounds(false)" so that it will not be clipped during animation. > * Once animation is done, this animating, old layer will be removed. > > Bug: 1073685 > Test: covered by unittests. > Change-Id: Ib9ae60694fb461dda354fea4fd52e4e01186a6a7 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2335811 > Reviewed-by: Scott Violet <sky@chromium.org> > Commit-Queue: Mitsuru Oshima <oshima@chromium.org> > Cr-Commit-Position: refs/heads/master@{#800827} TBR=sky@chromium.org,oshima@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 1073685 Change-Id: I093849df58f25a46a021f923daab1ab1faa1efee Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2371383Reviewed-by:
Alice Boxhall <aboxhall@chromium.org> Commit-Queue: Alice Boxhall <aboxhall@chromium.org> Cr-Commit-Position: refs/heads/master@{#800896}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/4f247baf66e1..24c2f0e74e00 2020-08-23 dpranke@google.com Set use_xvfb where needed in test wrappers. 2020-08-23 lehoangq@gmail.com Metal: Implement GL_OES_texture_3D 2020-08-23 lehoangq@gmail.com D3D11: Disable OES_texture_3D. If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/angle-chromium-autoroll Please CC cnorthrop@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_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win-asan;luci.chromium.try:win_optional_gpu_tests_rel;luci.chromium.try:linux-swangle-try-x64;luci.chromium.try:win-swangle-try-x86 Bug: chromium:816629 Tbr: cnorthrop@google.com Change-Id: I38ba0fd0ce389535bc873b3de463bd274ade74cb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2371116Reviewed-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@{#800895}
-
Alice Boxhall authored
Add crash expectation for third_party/blink/web_tests/external/wpt/webcodecs/video-decoder.html on Linux TBR=chcunningham@chromium.org Bug: 1121015, 1120431 Change-Id: I92a35847d27b6893bd99e9a27fe25dc1233c0406 No-Try: true Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2370883 Commit-Queue: Alice Boxhall <aboxhall@chromium.org> Reviewed-by:
Alice Boxhall <aboxhall@chromium.org> Cr-Commit-Position: refs/heads/master@{#800894}
-
Mark Yacoub authored
Combine all displays requested to be enabled into 1 vector to the Screen Manager. When atomic modeset is enabled, this will allow the screen manager to maintain their combined state and modeset them together. BUG=1082882 TEST=no changes enabling, ozone_unittests. Change-Id: Ib8bf31b13f6877c6523aada5c56e5a37f2b64fe7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2316155 Commit-Queue: Mark Yacoub <markyacoub@google.com> Reviewed-by:
Daniel Nicoara <dnicoara@chromium.org> Cr-Commit-Position: refs/heads/master@{#800893}
-
Sean McAllister authored
Currently, ChromeOS defines the OS_LINUX directive as well as OS_CHROMEOS. We're working to separate these two, so we're making the fact that OS_LINUX == OS_LINUX || OS_CHROMEOS explicit. This is changes for /services/network This CL was uploaded by git cl split. R=mmenke@chromium.org Bug: 1110266 Change-Id: Iebca96a0a2484756d3e469ba097e187eeca0d04e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2371301 Auto-Submit: Sean McAllister <smcallis@google.com> Reviewed-by:
Matt Menke <mmenke@chromium.org> Commit-Queue: Matt Menke <mmenke@chromium.org> Cr-Commit-Position: refs/heads/master@{#800892}
-
Darren Shen authored
Move: ui/base/ime/{ => chromeos}/ime_assistive_window_handler_interface.h ui/base/ime/{ => chromeos}/ime_bridge_observer.h ui/base/ime/{ => chromeos}/ime_candidate_window_handler_interface.h Bug: 1083803 Change-Id: I9a1c5c0df6080fd9880b48436388608661b5cd58 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2355529Reviewed-by:
My Nguyen <myy@chromium.org> Reviewed-by:
Keith Lee <keithlee@chromium.org> Reviewed-by:
James Cook <jamescook@chromium.org> Commit-Queue: Darren Shen <shend@chromium.org> Cr-Commit-Position: refs/heads/master@{#800891}
-
Sean McAllister authored
Currently, ChromeOS defines the OS_LINUX directive as well as OS_CHROMEOS. We're working to separate these two, so we're making the fact that OS_LINUX == OS_LINUX || OS_CHROMEOS explicit. This is changes for /chrome/test/chromedriver This CL was uploaded by git cl split. R=johnchen@chromium.org Bug: 1110266 Change-Id: I0c88c4b894c196ddf5b5da65734ecdc8723f05e7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2370286 Auto-Submit: Sean McAllister <smcallis@google.com> Reviewed-by:
John Chen <johnchen@chromium.org> Commit-Queue: John Chen <johnchen@chromium.org> Cr-Commit-Position: refs/heads/master@{#800890}
-
- 23 Aug, 2020 24 commits
-
-
Sean McAllister authored
Currently, ChromeOS defines the OS_LINUX directive as well as OS_CHROMEOS. We're working to separate these two, so we're making the fact that OS_LINUX == OS_LINUX || OS_CHROMEOS explicit. This is changes for /build This CL was uploaded by git cl split. R=tikuta@chromium.org Bug: 1110266 Change-Id: Id461b5872c27e7a3f7b4df922e44cc2e073f9dd1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2371212 Auto-Submit: Sean McAllister <smcallis@google.com> Reviewed-by:
Takuto Ikuta <tikuta@chromium.org> Commit-Queue: Takuto Ikuta <tikuta@chromium.org> Cr-Commit-Position: refs/heads/master@{#800889}
-
Sean McAllister authored
Currently, ChromeOS defines the OS_LINUX directive as well as OS_CHROMEOS. We're working to separate these two, so we're making the fact that OS_LINUX == OS_LINUX || OS_CHROMEOS explicit. This is changes for /chrome/browser/ui/views/drag_and_drop_interactive_uitest.cc This CL was uploaded by git cl split. R=falken@chromium.org Bug: 1110266 Change-Id: Ieddb5edf2fe68a91f1eab897dc3706b3181dbe79 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2371260 Auto-Submit: Sean McAllister <smcallis@google.com> Reviewed-by:
Matt Falkenhagen <falken@chromium.org> Commit-Queue: Matt Falkenhagen <falken@chromium.org> Cr-Commit-Position: refs/heads/master@{#800888}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/6501910c3712..8b3dbd0f5659 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 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: None Tbr: Change-Id: I79c5f5fad658284c37aa5e693b8e993e2c5de970 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2371115Reviewed-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@{#800887}
-
Thomas Lukaszewicz authored
Bug: 1099917 Change-Id: Ia00536fed21ce35b2768b3c266a8789a625f28fb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2364463 Commit-Queue: Thomas Lukaszewicz <tluk@chromium.org> Reviewed-by:
Steven Holte <holte@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Cr-Commit-Position: refs/heads/master@{#800886}
-
Andy Paicu authored
Bug: 1016730 Change-Id: Ieaa83466e9be27b570c4dfc5cfce26ab0fede220 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2367946 Auto-Submit: Andy Paicu <andypaicu@chromium.org> Commit-Queue: Raymes Khoury <raymes@chromium.org> Reviewed-by:
Raymes Khoury <raymes@chromium.org> Cr-Commit-Position: refs/heads/master@{#800885}
-
Sean McAllister authored
Currently, ChromeOS defines the OS_LINUX directive as well as OS_CHROMEOS. We're working to separate these two, so we're making the fact that OS_LINUX == OS_LINUX || OS_CHROMEOS explicit. This is changes for /gpu/command_buffer This CL was uploaded by git cl split. R=zmo@chromium.org Bug: 1110266 Change-Id: I360f6a48e084e8e670f80ac6407fac1457eb184b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2371296 Auto-Submit: Sean McAllister <smcallis@google.com> Reviewed-by:
Zhenyao Mo <zmo@chromium.org> Commit-Queue: Zhenyao Mo <zmo@chromium.org> Cr-Commit-Position: refs/heads/master@{#800884}
-
Josh Nohle authored
Fixes a segfault encountered during manual testing. Change-Id: I5a8719b8b55dc6475cce522f669c72dda5fd5c92 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2370925 Auto-Submit: Josh Nohle <nohle@chromium.org> Commit-Queue: James Vecore <vecore@google.com> Reviewed-by:
James Vecore <vecore@google.com> Cr-Commit-Position: refs/heads/master@{#800883}
-
chrome://nearby-internalsJosh Nohle authored
Change-Id: I52d66e23e3f55a6aa960de54e52aae98ba5a5f0c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2370926 Auto-Submit: Josh Nohle <nohle@chromium.org> Commit-Queue: James Vecore <vecore@google.com> Reviewed-by:
James Vecore <vecore@google.com> Cr-Commit-Position: refs/heads/master@{#800882}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/8eb9ffea113d..6501910c3712 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 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: None Tbr: Change-Id: Iee4360f2b9c3bc2ddfb21c781ebd3ef2e9d0a97b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2371112Reviewed-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@{#800881}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/1d331c9131bd..4f247baf66e1 2020-08-23 lehoangq@gmail.com Metal: Implement EXT_draw_buffers & ANGLE_framebuffer_blit If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/angle-chromium-autoroll Please CC cnorthrop@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_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win-asan;luci.chromium.try:win_optional_gpu_tests_rel;luci.chromium.try:linux-swangle-try-x64;luci.chromium.try:win-swangle-try-x86 Bug: None Tbr: cnorthrop@google.com Change-Id: I134fc53351a2cb458664267c9064a3ce2ead4cfb Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2371205Reviewed-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@{#800880}
-
Sean McAllister authored
Currently, ChromeOS defines the OS_LINUX directive as well as OS_CHROMEOS. We're working to separate these two, so we're making the fact that OS_LINUX == OS_LINUX || OS_CHROMEOS explicit. This is changes for /chrome/browser/browsing_data This CL was uploaded by git cl split. R=msramek@chromium.org Bug: 1110266 Change-Id: Icfd15fa49634bc33820bed97f2af27285921d40c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2371219 Auto-Submit: Sean McAllister <smcallis@google.com> Reviewed-by:
Martin Šrámek <msramek@chromium.org> Commit-Queue: Martin Šrámek <msramek@chromium.org> Cr-Commit-Position: refs/heads/master@{#800879}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/b07cff7931e0..8eb9ffea113d 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 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: None Tbr: Change-Id: Ic0699dcd605df9278c4f4b5b6147ef5167e92510 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2371105Reviewed-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@{#800878}
-
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/+doc/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: I9139fecbe41c1e593adf21220e50a6c432c853b1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2370519Reviewed-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@{#800877}
-
Eric Roman authored
NOTRY=true Change-Id: Id8f7a70e5a840a2d9e0483be1a005d7dcc399efa Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2368447 Commit-Queue: Eric Roman <eroman@chromium.org> Reviewed-by:
Zhongyi Shi <zhongyi@chromium.org> Cr-Commit-Position: refs/heads/master@{#800876}
-
Eric Roman authored
NOTRY=true Change-Id: I3789d20593fa18d0f13fcec03d27ea69e7a3db18 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2369370 Commit-Queue: Eric Roman <eroman@chromium.org> Reviewed-by:
Zhongyi Shi <zhongyi@chromium.org> Cr-Commit-Position: refs/heads/master@{#800875}
-
chromium-internal-autoroll authored
Release_Notes:http://go/media_app-x20/relnotes/Nightly/media_app_202008230800_RC00.html https://chrome-infra-packages.appspot.com/p/chromeos_internal/apps/media_app/app/+/GuahK7k2g0bHbcoB1QIzXQoBAmxZlRSGijY3--_SWhwC If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://skia-autoroll.corp.goog/r/media-app-chromium-autoroll Please CC media-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: None Tbr: media-app@grotations.appspotmail.com Change-Id: I6df4936b18f33644857bada84aa85f3fd63dd6c6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2371106Reviewed-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@{#800874}
-
Kang Minchul authored
Replace gfx::ImageSkia with ui::ImageModel in IntentPickerBubbleView. There's no intended behavior change. Bug: 1100034 Change-Id: If2efb3bb22f4fbca3a3025d3f0b24a58cadc25d5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2371062 Commit-Queue: Peter Kasting <pkasting@chromium.org> Reviewed-by:
Peter Kasting <pkasting@chromium.org> Cr-Commit-Position: refs/heads/master@{#800873}
-
chromium-autoroll authored
Roll Chrome Mac PGO profile from chrome-mac-master-1598158246-45351bf8bbc40fd3597de833cb565b1bb7a0c89c.profdata to chrome-mac-master-1598181082-a323a3869f8b20fd164f9443decd21a7c8228a7c.profdata If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/pgo-mac-chromium Please CC liaoyuke@google.com,sebmarchand+pgo_roller@google.com,jeffyoon@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: chrome/try:mac-chrome Tbr: liaoyuke@google.com,sebmarchand+pgo_roller@google.com,jeffyoon@google.com Change-Id: I2819d3c9ead3ed80cbe6554c1866a0e42584dff7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2371102Reviewed-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@{#800872}
-
chromium-autoroll authored
https://chromium.googlesource.com/devtools/devtools-frontend.git/+log/ff5b111d8b54..179ac2819139 2020-08-23 devtools-ci-autoroll-builder@chops-service-accounts.iam.gserviceaccount.com Update DevTools DEPS. 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: None Tbr: devtools-waterfall-sheriff-onduty@grotations.appspotmail.com Change-Id: I360bed6888efda7b548ab96b9f5c9cc93be784a0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2370781Reviewed-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@{#800871}
-
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/+doc/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: I708df68fda6b5a9f1c59be791802078cbf1420e3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2370777Reviewed-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@{#800870}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/8dfab726745c..b07cff7931e0 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 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: None Tbr: Change-Id: I21b08698da60f6b62c9de34aed372f72802c4625 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2370776Reviewed-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@{#800869}
-
chromium-autoroll authored
https://chromium.googlesource.com/external/github.com/KhronosGroup/glslang/+log/9f9360d2951b..983698bb34ec 2020-08-23 john@johnkgo.com Revert "Merge pull request #2371 from RafaelMarinheiro/master" If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/glslang-chromium-autoroll Please CC radial-bots+chrome-roll@google.com,cnorthrop@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_angle_vk32_deqp_rel_ng;luci.chromium.try:android_angle_vk32_rel_ng;luci.chromium.try:android_angle_vk64_deqp_rel_ng;luci.chromium.try:android_angle_vk64_rel_ng;luci.chromium.try:linux_angle_deqp_rel_ng;luci.chromium.try:linux-angle-rel;luci.chromium.try:win-angle-rel-32;luci.chromium.try:win-angle-rel-64;luci.chromium.try:win-angle-deqp-rel-32;luci.chromium.try:win-angle-deqp-rel-64 Tbr: radial-bots+chrome-roll@google.com,cnorthrop@google.com Change-Id: I2318e56dbe043d59809c613a3c1e633511703324 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2370775Reviewed-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@{#800868}
-
chromium-autoroll authored
https://chromium.googlesource.com/external/github.com/KhronosGroup/glslang/+log/f257e0ea6b9a..9f9360d2951b 2020-08-23 johnkslang@users.noreply.github.com Merge pull request #2375 from juliusikkala/master If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/glslang-chromium-autoroll Please CC radial-bots+chrome-roll@google.com,cnorthrop@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_angle_vk32_deqp_rel_ng;luci.chromium.try:android_angle_vk32_rel_ng;luci.chromium.try:android_angle_vk64_deqp_rel_ng;luci.chromium.try:android_angle_vk64_rel_ng;luci.chromium.try:linux_angle_deqp_rel_ng;luci.chromium.try:linux-angle-rel;luci.chromium.try:win-angle-rel-32;luci.chromium.try:win-angle-rel-64;luci.chromium.try:win-angle-deqp-rel-32;luci.chromium.try:win-angle-deqp-rel-64 Tbr: radial-bots+chrome-roll@google.com,cnorthrop@google.com Change-Id: I547423a439a4b4cb929e04639e3e545e2a47c556 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2370771Reviewed-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@{#800867}
-
CQ_INCLUDE_TRYBOTS=luci.chrome.try:chromeos-betty-pi-arc-chrome CQ_INCLUDE_TRYBOTS=luci.chrome.try:chromeos-eve-chrome CQ_INCLUDE_TRYBOTS=luci.chrome.try:chromeos-kevin-chrome TBR=chrome-os-gardeners@google.com Change-Id: Iaec6e657fbbb04694bf4454555c50330ecb8f3f8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2370715Reviewed-by:
ChromeOS bot <3su6n15k.default@developer.gserviceaccount.com> Commit-Queue: ChromeOS bot <3su6n15k.default@developer.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#800866}
-