☠☠ backed out by 05fa7ffed9eb ☠ ☠ | |
author | Jeff Walden <jwalden@mit.edu> |
Thu, 06 Jan 2011 17:35:13 -0600 | |
changeset 60180 | 54e2039322ef1e69ecd6cb529f4bcdf8b9e55885 |
parent 60179 | 39ccae4efa0fbc37010acae0ac0754ed21bd8f91 |
child 60181 | d099c5659761a9e7feef6d0e345bf7b74e87cf0e |
child 60190 | 05fa7ffed9ebae79ed9f8adf6d09799ae69e568e |
push id | 17881 |
push user | cleary@mozilla.com |
push date | Fri, 07 Jan 2011 19:57:21 +0000 |
treeherder | mozilla-central@54576be62860 [default view] [failures only] |
perfherder | [talos] [build metrics] [platform microbench] (compared to previous push) |
reviewers | orange |
milestone | 2.0b9pre |
first release with | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
last release without | nightly linux32
nightly linux64
nightly mac
nightly win32
nightly win64
|
browser/components/safebrowsing/content/sb-loader.js | file | annotate | diff | comparison | revisions |
--- a/browser/components/safebrowsing/content/sb-loader.js +++ b/browser/components/safebrowsing/content/sb-loader.js @@ -30,18 +30,16 @@ # decision by deleting the provisions above and replace them with the notice # and other provisions required by the GPL or the LGPL. If you do not delete # the provisions above, a recipient may use your version of this file under # the terms of any one of the MPL, the GPL or the LGPL. # # ***** END LICENSE BLOCK ***** var safebrowsing = { - appContext: null, - startup: function() { setTimeout(function() { safebrowsing.deferredStartup(); }, 2000); window.removeEventListener("load", safebrowsing.startup, false); }, deferredStartup: function() {