I hereby claim:
- I am mikeconley on github.
- I am mikeconley (https://keybase.io/mikeconley) on keybase.
- I have a public key whose fingerprint is 83B1 96CE FBC7 E9D0 E7FA 5F37 31CF 9BAF C982 8C99
To claim this, I am signing this object:
Usage: c:\Users\mconley\mozilla\mozilla-central\obj-debug\dist\bin\firefox.exe [ options ... ] [URL] | |
where options include: | |
-h or --help Print this message. | |
-v or --version Print Firefox version. | |
-P <profile> Start with <profile>. | |
--profile <path> Start with profile at <path>. | |
--migration Start with migration wizard. | |
--ProfileManager Start with ProfileManager. | |
--no-remote Do not accept or send remote commands; implies |
diff --git a/browser/base/content/content.js b/browser/base/content/content.js | |
--- a/browser/base/content/content.js | |
+++ b/browser/base/content/content.js | |
@@ -67,8 +67,12 @@ addEventListener("DOMAutoComplete", func | |
ContentMetaHandler.init(this); | |
// This is a temporary hack to prevent regressions (bug 1471327). | |
void content; | |
addEventListener("DOMWindowFocus", function(event) { |
{ | |
"description": "mconley's wacky theme", | |
"manifest_version": 2, | |
"name": "mconley_wacky_theme", | |
"version": "1.0", | |
"theme": { | |
"colors": { | |
"accentcolor": [ 0, 0, 0], | |
"textcolor": [255, 255, 255], |
{"libs": [{"end": 4395474944, "name": "firefox", "start": 4395466752, "debugName": "firefox", "offset": 0, "path": "/Users/mikeconley/Projects/mozilla-central/obj-x86_64-apple-darwin14.5.0/dist/Nightly.app/Contents/MacOS/firefox", "arch": "x86_64", "debugPath": "/Users/mikeconley/Projects/mozilla-central/obj-x86_64-apple-darwin14.5.0/dist/Nightly.app/Contents/MacOS/firefox", "breakpadId": "D2B912B18F693C2E870CAA5D4700DD620"}, {"end": 4395618304, "name": "libmozglue.dylib", "start": 4395491328, "debugName": "libmozglue.dylib", "offset": 0, "path": "/Users/mikeconley/Projects/mozilla-central/obj-x86_64-apple-darwin14.5.0/dist/Nightly.app/Contents/MacOS/libmozglue.dylib", "arch": "x86_64", "debugPath": "/Users/mikeconley/Projects/mozilla-central/obj-x86_64-apple-darwin14.5.0/dist/Nightly.app/Contents/MacOS/libmozglue.dylib", "breakpadId": "ED73B233435F34C0962148CECEF135220"}, {"end": 4401053696, "name": "libnss3.dylib", "start": 4398776320, "debugName": "libnss3.dylib", "offset": 0, "path": "/Users/mikeconley/Pr |
I hereby claim:
To claim this, I am signing this object:
I hereby claim:
To claim this, I am signing this object:
# HG changeset patch | |
# User Mike Conley <[email protected]> | |
# Date 1380736516 14400 | |
# Node ID a50b7efcbe76a5549a217f9c4da3f152771feee1 | |
# Parent 2a580ab573f66861b054e24d0d69f4945a27ea5d | |
m-c - reflow profile for tscrollx on 030e365d7c26. try: -b o -p macosx64,linux,linux64 -u none -t svgr | |
diff --git a/layout/base/RestyleManager.cpp b/layout/base/RestyleManager.cpp | |
--- a/layout/base/RestyleManager.cpp |
Kaffee: Mayor Ford, did you smoke crack? | |
Judge Randolph: You *don't* have to answer that question! | |
Ford: I'll answer the question! | |
[to Kaffee] | |
Ford: You want answers? |
Hey! If you're reading this, that means I've sent you a QLab bundle. If I sent it to you, then you probably know your way around QLab, and that's awesome. | |
What's not so awesome is that sometimes, when bundles go from computer to computer, they don't work right away - so, even if you unzip the bundle, and open it up in QLab, none of the audio cues will play. | |
The reason for this, is that the output device on the machine the bundle created on (mine) is not the same as the output device on the machine that's try to run it (yours). | |
So the solution is to tell QLab to use your output device. Here's how you do that: | |
1. With the show open, go to Preferences (top-right corner) | |
2. In the dialog that comes up, choose "Audio" in the left-most pane |
diff --git a/bot/reviewbot/tools/builtbot.py b/bot/reviewbot/tools/builtbot.py | |
new file mode 100644 | |
index 0000000..666244c | |
--- /dev/null | |
+++ b/bot/reviewbot/tools/builtbot.py | |
@@ -0,0 +1,49 @@ | |
+from reviewbot.tools.process import execute | |
+from reviewbot.tools import Tool | |
+ | |
+ |