Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@localhost.localdomain>2007-06-21 19:08:13 (GMT)
committer Marco Pesenti Gritti <marco@localhost.localdomain>2007-06-21 19:08:13 (GMT)
commit228c18e134dc447f72ce441bc952775228e4d5b8 (patch)
tree05b7f53bb8332db2c3590da9f5abc172f4b07c6d
parentb3def2644a6af2d1be2124a93161d4ad3b237ca3 (diff)
parent57a6fa0992c616dc0887c8f35debe19c9ac80d0a (diff)
Merge branch 'master' of git+ssh://dev.laptop.org/git/web-activity
-rw-r--r--browser.py2
-rw-r--r--securitydialogs.py3
2 files changed, 2 insertions, 3 deletions
diff --git a/browser.py b/browser.py
index 4e7be50..aa3a8a0 100644
--- a/browser.py
+++ b/browser.py
@@ -37,8 +37,6 @@ class Browser(WebView):
window_watcher = cls.getService(interfaces.nsIWindowWatcher)
window_watcher.setWindowCreator(window_creator)
- self.is_chrome = False
-
self.connect('realize', self._realize_cb)
def _realize_cb(self, widget):
diff --git a/securitydialogs.py b/securitydialogs.py
index 17670ba..ba7f179 100644
--- a/securitydialogs.py
+++ b/securitydialogs.py
@@ -29,8 +29,9 @@ class SecurityDialogs:
def notifyCrlNextupdate(socketInfo, targetURL, cert):
logging.debug('UNIMPLEMENTED: SecurityDialogs.notifyCrlNextupdate()')
+"""
components.registrar.registerFactory(SecurityDialogs.cid,
SecurityDialogs.description,
'@mozilla.org/nsBadCertListener;1',
Factory(SecurityDialogs))
-
+"""