Confirmed users
512
edits
(Created page with "netwerk/ - httphandler: unused, BAHLEETED - cache: global observer singleton that watches PB transitions and assorted other prefs - on transition, dooms the active cache an...") |
No edit summary |
||
| Line 11: | Line 11: | ||
- set up private DB state if in private browsing | - set up private DB state if in private browsing | ||
- happens on profile-do-change and creation | - happens on profile-do-change and creation | ||
widget/ | |||
- nsClipboardPrivacyHandler::InPrivateBrowsing called from nsClipboardPrivacyHandler::PrepareDataForClipboard | |||
- adds a boolean to the clipboard data indicating it came from PB | |||
plugin/ | |||
- _getvalue, NPNVprivateModeBool: returns private browsing status | |||
- nsNPAPIPluginInstance::PrivateModeStateChanged, called by nsPluginHost::Observe on PB mode switching | |||