Skip to content

Instantly share code, notes, and snippets.

View darkwing's full-sized avatar

David Walsh darkwing

View GitHub Profile
function PromoteMDNLinks(userSettings) {
// For the time being, we are not gonna do anything if querySelectorAll is not available in the browser
if (!'querySelectorAll' in document) {
return;
}
var defaults = {
searchElements: ['p', 'div', 'span'],
trackingString: '?utm_source=js%20snippet&utm_medium=content%20link&utm_campaign=promote%20mdn',
$ node_modules/.bin/intern-client config=tests-intern/intern suites=tests-intern/tests/home/main
$ node_modules/.bin/intern-client config=tests-intern/intern suites=tests-intern/tests/home/main
// Learn more about configuring this file at <https://github.com/theintern/intern/wiki/Configuring-Intern>.
// These default settings work OK for most people. The options that *must* be changed below are the
// packages, suites, excludeInstrumentation, and (if you want functional tests) functionalSuites.
define({
// The port on which the instrumenting proxy will listen
proxyPort: 9000,
// A fully qualified URL to the Intern proxy
proxyUrl: 'http://localhost:9000/',
// Learn more about configuring this file at <https://github.com/theintern/intern/wiki/Configuring-Intern>.
// These default settings work OK for most people. The options that *must* be changed below are the
// packages, suites, excludeInstrumentation, and (if you want functional tests) functionalSuites.
define({
// The port on which the instrumenting proxy will listen
proxyPort: 9000,
// A fully qualified URL to the Intern proxy
proxyUrl: 'http://localhost:9000/',
<<<<<<< HEAD
$("#id_profile-expertise").hide().after("<ul id='tags-expertise' class='tags'></ul>");
=======
$('#id_profile-expertise').hide().after('<ul id="tags-expertise" class="taglist"></ul>');
>>>>>>> ba3903b... bug 1055078 - Make profile.js pass jshint
<<<<<<< HEAD
$("#id_profile-expertise").hide().after("<ul id='tags-expertise' class='tags'></ul>");
=======
$('#id_profile-expertise').hide().after('<ul id="tags-expertise" class="taglist"></ul>');
>>>>>>> ba3903b... bug 1055078 - Make profile.js pass jshint
[hekad]
base_dir = '/Users/davidwalsh/Projects/heka/base'
share_dir = '/Users/davidwalsh/Projects/heka/build/heka/share/heka'
[LogstreamerInput]
log_directory = '/Users/davidwalsh/Projects/heka/log'
file_match = 'auth\.log'
[PayloadEncoder]
append_newlines = false
JPM info XPI created at /var/folders/k1/w3tpml451v3662sh7lstbhtr0000gn/T/@jpm-devtools-template-0.0.1.xpi (2150ms)
JPM info Removing fallbacks if they were necessary..
JPM info Creating a new profile
JPM info Using temporary profile at
JPM info /var/folders/k1/w3tpml451v3662sh7lstbhtr0000gn/T/aa9ae89f-49cc-4ea3-b0b1-8009b8d77e23
JPM info Executing Firefox binary: /Applications/FirefoxDeveloperEdition.app/Contents/MacOS/firefox-bin
JPM info Executing Firefox with args: -foreground,-no-remote,-profile,/var/folders/k1/w3tpml451v3662sh7lstbhtr0000gn/T/aa9ae89f-49cc-4ea3-b0b1-8009b8d77e23
JPM info 1423843267505 addons.manager DEBUG Application has been upgraded
JPM info 1423843267522 addons.manager DEBUG Loaded provider scope for resource://gre/modules/addons/XPIProvider.jsm: ["XPIProvider"]
{
something: true,
else: false
}