forked from mirrors/gecko-dev
		
	 c6636c8067
			
		
	
	
		c6636c8067
		
	
	
	
	
		
			
			MozReview-Commit-ID: 9LZZXTKGCOb --HG-- rename : devtools/server/tests/mochitest/test_websocket-server.html => devtools/server/socket/tests/test_websocket-server.html rename : devtools/server/websocket-server.js => devtools/server/socket/websocket-server.js extra : rebase_source : bc009ad0078394d2e24599fcd999ad6123ee094a
		
			
				
	
	
		
			11 lines
		
	
	
	
		
			387 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			11 lines
		
	
	
	
		
			387 B
		
	
	
	
		
			Python
		
	
	
	
	
	
| # -*- Mode: python; indent-tabs-mode: nil; tab-width: 40 -*-
 | |
| # vim: set filetype=python:
 | |
| # This Source Code Form is subject to the terms of the Mozilla Public
 | |
| # License, v. 2.0. If a copy of the MPL was not distributed with this
 | |
| # file, You can obtain one at http://mozilla.org/MPL/2.0/.
 | |
| 
 | |
| MOCHITEST_CHROME_MANIFESTS += ['tests/chrome.ini']
 | |
| 
 | |
| DevToolsModules(
 | |
|     'websocket-server.js',
 | |
| )
 |