- 01 Apr, 2020 40 commits
-
-
Daniel Hosseinian authored
Currently, PdfMetafileCgTest.RenderPageBasic does all the rendering and bitmap comparisons directly within the test. PdfMetafileCgTest will add more tests to its suite that will do the same things. Add helpers to simplify the addition of tests. Change-Id: I1973d04d8a93cf1f1e1f19ff55eb6af66316cb7a Bug: 919596 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2125227 Commit-Queue: Daniel Hosseinian <dhoss@chromium.org> Reviewed-by:
Lei Zhang <thestig@chromium.org> Cr-Commit-Position: refs/heads/master@{#755242}
-
danielng authored
Adding a flag to put the Plugin VM camera setting behind whilst it is still a WIP. Bug: 1016193 Change-Id: I229143278b0e3f632072eadc9f6910b5cad7109e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2131107Reviewed-by:
Julian Watson <juwa@google.com> Commit-Queue: Daniel Ng <danielng@google.com> Cr-Commit-Position: refs/heads/master@{#755241}
-
Alexandre Courbot authored
This DCHECK is faulty is several accounts: * It makes the program fault depending on the value of an argument, * The values it checks are actually valid to the ioctl, Finally, it has not been tested in debug mode since direct callers of the method in the same file use the values that trigger it as parameter. BUG=1033799 TEST=vdatest passes on Hana. Change-Id: Ic23f4baf94c89dceb9aeb4881a4b4942e1bebf9b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2130460 Commit-Queue: Alexandre Courbot <acourbot@chromium.org> Commit-Queue: Hirokazu Honda <hiroh@chromium.org> Auto-Submit: Alexandre Courbot <acourbot@chromium.org> Reviewed-by:
Hirokazu Honda <hiroh@chromium.org> Cr-Commit-Position: refs/heads/master@{#755240}
-
Hiroshige Hayashizaki authored
This reverts commit 4898ea48. Reason for revert: suspected to cause compile failure on fuchsia-x64-debug: https://bugs.chromium.org/p/chromium/issues/detail?id=1066715 Original change's description: > [Fuchsia] Add support for selectively enabling input types. > > * Implements the FIDL ConfigureInputTypes() API, for embedder control > over whether input events should be routed to web content or ignored. > * Transitions CastRunner to use ConfigureInputTypes(). > * Removes the deprecated SetInputEnabled() method. > > Bug: 1031776 > Change-Id: I54e0b5c3b5a92935e6860e037edc6bc5a92eaa42 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1956154 > Commit-Queue: Kevin Marshall <kmarshall@chromium.org> > Reviewed-by: David Dorwin <ddorwin@chromium.org> > Cr-Commit-Position: refs/heads/master@{#755219} TBR=ddorwin@chromium.org,kmarshall@chromium.org,yangsharon@chromium.org Change-Id: I67abd1e3da205167fc5b319ad2c91acb53a16441 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 1031776, 1066715 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2131433Reviewed-by:
Hiroshige Hayashizaki <hiroshige@chromium.org> Commit-Queue: Hiroshige Hayashizaki <hiroshige@chromium.org> Cr-Commit-Position: refs/heads/master@{#755239}
-
Manu Cornet authored
The current code makes the assumption that only one child changes visibility at a time. While this is generally true, there is no actual guarantee for it. This change keeps track of what children are visible individually. Change-Id: Ibc51535c6e0e7e6ab7e167999800138ebc67471b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2131038 Commit-Queue: Manu Cornet <manucornet@chromium.org> Reviewed-by:
Yoshiki Iguchi <yoshiki@chromium.org> Cr-Commit-Position: refs/heads/master@{#755238}
-
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: Ia6e202f93f4dd2544052d2451cfafc9f0680c45e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2131487Reviewed-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@{#755237}
-
Yicheng Li authored
If a MakeCredential or GetAssertion request has set user verification requirement to "discouraged", then send the request as presence-only. ChromeOSAuthenticator will then do presence-only authentication for this request. Change-Id: I40f382368e8399c328e830984e433fd56f7cd6fc Bug: b:144861739 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2124935Reviewed-by:
Martin Kreichgauer <martinkr@google.com> Commit-Queue: Martin Kreichgauer <martinkr@google.com> Cr-Commit-Position: refs/heads/master@{#755236}
-
tby authored
During test review we've found a significant issue with the current re-ranking algorithm for suggested files, which makes it easy for the ranking to get into a permanently bad state and not show file results. For now, I'm changing the feature back to a simpler version of the ranking algorithm, entirely based on group scores. I've had to delete quite a few unit tests for this change, which I'll re-implement in a follow-up CL. I've tested the behaviour manually and want to submit the core algorithm on its own to unblock the test reviewer. Bug: 1034842 Change-Id: I0f59241af6e5977f899f2be867d7ae0e4b9606ee Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2128032 Commit-Queue: Tony Yeoman <tby@chromium.org> Reviewed-by:
Thanh Nguyen <thanhdng@chromium.org> Cr-Commit-Position: refs/heads/master@{#755235}
-
Lijin Shen authored
Replace "more" button on color picker dialog with ButtonCompat. The bg color of the original one does not turn dark on night mode. Bug: 1045190 Change-Id: Ifdf2bf60314cbf93b5136ca3007a0cf0204f235c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2119370Reviewed-by:
Ted Choc <tedchoc@chromium.org> Reviewed-by:
Theresa <twellington@chromium.org> Commit-Queue: Lijin Shen <lazzzis@google.com> Cr-Commit-Position: refs/heads/master@{#755234}
-
chrome-release-bot authored
# This is an automated release commit. # Do not revert without consulting chrome-pmo@google.com. NOAUTOREVERT=true TBR=mmoss@chromium.org Change-Id: I519779c27e7362fa121c4ea32aaaf10d89dde283 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2131413Reviewed-by:
Chrome Release Bot (LUCI) <chrome-official-brancher@chops-service-accounts.iam.gserviceaccount.com> Cr-Commit-Position: refs/heads/master@{#755233}
-
Krishna Govind authored
TBR=benmason@chromium.org Change-Id: Iddb455c10508c677dda5084ebcf4d4dfbaf0bcc6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2131469 Commit-Queue: Krishna Govind <govind@chromium.org> Reviewed-by:
Krishna Govind <govind@chromium.org> Cr-Commit-Position: refs/heads/master@{#755232}
-
chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/65674d83e1f5..00b46f7f2ad1 git log 65674d83e1f5..00b46f7f2ad1 --date=short --first-parent --format='%ad %ae %s' 2020-03-31 jemoreira@google.com PeerConnection owns the PacketSocketFactory dependency. Created with: gclient setdep -r src/third_party/webrtc@00b46f7f2ad1 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: Ide389c550109d9cbbca3399305fb584ba82f5731 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2131371Reviewed-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@{#755231}
-
Austin Tankiang authored
Bug: 1065293 Change-Id: Idfefd8eb929a571240eb4af3ec57366167014efe Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2129467Reviewed-by:
Alex Danilo <adanilo@chromium.org> Commit-Queue: Austin Tankiang <austinct@chromium.org> Cr-Commit-Position: refs/heads/master@{#755230}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/18db0d80f61d..33eae455663e Created with: gclient setdep -r src-internal@33eae455663e 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:1061193 Tbr: jbudorick@google.com Change-Id: I2b44af749282036fb1143764ad3942f728c955aa Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2131392Reviewed-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@{#755229}
-
Eliot Courtney authored
BUG=chromium:1053851 TEST=run tast test using histograms with updated metricsPrivate api function. Change-Id: I028c4cfaeb6d5888d88c2a43d60579dd46495a92 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2108219Reviewed-by:
Devlin <rdevlin.cronin@chromium.org> Commit-Queue: Eliot Courtney <edcourtney@chromium.org> Cr-Commit-Position: refs/heads/master@{#755228}
-
Eugene Zemtsov authored
This will help to tell what caused excessive media memory consumption, a page with several media players or one player consuming lots of memory. Bug: 1056839 Change-Id: I94bbc90de677cd599381df59ae09acf5dd80654c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2125614Reviewed-by:
Dale Curtis <dalecurtis@chromium.org> Reviewed-by:
Steven Holte <holte@chromium.org> Commit-Queue: Eugene Zemtsov <eugene@chromium.org> Cr-Commit-Position: refs/heads/master@{#755227}
-
Raul Tambre authored
Python 3 distinguishes strings and bytestrings better. This functions seems to be used to write strings. encode() them before writing so writing in binary mode works on Python 3. Traceback (most recent call last): File "../../third_party/blink/renderer/bindings/scripts/generate_event_interfaces.py", line 137, in <module> sys.exit(main()) File "../../third_party/blink/renderer/bindings/scripts/generate_event_interfaces.py", line 132, in main write_event_interfaces_file(event_idl_files, options.event_interfaces_file, File "../../third_party/blink/renderer/bindings/scripts/generate_event_interfaces.py", line 123, in write_event_interfaces_file write_file('\n'.join(lines), destination_filename) File "C:\Google\chromium\src\third_party\blink\renderer\bindings\scripts\utilities.py", line 344, in write_file destination_file.write(new_text) TypeError: a bytes-like object is required, not 'str' Bug: 941669 Change-Id: I28e7f81f83a24d300628794d9e2fb991870c7b08 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2124832 Commit-Queue: Yuki Shiino <yukishiino@chromium.org> Reviewed-by:
Yuki Shiino <yukishiino@chromium.org> Auto-Submit: Raul Tambre <raul@tambre.ee> Cr-Commit-Position: refs/heads/master@{#755226}
-
Anand K. Mistry authored
Bug: 1061484 Change-Id: I60f3a5a9511b75f988d6d10511c262d507da4aaa Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2131426 Auto-Submit: Anand Mistry <amistry@chromium.org> Commit-Queue: Ben Wells <benwells@chromium.org> Reviewed-by:
Ben Wells <benwells@chromium.org> Cr-Commit-Position: refs/heads/master@{#755225}
-
David Van Cleve authored
The experimental Trust Token API (https://github.com/wicg/trust-token-api) takes in parameters specifying a Trust Tokens protocol operation, annotates outgoing requests with request headers corresponding to protocol state, and processes corresponding response headers. For the MVP of the API, we're making the functionality available via Fetch, iframe, and XHR. To implement the iframe surface, this CL adds a new iframe attribute, "trusttoken," that accepts as input a syntactically identical struct to the corresponding Fetch parameter This CL passes Trust Tokens parameters parsed from the attribute's value to the network service via the navigation stack. Test: Add integration tests to ensure the parameters propagate. Bug: 1062396 Change-Id: I1144e5b5699a90c88219e4490b62da072ea55b19 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2079309Reviewed-by:
Sam McNally <sammc@chromium.org> Reviewed-by:
Matt Falkenhagen <falken@chromium.org> Reviewed-by:
Jeremy Roman <jbroman@chromium.org> Commit-Queue: David Van Cleve <davidvc@chromium.org> Cr-Commit-Position: refs/heads/master@{#755224}
-
Danan S authored
Bug: 1066183 Change-Id: I6d72cd59f93691e0ce38f6681aa46fda4b21a97d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2128570Reviewed-by:
Devlin <rdevlin.cronin@chromium.org> Commit-Queue: Dan S <danan@chromium.org> Cr-Commit-Position: refs/heads/master@{#755223}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/1668abdd..0169ff39 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: Id3cbbe32095e7af7c5815ca6330f6bed759d1842 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2130713Reviewed-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@{#755222}
-
tby authored
This header appears never to have been listed in chrome/test/BUILD.gn, and deleting some files that referenced it caused compile failures. Let's add it to the build file in case this causes further issues. Bug: 1065406 Change-Id: If550192a6f8601560f176b23dc8832d843cab2f8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2124341 Commit-Queue: Tony Yeoman <tby@chromium.org> Reviewed-by:
Xiyuan Xia <xiyuan@chromium.org> Cr-Commit-Position: refs/heads/master@{#755221}
-
Alexandre Courbot authored
This reverts commit 1343d831. Reason for revert: video_decode_accelerator_tests fails on Hana. Original change's description: > media/gpu/V4L2IP: Reconfigure V4L2 queues on the first Process() > > The client of ImageProcessor feeds ImageProcessor VideoFrame in > import mode. The underlying buffer of the fed VideoFrame can have > a different stride and size from the expectation of > ImageProcessor. The difference is critical in V4L2ImageProcessor. > It is necessary to reconfigure the v4l2 image processor driver by > VIDIOC_S_FMT with the stride and height of the fed VideoFrame. > > Bug: 1033799 > Test: ip_test --gtest_filter=NV12* on kukui > Change-Id: I73050718f6a95a1eaa3d9c7a60eeea1bc791f04e > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2097857 > Commit-Queue: Hirokazu Honda <hiroh@chromium.org> > Reviewed-by: Alexandre Courbot <acourbot@chromium.org> > Cr-Commit-Position: refs/heads/master@{#754835} TBR=hiroh@chromium.org,acourbot@chromium.org Change-Id: I9d4232292efd26cfe9f07a5157bdf767f2c0a33c No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 1033799 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2131546Reviewed-by:
Alexandre Courbot <acourbot@chromium.org> Commit-Queue: Alexandre Courbot <acourbot@chromium.org> Cr-Commit-Position: refs/heads/master@{#755220}
-
Kevin Marshall authored
* Implements the FIDL ConfigureInputTypes() API, for embedder control over whether input events should be routed to web content or ignored. * Transitions CastRunner to use ConfigureInputTypes(). * Removes the deprecated SetInputEnabled() method. Bug: 1031776 Change-Id: I54e0b5c3b5a92935e6860e037edc6bc5a92eaa42 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/1956154 Commit-Queue: Kevin Marshall <kmarshall@chromium.org> Reviewed-by:
David Dorwin <ddorwin@chromium.org> Cr-Commit-Position: refs/heads/master@{#755219}
-
Trevor Perrier authored
This CL adds empty xtb files for sr-Latn and adds sr-Latn to the translation_expectations.pyl file. On the next TC import the Latin script for Serbian should be imported into all xtb files. Bug: 1053811 Change-Id: I271e2e8ae042f085d962eb62ae3d4ad03ecf9190 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2121076Reviewed-by:
Yaron Friedman <yfriedman@chromium.org> Reviewed-by:
Megan Jablonski <megjablon@chromium.org> Commit-Queue: Trevor Perrier <perrier@chromium.org> Cr-Commit-Position: refs/heads/master@{#755218}
-
Rakib M. Hasan authored
This CL will also move the addition of these command line arguments into the browser specific WPTAdapter subclass. Bug: 1050754 Change-Id: I658ae5741229ad5a6eae740ab73008c99eae8d4d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2119761 Commit-Queue: Rakib Hasan <rmhasan@google.com> Reviewed-by:
Scott Violet <sky@chromium.org> Reviewed-by:
Andrew Luo <aluo@chromium.org> Cr-Commit-Position: refs/heads/master@{#755217}
-
Karandeep Bhatia authored
Remove reference to IO thread in URLRequestMonitor and RulesetCountWaiter. RulesetManager now lives on the UI thread, hence a lock shouldn't be necessary. Use a SequenceChecker to assert the same. Also delete ScopedRulesetManagerTestObserver. BUG=754526 Change-Id: I540207ee0eeeab73dc6b9b9e98e42e050fe920e2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2128927Reviewed-by:
Kelvin Jiang <kelvinjiang@chromium.org> Commit-Queue: Karan Bhatia <karandeepb@chromium.org> Cr-Commit-Position: refs/heads/master@{#755216}
-
chromium-autoroll authored
This CL may cause a small binary size increase, roughly proportional to how long it's been since our last AFDO profile roll. For larger increases (around or exceeding 100KB), please file a bug against gbiv@chromium.org. Additional context: https://crbug.com/805539 Please note that, despite rolling to chrome/android, this profile is used for both Linux and Android. If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/afdo-chromium-autoroll Please CC gbiv@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 Tbr: gbiv@chromium.org Change-Id: I44a0620cbeb24554e89c5bb9307deda3974244b6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2131486Reviewed-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@{#755215}
-
Daniel Hosseinian authored
Meanwhile, do some cleanup (like alphabetical ordering of platform specific build instructions) to make printing/BUILD.gn easier to read. Also, move EMF test data into its own directory to make platform specific splitting easier. Bug: 1018739 Change-Id: I8bd18fe31b5b5ca97d6de4a4f53563156f494f11 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2130783Reviewed-by:
Lei Zhang <thestig@chromium.org> Commit-Queue: Daniel Hosseinian <dhoss@chromium.org> Cr-Commit-Position: refs/heads/master@{#755214}
-
Kevin Marshall authored
Ensures that the view stays black until webpage style data is loaded and parsed, by setting up a black background layer and making content output surfaces initially transparent. Some IWYU fixes. Bug: 1051241 Change-Id: I22552863c1ae7cb2b7df280a4936a65445614215 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2123307 Commit-Queue: Kevin Marshall <kmarshall@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
David Dorwin <ddorwin@chromium.org> Cr-Commit-Position: refs/heads/master@{#755213}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/beec66070ea7..43d002a2caf2 git log beec66070ea7..43d002a2caf2 --date=short --first-parent --format='%ad %ae %s' 2020-03-31 ehmaldonado@chromium.org Revert "git-cl: Execute clang-format-diff.py using vpython." 2020-03-31 ehmaldonado@google.com depot_tools: Don't use carets when checking if a revision exists. Created with: gclient setdep -r src/third_party/depot_tools@43d002a2caf2 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/depot-tools-chromium-autoroll Please CC agable@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 Bug: chromium:1065307,chromium:1066187 Tbr: agable@chromium.org Change-Id: Ic8e404e43e00978aa51c7f55176caa56f8459613 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2131389Reviewed-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@{#755212}
-
Julian Watson authored
Bug: 1049453 Change-Id: I29218026e149fd382224b4cb12b507e16b7dd003 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2094581 Commit-Queue: Julian Watson <juwa@google.com> Reviewed-by:
Nancy Wang <nancylingwang@chromium.org> Reviewed-by:
Dominic Battré <battre@chromium.org> Reviewed-by:
Steven Bennetts <stevenjb@chromium.org> Reviewed-by:
Timothy Loh <timloh@chromium.org> Cr-Commit-Position: refs/heads/master@{#755211}
-
Gyuyoung Kim authored
This CL moves flex-shorthand-flex-basis-middle.html test from css3/css-flexbox to external/wpt/css/css-flexbox with WPT styles, adding links to the relevant specs, and test description. Bug: 1063749 Change-Id: I3985eeb6fa7add1b8e530e7cf83efce9e0f4fa51 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2123582 Commit-Queue: Gyuyoung Kim <gyuyoung@igalia.com> Reviewed-by:
Christian Biesinger <cbiesinger@chromium.org> Cr-Commit-Position: refs/heads/master@{#755210}
-
Orin Jaworski authored
This CL restores two other previously reverted commits, with a fix: * 30750caa [omnibox] Refactor ViewViews to not directly set PopupModel state * 80f05db7 [omnibox] Add unit test for popup model StepSelection The fix resolves the unit test that was failing around keyword mode. Instead of having the view manage both popup_model and edit_model with complex logic, all the model changes are moved into StepSelection. Change-Id: Ia1ff449d780e5beddf4208b8bc1c58f98c1dc7fe Bug: 1046523 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2131021Reviewed-by:
Tommy Li <tommycli@chromium.org> Commit-Queue: Orin Jaworski <orinj@chromium.org> Cr-Commit-Position: refs/heads/master@{#755209}
-
chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/4b425aeef9cd..65674d83e1f5 git log 4b425aeef9cd..65674d83e1f5 --date=short --first-parent --format='%ad %ae %s' 2020-03-31 marinaciocea@webrtc.org Transform encoded frames in ChannelSend. 2020-03-31 deadbeef@webrtc.org Expose enableDscp in Obj-C API. 2020-03-31 deadbeef@webrtc.org Regression test for SCTP transport. 2020-03-31 sprang@webrtc.org Fixes TaskQueuePacedSender padding while only sending non-paced audio. 2020-03-31 guidou@webrtc.org [InsertableStreams] Set video frame transformer if RTP stream already started. Created with: gclient setdep -r src/third_party/webrtc@65674d83e1f5 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: chromium:1065836 Tbr: webrtc-chromium-sheriffs-robots@google.com Change-Id: I3c2c5b4fa61e223462f58b5e1d9f90001a5f4d92 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2131102Reviewed-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@{#755208}
-
rajendrant authored
Fixed: 1037039 Change-Id: Ib8deb39d9b1d0206e4dc3b5acabed8797d456b40 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2130967 Commit-Queue: Tarun Bansal <tbansal@chromium.org> Reviewed-by:
Tarun Bansal <tbansal@chromium.org> Cr-Commit-Position: refs/heads/master@{#755207}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/7800453ed2e5..7a3358c80b6e git log 7800453ed2e5..7a3358c80b6e --date=short --first-parent --format='%ad %ae %s' 2020-03-31 brianosman@google.com Really fix SkVerticesPriv on MSVC 2017 Created with: gclient setdep -r src/third_party/skia@7a3358c80b6e 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 michaelludwig@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+/master/autoroll/README.md Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux-blink-rel;luci.chromium.try:linux-chromeos-compile-dbg;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel Bug: None Tbr: michaelludwig@google.com Change-Id: I21c92b1ab7edae64c18eb977c821ee61cb720280 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2131291Reviewed-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@{#755206}
-
Clark DuVall authored
This allows embedders to listen for cookie changes on a URL. Bug: 1054160 Change-Id: I030a4b2f2f05863763a7f352d6ffd376af0b4f79 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2124094Reviewed-by:
Scott Violet <sky@chromium.org> Commit-Queue: Clark DuVall <cduvall@chromium.org> Cr-Commit-Position: refs/heads/master@{#755205}
-
chrome://flagsAhmed Mehfooz authored
Bug: 1065079 Change-Id: I22dfe74700313bf3d5b1755a8fbcdcdebdbec8a2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2130969Reviewed-by:
Tim Song <tengs@chromium.org> Commit-Queue: Ahmed Mehfooz <amehfooz@chromium.org> Cr-Commit-Position: refs/heads/master@{#755204}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/06f4f3e13c49..4b94d7bb4fbe git log 06f4f3e13c49..4b94d7bb4fbe --date=short --first-parent --format='%ad %ae %s' 2020-03-31 jonahr@google.com Split EGL_CHROMIUM_sync_control into EGL_ANGLE_sync_control_rate 2020-03-31 kbr@chromium.org Apply limitMaxMSAASamplesTo4 workaround to macOS. Created with: gclient setdep -r src/third_party/angle@4b94d7bb4fbe 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 cwallez@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-asan;luci.chromium.try:win_optional_gpu_tests_rel Bug: chromium:1064078 Tbr: cwallez@google.com Change-Id: I7a8964875bea0a7976be111a203ea3718427b029 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2131147Reviewed-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@{#755203}
-