Bug 325745 - "Help menu says 'Check for Updates' rather than 'Apply Downloaded Update' when restarting later". r=darin.

This commit is contained in:
bent.mozilla%gmail.com 2006-04-20 16:28:54 +00:00
Родитель d68044ddc1
Коммит 4d6bc90a34
1 изменённых файлов: 6 добавлений и 1 удалений

Просмотреть файл

@ -114,7 +114,7 @@ interface nsIUpdatePatch : nsISupports
* that the front end and other application services can use to learn more
* about what is going on.
*/
[scriptable, uuid(b0fb539e-f4ab-4ea1-bd75-e6d2813e5fc1)]
[scriptable, uuid(8e5822a6-c5d4-4537-be0a-9c95ba13ea2f)]
interface nsIUpdate : nsISupports
{
/**
@ -169,6 +169,11 @@ interface nsIUpdate : nsISupports
*/
attribute AString serviceURL;
/**
* The channel used to retrieve this update from the Update Service.
*/
attribute AString channel;
/**
* Whether or not the update being downloaded is a complete replacement of
* the user's existing installation or a patch representing the difference