[prev in list] [next in list] [prev in thread] [next in thread] 

List:       tor-cvs
Subject:    [tor-commits] [Git][tpo/applications/tor-browser][tor-browser-102.8.0esr-12.5-1] Bug
From:       "Richard Pospesel \( () richard\) via tor-commits" <tor-commits () lists ! torproject ! or
Date:       2023-02-27 14:49:34
Message-ID: 63fcc2fe4709e_32c6e5486d418667 () gitlab-02 ! mail
[Download RAW message or body]

[Attachment #2 (multipart/alternative)]


Richard Pospesel pushed to branch tor-browser-102.8.0esr-12.5-1 at The Tor Project / \
Applications / Tor Browser


Commits:
d814648c by Pier Angelo Vendrame at 2023-02-27T14:09:58+00:00
Bug 41635: Disable the Normandy component

Do not include Normandy at all whenever MOZ_NORMANDY is False.

- - - - -


2 changed files:

- browser/components/BrowserGlue.jsm
- toolkit/components/moz.build


Changes:

=====================================
browser/components/BrowserGlue.jsm
=====================================
@@ -2011,7 +2011,13 @@ BrowserGlue.prototype = {
       () => PageDataService.uninit(),
       () => PageThumbs.uninit(),
       () => NewTabUtils.uninit(),
-      () => Normandy.uninit(),
+
+      () => {
+        if (AppConstants.MOZ_NORMANDY) {
+          Normandy.uninit();
+        }
+      },
+
       () => RFPHelper.uninit(),
       () => UpdateListener.reset(),
       () => OnionAliasStore.uninit(),


=====================================
toolkit/components/moz.build
=====================================
@@ -124,7 +124,9 @@ if CONFIG["MOZ_WIDGET_TOOLKIT"] != "android":
     ]
 
 if CONFIG["MOZ_BUILD_APP"] == "browser":
-    DIRS += ["normandy", "messaging-system"]
+    if CONFIG["MOZ_NORMANDY"]:
+        DIRS += ["normandy"]
+    DIRS += ["messaging-system"]
 
 DIRS += ["nimbus"]
 



View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/d814648c0e111d09d8a8662a4b00d88f52989767


-- 
View it on GitLab: https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/d814648c0e111d09d8a8662a4b00d88f52989767
 You're receiving this email because of your account on gitlab.torproject.org.


[Attachment #5 (text/html)]

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" \
"http://www.w3.org/TR/REC-html40/loose.dtd"> <html lang="en" \
style='--code-editor-font: var(--default-mono-font, "Menlo"), DejaVu Sans Mono, \
Liberation Mono, Consolas, Ubuntu Mono, Courier New, andale mono, lucida console, \
monospace;'> <head>
<meta content="text/html; charset=US-ASCII" http-equiv="Content-Type">
<title>
GitLab
</title>

<style data-premailer="ignore" type="text/css">
a { color: #1068bf; }
</style>


<style>img {
max-width: 100%; height: auto;
}
body {
font-size: 0.875rem;
}
body {
-webkit-text-shadow: rgba(255,255,255,0.01) 0 0 1px;
}
body {
font-family: var(--default-regular-font, -apple-system),BlinkMacSystemFont,"Segoe \
UI",Roboto,"Noto Sans",Ubuntu,Cantarell,"Helvetica Neue",sans-serif,"Apple Color \
Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji"; font-size: inherit; }
</style>
</head>
<body style='font-size: inherit; -webkit-text-shadow: rgba(255,255,255,0.01) 0 0 1px; \
font-family: var(--default-regular-font, -apple-system),BlinkMacSystemFont,"Segoe \
UI",Roboto,"Noto Sans",Ubuntu,Cantarell,"Helvetica Neue",sans-serif,"Apple Color \
Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";'> <div class="content">

<h3 style="margin-top: 20px; margin-bottom: 10px;">
Richard Pospesel pushed to branch tor-browser-102.8.0esr-12.5-1 at <a \
href="https://gitlab.torproject.org/tpo/applications/tor-browser">The Tor Project / \
Applications / Tor Browser</a> </h3>
<h4 style="margin-top: 10px; margin-bottom: 10px;">
Commits:
</h4>
<ul>
<li>
<strong style="font-weight: bold;"><a \
href="https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/d814648c0e111d09d8a8662a4b00d88f52989767">d814648c</a></strong>
 <div>
<span> by Pier Angelo Vendrame </span> <i> at 2023-02-27T14:09:58+00:00 </i>
</div>
<pre class="commit-message" style='white-space: pre-wrap; display: block; font-size: \
0.875rem; color: #333238; position: relative; font-family: var(--default-mono-font, \
"Menlo"),"DejaVu Sans Mono","Liberation Mono","Consolas","Ubuntu Mono","Courier \
New","andale mono","lucida console",monospace; word-break: break-all; word-wrap: \
break-word; background-color: #fbfafd; border-radius: 2px; margin: 0; padding: 8px \
12px; border: 1px solid #dcdcde;'>Bug 41635: Disable the Normandy component

Do not include Normandy at all whenever MOZ_NORMANDY is False.
</pre>
</li>
</ul>
<h4 style="margin-top: 10px; margin-bottom: 10px;">
2 changed files:
</h4>
<ul>
<li class="file-stats">
<a href="#2aada52808d2bcea6c34b9b02d3d982d9f4987a0">
browser/components/BrowserGlue.jsm
</a>
</li>
<li class="file-stats">
<a href="#486f9879bba337b6858637f55ef9e9f092868d39">
toolkit/components/moz.build
</a>
</li>
</ul>
<h4 style="margin-top: 10px; margin-bottom: 10px;">
Changes:
</h4>
<li id="2aada52808d2bcea6c34b9b02d3d982d9f4987a0">
<a href="https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/d814648c0 \
e111d09d8a8662a4b00d88f52989767#2aada52808d2bcea6c34b9b02d3d982d9f4987a0"><strong \
style="font-weight: bold;">browser/components/BrowserGlue.jsm</strong></a> <hr \
style="overflow: hidden; border: 1px solid #e1e1e1;"> <table class="code white" \
style="border-spacing: 0; border-collapse: collapse; width: auto; font-family: \
monospace; font-size: 90%;" bgcolor="#fff" width="100%" cellpadding="0" \
cellspacing="0"> <tr class="line_holder match" style="line-height: 1.6;">
<td class="diff-line-num unfold js-unfold old_line" data-linenumber="2011" \
style="width: 35px; color: rgba(31,30,36,0.24); border-right-width: 1px; \
border-right-color: #ececef; border-right-style: solid; padding: inherit;" \
align="right" bgcolor="#fbfafd">...</td> <td class="diff-line-num unfold js-unfold \
new_line" data-linenumber="2011" style="width: 35px; color: rgba(31,30,36,0.24); \
border-right-width: 1px; border-right-color: #ececef; border-right-style: solid; \
padding: inherit;" align="right" bgcolor="#fbfafd">...</td> <td class="line_content \
match" style="color: rgba(31,30,36,0.24); padding: inherit;" bgcolor="#fbfafd">@@ \
-2011,7 +2011,13 @@ BrowserGlue.prototype = {</td> </tr>
<tr class="line_holder" style="line-height: 1.6;">
<td class="old_line diff-line-num" data-linenumber="2011" style="width: 35px; color: \
rgba(31,30,36,0.24); border-right-width: 1px; border-right-color: #ececef; \
border-right-style: solid; padding: inherit;" align="right" bgcolor="#fbfafd"> 2011
</td>
<td class="new_line diff-line-num" data-linenumber="2011" style="width: 35px; color: \
rgba(31,30,36,0.24); border-right-width: 1px; border-right-color: #ececef; \
border-right-style: solid; padding: inherit;" align="right" bgcolor="#fbfafd"> 2011
</td>
<td class="line_content" style="padding: inherit;"><pre style='display: block; \
font-size: 0.875rem; color: #333238; position: relative; font-family: \
var(--default-mono-font, "Menlo"),"DejaVu Sans Mono","Liberation \
Mono","Consolas","Ubuntu Mono","Courier New","andale mono","lucida \
console",monospace; word-break: break-all; word-wrap: break-word; background-color: \
inherit; border-radius: 2px; margin: 0; padding: 0; border: inherit solid #dcdcde;'> \
<span id="LC2011" class="line" lang="hack">      <span class="p">()</span> <span \
class="o" style="font-weight: 600;">=&gt;</span> <span class="nc" style="color: #458; \
font-weight: 600;">PageDataService</span><span class="mf" style="color: \
#099;">.</span><span class="nf" style="color: #900; font-weight: \
600;">uninit</span><span class="p">(),</span></span> </pre></td>
</tr>
<tr class="line_holder" style="line-height: 1.6;">
<td class="old_line diff-line-num" data-linenumber="2012" style="width: 35px; color: \
rgba(31,30,36,0.24); border-right-width: 1px; border-right-color: #ececef; \
border-right-style: solid; padding: inherit;" align="right" bgcolor="#fbfafd"> 2012
</td>
<td class="new_line diff-line-num" data-linenumber="2012" style="width: 35px; color: \
rgba(31,30,36,0.24); border-right-width: 1px; border-right-color: #ececef; \
border-right-style: solid; padding: inherit;" align="right" bgcolor="#fbfafd"> 2012
</td>
<td class="line_content" style="padding: inherit;"><pre style='display: block; \
font-size: 0.875rem; color: #333238; position: relative; font-family: \
var(--default-mono-font, "Menlo"),"DejaVu Sans Mono","Liberation \
Mono","Consolas","Ubuntu Mono","Courier New","andale mono","lucida \
console",monospace; word-break: break-all; word-wrap: break-word; background-color: \
inherit; border-radius: 2px; margin: 0; padding: 0; border: inherit solid #dcdcde;'> \
<span id="LC2012" class="line" lang="hack">      <span class="p">()</span> <span \
class="o" style="font-weight: 600;">=&gt;</span> <span class="nc" style="color: #458; \
font-weight: 600;">PageThumbs</span><span class="mf" style="color: \
#099;">.</span><span class="nf" style="color: #900; font-weight: \
600;">uninit</span><span class="p">(),</span></span> </pre></td>
</tr>
<tr class="line_holder" style="line-height: 1.6;">
<td class="old_line diff-line-num" data-linenumber="2013" style="width: 35px; color: \
rgba(31,30,36,0.24); border-right-width: 1px; border-right-color: #ececef; \
border-right-style: solid; padding: inherit;" align="right" bgcolor="#fbfafd"> 2013
</td>
<td class="new_line diff-line-num" data-linenumber="2013" style="width: 35px; color: \
rgba(31,30,36,0.24); border-right-width: 1px; border-right-color: #ececef; \
border-right-style: solid; padding: inherit;" align="right" bgcolor="#fbfafd"> 2013
</td>
<td class="line_content" style="padding: inherit;"><pre style='display: block; \
font-size: 0.875rem; color: #333238; position: relative; font-family: \
var(--default-mono-font, "Menlo"),"DejaVu Sans Mono","Liberation \
Mono","Consolas","Ubuntu Mono","Courier New","andale mono","lucida \
console",monospace; word-break: break-all; word-wrap: break-word; background-color: \
inherit; border-radius: 2px; margin: 0; padding: 0; border: inherit solid #dcdcde;'> \
<span id="LC2013" class="line" lang="hack">      <span class="p">()</span> <span \
class="o" style="font-weight: 600;">=&gt;</span> <span class="nc" style="color: #458; \
font-weight: 600;">NewTabUtils</span><span class="mf" style="color: \
#099;">.</span><span class="nf" style="color: #900; font-weight: \
600;">uninit</span><span class="p">(),</span></span> </pre></td>
</tr>
<tr class="line_holder old" style="line-height: 1.6;">
<td class="old_line diff-line-num old" data-linenumber="2014" style="width: 35px; \
color: rgba(31,30,36,0.24); border-right-width: 1px; border-right-color: #fac5cd; \
border-right-style: solid; padding: inherit;" align="right" bgcolor="#f9d7dc"> 2014
</td>
<td class="new_line diff-line-num old" data-linenumber="2014" style="width: 35px; \
color: rgba(31,30,36,0.24); border-right-width: 1px; border-right-color: #fac5cd; \
border-right-style: solid; padding: inherit;" align="right" bgcolor="#f9d7dc">  
</td>
<td class="line_content old" style="padding: inherit;" bgcolor="#fbe9eb"><pre \
style='display: block; font-size: 0.875rem; color: #333238; position: relative; \
font-family: var(--default-mono-font, "Menlo"),"DejaVu Sans Mono","Liberation \
Mono","Consolas","Ubuntu Mono","Courier New","andale mono","lucida \
console",monospace; word-break: break-all; word-wrap: break-word; background-color: \
inherit; border-radius: 2px; margin: 0; padding: 0; border: inherit solid \
#dcdcde;'>-<span id="LC2014" class="line" lang="hack">      <span class="p">()</span> \
<span class="o" style="font-weight: 600;">=&gt;</span> <span class="nc" style="color: \
#458; font-weight: 600;">Normandy</span><span class="mf" style="color: \
#099;">.</span><span class="nf" style="color: #900; font-weight: \
600;">uninit</span><span class="p">(),</span></span> </pre></td>
</tr>
<tr class="line_holder new" style="line-height: 1.6;">
<td class="old_line diff-line-num new" data-linenumber="2015" style="width: 35px; \
color: rgba(31,30,36,0.24); border-right-width: 1px; border-right-color: #c7f0d2; \
border-right-style: solid; padding: inherit;" align="right" bgcolor="#ddfbe6">  
</td>
<td class="new_line diff-line-num new" data-linenumber="2014" style="width: 35px; \
color: rgba(31,30,36,0.24); border-right-width: 1px; border-right-color: #c7f0d2; \
border-right-style: solid; padding: inherit;" align="right" bgcolor="#ddfbe6"> 2014
</td>
<td class="line_content new" style="padding: inherit;" bgcolor="#ecfdf0"><pre \
style='display: block; font-size: 0.875rem; color: #333238; position: relative; \
font-family: var(--default-mono-font, "Menlo"),"DejaVu Sans Mono","Liberation \
Mono","Consolas","Ubuntu Mono","Courier New","andale mono","lucida \
console",monospace; word-break: break-all; word-wrap: break-word; background-color: \
inherit; border-radius: 2px; margin: 0; padding: 0; border: inherit solid \
#dcdcde;'>+<span id="LC2014" class="line" lang="hack"></span> </pre></td>
</tr>
<tr class="line_holder new" style="line-height: 1.6;">
<td class="old_line diff-line-num new" data-linenumber="2015" style="width: 35px; \
color: rgba(31,30,36,0.24); border-right-width: 1px; border-right-color: #c7f0d2; \
border-right-style: solid; padding: inherit;" align="right" bgcolor="#ddfbe6">  
</td>
<td class="new_line diff-line-num new" data-linenumber="2015" style="width: 35px; \
color: rgba(31,30,36,0.24); border-right-width: 1px; border-right-color: #c7f0d2; \
border-right-style: solid; padding: inherit;" align="right" bgcolor="#ddfbe6"> 2015
</td>
<td class="line_content new" style="padding: inherit;" bgcolor="#ecfdf0"><pre \
style='display: block; font-size: 0.875rem; color: #333238; position: relative; \
font-family: var(--default-mono-font, "Menlo"),"DejaVu Sans Mono","Liberation \
Mono","Consolas","Ubuntu Mono","Courier New","andale mono","lucida \
console",monospace; word-break: break-all; word-wrap: break-word; background-color: \
inherit; border-radius: 2px; margin: 0; padding: 0; border: inherit solid \
#dcdcde;'>+<span id="LC2015" class="line" lang="hack">      <span class="p">()</span> \
<span class="o" style="font-weight: 600;">=&gt;</span> <span \
class="p">{</span></span> </pre></td>
</tr>
<tr class="line_holder new" style="line-height: 1.6;">
<td class="old_line diff-line-num new" data-linenumber="2015" style="width: 35px; \
color: rgba(31,30,36,0.24); border-right-width: 1px; border-right-color: #c7f0d2; \
border-right-style: solid; padding: inherit;" align="right" bgcolor="#ddfbe6">  
</td>
<td class="new_line diff-line-num new" data-linenumber="2016" style="width: 35px; \
color: rgba(31,30,36,0.24); border-right-width: 1px; border-right-color: #c7f0d2; \
border-right-style: solid; padding: inherit;" align="right" bgcolor="#ddfbe6"> 2016
</td>
<td class="line_content new" style="padding: inherit;" bgcolor="#ecfdf0"><pre \
style='display: block; font-size: 0.875rem; color: #333238; position: relative; \
font-family: var(--default-mono-font, "Menlo"),"DejaVu Sans Mono","Liberation \
Mono","Consolas","Ubuntu Mono","Courier New","andale mono","lucida \
console",monospace; word-break: break-all; word-wrap: break-word; background-color: \
inherit; border-radius: 2px; margin: 0; padding: 0; border: inherit solid \
#dcdcde;'>+<span id="LC2016" class="line" lang="hack">        <span class="k" \
style="font-weight: 600;">if</span> <span class="p">(</span><span class="nc" \
style="color: #458; font-weight: 600;">AppConstants</span><span class="mf" \
style="color: #099;">.</span><span class="no" style="color: \
#008080;">MOZ_NORMANDY</span><span class="p">)</span> <span class="p">{</span></span> \
</pre></td> </tr>
<tr class="line_holder new" style="line-height: 1.6;">
<td class="old_line diff-line-num new" data-linenumber="2015" style="width: 35px; \
color: rgba(31,30,36,0.24); border-right-width: 1px; border-right-color: #c7f0d2; \
border-right-style: solid; padding: inherit;" align="right" bgcolor="#ddfbe6">  
</td>
<td class="new_line diff-line-num new" data-linenumber="2017" style="width: 35px; \
color: rgba(31,30,36,0.24); border-right-width: 1px; border-right-color: #c7f0d2; \
border-right-style: solid; padding: inherit;" align="right" bgcolor="#ddfbe6"> 2017
</td>
<td class="line_content new" style="padding: inherit;" bgcolor="#ecfdf0"><pre \
style='display: block; font-size: 0.875rem; color: #333238; position: relative; \
font-family: var(--default-mono-font, "Menlo"),"DejaVu Sans Mono","Liberation \
Mono","Consolas","Ubuntu Mono","Courier New","andale mono","lucida \
console",monospace; word-break: break-all; word-wrap: break-word; background-color: \
inherit; border-radius: 2px; margin: 0; padding: 0; border: inherit solid \
#dcdcde;'>+<span id="LC2017" class="line" lang="hack">          <span class="nc" \
style="color: #458; font-weight: 600;">Normandy</span><span class="mf" style="color: \
#099;">.</span><span class="nf" style="color: #900; font-weight: \
600;">uninit</span><span class="p">();</span></span> </pre></td>
</tr>
<tr class="line_holder new" style="line-height: 1.6;">
<td class="old_line diff-line-num new" data-linenumber="2015" style="width: 35px; \
color: rgba(31,30,36,0.24); border-right-width: 1px; border-right-color: #c7f0d2; \
border-right-style: solid; padding: inherit;" align="right" bgcolor="#ddfbe6">  
</td>
<td class="new_line diff-line-num new" data-linenumber="2018" style="width: 35px; \
color: rgba(31,30,36,0.24); border-right-width: 1px; border-right-color: #c7f0d2; \
border-right-style: solid; padding: inherit;" align="right" bgcolor="#ddfbe6"> 2018
</td>
<td class="line_content new" style="padding: inherit;" bgcolor="#ecfdf0"><pre \
style='display: block; font-size: 0.875rem; color: #333238; position: relative; \
font-family: var(--default-mono-font, "Menlo"),"DejaVu Sans Mono","Liberation \
Mono","Consolas","Ubuntu Mono","Courier New","andale mono","lucida \
console",monospace; word-break: break-all; word-wrap: break-word; background-color: \
inherit; border-radius: 2px; margin: 0; padding: 0; border: inherit solid \
#dcdcde;'>+<span id="LC2018" class="line" lang="hack">        <span \
class="p">}</span></span> </pre></td>
</tr>
<tr class="line_holder new" style="line-height: 1.6;">
<td class="old_line diff-line-num new" data-linenumber="2015" style="width: 35px; \
color: rgba(31,30,36,0.24); border-right-width: 1px; border-right-color: #c7f0d2; \
border-right-style: solid; padding: inherit;" align="right" bgcolor="#ddfbe6">  
</td>
<td class="new_line diff-line-num new" data-linenumber="2019" style="width: 35px; \
color: rgba(31,30,36,0.24); border-right-width: 1px; border-right-color: #c7f0d2; \
border-right-style: solid; padding: inherit;" align="right" bgcolor="#ddfbe6"> 2019
</td>
<td class="line_content new" style="padding: inherit;" bgcolor="#ecfdf0"><pre \
style='display: block; font-size: 0.875rem; color: #333238; position: relative; \
font-family: var(--default-mono-font, "Menlo"),"DejaVu Sans Mono","Liberation \
Mono","Consolas","Ubuntu Mono","Courier New","andale mono","lucida \
console",monospace; word-break: break-all; word-wrap: break-word; background-color: \
inherit; border-radius: 2px; margin: 0; padding: 0; border: inherit solid \
#dcdcde;'>+<span id="LC2019" class="line" lang="hack">      <span \
class="p">},</span></span> </pre></td>
</tr>
<tr class="line_holder new" style="line-height: 1.6;">
<td class="old_line diff-line-num new" data-linenumber="2015" style="width: 35px; \
color: rgba(31,30,36,0.24); border-right-width: 1px; border-right-color: #c7f0d2; \
border-right-style: solid; padding: inherit;" align="right" bgcolor="#ddfbe6">  
</td>
<td class="new_line diff-line-num new" data-linenumber="2020" style="width: 35px; \
color: rgba(31,30,36,0.24); border-right-width: 1px; border-right-color: #c7f0d2; \
border-right-style: solid; padding: inherit;" align="right" bgcolor="#ddfbe6"> 2020
</td>
<td class="line_content new" style="padding: inherit;" bgcolor="#ecfdf0"><pre \
style='display: block; font-size: 0.875rem; color: #333238; position: relative; \
font-family: var(--default-mono-font, "Menlo"),"DejaVu Sans Mono","Liberation \
Mono","Consolas","Ubuntu Mono","Courier New","andale mono","lucida \
console",monospace; word-break: break-all; word-wrap: break-word; background-color: \
inherit; border-radius: 2px; margin: 0; padding: 0; border: inherit solid \
#dcdcde;'>+<span id="LC2020" class="line" lang="hack"></span> </pre></td>
</tr>
<tr class="line_holder" style="line-height: 1.6;">
<td class="old_line diff-line-num" data-linenumber="2015" style="width: 35px; color: \
rgba(31,30,36,0.24); border-right-width: 1px; border-right-color: #ececef; \
border-right-style: solid; padding: inherit;" align="right" bgcolor="#fbfafd"> 2015
</td>
<td class="new_line diff-line-num" data-linenumber="2021" style="width: 35px; color: \
rgba(31,30,36,0.24); border-right-width: 1px; border-right-color: #ececef; \
border-right-style: solid; padding: inherit;" align="right" bgcolor="#fbfafd"> 2021
</td>
<td class="line_content" style="padding: inherit;"><pre style='display: block; \
font-size: 0.875rem; color: #333238; position: relative; font-family: \
var(--default-mono-font, "Menlo"),"DejaVu Sans Mono","Liberation \
Mono","Consolas","Ubuntu Mono","Courier New","andale mono","lucida \
console",monospace; word-break: break-all; word-wrap: break-word; background-color: \
inherit; border-radius: 2px; margin: 0; padding: 0; border: inherit solid #dcdcde;'> \
<span id="LC2021" class="line" lang="hack">      <span class="p">()</span> <span \
class="o" style="font-weight: 600;">=&gt;</span> <span class="nc" style="color: #458; \
font-weight: 600;">RFPHelper</span><span class="mf" style="color: \
#099;">.</span><span class="nf" style="color: #900; font-weight: \
600;">uninit</span><span class="p">(),</span></span> </pre></td>
</tr>
<tr class="line_holder" style="line-height: 1.6;">
<td class="old_line diff-line-num" data-linenumber="2016" style="width: 35px; color: \
rgba(31,30,36,0.24); border-right-width: 1px; border-right-color: #ececef; \
border-right-style: solid; padding: inherit;" align="right" bgcolor="#fbfafd"> 2016
</td>
<td class="new_line diff-line-num" data-linenumber="2022" style="width: 35px; color: \
rgba(31,30,36,0.24); border-right-width: 1px; border-right-color: #ececef; \
border-right-style: solid; padding: inherit;" align="right" bgcolor="#fbfafd"> 2022
</td>
<td class="line_content" style="padding: inherit;"><pre style='display: block; \
font-size: 0.875rem; color: #333238; position: relative; font-family: \
var(--default-mono-font, "Menlo"),"DejaVu Sans Mono","Liberation \
Mono","Consolas","Ubuntu Mono","Courier New","andale mono","lucida \
console",monospace; word-break: break-all; word-wrap: break-word; background-color: \
inherit; border-radius: 2px; margin: 0; padding: 0; border: inherit solid #dcdcde;'> \
<span id="LC2022" class="line" lang="hack">      <span class="p">()</span> <span \
class="o" style="font-weight: 600;">=&gt;</span> <span class="nc" style="color: #458; \
font-weight: 600;">UpdateListener</span><span class="mf" style="color: \
#099;">.</span><span class="nb" style="color: #0086b3;">reset</span><span \
class="p">(),</span></span> </pre></td>
</tr>
<tr class="line_holder" style="line-height: 1.6;">
<td class="old_line diff-line-num" data-linenumber="2017" style="width: 35px; color: \
rgba(31,30,36,0.24); border-right-width: 1px; border-right-color: #ececef; \
border-right-style: solid; padding: inherit;" align="right" bgcolor="#fbfafd"> 2017
</td>
<td class="new_line diff-line-num" data-linenumber="2023" style="width: 35px; color: \
rgba(31,30,36,0.24); border-right-width: 1px; border-right-color: #ececef; \
border-right-style: solid; padding: inherit;" align="right" bgcolor="#fbfafd"> 2023
</td>
<td class="line_content" style="padding: inherit;"><pre style='display: block; \
font-size: 0.875rem; color: #333238; position: relative; font-family: \
var(--default-mono-font, "Menlo"),"DejaVu Sans Mono","Liberation \
Mono","Consolas","Ubuntu Mono","Courier New","andale mono","lucida \
console",monospace; word-break: break-all; word-wrap: break-word; background-color: \
inherit; border-radius: 2px; margin: 0; padding: 0; border: inherit solid #dcdcde;'> \
<span id="LC2023" class="line" lang="hack">      <span class="p">()</span> <span \
class="o" style="font-weight: 600;">=&gt;</span> <span class="nc" style="color: #458; \
font-weight: 600;">OnionAliasStore</span><span class="mf" style="color: \
#099;">.</span><span class="nf" style="color: #900; font-weight: \
600;">uninit</span><span class="p">(),</span></span> </pre></td>
</tr>

</table>
<br>
</li>
<li id="486f9879bba337b6858637f55ef9e9f092868d39">
<a href="https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/d814648c0 \
e111d09d8a8662a4b00d88f52989767#486f9879bba337b6858637f55ef9e9f092868d39"><strong \
style="font-weight: bold;">toolkit/components/moz.build</strong></a> <hr \
style="overflow: hidden; border: 1px solid #e1e1e1;"> <table class="code white" \
style="border-spacing: 0; border-collapse: collapse; width: auto; font-family: \
monospace; font-size: 90%;" bgcolor="#fff" width="100%" cellpadding="0" \
cellspacing="0"> <tr class="line_holder match" style="line-height: 1.6;">
<td class="diff-line-num unfold js-unfold old_line" data-linenumber="124" \
style="width: 35px; color: rgba(31,30,36,0.24); border-right-width: 1px; \
border-right-color: #ececef; border-right-style: solid; padding: inherit;" \
align="right" bgcolor="#fbfafd">...</td> <td class="diff-line-num unfold js-unfold \
new_line" data-linenumber="124" style="width: 35px; color: rgba(31,30,36,0.24); \
border-right-width: 1px; border-right-color: #ececef; border-right-style: solid; \
padding: inherit;" align="right" bgcolor="#fbfafd">...</td> <td class="line_content \
match" style="color: rgba(31,30,36,0.24); padding: inherit;" bgcolor="#fbfafd">@@ \
-124,7 +124,9 @@ if CONFIG["MOZ_WIDGET_TOOLKIT"] != "android":</td> </tr>
<tr class="line_holder" style="line-height: 1.6;">
<td class="old_line diff-line-num" data-linenumber="124" style="width: 35px; color: \
rgba(31,30,36,0.24); border-right-width: 1px; border-right-color: #ececef; \
border-right-style: solid; padding: inherit;" align="right" bgcolor="#fbfafd"> 124
</td>
<td class="new_line diff-line-num" data-linenumber="124" style="width: 35px; color: \
rgba(31,30,36,0.24); border-right-width: 1px; border-right-color: #ececef; \
border-right-style: solid; padding: inherit;" align="right" bgcolor="#fbfafd"> 124
</td>
<td class="line_content" style="padding: inherit;"><pre style='display: block; \
font-size: 0.875rem; color: #333238; position: relative; font-family: \
var(--default-mono-font, "Menlo"),"DejaVu Sans Mono","Liberation \
Mono","Consolas","Ubuntu Mono","Courier New","andale mono","lucida \
console",monospace; word-break: break-all; word-wrap: break-word; background-color: \
inherit; border-radius: 2px; margin: 0; padding: 0; border: inherit solid #dcdcde;'> \
<span id="LC124" class="line" lang="python">    <span class="p">]</span></span> \
</pre></td> </tr>
<tr class="line_holder" style="line-height: 1.6;">
<td class="old_line diff-line-num" data-linenumber="125" style="width: 35px; color: \
rgba(31,30,36,0.24); border-right-width: 1px; border-right-color: #ececef; \
border-right-style: solid; padding: inherit;" align="right" bgcolor="#fbfafd"> 125
</td>
<td class="new_line diff-line-num" data-linenumber="125" style="width: 35px; color: \
rgba(31,30,36,0.24); border-right-width: 1px; border-right-color: #ececef; \
border-right-style: solid; padding: inherit;" align="right" bgcolor="#fbfafd"> 125
</td>
<td class="line_content" style="padding: inherit;"><pre style='display: block; \
font-size: 0.875rem; color: #333238; position: relative; font-family: \
var(--default-mono-font, "Menlo"),"DejaVu Sans Mono","Liberation \
Mono","Consolas","Ubuntu Mono","Courier New","andale mono","lucida \
console",monospace; word-break: break-all; word-wrap: break-word; background-color: \
inherit; border-radius: 2px; margin: 0; padding: 0; border: inherit solid #dcdcde;'> \
<span id="LC125" class="line" lang="python"></span> </pre></td>
</tr>
<tr class="line_holder" style="line-height: 1.6;">
<td class="old_line diff-line-num" data-linenumber="126" style="width: 35px; color: \
rgba(31,30,36,0.24); border-right-width: 1px; border-right-color: #ececef; \
border-right-style: solid; padding: inherit;" align="right" bgcolor="#fbfafd"> 126
</td>
<td class="new_line diff-line-num" data-linenumber="126" style="width: 35px; color: \
rgba(31,30,36,0.24); border-right-width: 1px; border-right-color: #ececef; \
border-right-style: solid; padding: inherit;" align="right" bgcolor="#fbfafd"> 126
</td>
<td class="line_content" style="padding: inherit;"><pre style='display: block; \
font-size: 0.875rem; color: #333238; position: relative; font-family: \
var(--default-mono-font, "Menlo"),"DejaVu Sans Mono","Liberation \
Mono","Consolas","Ubuntu Mono","Courier New","andale mono","lucida \
console",monospace; word-break: break-all; word-wrap: break-word; background-color: \
inherit; border-radius: 2px; margin: 0; padding: 0; border: inherit solid #dcdcde;'> \
<span id="LC126" class="line" lang="python"><span class="k" style="font-weight: \
600;">if</span> <span class="n" style="color: #333;">CONFIG</span><span \
class="p">[</span><span class="s" style="color: #d14;">"MOZ_BUILD_APP"</span><span \
class="p">]</span> <span class="o" style="font-weight: 600;">==</span> <span \
class="s" style="color: #d14;">"browser"</span><span class="p">:</span></span> \
</pre></td> </tr>
<tr class="line_holder old" style="line-height: 1.6;">
<td class="old_line diff-line-num old" data-linenumber="127" style="width: 35px; \
color: rgba(31,30,36,0.24); border-right-width: 1px; border-right-color: #fac5cd; \
border-right-style: solid; padding: inherit;" align="right" bgcolor="#f9d7dc"> 127
</td>
<td class="new_line diff-line-num old" data-linenumber="127" style="width: 35px; \
color: rgba(31,30,36,0.24); border-right-width: 1px; border-right-color: #fac5cd; \
border-right-style: solid; padding: inherit;" align="right" bgcolor="#f9d7dc">  
</td>
<td class="line_content old" style="padding: inherit;" bgcolor="#fbe9eb"><pre \
style='display: block; font-size: 0.875rem; color: #333238; position: relative; \
font-family: var(--default-mono-font, "Menlo"),"DejaVu Sans Mono","Liberation \
Mono","Consolas","Ubuntu Mono","Courier New","andale mono","lucida \
console",monospace; word-break: break-all; word-wrap: break-word; background-color: \
inherit; border-radius: 2px; margin: 0; padding: 0; border: inherit solid \
#dcdcde;'>-<span id="LC127" class="line" lang="python">    <span class="n" \
style="color: #333;">DIRS</span> <span class="o" style="font-weight: 600;">+=</span> \
<span class="p">[</span><span class="s" style="color: #d14;">"normandy"</span><span \
class="p">,</span> <span class="s" style="color: \
#d14;">"messaging-system"</span><span class="p">]</span></span> </pre></td>
</tr>
<tr class="line_holder new" style="line-height: 1.6;">
<td class="old_line diff-line-num new" data-linenumber="128" style="width: 35px; \
color: rgba(31,30,36,0.24); border-right-width: 1px; border-right-color: #c7f0d2; \
border-right-style: solid; padding: inherit;" align="right" bgcolor="#ddfbe6">  
</td>
<td class="new_line diff-line-num new" data-linenumber="127" style="width: 35px; \
color: rgba(31,30,36,0.24); border-right-width: 1px; border-right-color: #c7f0d2; \
border-right-style: solid; padding: inherit;" align="right" bgcolor="#ddfbe6"> 127
</td>
<td class="line_content new" style="padding: inherit;" bgcolor="#ecfdf0"><pre \
style='display: block; font-size: 0.875rem; color: #333238; position: relative; \
font-family: var(--default-mono-font, "Menlo"),"DejaVu Sans Mono","Liberation \
Mono","Consolas","Ubuntu Mono","Courier New","andale mono","lucida \
console",monospace; word-break: break-all; word-wrap: break-word; background-color: \
inherit; border-radius: 2px; margin: 0; padding: 0; border: inherit solid \
#dcdcde;'>+<span id="LC127" class="line" lang="python">    <span class="k" \
style="font-weight: 600;">if</span> <span class="n" style="color: \
#333;">CONFIG</span><span class="p">[</span><span class="s" style="color: \
#d14;">"MOZ_NORMANDY"</span><span class="p">]:</span></span> </pre></td>
</tr>
<tr class="line_holder new" style="line-height: 1.6;">
<td class="old_line diff-line-num new" data-linenumber="128" style="width: 35px; \
color: rgba(31,30,36,0.24); border-right-width: 1px; border-right-color: #c7f0d2; \
border-right-style: solid; padding: inherit;" align="right" bgcolor="#ddfbe6">  
</td>
<td class="new_line diff-line-num new" data-linenumber="128" style="width: 35px; \
color: rgba(31,30,36,0.24); border-right-width: 1px; border-right-color: #c7f0d2; \
border-right-style: solid; padding: inherit;" align="right" bgcolor="#ddfbe6"> 128
</td>
<td class="line_content new" style="padding: inherit;" bgcolor="#ecfdf0"><pre \
style='display: block; font-size: 0.875rem; color: #333238; position: relative; \
font-family: var(--default-mono-font, "Menlo"),"DejaVu Sans Mono","Liberation \
Mono","Consolas","Ubuntu Mono","Courier New","andale mono","lucida \
console",monospace; word-break: break-all; word-wrap: break-word; background-color: \
inherit; border-radius: 2px; margin: 0; padding: 0; border: inherit solid \
#dcdcde;'>+<span id="LC128" class="line" lang="python">        <span class="n" \
style="color: #333;">DIRS</span> <span class="o" style="font-weight: 600;">+=</span> \
<span class="p">[</span><span class="s" style="color: #d14;">"normandy"</span><span \
class="p">]</span></span> </pre></td>
</tr>
<tr class="line_holder new" style="line-height: 1.6;">
<td class="old_line diff-line-num new" data-linenumber="128" style="width: 35px; \
color: rgba(31,30,36,0.24); border-right-width: 1px; border-right-color: #c7f0d2; \
border-right-style: solid; padding: inherit;" align="right" bgcolor="#ddfbe6">  
</td>
<td class="new_line diff-line-num new" data-linenumber="129" style="width: 35px; \
color: rgba(31,30,36,0.24); border-right-width: 1px; border-right-color: #c7f0d2; \
border-right-style: solid; padding: inherit;" align="right" bgcolor="#ddfbe6"> 129
</td>
<td class="line_content new" style="padding: inherit;" bgcolor="#ecfdf0"><pre \
style='display: block; font-size: 0.875rem; color: #333238; position: relative; \
font-family: var(--default-mono-font, "Menlo"),"DejaVu Sans Mono","Liberation \
Mono","Consolas","Ubuntu Mono","Courier New","andale mono","lucida \
console",monospace; word-break: break-all; word-wrap: break-word; background-color: \
inherit; border-radius: 2px; margin: 0; padding: 0; border: inherit solid \
#dcdcde;'>+<span id="LC129" class="line" lang="python">    <span class="n" \
style="color: #333;">DIRS</span> <span class="o" style="font-weight: 600;">+=</span> \
<span class="p">[</span><span class="s" style="color: \
#d14;">"messaging-system"</span><span class="p">]</span></span> </pre></td>
</tr>
<tr class="line_holder" style="line-height: 1.6;">
<td class="old_line diff-line-num" data-linenumber="128" style="width: 35px; color: \
rgba(31,30,36,0.24); border-right-width: 1px; border-right-color: #ececef; \
border-right-style: solid; padding: inherit;" align="right" bgcolor="#fbfafd"> 128
</td>
<td class="new_line diff-line-num" data-linenumber="130" style="width: 35px; color: \
rgba(31,30,36,0.24); border-right-width: 1px; border-right-color: #ececef; \
border-right-style: solid; padding: inherit;" align="right" bgcolor="#fbfafd"> 130
</td>
<td class="line_content" style="padding: inherit;"><pre style='display: block; \
font-size: 0.875rem; color: #333238; position: relative; font-family: \
var(--default-mono-font, "Menlo"),"DejaVu Sans Mono","Liberation \
Mono","Consolas","Ubuntu Mono","Courier New","andale mono","lucida \
console",monospace; word-break: break-all; word-wrap: break-word; background-color: \
inherit; border-radius: 2px; margin: 0; padding: 0; border: inherit solid #dcdcde;'> \
<span id="LC130" class="line" lang="python"></span> </pre></td>
</tr>
<tr class="line_holder" style="line-height: 1.6;">
<td class="old_line diff-line-num" data-linenumber="129" style="width: 35px; color: \
rgba(31,30,36,0.24); border-right-width: 1px; border-right-color: #ececef; \
border-right-style: solid; padding: inherit;" align="right" bgcolor="#fbfafd"> 129
</td>
<td class="new_line diff-line-num" data-linenumber="131" style="width: 35px; color: \
rgba(31,30,36,0.24); border-right-width: 1px; border-right-color: #ececef; \
border-right-style: solid; padding: inherit;" align="right" bgcolor="#fbfafd"> 131
</td>
<td class="line_content" style="padding: inherit;"><pre style='display: block; \
font-size: 0.875rem; color: #333238; position: relative; font-family: \
var(--default-mono-font, "Menlo"),"DejaVu Sans Mono","Liberation \
Mono","Consolas","Ubuntu Mono","Courier New","andale mono","lucida \
console",monospace; word-break: break-all; word-wrap: break-word; background-color: \
inherit; border-radius: 2px; margin: 0; padding: 0; border: inherit solid #dcdcde;'> \
<span id="LC131" class="line" lang="python"><span class="n" style="color: \
#333;">DIRS</span> <span class="o" style="font-weight: 600;">+=</span> <span \
class="p">[</span><span class="s" style="color: #d14;">"nimbus"</span><span \
class="p">]</span></span> </pre></td>
</tr>
<tr class="line_holder" style="line-height: 1.6;">
<td class="old_line diff-line-num" data-linenumber="130" style="width: 35px; color: \
rgba(31,30,36,0.24); border-right-width: 1px; border-right-color: #ececef; \
border-right-style: solid; padding: inherit;" align="right" bgcolor="#fbfafd"> 130
</td>
<td class="new_line diff-line-num" data-linenumber="132" style="width: 35px; color: \
rgba(31,30,36,0.24); border-right-width: 1px; border-right-color: #ececef; \
border-right-style: solid; padding: inherit;" align="right" bgcolor="#fbfafd"> 132
</td>
<td class="line_content" style="padding: inherit;"><pre style='display: block; \
font-size: 0.875rem; color: #333238; position: relative; font-family: \
var(--default-mono-font, "Menlo"),"DejaVu Sans Mono","Liberation \
Mono","Consolas","Ubuntu Mono","Courier New","andale mono","lucida \
console",monospace; word-break: break-all; word-wrap: break-word; background-color: \
inherit; border-radius: 2px; margin: 0; padding: 0; border: inherit solid #dcdcde;'> \
<span id="LC132" class="line" lang="python"></span> </pre></td>
</tr>

</table>
<br>
</li>

</div>
<div class="footer" style="margin-top: 10px;">
<p style="font-size: small; color: #737278;">
&#8212;
<br>
<a href="https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/d814648c0e111d09d8a8662a4b00d88f52989767">View \
it on GitLab</a>. <br>
You're receiving this email because of your account on <a target="_blank" \
rel="noopener noreferrer" \
href="https://gitlab.torproject.org">gitlab.torproject.org</a>. <a \
href="https://gitlab.torproject.org/-/profile/notifications" target="_blank" \
rel="noopener noreferrer" class="mng-notif-link">Manage all notifications</a> &#183; \
<a href="https://gitlab.torproject.org/help" target="_blank" rel="noopener \
noreferrer" class="help-link">Help</a> <script \
type="application/ld+json">{"@context":"http://schema.org","@type":"EmailMessage","action":{"@type":"ViewAction","name":"View \
Commit","url":"https://gitlab.torproject.org/tpo/applications/tor-browser/-/commit/d814648c0e111d09d8a8662a4b00d88f52989767"}}</script>



</p>
</div>
</body>
</html>



_______________________________________________
tor-commits mailing list
tor-commits@lists.torproject.org
https://lists.torproject.org/cgi-bin/mailman/listinfo/tor-commits


[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic