> We’re working on a protocol adapter that will allow > clients using the Firefox Remote Debugging Protocol – > including the Developer Tools and WebIDE – talk to all > mobile browsers, regardless of rendering engine or > runtime. Our first targets are Chrome for Android and > Safari on iOS. My company expects all of our internal web applications to function on the executives' iPads, but they refuse to purchase Macs…
WebIDE lands in Firefox Nightly
41–50 of 154 posts
Re: WebIDE lands in Firefox Nightly
#42> We’re working on a protocol adapter that will allow > clients using the Firefox Remote Debugging Protocol – > including the Developer Tools and WebIDE – talk to all > mobile browsers, regardless of rendering engine or > runtime. Our first targets are Chrome for Android and > Safari on iOS. My company expects all of our internal web applications to function on the executives' iPads, but they refuse to purchase Macs…
So instead of a one-time cost, they'd rather bleed money due to lowered productivity? I don't know how much time you spend developing internal tools, but I'd expect the cost in lost time to surpass the cost of a few (possibly shared) development machines rather quickly.
Re: WebIDE lands in Firefox Nightly
#43Re: WebIDE lands in Firefox Nightly
#44I've always wondered why developer tools are bundled with browsers. Shouldn't they be available as separate downloads as: 1. Most people use browsers compared to working with them for development, and 2. The additional tools just add to the package size and possibly increased resource usage (if they are running with the rest of the browser)? Thanks in advance for the replies.
I don't think Mozilla cares about the file size anymore. 10 years ago they cared about the file size of Firefox, the mandate was that it could not be greater than ~5mb, the stable download is now almost 6 times that size.
Re: WebIDE lands in Firefox Nightly
#45Re: WebIDE lands in Firefox Nightly
#46Anyone know how I can access this on Windows XP? Don't seem to see the option to click "Web IDE" on Developer tools?
Re: WebIDE lands in Firefox Nightly
#47Anyone know how I can access this on Windows XP? Don't seem to see the option to click "Web IDE" on Developer tools?
Re: WebIDE lands in Firefox Nightly
#48Re: WebIDE lands in Firefox Nightly
#49Anyone know how I can access this on Windows XP? Don't seem to see the option to click "Web IDE" on Developer tools?
Re: WebIDE lands in Firefox Nightly
#50> We’re working on a protocol adapter that will allow > clients using the Firefox Remote Debugging Protocol – > including the Developer Tools and WebIDE – talk to all > mobile browsers, regardless of rendering engine or > runtime. Our first targets are Chrome for Android and > Safari on iOS. My company expects all of our internal web applications to function on the executives' iPads, but they refuse to purchase Macs…
Google did this a while ago: https://github.com/google/ios-webkit-debug-proxy It works well for connecting Chrome DevTools to Safari, automating Mobile Safari through ChromeDriver, or hooking up your iOS device to a private instance of WebPageTest.