<html>
  <head>

    <meta http-equiv="content-type" content="text/html; charset=windows-1252">
  </head>
  <body smarttemplateinserted="true" text="#000000" bgcolor="#FFFFFF">
    <div id="smartTemplate4-template">
      <p>So when can we (Add-ons authors) get a crash course in writing</p>
      <ul>
        <li>APIs for replacing XPCOM - and how to fast track the code so
          it lands in Thunderbird before it is borked by Firefox code
          merges<br>
        </li>
        <li>replacements for XUL overlays</li>
        <li>replacements for CSS overlays</li>
      </ul>
      <p>What's the time line here? Hopw many months do we have to
        completely replace the technology? I have one restartless
        Add-on, MenuOnTop, ut also uses rdf and xul <br>
      </p>
      <p>I would suggest to start with some weekly meetings between
        Thunderbird devs and extension authors so theey can start to
        understand each others requirements.<br>
      </p>
      <p>Axel<br>
      </p>
      <p><br>
      </p>
      <style type="text/css">
.myName {
  text-shadow: 1px 1px 2px #DDD; 
  transition:font-size 0.5s;
}
.myName:hover, .myName a:hover 
{ font-size:13pt; text-shadow: 3px 3px 4px rgba(200,250,200,0.7);}
.moz-signature {opacity: 1.0 !important;}
.myName a { cursor: pointer !important; transition:font-size 0.5s;}
.myLogo {
  transition: all .4s ease-out;
}

.myLogo:hover {
  transform: scale(3) translate(-30px,-5px);
}
#mySignature, :not(blockquote) #mySignature {
  background: rgb(230,240,163); 
  background-image: linear-gradient(to bottom, rgba(230,240,163,1) 0%,rgba(210,230,56,1) 50%,rgba(195,216,37,1) 51%,rgba(219,240,67,1) 100%);
  color: #444; 
  box-shadow: 4px 4px 9px -2px rgba(0,0,0,0.65); 
  border-radius: 0.7em; padding: 0.8em 1.2em; 
  border: 1px dashed #8080A0; 
  font-size: 11pt !important;
  font-family: 'Lucida Sans Unicode', 'Lucida Grande', sans-serif; 
  width: 65%; 
}
.AddonList a {
  color: #666666; 
  font-size: 10pt !important;
}
</style>
      <div id="mySignature"> <b class="myName"><a
            href="mailto:axel.grude@gmail.com">Axel Grude</a></b> <br>
        Music Production and Composition <br>
        Thunderbird Add-ons Developer <span class="AddonList">(<a
href="https://addons.mozilla.org/thunderbird/addon/quickfolders-tabbed-folders/">QuickFolders</a>,
          <a
            href="https://addons.mozilla.org/thunderbird/addon/quickfilters/">quickFilters</a>,
          <a
            href="https://addons.mozilla.org/firefox/addon/quickpasswords/">QuickPasswords</a>,
          <a
            href="https://addons.mozilla.org/thunderbird/addon/zombie-keys/">Zombie
            Keys</a>, <a
            href="https://addons.mozilla.org/thunderbird/addon/smarttemplate4/">SmartTemplate4</a>)</span>
        <br>
        Visit my <a href="https://www.youtube.com/c/thunderbirddaily">YouTube
          Channel</a> for email productivity tips <img
          style="margin-top: 1em; float: right; box-shadow: 1px 1px 2px
          rgba(20, 20, 20, 0.4);" moz-do-not-send="false" class="myLogo"
          src="cid:part8.8FFCF42D.AF2C0AAE@gmail.com" alt="Get
          Thunderbird!" height="15" width="94">
      </div>
    </div>
    <div id="smartTemplate4-quoteHeader">
      <style type="text/css" scoped="">
#newHeaderAG1 b { font-weight:bold; color: #990033; min-width: 4.5em; max-width:none; display:inline-block;}
</style>
      <blockquote type="cite" style="margin-bottom: -20px !important;
        padding-bottom:20px !important;">
        <div id="newHeaderAG1" style="font-size: x-small; padding:1em;
          background-color:rgba(220,220,240,0.4); border-radius:3px;"> <b>Subject:</b>Fwd:
          Intent to unship: bootstrapped extensions<br>
          <b>From:</b>Patrick Brunschwig <a class="moz-txt-link-rfc2396E" href="mailto:patrick@enigmail.net"><patrick@enigmail.net></a><br>
          <b>To:</b>Tb-planning <br>
          <b>Sent: </b>Tuesday, 05/06/2018 07:21:46 07:21 GMT ST +0100
          [Week 23]<br>
        </div>
      </blockquote>
    </div>
    <blockquote type="cite"
      cite="mid:7c5f1610-1aee-001f-91c9-9c0291f1bb98@enigmail.net"
      id="mid_7c5f1610_1aee_001f_91c9_9c0291f1bb98_enigmail_net" class="
      cite">
      <pre wrap="">We will need to act soon...

-Patrick


-------- Forwarded Message --------
Subject:        Intent to unship: bootstrapped extensions
Date:   Mon, 4 Jun 2018 20:34:52 -0700
From:   Andrew Swan <a class="moz-txt-link-rfc2396E" href="mailto:aswan@mozilla.com"><aswan@mozilla.com></a>
To:     firefox-dev <a class="moz-txt-link-rfc2396E" href="mailto:firefox-dev@mozilla.org"><firefox-dev@mozilla.org></a>, dev-addons
<a class="moz-txt-link-rfc2396E" href="mailto:dev-addons@mozilla.org"><dev-addons@mozilla.org></a>




Since various types of legacy extensions became unsupported in Firefox
Quantum, we've been busy removing obsolete code and streamlining the
Addons Manager which, as you might imagine, had become quite large and
complex in order to support a wide variety of legacy addon formats.

At this point, the largest remaining category of legacy extensions is
bootstrapped extensions.  We no longer support bootstrapped extensions
for general use, but we do use them for things like system addons, Test
Pilot experiments, Shield studies, extensions used in automation, and a
few other things.  Bootstrapped extensions are useful for these
applications since they provide a relatively simple way to run some
chrome-privileged javascript code without having to land that code and
wait for it to ride the trains.  But continuing to support these
extensions comes at some cost (for instance, they are one of the last
users of RDF in mozilla-central).

An important feature of WebExtensions is that they run in a sandboxed
environment much like web content without direct access to
chrome-privileged browser internals.  However, a feature called
WebExtensions Experiments allows certain extensions to run some
privileged code.  Converting bootstrapped extensions to WebExtensions
plus experiments has a bunch of advantages:
- It means less privileged code overall which is good for stability and
security
- Though porting takes some work, the result should be easier to
maintain and build on in the future
- It frees us up to remove more old code and further streamline the
addons manager

So, we plan to remove support for bootstrapped extensions altogether in
Firefox 65.  This will entail porting existing bootstrapped extensions
to WebExtensions (or converting them to something other than an
extension where that is appropriate).  This effort is tracked in bug
1449052.  If you are responsible for a bootstrapped extension that we
rely on and it is not already tracked as a dependency of that bug, please:
1. Add a comment or dependency. to bug 1449052, and
2. Aim to get the extension converted by the end of the 64 Nightly cycle
(Oct 15)

And needless to say, we shouldn't be creating any new bootstrapped
extensions at this point.

A lot of things are going to need to come together to hit his schedule
but we are eager to get this wrapped up and move on.  If you are
responsible for an extension and have questions about how to handle it,
feel free to either contact me directly or drop into #webextensions on
IRC.  If you want to learn more about WebExtensions Experiments, there
is a brief overview at [1] and a lot of gory implementation details at [2].

[1] <a class="moz-txt-link-freetext" href="https://webextensions-experiments.readthedocs.io/en/latest/">https://webextensions-experiments.readthedocs.io/en/latest/</a>
<a class="moz-txt-link-rfc2396E" href="https://webextensions-experiments.readthedocs.io/en/latest/"><https://webextensions-experiments.readthedocs.io/en/latest/></a>
[2]
<a class="moz-txt-link-freetext" href="https://firefox-source-docs.mozilla.org/toolkit/components/extensions/webextensions/index.html">https://firefox-source-docs.mozilla.org/toolkit/components/extensions/webextensions/index.html</a>
<a class="moz-txt-link-rfc2396E" href="https://firefox-source-docs.mozilla.org/toolkit/components/extensions/webextensions/index.html"><https://firefox-source-docs.mozilla.org/toolkit/components/extensions/webextensions/index.html></a>


_______________________________________________
tb-planning mailing list
<a class="moz-txt-link-abbreviated" href="mailto:tb-planning@mozilla.org">tb-planning@mozilla.org</a>
<a class="moz-txt-link-freetext" href="https://mail.mozilla.org/listinfo/tb-planning">https://mail.mozilla.org/listinfo/tb-planning</a>
</pre>
    </blockquote>
    <br>
    <br>
  </body>
</html>