mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
about:startup - change chrome package name for jquery stuff so that it's clear that it's private
This commit is contained in:
parent
0a8b7cdc4a
commit
fa24d1f3c7
@ -51,9 +51,9 @@
|
||||
<title>&about.startup.title;</title>
|
||||
<link rel="stylesheet" href="chrome://global/skin/aboutSupport.css" type="text/css"/>
|
||||
<link rel="stylesheet" href="chrome://global/skin/aboutStartup.css" type="text/css"/>
|
||||
<script type="application/javascript" src="chrome://jquery/content/jquery.js"/>
|
||||
<script type="application/javascript" src="chrome://jquery/content/jquery.flot.js"/>
|
||||
<script type="application/javascript" src="chrome://jquery/content/jquery.flot.selection.js"/>
|
||||
<script type="application/javascript" src="chrome://unstable-mozilla-private/content/jquery.js"/>
|
||||
<script type="application/javascript" src="chrome://unstable-mozilla-private/content/jquery.flot.js"/>
|
||||
<script type="application/javascript" src="chrome://unstable-mozilla-private/content/jquery.flot.selection.js"/>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
@ -2,7 +2,7 @@ toolkit.jar:
|
||||
% content global %content/global/ contentaccessible=yes
|
||||
% content global-platform %content/global-platform/ platform
|
||||
% content global-region %content/global-region/
|
||||
% content jquery %content/jquery/
|
||||
% content unstable-mozilla-private %content/jquery/
|
||||
# provide the nsTransferable in nsDragAndDrop.js to extensions that have to
|
||||
# work with Geckos from before 1.9, when there was a separate file
|
||||
% override chrome://global/content/nsTransferable.js chrome://global/content/nsDragAndDrop.js
|
||||
|
@ -108,6 +108,15 @@ interface nsIXULRuntime : nsISupports
|
||||
*/
|
||||
void invalidateCachesOnRestart();
|
||||
|
||||
/**
|
||||
* Starts a child process. This method is intented to pre-start a
|
||||
* content child process so that when it is actually needed, it is
|
||||
* ready to go.
|
||||
*
|
||||
* @throw NS_ERROR_NOT_AVAILABLE if not available.
|
||||
*/
|
||||
void ensureContentProcess();
|
||||
|
||||
/**
|
||||
* Recorded timestamp indicating when the operating system began launching the app
|
||||
*/
|
||||
@ -117,13 +126,4 @@ interface nsIXULRuntime : nsISupports
|
||||
* Recorded timestamp indicating when app startup began (essentially XRE_Main)
|
||||
*/
|
||||
readonly attribute unsigned long long startupTimestamp;
|
||||
|
||||
/**
|
||||
* Starts a child process. This method is intented to pre-start a
|
||||
* content child process so that when it is actually needed, it is
|
||||
* ready to go.
|
||||
*
|
||||
* @throw NS_ERROR_NOT_AVAILABLE if not available.
|
||||
*/
|
||||
void ensureContentProcess();
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user