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/b2g/app/b2g.js b/b2g/app/b2g.js | |
--- a/b2g/app/b2g.js | |
+++ b/b2g/app/b2g.js | |
@@ -388,16 +388,19 @@ | |
// WebSettings | |
pref("dom.mozSettings.enabled", true); | |
// controls if we want camera support | |
pref("device.camera.enabled", true); |
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/b2g/app/b2g.js b/b2g/app/b2g.js | |
--- a/b2g/app/b2g.js | |
+++ b/b2g/app/b2g.js | |
@@ -388,16 +388,19 @@ | |
// WebSettings | |
pref("dom.mozSettings.enabled", true); | |
// controls if we want camera support | |
pref("device.camera.enabled", true); |
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/b2g/chrome/content/shell.js b/b2g/chrome/content/shell.js | |
--- a/b2g/chrome/content/shell.js | |
+++ b/b2g/chrome/content/shell.js | |
@@ -51,17 +51,17 @@ | |
// FIXME Bug 707625 | |
// Please don't add more permissions here. | |
// XXX never grant 'content-camera' to non-gaia apps | |
function addPermissions(urls) { | |
let permissions = [ | |
'indexedDB-unlimited', 'webapps-manage', 'offline-app', 'pin-app', |
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/b2g/Makefile.in b/b2g/Makefile.in | |
--- a/b2g/Makefile.in | |
+++ b/b2g/Makefile.in | |
@@ -12,10 +12,12 @@ | |
DIRS = chrome components locales | |
ifeq ($(OS_ARCH),WINNT) | |
DIRS += $(DEPTH)/xulrunner/tools/redit | |
endif | |
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
component {f29a577b-e831-431e-a540-1c4856721c82} TCPSocket.js | |
contract @mozilla.org/tcp-socket-event;1 {f29a577b-e831-431e-a540-1c4856721c82} | |
category JavaScript-global-property MozTCPSocketEvent @mozilla.org/tcp-socket-event;1 |
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/b2g/Makefile.in b/b2g/Makefile.in | |
--- a/b2g/Makefile.in | |
+++ b/b2g/Makefile.in | |
@@ -12,10 +12,12 @@ | |
DIRS = chrome components locales | |
ifeq ($(OS_ARCH),WINNT) | |
DIRS += $(DEPTH)/xulrunner/tools/redit | |
endif | |
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/b2g/Makefile.in b/b2g/Makefile.in | |
--- a/b2g/Makefile.in | |
+++ b/b2g/Makefile.in | |
@@ -6,14 +6,16 @@ | |
topsrcdir = @top_srcdir@ | |
srcdir = @srcdir@ | |
VPATH = @srcdir@ | |
include $(DEPTH)/config/autoconf.mk | |
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/b2g/Makefile.in b/b2g/Makefile.in | |
--- a/b2g/Makefile.in | |
+++ b/b2g/Makefile.in | |
@@ -6,14 +6,16 @@ | |
topsrcdir = @top_srcdir@ | |
srcdir = @srcdir@ | |
VPATH = @srcdir@ | |
include $(DEPTH)/config/autoconf.mk | |
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/b2g/Makefile.in b/b2g/Makefile.in | |
--- a/b2g/Makefile.in | |
+++ b/b2g/Makefile.in | |
@@ -6,14 +6,16 @@ | |
topsrcdir = @top_srcdir@ | |
srcdir = @srcdir@ | |
VPATH = @srcdir@ | |
include $(DEPTH)/config/autoconf.mk | |
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
<!DOCTYPE html> | |
<html> | |
<head><title>Test</title></head> | |
<style type="text/css"> | |
dd { | |
margin-left: 0px; | |
margin-bottom: 1em; | |
} |