Changeset 231922 in webkit


Ignore:
Timestamp:
May 17, 2018 3:12:32 PM (6 years ago)
Author:
Brent Fulgham
Message:

Correct default for StorageAccess API
https://bugs.webkit.org/show_bug.cgi?id=185748
<rdar://problem/40220659>

Reviewed by Dean Jackson.

Flip the default state to 'true' so that the new "sticky" state
for Storage Access API and attributing user interaction for
Storage Access API use is applied by default.

  • Shared/WebPreferences.yaml:
Location:
trunk/Source/WebKit
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/Source/WebKit/ChangeLog

    r231917 r231922  
     12018-05-17  Brent Fulgham  <bfulgham@apple.com>
     2
     3        Correct default for StorageAccess API
     4        https://bugs.webkit.org/show_bug.cgi?id=185748
     5        <rdar://problem/40220659>
     6
     7        Reviewed by Dean Jackson.
     8
     9        Flip the default state to 'true' so that the new "sticky" state
     10        for Storage Access API and attributing user interaction for
     11        Storage Access API use is applied by default.
     12
     13        * Shared/WebPreferences.yaml:
     14
    1152018-05-17  Carlos Alberto Lopez Perez  <clopez@igalia.com>
    216
  • trunk/Source/WebKit/Shared/WebPreferences.yaml

    r231903 r231922  
    12721272StorageAccessPromptsEnabled:
    12731273    type: bool
    1274     defaultValue: false
     1274    defaultValue: true
    12751275    humanReadableName: "Prompt for Storage Access API Requests"
    12761276    humanReadableDescription: "Prompt the user when Storage Access API calls are made"
Note: See TracChangeset for help on using the changeset viewer.