|
Geolocation and the Mac
|
| |
In Bug 874587, we are considering using Core Location as the default geolocation provider on the Mac. This would replace the use of the NetworkGeolocationProvider (that currently points to GLS). After code reviews, we plan to enable this on Nightly and see how it goes.
On Android, we already due use the system location provider and not the... more »
|
|
Modifying files in `testing/mozbase`
|
| |
Recently we've started moving our in-tree harnesses (mochitest, reftest) to use a set of python libraries called "mozbase" ([link]).
I just wanted to bring up several things about this:
1. MozBase is developed on github ([link]),... more »
|
|
Session Restore is changing, will break add-ons
|
| |
As part of project Async, we have been working on refactoring Firefox’
Session Restore to ensure that it does not block the main thread. Part
of the work has been cleaning up the code and the data structures
involved in Session Restore both to give us some maneuverability and to
improve the chances of catching refactoring errors.... more »
|
|
Extending the text-overflow/overflow property to support fading out
|
| |
The design for the Australis theme refresh calls for tab text that needs to be truncated to be faded out instead of using an ellipsis. This fade should be a fixed width (say 2em) regardless of the width of the tab, and apparently needs to work over non-solid color backgrounds (so a right-aligned <div> over the top... more »
|
|
pymake required to build on Windows
|
| |
Bug 828317 just landed and the build system now enforces using pymake (not GNU make) to build on Windows. If you attempt to use GNU make, it will complain loudly and tell you how to invoke pymake.
The short version of history is that pymake is faster and more stable than GNU make on Windows because it can actually build with multiple... more »
|
|
WebAPI Meeting: Tuesday 21 May @ 10 AM Pacific [1]
|
| |
Meeting Details:
* Agenda: [link]
* WebAPI Vidyo room
* A room we can find, San Francisco office
* Spadina conf. room, Toronto office
* Allo Allo conf. room, London office
* Vidyo Phone # +1-650-903-0800 x92 Conference #98413 (US/INTL)
* US Vidyo Phone # 1-800-707-2533 (PIN 369) Conference #98413 (US)... more »
|
|
new prefs for talos
|
| |
Last week while investigating a crash on android which only happened in the reftest and talos harness (not in the mochitest harness), we compared the preferences. We found in mochitest we set a bunch of preferences to disable background network access (intentionally designed to 404 for mochitest):... more »
|
|
Modules for workers
|
| |
Hi everyone,
As part of the ongoing effort to make (Chrome) Workers useful for
platform refactorings, we have been working on a lightweight module
loader for workers (bug 872421). This loader implements a minimal
version of CommonJS modules, aka require.js.
Example:
// Setup the loader. We need this once per worker.... more »
|
|
Running Windows 7 & XP jobs on ix hardware
|
| |
Hi all,
As of today, we run in parallel Windows 7 and Windows XP on iX hardware as well as on minis.
Current status:
* Windows 7 on iX is running *visible* on FF23 based trees
* Windows XP on iX is running *hidden* on m-i, try and cedar
Sometime after Tuesday, I will:
* Evaluate and propose a date for Win7 on iX to take over rev3 minis... more »
|
|
new build-time defines for controlling when features ship
|
| |
...
My understanding of this is that we were going to limit use of all of these options to control preference-flipping. In particular I'm worried about build bustage that is only discovered at channel-uplift time.
...
As I remember our discussion about this, use of this flag needs explicit... more »
|
|
|