Questions tagged [firefox-nightly]

17 questions
13
votes
3 answers

DK2 Head tracking not working "HMD powered off, check HDMI connection" on Windows

Part 1 - Description of the problem I have the DK2 and I am working on a VR project. This project uses FirefoxNightly. I've downloaded it and installed the WebVR Enabler Add-On Got this from http://mozvr.com/downloads/ I have also downloaded and…
kemicofa ghost
  • 16,349
  • 8
  • 82
  • 131
12
votes
1 answer

How do I emulate a CSS print media type in Firefox Developer Edition?

As you can see here, the Developer Toolbar has been removed from the latest versions of Firefox, so I can't run a "media emulate print" command anymore. I would prefer to not have to use Chrome to debug my print styles, so is there any other way to…
7
votes
3 answers

Firefox Push API - AbortError: Error retrieving push subscription

I'm using Firefox Nightly of 46.0a1 version (there is only 42v. for OS X, and Push API requires 43v). And I'm getting this error: DOMException [AbortError: "Error retrieving push subscription" code: 20 nsresult: 0x80530014] Here is snippet where…
Mihail Zheludev
  • 166
  • 3
  • 10
6
votes
0 answers

Navigator credentials creation method returning an exception

Trying to run a demo for the webautn spec (https://www.w3.org/TR/webauthn/) available (https://github.com/molekilla/webauthn-demo-fork) under Firefox Nightly. getMakeCredentialsChallenge({ username, name }) .then((response)…
Joao Pereira
  • 573
  • 4
  • 16
5
votes
1 answer

Apply Stylish to all websites but NOT browser

I want to apply a Stylish theme to all inpux boxes, textareas and select boxes, so I wrote: @namespace url(http://www.w3.org/1999/xhtml); textarea, input, select { background-color: white !important; color: black !important; } My understanding…
mlissner
  • 17,359
  • 18
  • 106
  • 169
3
votes
4 answers

Sorry, firefox.exe/chrome.exe is taking a while to load | (unresponsive) firefox.exe/chrome.exe

I'm making an application with WebVR using React VR. I'll test the application with my Oculus Rift and HTC-Vive. I'm using the browser Firefox Nightly to access the WebVR API's. If I browse to my application using Firefox Nightly or Chromium, I…
H. Pauwelyn
  • 13,575
  • 26
  • 81
  • 144
2
votes
0 answers

CSS/Firefox to enable walking through tabs by arrow keys

I had this CSS code in my Firefox chrome/userChrome.css in order to enable walking through tabs by arrow keys: .tabbrowser-tab[selected="true"] {-moz-user-focus: normal !important;} After my last upgrade to (Ubuntu 16.04) Nightly 57.0a1…
rapt
  • 11,810
  • 35
  • 103
  • 145
1
vote
1 answer

Firefox Nightly Android add-on content script loading only after opening add-on popup

I created an add-on that manipulates a speicfic site’s HTML based on the settings the user chooses in the add-on’s 'popup' (the settings are saved with ‘chrome.storage.local’, I just ported my code from chrome and it worked). When the user opens a…
AmitAM
  • 41
  • 2
  • 8
1
vote
1 answer

setValue() / addValue() type into adress bar instead of selected element

I'm using WebdriverIO + devtools:puppeteer + cucumber + Firefox Nightly. When using setValue() / addValue(), the first letter of my input is typed into address bar, instead of selected element. The issue for same tests doesn't appear for mse or…
antiq
  • 11
  • 5
1
vote
1 answer

Firefox won't write to SSLKEYLOGFILE

When the environment variable SSLKEYLOGFILE is set, Chrome and Firefox are supposed to log ssl information to that file to assist with debugging. After some experimentation, I got it to work in Chrome, but no matter what I do, Firefox won't output…
Antimony
  • 37,781
  • 10
  • 100
  • 107
1
vote
1 answer

Using Eclipse CDT with the Firefox Nightly code

I downloaded Mozilla-central and built it. I am able to run Firefox Nightly using ./mach run. Now I am following the instructions of MDN on how to use Eclipse CDT with Mozilla code. I downloaded Eclipse CDT on my mac and installed it. When I execute…
1
vote
0 answers

Firefox Nightly: cannot disable certificate validation for Service Workers

I tried to disable certificate validation for service workers on Firefox Nightly setting: dom.serviceWorkers.testing.enabled: true dom.webnotifications.serviceworker.enabled: true devtools.serviceWorkers.testing.enabled:…
Igino Boffa
  • 686
  • 1
  • 9
  • 21
1
vote
1 answer

Why Require is not defined using WebExtension (Chrome extension for FireFox)

i'm trying to port Chrome Extension on Nightly(for now) using webextension module , but , when i'm trying to do require("sdk/tabs"); var tabs = require("sdk/tabs"); tabs.on("ready",function(tabs) { if (tabs && tabs.url &&…
0
votes
1 answer

Can i keep running scripts in background in Firefox Nightly for Android?

I'm writing simple scripts to use them with tampermonkey on various sites using Firefox Nightly for Android(precisely smartphone). These scripts are working with timers, refresh page from time to time, etc, the problem is that scripts stop working…
0
votes
1 answer

Element Not Interactable error by Firefox

I've got input elements inside a Shadow DOM. WebdriverIO is used for automated testing. The test cases include setting values for such input elements. const element = container.shadow$('input[data-test=test]'); await element.waitForDisplayed({…
user-24
  • 59
  • 5
1
2