This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--2011-07-13 06:52:50-- https://github.com/downloads/nmaier/scriptish/scriptish-nightly-0.1.4a1pre.20110713.0400.xpi | |
Resolving github.com... 207.97.227.239 | |
Connecting to github.com|207.97.227.239|:443... connected. | |
HTTP request sent, awaiting response... | |
HTTP/1.1 302 Found | |
Server: nginx/1.0.4 | |
Date: Wed, 13 Jul 2011 04:52:57 GMT | |
Content-Type: text/html; charset=utf-8 | |
Connection: keep-alive | |
Status: 302 Found |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Components.classes["@mozilla.org/alerts-service;1"].getService(Components.interfaces.nsIAlertsService).showAlertNotification(null, "hello", "world", false) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
diff --git a/browser/app/nsBrowserApp.cpp b/browser/app/nsBrowserApp.cpp | |
--- a/browser/app/nsBrowserApp.cpp | |
+++ b/browser/app/nsBrowserApp.cpp | |
@@ -69,16 +69,20 @@ | |
#define strcasecmp _stricmp | |
#endif | |
#include "BinaryPath.h" | |
#include "nsXPCOMPrivate.h" // for MAXPATHLEN and XPCOM_DLL | |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* Any copyright is dedicated to the Public Domain. | |
* http://creativecommons.org/publicdomain/zero/1.0/ */ | |
"use strict"; | |
const EXPORTED_SYMBOLS = ['HttpRequestObserver']; | |
const {classes: Cc, interfaces: Ci, utils: Cu} = Components; | |
const module = Cu.import; | |
const error = Cu.reportError; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Object | |
269368: resource://dta/support/bytebucket.jsm:205 | |
269194: resource://dta/support/bytebucket.jsm:209 | |
104017: resource://dta/utils.jsm:826 | |
96318: chrome://dta/content/common/internalFunctions.js:337 | |
88085: resource://dta/support/bytebucket.jsm:208 | |
87964: resource://dta/support/bytebucket.jsm:202 | |
83466: chrome://dta/content/dta/manager/manager.js:2524 | |
82773: chrome://dta/content/common/internalFunctions.js:81 | |
72326: chrome://dta/content/dta/manager/manager.js:1101 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import re | |
from urllib2 import urlopen, Request, URLError | |
from html5lib import parse as html5 | |
url = "https://addons.mozilla.org/en-US/editors/reviewlog?start=2011-12-22&end=&page={0}" | |
headers = { | |
"User-Agent": "Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:12.0a1) Gecko/20120117 Firefox/12.0a1", | |
"Accept": "text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8", | |
"Accept-Language": "de-de,de;q=0.8,en-us;q=0.5,en;q=0.3", | |
"Referer": "https://addons.mozilla.org/en-US/editors/reviewlog", |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ gdb binary | |
(gdb) b JS_NewCompartmentAndGlobalObject | |
(gdb) commands | |
> bt 12 | |
> continue | |
> end | |
(gdb) set logging on | |
(gdb) r <args> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[System Principal] | |
[System Principal], about:blank [3] | |
[System Principal], about:compartments?verbose | |
[System Principal], about:sessionrestore | |
[System Principal], chrome://browser/content/hiddenWindow.xul | |
[System Principal], chrome://browser/content/places/menu.xml | |
[System Principal], chrome://browser/content/search/search.xml | |
[System Principal], chrome://browser/content/tabbrowser.xml | |
[System Principal], chrome://browser/content/urlbarBindings.xml | |
[System Principal], chrome://global/content/bindings/autocomplete.xml |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#1 CreateNewCompartment | |
#2 xpc_CreateGlobalObject | |
#3 XPCWrappedNative::WrapNewGlobal | |
#4 nsXPConnect::InitClassesWithNewWrappedGlobal | |
#5 mozJSComponentLoader::GlobalForLocation | |
#6 mozJSComponentLoader::LoadModule | |
#7 nsComponentManagerImpl::KnownModule::Load | |
#8 nsFactoryEntry::GetFactory | |
#9 nsComponentManagerImpl::CreateInstance | |
#10 nsJSCID::CreateInstance |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Main Process | |
Explicit Allocations | |
68,239,048 B (100.0%) -- explicit | |
βββ32,137,000 B (47.09%) -- js | |
β ββββ6,195,936 B (09.08%) -- runtime | |
β β βββ4,194,304 B (06.15%) ββ stack-committed | |
β β βββββ524,288 B (00.77%) ββ atoms-table | |
β β βββββ339,432 B (00.50%) ββ mjit-code | |
β β βββββ323,584 B (00.47%) ββ temporary |