forked from mirrors/gecko-dev
		
	Bug 1607172 - Move dom third-party entries across to ThirdPartyPaths.txt, and clean up .eslintignore for dom. r=jya
Differential Revision: https://phabricator.services.mozilla.com/D59694 --HG-- extra : moz-landing-system : lando
This commit is contained in:
		
							parent
							
								
									bbe399b932
								
							
						
					
					
						commit
						1856b4108d
					
				
					 5 changed files with 20 additions and 12 deletions
				
			
		|  | @ -54,7 +54,6 @@ browser/components/pocket/content/panels/js/vendor/ | ||||||
| # Kept in sync with browser/components/newtab/.eslintignore | # Kept in sync with browser/components/newtab/.eslintignore | ||||||
| browser/components/newtab/data/ | browser/components/newtab/data/ | ||||||
| browser/components/newtab/logs/ | browser/components/newtab/logs/ | ||||||
| browser/components/newtab/vendor/ |  | ||||||
| 
 | 
 | ||||||
| # The only file in browser/locales/ is pre-processed. | # The only file in browser/locales/ is pre-processed. | ||||||
| browser/locales/ | browser/locales/ | ||||||
|  | @ -121,11 +120,11 @@ devtools/client/webconsole/test/browser/test-syntaxerror-worklet.js | ||||||
| # devtools specific format test file | # devtools specific format test file | ||||||
| devtools/server/tests/xpcshell/xpcshell_debugging_script.js | devtools/server/tests/xpcshell/xpcshell_debugging_script.js | ||||||
| 
 | 
 | ||||||
| # Third-party | # Generated | ||||||
| dom/canvas/test/webgl-conf/ | dom/canvas/test/webgl-conf/generated/ | ||||||
| dom/imptests/ | 
 | ||||||
| dom/media/webaudio/test/blink/ | # Intentionally invalid/not parsable | ||||||
| dom/media/webvtt/ | dom/html/test/test_bug677658.html | ||||||
| dom/svg/test/test_nonAnimStrings.xhtml | dom/svg/test/test_nonAnimStrings.xhtml | ||||||
| dom/svg/test/test_SVG_namespace_ids.html | dom/svg/test/test_SVG_namespace_ids.html | ||||||
| 
 | 
 | ||||||
|  | @ -135,10 +134,6 @@ dom/encoding/test/test_utf16_files.html | ||||||
| dom/encoding/test/file_utf16_be_bom.js | dom/encoding/test/file_utf16_be_bom.js | ||||||
| dom/encoding/test/file_utf16_le_bom.js | dom/encoding/test/file_utf16_le_bom.js | ||||||
| 
 | 
 | ||||||
| # Not parsable |  | ||||||
| dom/tests/mochitest/general/test_focusrings.xul |  | ||||||
| dom/html/test/test_bug677658.html |  | ||||||
| 
 |  | ||||||
| # Service workers fixtures which require specific resource caching. | # Service workers fixtures which require specific resource caching. | ||||||
| dom/base/test/file_js_cache.js | dom/base/test/file_js_cache.js | ||||||
| dom/serviceworkers/test/file_js_cache.js | dom/serviceworkers/test/file_js_cache.js | ||||||
|  |  | ||||||
|  | @ -17,7 +17,7 @@ var frameElem = document.getElementById('test-frame'); | ||||||
| //////////////////////////////////////////////////////////////////////// | //////////////////////////////////////////////////////////////////////// | ||||||
| 
 | 
 | ||||||
| window.webglTestHarness = { | window.webglTestHarness = { | ||||||
|   reportResults: function(pathname, success, message) { |   reportResults(pathname, success, message) { | ||||||
|     if (parent) { |     if (parent) { | ||||||
|       parent.ok(success, message); |       parent.ok(success, message); | ||||||
|     } else { |     } else { | ||||||
|  | @ -25,7 +25,7 @@ window.webglTestHarness = { | ||||||
|     } |     } | ||||||
|   }, |   }, | ||||||
| 
 | 
 | ||||||
|   notifyFinished: function(testPath) { |   notifyFinished(testPath) { | ||||||
|     if (parent) { |     if (parent) { | ||||||
|       parent.SimpleTest.finish(); |       parent.SimpleTest.finish(); | ||||||
|     } else { |     } else { | ||||||
|  |  | ||||||
							
								
								
									
										7
									
								
								dom/media/webvtt/tests/.eslintrc.js
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										7
									
								
								dom/media/webvtt/tests/.eslintrc.js
									
									
									
									
									
										Normal file
									
								
							|  | @ -0,0 +1,7 @@ | ||||||
|  | "use strict"; | ||||||
|  | 
 | ||||||
|  | module.exports = { | ||||||
|  |   "extends": [ | ||||||
|  |     "plugin:mozilla/xpcshell-test", | ||||||
|  |   ] | ||||||
|  | }; | ||||||
|  | @ -1,4 +1,7 @@ | ||||||
| #!/usr/bin/env node
 | #!/usr/bin/env node
 | ||||||
|  | 
 | ||||||
|  | /* eslint-env node */ | ||||||
|  | 
 | ||||||
| var gift = require("gift"), | var gift = require("gift"), | ||||||
|   fs = require("fs"), |   fs = require("fs"), | ||||||
|   argv = require("optimist") |   argv = require("optimist") | ||||||
|  |  | ||||||
|  | @ -24,6 +24,7 @@ devtools/shared/qrcode/encoder/ | ||||||
| devtools/shared/sprintfjs/ | devtools/shared/sprintfjs/ | ||||||
| devtools/shared/storage/vendor/ | devtools/shared/storage/vendor/ | ||||||
| dom/canvas/test/webgl-conf/checkout/ | dom/canvas/test/webgl-conf/checkout/ | ||||||
|  | dom/imptests/ | ||||||
| dom/media/gmp/rlz/ | dom/media/gmp/rlz/ | ||||||
| dom/media/gmp/widevine-adapter/content_decryption_module_export.h | dom/media/gmp/widevine-adapter/content_decryption_module_export.h | ||||||
| dom/media/gmp/widevine-adapter/content_decryption_module_ext.h | dom/media/gmp/widevine-adapter/content_decryption_module_ext.h | ||||||
|  | @ -34,12 +35,14 @@ dom/media/platforms/ffmpeg/ffmpeg58/ | ||||||
| dom/media/platforms/ffmpeg/libav53/ | dom/media/platforms/ffmpeg/libav53/ | ||||||
| dom/media/platforms/ffmpeg/libav54/ | dom/media/platforms/ffmpeg/libav54/ | ||||||
| dom/media/platforms/ffmpeg/libav55/ | dom/media/platforms/ffmpeg/libav55/ | ||||||
|  | dom/media/webaudio/test/blink/ | ||||||
| dom/media/webspeech/recognition/endpointer.cc | dom/media/webspeech/recognition/endpointer.cc | ||||||
| dom/media/webspeech/recognition/endpointer.h | dom/media/webspeech/recognition/endpointer.h | ||||||
| dom/media/webspeech/recognition/energy_endpointer.cc | dom/media/webspeech/recognition/energy_endpointer.cc | ||||||
| dom/media/webspeech/recognition/energy_endpointer.h | dom/media/webspeech/recognition/energy_endpointer.h | ||||||
| dom/media/webspeech/recognition/energy_endpointer_params.cc | dom/media/webspeech/recognition/energy_endpointer_params.cc | ||||||
| dom/media/webspeech/recognition/energy_endpointer_params.h | dom/media/webspeech/recognition/energy_endpointer_params.h | ||||||
|  | dom/media/webvtt/vtt.jsm | ||||||
| dom/tests/mochitest/ajax/ | dom/tests/mochitest/ajax/ | ||||||
| dom/tests/mochitest/dom-level1-core/ | dom/tests/mochitest/dom-level1-core/ | ||||||
| dom/tests/mochitest/dom-level2-core/ | dom/tests/mochitest/dom-level2-core/ | ||||||
|  |  | ||||||
		Loading…
	
		Reference in a new issue
	
	 Mark Banner
						Mark Banner