Skip to content

Instantly share code, notes, and snippets.

@Noitidart
Created June 25, 2015 09:56
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Noitidart/715840fa5008ee032017 to your computer and use it in GitHub Desktop.
Save Noitidart/715840fa5008ee032017 to your computer and use it in GitHub Desktop.
_ff-addon-snippet-specialDirPaths - There are special keywords for special paths in Firefox, they differ based on operating system, and if the profile is a relative path profile or an absolute path profile.
var DSP = Cc["@mozilla.org/file/directory_service;1"].getService(Ci.nsIProperties);
var keywords = [];
var str = [];
function doit() {
for (var i=0; i<keywords.length; i++) {
str.push('Keyword: "' + keywords[i] + '"');
try {
var methodFU = FileUtils.getFile(keywords[i], ['']);
str[str.length-1] += '|FU = "' + methodFU.path + '"';
} catch(ex) {
str[str.length-1] += '|FU = "' + ex.message + '"';
}
try {
var methodDS = DSP.get(keywords[i], Ci.nsIFile);
str[str.length-1] += '|DS = "' + methodDS.path + '"';
} catch(ex) {
str[str.length-1] += '|DS = "' + ex.message + '"';
}
}
var gClipboardHelper = Components.classes["@mozilla.org/widget/clipboardhelper;1"].getService(Components.interfaces.nsIClipboardHelper);
gClipboardHelper.copyString(str.join('\n'))
console.log(str.join('\n'));
}
var keywords = [
//http://mxr.mozilla.org/mozilla-central/source/xpcom/io/nsAppDirectoryServiceDefs.h
'AppRegF',
'AppRegD',
'DefRt',
'PrfDef',
'current',
'default',
'DefProfRt',
'DefProfLRt',
'ARes',
'AChrom',
'APlugns',
'SrchPlugns',
'AChromDL',
'APluginsDL',
'SrchPluginsDL',
'SHARED',
'PrefD',
'PrefF',
'MetroPrefF',
'PrefDL',
'ExtPrefDL',
'PrefDOverride',
'ProfD',
'ProfLD',
'UChrm',
'UsrSrchPlugns',
'LclSt',
'UPnls',
'UMimTyp',
'cachePDir',
'BMarks',
'DLoads',
'SrchF',
'XPIClnupD',
'indexedDBPDir',
'permissionDBPDir',
//http://mxr.mozilla.org/mozilla-central/source/xpcom/io/nsDirectoryServiceDefs.h
'Home',
'TmpD',
'CurWorkD',
'Home',
'Desk',
'CurProcD',
'XCurProcD',
'XpcomLib',
'GreD',
'SysD',
'Trsh',
'Strt',
'Shdwn',
'ApplMenu',
'CntlPnl',
'Exts',
'Fnts',
'Prfs',
'Docs',
'ISrch',
'DfltDwnld',
'ULibDir',
'UsrDsk',
'LocDsk',
'UsrApp',
'LocApp',
'UsrDocs',
'LocDocs',
'UsrIntrntPlgn',
'LoclIntrntPlgn',
'UsrFrmwrks',
'LocFrmwrks',
'UsrPrfs',
'LocPrfs',
'Pct',
'Mov',
'Music',
'IntrntSts',
'WinD',
'ProgF',
'DeskV',
'Progs',
'Cntls',
'Prnts',
'Pers',
'Favs',
'Strt',
'Rcnt',
'SndTo',
'Buckt',
'Strt',
'DeskP',
'Drivs',
'NetW',
'netH',
'Fnts',
'Tmpls',
'CmStrt',
'CmPrgs',
'CmDeskP',
'CmAppData',
'AppData',
'LocalAppData',
'PrntHd',
'CookD',
'DfltDwnld',
'Docs',
'Pict',
'Music',
'Vids',
'Locl',
'LibD',
'XDGDesk',
'XDGDocs',
'XDGDwnld',
'XDGMusic',
'XDGPict',
'XDGPubSh',
'XDGTempl',
'XDGVids',
'DfltDwnld',
'DrvD',
//http://mxr.mozilla.org/mozilla-release/source/toolkit/mozapps/update/nsUpdateService.js#76
'GreD',
'UpdRootD',
'XREExeF',
//http://mxr.mozilla.org/mozilla-release/source/toolkit/mozapps/update/tests/shared.js#55
'ProfDS',
'ProfD',
'GreD',
'XCurProcD',
'XREExeF',
'UpdRootD',
//http://mxr.mozilla.org/mozilla-release/source/xpcom/build/nsXULAppAPI.h
'UAppData',
'XREExtDL',
'XREExeF',
'started',
'ProfDS',
'started',
'ProfLDS',
'XRESysLExtPD',
'XRESysSExtPD',
'XREUSysExt',
'XREAppDist',
'UpdRootD',
'UpdArchD',
'OSUpdApplyToD'
];
doit();
@Noitidart
Copy link
Author

README

Rev1

@Noitidart
Copy link
Author

Collection Results

Relative Path Profile

  • Win8.1

    Keyword: "AppRegF"|FU = "C:\Users\Vayeate\AppData\Roaming\Mozilla\Firefox\registry.dat"|DS = "C:\Users\Vayeate\AppData\Roaming\Mozilla\Firefox\registry.dat"
    Keyword: "AppRegD"|FU = "C:\Users\Vayeate\AppData\Roaming\Mozilla\Firefox"|DS = "C:\Users\Vayeate\AppData\Roaming\Mozilla\Firefox"
    Keyword: "DefRt"|FU = "Component returned failure code: 0x80520015 (NS_ERROR_FILE_ACCESS_DENIED) [nsIFile.create]"|DS = "C:\Program Files (x86)\Mozilla Firefox\browser\defaults"
    Keyword: "PrfDef"|FU = "C:\Program Files (x86)\Mozilla Firefox\defaults\pref"|DS = "C:\Program Files (x86)\Mozilla Firefox\defaults\pref"
    Keyword: "current"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
    Keyword: "default"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
    Keyword: "DefProfRt"|FU = "C:\Users\Vayeate\AppData\Roaming\Mozilla\Firefox\Profiles"|DS = "C:\Users\Vayeate\AppData\Roaming\Mozilla\Firefox\Profiles"
    Keyword: "DefProfLRt"|FU = "C:\Users\Vayeate\AppData\Local\Mozilla\Firefox\Profiles"|DS = "C:\Users\Vayeate\AppData\Local\Mozilla\Firefox\Profiles"
    Keyword: "ARes"|FU = "Component returned failure code: 0x80520015 (NS_ERROR_FILE_ACCESS_DENIED) [nsIFile.create]"|DS = "C:\Program Files (x86)\Mozilla Firefox\browser\res"
    Keyword: "AChrom"|FU = "Component returned failure code: 0x80520015 (NS_ERROR_FILE_ACCESS_DENIED) [nsIFile.create]"|DS = "C:\Program Files (x86)\Mozilla Firefox\browser\chrome"
    Keyword: "APlugns"|FU = "Component returned failure code: 0x80520015 (NS_ERROR_FILE_ACCESS_DENIED) [nsIFile.create]"|DS = "C:\Program Files (x86)\Mozilla Firefox\browser\plugins"
    Keyword: "SrchPlugns"|FU = "C:\Program Files (x86)\Mozilla Firefox\browser\searchplugins"|DS = "C:\Program Files (x86)\Mozilla Firefox\browser\searchplugins"
    Keyword: "AChromDL"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
    Keyword: "APluginsDL"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
    Keyword: "SrchPluginsDL"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
    Keyword: "SHARED"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
    Keyword: "PrefD"|FU = "C:\Users\Vayeate\AppData\Roaming\Mozilla\Firefox\Profiles\qekfxcdm.Unnamed Profile 1"|DS = "C:\Users\Vayeate\AppData\Roaming\Mozilla\Firefox\Profiles\qekfxcdm.Unnamed Profile 1"
    Keyword: "PrefF"|FU = "C:\Users\Vayeate\AppData\Roaming\Mozilla\Firefox\Profiles\qekfxcdm.Unnamed Profile 1\prefs.js"|DS = "C:\Users\Vayeate\AppData\Roaming\Mozilla\Firefox\Profiles\qekfxcdm.Unnamed Profile 1\prefs.js"
    Keyword: "MetroPrefF"|FU = "C:\Users\Vayeate\AppData\Roaming\Mozilla\Firefox\Profiles\qekfxcdm.Unnamed Profile 1\metro-prefs.js"|DS = "C:\Users\Vayeate\AppData\Roaming\Mozilla\Firefox\Profiles\qekfxcdm.Unnamed Profile 1\metro-prefs.js"
    Keyword: "PrefDL"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
    Keyword: "ExtPrefDL"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
    Keyword: "PrefDOverride"|FU = "C:\Users\Vayeate\AppData\Roaming\Mozilla\Firefox\Profiles\qekfxcdm.Unnamed Profile 1\preferences"|DS = "C:\Users\Vayeate\AppData\Roaming\Mozilla\Firefox\Profiles\qekfxcdm.Unnamed Profile 1\preferences"
    Keyword: "ProfD"|FU = "C:\Users\Vayeate\AppData\Roaming\Mozilla\Firefox\Profiles\qekfxcdm.Unnamed Profile 1"|DS = "C:\Users\Vayeate\AppData\Roaming\Mozilla\Firefox\Profiles\qekfxcdm.Unnamed Profile 1"
    Keyword: "ProfLD"|FU = "C:\Users\Vayeate\AppData\Local\Mozilla\Firefox\Profiles\qekfxcdm.Unnamed Profile 1"|DS = "C:\Users\Vayeate\AppData\Local\Mozilla\Firefox\Profiles\qekfxcdm.Unnamed Profile 1"
    Keyword: "UChrm"|FU = "C:\Users\Vayeate\AppData\Roaming\Mozilla\Firefox\Profiles\qekfxcdm.Unnamed Profile 1\chrome"|DS = "C:\Users\Vayeate\AppData\Roaming\Mozilla\Firefox\Profiles\qekfxcdm.Unnamed Profile 1\chrome"
    Keyword: "UsrSrchPlugns"|FU = "C:\Users\Vayeate\AppData\Roaming\Mozilla\Firefox\Profiles\qekfxcdm.Unnamed Profile 1\searchplugins"|DS = "C:\Users\Vayeate\AppData\Roaming\Mozilla\Firefox\Profiles\qekfxcdm.Unnamed Profile 1\searchplugins"
    Keyword: "LclSt"|FU = "C:\Users\Vayeate\AppData\Roaming\Mozilla\Firefox\Profiles\qekfxcdm.Unnamed Profile 1\localstore.rdf"|DS = "C:\Users\Vayeate\AppData\Roaming\Mozilla\Firefox\Profiles\qekfxcdm.Unnamed Profile 1\localstore.rdf"
    Keyword: "UPnls"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
    Keyword: "UMimTyp"|FU = "C:\Users\Vayeate\AppData\Roaming\Mozilla\Firefox\Profiles\qekfxcdm.Unnamed Profile 1\mimeTypes.rdf"|DS = "C:\Users\Vayeate\AppData\Roaming\Mozilla\Firefox\Profiles\qekfxcdm.Unnamed Profile 1\mimeTypes.rdf"
    Keyword: "cachePDir"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
    Keyword: "BMarks"|FU = "C:\Users\Vayeate\AppData\Roaming\Mozilla\Firefox\Profiles\qekfxcdm.Unnamed Profile 1\bookmarks.html"|DS = "C:\Users\Vayeate\AppData\Roaming\Mozilla\Firefox\Profiles\qekfxcdm.Unnamed Profile 1\bookmarks.html"
    Keyword: "DLoads"|FU = "C:\Users\Vayeate\AppData\Roaming\Mozilla\Firefox\Profiles\qekfxcdm.Unnamed Profile 1\downloads.rdf"|DS = "C:\Users\Vayeate\AppData\Roaming\Mozilla\Firefox\Profiles\qekfxcdm.Unnamed Profile 1\downloads.rdf"
    Keyword: "SrchF"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
    Keyword: "XPIClnupD"|FU = "C:\Program Files (x86)\Mozilla Firefox\browser"|DS = "C:\Program Files (x86)\Mozilla Firefox\browser"
    Keyword: "indexedDBPDir"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
    Keyword: "permissionDBPDir"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
    Keyword: "Home"|FU = "C:\Users\Vayeate"|DS = "C:\Users\Vayeate"
    Keyword: "TmpD"|FU = "C:\Users\Vayeate\AppData\Local\Temp"|DS = "C:\Users\Vayeate\AppData\Local\Temp"
    Keyword: "CurWorkD"|FU = "C:\Program Files (x86)\Mozilla Firefox"|DS = "C:\Program Files (x86)\Mozilla Firefox"
    Keyword: "Home"|FU = "C:\Users\Vayeate"|DS = "C:\Users\Vayeate"
    Keyword: "Desk"|FU = "C:\Users\Vayeate\Desktop"|DS = "C:\Users\Vayeate\Desktop"
    Keyword: "CurProcD"|FU = "C:\Program Files (x86)\Mozilla Firefox\browser"|DS = "C:\Program Files (x86)\Mozilla Firefox\browser"
    Keyword: "XCurProcD"|FU = "C:\Program Files (x86)\Mozilla Firefox\browser"|DS = "C:\Program Files (x86)\Mozilla Firefox\browser"
    Keyword: "XpcomLib"|FU = "C:\Program Files (x86)\Mozilla Firefox\xul.dll"|DS = "C:\Program Files (x86)\Mozilla Firefox\xul.dll"
    Keyword: "GreD"|FU = "C:\Program Files (x86)\Mozilla Firefox"|DS = "C:\Program Files (x86)\Mozilla Firefox"
    Keyword: "SysD"|FU = "C:\Windows\system32"|DS = "C:\Windows\system32"
    Keyword: "Trsh"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
    Keyword: "Strt"|FU = "C:\Users\Vayeate\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup"|DS = "C:\Users\Vayeate\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup"
    Keyword: "Shdwn"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
    Keyword: "ApplMenu"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
    Keyword: "CntlPnl"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
    Keyword: "Exts"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
    Keyword: "Fnts"|FU = "C:\Windows\Fonts"|DS = "C:\Windows\Fonts"
    Keyword: "Prfs"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
    Keyword: "Docs"|FU = "C:\Users\Vayeate\Documents"|DS = "C:\Users\Vayeate\Documents"
    Keyword: "ISrch"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
    Keyword: "DfltDwnld"|FU = "C:\Users\Vayeate\Downloads"|DS = "C:\Users\Vayeate\Downloads"
    Keyword: "ULibDir"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
    Keyword: "UsrDsk"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
    Keyword: "LocDsk"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
    Keyword: "UsrApp"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
    Keyword: "LocApp"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
    Keyword: "UsrDocs"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
    Keyword: "LocDocs"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
    Keyword: "UsrIntrntPlgn"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
    Keyword: "LoclIntrntPlgn"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
    Keyword: "UsrFrmwrks"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
    Keyword: "LocFrmwrks"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
    Keyword: "UsrPrfs"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
    Keyword: "LocPrfs"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
    Keyword: "Pct"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
    Keyword: "Mov"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
    Keyword: "Music"|FU = "C:\Users\Vayeate\Music"|DS = "C:\Users\Vayeate\Music"
    Keyword: "IntrntSts"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
    Keyword: "WinD"|FU = "C:\Windows"|DS = "C:\Windows"
    Keyword: "ProgF"|FU = "C:\Program Files (x86)"|DS = "C:\Program Files (x86)"
    Keyword: "DeskV"|FU = "C:\Users\Vayeate\Desktop"|DS = "C:\Users\Vayeate\Desktop"
    Keyword: "Progs"|FU = "C:\Users\Vayeate\AppData\Roaming\Microsoft\Windows\Start Menu\Programs"|DS = "C:\Users\Vayeate\AppData\Roaming\Microsoft\Windows\Start Menu\Programs"
    Keyword: "Cntls"|FU = "Component returned failure code: 0x80520009 (NS_ERROR_FILE_INVALID_PATH) [nsIFile.create]"|DS = ""
    Keyword: "Prnts"|FU = "Component returned failure code: 0x80520009 (NS_ERROR_FILE_INVALID_PATH) [nsIFile.create]"|DS = ""
    Keyword: "Pers"|FU = "C:\Users\Vayeate\Documents"|DS = "C:\Users\Vayeate\Documents"
    Keyword: "Favs"|FU = "C:\Users\Vayeate\Favorites"|DS = "C:\Users\Vayeate\Favorites"
    Keyword: "Strt"|FU = "C:\Users\Vayeate\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup"|DS = "C:\Users\Vayeate\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup"
    Keyword: "Rcnt"|FU = "C:\Users\Vayeate\AppData\Roaming\Microsoft\Windows\Recent"|DS = "C:\Users\Vayeate\AppData\Roaming\Microsoft\Windows\Recent"
    Keyword: "SndTo"|FU = "C:\Users\Vayeate\AppData\Roaming\Microsoft\Windows\SendTo"|DS = "C:\Users\Vayeate\AppData\Roaming\Microsoft\Windows\SendTo"
    Keyword: "Buckt"|FU = "Component returned failure code: 0x80520009 (NS_ERROR_FILE_INVALID_PATH) [nsIFile.create]"|DS = ""
    Keyword: "Strt"|FU = "C:\Users\Vayeate\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup"|DS = "C:\Users\Vayeate\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup"
    Keyword: "DeskP"|FU = "C:\Users\Vayeate\Desktop"|DS = "C:\Users\Vayeate\Desktop"
    Keyword: "Drivs"|FU = "Component returned failure code: 0x80520009 (NS_ERROR_FILE_INVALID_PATH) [nsIFile.create]"|DS = ""
    Keyword: "NetW"|FU = "Component returned failure code: 0x80520009 (NS_ERROR_FILE_INVALID_PATH) [nsIFile.create]"|DS = ""
    Keyword: "netH"|FU = "C:\Users\Vayeate\AppData\Roaming\Microsoft\Windows\Network Shortcuts"|DS = "C:\Users\Vayeate\AppData\Roaming\Microsoft\Windows\Network Shortcuts"
    Keyword: "Fnts"|FU = "C:\Windows\Fonts"|DS = "C:\Windows\Fonts"
    Keyword: "Tmpls"|FU = "C:\Users\Vayeate\AppData\Roaming\Microsoft\Windows\Templates"|DS = "C:\Users\Vayeate\AppData\Roaming\Microsoft\Windows\Templates"
    Keyword: "CmStrt"|FU = "C:\ProgramData\Microsoft\Windows\Start Menu"|DS = "C:\ProgramData\Microsoft\Windows\Start Menu"
    Keyword: "CmPrgs"|FU = "C:\ProgramData\Microsoft\Windows\Start Menu\Programs"|DS = "C:\ProgramData\Microsoft\Windows\Start Menu\Programs"
    Keyword: "CmDeskP"|FU = "C:\Users\Public\Desktop"|DS = "C:\Users\Public\Desktop"
    Keyword: "CmAppData"|FU = "C:\ProgramData"|DS = "C:\ProgramData"
    Keyword: "AppData"|FU = "C:\Users\Vayeate\AppData\Roaming"|DS = "C:\Users\Vayeate\AppData\Roaming"
    Keyword: "LocalAppData"|FU = "C:\Users\Vayeate\AppData\Local"|DS = "C:\Users\Vayeate\AppData\Local"
    Keyword: "PrntHd"|FU = "C:\Users\Vayeate\AppData\Roaming\Microsoft\Windows\Printer Shortcuts"|DS = "C:\Users\Vayeate\AppData\Roaming\Microsoft\Windows\Printer Shortcuts"
    Keyword: "CookD"|FU = "C:\Users\Vayeate\AppData\Local\Microsoft\Windows\INetCookies"|DS = "C:\Users\Vayeate\AppData\Local\Microsoft\Windows\INetCookies"
    Keyword: "DfltDwnld"|FU = "C:\Users\Vayeate\Downloads"|DS = "C:\Users\Vayeate\Downloads"
    Keyword: "Docs"|FU = "C:\Users\Vayeate\Documents"|DS = "C:\Users\Vayeate\Documents"
    Keyword: "Pict"|FU = "C:\Users\Vayeate\Pictures"|DS = "C:\Users\Vayeate\Pictures"
    Keyword: "Music"|FU = "C:\Users\Vayeate\Music"|DS = "C:\Users\Vayeate\Music"
    Keyword: "Vids"|FU = "C:\Users\Vayeate\Videos"|DS = "C:\Users\Vayeate\Videos"
    Keyword: "Locl"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
    Keyword: "LibD"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
    Keyword: "XDGDesk"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
    Keyword: "XDGDocs"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
    Keyword: "XDGDwnld"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
    Keyword: "XDGMusic"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
    Keyword: "XDGPict"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
    Keyword: "XDGPubSh"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
    Keyword: "XDGTempl"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
    Keyword: "XDGVids"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
    Keyword: "DfltDwnld"|FU = "C:\Users\Vayeate\Downloads"|DS = "C:\Users\Vayeate\Downloads"
    Keyword: "DrvD"|FU = "C:"|DS = "C:"
    Keyword: "GreD"|FU = "C:\Program Files (x86)\Mozilla Firefox"|DS = "C:\Program Files (x86)\Mozilla Firefox"
    Keyword: "UpdRootD"|FU = "C:\Users\Vayeate\AppData\Local\Mozilla\updates\E7CF176E110C211B"|DS = "C:\Users\Vayeate\AppData\Local\Mozilla\updates\E7CF176E110C211B"
    Keyword: "XREExeF"|FU = "C:\Program Files (x86)\Mozilla Firefox\firefox.exe"|DS = "C:\Program Files (x86)\Mozilla Firefox\firefox.exe"
    Keyword: "ProfDS"|FU = "C:\Users\Vayeate\AppData\Roaming\Mozilla\Firefox\Profiles\qekfxcdm.Unnamed Profile 1"|DS = "C:\Users\Vayeate\AppData\Roaming\Mozilla\Firefox\Profiles\qekfxcdm.Unnamed Profile 1"
    Keyword: "ProfD"|FU = "C:\Users\Vayeate\AppData\Roaming\Mozilla\Firefox\Profiles\qekfxcdm.Unnamed Profile 1"|DS = "C:\Users\Vayeate\AppData\Roaming\Mozilla\Firefox\Profiles\qekfxcdm.Unnamed Profile 1"
    Keyword: "GreD"|FU = "C:\Program Files (x86)\Mozilla Firefox"|DS = "C:\Program Files (x86)\Mozilla Firefox"
    Keyword: "XCurProcD"|FU = "C:\Program Files (x86)\Mozilla Firefox\browser"|DS = "C:\Program Files (x86)\Mozilla Firefox\browser"
    Keyword: "XREExeF"|FU = "C:\Program Files (x86)\Mozilla Firefox\firefox.exe"|DS = "C:\Program Files (x86)\Mozilla Firefox\firefox.exe"
    Keyword: "UpdRootD"|FU = "C:\Users\Vayeate\AppData\Local\Mozilla\updates\E7CF176E110C211B"|DS = "C:\Users\Vayeate\AppData\Local\Mozilla\updates\E7CF176E110C211B"
    Keyword: "UAppData"|FU = "C:\Users\Vayeate\AppData\Roaming\Mozilla\Firefox"|DS = "C:\Users\Vayeate\AppData\Roaming\Mozilla\Firefox"
    Keyword: "XREExtDL"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
    Keyword: "XREExeF"|FU = "C:\Program Files (x86)\Mozilla Firefox\firefox.exe"|DS = "C:\Program Files (x86)\Mozilla Firefox\firefox.exe"
    Keyword: "started"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
    Keyword: "ProfDS"|FU = "C:\Users\Vayeate\AppData\Roaming\Mozilla\Firefox\Profiles\qekfxcdm.Unnamed Profile 1"|DS = "C:\Users\Vayeate\AppData\Roaming\Mozilla\Firefox\Profiles\qekfxcdm.Unnamed Profile 1"
    Keyword: "started"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
    Keyword: "ProfLDS"|FU = "C:\Users\Vayeate\AppData\Local\Mozilla\Firefox\Profiles\qekfxcdm.Unnamed Profile 1"|DS = "C:\Users\Vayeate\AppData\Local\Mozilla\Firefox\Profiles\qekfxcdm.Unnamed Profile 1"
    Keyword: "XRESysLExtPD"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
    Keyword: "XRESysSExtPD"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
    Keyword: "XREUSysExt"|FU = "C:\Users\Vayeate\AppData\Roaming\Mozilla\Extensions"|DS = "C:\Users\Vayeate\AppData\Roaming\Mozilla\Extensions"
    Keyword: "XREAppDist"|FU = "Component returned failure code: 0x80520015 (NS_ERROR_FILE_ACCESS_DENIED) [nsIFile.create]"|DS = "C:\Program Files (x86)\Mozilla Firefox\distribution"
    Keyword: "UpdRootD"|FU = "C:\Users\Vayeate\AppData\Local\Mozilla\updates\E7CF176E110C211B"|DS = "C:\Users\Vayeate\AppData\Local\Mozilla\updates\E7CF176E110C211B"
    Keyword: "UpdArchD"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
    Keyword: "OSUpdApplyToD"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
    

Absolute Path Profile

  • Win 8.1

    Keyword: "AppRegF"|FU = "C:\Users\Vayeate\AppData\Roaming\Mozilla\Firefox\registry.dat"|DS = "C:\Users\Vayeate\AppData\Roaming\Mozilla\Firefox\registry.dat"
    Keyword: "AppRegD"|FU = "C:\Users\Vayeate\AppData\Roaming\Mozilla\Firefox"|DS = "C:\Users\Vayeate\AppData\Roaming\Mozilla\Firefox"
    Keyword: "DefRt"|FU = "Component returned failure code: 0x80520015 (NS_ERROR_FILE_ACCESS_DENIED) [nsIFile.create]"|DS = "C:\Program Files (x86)\Mozilla Firefox\browser\defaults"
    Keyword: "PrfDef"|FU = "C:\Program Files (x86)\Mozilla Firefox\defaults\pref"|DS = "C:\Program Files (x86)\Mozilla Firefox\defaults\pref"
    Keyword: "current"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
    Keyword: "default"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
    Keyword: "DefProfRt"|FU = "C:\Users\Vayeate\AppData\Roaming\Mozilla\Firefox\Profiles"|DS = "C:\Users\Vayeate\AppData\Roaming\Mozilla\Firefox\Profiles"
    Keyword: "DefProfLRt"|FU = "C:\Users\Vayeate\AppData\Local\Mozilla\Firefox\Profiles"|DS = "C:\Users\Vayeate\AppData\Local\Mozilla\Firefox\Profiles"
    Keyword: "ARes"|FU = "Component returned failure code: 0x80520015 (NS_ERROR_FILE_ACCESS_DENIED) [nsIFile.create]"|DS = "C:\Program Files (x86)\Mozilla Firefox\browser\res"
    Keyword: "AChrom"|FU = "Component returned failure code: 0x80520015 (NS_ERROR_FILE_ACCESS_DENIED) [nsIFile.create]"|DS = "C:\Program Files (x86)\Mozilla Firefox\browser\chrome"
    Keyword: "APlugns"|FU = "Component returned failure code: 0x80520015 (NS_ERROR_FILE_ACCESS_DENIED) [nsIFile.create]"|DS = "C:\Program Files (x86)\Mozilla Firefox\browser\plugins"
    Keyword: "SrchPlugns"|FU = "C:\Program Files (x86)\Mozilla Firefox\browser\searchplugins"|DS = "C:\Program Files (x86)\Mozilla Firefox\browser\searchplugins"
    Keyword: "AChromDL"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
    Keyword: "APluginsDL"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
    Keyword: "SrchPluginsDL"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
    Keyword: "SHARED"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
    Keyword: "PrefD"|FU = "C:\Users\Vayeate\Desktop\abs path prof a"|DS = "C:\Users\Vayeate\Desktop\abs path prof a"
    Keyword: "PrefF"|FU = "C:\Users\Vayeate\Desktop\abs path prof a\prefs.js"|DS = "C:\Users\Vayeate\Desktop\abs path prof a\prefs.js"
    Keyword: "MetroPrefF"|FU = "C:\Users\Vayeate\Desktop\abs path prof a\metro-prefs.js"|DS = "C:\Users\Vayeate\Desktop\abs path prof a\metro-prefs.js"
    Keyword: "PrefDL"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
    Keyword: "ExtPrefDL"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
    Keyword: "PrefDOverride"|FU = "C:\Users\Vayeate\Desktop\abs path prof a\preferences"|DS = "C:\Users\Vayeate\Desktop\abs path prof a\preferences"
    Keyword: "ProfD"|FU = "C:\Users\Vayeate\Desktop\abs path prof a"|DS = "C:\Users\Vayeate\Desktop\abs path prof a"
    Keyword: "ProfLD"|FU = "C:\Users\Vayeate\Desktop\abs path prof a"|DS = "C:\Users\Vayeate\Desktop\abs path prof a"
    Keyword: "UChrm"|FU = "C:\Users\Vayeate\Desktop\abs path prof a\chrome"|DS = "C:\Users\Vayeate\Desktop\abs path prof a\chrome"
    Keyword: "UsrSrchPlugns"|FU = "C:\Users\Vayeate\Desktop\abs path prof a\searchplugins"|DS = "C:\Users\Vayeate\Desktop\abs path prof a\searchplugins"
    Keyword: "LclSt"|FU = "C:\Users\Vayeate\Desktop\abs path prof a\localstore.rdf"|DS = "C:\Users\Vayeate\Desktop\abs path prof a\localstore.rdf"
    Keyword: "UPnls"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
    Keyword: "UMimTyp"|FU = "C:\Users\Vayeate\Desktop\abs path prof a\mimeTypes.rdf"|DS = "C:\Users\Vayeate\Desktop\abs path prof a\mimeTypes.rdf"
    Keyword: "cachePDir"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
    Keyword: "BMarks"|FU = "C:\Users\Vayeate\Desktop\abs path prof a\bookmarks.html"|DS = "C:\Users\Vayeate\Desktop\abs path prof a\bookmarks.html"
    Keyword: "DLoads"|FU = "C:\Users\Vayeate\Desktop\abs path prof a\downloads.rdf"|DS = "C:\Users\Vayeate\Desktop\abs path prof a\downloads.rdf"
    Keyword: "SrchF"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
    Keyword: "XPIClnupD"|FU = "C:\Program Files (x86)\Mozilla Firefox\browser"|DS = "C:\Program Files (x86)\Mozilla Firefox\browser"
    Keyword: "indexedDBPDir"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
    Keyword: "permissionDBPDir"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
    Keyword: "Home"|FU = "C:\Users\Vayeate"|DS = "C:\Users\Vayeate"
    Keyword: "TmpD"|FU = "C:\Users\Vayeate\AppData\Local\Temp"|DS = "C:\Users\Vayeate\AppData\Local\Temp"
    Keyword: "CurWorkD"|FU = "C:\Program Files (x86)\Mozilla Firefox"|DS = "C:\Program Files (x86)\Mozilla Firefox"
    Keyword: "Home"|FU = "C:\Users\Vayeate"|DS = "C:\Users\Vayeate"
    Keyword: "Desk"|FU = "C:\Users\Vayeate\Desktop"|DS = "C:\Users\Vayeate\Desktop"
    Keyword: "CurProcD"|FU = "C:\Program Files (x86)\Mozilla Firefox\browser"|DS = "C:\Program Files (x86)\Mozilla Firefox\browser"
    Keyword: "XCurProcD"|FU = "C:\Program Files (x86)\Mozilla Firefox\browser"|DS = "C:\Program Files (x86)\Mozilla Firefox\browser"
    Keyword: "XpcomLib"|FU = "C:\Program Files (x86)\Mozilla Firefox\xul.dll"|DS = "C:\Program Files (x86)\Mozilla Firefox\xul.dll"
    Keyword: "GreD"|FU = "C:\Program Files (x86)\Mozilla Firefox"|DS = "C:\Program Files (x86)\Mozilla Firefox"
    Keyword: "SysD"|FU = "C:\Windows\system32"|DS = "C:\Windows\system32"
    Keyword: "Trsh"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
    Keyword: "Strt"|FU = "C:\Users\Vayeate\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup"|DS = "C:\Users\Vayeate\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup"
    Keyword: "Shdwn"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
    Keyword: "ApplMenu"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
    Keyword: "CntlPnl"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
    Keyword: "Exts"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
    Keyword: "Fnts"|FU = "C:\Windows\Fonts"|DS = "C:\Windows\Fonts"
    Keyword: "Prfs"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
    Keyword: "Docs"|FU = "C:\Users\Vayeate\Documents"|DS = "C:\Users\Vayeate\Documents"
    Keyword: "ISrch"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
    Keyword: "DfltDwnld"|FU = "C:\Users\Vayeate\Downloads"|DS = "C:\Users\Vayeate\Downloads"
    Keyword: "ULibDir"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
    Keyword: "UsrDsk"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
    Keyword: "LocDsk"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
    Keyword: "UsrApp"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
    Keyword: "LocApp"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
    Keyword: "UsrDocs"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
    Keyword: "LocDocs"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
    Keyword: "UsrIntrntPlgn"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
    Keyword: "LoclIntrntPlgn"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
    Keyword: "UsrFrmwrks"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
    Keyword: "LocFrmwrks"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
    Keyword: "UsrPrfs"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
    Keyword: "LocPrfs"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
    Keyword: "Pct"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
    Keyword: "Mov"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
    Keyword: "Music"|FU = "C:\Users\Vayeate\Music"|DS = "C:\Users\Vayeate\Music"
    Keyword: "IntrntSts"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
    Keyword: "WinD"|FU = "C:\Windows"|DS = "C:\Windows"
    Keyword: "ProgF"|FU = "C:\Program Files (x86)"|DS = "C:\Program Files (x86)"
    Keyword: "DeskV"|FU = "C:\Users\Vayeate\Desktop"|DS = "C:\Users\Vayeate\Desktop"
    Keyword: "Progs"|FU = "C:\Users\Vayeate\AppData\Roaming\Microsoft\Windows\Start Menu\Programs"|DS = "C:\Users\Vayeate\AppData\Roaming\Microsoft\Windows\Start Menu\Programs"
    Keyword: "Cntls"|FU = "Component returned failure code: 0x80520009 (NS_ERROR_FILE_INVALID_PATH) [nsIFile.create]"|DS = ""
    Keyword: "Prnts"|FU = "Component returned failure code: 0x80520009 (NS_ERROR_FILE_INVALID_PATH) [nsIFile.create]"|DS = ""
    Keyword: "Pers"|FU = "C:\Users\Vayeate\Documents"|DS = "C:\Users\Vayeate\Documents"
    Keyword: "Favs"|FU = "C:\Users\Vayeate\Favorites"|DS = "C:\Users\Vayeate\Favorites"
    Keyword: "Strt"|FU = "C:\Users\Vayeate\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup"|DS = "C:\Users\Vayeate\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup"
    Keyword: "Rcnt"|FU = "C:\Users\Vayeate\AppData\Roaming\Microsoft\Windows\Recent"|DS = "C:\Users\Vayeate\AppData\Roaming\Microsoft\Windows\Recent"
    Keyword: "SndTo"|FU = "C:\Users\Vayeate\AppData\Roaming\Microsoft\Windows\SendTo"|DS = "C:\Users\Vayeate\AppData\Roaming\Microsoft\Windows\SendTo"
    Keyword: "Buckt"|FU = "Component returned failure code: 0x80520009 (NS_ERROR_FILE_INVALID_PATH) [nsIFile.create]"|DS = ""
    Keyword: "Strt"|FU = "C:\Users\Vayeate\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup"|DS = "C:\Users\Vayeate\AppData\Roaming\Microsoft\Windows\Start Menu\Programs\Startup"
    Keyword: "DeskP"|FU = "C:\Users\Vayeate\Desktop"|DS = "C:\Users\Vayeate\Desktop"
    Keyword: "Drivs"|FU = "Component returned failure code: 0x80520009 (NS_ERROR_FILE_INVALID_PATH) [nsIFile.create]"|DS = ""
    Keyword: "NetW"|FU = "Component returned failure code: 0x80520009 (NS_ERROR_FILE_INVALID_PATH) [nsIFile.create]"|DS = ""
    Keyword: "netH"|FU = "C:\Users\Vayeate\AppData\Roaming\Microsoft\Windows\Network Shortcuts"|DS = "C:\Users\Vayeate\AppData\Roaming\Microsoft\Windows\Network Shortcuts"
    Keyword: "Fnts"|FU = "C:\Windows\Fonts"|DS = "C:\Windows\Fonts"
    Keyword: "Tmpls"|FU = "C:\Users\Vayeate\AppData\Roaming\Microsoft\Windows\Templates"|DS = "C:\Users\Vayeate\AppData\Roaming\Microsoft\Windows\Templates"
    Keyword: "CmStrt"|FU = "C:\ProgramData\Microsoft\Windows\Start Menu"|DS = "C:\ProgramData\Microsoft\Windows\Start Menu"
    Keyword: "CmPrgs"|FU = "C:\ProgramData\Microsoft\Windows\Start Menu\Programs"|DS = "C:\ProgramData\Microsoft\Windows\Start Menu\Programs"
    Keyword: "CmDeskP"|FU = "C:\Users\Public\Desktop"|DS = "C:\Users\Public\Desktop"
    Keyword: "CmAppData"|FU = "C:\ProgramData"|DS = "C:\ProgramData"
    Keyword: "AppData"|FU = "C:\Users\Vayeate\AppData\Roaming"|DS = "C:\Users\Vayeate\AppData\Roaming"
    Keyword: "LocalAppData"|FU = "C:\Users\Vayeate\AppData\Local"|DS = "C:\Users\Vayeate\AppData\Local"
    Keyword: "PrntHd"|FU = "C:\Users\Vayeate\AppData\Roaming\Microsoft\Windows\Printer Shortcuts"|DS = "C:\Users\Vayeate\AppData\Roaming\Microsoft\Windows\Printer Shortcuts"
    Keyword: "CookD"|FU = "C:\Users\Vayeate\AppData\Local\Microsoft\Windows\INetCookies"|DS = "C:\Users\Vayeate\AppData\Local\Microsoft\Windows\INetCookies"
    Keyword: "DfltDwnld"|FU = "C:\Users\Vayeate\Downloads"|DS = "C:\Users\Vayeate\Downloads"
    Keyword: "Docs"|FU = "C:\Users\Vayeate\Documents"|DS = "C:\Users\Vayeate\Documents"
    Keyword: "Pict"|FU = "C:\Users\Vayeate\Pictures"|DS = "C:\Users\Vayeate\Pictures"
    Keyword: "Music"|FU = "C:\Users\Vayeate\Music"|DS = "C:\Users\Vayeate\Music"
    Keyword: "Vids"|FU = "C:\Users\Vayeate\Videos"|DS = "C:\Users\Vayeate\Videos"
    Keyword: "Locl"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
    Keyword: "LibD"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
    Keyword: "XDGDesk"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
    Keyword: "XDGDocs"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
    Keyword: "XDGDwnld"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
    Keyword: "XDGMusic"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
    Keyword: "XDGPict"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
    Keyword: "XDGPubSh"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
    Keyword: "XDGTempl"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
    Keyword: "XDGVids"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
    Keyword: "DfltDwnld"|FU = "C:\Users\Vayeate\Downloads"|DS = "C:\Users\Vayeate\Downloads"
    Keyword: "DrvD"|FU = "C:"|DS = "C:"
    Keyword: "GreD"|FU = "C:\Program Files (x86)\Mozilla Firefox"|DS = "C:\Program Files (x86)\Mozilla Firefox"
    Keyword: "UpdRootD"|FU = "C:\Users\Vayeate\AppData\Local\Mozilla\updates\E7CF176E110C211B"|DS = "C:\Users\Vayeate\AppData\Local\Mozilla\updates\E7CF176E110C211B"
    Keyword: "XREExeF"|FU = "C:\Program Files (x86)\Mozilla Firefox\firefox.exe"|DS = "C:\Program Files (x86)\Mozilla Firefox\firefox.exe"
    Keyword: "ProfDS"|FU = "C:\Users\Vayeate\Desktop\abs path prof a"|DS = "C:\Users\Vayeate\Desktop\abs path prof a"
    Keyword: "ProfD"|FU = "C:\Users\Vayeate\Desktop\abs path prof a"|DS = "C:\Users\Vayeate\Desktop\abs path prof a"
    Keyword: "GreD"|FU = "C:\Program Files (x86)\Mozilla Firefox"|DS = "C:\Program Files (x86)\Mozilla Firefox"
    Keyword: "XCurProcD"|FU = "C:\Program Files (x86)\Mozilla Firefox\browser"|DS = "C:\Program Files (x86)\Mozilla Firefox\browser"
    Keyword: "XREExeF"|FU = "C:\Program Files (x86)\Mozilla Firefox\firefox.exe"|DS = "C:\Program Files (x86)\Mozilla Firefox\firefox.exe"
    Keyword: "UpdRootD"|FU = "C:\Users\Vayeate\AppData\Local\Mozilla\updates\E7CF176E110C211B"|DS = "C:\Users\Vayeate\AppData\Local\Mozilla\updates\E7CF176E110C211B"
    Keyword: "UAppData"|FU = "C:\Users\Vayeate\AppData\Roaming\Mozilla\Firefox"|DS = "C:\Users\Vayeate\AppData\Roaming\Mozilla\Firefox"
    Keyword: "XREExtDL"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
    Keyword: "XREExeF"|FU = "C:\Program Files (x86)\Mozilla Firefox\firefox.exe"|DS = "C:\Program Files (x86)\Mozilla Firefox\firefox.exe"
    Keyword: "started"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
    Keyword: "ProfDS"|FU = "C:\Users\Vayeate\Desktop\abs path prof a"|DS = "C:\Users\Vayeate\Desktop\abs path prof a"
    Keyword: "started"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
    Keyword: "ProfLDS"|FU = "C:\Users\Vayeate\Desktop\abs path prof a"|DS = "C:\Users\Vayeate\Desktop\abs path prof a"
    Keyword: "XRESysLExtPD"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
    Keyword: "XRESysSExtPD"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
    Keyword: "XREUSysExt"|FU = "C:\Users\Vayeate\AppData\Roaming\Mozilla\Extensions"|DS = "C:\Users\Vayeate\AppData\Roaming\Mozilla\Extensions"
    Keyword: "XREAppDist"|FU = "Component returned failure code: 0x80520015 (NS_ERROR_FILE_ACCESS_DENIED) [nsIFile.create]"|DS = "C:\Program Files (x86)\Mozilla Firefox\distribution"
    Keyword: "UpdRootD"|FU = "C:\Users\Vayeate\AppData\Local\Mozilla\updates\E7CF176E110C211B"|DS = "C:\Users\Vayeate\AppData\Local\Mozilla\updates\E7CF176E110C211B"
    Keyword: "UpdArchD"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
    Keyword: "OSUpdApplyToD"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
    

@Noitidart
Copy link
Author

Relative Profile Mac OS X 10.10.1

Keyword: "AppRegF"|FU = "/Users/noida/Library/Application Support/Firefox/Application Registry"|DS = "/Users/noida/Library/Application Support/Firefox/Application Registry"
Keyword: "AppRegD"|FU = "/Users/noida/Library/Application Support/Firefox"|DS = "/Users/noida/Library/Application Support/Firefox"
Keyword: "DefRt"|FU = "/Applications/Firefox.app/Contents/Resources/browser/defaults"|DS = "/Applications/Firefox.app/Contents/Resources/browser/defaults"
Keyword: "PrfDef"|FU = "/Applications/Firefox.app/Contents/Resources/defaults/pref"|DS = "/Applications/Firefox.app/Contents/Resources/defaults/pref"
Keyword: "current"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "default"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "DefProfRt"|FU = "/Users/noida/Library/Application Support/Firefox/Profiles"|DS = "/Users/noida/Library/Application Support/Firefox/Profiles"
Keyword: "DefProfLRt"|FU = "/Users/noida/Library/Caches/Firefox/Profiles"|DS = "/Users/noida/Library/Caches/Firefox/Profiles"
Keyword: "ARes"|FU = "/Applications/Firefox.app/Contents/Resources/browser/res"|DS = "/Applications/Firefox.app/Contents/Resources/browser/res"
Keyword: "AChrom"|FU = "/Applications/Firefox.app/Contents/Resources/browser/chrome"|DS = "/Applications/Firefox.app/Contents/Resources/browser/chrome"
Keyword: "APlugns"|FU = "/Applications/Firefox.app/Contents/Resources/browser/plugins"|DS = "/Applications/Firefox.app/Contents/Resources/browser/plugins"
Keyword: "SrchPlugns"|FU = "/Applications/Firefox.app/Contents/Resources/browser/searchplugins"|DS = "/Applications/Firefox.app/Contents/Resources/browser/searchplugins"
Keyword: "AChromDL"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "APluginsDL"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "SrchPluginsDL"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "SHARED"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "PrefD"|FU = "/Users/noida/Library/Application Support/Firefox/Profiles/d62n1gi5.Unnamed Profile 1"|DS = "/Users/noida/Library/Application Support/Firefox/Profiles/d62n1gi5.Unnamed Profile 1"
Keyword: "PrefF"|FU = "/Users/noida/Library/Application Support/Firefox/Profiles/d62n1gi5.Unnamed Profile 1/prefs.js"|DS = "/Users/noida/Library/Application Support/Firefox/Profiles/d62n1gi5.Unnamed Profile 1/prefs.js"
Keyword: "MetroPrefF"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "PrefDL"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "ExtPrefDL"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "PrefDOverride"|FU = "/Users/noida/Library/Application Support/Firefox/Profiles/d62n1gi5.Unnamed Profile 1/preferences"|DS = "/Users/noida/Library/Application Support/Firefox/Profiles/d62n1gi5.Unnamed Profile 1/preferences"
Keyword: "ProfD"|FU = "/Users/noida/Library/Application Support/Firefox/Profiles/d62n1gi5.Unnamed Profile 1"|DS = "/Users/noida/Library/Application Support/Firefox/Profiles/d62n1gi5.Unnamed Profile 1"
Keyword: "ProfLD"|FU = "/Users/noida/Library/Caches/Firefox/Profiles/d62n1gi5.Unnamed Profile 1"|DS = "/Users/noida/Library/Caches/Firefox/Profiles/d62n1gi5.Unnamed Profile 1"
Keyword: "UChrm"|FU = "/Users/noida/Library/Application Support/Firefox/Profiles/d62n1gi5.Unnamed Profile 1/chrome"|DS = "/Users/noida/Library/Application Support/Firefox/Profiles/d62n1gi5.Unnamed Profile 1/chrome"
Keyword: "UsrSrchPlugns"|FU = "/Users/noida/Library/Application Support/Firefox/Profiles/d62n1gi5.Unnamed Profile 1/searchplugins"|DS = "/Users/noida/Library/Application Support/Firefox/Profiles/d62n1gi5.Unnamed Profile 1/searchplugins"
Keyword: "LclSt"|FU = "/Users/noida/Library/Application Support/Firefox/Profiles/d62n1gi5.Unnamed Profile 1/localstore.rdf"|DS = "/Users/noida/Library/Application Support/Firefox/Profiles/d62n1gi5.Unnamed Profile 1/localstore.rdf"
Keyword: "UPnls"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "UMimTyp"|FU = "/Users/noida/Library/Application Support/Firefox/Profiles/d62n1gi5.Unnamed Profile 1/mimeTypes.rdf"|DS = "/Users/noida/Library/Application Support/Firefox/Profiles/d62n1gi5.Unnamed Profile 1/mimeTypes.rdf"
Keyword: "cachePDir"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "BMarks"|FU = "/Users/noida/Library/Application Support/Firefox/Profiles/d62n1gi5.Unnamed Profile 1/bookmarks.html"|DS = "/Users/noida/Library/Application Support/Firefox/Profiles/d62n1gi5.Unnamed Profile 1/bookmarks.html"
Keyword: "DLoads"|FU = "/Users/noida/Library/Application Support/Firefox/Profiles/d62n1gi5.Unnamed Profile 1/downloads.rdf"|DS = "/Users/noida/Library/Application Support/Firefox/Profiles/d62n1gi5.Unnamed Profile 1/downloads.rdf"
Keyword: "SrchF"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "XPIClnupD"|FU = "/Applications/Firefox.app/Contents/Resources/browser"|DS = "/Applications/Firefox.app/Contents/Resources/browser"
Keyword: "indexedDBPDir"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "permissionDBPDir"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "Home"|FU = "/Users/noida"|DS = "/Users/noida"
Keyword: "TmpD"|FU = "/Users/noida/Library/Caches/TemporaryItems"|DS = "/Users/noida/Library/Caches/TemporaryItems"
Keyword: "CurWorkD"|FU = "Component returned failure code: 0x8052000d (NS_ERROR_FILE_IS_DIRECTORY) [nsIFile.create]"|DS = "/"
Keyword: "Home"|FU = "/Users/noida"|DS = "/Users/noida"
Keyword: "Desk"|FU = "/Users/noida/Desktop"|DS = "/Users/noida/Desktop"
Keyword: "CurProcD"|FU = "/Applications/Firefox.app/Contents/Resources/browser"|DS = "/Applications/Firefox.app/Contents/Resources/browser"
Keyword: "XCurProcD"|FU = "/Applications/Firefox.app/Contents/Resources/browser"|DS = "/Applications/Firefox.app/Contents/Resources/browser"
Keyword: "XpcomLib"|FU = "/Applications/Firefox.app/Contents/MacOS/XUL"|DS = "/Applications/Firefox.app/Contents/MacOS/XUL"
Keyword: "GreD"|FU = "/Applications/Firefox.app/Contents/Resources"|DS = "/Applications/Firefox.app/Contents/Resources"
Keyword: "SysD"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "Trsh"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "Strt"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "Shdwn"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "ApplMenu"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "CntlPnl"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "Exts"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "Fnts"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "Prfs"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "Docs"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "ISrch"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "DfltDwnld"|FU = "/Users/noida/Downloads"|DS = "/Users/noida/Downloads"
Keyword: "ULibDir"|FU = "/Users/noida/Library"|DS = "/Users/noida/Library"
Keyword: "UsrDsk"|FU = "/Users/noida/Desktop"|DS = "/Users/noida/Desktop"
Keyword: "LocDsk"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "UsrApp"|FU = "/Users/noida/Applications"|DS = "/Users/noida/Applications"
Keyword: "LocApp"|FU = "/Applications"|DS = "/Applications"
Keyword: "UsrDocs"|FU = "/Users/noida/Documents"|DS = "/Users/noida/Documents"
Keyword: "LocDocs"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "UsrIntrntPlgn"|FU = "/Users/noida/Library/Internet Plug-Ins"|DS = "/Users/noida/Library/Internet Plug-Ins"
Keyword: "LoclIntrntPlgn"|FU = "/Library/Internet Plug-Ins"|DS = "/Library/Internet Plug-Ins"
Keyword: "UsrFrmwrks"|FU = "/Users/noida/Library/Frameworks"|DS = "/Users/noida/Library/Frameworks"
Keyword: "LocFrmwrks"|FU = "/Library/Frameworks"|DS = "/Library/Frameworks"
Keyword: "UsrPrfs"|FU = "/Users/noida/Library/Preferences"|DS = "/Users/noida/Library/Preferences"
Keyword: "LocPrfs"|FU = "/Library/Preferences"|DS = "/Library/Preferences"
Keyword: "Pct"|FU = "/Users/noida/Pictures"|DS = "/Users/noida/Pictures"
Keyword: "Mov"|FU = "/Users/noida/Movies"|DS = "/Users/noida/Movies"
Keyword: "Music"|FU = "/Users/noida/Music"|DS = "/Users/noida/Music"
Keyword: "IntrntSts"|FU = "/Users/noida/Sites"|DS = "/Users/noida/Sites"
Keyword: "WinD"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "ProgF"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "DeskV"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "Progs"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "Cntls"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "Prnts"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "Pers"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "Favs"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "Strt"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "Rcnt"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "SndTo"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "Buckt"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "Strt"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "DeskP"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "Drivs"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "NetW"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "netH"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "Fnts"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "Tmpls"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "CmStrt"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "CmPrgs"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "CmDeskP"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "CmAppData"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "AppData"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "LocalAppData"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "PrntHd"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "CookD"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "DfltDwnld"|FU = "/Users/noida/Downloads"|DS = "/Users/noida/Downloads"
Keyword: "Docs"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "Pict"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "Music"|FU = "/Users/noida/Music"|DS = "/Users/noida/Music"
Keyword: "Vids"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "Locl"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "LibD"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "XDGDesk"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "XDGDocs"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "XDGDwnld"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "XDGMusic"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "XDGPict"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "XDGPubSh"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "XDGTempl"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "XDGVids"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "DfltDwnld"|FU = "/Users/noida/Downloads"|DS = "/Users/noida/Downloads"
Keyword: "DrvD"|FU = "Component returned failure code: 0x8052000d (NS_ERROR_FILE_IS_DIRECTORY) [nsIFile.create]"|DS = "/"
Keyword: "GreD"|FU = "/Applications/Firefox.app/Contents/Resources"|DS = "/Applications/Firefox.app/Contents/Resources"
Keyword: "UpdRootD"|FU = "/Users/noida/Library/Caches/Mozilla/updates/Applications/Firefox"|DS = "/Users/noida/Library/Caches/Mozilla/updates/Applications/Firefox"
Keyword: "XREExeF"|FU = "/Applications/Firefox.app/Contents/MacOS/firefox"|DS = "/Applications/Firefox.app/Contents/MacOS/firefox"
Keyword: "ProfDS"|FU = "/Users/noida/Library/Application Support/Firefox/Profiles/d62n1gi5.Unnamed Profile 1"|DS = "/Users/noida/Library/Application Support/Firefox/Profiles/d62n1gi5.Unnamed Profile 1"
Keyword: "ProfD"|FU = "/Users/noida/Library/Application Support/Firefox/Profiles/d62n1gi5.Unnamed Profile 1"|DS = "/Users/noida/Library/Application Support/Firefox/Profiles/d62n1gi5.Unnamed Profile 1"
Keyword: "GreD"|FU = "/Applications/Firefox.app/Contents/Resources"|DS = "/Applications/Firefox.app/Contents/Resources"
Keyword: "XCurProcD"|FU = "/Applications/Firefox.app/Contents/Resources/browser"|DS = "/Applications/Firefox.app/Contents/Resources/browser"
Keyword: "XREExeF"|FU = "/Applications/Firefox.app/Contents/MacOS/firefox"|DS = "/Applications/Firefox.app/Contents/MacOS/firefox"
Keyword: "UpdRootD"|FU = "/Users/noida/Library/Caches/Mozilla/updates/Applications/Firefox"|DS = "/Users/noida/Library/Caches/Mozilla/updates/Applications/Firefox"
Keyword: "UAppData"|FU = "/Users/noida/Library/Application Support/Firefox"|DS = "/Users/noida/Library/Application Support/Firefox"
Keyword: "XREExtDL"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "XREExeF"|FU = "/Applications/Firefox.app/Contents/MacOS/firefox"|DS = "/Applications/Firefox.app/Contents/MacOS/firefox"
Keyword: "started"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "ProfDS"|FU = "/Users/noida/Library/Application Support/Firefox/Profiles/d62n1gi5.Unnamed Profile 1"|DS = "/Users/noida/Library/Application Support/Firefox/Profiles/d62n1gi5.Unnamed Profile 1"
Keyword: "started"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "ProfLDS"|FU = "/Users/noida/Library/Caches/Firefox/Profiles/d62n1gi5.Unnamed Profile 1"|DS = "/Users/noida/Library/Caches/Firefox/Profiles/d62n1gi5.Unnamed Profile 1"
Keyword: "XRESysLExtPD"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIFile.create]"|DS = "/Library/Application Support/Mozilla/Extensions"
Keyword: "XRESysSExtPD"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "XREUSysExt"|FU = "/Users/noida/Library/Application Support/Mozilla/Extensions"|DS = "/Users/noida/Library/Application Support/Mozilla/Extensions"
Keyword: "XREAppDist"|FU = "/Applications/Firefox.app/Contents/Resources/distribution"|DS = "/Applications/Firefox.app/Contents/Resources/distribution"
Keyword: "UpdRootD"|FU = "/Users/noida/Library/Caches/Mozilla/updates/Applications/Firefox"|DS = "/Users/noida/Library/Caches/Mozilla/updates/Applications/Firefox"
Keyword: "UpdArchD"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "OSUpdApplyToD"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"

@Noitidart
Copy link
Author

Ubuntu 15.01

Keyword: "AppRegF"|FU = "/home/noi/.mozilla/firefox/appreg"|DS = "/home/noi/.mozilla/firefox/appreg"
Keyword: "AppRegD"|FU = "/home/noi/.mozilla/firefox"|DS = "/home/noi/.mozilla/firefox"
Keyword: "DefRt"|FU = "/usr/lib/firefox/browser/defaults"|DS = "/usr/lib/firefox/browser/defaults"
Keyword: "PrfDef"|FU = "/usr/lib/firefox/defaults/pref"|DS = "/usr/lib/firefox/defaults/pref"
Keyword: "current"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "default"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "DefProfRt"|FU = "/home/noi/.mozilla/firefox"|DS = "/home/noi/.mozilla/firefox"
Keyword: "DefProfLRt"|FU = "/home/noi/.cache/mozilla/firefox"|DS = "/home/noi/.cache/mozilla/firefox"
Keyword: "ARes"|FU = "Component returned failure code: 0x80520015 (NS_ERROR_FILE_ACCESS_DENIED) [nsIFile.create]"|DS = "/usr/lib/firefox/browser/res"
Keyword: "AChrom"|FU = "/usr/lib/firefox/browser/chrome"|DS = "/usr/lib/firefox/browser/chrome"
Keyword: "APlugns"|FU = "/usr/lib/firefox/browser/plugins"|DS = "/usr/lib/firefox/browser/plugins"
Keyword: "SrchPlugns"|FU = "/usr/lib/firefox/browser/searchplugins"|DS = "/usr/lib/firefox/browser/searchplugins"
Keyword: "AChromDL"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "APluginsDL"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "SrchPluginsDL"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "SHARED"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "PrefD"|FU = "/home/noi/.mozilla/firefox/hrupz8x8.Unnamed Profile 1"|DS = "/home/noi/.mozilla/firefox/hrupz8x8.Unnamed Profile 1"
Keyword: "PrefF"|FU = "/home/noi/.mozilla/firefox/hrupz8x8.Unnamed Profile 1/prefs.js"|DS = "/home/noi/.mozilla/firefox/hrupz8x8.Unnamed Profile 1/prefs.js"
Keyword: "MetroPrefF"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "PrefDL"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "ExtPrefDL"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "PrefDOverride"|FU = "/home/noi/.mozilla/firefox/hrupz8x8.Unnamed Profile 1/preferences"|DS = "/home/noi/.mozilla/firefox/hrupz8x8.Unnamed Profile 1/preferences"
Keyword: "ProfD"|FU = "/home/noi/.mozilla/firefox/hrupz8x8.Unnamed Profile 1"|DS = "/home/noi/.mozilla/firefox/hrupz8x8.Unnamed Profile 1"
Keyword: "ProfLD"|FU = "/home/noi/.cache/mozilla/firefox/hrupz8x8.Unnamed Profile 1"|DS = "/home/noi/.cache/mozilla/firefox/hrupz8x8.Unnamed Profile 1"
Keyword: "UChrm"|FU = "/home/noi/.mozilla/firefox/hrupz8x8.Unnamed Profile 1/chrome"|DS = "/home/noi/.mozilla/firefox/hrupz8x8.Unnamed Profile 1/chrome"
Keyword: "UsrSrchPlugns"|FU = "/home/noi/.mozilla/firefox/hrupz8x8.Unnamed Profile 1/searchplugins"|DS = "/home/noi/.mozilla/firefox/hrupz8x8.Unnamed Profile 1/searchplugins"
Keyword: "LclSt"|FU = "/home/noi/.mozilla/firefox/hrupz8x8.Unnamed Profile 1/localstore.rdf"|DS = "/home/noi/.mozilla/firefox/hrupz8x8.Unnamed Profile 1/localstore.rdf"
Keyword: "UPnls"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "UMimTyp"|FU = "/home/noi/.mozilla/firefox/hrupz8x8.Unnamed Profile 1/mimeTypes.rdf"|DS = "/home/noi/.mozilla/firefox/hrupz8x8.Unnamed Profile 1/mimeTypes.rdf"
Keyword: "cachePDir"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "BMarks"|FU = "/home/noi/.mozilla/firefox/hrupz8x8.Unnamed Profile 1/bookmarks.html"|DS = "/home/noi/.mozilla/firefox/hrupz8x8.Unnamed Profile 1/bookmarks.html"
Keyword: "DLoads"|FU = "/home/noi/.mozilla/firefox/hrupz8x8.Unnamed Profile 1/downloads.rdf"|DS = "/home/noi/.mozilla/firefox/hrupz8x8.Unnamed Profile 1/downloads.rdf"
Keyword: "SrchF"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "XPIClnupD"|FU = "/usr/lib/firefox/browser"|DS = "/usr/lib/firefox/browser"
Keyword: "indexedDBPDir"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "permissionDBPDir"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "Home"|FU = "/home/noi"|DS = "/home/noi"
Keyword: "TmpD"|FU = "/tmp"|DS = "/tmp"
Keyword: "CurWorkD"|FU = "/home/noi"|DS = "/home/noi"
Keyword: "Home"|FU = "/home/noi"|DS = "/home/noi"
Keyword: "Desk"|FU = "/home/noi/Desktop"|DS = "/home/noi/Desktop"
Keyword: "CurProcD"|FU = "/usr/lib/firefox/browser"|DS = "/usr/lib/firefox/browser"
Keyword: "XCurProcD"|FU = "/usr/lib/firefox/browser"|DS = "/usr/lib/firefox/browser"
Keyword: "XpcomLib"|FU = "/usr/lib/firefox/libxul.so"|DS = "/usr/lib/firefox/libxul.so"
Keyword: "GreD"|FU = "/usr/lib/firefox"|DS = "/usr/lib/firefox"
Keyword: "SysD"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "Trsh"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "Strt"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "Shdwn"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "ApplMenu"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "CntlPnl"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "Exts"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "Fnts"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "Prfs"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "Docs"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "ISrch"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "DfltDwnld"|FU = "/home/noi/Downloads"|DS = "/home/noi/Downloads"
Keyword: "ULibDir"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "UsrDsk"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "LocDsk"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "UsrApp"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "LocApp"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "UsrDocs"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "LocDocs"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "UsrIntrntPlgn"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "LoclIntrntPlgn"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "UsrFrmwrks"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "LocFrmwrks"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "UsrPrfs"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "LocPrfs"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "Pct"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "Mov"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "Music"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "IntrntSts"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "WinD"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "ProgF"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "DeskV"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "Progs"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "Cntls"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "Prnts"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "Pers"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "Favs"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "Strt"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "Rcnt"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "SndTo"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "Buckt"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "Strt"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "DeskP"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "Drivs"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "NetW"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "netH"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "Fnts"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "Tmpls"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "CmStrt"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "CmPrgs"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "CmDeskP"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "CmAppData"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "AppData"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "LocalAppData"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "PrntHd"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "CookD"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "DfltDwnld"|FU = "/home/noi/Downloads"|DS = "/home/noi/Downloads"
Keyword: "Docs"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "Pict"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "Music"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "Vids"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "Locl"|FU = "Component returned failure code: 0x80520015 (NS_ERROR_FILE_ACCESS_DENIED) [nsIFile.create]"|DS = "/usr/local/netscape"
Keyword: "LibD"|FU = "Component returned failure code: 0x80520015 (NS_ERROR_FILE_ACCESS_DENIED) [nsIFile.create]"|DS = "/usr/local/lib/netscape"
Keyword: "XDGDesk"|FU = "/home/noi/Desktop"|DS = "/home/noi/Desktop"
Keyword: "XDGDocs"|FU = "/home/noi/Documents"|DS = "/home/noi/Documents"
Keyword: "XDGDwnld"|FU = "/home/noi/Downloads"|DS = "/home/noi/Downloads"
Keyword: "XDGMusic"|FU = "/home/noi/Music"|DS = "/home/noi/Music"
Keyword: "XDGPict"|FU = "/home/noi/Pictures"|DS = "/home/noi/Pictures"
Keyword: "XDGPubSh"|FU = "/home/noi/Public"|DS = "/home/noi/Public"
Keyword: "XDGTempl"|FU = "/home/noi/Templates"|DS = "/home/noi/Templates"
Keyword: "XDGVids"|FU = "/home/noi/Videos"|DS = "/home/noi/Videos"
Keyword: "DfltDwnld"|FU = "/home/noi/Downloads"|DS = "/home/noi/Downloads"
Keyword: "DrvD"|FU = "/"|DS = "/"
Keyword: "GreD"|FU = "/usr/lib/firefox"|DS = "/usr/lib/firefox"
Keyword: "UpdRootD"|FU = "/usr/lib/firefox"|DS = "/usr/lib/firefox"
Keyword: "XREExeF"|FU = "/usr/lib/firefox/firefox"|DS = "/usr/lib/firefox/firefox"
Keyword: "ProfDS"|FU = "/home/noi/.mozilla/firefox/hrupz8x8.Unnamed Profile 1"|DS = "/home/noi/.mozilla/firefox/hrupz8x8.Unnamed Profile 1"
Keyword: "ProfD"|FU = "/home/noi/.mozilla/firefox/hrupz8x8.Unnamed Profile 1"|DS = "/home/noi/.mozilla/firefox/hrupz8x8.Unnamed Profile 1"
Keyword: "GreD"|FU = "/usr/lib/firefox"|DS = "/usr/lib/firefox"
Keyword: "XCurProcD"|FU = "/usr/lib/firefox/browser"|DS = "/usr/lib/firefox/browser"
Keyword: "XREExeF"|FU = "/usr/lib/firefox/firefox"|DS = "/usr/lib/firefox/firefox"
Keyword: "UpdRootD"|FU = "/usr/lib/firefox"|DS = "/usr/lib/firefox"
Keyword: "UAppData"|FU = "/home/noi/.mozilla/firefox"|DS = "/home/noi/.mozilla/firefox"
Keyword: "XREExtDL"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "XREExeF"|FU = "/usr/lib/firefox/firefox"|DS = "/usr/lib/firefox/firefox"
Keyword: "started"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "ProfDS"|FU = "/home/noi/.mozilla/firefox/hrupz8x8.Unnamed Profile 1"|DS = "/home/noi/.mozilla/firefox/hrupz8x8.Unnamed Profile 1"
Keyword: "started"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "ProfLDS"|FU = "/home/noi/.cache/mozilla/firefox/hrupz8x8.Unnamed Profile 1"|DS = "/home/noi/.cache/mozilla/firefox/hrupz8x8.Unnamed Profile 1"
Keyword: "XRESysLExtPD"|FU = "Component returned failure code: 0x80520015 (NS_ERROR_FILE_ACCESS_DENIED) [nsIFile.create]"|DS = "/usr/lib/mozilla/extensions"
Keyword: "XRESysSExtPD"|FU = "/usr/share/mozilla/extensions"|DS = "/usr/share/mozilla/extensions"
Keyword: "XREUSysExt"|FU = "/home/noi/.mozilla/extensions"|DS = "/home/noi/.mozilla/extensions"
Keyword: "XREAppDist"|FU = "/usr/lib/firefox/distribution"|DS = "/usr/lib/firefox/distribution"
Keyword: "UpdRootD"|FU = "/usr/lib/firefox"|DS = "/usr/lib/firefox"
Keyword: "UpdArchD"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "OSUpdApplyToD"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"

@Noitidart
Copy link
Author

OS X 10.1

Keyword: "AppRegF"|FU = "/Users/noida/Library/Application Support/Firefox/Application Registry"|DS = "/Users/noida/Library/Application Support/Firefox/Application Registry"
Keyword: "AppRegD"|FU = "/Users/noida/Library/Application Support/Firefox"|DS = "/Users/noida/Library/Application Support/Firefox"
Keyword: "DefRt"|FU = "/Applications/FirefoxDeveloperEdition.app/Contents/Resources/browser/defaults"|DS = "/Applications/FirefoxDeveloperEdition.app/Contents/Resources/browser/defaults"
Keyword: "PrfDef"|FU = "/Applications/FirefoxDeveloperEdition.app/Contents/Resources/defaults/pref"|DS = "/Applications/FirefoxDeveloperEdition.app/Contents/Resources/defaults/pref"
Keyword: "current"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "default"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "DefProfRt"|FU = "/Users/noida/Library/Application Support/Firefox/Profiles"|DS = "/Users/noida/Library/Application Support/Firefox/Profiles"
Keyword: "DefProfLRt"|FU = "/Users/noida/Library/Caches/Firefox/Profiles"|DS = "/Users/noida/Library/Caches/Firefox/Profiles"
Keyword: "ARes"|FU = "/Applications/FirefoxDeveloperEdition.app/Contents/Resources/browser/res"|DS = "/Applications/FirefoxDeveloperEdition.app/Contents/Resources/browser/res"
Keyword: "AChrom"|FU = "/Applications/FirefoxDeveloperEdition.app/Contents/Resources/browser/chrome"|DS = "/Applications/FirefoxDeveloperEdition.app/Contents/Resources/browser/chrome"
Keyword: "APlugns"|FU = "/Applications/FirefoxDeveloperEdition.app/Contents/Resources/browser/plugins"|DS = "/Applications/FirefoxDeveloperEdition.app/Contents/Resources/browser/plugins"
Keyword: "SrchPlugns"|FU = "/Applications/FirefoxDeveloperEdition.app/Contents/Resources/browser/searchplugins"|DS = "/Applications/FirefoxDeveloperEdition.app/Contents/Resources/browser/searchplugins"
Keyword: "AChromDL"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "APluginsDL"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "SrchPluginsDL"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "SHARED"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "PrefD"|FU = "/Users/noida/Library/Application Support/Firefox/Profiles/d62n1gi5.Unnamed Profile 1"|DS = "/Users/noida/Library/Application Support/Firefox/Profiles/d62n1gi5.Unnamed Profile 1"
Keyword: "PrefF"|FU = "/Users/noida/Library/Application Support/Firefox/Profiles/d62n1gi5.Unnamed Profile 1/prefs.js"|DS = "/Users/noida/Library/Application Support/Firefox/Profiles/d62n1gi5.Unnamed Profile 1/prefs.js"
Keyword: "MetroPrefF"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "PrefDL"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "ExtPrefDL"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "PrefDOverride"|FU = "/Users/noida/Library/Application Support/Firefox/Profiles/d62n1gi5.Unnamed Profile 1/preferences"|DS = "/Users/noida/Library/Application Support/Firefox/Profiles/d62n1gi5.Unnamed Profile 1/preferences"
Keyword: "ProfD"|FU = "/Users/noida/Library/Application Support/Firefox/Profiles/d62n1gi5.Unnamed Profile 1"|DS = "/Users/noida/Library/Application Support/Firefox/Profiles/d62n1gi5.Unnamed Profile 1"
Keyword: "ProfLD"|FU = "/Users/noida/Library/Caches/Firefox/Profiles/d62n1gi5.Unnamed Profile 1"|DS = "/Users/noida/Library/Caches/Firefox/Profiles/d62n1gi5.Unnamed Profile 1"
Keyword: "UChrm"|FU = "/Users/noida/Library/Application Support/Firefox/Profiles/d62n1gi5.Unnamed Profile 1/chrome"|DS = "/Users/noida/Library/Application Support/Firefox/Profiles/d62n1gi5.Unnamed Profile 1/chrome"
Keyword: "UsrSrchPlugns"|FU = "/Users/noida/Library/Application Support/Firefox/Profiles/d62n1gi5.Unnamed Profile 1/searchplugins"|DS = "/Users/noida/Library/Application Support/Firefox/Profiles/d62n1gi5.Unnamed Profile 1/searchplugins"
Keyword: "LclSt"|FU = "/Users/noida/Library/Application Support/Firefox/Profiles/d62n1gi5.Unnamed Profile 1/localstore.rdf"|DS = "/Users/noida/Library/Application Support/Firefox/Profiles/d62n1gi5.Unnamed Profile 1/localstore.rdf"
Keyword: "UPnls"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "UMimTyp"|FU = "/Users/noida/Library/Application Support/Firefox/Profiles/d62n1gi5.Unnamed Profile 1/mimeTypes.rdf"|DS = "/Users/noida/Library/Application Support/Firefox/Profiles/d62n1gi5.Unnamed Profile 1/mimeTypes.rdf"
Keyword: "cachePDir"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "BMarks"|FU = "/Users/noida/Library/Application Support/Firefox/Profiles/d62n1gi5.Unnamed Profile 1/bookmarks.html"|DS = "/Users/noida/Library/Application Support/Firefox/Profiles/d62n1gi5.Unnamed Profile 1/bookmarks.html"
Keyword: "DLoads"|FU = "/Users/noida/Library/Application Support/Firefox/Profiles/d62n1gi5.Unnamed Profile 1/downloads.rdf"|DS = "/Users/noida/Library/Application Support/Firefox/Profiles/d62n1gi5.Unnamed Profile 1/downloads.rdf"
Keyword: "SrchF"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "XPIClnupD"|FU = "/Applications/FirefoxDeveloperEdition.app/Contents/Resources/browser"|DS = "/Applications/FirefoxDeveloperEdition.app/Contents/Resources/browser"
Keyword: "indexedDBPDir"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "permissionDBPDir"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "Home"|FU = "/Users/noida"|DS = "/Users/noida"
Keyword: "TmpD"|FU = "/Users/noida/Library/Caches/TemporaryItems"|DS = "/Users/noida/Library/Caches/TemporaryItems"
Keyword: "CurWorkD"|FU = "Component returned failure code: 0x8052000d (NS_ERROR_FILE_IS_DIRECTORY) [nsIFile.create]"|DS = "/"
Keyword: "Home"|FU = "/Users/noida"|DS = "/Users/noida"
Keyword: "Desk"|FU = "/Users/noida/Desktop"|DS = "/Users/noida/Desktop"
Keyword: "CurProcD"|FU = "/Applications/FirefoxDeveloperEdition.app/Contents/Resources/browser"|DS = "/Applications/FirefoxDeveloperEdition.app/Contents/Resources/browser"
Keyword: "XCurProcD"|FU = "/Applications/FirefoxDeveloperEdition.app/Contents/Resources/browser"|DS = "/Applications/FirefoxDeveloperEdition.app/Contents/Resources/browser"
Keyword: "XpcomLib"|FU = "/Applications/FirefoxDeveloperEdition.app/Contents/MacOS/XUL"|DS = "/Applications/FirefoxDeveloperEdition.app/Contents/MacOS/XUL"
Keyword: "GreD"|FU = "/Applications/FirefoxDeveloperEdition.app/Contents/Resources"|DS = "/Applications/FirefoxDeveloperEdition.app/Contents/Resources"
Keyword: "SysD"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "Trsh"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "Strt"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "Shdwn"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "ApplMenu"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "CntlPnl"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "Exts"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "Fnts"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "Prfs"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "Docs"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "ISrch"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "DfltDwnld"|FU = "/Users/noida/Downloads"|DS = "/Users/noida/Downloads"
Keyword: "ULibDir"|FU = "/Users/noida/Library"|DS = "/Users/noida/Library"
Keyword: "UsrDsk"|FU = "/Users/noida/Desktop"|DS = "/Users/noida/Desktop"
Keyword: "LocDsk"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "UsrApp"|FU = "/Users/noida/Applications"|DS = "/Users/noida/Applications"
Keyword: "LocApp"|FU = "/Applications"|DS = "/Applications"
Keyword: "UsrDocs"|FU = "/Users/noida/Documents"|DS = "/Users/noida/Documents"
Keyword: "LocDocs"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "UsrIntrntPlgn"|FU = "/Users/noida/Library/Internet Plug-Ins"|DS = "/Users/noida/Library/Internet Plug-Ins"
Keyword: "LoclIntrntPlgn"|FU = "/Library/Internet Plug-Ins"|DS = "/Library/Internet Plug-Ins"
Keyword: "UsrFrmwrks"|FU = "/Users/noida/Library/Frameworks"|DS = "/Users/noida/Library/Frameworks"
Keyword: "LocFrmwrks"|FU = "/Library/Frameworks"|DS = "/Library/Frameworks"
Keyword: "UsrPrfs"|FU = "/Users/noida/Library/Preferences"|DS = "/Users/noida/Library/Preferences"
Keyword: "LocPrfs"|FU = "/Library/Preferences"|DS = "/Library/Preferences"
Keyword: "Pct"|FU = "/Users/noida/Pictures"|DS = "/Users/noida/Pictures"
Keyword: "Mov"|FU = "/Users/noida/Movies"|DS = "/Users/noida/Movies"
Keyword: "Music"|FU = "/Users/noida/Music"|DS = "/Users/noida/Music"
Keyword: "IntrntSts"|FU = "/Users/noida/Sites"|DS = "/Users/noida/Sites"
Keyword: "WinD"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "ProgF"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "DeskV"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "Progs"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "Cntls"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "Prnts"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "Pers"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "Favs"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "Strt"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "Rcnt"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "SndTo"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "Buckt"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "Strt"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "DeskP"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "Drivs"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "NetW"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "netH"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "Fnts"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "Tmpls"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "CmStrt"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "CmPrgs"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "CmDeskP"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "CmAppData"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "AppData"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "LocalAppData"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "PrntHd"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "CookD"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "DfltDwnld"|FU = "/Users/noida/Downloads"|DS = "/Users/noida/Downloads"
Keyword: "Docs"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "Pict"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "Music"|FU = "/Users/noida/Music"|DS = "/Users/noida/Music"
Keyword: "Vids"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "Locl"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "LibD"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "XDGDesk"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "XDGDocs"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "XDGDwnld"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "XDGMusic"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "XDGPict"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "XDGPubSh"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "XDGTempl"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "XDGVids"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "DfltDwnld"|FU = "/Users/noida/Downloads"|DS = "/Users/noida/Downloads"
Keyword: "DrvD"|FU = "Component returned failure code: 0x8052000d (NS_ERROR_FILE_IS_DIRECTORY) [nsIFile.create]"|DS = "/"
Keyword: "GreD"|FU = "/Applications/FirefoxDeveloperEdition.app/Contents/Resources"|DS = "/Applications/FirefoxDeveloperEdition.app/Contents/Resources"
Keyword: "UpdRootD"|FU = "/Users/noida/Library/Caches/Mozilla/updates/Applications/FirefoxDeveloperEdition"|DS = "/Users/noida/Library/Caches/Mozilla/updates/Applications/FirefoxDeveloperEdition"
Keyword: "XREExeF"|FU = "/Applications/FirefoxDeveloperEdition.app/Contents/MacOS/firefox"|DS = "/Applications/FirefoxDeveloperEdition.app/Contents/MacOS/firefox"
Keyword: "ProfDS"|FU = "/Users/noida/Library/Application Support/Firefox/Profiles/d62n1gi5.Unnamed Profile 1"|DS = "/Users/noida/Library/Application Support/Firefox/Profiles/d62n1gi5.Unnamed Profile 1"
Keyword: "ProfD"|FU = "/Users/noida/Library/Application Support/Firefox/Profiles/d62n1gi5.Unnamed Profile 1"|DS = "/Users/noida/Library/Application Support/Firefox/Profiles/d62n1gi5.Unnamed Profile 1"
Keyword: "GreD"|FU = "/Applications/FirefoxDeveloperEdition.app/Contents/Resources"|DS = "/Applications/FirefoxDeveloperEdition.app/Contents/Resources"
Keyword: "XCurProcD"|FU = "/Applications/FirefoxDeveloperEdition.app/Contents/Resources/browser"|DS = "/Applications/FirefoxDeveloperEdition.app/Contents/Resources/browser"
Keyword: "XREExeF"|FU = "/Applications/FirefoxDeveloperEdition.app/Contents/MacOS/firefox"|DS = "/Applications/FirefoxDeveloperEdition.app/Contents/MacOS/firefox"
Keyword: "UpdRootD"|FU = "/Users/noida/Library/Caches/Mozilla/updates/Applications/FirefoxDeveloperEdition"|DS = "/Users/noida/Library/Caches/Mozilla/updates/Applications/FirefoxDeveloperEdition"
Keyword: "UAppData"|FU = "/Users/noida/Library/Application Support/Firefox"|DS = "/Users/noida/Library/Application Support/Firefox"
Keyword: "XREExtDL"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "XREExeF"|FU = "/Applications/FirefoxDeveloperEdition.app/Contents/MacOS/firefox"|DS = "/Applications/FirefoxDeveloperEdition.app/Contents/MacOS/firefox"
Keyword: "started"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "ProfDS"|FU = "/Users/noida/Library/Application Support/Firefox/Profiles/d62n1gi5.Unnamed Profile 1"|DS = "/Users/noida/Library/Application Support/Firefox/Profiles/d62n1gi5.Unnamed Profile 1"
Keyword: "started"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "ProfLDS"|FU = "/Users/noida/Library/Caches/Firefox/Profiles/d62n1gi5.Unnamed Profile 1"|DS = "/Users/noida/Library/Caches/Firefox/Profiles/d62n1gi5.Unnamed Profile 1"
Keyword: "XRESysLExtPD"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIFile.create]"|DS = "/Library/Application Support/Mozilla/Extensions"
Keyword: "XRESysSExtPD"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "XREUSysExt"|FU = "/Users/noida/Library/Application Support/Mozilla/Extensions"|DS = "/Users/noida/Library/Application Support/Mozilla/Extensions"
Keyword: "XREAppDist"|FU = "/Applications/FirefoxDeveloperEdition.app/Contents/Resources/distribution"|DS = "/Applications/FirefoxDeveloperEdition.app/Contents/Resources/distribution"
Keyword: "UpdRootD"|FU = "/Users/noida/Library/Caches/Mozilla/updates/Applications/FirefoxDeveloperEdition"|DS = "/Users/noida/Library/Caches/Mozilla/updates/Applications/FirefoxDeveloperEdition"
Keyword: "UpdArchD"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "OSUpdApplyToD"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"

@Noitidart
Copy link
Author

Noitidart commented Jun 12, 2016

Google Nexus 7 , 5.1.0 , API 22 , 800x1280
Jun 12, 2016 - Nightly 49.01a 2016-06-01

Keyword: "AppRegF"|FU = "/data/data/org.mozilla.fennec/files/mozilla/appreg"|DS = "/data/data/org.mozilla.fennec/files/mozilla/appreg"
Keyword: "AppRegD"|FU = "/data/data/org.mozilla.fennec/files/mozilla"|DS = "/data/data/org.mozilla.fennec/files/mozilla"
Keyword: "DefRt"|FU = "/data/data/org.mozilla.fennec/defaults"|DS = "/data/data/org.mozilla.fennec/defaults"
Keyword: "PrfDef"|FU = "/data/data/org.mozilla.fennec/defaults/pref"|DS = "/data/data/org.mozilla.fennec/defaults/pref"
Keyword: "current"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "default"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "DefProfRt"|FU = "/data/data/org.mozilla.fennec/files/mozilla"|DS = "/data/data/org.mozilla.fennec/files/mozilla"
Keyword: "DefProfLRt"|FU = "/data/data/org.mozilla.fennec/files/mozilla"|DS = "/data/data/org.mozilla.fennec/files/mozilla"
Keyword: "ARes"|FU = "/data/data/org.mozilla.fennec/res"|DS = "/data/data/org.mozilla.fennec/res"
Keyword: "AChrom"|FU = "/data/data/org.mozilla.fennec/chrome"|DS = "/data/data/org.mozilla.fennec/chrome"
Keyword: "APlugns"|FU = "/data/data/org.mozilla.fennec/plugins"|DS = "/data/data/org.mozilla.fennec/plugins"
Keyword: "SrchPlugns"|FU = "/data/data/org.mozilla.fennec/searchplugins"|DS = "/data/data/org.mozilla.fennec/searchplugins"
Keyword: "AChromDL"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "APluginsDL"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "SrchPluginsDL"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "SHARED"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "PrefD"|FU = "/data/data/org.mozilla.fennec/files/mozilla/b8hcnv3e.default"|DS = "/data/data/org.mozilla.fennec/files/mozilla/b8hcnv3e.default"
Keyword: "PrefF"|FU = "/data/data/org.mozilla.fennec/files/mozilla/b8hcnv3e.default/prefs.js"|DS = "/data/data/org.mozilla.fennec/files/mozilla/b8hcnv3e.default/prefs.js"
Keyword: "MetroPrefF"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "PrefDL"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "ExtPrefDL"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "PrefDOverride"|FU = "/data/data/org.mozilla.fennec/files/mozilla/b8hcnv3e.default/preferences"|DS = "/data/data/org.mozilla.fennec/files/mozilla/b8hcnv3e.default/preferences"
Keyword: "ProfD"|FU = "/data/data/org.mozilla.fennec/files/mozilla/b8hcnv3e.default"|DS = "/data/data/org.mozilla.fennec/files/mozilla/b8hcnv3e.default"
Keyword: "ProfLD"|FU = "/data/data/org.mozilla.fennec/files/mozilla/b8hcnv3e.default"|DS = "/data/data/org.mozilla.fennec/files/mozilla/b8hcnv3e.default"
Keyword: "UChrm"|FU = "/data/data/org.mozilla.fennec/files/mozilla/b8hcnv3e.default/chrome"|DS = "/data/data/org.mozilla.fennec/files/mozilla/b8hcnv3e.default/chrome"
Keyword: "UsrSrchPlugns"|FU = "/data/data/org.mozilla.fennec/files/mozilla/b8hcnv3e.default/searchplugins"|DS = "/data/data/org.mozilla.fennec/files/mozilla/b8hcnv3e.default/searchplugins"
Keyword: "LclSt"|FU = "/data/data/org.mozilla.fennec/files/mozilla/b8hcnv3e.default/localstore.rdf"|DS = "/data/data/org.mozilla.fennec/files/mozilla/b8hcnv3e.default/localstore.rdf"
Keyword: "UPnls"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "UMimTyp"|FU = "/data/data/org.mozilla.fennec/files/mozilla/b8hcnv3e.default/mimeTypes.rdf"|DS = "/data/data/org.mozilla.fennec/files/mozilla/b8hcnv3e.default/mimeTypes.rdf"
Keyword: "cachePDir"|FU = "/data/data/org.mozilla.fennec/files/mozilla/b8hcnv3e.default"|DS = "/data/data/org.mozilla.fennec/files/mozilla/b8hcnv3e.default"
Keyword: "BMarks"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "DLoads"|FU = "/data/data/org.mozilla.fennec/files/mozilla/b8hcnv3e.default/downloads.rdf"|DS = "/data/data/org.mozilla.fennec/files/mozilla/b8hcnv3e.default/downloads.rdf"
Keyword: "SrchF"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "XPIClnupD"|FU = "/data/data/org.mozilla.fennec"|DS = "/data/data/org.mozilla.fennec"
Keyword: "indexedDBPDir"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "permissionDBPDir"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "Home"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "TmpD"|FU = "/data/data/org.mozilla.fennec/app_tmpdir"|DS = "/data/data/org.mozilla.fennec/app_tmpdir"
Keyword: "CurWorkD"|FU = "/"|DS = "/"
Keyword: "Home"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "Desk"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "CurProcD"|FU = "/data/data/org.mozilla.fennec"|DS = "/data/data/org.mozilla.fennec"
Keyword: "XCurProcD"|FU = "/data/data/org.mozilla.fennec"|DS = "/data/data/org.mozilla.fennec"
Keyword: "XpcomLib"|FU = "/data/data/org.mozilla.fennec/libxul.so"|DS = "/data/data/org.mozilla.fennec/libxul.so"
Keyword: "GreD"|FU = "/data/data/org.mozilla.fennec"|DS = "/data/data/org.mozilla.fennec"
Keyword: "SysD"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "Trsh"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "Strt"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "Shdwn"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "ApplMenu"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "CntlPnl"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "Exts"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "Fnts"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "Prfs"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "Docs"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "ISrch"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "DfltDwnld"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "ULibDir"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "UsrDsk"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "LocDsk"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "UsrApp"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "LocApp"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "UsrDocs"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "LocDocs"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "UsrIntrntPlgn"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "LoclIntrntPlgn"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "UsrFrmwrks"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "LocFrmwrks"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "UsrPrfs"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "LocPrfs"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "Pct"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "Mov"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "Music"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "IntrntSts"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "WinD"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "ProgF"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "DeskV"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "Progs"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "Cntls"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "Prnts"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "Pers"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "Favs"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "Strt"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "Rcnt"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "SndTo"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "Buckt"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "Strt"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "DeskP"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "Drivs"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "NetW"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "netH"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "Fnts"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "Tmpls"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "CmStrt"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "CmPrgs"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "CmDeskP"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "CmAppData"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "AppData"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "LocalAppData"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "PrntHd"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "CookD"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "DfltDwnld"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "Docs"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "Pict"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "Music"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "Vids"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "Locl"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIFile.create]"|DS = "/usr/local/netscape"
Keyword: "LibD"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIFile.create]"|DS = "/usr/local/lib/netscape"
Keyword: "XDGDesk"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "XDGDocs"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "XDGDwnld"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "XDGMusic"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "XDGPict"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "XDGPubSh"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "XDGTempl"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "XDGVids"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "DfltDwnld"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "DrvD"|FU = "/"|DS = "/"
Keyword: "GreD"|FU = "/data/data/org.mozilla.fennec"|DS = "/data/data/org.mozilla.fennec"
Keyword: "UpdRootD"|FU = "/storage/emulated/0/Android/data/org.mozilla.fennec/files/Download"|DS = "/storage/emulated/0/Android/data/org.mozilla.fennec/files/Download"
Keyword: "XREExeF"|FU = "/data/data/org.mozilla.fennec/dummy"|DS = "/data/data/org.mozilla.fennec/dummy"
Keyword: "ProfDS"|FU = "/data/data/org.mozilla.fennec/files/mozilla/b8hcnv3e.default"|DS = "/data/data/org.mozilla.fennec/files/mozilla/b8hcnv3e.default"
Keyword: "ProfD"|FU = "/data/data/org.mozilla.fennec/files/mozilla/b8hcnv3e.default"|DS = "/data/data/org.mozilla.fennec/files/mozilla/b8hcnv3e.default"
Keyword: "GreD"|FU = "/data/data/org.mozilla.fennec"|DS = "/data/data/org.mozilla.fennec"
Keyword: "XCurProcD"|FU = "/data/data/org.mozilla.fennec"|DS = "/data/data/org.mozilla.fennec"
Keyword: "XREExeF"|FU = "/data/data/org.mozilla.fennec/dummy"|DS = "/data/data/org.mozilla.fennec/dummy"
Keyword: "UpdRootD"|FU = "/storage/emulated/0/Android/data/org.mozilla.fennec/files/Download"|DS = "/storage/emulated/0/Android/data/org.mozilla.fennec/files/Download"
Keyword: "UAppData"|FU = "/data/data/org.mozilla.fennec/files/mozilla"|DS = "/data/data/org.mozilla.fennec/files/mozilla"
Keyword: "XREExtDL"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "XREExeF"|FU = "/data/data/org.mozilla.fennec/dummy"|DS = "/data/data/org.mozilla.fennec/dummy"
Keyword: "started"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "ProfDS"|FU = "/data/data/org.mozilla.fennec/files/mozilla/b8hcnv3e.default"|DS = "/data/data/org.mozilla.fennec/files/mozilla/b8hcnv3e.default"
Keyword: "started"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "ProfLDS"|FU = "/data/data/org.mozilla.fennec/files/mozilla/b8hcnv3e.default"|DS = "/data/data/org.mozilla.fennec/files/mozilla/b8hcnv3e.default"
Keyword: "XRESysLExtPD"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIFile.create]"|DS = "/usr/lib/mozilla/extensions"
Keyword: "XRESysSExtPD"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIFile.create]"|DS = "/usr/share/mozilla/extensions"
Keyword: "XREUSysExt"|FU = "/data/data/org.mozilla.fennec/files/.mozilla/extensions"|DS = "/data/data/org.mozilla.fennec/files/.mozilla/extensions"
Keyword: "XREAppDist"|FU = "/data/data/org.mozilla.fennec/distribution"|DS = "/data/data/org.mozilla.fennec/distribution"
Keyword: "UpdRootD"|FU = "/storage/emulated/0/Android/data/org.mozilla.fennec/files/Download"|DS = "/storage/emulated/0/Android/data/org.mozilla.fennec/files/Download"
Keyword: "UpdArchD"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"
Keyword: "OSUpdApplyToD"|FU = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]"|DS = "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIProperties.get]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment