commit 1b2b3ee19651a18141563ce3d4b69a9f506689fb Author: Arthur Edelstein arthuredelstein@gmail.com Date: Fri Apr 10 05:53:16 2015 +0100
Bug #15651: Restore deleted line in comment
The deletion occured in c48bf013150c6a5cd0bfc17cf219615824208f44 --- src/chrome/content/torbutton.js | 1 + 1 file changed, 1 insertion(+)
diff --git a/src/chrome/content/torbutton.js b/src/chrome/content/torbutton.js index 7d6486f..b4b3ab5 100644 --- a/src/chrome/content/torbutton.js +++ b/src/chrome/content/torbutton.js @@ -1,3 +1,4 @@ +// Bug 1506 P0-P5: This is the main Torbutton overlay file. Much needs to be // preserved here, but in an ideal world, most of this code should perhaps be // moved into an XPCOM service, and much can also be tossed. See also // individual 1506 comments for details.
tor-commits@lists.torproject.org