Bug 195607 - Remove OS X Server QuickTime plugin quirks
Summary: Remove OS X Server QuickTime plugin quirks
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Plug-ins (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Ryosuke Niwa
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2019-03-11 22:56 PDT by Ryosuke Niwa
Modified: 2019-03-12 00:01 PDT (History)
11 users (show)

See Also:


Attachments
Cleanup (3.89 KB, patch)
2019-03-11 23:28 PDT, Ryosuke Niwa
bfulgham: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ryosuke Niwa 2019-03-11 22:56:44 PDT
https://trac.webkit.org/r87244 added a site specific quirk for Mac OS X Sever wiki pages.
However, the issue has since been resolved as of OS X Mountain Lion.

Apple has ended the support of this operating system in September 2015,
and iTunes' support subsequently ended in August 2016.

Furthermore, the latest versions of Safari no longer supports non-Flash plugins.

So the only scenario in which this code will be triggered is with custom WKWebView / WebKitLegacy app
which loads OS X Server pages running OS X Mountain Lion or earlier.

Given these, I think we can remove this site specific quirk.
Comment 1 Brent Fulgham 2019-03-11 23:28:18 PDT
Do it!
Comment 2 Ryosuke Niwa 2019-03-11 23:28:25 PDT
Created attachment 364355 [details]
Cleanup
Comment 3 Brent Fulgham 2019-03-11 23:31:43 PDT
Comment on attachment 364355 [details]
Cleanup

View in context: https://bugs.webkit.org/attachment.cgi?id=364355&action=review

Nice! I find all of this code removal to be cathartic!

> Source/WebCore/ChangeLog:9
> +	However, the issue has since been resolved as of OS X Mountain Lion,

Weird white spacing on this line.

> Source/WebCore/ChangeLog:13
> +        the only scenario in which this quirk come into play is when a third party app

“comes into play”
Comment 4 EWS Watchlist 2019-03-11 23:32:56 PDT
Attachment 364355 [details] did not pass style-queue:


ERROR: Source/WebCore/ChangeLog:9:  Line contains tab character.  [whitespace/tab] [5]
Total errors found: 1 in 2 files


If any of these errors are false positives, please file a bug against check-webkit-style.
Comment 5 Ryosuke Niwa 2019-03-11 23:49:32 PDT
(In reply to Brent Fulgham from comment #3)
> Comment on attachment 364355 [details]
> Cleanup
> 
> View in context:
> https://bugs.webkit.org/attachment.cgi?id=364355&action=review
> 
> Nice! I find all of this code removal to be cathartic!
> 
> > Source/WebCore/ChangeLog:9
> > +	However, the issue has since been resolved as of OS X Mountain Lion,
> 
> Weird white spacing on this line.

Fixed.

> > Source/WebCore/ChangeLog:13
> > +        the only scenario in which this quirk come into play is when a third party app
> 
> “comes into play”

Fixed.
Comment 6 Ryosuke Niwa 2019-03-11 23:55:47 PDT
For those at Apple, also see <rdar://problem/9489557>.
Comment 7 Ryosuke Niwa 2019-03-11 23:58:22 PDT
Committed r242784: <https://trac.webkit.org/changeset/242784>
Comment 8 Radar WebKit Bug Importer 2019-03-11 23:59:23 PDT
<rdar://problem/48799810>