<div dir="ltr"><div>FWIW the sync AdblockPlus:Messages appear to be [1]:</div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div><pre>    // Would be great to avoid sync messaging here but nsIStyleSheetService
    // insists on opening channels synchronously.
    let [selectors, keys] = (this._domain ?
        port.emitSync("getSelectorsForDomain", [this._domain, this._specificOnly]) :
        port.emitSync("getUnconditionalSelectors"));</pre></div></blockquote><div>and [2]:</div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div><pre>let shouldAllow = exports.shouldAllow = function(window, node, contentType, location)
{
  return processPolicyResponse(window, node, port.emitSync("shouldAllow", {
</pre></div></blockquote><div>-e</div><div><br></div><div>[1] <a href="https://github.com/adblockplus/adblockplus/blob/4fda1300a5b6b90a34d451d2cc8380b452fa5446/lib/child/elemHide.js#L234-L238">https://github.com/adblockplus/adblockplus/blob/4fda1300a5b6b90a34d451d2cc8380b452fa5446/lib/child/elemHide.js#L234-L238</a><br></div><div>[2] <a href="https://github.com/adblockplus/adblockplus/blob/4fda1300a5b6b90a34d451d2cc8380b452fa5446/lib/child/contentPolicy.js#L125-L141">https://github.com/adblockplus/adblockplus/blob/4fda1300a5b6b90a34d451d2cc8380b452fa5446/lib/child/contentPolicy.js#L125-L141</a><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Fri, Apr 28, 2017 at 11:49 AM, Ehsan Akhgari <span dir="ltr"><<a href="mailto:ehsan.akhgari@gmail.com" target="_blank">ehsan.akhgari@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div class="h5"><div class="gmail_extra"><div class="gmail_quote">On Fri, Apr 28, 2017 at 1:12 PM, Chris Peterson <span dir="ltr"><<a href="mailto:cpeterson@mozilla.com" target="_blank">cpeterson@mozilla.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
  
    
  
  <div bgcolor="#FFFFFF" text="#000000"><span>
    <br>
    <br>
    <div class="m_5467560308860204219m_2251018155556065496moz-cite-prefix">On 2017-04-27 8:49 PM, Ehsan Akhgari
      wrote:<br>
    </div>
    <blockquote type="cite">
      <li>The second one is <span style="font-size:13px;color:rgb(0,0,0);font-weight:400;text-decoration:none;font-family:"arial";font-style:normal">AdblockPlus:Message
          which presumably comes from one of the the Adblock Plus
          extension variants.  What's curious about this one is the
          super high count of the messages, the median time isn't that
          high.  And that the submission percentage is 100%!!</span></li>
    </blockquote>
    <br></span>
    Should we reach out to the add-on developers with suggestions for
    optimizing their add-on code? It looks like there are quite a few
    add-ons high on the list, such as Adblock Plus, Greasemonkey, and
    NoScript. Shumway, too! :-)<br>
  </div>

</blockquote></div><br></div></div></div><div class="gmail_extra">If someone has the bandwidth to do so then by all means, but honestly given that these add-ons will all soon stop working in Firefox, I don't think this is the best use of our time personally.<br clear="all"></div><div class="gmail_extra"><br></div><div class="gmail_extra">Cheers,<span class="HOEnZb"><font color="#888888"><br></font></span></div><span class="HOEnZb"><font color="#888888"><div class="gmail_extra">-- <br><div class="m_5467560308860204219gmail_signature" data-smartmail="gmail_signature"><div dir="ltr">Ehsan<br></div></div>
</div></font></span></div>
<br>______________________________<wbr>_________________<br>
firefox-dev mailing list<br>
<a href="mailto:firefox-dev@mozilla.org">firefox-dev@mozilla.org</a><br>
<a href="https://mail.mozilla.org/listinfo/firefox-dev" rel="noreferrer" target="_blank">https://mail.mozilla.org/<wbr>listinfo/firefox-dev</a><br>
<br></blockquote></div><br></div>