mirror of
				https://github.com/mozilla/gecko-dev.git
				synced 2025-11-04 02:09:05 +02:00 
			
		
		
		
	
		
			
				
	
	
		
			16 lines
		
	
	
	
		
			638 B
		
	
	
	
		
			Python
		
	
	
	
	
	
			
		
		
	
	
			16 lines
		
	
	
	
		
			638 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/.
 | 
						|
 | 
						|
Classes = [
 | 
						|
    {
 | 
						|
        'js_name': 'urlFormatter',
 | 
						|
        'cid': '{e6156350-2be8-11db-a98b-0800200c9a66}',
 | 
						|
        'contract_ids': ['@mozilla.org/toolkit/URLFormatterService;1'],
 | 
						|
        'interfaces': ['nsIURLFormatter'],
 | 
						|
        'esModule': 'resource://gre/modules/URLFormatter.sys.mjs',
 | 
						|
        'constructor': 'nsURLFormatterService',
 | 
						|
    },
 | 
						|
]
 |