<feed xmlns='http://www.w3.org/2005/Atom'>
<title>user/mikeperry/tor-browser, branch bug13375</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>fixup! Bug #4234: Use the Firefox Update Process for TBB.</title>
<updated>2015-03-21T04:18:10+00:00</updated>
<author>
<name>Mike Perry</name>
<email>mikeperry-git@torproject.org</email>
</author>
<published>2015-03-18T00:07:22+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/mikeperry/tor-browser.git/commit/?id=1f5eaf1b7a165318bf77bf3435cd0052829a82b2'/>
<id>1f5eaf1b7a165318bf77bf3435cd0052829a82b2</id>
<content type='text'>
Bug 13375: Force full update for the start-tor-browser.desktop and launcher
scripts. These files are likely to be commonly modified in the wild.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Bug 13375: Force full update for the start-tor-browser.desktop and launcher
scripts. These files are likely to be commonly modified in the wild.
</pre>
</div>
</content>
</entry>
<entry>
<title>fixup! TB4: Tor Browser's Firefox preference overrides.</title>
<updated>2015-03-21T04:16:23+00:00</updated>
<author>
<name>Mike Perry</name>
<email>mikeperry-git@torproject.org</email>
</author>
<published>2015-03-18T02:10:23+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/mikeperry/tor-browser.git/commit/?id=709dd9e8d74ac13a6a0e436c5d947b0564e3793d'/>
<id>709dd9e8d74ac13a6a0e436c5d947b0564e3793d</id>
<content type='text'>
Bug 15029: Don't prompt to install missing plugins.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Bug 15029: Don't prompt to install missing plugins.
</pre>
</div>
</content>
</entry>
<entry>
<title>fixup! Bug 12827: Create preference to disable SVG.</title>
<updated>2015-03-21T02:40:18+00:00</updated>
<author>
<name>Mike Perry</name>
<email>mikeperry-git@torproject.org</email>
</author>
<published>2015-03-21T02:40:18+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/mikeperry/tor-browser.git/commit/?id=4029568bb2283ce1203d0cdff0e857f7da8bce42'/>
<id>4029568bb2283ce1203d0cdff0e857f7da8bce42</id>
<content type='text'>
Call the pref svg.in-content.enabled.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Call the pref svg.in-content.enabled.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge branch 'bug12827-01' into tor-browser-31.5.0esr-4.5-1</title>
<updated>2015-03-21T02:37:27+00:00</updated>
<author>
<name>Mike Perry</name>
<email>mikeperry-git@torproject.org</email>
</author>
<published>2015-03-21T02:37:27+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/mikeperry/tor-browser.git/commit/?id=2dbf9589bff621cd9fc88dafa26b20ccdbddf935'/>
<id>2dbf9589bff621cd9fc88dafa26b20ccdbddf935</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug 15201: Windows: disable "runas" code path in updater.</title>
<updated>2015-03-20T19:40:23+00:00</updated>
<author>
<name>Kathy Brade</name>
<email>brade@pearlcrescent.com</email>
</author>
<published>2015-03-20T19:40:23+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/mikeperry/tor-browser.git/commit/?id=4a145590d0e636e3acdd1f00037429771e64e3b8'/>
<id>4a145590d0e636e3acdd1f00037429771e64e3b8</id>
<content type='text'>
Instead of using "runas" to try to elevate privileges, the updater
now fails if the user does not have permission to apply an update.
This avoids potential security issues such as CVE-2015-0833.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Instead of using "runas" to try to elevate privileges, the updater
now fails if the user does not have permission to apply an update.
This avoids potential security issues such as CVE-2015-0833.
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug 12827: Create preference to disable SVG.</title>
<updated>2015-03-18T19:51:24+00:00</updated>
<author>
<name>Kathy Brade</name>
<email>brade@pearlcrescent.com</email>
</author>
<published>2015-03-18T19:21:30+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/mikeperry/tor-browser.git/commit/?id=7dd093abb5c68728b5ba6c940cca224345d89f3e'/>
<id>7dd093abb5c68728b5ba6c940cca224345d89f3e</id>
<content type='text'>
If the svg.inContent.enabled preference is false, disallow all use of
SVG within content pages.

In the following situations it is very difficult to determine if code
is executing within a chrome context or not:
  SVG hasFeature() API.
  SVG hasExtension() API.
  Use of SVG glyphs within custom OpenType fonts.
In these cases, everything is assumed to be content; that is, setting
the pref. to false will block use of the above features from chrome
as well. This is OK because these features are unlikely to be used by
core browser code.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
If the svg.inContent.enabled preference is false, disallow all use of
SVG within content pages.

In the following situations it is very difficult to determine if code
is executing within a chrome context or not:
  SVG hasFeature() API.
  SVG hasExtension() API.
  Use of SVG glyphs within custom OpenType fonts.
In these cases, everything is assumed to be content; that is, setting
the pref. to false will block use of the above features from chrome
as well. This is OK because these features are unlikely to be used by
core browser code.
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug 14631: Improve profile access error msgs (strings).</title>
<updated>2015-02-27T15:38:40+00:00</updated>
<author>
<name>Kathy Brade</name>
<email>brade@pearlcrescent.com</email>
</author>
<published>2015-02-27T15:38:40+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/mikeperry/tor-browser.git/commit/?id=ce2343957e7617ffa47c5b2b8b2a3128916ac92e'/>
<id>ce2343957e7617ffa47c5b2b8b2a3128916ac92e</id>
<content type='text'>
To allow for localization, get profile-related error strings from Torbutton.
Use app display name ("Tor Browser") in profile-related error alerts.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
To allow for localization, get profile-related error strings from Torbutton.
Use app display name ("Tor Browser") in profile-related error alerts.
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug 14631: Improve profile access error messages.</title>
<updated>2015-02-24T18:50:23+00:00</updated>
<author>
<name>Kathy Brade</name>
<email>brade@pearlcrescent.com</email>
</author>
<published>2015-02-24T18:50:23+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/mikeperry/tor-browser.git/commit/?id=bebc69b8e8e919abec272f9cff6ab13fb9ea51f7'/>
<id>bebc69b8e8e919abec272f9cff6ab13fb9ea51f7</id>
<content type='text'>
Instead of always reporting that the profile is locked, display specific
messages for "access denied" and "read-only file system".
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Instead of always reporting that the profile is locked, display specific
messages for "access denied" and "read-only file system".
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug 10895: Fix versioning for langpacks.</title>
<updated>2015-02-18T23:18:20+00:00</updated>
<author>
<name>Mike Perry</name>
<email>mikeperry-git@torproject.org</email>
</author>
<published>2015-01-09T21:20:41+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/mikeperry/tor-browser.git/commit/?id=ab596a0b49d8b16dcfb4e068a9f690d1ae87a109'/>
<id>ab596a0b49d8b16dcfb4e068a9f690d1ae87a109</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug 13900: Remove 3rd party HTTP auth tokens.</title>
<updated>2015-02-18T23:14:36+00:00</updated>
<author>
<name>Kathy Brade</name>
<email>brade@pearlcrescent.com</email>
</author>
<published>2015-02-04T15:38:44+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/mikeperry/tor-browser.git/commit/?id=3f4ca27310bed8722c409decdc0cfab0f0093a88'/>
<id>3f4ca27310bed8722c409decdc0cfab0f0093a88</id>
<content type='text'>
Prevent user tracking via HTTP Basic Authentication by
removing Authorization headers from third party requests.

This is a port of a piece of the Stanford SafeCache code that
previously was included in Torbutton.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Prevent user tracking via HTTP Basic Authentication by
removing Authorization headers from third party requests.

This is a port of a piece of the Stanford SafeCache code that
previously was included in Torbutton.
</pre>
</div>
</content>
</entry>
</feed>
