mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-07 00:08:39 +09:00
Include blankthumb in the correct file.
This commit is contained in:
parent
44709de216
commit
1a5eb981a7
3 changed files with 5 additions and 5 deletions
|
|
@ -41,6 +41,9 @@ XPCOMUtils.defineLazyModuleGetter(this, "ContextualIdentityService",
|
|||
"resource://gre/modules/ContextualIdentityService.jsm");
|
||||
const global = this;
|
||||
|
||||
// contains base64 version of a placeholder thumbnail
|
||||
#include blankthumb.inc
|
||||
|
||||
const BackgroundPageThumbs = {
|
||||
|
||||
/**
|
||||
|
|
|
|||
|
|
@ -28,9 +28,6 @@ const MAX_THUMBNAIL_AGE_SECS = 172800; // 2 days == 60*60*24*2 == 172800 secs.
|
|||
*/
|
||||
const THUMBNAIL_DIRECTORY = "thumbnails";
|
||||
|
||||
// contains base64 version of a placeholder thumbnail
|
||||
#include blankthumb.inc
|
||||
|
||||
Cu.import("resource://gre/modules/XPCOMUtils.jsm", this);
|
||||
Cu.import("resource://gre/modules/PromiseWorker.jsm", this);
|
||||
Cu.import("resource://gre/modules/Promise.jsm", this);
|
||||
|
|
|
|||
|
|
@ -13,13 +13,13 @@ EXTRA_COMPONENTS += [
|
|||
]
|
||||
|
||||
EXTRA_JS_MODULES += [
|
||||
'BackgroundPageThumbs.jsm',
|
||||
'PageThumbs.jsm',
|
||||
'PageThumbsWorker.js',
|
||||
'PageThumbUtils.jsm',
|
||||
]
|
||||
|
||||
EXTRA_PP_JS_MODULES += [
|
||||
'PageThumbs.jsm',
|
||||
'BackgroundPageThumbs.jsm',
|
||||
]
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue