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
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(); |
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
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(-) |
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
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 |
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
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 |
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/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; |
OlderNewer