mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-11-11 05:39:41 +02:00
--HG-- rename : toolkit/components/thumbnails/PageThumbsStorageService.js => toolkit/components/thumbnails/PageThumbsStorageService.jsm extra : source : 18f156d6355adadcce5dbb98ed9a9415e52a9684
21 lines
834 B
Python
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',
|
|
},
|
|
]
|