mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 22:01:30 +00:00
Backed out changeset bab6f837fc64 (bug 1060540) for causing regressions
This commit is contained in:
parent
6be703108c
commit
2b2ca4d5bc
@ -12,7 +12,7 @@ interface nsIProfileUnlocker;
|
||||
* Hold on to a profile lock. Once you release the last reference to this
|
||||
* interface, the profile lock is released.
|
||||
*/
|
||||
[builtinclass, scriptable, uuid(b1c2f328-de6e-45af-a53a-5ec7ce23166e)]
|
||||
[scriptable, uuid(7c58c703-d245-4864-8d75-9648ca4a6139)]
|
||||
interface nsIProfileLock : nsISupports
|
||||
{
|
||||
/**
|
||||
@ -43,8 +43,10 @@ interface nsIProfileLock : nsISupports
|
||||
|
||||
/**
|
||||
* A interface representing a profile.
|
||||
* @note THIS INTERFACE SHOULD BE IMPLEMENTED BY THE TOOLKIT CODE ONLY! DON'T
|
||||
* EVEN THINK ABOUT IMPLEMENTING THIS IN JAVASCRIPT!
|
||||
*/
|
||||
[builtinclass, scriptable, uuid(cc53f90b-d1a5-4524-a4db-dc929e656f6b)]
|
||||
[scriptable, uuid(7422b090-4a86-4407-972e-75468a625388)]
|
||||
interface nsIToolkitProfile : nsISupports
|
||||
{
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user