Skip to content
This repository has been archived by the owner on Dec 11, 2019. It is now read-only.

Commit

Permalink
Remove unused locale/styles for extensions
Browse files Browse the repository at this point in the history
-
Removing extensions setting from advancedTab
left some l10n/style files unused leading to dead code.
Follow-up of #8257
Auditors: @NejcZdovc
Test plan: n/a

Test Plan:
  • Loading branch information
cezaraugusto committed Apr 13, 2017
1 parent 5a0e134 commit e74f0e5
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
5 changes: 0 additions & 5 deletions app/extensions/brave/locales/en-US/preferences.properties
Original file line number Diff line number Diff line change
Expand Up @@ -239,7 +239,6 @@ lastPass=LastPass®
enpass=Enpass® (requires application)
bitwarden=bitwarden®
doNotManageMyPasswords=Don't manage my passwords
usePDFJS=Enable HTML5 PDF reader *
enableFlash=Enable Adobe Flash support
widevineSection=Google Widevine Support
enableWidevine=Enable Google Widevine support
Expand All @@ -256,10 +255,7 @@ bookmarkToolbarShowFavicon=Favicons
bookmarkToolbarShowOnlyFavicon=Show only favicon
contentSettings=Content Settings
extensions=Extensions
enableExtension=Enable {{extensionName}}
enableVimium=Enable Vimium
moreExtensionsComingSoon=More extensions coming soon…
viewInstalledExtensions=View Installed Extensions…
useHardwareAcceleration=Use hardware acceleration when available *
useSmoothScroll=Enable smooth scrolling *
defaultZoomLevel=Default zoom level
Expand Down Expand Up @@ -357,7 +353,6 @@ defaultBrowser=Brave is your default browser.
notDefaultBrowser=Brave is not your default browser.
setAsDefault=Set as default…
checkDefaultOnStartup=Always check on startup
useTorrentViewer=Enable Torrent Viewer *
dashboardSettingsTitle=Dashboard
dashboardShowImages=Show images
requiresRestart=* Requires browser restart
Expand Down
5 changes: 0 additions & 5 deletions less/about/preferences.less
Original file line number Diff line number Diff line change
Expand Up @@ -584,11 +584,6 @@ table.sortableTable {
}
}

.moreExtensionsComingSoon {
padding-top: 10px;
font-style: italic;
}

.widevineInfo {
line-height: 1.3em;

Expand Down

1 comment on commit e74f0e5

@NejcZdovc
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

++

Please sign in to comment.