- 03 Jun, 2020 40 commits
-
-
Tal Pressman authored
Change-Id: I341f413487ba8c30f1edd17b0d9087e0a5e2c3c1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2228432 Commit-Queue: Tal Pressman <talp@chromium.org> Commit-Queue: Kouhei Ueno <kouhei@chromium.org> Auto-Submit: Tal Pressman <talp@chromium.org> Reviewed-by:
Kouhei Ueno <kouhei@chromium.org> Cr-Commit-Position: refs/heads/master@{#774526}
-
François Degros authored
BUG=912236 TEST=autoninja -C out/release ui/file_manager:closure_compile Change-Id: Ifb531550c1a0421f447003fa0e4082b82ab2a3f9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2226577Reviewed-by:
Luciano Pacheco <lucmult@chromium.org> Commit-Queue: François Degros <fdegros@chromium.org> Cr-Commit-Position: refs/heads/master@{#774525}
-
Aaron Leventhal authored
Copies logic from ::ToAccessibilityLabelWithSecondaryButton(), which is used for the accessible value. Bug: 1090517 Change-Id: Ib28f7814e6cd1bfbd7e9502c81e766d196930484 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2227118 Commit-Queue: Aaron Leventhal <aleventhal@chromium.org> Reviewed-by:
Tommy Li <tommycli@chromium.org> Cr-Commit-Position: refs/heads/master@{#774524}
-
Bartek Nowierski authored
https://google.github.io/styleguide/cppguide.html#0_and_nullptr/NULL says: "For pointers (address values), use nullptr, as this provides type-safety." Furthermore, NULL/0 won't compile if we change |SomeClass*| to |CheckedPtr<SomeClass>|. See go/miracleptr for more details. !! is used in situations where the pointer is assigned to or returned as bool, otherwise CheckedPtr's more costly implicit T* cast operator would kick in. !! isn't needed in boolean expressions. Examples here: https://chromium-review.googlesource.com/c/chromium/src/+/2226003 Bug: 1080832 Change-Id: I449817c8949d85bd99a1f7d5043cd189f109303c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2227936 Auto-Submit: Bartek Nowierski <bartekn@chromium.org> Commit-Queue: Kentaro Hara <haraken@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Cr-Commit-Position: refs/heads/master@{#774523}
-
Christopher Cameron authored
TBR=kbr Bug: 1085899 Change-Id: I6df96e0cebcb1b85d4af3674e02ef2936b5a1349 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2227973Reviewed-by:
ccameron <ccameron@chromium.org> Commit-Queue: ccameron <ccameron@chromium.org> Cr-Commit-Position: refs/heads/master@{#774522}
-
Philipp Hancke authored
adds a test that verifies setting active to false on all three layers stops sending frames. Ref https://github.com/w3c/webrtc-pc/issues/2470 BUG=None Change-Id: Ic6bf346085af98cce13c90e141f83224e57069d1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2225774 Commit-Queue: Philipp Hancke <philipp.hancke@googlemail.com> Reviewed-by:
Harald Alvestrand <hta@chromium.org> Cr-Commit-Position: refs/heads/master@{#774521}
-
Maggie Chen authored
If CreateSwapChainForComposition fails, return false after disabling Direct Composition support. Let the Renderer handle it. Either the GPU command buffer or the GPU process will be restarted by the Renderer. This is the same way we handle the overlay swap chain creation failure. Bug:1074582 Change-Id: I631e6f38581c2da9124c15bdf5b697ea049b9f7d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2226076Reviewed-by:
Zhenyao Mo <zmo@chromium.org> Commit-Queue: Maggie Chen <magchen@chromium.org> Cr-Commit-Position: refs/heads/master@{#774520}
-
Christopher Cameron authored
Add CALayerParams to gfx::SwapCompletionResult. Populate this parameter in ImageTransportSurfaceOverlayMac, and use this parameter to populate gpu::SwapBuffersCompleteParams. Bug: 894929 Change-Id: I484fd6075b0724ef40a2f7157cc2037ae0fbe98a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2225460 Commit-Queue: ccameron <ccameron@chromium.org> Reviewed-by:
Corentin Wallez <cwallez@chromium.org> Cr-Commit-Position: refs/heads/master@{#774519}
-
Trent Apted authored
This reverts commit 565b6fb9. Reason for revert: Suspected real/root cause reverted in r774287 Original change's description: > Disable newly flaky test MediaAppPreferredOverChromeApps > > Bug: 1090432 > Change-Id: I00eea4851b95669ffa5e6824d2eecf1366f65dbc > Tbr: tapted@chromium.org > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2226972 > Reviewed-by: Dominic Mazzoni <dmazzoni@chromium.org> > Commit-Queue: Dominic Mazzoni <dmazzoni@chromium.org> > Cr-Commit-Position: refs/heads/master@{#774327} TBR=dmazzoni@chromium.org,tapted@chromium.org Change-Id: I24868bcd20d7089dd2bba158670a9c8dc12d1052 Bug: 1090432 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2228271 Commit-Queue: Trent Apted <tapted@chromium.org> Reviewed-by:
Trent Apted <tapted@chromium.org> Cr-Commit-Position: refs/heads/master@{#774518}
-
chromium-autoroll authored
https://chromium.googlesource.com/angle/angle.git/+log/957a2359f66b..6c1581646c46 2020-06-02 jmadill@chromium.org Vulkan: Fix XFB invalid accesses in buffer OOM. 2020-06-02 amaiorano@google.com Fix copy subtexture to GL_RGB9_E5 in ANGLE/VK 2020-06-02 ynovikov@chromium.org Roll third_party/VK-GL-CTS/src/ 60972ed7f..80dc8399b (67 commits) 2020-06-02 m.maiya@samsung.com EGL: EGL_CreateSync validation bug fix 2020-06-02 cclao@google.com Vulkan: Add IMAGE_USE_STORAGE bit only if necessary. 2020-06-02 ianelliott@google.com Vulkan: Swap RenderArea coords for pre-rotation 2020-06-02 lehoangq@gmail.com Metal: refactor RenderUtils to split into multiple util classes. 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 ynovikov@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:1086532 Tbr: ynovikov@google.com Test: Test: angle_deqp_egl_no_gtest.exe --deqp-case=dEQP-EGL.functional.fence_sync.invalid.create_invalid_type Change-Id: I343a8ec56cca202a9cd9240eacada8a47ca9f83f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2227683Reviewed-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@{#774517}
-
chromium-autoroll authored
Roll Chrome Mac PGO profile from chrome-mac-master-1591142315-2ba0a5e7527dc77b459b1e931964833ae1598a98.profdata to chrome-mac-master-1591156770-1c33a7333211aead2282df21d0f2c3fe491f2db6.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 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 Change-Id: Ie10a68cb6955686a7f3ba8d533199ce3ff7733e9 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2227687Reviewed-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@{#774516}
-
Dale Curtis authored
Same as the previous patch, but avoids assigning from a const& and skips tests which shouldn't run on Windows 7. PS#1 is take #2, all later patch sets are the new one. ---- [ Original Description Below ] ---- Does the following: - Internalizes h264 and min resolution details. - Sets the minimum resolution to 64,64 for both decoders. - Only loops through the video device profiles once. - Switches away from an std::pair to a named struct. - Adds AV1 GUID values and uses them in DXVA decoder. - Stops D3D11VideoDecoder for enumerating unsupported profiles. - Stops using the DXVA2_Intel_ModeH264_E for enumeration. - Gives all resolution tests a square resolution; e.g., 4k x 4k. - Doesn't test or indicate support for a duplicate portrait resolution. TBR=liberato, tmathmeyer Bug: 1073252 Test: Updated unittests. Change-Id: I56468b1ab56e4bc2bd872cf40cef4235d9d2afc1 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2228112 Commit-Queue: Dale Curtis <dalecurtis@chromium.org> Reviewed-by:
Dale Curtis <dalecurtis@chromium.org> Cr-Commit-Position: refs/heads/master@{#774515}
-
chromium-internal-autoroll authored
https://chrome-internal.googlesource.com/chrome/src-internal.git/+log/74254c74fbfe..71745c66e974 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 ortuno@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md Cq-Include-Trybots: luci.chrome.try:linux-chromeos-chrome Bug: None Tbr: ortuno@google.com Change-Id: Iea291bf5f56770f6902a3a93138db04d06fbdf0a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2227681Reviewed-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@{#774514}
-
chromium-autoroll authored
https://skia.googlesource.com/skia.git/+log/c2a06de58379..e2d123568154 2020-06-03 skia-autoroll@skia-public.iam.gserviceaccount.com Roll dawn from 295a4177aebc to adbf9153d909 (18 revisions) 2020-06-03 skia-autoroll@skia-public.iam.gserviceaccount.com Roll SwiftShader from 11dd7183c4d2 to 3ad285a60d82 (15 revisions) 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 tdenniston@google.com on the revert to ensure that a human is aware of the problem. To report a problem with the AutoRoller itself, please file a bug: https://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/master/autoroll/README.md Cq-Include-Trybots: luci.chromium.try:android_optional_gpu_tests_rel;luci.chromium.try:linux-blink-rel;luci.chromium.try:linux-chromeos-compile-dbg;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;luci.chromium.try:win_optional_gpu_tests_rel Bug: None Tbr: tdenniston@google.com Change-Id: Id6d464428e0eac270c6998ad4842fd3362433437 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2227686Reviewed-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@{#774513}
-
Xing Liu authored
Download later needs to share the JNI bridge with download location dialog. This CL renames the DownloadLocationDialog* to DownloadDialog*. No logic is changed in this CL. Simply a rename. Bug: 1078454 Change-Id: I91585b1280e9cf9f3899b9b6ce8b9c3676bb600c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2227240 Commit-Queue: Xing Liu <xingliu@chromium.org> Reviewed-by:
Shakti Sahu <shaktisahu@chromium.org> Reviewed-by:
Min Qin <qinmin@chromium.org> Reviewed-by:
Hesen Zhang <hesen@chromium.org> Cr-Commit-Position: refs/heads/master@{#774512}
-
Kyle Horimoto authored
Change-Id: I8ffdbbf5b3843c5aa2cb143ce78a312d62717f0c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2227102 Auto-Submit: Kyle Horimoto <khorimoto@chromium.org> Commit-Queue: Regan Hsu <hsuregan@chromium.org> Reviewed-by:
Regan Hsu <hsuregan@chromium.org> Cr-Commit-Position: refs/heads/master@{#774511}
-
Koji Ishii authored
This patch changes the array of |scoped_refptr<NGFragmentItem>| to the array of |NGFragmentItem|. This change: * Improves memory usages. * Improves memory locality when traversing items. * Slows copying |NGFragmentItem|. Pinpoint results show the memory improvement: https://pinpoint-dot-chromeperf.appspot.com/job/15aa024e120000 but layout/paint look almost neutral, less than originally expected unfortunately; some tests are faster but tests that leverage simplified layout a lot are slower: win10 blink_perf.layout https://pinpoint-dot-chromeperf.appspot.com/job/165dcc45120000 linux blink_perf.layout https://pinpoint-dot-chromeperf.appspot.com/job/14b5417a120000 linux blink_perf.paint https://pinpoint-dot-chromeperf.appspot.com/job/143fc65a120000 Bug: 982194 Change-Id: I86b8a7e5eff4ad211da2cdaed065eacbec316469 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2208806 Commit-Queue: Koji Ishii <kojii@chromium.org> Reviewed-by:
Ian Kilpatrick <ikilpatrick@chromium.org> Reviewed-by:
Yoshifumi Inoue <yosin@chromium.org> Cr-Commit-Position: refs/heads/master@{#774510}
-
chromium-autoroll authored
https://pdfium.googlesource.com/pdfium.git/+log/634973155ab5..de8ee4c6b051 2020-06-02 thestig@chromium.org Make more CFDE_TextOut::Piece pointers const. 2020-06-02 thestig@chromium.org Use size_t in CFDE_TextOut::Line. 2020-06-02 thestig@chromium.org Remove some unnecessary enum keywords. 2020-06-02 thestig@chromium.org Fix enum value style in CFX_Value. 2020-06-02 thestig@chromium.org Give CFDE_TextOut::Line methods/members better names. 2020-06-02 thestig@chromium.org Give CFDE_TextOut inner classes shorter names. 2020-06-02 thestig@chromium.org Flip a conditional in CPDF_RenderStatus::ProcessType3Text(). 2020-06-02 thestig@chromium.org Use |m_bPrint| more often in CPDF_RenderStatus. 2020-06-02 nigi@chromium.org Avoid setting FXTEXT_CLEARTYPE when FXTEXT_NOSMOOTH is in use. 2020-06-02 dsinclair@chromium.org Add CONTRIBUTING.md 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/+doc/master/autoroll/README.md Bug: None Tbr: pdfium-deps-rolls@chromium.org Change-Id: I4d8fbe8407daa0d41ddd92c8fcce5bec695aa789 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2227680Reviewed-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@{#774509}
-
Piotr Pawliczek authored
This patch pomotes the suite libcups_unittests added in CL:1797002. BUG=chromium:1069644 TEST=none Change-Id: I6acf5855dba0f700c3320b1333b5106a3cf25c1c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2227309Reviewed-by:
Ben Pastene <bpastene@chromium.org> Commit-Queue: Piotr Pawliczek <pawliczek@chromium.org> Cr-Commit-Position: refs/heads/master@{#774508}
-
Hitoshi Yoshida authored
IDL dictionary provides a way to check if a member is missing or not. This CL fixes a wrong way of the check in TrustedTypePolicy. Bug: 839389 Change-Id: I47206875af24089fb29fd1d92e3a82c97050ae1b Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2227937 Auto-Submit: Hitoshi Yoshida <peria@chromium.org> Commit-Queue: Kentaro Hara <haraken@chromium.org> Reviewed-by:
Kentaro Hara <haraken@chromium.org> Cr-Commit-Position: refs/heads/master@{#774507}
-
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/perfetto-trace-processor-win-chromium Please CC perfetto-bugs@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 Tbr: perfetto-bugs@google.com Change-Id: Id8b7dc0a61783ba86ae731539f888ba38a26ee18 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2227851Reviewed-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@{#774506}
-
Gavin Williams authored
- Whenever the Chrome OS print preview is opened this sends a printer status request for each printer in the recent destinations list. The status comes back from the printer and the color indicator is updated appropriately. - The "dot" span for the status indicator will be replaced by an icon in a subsequent CL. Bug: 1059607 Change-Id: I364f852b6be33db3b5014c04b11f14e5aca2c639 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2191976 Commit-Queue: Gavin Williams <gavinwill@chromium.org> Reviewed-by:
Rebekah Potter <rbpotter@chromium.org> Cr-Commit-Position: refs/heads/master@{#774505}
-
Yuki Shiino authored
Bug: 839389 Change-Id: I9dfd93e6f5d424bc262dc82e2bae1da6600689ab Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2226578Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Yuki Shiino <yukishiino@chromium.org> Cr-Commit-Position: refs/heads/master@{#774504}
-
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/perfetto-trace-processor-linux-chromium Please CC perfetto-bugs@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 Tbr: perfetto-bugs@google.com Change-Id: I949e1df36aa2e794babb88448bfd5e141771e565 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2227892Reviewed-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@{#774503}
-
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: I0493876bc1a9a68e6fbc797873cc911d171b888f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2227679Reviewed-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@{#774502}
-
Arthur Wang authored
This is a reland of 41dddd7d changes: fix logging.info and logging.error syntax issue. Original change's description: > Refractor manage_render_test_goldens.py and add manage_wpr_archives.py > > R=bsheedy@chromium.org,harringtond@chromium.org > > Bug: 1060399 > Change-Id: Ifb06c6a94a51a6b1a2815bf94fa8f5a53dec1db8 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2219525 > Reviewed-by: Haiyang Pan <hypan@google.com> > Reviewed-by: Robbie Iannucci <iannucci@chromium.org> > Reviewed-by: Dan H <harringtond@chromium.org> > Reviewed-by: Brian Sheedy <bsheedy@chromium.org> > Commit-Queue: Arthur Wang <wuwang@chromium.org> > Cr-Commit-Position: refs/heads/master@{#774253} Bug: 1060399 Change-Id: Id5e989cfca591e5f1aacd4f5024d29e894dae919 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2225243Reviewed-by:
Robbie Iannucci <iannucci@chromium.org> Reviewed-by:
Dan H <harringtond@chromium.org> Reviewed-by:
Brian Sheedy <bsheedy@chromium.org> Commit-Queue: Arthur Wang <wuwang@chromium.org> Cr-Commit-Position: refs/heads/master@{#774501}
-
Ben Schwartz authored
This change moves filtering of the DoH provider list and reporting of UMA metrics out of the UI code to dns_util.cc. This simplifies the UI code and enables sharing of functionality with the forthcoming Android DoH control UI. Change-Id: I66d0313d9e913ad1d34ac65a2278771261788b7d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2174779 Commit-Queue: Peter Kasting <pkasting@chromium.org> Reviewed-by:
Eric Orth <ericorth@chromium.org> Reviewed-by:
Avi Drissman <avi@chromium.org> Reviewed-by:
Peter Kasting <pkasting@chromium.org> Cr-Commit-Position: refs/heads/master@{#774500}
-
Rachel Wong authored
Bug: 1079169 Change-Id: I1b588fcee3b3594239c9b8fae3f85daf18850abf Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2227935Reviewed-by:
Thanh Nguyen <thanhdng@chromium.org> Commit-Queue: Rachel Wong <wrong@chromium.org> Cr-Commit-Position: refs/heads/master@{#774499}
-
Giovanni Ortuño Urquidi authored
This reverts commit dc9187da. Reason for revert: Causing failures on Network Service Linux: https://ci.chromium.org/p/chromium/builders/ci/Network%20Service%20Linux/6688 Mocha test failed: TabList PlaceTabElementAnimatesTabMoved AssertionError: expected 2 to equal 1 Original change's description: > WebUI Tab Strip: Animate tabs when moved > > This CL adds animation when an ungrouped, unpinned tab is moved, to > mostly facilitate the drag and drop experience. When the TabList's > placeTabElement is called, the method first determines if the > placement is causing a TabElement to move, then identifies which > elements the TabElement is being dragged across, and finally > animates the necessary distances for each TabElement. > > Bug: 1082344 > Change-Id: Ia0b55f4c8539429969197258d148ce236b29e7e2 > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2215248 > Commit-Queue: John Lee <johntlee@chromium.org> > Reviewed-by: dpapad <dpapad@chromium.org> > Cr-Commit-Position: refs/heads/master@{#774469} TBR=dpapad@chromium.org,johntlee@chromium.org Change-Id: Id1e22487b0aa2e48ba31edabf0ffe4554b2c0a63 No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 1082344 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2228370Reviewed-by:
Giovanni Ortuño Urquidi <ortuno@chromium.org> Commit-Queue: Giovanni Ortuño Urquidi <ortuno@chromium.org> Cr-Commit-Position: refs/heads/master@{#774498}
-
Giovanni Ortuño Urquidi authored
This reverts commit 1470bc06. Reason for revert: Still causing issues on windows: https://ci.chromium.org/p/chromium/builders/ci/Win7%20Tests%20%281%29/103592 [ RUN ] SupportedResolutionResolverTest.MultipleCodecs ../../media/gpu/windows/supported_profile_helpers_unittest.cc(249): error: Expected equality of these values: base::size(kSupportedH264Profiles) + 1 Which is: 4 supported_resolutions.size() Which is: 3 Stack trace: Backtrace: media::SupportedResolutionResolverTest_MultipleCodecs_Test::TestBody [0x00E22189+1133] [ FAILED ] SupportedResolutionResolverTest.MultipleCodecs (46 ms) Original change's description: > Refactor GetResolutionsForDecoders() to support AV1. Take #2 > > Same as the previous patch, but avoids assigning from a const& that > is destructed by the assignment. PS#1 is the original change, all > later patch sets are the new one. > > ---- [ Original Description Below ] ---- > > Does the following: > - Internalizes h264 and min resolution details. > - Sets the minimum resolution to 64,64 for both decoders. > - Only loops through the video device profiles once. > - Switches away from an std::pair to a named struct. > - Adds AV1 GUID values and uses them in DXVA decoder. > - Stops D3D11VideoDecoder for enumerating unsupported profiles. > - Stops using the DXVA2_Intel_ModeH264_E for enumeration. > - Gives all resolution tests a square resolution; e.g., 4k x 4k. > - Doesn't test or indicate support for a duplicate portrait resolution. > > TBR=liberato, tmathmeyer > > Bug: 1073252 > Test: Updated unittests. > Change-Id: I0503d43630238c0a11b3a683308232f13cfdf37b > Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2227969 > Reviewed-by: Dale Curtis <dalecurtis@chromium.org> > Commit-Queue: Dale Curtis <dalecurtis@chromium.org> > Cr-Commit-Position: refs/heads/master@{#774474} TBR=dalecurtis@chromium.org,liberato@chromium.org,tmathmeyer@chromium.org Change-Id: I253f981c011e79a68ccf3625386275e44698c57d No-Presubmit: true No-Tree-Checks: true No-Try: true Bug: 1073252 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2228369Reviewed-by:
Giovanni Ortuño Urquidi <ortuno@chromium.org> Commit-Queue: Giovanni Ortuño Urquidi <ortuno@chromium.org> Cr-Commit-Position: refs/heads/master@{#774497}
-
Hiroki Nakagawa authored
For code cleanup, this CL moves text_resource_decoder_builder.{cc,h} from core/loader/ to core/html/parser/. The files define BuildTextResourceDecoderFor() to generate TextResourceDecoder, but the decoder is implemented in core/html/parser/. Also, the files don't depend on files core/loader/. Based on them, core/html/parser/ would be a better place to put those files. Bug: n/a Change-Id: Ib31c23fc8750b6a57d94fa281342e371c146071d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2228010Reviewed-by:
Kouhei Ueno <kouhei@chromium.org> Commit-Queue: Hiroki Nakagawa <nhiroki@chromium.org> Cr-Commit-Position: refs/heads/master@{#774496}
-
Minoru Chikamune authored
HeapMojo wrappers require ExecutionContext to reset mojo objects when ExecutionContext is detached. Bug: 1049056 Change-Id: I8881349b0cc5870be87d5f465a12cc6eb6d9986a Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2220105Reviewed-by:
Kentaro Hara <haraken@chromium.org> Commit-Queue: Minoru Chikamune <chikamune@chromium.org> Cr-Commit-Position: refs/heads/master@{#774495}
-
chromium-autoroll authored
https://webrtc.googlesource.com/src.git/+log/955e9039eacd..43ccfecdb768 2020-06-03 peah@webrtc.org Remove unused instance of Ooura FFT 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/+doc/master/autoroll/README.md Bug: None Tbr: webrtc-chromium-sheriffs-robots@google.com Change-Id: I10136d7cc716e4ea422a094317d50f88ab345d5d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2227676Reviewed-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@{#774494}
-
Xianzhu Wang authored
They were added by wpt import. TBR=wangxianzhu@chromium.org Bug: 1080691 Change-Id: I26f98937b729235873702e466def504143ad2098 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2227893Reviewed-by:
Xianzhu Wang <wangxianzhu@chromium.org> Commit-Queue: Xianzhu Wang <wangxianzhu@chromium.org> Cr-Commit-Position: refs/heads/master@{#774493}
-
chromium-autoroll authored
https://swiftshader.googlesource.com/SwiftShader.git/+log/e817aaa40954..3ad285a60d82 2020-06-02 vantablack@google.com Added reference counting for PipelineLayout objects If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/swiftshader-chromium-autoroll Please CC swiftshader-team+autoroll@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_chromium_msan_rel_ng;luci.chromium.try:linux_optional_gpu_tests_rel;luci.chromium.try:mac_optional_gpu_tests_rel;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: swiftshader-team+autoroll@google.com Change-Id: Ie81bacf054d75286feffcff3fb91eb010337b23c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2227669Reviewed-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@{#774492}
-
Moe Ahmadi authored
Note: In order to simplify ZeroSuggest congifs and avoid conflicts, we are moving away from ZeroSuggestVariant. That means every ZeroSuggest congif is gated with a dedicated Feature. See crrev.com/c/2128686 Since local ZPS has been launched in the NTP Omnibox on Desktop and remote ZPS are expected to appear alongside local ZPS, local ZPS should be gated with the same dedicated features used for remote rZPS. Tested with the following command after deleting the ZeroSuggestVariant entries in fieldtrial_testing_config.json: out/Default/Chromium.app/Contents/MacOS/Chromium --enable-features=OmniboxReactiveZeroSuggestionsOnNTPRealbox --force-variation-ids=t3317462 --user-data-dir=tmp Both local ZPS and remote rZPS work as expected in signed out and signed in scenarios. Change-Id: I6fde3e773e474bade294e71b5dc9f3f9c4c86f6d Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2227121 Commit-Queue: Justin Donnelly <jdonnelly@chromium.org> Reviewed-by:
Justin Donnelly <jdonnelly@chromium.org> Cr-Commit-Position: refs/heads/master@{#774491}
-
Kent Tamura authored
Bug: 1069817 Change-Id: I005ca65c2e7b6234239d87c786d5479ea5cd9bb7 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2226487 Commit-Queue: Kent Tamura <tkent@chromium.org> Reviewed-by:
Koji Ishii <kojii@chromium.org> Reviewed-by:
Yoshifumi Inoue <yosin@chromium.org> Cr-Commit-Position: refs/heads/master@{#774490}
-
Andrey Kosyakov authored
This sets render process/routing id in DownloadCreateInfo to that of navigating frame instead of the top frame, so that the reported frame is consistent with navigation initiated through renderer-initiated download. Change-Id: I2fd472703ed745f01f9ec4428c1a3075055e9d7e Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2225832Reviewed-by:
Min Qin <qinmin@chromium.org> Commit-Queue: Andrey Kosyakov <caseq@chromium.org> Cr-Commit-Position: refs/heads/master@{#774489}
-
v8-ci-autoroll-builder authored
Summary of changes available at: https://chromium.googlesource.com/v8/v8/+log/b952659f..0f116b95 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: Ia303ecf3c796290d743618bf3f2b55f51417c31c Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2227989Reviewed-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@{#774488}
-
Miguel Casas authored
This CL reenables support for VA-API VP9 Profile 2 and 3 video decoding. This has been disabled because support for the high bit depth data types was not wired, pending VaapiVideoDecoder launch (crrev.com/c/2214764). Note that P010 is the VA and Gfx nomenclature for 10-bit per channel VASurfaces/Buffers respectively, whereas VideoFrames uses PIXEL_FORMAT_P016LE which is not exactly the same. Bug: 911754 Change-Id: I62a47930d43f34ca32761801b1fe36994488c1d4 Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2226774Reviewed-by:
Andres Calderon Jaramillo <andrescj@chromium.org> Reviewed-by:
Dan Sanders <sandersd@chromium.org> Commit-Queue: Miguel Casas <mcasas@chromium.org> Cr-Commit-Position: refs/heads/master@{#774487}
-