-
Notifications
You must be signed in to change notification settings - Fork 20
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3476f99
commit 6057273
Showing
104 changed files
with
4,912 additions
and
1,556 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
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
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
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,40 @@ | ||
{ | ||
"extends": ["stylelint-config-standard"], | ||
"plugins": ["stylelint-csstree-validator"], | ||
"ignoreFiles": ["build/**/*.css", "Sources/**/*.css", "docs/**/*.css"], | ||
"rules": { | ||
"csstree/validator": { | ||
"ignoreProperties": ["text-wrap"] | ||
}, | ||
"alpha-value-notation": null, | ||
"at-rule-empty-line-before": null, | ||
"color-function-notation": null, | ||
"color-hex-length": null, | ||
"comment-empty-line-before": null, | ||
"custom-property-empty-line-before": null, | ||
"custom-property-pattern": null, | ||
"declaration-block-no-redundant-longhand-properties": null, | ||
"declaration-empty-line-before": null, | ||
"function-url-quotes": null, | ||
"length-zero-no-unit": null, | ||
"media-feature-range-notation": null, | ||
"no-descending-specificity": null, | ||
"property-no-vendor-prefix": null, | ||
"rule-empty-line-before": null, | ||
"selector-attribute-quotes": null, | ||
"selector-class-pattern": null, | ||
"selector-pseudo-element-colon-notation": null, | ||
"shorthand-property-no-redundant-values": null, | ||
"no-duplicate-selectors": null, | ||
"comment-whitespace-inside": null, | ||
"declaration-block-no-duplicate-properties": null, | ||
"value-keyword-case": null, | ||
"keyframes-name-pattern": null, | ||
"block-no-empty": null, | ||
"selector-id-pattern": null, | ||
"declaration-block-no-shorthand-property-overrides": null, | ||
"font-family-no-missing-generic-family-keyword": null, | ||
"font-family-name-quotes": null, | ||
"value-no-vendor-prefix": null | ||
} | ||
} |
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 @@ | ||
- Move release debugging (#1155) |
Validating CODEOWNERS rules …
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 |
---|---|---|
@@ -1,26 +1,27 @@ | ||
* @jonathanKingston @shakyShane | ||
* @duckduckgo/content-scope-scripts-owners | ||
|
||
# Feature owners | ||
injected/src/features/fingerprinting-* @jonathanKingston @englehardt | ||
injected/src/canvas.js @jonathanKingston @englehardt | ||
injected/src/element-hiding.js @jonathanKingston @dharb | ||
injected/src/features/click-to-load.js @kzar @ladamski @franfaccin @jonathanKingston @shakyShane | ||
injected/src/features/click-to-load/ @kzar @ladamski @franfaccin @jonathanKingston @shakyShane | ||
injected/src/locales/click-to-load/ @kzar @ladamski @franfaccin @jonathanKingston @shakyShane | ||
injected/src/features/broker-protection.js @brianhall @shakyShane | ||
injected/src/features/broker-protection/ @brianhall @shakyShane | ||
injected/src/features/fingerprinting-* @duckduckgo/content-scope-scripts-owners @jonathanKingston @englehardt | ||
injected/src/canvas.js @duckduckgo/content-scope-scripts-owners @jonathanKingston @englehardt | ||
injected/src/element-hiding.js @duckduckgo/content-scope-scripts-owners @jonathanKingston @dharb | ||
injected/src/features/click-to-load.js @duckduckgo/content-scope-scripts-owners @kzar @ladamski @franfaccin @jonathanKingston @shakyShane | ||
injected/src/features/click-to-load/ @duckduckgo/content-scope-scripts-owners @kzar @ladamski @franfaccin @jonathanKingston @shakyShane | ||
injected/src/locales/click-to-load/ @duckduckgo/content-scope-scripts-owners @kzar @ladamski @franfaccin @jonathanKingston @shakyShane | ||
injected/src/features/broker-protection.js @duckduckgo/content-scope-scripts-owners @brianhall @shakyShane | ||
injected/src/features/broker-protection/ @duckduckgo/content-scope-scripts-owners @brianhall @shakyShane | ||
|
||
# Platform owners | ||
injected/entry-points/android.js @jonathanKingston @joshliebe | ||
injected/entry-points/chrome-mv3.js @kzar @sammacbeth | ||
injected/entry-points/chrome.js @jonathanKingston @sammacbeth | ||
injected/entry-points/windows.js @jonathanKingston @q71114 @szanto90balazs | ||
Sources/ @duckduckgo/content-scope-scripts-owners @duckduckgo/apple-devs | ||
injected/entry-points/android.js @duckduckgo/content-scope-scripts-owners @duckduckgo/android-devs | ||
injected/entry-points/chrome-mv3.js @duckduckgo/content-scope-scripts-owners @kzar @sammacbeth | ||
injected/entry-points/chrome.js @duckduckgo/content-scope-scripts-owners @kzar @sammacbeth | ||
injected/entry-points/windows.js @duckduckgo/content-scope-scripts-owners @duckduckgo/team-windows-development | ||
|
||
# Test owners | ||
injected/integration-tests/test-pages/ @kdzwinel @jonathanKingston | ||
injected/integration-tests/test-pages/ @duckduckgo/content-scope-scripts-owners @kdzwinel @jonathanKingston | ||
|
||
# Special Pages | ||
special-pages/ @shakyShane @mgurgel | ||
special-pages/ @duckduckgo/content-scope-scripts-owners @shakyShane @mgurgel | ||
|
||
# Others | ||
types-generator/ @shakyShane | ||
types-generator/ @duckduckgo/content-scope-scripts-owners @shakyShane |
Oops, something went wrong.