[tor-commits] [ooni-probe/master] Implement unittests for report lists.

2014-08-19 Thread art
commit fbc97e15711752a9ec7eef9121a4910147bc9fa3 Author: Arturo Filastò Date: Mon Aug 18 14:37:13 2014 +0200 Implement unittests for report lists. Spot a bug and fix it. --- ooni/reporter.py|4 ++-- ooni/tests/test_reporter.py | 11 +++ 2 files changed, 1

[tor-commits] [ooni-probe/master] Fix oonibclient tests.

2014-08-19 Thread art
commit f3314a12f281ae6b2c391351721fd89346247f48 Author: Arturo Filastò Date: Mon Aug 18 15:10:54 2014 +0200 Fix oonibclient tests. --- ooni/tests/test_oonibclient.py |5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/ooni/tests/test_oonibclient.py b/ooni/tests/tes

[tor-commits] [ooni-probe/master] Print out the options that are missing.

2014-08-19 Thread art
commit 634fcf198efbddc4ac6f261d240c6ae2cfa4e81d Author: Arturo Filastò Date: Mon Aug 18 15:45:34 2014 +0200 Print out the options that are missing. --- ooni/errors.py |2 ++ 1 file changed, 2 insertions(+) diff --git a/ooni/errors.py b/ooni/errors.py index 3c9d86f..bcf8c95 100644 ---

[tor-commits] [ooni-probe/master] No collector means no collector.

2014-08-19 Thread art
commit 6740b7c87aa8a79d64aaa15d43a68007bf864b8d Author: Arturo Filastò Date: Mon Aug 18 15:59:10 2014 +0200 No collector means no collector. --- ooni/oonicli.py |2 -- 1 file changed, 2 deletions(-) diff --git a/ooni/oonicli.py b/ooni/oonicli.py index 90dc89a..fdb202d 100644 --- a/oo

[tor-commits] [ooni-probe/master] Handle the case where no command is specified.

2014-08-19 Thread art
commit 2e4a26b3632b42a2b43ac820f6ec2612977e Author: Arturo Filastò Date: Mon Aug 18 16:11:48 2014 +0200 Handle the case where no command is specified. --- ooni/report/cli.py | 24 ++-- 1 file changed, 14 insertions(+), 10 deletions(-) diff --git a/ooni/report/cl

[tor-commits] [ooni-probe/master] Don't start tor if no collector option is specified and no test helper is needed.

2014-08-19 Thread art
commit 5c0bc06f915afbef7a908910ac83a00081063875 Author: Arturo Filastò Date: Mon Aug 18 17:33:53 2014 +0200 Don't start tor if no collector option is specified and no test helper is needed. --- ooni/deck.py|6 -- ooni/oonicli.py |4 +--- 2 files changed, 5 insertions(+),

[tor-commits] [ooni-probe/master] Add extra checks in the body and header comparisons

2014-08-19 Thread art
commit 981329235f9b8e8629d993e63e1215dd94e4e0d7 Author: Arturo Filastò Date: Mon Aug 18 16:49:54 2014 +0200 Add extra checks in the body and header comparisons --- ooni/nettests/blocking/http_requests.py | 10 ++ 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/ooni

[tor-commits] [ooni-probe/master] Make it possible to run ooniprobe also without having dnet installed.

2014-08-19 Thread art
commit d2ea103d60d7cae54c75502e45c69038655ebcb7 Author: Arturo Filastò Date: Mon Aug 18 15:35:05 2014 +0200 Make it possible to run ooniprobe also without having dnet installed. --- ooni/director.py |6 +- ooni/oonicli.py |2 +- ooni/settings.py |7 --- 3 files change

[tor-commits] [ooni-probe/master] Add a unittest for txscapy.

2014-08-19 Thread art
commit aac5d653b82db5dca9cfe955749a66a627b9e157 Author: Arturo Filastò Date: Mon Aug 18 14:53:05 2014 +0200 Add a unittest for txscapy. --- ooni/tests/test_txscapy.py | 20 ++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/ooni/tests/test_txscapy.py b/o

[tor-commits] [ooni-probe/master] Fix problem in starting Tor when no test helper is set.

2014-08-19 Thread art
commit a0fe8cef28fe62f858e647188e169543f005bfea Author: Arturo Filastò Date: Tue Aug 19 11:03:17 2014 +0200 Fix problem in starting Tor when no test helper is set. --- ooni/oonibclient.py |5 ++--- ooni/oonicli.py |4 +++- 2 files changed, 5 insertions(+), 4 deletions(-) diff

[tor-commits] [ooni-probe/master] Update README

2014-08-19 Thread art
commit 9f4b1e31c6fa78a048788a2fe0b0df8b8c04ebc8 Author: Arturo Filastò Date: Tue Aug 19 11:48:24 2014 +0200 Update README --- README.rst | 10 +++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.rst b/README.rst index d8fe11e..4abbe68 100644 --- a/README.rst

[tor-commits] [ooni-probe/master] Convert changelog to rst.

2014-08-19 Thread art
commit 1e44942d3c848c4d6bb29bbd9f385d500555cc0f Author: Arturo Filastò Date: Tue Aug 19 11:43:06 2014 +0200 Convert changelog to rst. --- ChangeLog.md | 367 -- ChangeLog.rst | 382 +

[tor-commits] [ooni-probe/master] Update MANIFEST

2014-08-19 Thread art
commit 34b68d87f746c9b57afb4ba219ba66a66979c7f8 Author: Arturo Filastò Date: Tue Aug 19 11:43:26 2014 +0200 Update MANIFEST --- MANIFEST.in |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MANIFEST.in b/MANIFEST.in index 0772d8c..c40e0d5 100644 --- a/MANIFEST.in +++

[tor-commits] [ooni-probe/master] Improve REAMDE formatting.

2014-08-19 Thread art
commit d79e3d28a4cf2c55735a52940fd5879f48e63ef3 Author: Arturo Filastò Date: Tue Aug 19 11:54:01 2014 +0200 Improve REAMDE formatting. --- README.rst |5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index 654acc3..b1977b1 100644 --- a/READ

[tor-commits] [ooni-probe/master] Reformat README.md so that it uses syntax common to markdown and rst.

2014-08-19 Thread art
commit 3c010b702f8ddfdcd95ff7b0cd9137376255b4f4 Author: Arturo Filastò Date: Tue Aug 19 11:03:51 2014 +0200 Reformat README.md so that it uses syntax common to markdown and rst. --- README.md | 231 +++-- 1 file changed, 117 inserti

[tor-commits] [ooni-probe/master] Fix Changelog reading in setup.py

2014-08-19 Thread art
commit 2ea71126f0f9ddedade4a40c253dcb78aa879bd3 Author: Arturo Filastò Date: Tue Aug 19 11:55:29 2014 +0200 Fix Changelog reading in setup.py --- setup.py |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup.py b/setup.py index e7fa493..6d8e335 100644 --- a/setup.p

[tor-commits] [ooni-probe/master] Fix rst formatting.

2014-08-19 Thread art
commit 0fd5458c0392b81347460242b2ccbb2d85fa5532 Author: Arturo Filastò Date: Tue Aug 19 12:00:31 2014 +0200 Fix rst formatting. --- README.rst |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.rst b/README.rst index b1977b1..a8bad75 100644 --- a/README.rst ++

[tor-commits] [ooni-probe/master] Update LICENSE and expand setup.py

2014-08-19 Thread art
commit 1883ede9a83e0006ef7eb9f0bbfeacb70659c0bc Author: Arturo Filastò Date: Tue Aug 19 11:38:25 2014 +0200 Update LICENSE and expand setup.py --- LICENSE |4 setup.py | 70 +++--- 2 files changed, 62 insertions(+), 12 de

[tor-commits] [ooni-probe/master] Convert README to rst

2014-08-19 Thread art
commit 25be8147123fa0afdf6f363cb851c04c7680b698 Author: Arturo Filastò Date: Tue Aug 19 11:38:17 2014 +0200 Convert README to rst --- MANIFEST.in |2 +- README.md | 261 --- README.rst | 260 +

[tor-commits] [ooni-probe/master] Add report package to setup.py

2014-08-19 Thread art
commit 5dcf9b0ab1ff5f4b50b4b3bd7e5fe4199e91f7e5 Author: Arturo Filastò Date: Tue Aug 19 13:11:51 2014 +0200 Add report package to setup.py --- setup.py |1 + 1 file changed, 1 insertion(+) diff --git a/setup.py b/setup.py index 6d8e335..b19cb47 100644 --- a/setup.py +++ b/setup.py @@

[tor-commits] [ooni-probe/master] Fix multi protocol traceroute test.

2014-08-19 Thread art
commit 9cc8aada84063cc3f426e855f34efba1997de90f Author: Arturo Filastò Date: Tue Aug 19 12:48:20 2014 +0200 Fix multi protocol traceroute test. Sharing the MTraceroute() instance amongst all the test methods leads to problems. --- ooni/nettests/manipulation/traceroute.py |

[tor-commits] [ooni-probe/master] Add debugging code for pyobfsproxy and fteproxy

2014-08-19 Thread art
commit 02c41274662f707417443c88af3b2ccde8f2f6bd Author: Arturo Filastò Date: Tue Aug 19 13:29:37 2014 +0200 Add debugging code for pyobfsproxy and fteproxy --- ooni/nettests/blocking/bridge_reachability.py |2 ++ 1 file changed, 2 insertions(+) diff --git a/ooni/nettests/blocking/bri

[tor-commits] [ooni-probe/master] Also check if the attributes exist

2014-08-19 Thread art
commit cd1bc4b81ac41451a4d82d153dbdd888ad466cf1 Author: Arturo Filastò Date: Tue Aug 19 13:09:47 2014 +0200 Also check if the attributes exist --- ooni/nettests/blocking/http_requests.py | 10 ++ 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/ooni/nettests/blockin

[tor-commits] [ooni-probe/master] Bump bridge reachability test version

2014-08-19 Thread art
commit fc2e90734cf7d16b4cfb3bbeb0523d682b67febe Author: Arturo Filastò Date: Tue Aug 19 13:49:05 2014 +0200 Bump bridge reachability test version --- ooni/nettests/blocking/bridge_reachability.py |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ooni/nettests/blocking

[tor-commits] [ooni-probe/master] Add back OONI logo

2014-08-19 Thread art
commit b245789da9c7af20c490343484af2c7974dc3df4 Author: Arturo Filastò Date: Tue Aug 19 11:49:31 2014 +0200 Add back OONI logo --- README.rst |3 +++ 1 file changed, 3 insertions(+) diff --git a/README.rst b/README.rst index 4abbe68..654acc3 100644 --- a/README.rst +++ b/README.rst @

[tor-commits] [ooni-probe/master] Also add obfsproxy version to the bridge reachability test report.

2014-08-19 Thread art
commit b67df141e2d7cff6a7a318407cd779801a82c7c8 Author: Arturo Filastò Date: Tue Aug 19 13:48:06 2014 +0200 Also add obfsproxy version to the bridge reachability test report. Raise exception if obfsproxy is older than 0.2 --- ooni/nettests/blocking/bridge_reachability.py |9 +

[tor-commits] [ooni-probe/master] Add heading to changelog

2014-08-19 Thread art
commit 497127ce68a80e07a3162b42942dc87dd4f0eef4 Author: Arturo Filastò Date: Tue Aug 19 14:17:18 2014 +0200 Add heading to changelog --- ChangeLog.rst |7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/ChangeLog.rst b/ChangeLog.rst index e41924c..af4f6c8 100644

[tor-commits] [ooni-probe/master] Update install instructions for debian to point to debian-backports and debian unstable repo.

2014-08-19 Thread art
commit 229695de65401bc9706b532b73d1ba0e6632057e Author: Arturo Filastò Date: Tue Aug 19 14:32:55 2014 +0200 Update install instructions for debian to point to debian-backports and debian unstable repo. --- README.rst | 13 - 1 file changed, 12 insertions(+), 1 deletion(-)

[tor-commits] [ooni-probe/master] Add dates to changelog

2014-08-19 Thread art
commit f2ede07db85b8d1e276797eb5c75a2874bc3fa5e Author: Arturo Filastò Date: Tue Aug 19 14:29:11 2014 +0200 Add dates to changelog --- ChangeLog.rst | 64 + 1 file changed, 33 insertions(+), 31 deletions(-) diff --git a/ChangeLog.

[tor-commits] [ooni-probe/master] Also install libffi-dev

2014-08-19 Thread art
commit f16457e07070b92103b339f9e367c96e36801d02 Author: Arturo Filastò Date: Tue Aug 19 15:25:46 2014 +0200 Also install libffi-dev --- Vagrantfile |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Vagrantfile b/Vagrantfile index 7f20f5e..bd9d5db 100644 --- a/Vagrantf

[tor-commits] [ooni-probe/master] Update Vagrantfile to install ooniprobe from /ooni

2014-08-19 Thread art
commit dd9f96136b0e1f899e4c6254fe025b369a78b4af Author: Arturo Filastò Date: Tue Aug 19 15:23:28 2014 +0200 Update Vagrantfile to install ooniprobe from /ooni --- Vagrantfile | 11 +++ 1 file changed, 3 insertions(+), 8 deletions(-) diff --git a/Vagrantfile b/Vagrantfile index

[tor-commits] [ooni-probe/master] update ooniprobe to 1.1.0

2014-08-19 Thread art
commit 3283a34cc487303cad2035f0257e88da04a38918 Author: Arturo Filastò Date: Tue Aug 19 15:32:56 2014 +0200 update ooniprobe to 1.1.0 --- debian/changelog |6 ++ ooni/__init__.py |4 ++-- 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/debian/changelog b/debian/

[tor-commits] [spec/master] Merge pull request #28 from TheTorProject/feature/bridge_reachability_spec

2014-08-19 Thread art
commit 1c8b72ba95b25861b9ffb93927707732e78dafba Merge: 515855a f443707 Author: aagbsn Date: Wed Aug 13 16:57:55 2014 + Merge pull request #28 from TheTorProject/feature/bridge_reachability_spec Add specification for bridge reachability test test-specs/ts-011-bridge-reachabili

[tor-commits] [spec/master] Add specification for bridge reachability test

2014-08-19 Thread art
commit f443707f3193c63003a0c32b75c560ec1fd2235d Author: Arturo Filastò Date: Thu Aug 7 16:15:02 2014 +0200 Add specification for bridge reachability test --- test-specs/ts-011-bridge-reachability.md | 224 ++ 1 file changed, 224 insertions(+) diff --git a/tes

[tor-commits] [spec/master] Improve the document detailing our release procedure.

2014-08-19 Thread art
commit 604e5f8d64b4bb43c8fe7081ed428ef12927e775 Author: Arturo Filastò Date: Mon Aug 18 18:32:11 2014 +0200 Improve the document detailing our release procedure. --- Release-Procedure.md | 154 ++ 1 file changed, 144 insertions(+), 10 delet

[tor-commits] [spec/master] Merge branch 'master' of github.com:TheTorProject/ooni-spec

2014-08-19 Thread art
commit b1deb3f6d97d44cef61d2174693fc2204a9c1b26 Merge: 604e5f8 1c8b72b Author: Arturo Filastò Date: Mon Aug 18 18:32:51 2014 +0200 Merge branch 'master' of github.com:TheTorProject/ooni-spec * 'master' of github.com:TheTorProject/ooni-spec: Add specification for bridge reach

[tor-commits] [spec/master] Add obfsproxy_version key to the bridge reahcability spec.

2014-08-19 Thread art
commit 1378c1f7a67742a8ddedbad6e368a4387a18e751 Author: Arturo Filastò Date: Tue Aug 19 13:49:43 2014 +0200 Add obfsproxy_version key to the bridge reahcability spec. --- test-specs/ts-011-bridge-reachability.md |3 +++ 1 file changed, 3 insertions(+) diff --git a/test-specs/ts-011-b

[tor-commits] [spec/master] Add command for making source dist.

2014-08-19 Thread art
commit 7a44e941287b2473398efadb1ab3399a3ef19551 Author: Arturo Filastò Date: Tue Aug 19 13:50:01 2014 +0200 Add command for making source dist. --- Release-Procedure.md |1 + 1 file changed, 1 insertion(+) diff --git a/Release-Procedure.md b/Release-Procedure.md index b33b6b9..6910da

[tor-commits] [spec/master] Add instructions on uploading a new ooniprobe version to pypi

2014-08-19 Thread art
commit abd539ebfb175df388327f9a388c2f3df8805d62 Author: Arturo Filastò Date: Tue Aug 19 15:36:21 2014 +0200 Add instructions on uploading a new ooniprobe version to pypi --- Release-Procedure.md |8 1 file changed, 8 insertions(+) diff --git a/Release-Procedure.md b/Release-

[tor-commits] r26925: {website} Tor Browsing Hardening Study on front page announcements (website/trunk/en)

2014-08-19 Thread Matt Pagan
Author: mttp Date: 2014-08-19 14:20:30 + (Tue, 19 Aug 2014) New Revision: 26925 Modified: website/trunk/en/index.wml Log: Tor Browsing Hardening Study on front page announcements Modified: website/trunk/en/index.wml === --- w

[tor-commits] [chutney/master] Don't break PYTHONPATHs with spaces

2014-08-19 Thread nickm
commit 2c25d7cf66dc59873677031a97d9a1a24a3524cd Author: Daniel Martí Date: Fri Aug 15 14:18:32 2014 +0200 Don't break PYTHONPATHs with spaces --- chutney |4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/chutney b/chutney index 344118d..ade7b6e 100755 --- a/chutney

[tor-commits] [chutney/master] Properly pass all arguments to TorNet

2014-08-19 Thread nickm
commit 0233979e2c02f44dbd4899fd7a88688b925f2e36 Author: Daniel Martí Date: Fri Aug 15 14:24:52 2014 +0200 Properly pass all arguments to TorNet Using $* without quotes would lead to splitting parameters with spaces --- chutney |2 +- 1 file changed, 1 insertion(+), 1 deletion

[tor-commits] [chutney/master] Be more explicit about using python2

2014-08-19 Thread nickm
commit cb01a3eea0ca28130fa46f9b3f3bf4948b40d895 Author: Daniel Martí Date: Fri Aug 15 14:22:34 2014 +0200 Be more explicit about using python2 Also, normalize the use of env --- chutney |2 +- lib/chutney/Templating.py |2 +- lib/chutney/TorNet.py |

[tor-commits] [tor-launcher/master] Do not show copy log button when help is open.

2014-08-19 Thread brade
commit fb7e0576942310ff262165ecf6cf7c2bf2ed48bd Author: Kathy Brade Date: Tue Aug 19 11:10:07 2014 -0400 Do not show copy log button when help is open. If a Tor error or warning message arrived while the Bridge Help was open, the "Copy Tor Log To Clipboard" button was shown imm

[tor-commits] [tor/release-0.2.5] Start on the 0.2.5 changelog: add changes/* unchanged.

2014-08-19 Thread nickm
commit 9fc5dd8ae75c03782c1ee5ba10158c52c4f5cab4 Author: Nick Mathewson Date: Tue Aug 19 12:24:58 2014 -0400 Start on the 0.2.5 changelog: add changes/* unchanged. --- ChangeLog | 53 + changes/bug11200-caching |

[tor-commits] [tor/release-0.2.5] Sort the 0257 changelog entries by section; combine two.

2014-08-19 Thread nickm
commit f8ca81c04fdc80b8d66692926f0da6abd0996790 Author: Nick Mathewson Date: Tue Aug 19 12:29:13 2014 -0400 Sort the 0257 changelog entries by section; combine two. --- ChangeLog | 52 ++-- 1 file changed, 22 insertions(+), 30 deletions(-)

[tor-commits] [tor/release-0.2.5] Continue 0.2.5.7 changelog: reflow and sort with format_changelog

2014-08-19 Thread nickm
commit ad8281cb8bc882aa8ac56fa3959af8d68238df38 Author: Nick Mathewson Date: Tue Aug 19 12:26:04 2014 -0400 Continue 0.2.5.7 changelog: reflow and sort with format_changelog --- ChangeLog | 40 ++-- 1 file changed, 22 insertions(+), 18 deletions(-) di

[tor-commits] [onionoo/master] Fix stupid boolean logic fail.

2014-08-19 Thread karsten
commit 8c0b411537449b25ebb35cbac8e3cc4e3813f182 Author: Karsten Loesing Date: Tue Aug 19 20:06:46 2014 +0200 Fix stupid boolean logic fail. 29109e2 introduced a bug that led to skipping server descriptors if they were newer than all server descriptors we parsed before; which is

[tor-commits] [onionoo/master] Add Vagrantfile and provisioning shell script.

2014-08-19 Thread karsten
commit 20623020e4bf25f97a0277d8aeed3347c9c3dd34 Author: Karsten Loesing Date: Tue Aug 19 20:18:57 2014 +0200 Add Vagrantfile and provisioning shell script. --- HOWTO-VAGRANT.md | 42 ++ Vagrantfile | 19 +++ vagrant/b

[tor-commits] [torbutton/master] Bug #12684: Add `canvas.notNow` UI strings to torbutton.properties file.

2014-08-19 Thread mikeperry
commit b0d3f1879bf6b3bb61499c8178155729457856a5 Author: Isis Lovecruft Date: Tue Jul 29 06:18:10 2014 + Bug #12684: Add `canvas.notNow` UI strings to torbutton.properties file. Also, clarify UI strings which explain HTML5 canvas fingerprinting and options within the PopupNo

[tor-commits] [torbutton/master] Bug 12684: Slightly tweak the canvas message.

2014-08-19 Thread mikeperry
commit 402eb5d24ba35aef68ecbe95d77fa3c5c0768d29 Author: Mike Perry Date: Tue Aug 19 20:52:21 2014 -0700 Bug 12684: Slightly tweak the canvas message. Still not perfect, but repeating "image data" and "extract" twice might help get the point across. --- src/chrome/locale/en/tor

[tor-commits] [torbutton/master] Merge remote-tracking branch 'isis/bug12684-additional-canvas-ui-strings_squashed'

2014-08-19 Thread mikeperry
commit d09b8425899cf838e0f0b86fffee248cf2be63b5 Merge: b6e98c0 b0d3f18 Author: Mike Perry Date: Tue Aug 19 20:46:15 2014 -0700 Merge remote-tracking branch 'isis/bug12684-additional-canvas-ui-strings_squashed' src/chrome/locale/en/torbutton.properties |8 +--- 1 file changed, 5 i

[tor-commits] [tor-browser/tor-browser-24.7.0esr-4.x-2] fixup! Bug #5742: API allows you to get the url bar URI for a channel or nsIDocument.

2014-08-19 Thread mikeperry
commit 1229eaa018c10b6503a2f47c986236eee21b6b98 Author: Mike Perry Date: Sat Aug 16 19:25:57 2014 -0700 fixup! Bug #5742: API allows you to get the url bar URI for a channel or nsIDocument. Log the URI of the source doc/channel that failed. --- content/base/src/ThirdPartyUtil.cpp

[tor-commits] [tor-browser/tor-browser-24.7.0esr-4.x-2] fixup! Bug #6253: Add canvas image extraction prompt.

2014-08-19 Thread mikeperry
commit b899b56326e9f1a48c40a2d233138612a975eeac Author: Isis Lovecruft Date: Sun Aug 17 01:31:03 2014 + fixup! Bug #6253: Add canvas image extraction prompt. Modify Pearl Crescent's #7265 patch to log all HTML5 canvas access attempts. --- content/canvas/src/CanvasUtils.cpp |

[tor-commits] [tor-browser/tor-browser-24.7.0esr-4.x-2] fixup! Bug #6253: Add canvas image extraction prompt.

2014-08-19 Thread mikeperry
commit 00ad0bffa709d34e393a3b271d768d4e8a466864 Author: Isis Lovecruft Date: Tue Jul 29 06:04:57 2014 + fixup! Bug #6253: Add canvas image extraction prompt. Bug #12684: Make "Not now" default for HTML5 canvas permission dialogue. This alters the `PopupNotification`s [

[tor-commits] [tor-browser/tor-browser-24.7.0esr-4.x-2] fixup! Bug #2874. Remove the Components shim introduced by Mozilla Bug #790732.

2014-08-19 Thread mikeperry
commit b81169268271e65b897e4df2a1f58dd2718af1c7 Author: Arthur Edelstein Date: Tue Aug 12 15:14:39 2014 -0700 fixup! Bug #2874. Remove the Components shim introduced by Mozilla Bug #790732. Includes a regression test to ensure the window.Components object is not exposed to unt

[tor-commits] [tor-browser/tor-browser-24.7.0esr-4.x-2] fixup! Bug #6253: Add canvas image extraction prompt.

2014-08-19 Thread mikeperry
commit 3ef809fcfc22b0d46a52a3393cc685f44b66180e Author: Mike Perry Date: Tue Aug 19 20:34:23 2014 -0700 fixup! Bug #6253: Add canvas image extraction prompt. Use JSContext to get URL information for HTML5 canvas access. --- content/canvas/src/CanvasRenderingContext2D.cpp |2 +-

[tor-commits] [tor-browser/tor-browser-24.7.0esr-3.x-1] fixup! Remove the Components shim introduced by Mozilla Bug #790732.

2014-08-19 Thread mikeperry
commit 1cd9a584a5a77089b3d03324e87451e28c09a58e Author: Arthur Edelstein Date: Tue Aug 12 15:14:39 2014 -0700 fixup! Remove the Components shim introduced by Mozilla Bug #790732. Includes a regression test to ensure the window.Components object is not exposed to untrusted conte

[tor-commits] [tor-browser/tor-browser-24.7.0esr-3.x-1] fixup! API allows you to get the url bar URI for a channel or nsIDocument.

2014-08-19 Thread mikeperry
commit 8751adf3f98016212a3aac2d5a12e59b2e425d5a Author: Mike Perry Date: Sat Aug 16 19:25:57 2014 -0700 fixup! API allows you to get the url bar URI for a channel or nsIDocument. Log the URI of the source doc/channel that failed. --- content/base/src/ThirdPartyUtil.cpp | 14

[tor-commits] [tor-browser/tor-browser-24.7.0esr-3.x-1] fixup! Add canvas image extraction prompt.

2014-08-19 Thread mikeperry
commit 5c54c75b5ea3ab1373a530d05f8fc40211d9065e Author: Isis Lovecruft Date: Tue Jul 29 06:04:57 2014 + fixup! Add canvas image extraction prompt. Bug #12684: Make "Not now" default for HTML5 canvas permission dialogue. This alters the `PopupNotification`s [0] which no

[tor-commits] [tor-browser/tor-browser-24.7.0esr-3.x-1] fixup! Add canvas image extraction prompt.

2014-08-19 Thread mikeperry
commit e3d04fb74ac49a2e3f4d074d0e3ea6edec77b8c3 Author: Isis Lovecruft Date: Sun Aug 17 01:31:03 2014 + fixup! Add canvas image extraction prompt. Modify Pearl Crescent's #7265 patch to log all HTML5 canvas access attempts. --- content/canvas/src/CanvasUtils.cpp | 42 +++

[tor-commits] [tor-browser/tor-browser-24.7.0esr-3.x-1] fixup! Add canvas image extraction prompt.

2014-08-19 Thread mikeperry
commit 6048d4da85bd89f810f102517102ca27821bab21 Author: Mike Perry Date: Tue Aug 19 20:34:23 2014 -0700 fixup! Add canvas image extraction prompt. Use JSContext to get URL information for HTML5 canvas access. --- content/canvas/src/CanvasRenderingContext2D.cpp |2 +- content/c