Make WordPress Core

Opened 4 years ago

Last modified 3 weeks ago

#52699 assigned enhancement

Flash is dead

Reported by: mkeck's profile mkeck Owned by: adamsilverstein's profile adamsilverstein
Milestone: 6.9 Priority: low
Severity: normal Version:
Component: General Keywords: has-patch early add-to-field-guide needs-dev-note
Focuses: javascript, administration, performance Cc:

Description

Hello,

since Adobe does not support Flash anymore and nearly all browsers and OS too, I think it does not make sense to include follow things:

  • swfobject
  • flash fallback for upload
  • pupload flash

Change History (12)

#1 @fierevere
4 years ago

  • Resolution set to duplicate
  • Status changed from new to closed

Duplicate of #52576.

thank you, its already been reported here:
https://core.trac.wordpress.org/ticket/52576

#2 @SergeyBiryukov
4 years ago

  • Resolution duplicate deleted
  • Status changed from closed to reopened

Hi there, welcome to WordPress Trac! Thanks for the ticket.

Reopening, as I think this is different enough to be considered separately from #52576, which only focused on a single message in MediaElement.js.

#3 @johnbillion
4 years ago

  • Keywords needs-patch added
  • Milestone changed from Awaiting Review to Future Release
  • Priority changed from normal to low
  • Type changed from feature request to task (blessed)
  • Version 5.6 deleted

This ticket was mentioned in PR #3043 on WordPress/wordpress-develop by Tabrisrp.


3 years ago
#4

  • Keywords has-patch added; needs-patch removed

Remove swfobject and swfupload from codebase since Flash is unsupported now

Trac ticket: https://core.trac.wordpress.org/ticket/52699

#5 @flixos90
8 weeks ago

@johnbillion There hasn't been any activity on this in years, but there is the PR https://github.com/WordPress/wordpress-develop/pull/3043 by @tabrisrp that hasn't been reviewed yet.

I know it's low priority, but if the patch is good, we may want to get this in soon?

#6 @johnbillion
8 weeks ago

  • Keywords early added
  • Milestone changed from Future Release to 6.9

There is a chance that a plugin or theme has swfobject or swfupload as a script dependency even though it's not actually used. Let's rip these out in 6.9 early.

This ticket was mentioned in Slack in #core-performance by adamsilverstein. View the logs.


4 weeks ago

#8 @adamsilverstein
4 weeks ago

  • Owner set to adamsilverstein
  • Status changed from reopened to assigned

The PR looks good to me. We discussed this at the Performance bug scrub today and this seems ready to go for 6.9 (early).

@audrasjb commented on PR #3043:


3 weeks ago
#9

AH. Hmm no we need a PR udpate as this one has conflicts with current trunk.

#10 @audrasjb
3 weeks ago

  • Keywords add-to-field-guide needs-dev-note needs-refresh added
  • Type changed from task (blessed) to enhancement

This ticket was mentioned in PR #8621 on WordPress/wordpress-develop by @sainathpoojary.


3 weeks ago
#11

  • Keywords needs-refresh removed

This PR removes swfobject and swfupload, as Flash is no longer supported. These scripts are outdated and no longer needed.

Trac ticket: #52699
Original PR: #3043

#12 @sainathpoojary
3 weeks ago

Hi @audrasjb,
I’ve resolved the merge conflicts and submitted the PR. Please review it when you have a moment.

Note: See TracTickets for help on using tickets.