Skip to content

Instantly share code, notes, and snippets.

Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
mk_add_options MOZ_OBJDIR=@TOPSRCDIR@/../objdir-`basename \`pwd\``
# ac_add_options --with-macos-sdk=/Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.8.sdk
mk_add_options AUTOCONF=/usr/local/Cellar/autoconf213/2.13/bin/autoconf213
mk_add_options AUTOCLOBBER=1
@bwinton
bwinton / todo.txt
Last active August 29, 2015 14:17
Flare prototype tasks.
Filed as https://bugzilla.mozilla.org/showdependencytree.cgi?id=1139901&hide_resolved=1
Restyle existing elements.
All on one line.
Tab icon before favicon.
different coloured text for urls and tabs.
Add query box.
And search settings button.
Don't show it twice, though.
Add one-off buttons.
@bwinton
bwinton / gist:03c03c1e49762b89d4d1
Created March 23, 2015 18:01
Windows Build Error from MozillaBuild 1.11.0.
0:07.50 From dist/sdk: Kept 0 existing; Added/updated 0; Removed 8 files and 2 directories.
0:07.63 From dist/xpi-stage: Kept 1 existing; Added/updated 0; Removed 1 files and 0 directories.
0:18.78 From _tests: Kept 35028 existing; Added/updated 5; Removed 0 files and 0 directories.
0:20.47 From ../../dist/idl: Kept 1127 existing; Added/updated 0; Removed 0 files and 0 directories.
0:21.09 Traceback (most recent call last):
0:21.09 File "c:\mozilla-build\python\Lib\runpy.py", line 162, in _run_module_as_main
0:21.09 "__main__", fname, loader, pkg_name)
0:21.09 File "c:\mozilla-build\python\Lib\runpy.py", line 72, in _run_code
0:21.11 exec code in run_globals
0:21.12 File "c:\mozilla-build\msys\P\mozilla-central\python\mozbuild\mozbuild\action\cl.py", line 122, in <module>
diff --git a/browser/components/readinglist/sidebar.js b/browser/components/readinglist/sidebar.js
--- a/browser/components/readinglist/sidebar.js
+++ b/browser/components/readinglist/sidebar.js
@@ -87,44 +87,67 @@ let RLSidebar = {
* TODO: We should guard against the list growing here.
*
* @param {ReadinglistItem} item - Item that was added.
*/
onItemAdded(item, append = false) {
log.trace(`onItemAdded: ${item}`);
diff --git a/browser/components/customizableui/CustomizeMode.jsm b/browser/components/customizableui/CustomizeMode.jsm
--- a/browser/components/customizableui/CustomizeMode.jsm
+++ b/browser/components/customizableui/CustomizeMode.jsm
@@ -119,19 +119,20 @@ CustomizeMode.prototype = {
}
},
swatchForTheme: function(aDocument) {
let lwthemeButton = aDocument.getElementById("customization-lwtheme-button");
let lwthemeIcon = aDocument.getAnonymousElementByAttribute(lwthemeButton,
#!/usr/bin/env bash
REVS=`hg log --rev="children(master)" --template="{node}\n"`
hg log --template='{label("log.bookmark", "Updating…")}' --rev=.
hg checkout master;
hg pull -u;
for rev in $REVS; do
hg log --template='{label("log.bookmark", if(bookmarks,"Rebasing {bookmarks}…", "Rebasing {branch}…"))}' --rev=$rev
[ui]
username = Blake Winton <bwinton@latte.ca>
merge = internal:merge3
[extensions]
color =
progress =
pager =
graphlog =
rebase =
@bwinton
bwinton / test.svg
Created June 30, 2015 20:19
This kinda works…
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
bwinton:blog/ $ ls -alR themes
total 0
drwxrwxr-x 3 root admin 102 21 Feb 15:38 .
drwxrwxr-x 17 root admin 578 8 Mar 20:23 ..
drwxrwxr-x 4 root admin 136 21 Feb 15:38 latte
themes/latte:
total 8
drwxrwxr-x 4 root admin 136 21 Feb 15:38 .
drwxrwxr-x 3 root admin 102 21 Feb 15:38 ..