Changeset 249430 in webkit


Ignore:
Timestamp:
Sep 3, 2019 9:08:43 AM (5 years ago)
Author:
Brent Fulgham
Message:

[macOS] Correct sandbox violation in Flash plugin
https://bugs.webkit.org/show_bug.cgi?id=201228
<rdar://problem/54347503>

Reviewed by Alex Christensen.

  • PluginProcess/mac/com.apple.WebKit.plugin-common.sb.in:
Location:
trunk/Source/WebKit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r249419 r249430  
     12019-08-28  Brent Fulgham  <bfulgham@apple.com>
     2
     3        [macOS] Correct sandbox violation in Flash plugin
     4        https://bugs.webkit.org/show_bug.cgi?id=201228
     5        <rdar://problem/54347503>
     6
     7        Reviewed by Alex Christensen.
     8
     9        * PluginProcess/mac/com.apple.WebKit.plugin-common.sb.in:
     10
    1112019-09-03  Carlos Garcia Campos  <cgarcia@igalia.com>
    212
  • trunk/Source/WebKit/PluginProcess/mac/com.apple.WebKit.plugin-common.sb.in

    r245822 r249430  
    5353    (iokit-property "Apple(DisplayType|GVAKeyDoesNotExist|IntelMEVABundleName|Sense)")
    5454    (iokit-property "CFBundleIdentifier")
     55    (iokit-property "CFBundleIdentifierKernel") ;; <rdar://problem/54347503>
    5556    (iokit-property-regex #"^Display(ParameterHandlerUsesCharPtr|ProductID|Routing|SerialNumber|VendorID)")
    5657    (iokit-property "Development")
     
    9192    (iokit-property-regex #"^IOGVA(BGRAEnc|Codec|EncoderRestricted|Scaler|VTCapabilities)")
    9293    (iokit-property-regex "^IOGVA[A-Z]+(De|En)code")
     94    (iokit-property "IOGVAH264EncodeCapabilities") ;; <rdar://problem/49498040>
    9395    (iokit-property "IOI2CTransactionTypes")
    9496    (iokit-property "IOKitDebug")
Note: See TracChangeset for help on using the changeset viewer.