- 08 Aug, 2019 40 commits
-
-
Reid Kleckner authored
https://chromium.googlesource.com/chromium/deps/nasm.git/+log/f564874f4..21eb59531 $ git log f564874f4..21eb59531 --date=short --no-merges --format='%ad %ae %s' 2019-08-06 rnk@chromium.org Revert "Skip compiling ilog2.c on Windows where 'inline' uses C++ semantics" 2019-08-06 rnk@google.com Fix extern_inline for MSVC and clang-cl 2019-08-01 rnk@google.com Skip compiling ilog2.c on Windows where 'inline' uses C++ semantics Created with: roll-dep src/third_party/nasm R=dalecurtis@chromium.org, davidben@chromium.org Bug: 989745 Change-Id: I26c19bce9bb4148154168732f2862cb0c7817686 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1744200Reviewed-by:
David Benjamin <davidben@chromium.org> Commit-Queue: Reid Kleckner <rnk@chromium.org> Cr-Commit-Position: refs/heads/master@{#685373}
-
Christian Biesinger authored
This is required to make this script work with Python 3, but even in Python 2 open is preferred over file(): https://docs.python.org/2/library/functions.html#file Bug: 941669 Change-Id: I4738fc9bad81464c9ca5c9c15a3c51e9ee3f945d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1745488 Commit-Queue: Christian Biesinger <cbiesinger@chromium.org> Commit-Queue: Nico Weber <thakis@chromium.org> Auto-Submit: Christian Biesinger <cbiesinger@chromium.org> Reviewed-by:
Nico Weber <thakis@chromium.org> Cr-Commit-Position: refs/heads/master@{#685372}
-
Sophie Chang authored
This only loads the filter in memory if the type is registered Bug: 969558 Change-Id: I512b9d14cd41bb20bb5c767ff57b061c0725ca33 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1740890 Commit-Queue: Sophie Chang <sophiechang@chromium.org> Reviewed-by:
Doug Arnett <dougarnett@chromium.org> Cr-Commit-Position: refs/heads/master@{#685371}
-
Yun Liu authored
Bug: 988116 Change-Id: I046e4e17b4aa1e5b6741123e4585c4c82470815d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1742658Reviewed-by:
Sam Maier <smaier@chromium.org> Reviewed-by:
Yun Liu <yliuyliu@google.com> Commit-Queue: Yun Liu <yliuyliu@google.com> Cr-Commit-Position: refs/heads/master@{#685370}
-
Junbo Ke authored
Bug: None Test: CQ Change-Id: I4e1bafee0dc1ed98e57c307b82772c20bd7c742f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1744525 Commit-Queue: Junbo Ke <juke@chromium.org> Auto-Submit: Junbo Ke <juke@chromium.org> Reviewed-by:
kylechar <kylechar@chromium.org> Cr-Commit-Position: refs/heads/master@{#685369}
-
Gayane Petrosyan authored
It will still hit some DCHECKS when trying to decode jpg. Bug: 991182 Change-Id: Ia899c85378992dd3b14bbf722499069b011d00e7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1742783Reviewed-by:
Peter Kotwicz <pkotwicz@chromium.org> Commit-Queue: Gayane Petrosyan <gayane@chromium.org> Cr-Commit-Position: refs/heads/master@{#685368}
-
Matt Jones authored
The only surface for interacting with downloads in touchless chrome is through the notification system. This patch makes paused and in-progress download notifications persistent so they can be accessed even after notifications are cleared. Bug: 989293 Change-Id: I8041e0bcb54996cccb7bdc1d37c2fdc15615bcfd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1737486Reviewed-by:
David Trainor <dtrainor@chromium.org> Reviewed-by:
Shakti Sahu <shaktisahu@chromium.org> Commit-Queue: Matthew Jones <mdjones@chromium.org> Cr-Commit-Position: refs/heads/master@{#685367}
-
Adam Ettenberger authored
1. Implement AXInlineTextBox::IsLineBreakingObject to detect preserved newlines. 2. Adjust AXPosition<>::AbortMoveAtParagraphBoundary to be able to detect preserved newlines from ancestor anchors using the leaf text position. Bug: 847971 Change-Id: I96e9eacd55cfdb4aa99ceb6460c530ee6d17a1ec Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1677553 Commit-Queue: Adam Ettenberger <adettenb@microsoft.com> Reviewed-by:
Christian Biesinger <cbiesinger@chromium.org> Reviewed-by:
Kurt Catti-Schmidt <kschmi@microsoft.com> Reviewed-by:
Nektarios Paisios <nektar@chromium.org> Cr-Commit-Position: refs/heads/master@{#685366}
-
Maggie Chen authored
base::Time represents an absolute point in coordinated universal time (UTC). base::TimeTicks which tracks the amount of time a task runs. Watchdog V2 uses TimeTicks to check timeout. Adding clock time and analyzing the difference between these two might help debugging V2. Bug: 949839 Change-Id: I21e9250e67a02f4190d12d28d33c5c7a52a2168c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1742440 Commit-Queue: Maggie Chen <magchen@chromium.org> Reviewed-by:
Zhenyao Mo <zmo@chromium.org> Cr-Commit-Position: refs/heads/master@{#685365}
-
John Delaney authored
This change exposes a new method on the NavigationController that commits an error page in a frame. This is necessary in order to trigger error pages from the browser process, and to ensure that they are committed correctly and in the correct process. This error page navigation API is used in https://chromium-review.googlesource.com/c/chromium/src/+/1744639 Change-Id: Idc3ff81219e1313c12c45a969c2099a68869f957 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1731554 Commit-Queue: John Delaney <johnidel@chromium.org> Reviewed-by:
Nasko Oskov <nasko@chromium.org> Cr-Commit-Position: refs/heads/master@{#685364}
-
Yury Semikhatsky authored
Bug: v8:9509 Change-Id: I7a7da029e95edf845456673e7a776bf7ac5e1aed Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1743875 Commit-Queue: Yury Semikhatsky <yurys@chromium.org> Auto-Submit: Yury Semikhatsky <yurys@chromium.org> Reviewed-by:
Dmitry Gozman <dgozman@chromium.org> Cr-Commit-Position: refs/heads/master@{#685363}
-
chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/940c2b500589..287bff32f45e git log 940c2b500589..287bff32f45e --date=short --no-merges --format='%ad %ae %s' 2019-08-08 chromium-webrtc-autoroll@webrtc-ci.iam.gserviceaccount.com Roll chromium_revision 498f5876..9230e75a (685149:685264) 2019-08-08 srte@webrtc.org Adds struct parameters parser/encoder. Created with: gclient setdep -r src/third_party/webrtc@287bff32f45e The AutoRoll server is located here: https://autoroll.skia.org/r/webrtc-chromium-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. TBR=webrtc-chromium-sheriffs-robots@google.com Bug: chromium:None Change-Id: I6ef941c367bde0db77902c18e1f5c0f2a9b4785b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1744774Reviewed-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@{#685362}
-
David Grogan authored
Added comment and DCHECK showing why it didn't make sense. No behavior change. Some code churn due to accommodating the DCHECK. Bug: 845235 Change-Id: If159ec3d44821cf447563f60e8a25959c86c46a0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1744520 Commit-Queue: David Grogan <dgrogan@chromium.org> Reviewed-by:
Christian Biesinger <cbiesinger@chromium.org> Cr-Commit-Position: refs/heads/master@{#685361}
-
Dominick Ng authored
These features have had their launch dates pushed back. Update the flags accordingly. Change-Id: I9507c636a615661645bc0e8a77aab5c4ca187ba4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1743234Reviewed-by:
Jeevan Shikaram <jshikaram@chromium.org> Commit-Queue: Dominick Ng <dominickn@chromium.org> Cr-Commit-Position: refs/heads/master@{#685360}
-
Sam Goto authored
Change-Id: Ia85fde8f82c6205f08a6458d9c1ead191bebb6e9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1744664Reviewed-by:
Reilly Grant <reillyg@chromium.org> Commit-Queue: Sam Goto <goto@chromium.org> Cr-Commit-Position: refs/heads/master@{#685359}
-
Mark Mentovai authored
dump_syms and the .dSYM archiver are intended for use on official Chrome-branded builds. While they work in other configurations, they draw from a static list of data sources that match what ships in an official build. Component builds break code out into many other modules, none of which are in the static list. Any output produced by the chrome_dump_syms or chrome_dsym_archive targets would be misleadingly unusable in a component build. To avoid producing these pointless artifacts, disable their function (while leaving the target names viable via empty "group" definitions, in case anyone depends on them.) Note that the chrome target never depends on either of these targets in a component build. These targets are only reachable explicitly or via a full build. Bug: 991206 Change-Id: I8b6e09f78896da1e02f8dabd2d60d0fd42df2ef4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1742213Reviewed-by:
Nico Weber <thakis@chromium.org> Reviewed-by:
Robert Sesek <rsesek@chromium.org> Reviewed-by:
Elly Fong-Jones <ellyjones@chromium.org> Commit-Queue: Mark Mentovai <mark@chromium.org> Cr-Commit-Position: refs/heads/master@{#685358}
-
Matt Simmons authored
The Tab is only used to get the activity and overview mode behavior. Let the consumers (NewTabPageView and FeedNewTabPage) handle instanceof and null checks and pass in the two new parameters. R=yusufo@chromium.org Bug: 985386 Change-Id: Id760dabc41a3c08cf37b0e72a8d6513003b5b88a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1741965Reviewed-by:
Yusuf Ozuysal <yusufo@chromium.org> Commit-Queue: Matt Simmons <mattsimmons@chromium.org> Cr-Commit-Position: refs/heads/master@{#685357}
-
Scott Little authored
This test is flaky on linux-chromeos-rel, so disabling it for now. TBR=hsuregan@chromium.org Bug: 992116 Change-Id: I77512076711cac37eaefea34320475977d05fd26 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1743102Reviewed-by:
Scott Little <sclittle@chromium.org> Commit-Queue: Scott Little <sclittle@chromium.org> Cr-Commit-Position: refs/heads/master@{#685356}
-
Rakib M. Hasan authored
Bug: chromium:973936 Change-Id: Ib0a9e1e878ad5903363a86359ce21f6562992e1f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1744662Reviewed-by:
Caleb Rouleau <crouleau@chromium.org> Commit-Queue: Rakib Hasan <rmhasan@google.com> Cr-Commit-Position: refs/heads/master@{#685355}
-
Sinan Sahin authored
Remove the scrim's background color because the theme already dims the background. Bug: 989330, 989336 Change-Id: I488e171a4d70317df4a5a0de59e281e3e350fb3b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1744648 Commit-Queue: Sinan Sahin <sinansahin@google.com> Reviewed-by:
Theresa <twellington@chromium.org> Cr-Commit-Position: refs/heads/master@{#685354}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/07b2fa3a..46afc4f9 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: I58f8e92b8432a8e1b6d254ab1ed7ec94099160ef Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1744374Reviewed-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@{#685353}
-
Raphael Kubo da Costa authored
These tests were just asserting that the given interfaces existed. The idl harness tests in web-platform-tests do the same and a lot more, so rely exclusively on those instead. Bug: 816462 Change-Id: If2dd8e6bda97d23bb71eff3070921481dc1281a7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1743631 Auto-Submit: Raphael Kubo da Costa <raphael.kubo.da.costa@intel.com> Reviewed-by:
Rijubrata Bhaumik <rijubrata.bhaumik@intel.com> Reviewed-by:
Reilly Grant <reillyg@chromium.org> Reviewed-by:
Robert Ma <robertma@chromium.org> Commit-Queue: Robert Ma <robertma@chromium.org> Cr-Commit-Position: refs/heads/master@{#685352}
-
Luke Zielinski authored
Bug: 937369 Change-Id: Icc5fa60040bad133567598cee73e549742e0dd83 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1744661 Auto-Submit: Luke Z <lpz@chromium.org> Commit-Queue: Robert Ma <robertma@chromium.org> Reviewed-by:
Robert Ma <robertma@chromium.org> Cr-Commit-Position: refs/heads/master@{#685351}
-
chromium-autoroll authored
https://chromium.googlesource.com/catapult.git/+log/8bd58eb928c3..5472a5a44c1c git log 8bd58eb928c3..5472a5a44c1c --date=short --no-merges --format='%ad %ae %s' 2019-08-08 rmhasan@google.com [Telemetry] Implement GetBrokenExpectations in typ_expectations.StoryExpectations Created with: gclient setdep -r src/third_party/catapult@5472a5a44c1c The AutoRoll server is located here: https://autoroll.skia.org/r/catapult-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. 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 TBR=oysteine@google.com Bug: chromium:973936 Change-Id: I4a2c1edce7622d8e607dc92f192173a86c453c12 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1744767Reviewed-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@{#685350}
-
Morten Stenshorne authored
I didn't check why one test started to pass (it's not a very interesting test for overflow). Bug: 829028 Change-Id: I2c2d5fe3ea8c6a87f00df47f81d4158936d8a1bd Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1742162Reviewed-by:
Ian Kilpatrick <ikilpatrick@chromium.org> Commit-Queue: Morten Stenshorne <mstensho@chromium.org> Cr-Commit-Position: refs/heads/master@{#685349}
-
Leo Zhang authored
Chrome crash report ../../sandbox/linux/seccomp-bpf-helpers/sigsys_handlers.cc: **CRASHING**:seccomp-bpf failure in syscall 0098 Bug: 991435 Change-Id: I249a80192cc874eee1769233f2c10fb4e1267dcf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1741329Reviewed-by:
Jorge Lucangeli Obes <jorgelo@chromium.org> Commit-Queue: Leo Zhang <googleo@chromium.org> Cr-Commit-Position: refs/heads/master@{#685348}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/a110bf60c043..1b4c7e9f3844 git log a110bf60c043..1b4c7e9f3844 --date=short --no-merges --format='%ad %ae %s' 2019-08-08 cbiesinger@chromium.org Make gclient_utils work with Python 3 Created with: gclient setdep -r src/third_party/depot_tools@1b4c7e9f3844 The AutoRoll server is located here: https://autoroll.skia.org/r/depot-tools-chromium-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. TBR=agable@chromium.org Bug: chromium:984182 Change-Id: I003198b4b72870a29b85cc385ff96af229f450d6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1744769Reviewed-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@{#685347}
-
Elly Fong-Jones authored
This change is a fixed version of <https://chromium-review.googlesource.com/c/1334147>. This change: 1) Has MenuController consider command to be an accelerator key, along with control and alt, for the purpose of not searching for mnemonics; 2) Has MenuController stop handling a key press, and cancel the menu, when the key press looks like it is a window-level accelerator instead. Testing: 1) Open the app menu 2) With the app menu still open, hit cmd-T 3) The app menu should dismiss 4) A new tab should appear Bug: 885138 Change-Id: Ib9c9e1517ae9ad3f9ec55eadb9bdfe61762df4c5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1742520 Commit-Queue: Scott Violet <sky@chromium.org> Reviewed-by:
Scott Violet <sky@chromium.org> Auto-Submit: Elly Fong-Jones <ellyjones@chromium.org> Cr-Commit-Position: refs/heads/master@{#685346}
-
Aaron Krajeski authored
It's possible that it has been disposed but its ID still exists. This can lead to UAP bugs. Bug: 978793 Change-Id: Idb4639cb78110878a28ab3c50807174343a66033 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1744642Reviewed-by:
Fernando Serboncini <fserb@chromium.org> Reviewed-by:
Aaron Krajeski <aaronhk@chromium.org> Commit-Queue: Fernando Serboncini <fserb@chromium.org> Commit-Queue: Aaron Krajeski <aaronhk@chromium.org> Cr-Commit-Position: refs/heads/master@{#685345}
-
Jared Saul authored
Was set to ENABLED_BY_DEFAULT, so should be a no-op. Change-Id: I78aa42ca8a7d00face3d2e702c4c7beae550a6db Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1742441Reviewed-by:
Siyu An <siyua@chromium.org> Commit-Queue: Jared Saul <jsaul@google.com> Cr-Commit-Position: refs/heads/master@{#685344}
-
chromium-autoroll authored
https://android.googlesource.com/platform/external/perfetto.git/+log/0b1c529c6e47..0756495a26fb git log 0b1c529c6e47..0756495a26fb --date=short --no-merges --format='%ad %ae %s' 2019-08-08 treehugger-gerrit@google.com Merge "perfetto-ui: Add truncate end option" 2019-08-08 treehugger-gerrit@google.com Merge "perfetto-ui: Update example trace" 2019-08-08 treehugger-gerrit@google.com Merge "trace_to_text: Truncate traces from start or end" 2019-08-08 eseckler@google.com Merge "Trace processor: Export Chrome metadata to JSON" 2019-08-08 skyostil@google.com Merge "client api: Always compile watchdog_posix.cc" Created with: gclient setdep -r src/third_party/perfetto@0756495a26fb The AutoRoll server is located here: https://autoroll.skia.org/r/perfetto-chromium-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. TBR=perfetto-bugs@google.com Bug: None Change-Id: I2cf01c56638bded45841dc21176d488b4b6ecfd9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1743022Reviewed-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@{#685343}
-
Max Moroz authored
The header (testing/libfuzzer/libfuzzer_exports.h) should be included in fuzz targets they define optional libFuzzer symbols, as otherwise those symbols may be stripped by the linker on Mac and fuzz target may work incorrectly, see https://crbug.com/687076 for more information. Bug: 991345 Change-Id: I459774f2bc8de708d67c0af455031146592c4799 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1738756 Commit-Queue: Max Moroz <mmoroz@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Abhishek Arya <inferno@chromium.org> Cr-Commit-Position: refs/heads/master@{#685342}
-
Sophie Chang authored
Without this, it chokes if multiple optimization types have filters Bug: 969558 Change-Id: Ib8e9fa546847a865f91b758e6f4980b1e4eedad3 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1743103Reviewed-by:
Tarun Bansal <tbansal@chromium.org> Commit-Queue: Sophie Chang <sophiechang@chromium.org> Cr-Commit-Position: refs/heads/master@{#685341}
-
Robbie Gibson authored
One major change is making all the leftImages template images. I looked through all the places I could find that set a left image and they all looked like they are currently blue, so making them a template image should work. Bug: 991185 Change-Id: Ie84b2a945bab07b4eebef889371a94d653eedecf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1742235 Commit-Queue: Robbie Gibson <rkgibson@google.com> Reviewed-by:
Sergio Collazos <sczs@chromium.org> Cr-Commit-Position: refs/heads/master@{#685340}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/f51ce3d98c68..8b062b2de99f Created with: gclient setdep -r src-internal@8b062b2de99f The AutoRoll server is located here: https://skia-autoroll.corp.goog/r/src-internal-chromium-autoroll Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md If the roll is causing failures, please contact the current sheriff, who should be CC'd on the roll, and stop the roller if necessary. CQ_INCLUDE_TRYBOTS=luci.chrome.try:linux-chromeos-chrome TBR=jbudorick@google.com Bug: chromium:None,chromium:None,chromium:None Change-Id: Ia431d41a01fbe1a86e4f85b983330dffda393bf8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1743023Reviewed-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@{#685339}
-
Yuly Novikov authored
conformance/reading/read-pixels-test.html on Win Vulkan passthrough TBR=kbr Bug: angleproject:3788 Change-Id: I606f82780bf93cf904bebdf6a864d28f941817b7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1744581Reviewed-by:
Yuly Novikov <ynovikov@chromium.org> Commit-Queue: Yuly Novikov <ynovikov@chromium.org> Cr-Commit-Position: refs/heads/master@{#685338}
-
Gabriel Charette authored
MOCK_TIME now works across all managed Threads (main thread and ThreadPool) and also drives TimeTicks::Now(). There once was a desire to perhaps make that the default mode for tests using ScopedTaskEnvironment but I've been hesitant to go there because it might be surprising at times. In light of recent discussions where other defaults (multi-threadedness) have been surprising, I think keeping minimally modifying defaults is better for TimeSource. This completes crbug.com/905412 R=dcheng@chromium.org Bug: 905412 Change-Id: I8ad7669c1abee0c95acc9f06bc4bea5454bd8c1b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1742616Reviewed-by:
Albert J. Wong <ajwong@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Commit-Queue: Gabriel Charette <gab@chromium.org> Cr-Commit-Position: refs/heads/master@{#685337}
-
Juan Antonio Navarro Perez authored
Add descriptions for all tools implemented in src/tools/perf/cli_tools. Bug: 991270 Change-Id: I2781439821f18090cdd95bb82b6291d93e5cf9a8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1743633 Auto-Submit: Juan Antonio Navarro Pérez <perezju@chromium.org> Reviewed-by:
Caleb Rouleau <crouleau@chromium.org> Commit-Queue: Caleb Rouleau <crouleau@chromium.org> Cr-Commit-Position: refs/heads/master@{#685336}
-
Ahmed Mehfooz authored
Adding workaround for keeping the notification timestamp visible. Invalidating the layout of the parent view of the timestamp any time it's visibility is changed. Bug: 991150 Change-Id: If8c750bfc8f34310a8e93ff2ea30e180e19a9e68 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1739976Reviewed-by:
Tim Song <tengs@chromium.org> Reviewed-by:
Richard Knoll <knollr@chromium.org> Commit-Queue: Ahmed Mehfooz <amehfooz@chromium.org> Cr-Commit-Position: refs/heads/master@{#685335}
-
Fernando Serboncini authored
This adds a flag to disable: - window.OffscreenCanvas - Context2DCreation.desynchronize. - HTMLCanvasElement.transferControlToOffscreen This is a reland to add WebView layout test expectations. TBR=alexmos,chrishtr,wfh,boliu Bug: 940953 Change-Id: I1973c94ced693f0e91785c5197c0d9173e467af8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1743098Reviewed-by:
Fernando Serboncini <fserb@chromium.org> Reviewed-by:
Bo <boliu@chromium.org> Commit-Queue: Fernando Serboncini <fserb@chromium.org> Cr-Commit-Position: refs/heads/master@{#685334}
-