- 20 Feb, 2020 40 commits
-
-
Stephen Nusko authored
Currently we use a dynamically created trace event name this has a couple implications: 1) Has to be computed at run time and allocated dynamically, and copied by the TraceEvent implementation. 2) Will be stripped from traces when tracing with privacy filtering enabled. 3) Has to be serialized and sent over mojo and then parsed. This fixes all of these by directly computing the trace name as a static string. This comes potentially at the slight cost of binary size (since now the strings need to be stored in the full form), but this is limited to ("InputLatency::" + Name(num WebInputEvent::Type)) * number of Types, and we get to remove some mojo code so it should end up close to a wash in binary size (+528 bytes). Change-Id: I285d8bb24f8497bc067480201fdd3bac0b390083 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2062286Reviewed-by:
Timothy Dresser <tdresser@chromium.org> Reviewed-by:
Daniel Cheng <dcheng@chromium.org> Reviewed-by:
Eric Seckler <eseckler@chromium.org> Commit-Queue: Daniel Cheng <dcheng@chromium.org> Auto-Submit: Stephen Nusko <nuskos@chromium.org> Cr-Commit-Position: refs/heads/master@{#742963}
-
Hirokazu Honda authored
This notifies VEA client VideoEncoderInfo of V4L2VideoEncodeAccelerator (V4L2VEA) at the end of the initialization. Since V4L2VEA doesn't update fps allocation and qp values are not controllable, NotifyEncoderInfoChange() is not called except the end of the initialization. Bug: 1031965 Test: webrtc.RTCPeerConnection.vp8_enc Change-Id: I38a3f63630f4c0c625d187ff1775d6762fbc415d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2032763Reviewed-by:
Alexandre Courbot <acourbot@chromium.org> Commit-Queue: Hirokazu Honda <hiroh@chromium.org> Cr-Commit-Position: refs/heads/master@{#742962}
-
Kai Ninomiya authored
Changes blinkpy filesystem tests to use remove_contents instead of rmtree. remove_contents calls into rmtree, but (1) retries several times to delete the files, and (2) throws by default instead of silently swallowing errors. This improves all of the tests. Additionally, the retrying was actually necessary to pass many tests (files were otherwise still locked during teardown). Extends the test_long_paths test to check spaces and apostrophes. FileSystem.rmtree is now implemented on Windows by just calling a shell with "rmdir /s /q". This is necessary, because shutil.rmtree doesn't work for \\?\C:\ style "extended-length" paths on Windows, and several other implementations I tried didn't work: - Loop using os.walk. os.walk doesn't support long paths, and though it seemed to work on the bots, it failed tests locally. - Recursive using os.listdir. os.listdir also doesn't support long paths. Tested on dawn-win10-* try job on crrev.com/c/2050036/17. Found in dawn-win10-* try jobs on crrev.com/c/2050036/4. Change-Id: I7c67bb12305a41244829e35293edfc88901b76f4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2058065 Commit-Queue: Kai Ninomiya <kainino@chromium.org> Reviewed-by:
Robert Ma <robertma@chromium.org> Cr-Commit-Position: refs/heads/master@{#742961}
-
Yutaka Hirano authored
Bug: 1053182 Change-Id: Iaba25e024f0a20cdc9ac7a906d30770e3c3c9de5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2060227Reviewed-by:
Adam Rice <ricea@chromium.org> Reviewed-by:
Jesse Doherty <jwd@chromium.org> Commit-Queue: Yutaka Hirano <yhirano@chromium.org> Cr-Commit-Position: refs/heads/master@{#742960}
-
Xiaohan Wang authored
LogDXVAError() reports UMAs that are specific to one single file media/gpu/windows/dxva_video_decode_accelerator_win.cc. So it should not be in media/base/win/mf_helpers.h which is a common helper for all Windows media code. This CL moves LogDXVAError() and related macros to dxva_video_decode_accelerator_win.cc to solve this issue. In the future, we should consolidate on fewer macros. Change-Id: Icea7f0f8c5710bf034fce3dc32c36ccf2cc8e782 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2066057Reviewed-by:
Ted Meyer <tmathmeyer@chromium.org> Commit-Queue: Xiaohan Wang <xhwang@chromium.org> Cr-Commit-Position: refs/heads/master@{#742959}
-
CQ_INCLUDE_TRYBOTS=luci.chrome.try:chromeos-betty-chrome CQ_INCLUDE_TRYBOTS=luci.chrome.try:chromeos-betty-pi-arc-chrome CQ_INCLUDE_TRYBOTS=luci.chrome.try:chromeos-eve-compile-chrome CQ_INCLUDE_TRYBOTS=luci.chrome.try:chromeos-kevin-compile-chrome BUG=762641 TBR=chrome-os-gardeners@google.com Change-Id: If9df2de3aa285beb4366c1dae322e62cebca3080 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2064457Reviewed-by:
ChromeOS bot <3su6n15k.default@developer.gserviceaccount.com> Commit-Queue: Ben Pastene <bpastene@chromium.org> Cr-Commit-Position: refs/heads/master@{#742958}
-
Chong Gu authored
Create exception so that the CI Fuchsia bot does not run the test suite yet. Bug: 1054240 Change-Id: I200e66d919ac1dad2fe1011481d71f5602aaee27 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2065738Reviewed-by:
John Budorick <jbudorick@chromium.org> Commit-Queue: Chong Gu <chonggu@google.com> Cr-Commit-Position: refs/heads/master@{#742957}
-
Isabella Scalzi authored
Enable the test in C++, and fix a variable name in the test. Bug: 1039141 Change-Id: Ieca66d8856028f22d7f0bd5a0fa3f7c55bf63fe9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2065508 Commit-Queue: Noel Gordon <noel@chromium.org> Reviewed-by:
Noel Gordon <noel@chromium.org> Cr-Commit-Position: refs/heads/master@{#742956}
-
Min Qin authored
BUG=1037043 Change-Id: If82d587e96d7826fefcfe4f04b919789e5158668 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2056106Reviewed-by:
Jesse Doherty <jwd@chromium.org> Auto-Submit: Min Qin <qinmin@chromium.org> Commit-Queue: Min Qin <qinmin@chromium.org> Cr-Commit-Position: refs/heads/master@{#742955}
-
Annie Sullivan authored
Bug: 1049117 Change-Id: I1e90a9614c4b53b54c153e0c200ce3352cc40fe4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2065399Reviewed-by:
Annie Sullivan <sullivan@chromium.org> Reviewed-by:
Sadrul Chowdhury <sadrul@chromium.org> Commit-Queue: Annie Sullivan <sullivan@chromium.org> Cr-Commit-Position: refs/heads/master@{#742954}
-
Kent Tamura authored
This CL has no behavior changes. Bug: 1052232 Change-Id: I9417bbe69cc2de2a171b537d50a487923165bafe Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2065569Reviewed-by:
Koji Ishii <kojii@chromium.org> Commit-Queue: Kent Tamura <tkent@chromium.org> Cr-Commit-Position: refs/heads/master@{#742953}
-
David Munro authored
Bug: None Test: CQ Change-Id: I109e5ca8ad670160a71d3296c2f9f32ceaff14c2 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2065509 Commit-Queue: David Munro <davidmunro@google.com> Commit-Queue: calamity <calamity@chromium.org> Auto-Submit: David Munro <davidmunro@google.com> Reviewed-by:
calamity <calamity@chromium.org> Cr-Commit-Position: refs/heads/master@{#742952}
-
Demetrios Papadopoulos authored
This accidentally regressed at r742504. Bug: None Change-Id: Ic0fe1c850eb9dc13893c57485c4c62e941e9974e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2065735Reviewed-by:
John Lee <johntlee@chromium.org> Commit-Queue: John Lee <johntlee@chromium.org> Auto-Submit: Demetrios Papadopoulos <dpapad@chromium.org> Cr-Commit-Position: refs/heads/master@{#742951}
-
chromium-autoroll authored
https://chromium.googlesource.com/catapult.git/+log/a657f879a7d6..df996b82917a git log a657f879a7d6..df996b82917a --date=short --first-parent --format='%ad %ae %s' 2020-02-20 abennetts@google.com Rename error→std_error, test_path→test. Created with: gclient setdep -r src/third_party/catapult@df996b82917a If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/catapult-autoroll Please CC crouleau@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:chromeos-kevin-rel;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel Bug: chromium:1019944 Tbr: crouleau@google.com Change-Id: I843bbc2626b55c5ac92ea7a9171b5dd5d95cb05a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2065892Reviewed-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@{#742950}
-
Ted Meyer authored
This design is still subject to change. We need a way to prevent collisions in the codes as they get added. Bug: 1043289 Change-Id: I512b2a66fb0e1f05d56f9910f5dc8c9779112269 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2026411 Commit-Queue: Ted Meyer <tmathmeyer@chromium.org> Reviewed-by:
Xiaohan Wang <xhwang@chromium.org> Cr-Commit-Position: refs/heads/master@{#742949}
-
Sasha McIntosh authored
Create a method for inserting copies of a DerivedElementType into a ListContainer. In a follow up cl, this method will be used to insert DrawQuads into a render pass quad list. Test: cc_unittests Bug: 1022544 Change-Id: Ideb864ab2f46e32c08989150a426e77a213b23e5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2064468 Commit-Queue: Sasha McIntosh <sashamcintosh@chromium.org> Reviewed-by:
Khushal <khushalsagar@chromium.org> Cr-Commit-Position: refs/heads/master@{#742948}
-
Xida Chen authored
Currently we hit a DCHECK in report histogram. The problem is that for certain type of throughput data (such as CompositorAnimation + main thread), we do not report it. In this case, we do not reset the throughput data and it kept accumulated and eventually the number of expected frames reaches a threshold and caused crash. This CL fixes the crash and added test. Bug: 1052848 Change-Id: Ib150872f950f0901a6bce5f10e683e08644c5809 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2061398Reviewed-by:
Sadrul Chowdhury <sadrul@chromium.org> Commit-Queue: Sadrul Chowdhury <sadrul@chromium.org> Cr-Commit-Position: refs/heads/master@{#742947}
-
Adam Langley authored
I'm dumb and took a while to figure this out so I wrote the documentation that would have helped. Change-Id: I18c5cf21225967d2ba496b6b05acdbb3dc9615db Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2065593 Auto-Submit: Adam Langley <agl@chromium.org> Commit-Queue: Andrew Grieve <agrieve@chromium.org> Reviewed-by:
Andrew Grieve <agrieve@chromium.org> Cr-Commit-Position: refs/heads/master@{#742946}
-
Peter Wen authored
Clarify the purpose of ensuring that the browser process crashes in java rather than in native: for webview embedding apps. Bug: None Change-Id: I3cd847bc5a32e56ee429cd8d4ce41efa13d32209 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2064782 Commit-Queue: Andrew Grieve <agrieve@chromium.org> Reviewed-by:
Andrew Grieve <agrieve@chromium.org> Reviewed-by:
Bo <boliu@chromium.org> Auto-Submit: Peter Wen <wnwen@chromium.org> Cr-Commit-Position: refs/heads/master@{#742945}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/23823669b3bb..ed1ff23c2768 git log 23823669b3bb..ed1ff23c2768 --date=short --first-parent --format='%ad %ae %s' 2020-02-19 recipe-mega-autoroller@chops-service-accounts.iam.gserviceaccount.com Roll recipe dependencies (trivial). 2020-02-19 fmalita@chromium.org [skottie] Add warning for missing text/paragraph box 2020-02-19 sgilhuly@chromium.org Turn off mip map support in GrDawnCaps 2020-02-19 reed@google.com move SkVec2 into shared header Created with: gclient setdep -r src/third_party/skia@ed1ff23c2768 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 lovisolo@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: lovisolo@google.com Change-Id: I4ac14e54b2e686270902f15f29d93fec1c86f6a7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2065483Reviewed-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@{#742944}
-
Greg Kerr authored
This reverts commit 5ba41218. Reason for revert: The rollout on stable was reverted. Original change's description: > macV2GPUSandbox: Enable by default. > > Enable the Mac V2 GPU Sandbox by default. > > Bug: 917445 > Change-Id: I90c311663ab1a232d1669b86fef3f51d03fc1701 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2042287 > Auto-Submit: Greg Kerr <kerrnel@chromium.org> > Commit-Queue: Avi Drissman <avi@chromium.org> > Reviewed-by: Robert Sesek <rsesek@chromium.org> > Reviewed-by: Avi Drissman <avi@chromium.org> > Cr-Commit-Position: refs/heads/master@{#739466} TBR=avi@chromium.org,kerrnel@chromium.org,rsesek@chromium.org # Not skipping CQ checks because original CL landed > 1 day ago. Bug: 917445 Change-Id: I79e6e2ab0ac315ed1b84f8fd1aaf6fc320e258b5 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2065773Reviewed-by:
Greg Kerr <kerrnel@chromium.org> Auto-Submit: Greg Kerr <kerrnel@chromium.org> Commit-Queue: Greg Kerr <kerrnel@chromium.org> Cr-Commit-Position: refs/heads/master@{#742943}
-
chromium-autoroll authored
https://chromium.googlesource.com/chromium/tools/depot_tools.git/+log/56c9bd5a7359..d55c50771361 git log 56c9bd5a7359..d55c50771361 --date=short --first-parent --format='%ad %ae %s' 2020-02-20 ehmaldonado@google.com git-cl: Mock DieWithError and GitSanityTests Created with: gclient setdep -r src/third_party/depot_tools@d55c50771361 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:1051631 Tbr: agable@chromium.org Change-Id: Ibdf922f03053b7a48aca759b902eee8ad16a0bde Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2065890Reviewed-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@{#742942}
-
Darwin Huang authored
Consistently fail on detached contexts. Previously, a detached context could allow for a nullptr deref, and a renderer crash. Consistently return nullptr for navigator.clipboard, and ensure that a nullptr navigator.clipboard function will terminate immediately in a consistent manner. Also, add tests to ensure that regressions don't occur in the future. Bug: 10285919, 1034023 Change-Id: I67f8a76dc2901e7447049ff99e0b27ea6afeba63 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2057817 Commit-Queue: Darwin Huang <huangdarwin@chromium.org> Reviewed-by:
Victor Costan <pwnall@chromium.org> Cr-Commit-Position: refs/heads/master@{#742941}
-
Sam Maier authored
Change-Id: I0cc1183689fd2f7679cfee3fabb7eced165bd907 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2065115 Auto-Submit: Sam Maier <smaier@chromium.org> Commit-Queue: Andrew Grieve <agrieve@chromium.org> Reviewed-by:
Andrew Grieve <agrieve@chromium.org> Cr-Commit-Position: refs/heads/master@{#742940}
-
Chromium WPT Sync authored
Using wpt-import in Chromium 2803a004. With Chromium commits locally applied on WPT: d5cd6b98 "SharedWorker: Assign unique names to SharedWorkers to avoid unintentional matching" Note to sheriffs: This CL imports external tests and adds expectations for those tests; if this CL is large and causes a few new failures, please fix the failures by adding new lines to TestExpectations rather than reverting. See: https://chromium.googlesource.com/chromium/src/+/master/docs/testing/web_platform_tests.md Directory owners for changes in this CL: foolip@chromium.org, lpz@chromium.org, robertma@chromium.org: external/wpt/tools jsbell@chromium.org: external/wpt/resources NOAUTOREVERT=true TBR=lpz No-Export: true Change-Id: I6e2caf852f759312db31e056a7346f9d9c1baff8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2064750Reviewed-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@{#742939}
-
Michael Crouse authored
This selects the smallest image within a srcset for data saver users. This creates a feature flag to control this functionality. Bug: 606941 Change-Id: I1cbb6e543035d9803bb041fb9df1e5cd8c286801 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2044810Reviewed-by:
rajendrant <rajendrant@chromium.org> Reviewed-by:
Yoav Weiss <yoavweiss@chromium.org> Reviewed-by:
Kinuko Yasuda <kinuko@chromium.org> Reviewed-by:
Tarun Bansal <tbansal@chromium.org> Commit-Queue: Michael Crouse <mcrouse@chromium.org> Cr-Commit-Position: refs/heads/master@{#742938}
-
Regan Hsu authored
This CL records user action focus when the user creates a query that is used to generate search results. Bug: 1049830 Change-Id: I88e709ec0f40c7e19cf943a122d3bc4f53590b03 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2062640Reviewed-by:
Kyle Horimoto <khorimoto@chromium.org> Commit-Queue: Regan Hsu <hsuregan@chromium.org> Cr-Commit-Position: refs/heads/master@{#742937}
-
Tibor Goldschwendt authored
NOTE: this does not embed actual images as we cannot embed external content in a WebUI yet. Bug: 1032328 Change-Id: I5bb07e9b5a699b8e3fd3360ff4498475212a6026 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2005811 Commit-Queue: Tibor Goldschwendt <tiborg@chromium.org> Commit-Queue: Alex Gough <ajgo@chromium.org> Auto-Submit: Tibor Goldschwendt <tiborg@chromium.org> Reviewed-by:
Alex Gough <ajgo@chromium.org> Reviewed-by:
Esmael Elmoslimany <aee@chromium.org> Cr-Commit-Position: refs/heads/master@{#742936}
-
Jarryd authored
Add 2 metrics to track available disk space (relatively and as an absolute number) that are logged every hour. The original version of these metrics are captured, among other places, during eviction. Given the StaticHostQuota study may have an effect on eviction frequency, these new metrics will make it easier to compare the control/experimental groups of said experiment. Bug: 965710 Change-Id: I4c07f0d1ee7711e2693579ee0ce0c1770d5811b6 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2047986Reviewed-by:
Ilya Sherman <isherman@chromium.org> Commit-Queue: Jarryd Goodman <jarrydg@chromium.org> Cr-Commit-Position: refs/heads/master@{#742935}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/e7fe1d07ef46..a300f64ac753 Created with: gclient setdep -r src-internal@a300f64ac753 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:1053584 Tbr: jbudorick@google.com Change-Id: I610f42f0ab9ae58851a8ce42a5e2da53fba7bf1f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2065888Reviewed-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@{#742934}
-
Anand K. Mistry authored
Bug: 634140 Change-Id: I8c9e30665ae58b290d1a180e1aeceac8b8f26d08 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2065808Reviewed-by:
Matt Falkenhagen <falken@chromium.org> Commit-Queue: Anand Mistry <amistry@chromium.org> Cr-Commit-Position: refs/heads/master@{#742933}
-
ssid authored
This will match the existing user action event, except for name and category. Change-Id: I6a94cfd04787ea040e26a6686012b5f110780464 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2065138 Commit-Queue: ssid <ssid@chromium.org> Auto-Submit: ssid <ssid@chromium.org> Reviewed-by:
oysteine <oysteine@chromium.org> Cr-Commit-Position: refs/heads/master@{#742932}
-
Darwin Huang authored
Change-Id: I8101b9a7d4ef00d0a2f6127d098e47f2c7c50311 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2065912 Commit-Queue: Darwin Huang <huangdarwin@chromium.org> Commit-Queue: Victor Costan <pwnall@chromium.org> Auto-Submit: Darwin Huang <huangdarwin@chromium.org> Reviewed-by:
Victor Costan <pwnall@chromium.org> Cr-Commit-Position: refs/heads/master@{#742931}
-
Dan Sanders authored
- Changes initialize() to configure() and adds documentation to IDL. - Replaces VideoDecoderInitParams with EncodedVideoConfig. - Miscellaneous member renames and comments added. Change-Id: Ie413e560c7dc5c250f964a0dc0856cbb73d363d8 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2043001 Commit-Queue: Dan Sanders <sandersd@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Reviewed-by:
Chrome Cunningham <chcunningham@chromium.org> Cr-Commit-Position: refs/heads/master@{#742930}
-
Eric Willigers authored
WebTimeLimitEnforcerThrottleTest::InstallAndLaunchWebApp now uses web_app::InstallWebApp instead of relying on the old Extensions implementation of web apps. Bug: 1052722 Change-Id: I17ffa29c1204bcc81961e2f3c7f2ac1ffdd4fd7d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2065771 Commit-Queue: Eric Willigers <ericwilligers@chromium.org> Reviewed-by:
Aga Wronska <agawronska@chromium.org> Reviewed-by:
Alexey Baskakov <loyso@chromium.org> Cr-Commit-Position: refs/heads/master@{#742929}
-
chromium-autoroll authored
https://pdfium.googlesource.com/pdfium.git/+log/d15d718e8d5e..c80274e041d6 git log d15d718e8d5e..c80274e041d6 --date=short --first-parent --format='%ad %ae %s' 2020-02-19 tsepez@chromium.org Remove CFX_CSSSyntaxParser::m_iTextDataLen 2020-02-19 tsepez@chromium.org Remove some dead code from CFX_CSSSyntaxParser 2020-02-19 tsepez@chromium.org Prefer retaining layout item in CXFA_FFField::OnChar(). Created with: gclient setdep -r src/third_party/pdfium@c80274e041d6 If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/pdfium-autoroll Please CC pdfium-deps-rolls@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:1052651 Tbr: pdfium-deps-rolls@chromium.org Change-Id: I0d696bae9b4f458409fabcee472c4c4ee87d4f93 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2065406Reviewed-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@{#742928}
-
Jun Mukai authored
Currently, if no window is found for a located event for a captured window, it simply falls back to the main surface. This means that click events on the frame (title bar) will be sent to the underlying system through wayland, but that's unnecessary at all. This CL checks the located event's location through hit-test component. Bug: b/149517682 Test: exo_unittests Change-Id: I2c314fca3aadea9f81475e7223166b0087b1e0ed Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2062582 Commit-Queue: Jun Mukai <mukai@chromium.org> Reviewed-by:
Mitsuru Oshima <oshima@chromium.org> Cr-Commit-Position: refs/heads/master@{#742927}
-
Jorge Lucangeli Obes authored
BUG=None R=xzhou@chromium.org Change-Id: I4bde05715268f2ae31b1eaf7dbdb8e93202d32e0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2063915Reviewed-by:
Greg Kerr <kerrnel@chromium.org> Commit-Queue: Jorge Lucangeli Obes <jorgelo@chromium.org> Cr-Commit-Position: refs/heads/master@{#742926}
-
Yi Xu authored
The location is always set to (0, 0) when maxWidth is used, so any coloring system based on location doesn't work with maxWidth. Fix it by avoiding reset the location for FillText. Test is also added. Bug: 1030655 Change-Id: I36a41212b3d165145e4e25dd3bfd923aad70d7c9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2040536 Commit-Queue: Yi Xu <yiyix@chromium.org> Reviewed-by:
Fernando Serboncini <fserb@chromium.org> Reviewed-by:
Juanmi Huertas <juanmihd@chromium.org> Reviewed-by:
Aaron Krajeski <aaronhk@chromium.org> Cr-Commit-Position: refs/heads/master@{#742925}
-
Shakti Sahu authored
This Cl adds tests for content indexing 1 - Adds basic tests for switching chips and tabs 2 - Adds basic tests for content indexed groups and non-group items Bug: 1052193 Change-Id: I892896d72b0c1e09c0f1a363f3f5a1ae08e0acd0 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2056105Reviewed-by:
David Trainor <dtrainor@chromium.org> Commit-Queue: Shakti Sahu <shaktisahu@chromium.org> Cr-Commit-Position: refs/heads/master@{#742924}
-