Skip to content

Instantly share code, notes, and snippets.

View mstriemer's full-sized avatar
🦊

Mark Striemer mstriemer

🦊
  • Mozilla
  • Winnipeg, MB
View GitHub Profile
var apps=require('apps'), def=require('core/defer'), banner=require('update_banner'), caps=require('core/capabilities'); apps.promise = def.Deferred().resolve(); apps.checkForUpdate = function(url) { return def.Deferred().resolve(true); }; caps.packaged = true; banner.showIfNeeded(); banner.showIfNeeded();
From c6773f24cabb0cd39acc6917323384df84246943 Mon Sep 17 00:00:00 2001
From: Mark Striemer <[email protected]>
Date: Wed, 22 Jul 2015 09:05:31 -0500
Subject: [PATCH] Use custom settings file for WebQA Travis tests
---
.travis.yml | 4 ++--
Makefile | 1 +
src/media/js/settings_local_webqa.js | 11 +++++++++++
3 files changed, 14 insertions(+), 2 deletions(-)
From d853add1fb526d9dd35a94c0e79fd1c5b80700e8 Mon Sep 17 00:00:00 2001
From: Mark Striemer <[email protected]>
Date: Tue, 28 Jul 2015 18:50:01 -0500
Subject: [PATCH] Test the unlisted addon detection
---
scripts/validations.py | 33 ++++++++++++++++++++++++++++++++-
1 file changed, 32 insertions(+), 1 deletion(-)
diff --git a/scripts/validations.py b/scripts/validations.py
@mstriemer
mstriemer / rebase.patch
Created March 20, 2018 19:01
The last rebase for homepage doorhanger
changeset: 456453:8173c389b897
bookmark: 1397809-homepage-doorhanger-with-icon-link
user: Mark Striemer <[email protected]>
date: Tue Mar 20 13:39:00 2018 -0500
summary: Fixes with learn more link
diff --git a/browser/components/extensions/ExtensionControlledPopup.jsm b/browser/components/extensions/ExtensionControlledPopup.jsm
--- a/browser/components/extensions/ExtensionControlledPopup.jsm
+++ b/browser/components/extensions/ExtensionControlledPopup.jsm
@@ -21,16 +21,24 @@ var EXPORTED_SYMBOLS = ["ExtensionContro
@mstriemer
mstriemer / about-pioneer-visual-consistency.diff
Created May 27, 2020 20:38
Try to get the about:pioneer UI more consistent with about:addons/preferences
diff --git a/browser/components/pioneer/content/pioneer.css b/browser/components/pioneer/content/pioneer.css
--- a/browser/components/pioneer/content/pioneer.css
+++ b/browser/components/pioneer/content/pioneer.css
@@ -1,45 +1,62 @@
/* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/. */
body {
- margin: 50px;