<feed xmlns='http://www.w3.org/2005/Atom'>
<title>user/mikeperry/tor-browser, branch bug1517-draft</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>Bug 1517: Reduce precision of time for Javascript.</title>
<updated>2015-04-21T21:13:19+00:00</updated>
<author>
<name>Mike Perry</name>
<email>mikeperry-git@torproject.org</email>
</author>
<published>2015-04-21T21:13:19+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/mikeperry/tor-browser.git/commit/?id=402daaa4de25b148acb815e783b5d6b578b0138a'/>
<id>402daaa4de25b148acb815e783b5d6b578b0138a</id>
<content type='text'>
Draft patch. Probably doesn't even compile.

Note to self: Test this on a bunch of Javascript games and video sites.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Draft patch. Probably doesn't even compile.

Note to self: Test this on a bunch of Javascript games and video sites.
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug 14716: HTTP Basic Authentication prompt only displayed once</title>
<updated>2015-04-17T20:31:28+00:00</updated>
<author>
<name>Kathy Brade</name>
<email>brade@pearlcrescent.com</email>
</author>
<published>2015-04-17T20:31:28+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/mikeperry/tor-browser.git/commit/?id=f0fe46bcec5946e94fd66792983b1f081913a74f'/>
<id>f0fe46bcec5946e94fd66792983b1f081913a74f</id>
<content type='text'>
Modify the login manager implementation to handle the situation
where storage is not available.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Modify the login manager implementation to handle the situation
where storage is not available.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'gk/bug_10761_v2' into tor-browser-31.6.0esr-4.5-1</title>
<updated>2015-04-16T05:16:33+00:00</updated>
<author>
<name>Mike Perry</name>
<email>mikeperry-git@torproject.org</email>
</author>
<published>2015-04-16T05:16:33+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/mikeperry/tor-browser.git/commit/?id=e1a8bafb44367592bc982c2a65752ec439b515a6'/>
<id>e1a8bafb44367592bc982c2a65752ec439b515a6</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Revert "TB1: Add a string-based cacheKey."</title>
<updated>2015-04-16T05:07:27+00:00</updated>
<author>
<name>Mike Perry</name>
<email>mikeperry-git@torproject.org</email>
</author>
<published>2015-04-16T05:07:27+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/mikeperry/tor-browser.git/commit/?id=5ad57a0b24c85d19427eddebc2f647296063acfd'/>
<id>5ad57a0b24c85d19427eddebc2f647296063acfd</id>
<content type='text'>
This reverts commit 53f8f2506cb21bf1847a4261ef383db9be55a93c. This used to be
used by Torbutton/SafeCache, but we moved the cache isolation to direct C++
patches instead.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This reverts commit 53f8f2506cb21bf1847a4261ef383db9be55a93c. This used to be
used by Torbutton/SafeCache, but we moved the cache isolation to direct C++
patches instead.
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'arthur/13875' into tor-browser-31.6.0esr-4.5-1</title>
<updated>2015-04-16T01:41:42+00:00</updated>
<author>
<name>Mike Perry</name>
<email>mikeperry-git@torproject.org</email>
</author>
<published>2015-04-16T01:41:42+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/mikeperry/tor-browser.git/commit/?id=4c5a59914a15fa0795575f1f0b9ebe957bc52c65'/>
<id>4c5a59914a15fa0795575f1f0b9ebe957bc52c65</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Bug 10761: Fix shutdown crashes on Windows</title>
<updated>2015-04-14T14:07:02+00:00</updated>
<author>
<name>Georg Koppen</name>
<email>gk@torproject.org</email>
</author>
<published>2015-04-06T07:47:41+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/mikeperry/tor-browser.git/commit/?id=c9944b9ca97a238304b61e822d7509ec4ac85a12'/>
<id>c9944b9ca97a238304b61e822d7509ec4ac85a12</id>
<content type='text'>
Jacek Caban gave us this patch which should fix the shutdown crashes on
Windows (#10761 and #14454) as newer GCC/Binutils versions do not need
the workaround anymore that got implemented back then in
https://bugzilla.mozilla.org/show_bug.cgi?id=337887.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Jacek Caban gave us this patch which should fix the shutdown crashes on
Windows (#10761 and #14454) as newer GCC/Binutils versions do not need
the workaround anymore that got implemented back then in
https://bugzilla.mozilla.org/show_bug.cgi?id=337887.
</pre>
</div>
</content>
</entry>
<entry>
<title>fixup! TB4: Tor Browser's Firefox preference overrides.</title>
<updated>2015-04-14T10:33:56+00:00</updated>
<author>
<name>Georg Koppen</name>
<email>gk@torproject.org</email>
</author>
<published>2015-04-14T10:31:39+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/mikeperry/tor-browser.git/commit/?id=1a6eb58a1d3cab67e371ac861d04ba526d4e6751'/>
<id>1a6eb58a1d3cab67e371ac861d04ba526d4e6751</id>
<content type='text'>
We remove the keep-alive restriction now that we have isolation to the
URL bar domain which is governing this as well (see: bug 4100).
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
We remove the keep-alive restriction now that we have isolation to the
URL bar domain which is governing this as well (see: bug 4100).
</pre>
</div>
</content>
</entry>
<entry>
<title>fixup! Bug #3455.2. Allow RFC1929 authentication (username/password) to SOCKS servers.</title>
<updated>2015-04-14T10:33:47+00:00</updated>
<author>
<name>Georg Koppen</name>
<email>gk@torproject.org</email>
</author>
<published>2015-04-14T10:27:02+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/mikeperry/tor-browser.git/commit/?id=44cd9b47cb74544aa6eac4b1b0f3d4474457c3dc'/>
<id>44cd9b47cb74544aa6eac4b1b0f3d4474457c3dc</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fixup! Bug #5856: Do not expose physical screen info via window &amp; window.screen.</title>
<updated>2015-04-09T05:55:41+00:00</updated>
<author>
<name>Arthur Edelstein</name>
<email>arthuredelstein@gmail.com</email>
</author>
<published>2015-04-09T05:55:41+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/mikeperry/tor-browser.git/commit/?id=a5648c8d80f396caf294d761cc4a9a76c0b33a9d'/>
<id>a5648c8d80f396caf294d761cc4a9a76c0b33a9d</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>fixup! TB4: Tor Browser's Firefox preference overrides.</title>
<updated>2015-04-02T22:14:37+00:00</updated>
<author>
<name>Arthur Edelstein</name>
<email>arthuredelstein@gmail.com</email>
</author>
<published>2015-04-02T22:14:37+00:00</published>
<link rel='alternate' type='text/html' href='https://gitweb.torproject.org/user/mikeperry/tor-browser.git/commit/?id=ff924f41b59068793d0785229619c33a2baa10ff'/>
<id>ff924f41b59068793d0785229619c33a2baa10ff</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
