<feed xmlns='http://www.w3.org/2005/Atom'>
<title>user/mikeperry/tor-browser, branch tor-browser-24.7.0esr-3.x-1-log-wtf-pipeline-build1</title>
<subtitle>Mike's Tor-Browser Repository</subtitle>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/mikeperry/tor-browser.git/'/>
<entry>
<title>Add debug info for pipeline testing.</title>
<updated>2014-07-16T19:25:42+00:00</updated>
<author>
<name>Mike Perry</name>
<email>mikeperry-git@torproject.org</email>
</author>
<published>2014-07-16T19:25:42+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/mikeperry/tor-browser.git/commit/?id=a2d09ac46d69e73ee40aef1019a3da37695329bf'/>
<id>a2d09ac46d69e73ee40aef1019a3da37695329bf</id>
<content type='text'>
Also re-enable the JIT, as the jit may cause faster element loading to happen
(which will result in better pipelining request availability).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Also re-enable the JIT, as the jit may cause faster element loading to happen
(which will result in better pipelining request availability).
</pre>
</div>
</content>
</entry>
<entry>
<title>Disable SSL Session ID tracking.</title>
<updated>2014-07-16T18:36:05+00:00</updated>
<author>
<name>Mike Perry</name>
<email>mikeperry-git@torproject.org</email>
</author>
<published>2014-07-16T18:36:05+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/mikeperry/tor-browser.git/commit/?id=c660ca4cb98351bbce6c92ab3ff8c951045fcf5e'/>
<id>c660ca4cb98351bbce6c92ab3ff8c951045fcf5e</id>
<content type='text'>
We can't easily bind SSL Session ID tracking to url bar domain,
so we have to disable them to satisfy
https://www.torproject.org/projects/torbrowser/design/#identifier-linkability.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We can't easily bind SSL Session ID tracking to url bar domain,
so we have to disable them to satisfy
https://www.torproject.org/projects/torbrowser/design/#identifier-linkability.
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug 10895: Fix language pack usage (fix Firefox version).</title>
<updated>2014-07-16T18:15:11+00:00</updated>
<author>
<name>Mike Perry</name>
<email>mikeperry-git@torproject.org</email>
</author>
<published>2014-06-05T14:39:04+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/mikeperry/tor-browser.git/commit/?id=711b93882462cce65b885d7da9c26f149a23413e'/>
<id>711b93882462cce65b885d7da9c26f149a23413e</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug #9701: Prevent ClipBoardCache from writing to disk.</title>
<updated>2014-07-16T18:13:31+00:00</updated>
<author>
<name>Michael Schloh von Bennewitz</name>
<email>michael@schloh.com</email>
</author>
<published>2014-06-05T10:53:15+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/mikeperry/tor-browser.git/commit/?id=bfc002a7dce29e96da20e3f0bbcbb47f84bb58c8'/>
<id>bfc002a7dce29e96da20e3f0bbcbb47f84bb58c8</id>
<content type='text'>
This disables the disk activity entirely. It seems as though there is no
reason in to write backup copies of clipboard data to disk, as the clipboard
code does not release the related memory upon disk writes anyway.

See https://trac.torproject.org/projects/tor/ticket/9701.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This disables the disk activity entirely. It seems as though there is no
reason in to write backup copies of clipboard data to disk, as the clipboard
code does not release the related memory upon disk writes anyway.

See https://trac.torproject.org/projects/tor/ticket/9701.
</pre>
</div>
</content>
</entry>
<entry>
<title>Make the CONNECT Host header the same as the Request-URI.</title>
<updated>2014-07-16T18:13:30+00:00</updated>
<author>
<name>David Fifield</name>
<email>david@bamsoftware.com</email>
</author>
<published>2014-05-31T23:59:11+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/mikeperry/tor-browser.git/commit/?id=c94058b458088652c015f9c2da7101a38797b481'/>
<id>c94058b458088652c015f9c2da7101a38797b481</id>
<content type='text'>
It's possible to construct a request where the Host header differs from
the authority in the URL, for example in an extension with
nsIHttpChannel and setRequestHeader. MakeConnectString generates a
host:port string for the CONNECT Request-Line, but peeks into the
tunneled request in order to copy the Host header to the proxy request.

Instead, use the same host:port string for Host as is used in the
Request-URI, to avoid revealing the plaintext of the Host header outside
of the tunnel.

Backport of https://hg.mozilla.org/mozilla-central/rev/a1f6458800d4.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
It's possible to construct a request where the Host header differs from
the authority in the URL, for example in an extension with
nsIHttpChannel and setRequestHeader. MakeConnectString generates a
host:port string for the CONNECT Request-Line, but peeks into the
tunneled request in order to copy the Host header to the proxy request.

Instead, use the same host:port string for Host as is used in the
Request-URI, to avoid revealing the plaintext of the Host header outside
of the tunnel.

Backport of https://hg.mozilla.org/mozilla-central/rev/a1f6458800d4.
</pre>
</div>
</content>
</entry>
<entry>
<title>fix #9308 and #11433: don't leak user install path of TBB</title>
<updated>2014-07-16T18:13:28+00:00</updated>
<author>
<name>Arthur Edelstein</name>
<email>arthuredelstein@gmail.com</email>
</author>
<published>2014-04-23T23:05:48+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/mikeperry/tor-browser.git/commit/?id=8a8334c638ac7be1ce6737dafe3d659583d64a17'/>
<id>8a8334c638ac7be1ce6737dafe3d659583d64a17</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Backport mingw-w64 fixes from Mozilla</title>
<updated>2014-07-16T18:13:27+00:00</updated>
<author>
<name>Mike Perry</name>
<email>mikeperry-git@torproject.org</email>
</author>
<published>2013-12-10T06:00:55+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/mikeperry/tor-browser.git/commit/?id=e84a3394ae1d00cba98ebed0f0feb108097da9be'/>
<id>e84a3394ae1d00cba98ebed0f0feb108097da9be</id>
<content type='text'>
Includes:
https://hg.mozilla.org/mozilla-central/rev/7b86302ab2b3
https://hg.mozilla.org/mozilla-central/rev/1651ea86cb00
https://hg.mozilla.org/mozilla-central/rev/fda0046aa376
https://hg.mozilla.org/mozilla-central/rev/02d4ae55e1c3
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Includes:
https://hg.mozilla.org/mozilla-central/rev/7b86302ab2b3
https://hg.mozilla.org/mozilla-central/rev/1651ea86cb00
https://hg.mozilla.org/mozilla-central/rev/fda0046aa376
https://hg.mozilla.org/mozilla-central/rev/02d4ae55e1c3
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug 10252: backout of Mozilla's #872649 as this breaks TBB on Windows</title>
<updated>2014-07-16T18:13:25+00:00</updated>
<author>
<name>Georg Koppen</name>
<email>g.koppen@jondos.de</email>
</author>
<published>2013-12-08T12:51:49+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/mikeperry/tor-browser.git/commit/?id=10f78b111b9b381d6105fdfcdce9b614f7534b83'/>
<id>10f78b111b9b381d6105fdfcdce9b614f7534b83</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>rebased patch 931043 to avoid breaking 64bit cross-compiled builds due to wrong va_list handling</title>
<updated>2014-07-16T18:13:24+00:00</updated>
<author>
<name>Georg Koppen</name>
<email>g.koppen@jondos.de</email>
</author>
<published>2013-11-11T13:01:15+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/mikeperry/tor-browser.git/commit/?id=a5c2c09e5b1e04ac439016f555300e9fc50cf5c8'/>
<id>a5c2c09e5b1e04ac439016f555300e9fc50cf5c8</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Ray's otool patch</title>
<updated>2014-07-16T18:13:22+00:00</updated>
<author>
<name>Georg Koppen</name>
<email>g.koppen@jondos.de</email>
</author>
<published>2013-11-12T14:45:50+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/mikeperry/tor-browser.git/commit/?id=83e5e65ba3f40316880a5d4da592e0572dbcc253'/>
<id>83e5e65ba3f40316880a5d4da592e0572dbcc253</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
