gecko-dev/toolkit/components/thumbnails/components.conf
Kris Maglione 3690a74cdd Bug 1524688: Part 25 - Convert PageThumbsComponents to static registration. r=adw
--HG--
rename : toolkit/components/thumbnails/PageThumbsStorageService.js => toolkit/components/thumbnails/PageThumbsStorageService.jsm
extra : source : 18f156d6355adadcce5dbb98ed9a9415e52a9684
2019-01-29 21:23:45 -08:00

21 lines
834 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 = [
{
'cid': '{5a4ae9b5-f475-48ae-9dce-0b4c1d347884}',
'contract_ids': ['@mozilla.org/network/protocol;1?name=moz-page-thumb'],
'type': 'PageThumbsProtocol',
'headers': ['/toolkit/components/thumbnails/PageThumbsProtocol.h'],
},
{
'cid': '{97943eec-0e48-49ef-b7b7-cf4aa0109bb6}',
'contract_ids': ['@mozilla.org/thumbnails/pagethumbs-service;1'],
'jsm': 'resource://gre/modules/PageThumbsStorageService.jsm',
'constructor': 'PageThumbsStorageService',
},
]