-
Notifications
You must be signed in to change notification settings - Fork 257
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #209 from duckduckgo/develop
version 2018-4-20
- Loading branch information
Showing
82 changed files
with
12,450 additions
and
1,048 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,5 +14,4 @@ shared/js/tldjs.js | |
build/firefox | ||
build/chrome | ||
build/safari | ||
package-lock.json | ||
test/background.js |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
language: node_js | ||
node_js: | ||
- 8.11.1 | ||
before_script: | ||
- npm install -g grunt-cli |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,92 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
<plist version="1.0"> | ||
<dict> | ||
<key>Author</key> | ||
<string>DuckDuckGo</string> | ||
<key>Builder Version</key> | ||
<string>13604.5.6</string> | ||
<key>CFBundleDisplayName</key> | ||
<string>DuckDuckGo Privacy Essentials</string> | ||
<key>CFBundleIdentifier</key> | ||
<string>com.duckduckgo.safari</string> | ||
<key>CFBundleInfoDictionaryVersion</key> | ||
<string>6.0</string> | ||
<key>CFBundleShortVersionString</key> | ||
<string>2018.4.20</string> | ||
<key>CFBundleVersion</key> | ||
<string>45</string> | ||
<key>Chrome</key> | ||
<dict> | ||
<key>Database Quota</key> | ||
<integer>104857600</integer> | ||
<key>Global Page</key> | ||
<string>html/background.html</string> | ||
<key>Popovers</key> | ||
<array> | ||
<dict> | ||
<key>Filename</key> | ||
<string>html/popup.html</string> | ||
<key>Height</key> | ||
<integer>600</integer> | ||
<key>Identifier</key> | ||
<string>popup</string> | ||
<key>Width</key> | ||
<integer>300</integer> | ||
</dict> | ||
</array> | ||
<key>Toolbar Items</key> | ||
<array> | ||
<dict> | ||
<key>Identifier</key> | ||
<string>popup_button</string> | ||
<key>Image</key> | ||
<string>img/[email protected]</string> | ||
<key>Label</key> | ||
<string>DuckDuckGo</string> | ||
<key>Palette Label</key> | ||
<string>DuckDuckGo</string> | ||
<key>Popover</key> | ||
<string>popup</string> | ||
<key>Tool Tip</key> | ||
<string>DuckDuckGo</string> | ||
</dict> | ||
</array> | ||
</dict> | ||
<key>Content</key> | ||
<dict> | ||
<key>Scripts</key> | ||
<dict> | ||
<key>Start</key> | ||
<array> | ||
<string>public/js/content-scripts/on-install.js</string> | ||
<string>public/js/content-scripts/content-script.js</string> | ||
</array> | ||
</dict> | ||
<key>Stylesheets</key> | ||
<array> | ||
<string>public/css/noatb.css</string> | ||
</array> | ||
</dict> | ||
<key>Description</key> | ||
<string>Privacy, simplified. Protect your data as you search and browse the web.</string> | ||
<key>DeveloperIdentifier</key> | ||
<string>HKE973VLUW</string> | ||
<key>ExtensionInfoDictionaryVersion</key> | ||
<string>1.0</string> | ||
<key>Permissions</key> | ||
<dict> | ||
<key>Website Access</key> | ||
<dict> | ||
<key>Include Secure Pages</key> | ||
<true/> | ||
<key>Level</key> | ||
<string>All</string> | ||
</dict> | ||
</dict> | ||
<key>Update Manifest URL</key> | ||
<string>http://duckduckgo.com/extensions/duckduckgo.plist</string> | ||
<key>Website</key> | ||
<string>http://duckduckgo.com</string> | ||
</dict> | ||
</plist> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
<plist version="1.0"> | ||
<array> | ||
<dict> | ||
<key>DefaultValue</key> | ||
<true/> | ||
<key>Key</key> | ||
<string>default_search_engine</string> | ||
<key>Title</key> | ||
<string>Make DuckDuckGo the default search engine</string> | ||
<key>Type</key> | ||
<string>CheckBox</string> | ||
</dict> | ||
</array> | ||
</plist> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd"> | ||
<plist version="1.0"> | ||
<dict> | ||
<key>Extension Updates</key> | ||
<array> | ||
<dict> | ||
<key>CFBundleIdentifier</key> | ||
<string>com.duckduckgo.safari</string> | ||
<key>Developer Identifier</key> | ||
<string>HKE973VLUW</string> | ||
<key>CFBundleVersion</key> | ||
<string>39</string> | ||
<key>CFBundleShortVersionString</key> | ||
<string>1.9.0</string> | ||
<key>URL</key> | ||
<string>http://duckduckgo.com/extensions/duckduckgo.safariextz</string> | ||
<key>Update From Gallery</key> | ||
<true/> | ||
</dict> | ||
</array> | ||
</dict> | ||
</plist> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
module.exports = function(config) { | ||
process.env.CHROME_BIN = require('puppeteer').executablePath() | ||
|
||
let configuration = { | ||
basePath: '', | ||
frameworks: ['jasmine','source-map-support'], | ||
singleRun: true, | ||
files: [], | ||
logLevel: config.LOG_ERROR, | ||
browsers: ['ChromeHeadless'], | ||
reporters: ['dots'], | ||
customLaunchers: { | ||
Chrome_travis_ci: { | ||
base: 'ChromeHeadless', | ||
flags: ['--no-sandbox'] | ||
} | ||
} | ||
} | ||
|
||
if(process.env.TRAVIS){ | ||
configuration.browsers = ['Chrome_travis_ci']; | ||
} | ||
|
||
config.set(configuration) | ||
}; |
Oops, something went wrong.