Skip to content
This repository was archived by the owner on May 10, 2024. It is now read-only.

Commit

Permalink
Fix for review
Browse files Browse the repository at this point in the history
  • Loading branch information
cuba committed Sep 8, 2022
1 parent c230ee5 commit 24bcf0c
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 6 deletions.
1 change: 0 additions & 1 deletion Client/WebFilters/FilterListInterface.swift
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,6 @@ extension FilterListInterface {

return [
.filterListContentBlockingBehaviors(uuid: uuid, componentId: filterListComponentId)
//.filterListAdBlockRules(uuid: uuid, componentId: filterListComponentId)
]
}
}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@
<attribute name="url" optional="YES" attributeType="String"/>
<attribute name="visits" optional="YES" attributeType="Integer 32" defaultValueString="0" usesScalarValueType="YES"/>
<attribute name="wallet_permittedAccounts" optional="YES" attributeType="String"/>
<attribute name="wallet_solanaPermittedAcccounts" optional="YES" attributeType="String"/>
<attribute name="zoom_level" optional="YES" attributeType="Double" usesScalarValueType="NO"/>
<relationship name="bookmarks" optional="YES" toMany="YES" deletionRule="Nullify" destinationEntity="Bookmark" inverseName="domain" inverseEntity="Bookmark"/>
<relationship name="favicon" optional="YES" maxCount="1" deletionRule="Cascade" destinationEntity="Favicon" inverseName="domain" inverseEntity="Favicon"/>
Expand Down Expand Up @@ -123,7 +124,7 @@
</uniquenessConstraint>
</uniquenessConstraints>
</entity>
<entity name="FilterListSetting" representedClassName="Data.FilterListSetting" syncable="YES">
<entity name="FilterListSetting" representedClassName="FilterListSetting" syncable="YES">
<attribute name="componentId" optional="YES" attributeType="String"/>
<attribute name="folderPath" optional="YES" attributeType="String"/>
<attribute name="isEnabled" attributeType="Boolean" defaultValueString="NO" usesScalarValueType="YES"/>
Expand All @@ -138,8 +139,13 @@
<relationship name="domain" optional="YES" maxCount="1" deletionRule="Nullify" destinationEntity="Domain" inverseName="historyItems" inverseEntity="Domain"/>
</entity>
<entity name="PlaylistFolder" representedClassName="Data.PlaylistFolder" syncable="YES">
<attribute name="creatorLink" optional="YES" attributeType="String"/>
<attribute name="creatorName" optional="YES" attributeType="String"/>
<attribute name="dateAdded" attributeType="Date" usesScalarValueType="NO"/>
<attribute name="order" attributeType="Integer 32" defaultValueString="0" usesScalarValueType="YES"/>
<attribute name="sharedFolderETag" optional="YES" attributeType="String"/>
<attribute name="sharedFolderId" optional="YES" attributeType="String"/>
<attribute name="sharedFolderUrl" optional="YES" attributeType="String"/>
<attribute name="title" attributeType="String"/>
<attribute name="uuid" attributeType="String"/>
<relationship name="playlistItems" optional="YES" toMany="YES" deletionRule="Cascade" destinationEntity="PlaylistItem" inverseName="playlistFolder" inverseEntity="PlaylistItem"/>
Expand All @@ -154,6 +160,7 @@
<attribute name="order" attributeType="Integer 32" defaultValueString="0" usesScalarValueType="YES"/>
<attribute name="pageSrc" attributeType="String"/>
<attribute name="pageTitle" optional="YES" attributeType="String"/>
<attribute name="uuid" optional="YES" attributeType="String"/>
<relationship name="playlistFolder" optional="YES" maxCount="1" deletionRule="Nullify" destinationEntity="PlaylistFolder" inverseName="playlistItems" inverseEntity="PlaylistFolder"/>
</entity>
<entity name="RecentSearch" representedClassName="Data.RecentSearch" syncable="YES">
Expand Down Expand Up @@ -192,15 +199,15 @@
<element name="BraveVPNAlert" positionX="-351" positionY="-270" width="128" height="134"/>
<element name="DataSaved" positionX="-378.8814697265625" positionY="-320.8398132324219" width="128" height="59"/>
<element name="Device" positionX="-314.8486938476562" positionY="-207" width="128" height="150"/>
<element name="Domain" positionX="225" positionY="-321" width="128" height="254"/>
<element name="Domain" positionX="225" positionY="-321" width="128" height="269"/>
<element name="Favicon" positionX="439" positionY="-414" width="128" height="104"/>
<element name="FeedSourceOverride" positionX="-530.2741088867188" positionY="-324.5160522460938" width="128" height="59"/>
<element name="FilterListSetting" positionX="-141.4375" positionY="-97.33984375" width="128" height="89"/>
<element name="History" positionX="493" positionY="-150" width="128" height="119"/>
<element name="PlaylistFolder" positionX="-207.20556640625" positionY="-430.9707641601562" width="128" height="104"/>
<element name="PlaylistItem" positionX="-146.2350463867188" positionY="-301.473388671875" width="128" height="179"/>
<element name="PlaylistFolder" positionX="-207.20556640625" positionY="-430.9707641601562" width="128" height="179"/>
<element name="PlaylistItem" positionX="-146.2350463867188" positionY="-301.473388671875" width="128" height="194"/>
<element name="RecentSearch" positionX="-573.386474609375" positionY="-432.0953826904297" width="128" height="89"/>
<element name="RSSFeedSource" positionX="-413.9057006835938" positionY="-436.2492065429688" width="128" height="59"/>
<element name="TabMO" positionX="-488" positionY="-229" width="128" height="224"/>
<element name="FilterListSetting" positionX="-360" positionY="-279" width="128" height="89"/>
</elements>
</model>

0 comments on commit 24bcf0c

Please sign in to comment.