Skip to content

Instantly share code, notes, and snippets.

The IDrive application is designed to be firewall friendly. In most cases, you simply need to permit the firewall prompts related to the IDrive application during installation.
In case you need to configure the firewall permissions manually, allow the following IP addresses, TCP port numbers and executables.
Server addresses :
148.66.233.28
148.66.233.29
64.14.192.233
72.26.124.53
72.26.124.54
/* -*- Mode: C++; tab-width: 2; indent-tabs-mode: nil; c-basic-offset: 2 -*- */
/* vim:set ts=2 sw=2 sts=2 et cindent: */
/* 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/. */
#include "mozilla/dom/DocumentL10n.h"
#include "mozilla/dom/DocumentL10nBinding.h"
namespace mozilla {
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

Add-on SDK: The Road Ahead

Until now the SDK has been released every 6 weeks, 3 weeks offset from Firefox releases. We are breaking this established release schedule and switching to release the SDK's apis in Firefox itself, starting with Firefox 21. I've been referring to this period of time as our 'awkward phase', where we disrupt the established schedule.

The Awkward Phase

By the time we reach the end of this 'awkward phase' we should have a much better story for packaging and Firefox compatibility: the SDK's apis will be maintained in our github repo, shipped with Firefox every 6 weeks, and add-ons that use these apis will no longer need to include a version of the SDK's apis in the add-on package.

In order to achieve these goals we have decided to make Add-on SDK 1.14 the last release of the SDK that will include the APIs. Firefox 21 will be the first version that includes the SDK APIs and they will match those shipped in SDK 1.14. After we ship SDK 1.14 on March 12 we will only release new SDK