Граф коммитов

1181 Коммитов

Автор SHA1 Сообщение Дата
Francois Marier 0d6d77e6c2
Bump version to 1.3.2 2017-03-22 13:50:59 -04:00
Francois Marier 4bf56bd952 Merge pull request #717 from cpeterso/cpeterso/for-each
Replace nonstandard for-each-in loop with for-of
2017-03-22 13:42:24 -04:00
Chris Peterson 0e61cbc4e1 Replace nonstandard for-each-in loop with for-of
Lightbeam is broken in Firefox Nightly 53 because Nightly no longer
supports the nonstandard for-each-in loops. See
https://bugzil.la/1293305.
2016-12-03 19:10:50 -08:00
Francois Marier cfd7358a68 Merge pull request #712 from andymckay/mcp-flag
mark as multi process compatible
2016-07-14 14:30:41 -07:00
Andy McKay c09ed0c794 mark as multi process compatible 2016-07-13 13:27:51 -07:00
Francois Marier 937597d323 Only include essential files in the generated XPI 2015-11-15 11:50:19 -08:00
Francois Marier 1a9f2e02b5 Bump version to 1.3.0 2015-11-15 11:34:26 -08:00
Francois Marier 2f64c43458 Delete unused font 2015-11-15 11:30:07 -08:00
Francois Marier 90af879f61 Merge pull request #699 from koenkivits/patch-3
Move to jpm (fixes #669)
2015-11-13 16:21:07 -08:00
Francois Marier a35f0d02f2 Merge pull request #698 from koenkivits/patch-2
Fix logging websites in multiprocess Firefox
2015-11-13 16:08:21 -08:00
Koen Kivits 90d99eabab Fixed getTabForChannel in non-e10s Firefox 38
Also refactored a bit, because the code got a bit messy because of the extra
exception. Also replaced occurences of 'multiprocess' with 'e10s' (which seems
to be used more often).
2015-10-31 01:40:16 +01:00
Koen Kivits 2cadf319c3 Fix tracking websites in multiprocess Firefox
Figuring out the tab for an HTTP request failed in multiprocess Firefox, due
to a crash after requesting loadContext.topWindow. Fixed by using
loadContext.topFrameElement in browsers that support it.
2015-10-28 21:20:46 +01:00
Koen Kivits 8773deb91f Move to jpm (fixes #669) 2015-10-28 21:13:51 +01:00
Francois Marier 4118bd9b82 Merge pull request #695 from maithuvenkatesh/master
Updated "Quickstart" section install link for cfx
2015-10-28 11:06:49 +09:00
Maithu Venkatesh 9ee5dd9dfe Changed link to use Mozilla instructions for cfx 2015-10-25 21:41:59 +00:00
Francois Marier cef507e2cc Remove link to the project page 2015-10-25 12:09:48 -07:00
Maithu Venkatesh 3afd74aab0 Added uninstall link (fixes #665) 2015-10-25 12:09:48 -07:00
Maithu Venkatesh 94a6df6bb7 Updated Quickstart section install link for cfx 2015-10-25 13:30:55 +00:00
Francois Marier d47d44ee38 Merge pull request #693 from koenkivits/patch-1
Don't use singular noun for 0 items.
2015-10-24 09:51:58 -07:00
Koen Kivits afe9372a98 Don't use singular noun for 0 items.
For example, when you haven't visited a website yet it should say '0 websites'
instead of '0 website'.
2015-10-24 13:43:40 +02:00
Francois Marier 061f694848 Merge pull request #691 from claushellsing/patch-1
Update CONTRIBUTING.md
2015-10-20 21:46:54 -07:00
Rainer Eli f153bda410 Update CONTRIBUTING.md
Fix grammatical error
2015-10-20 22:37:01 -06:00
Francois Marier 70198315e1 Merge pull request #688 from derekbjohnson/master
Sorting arrow displays upside down in grid view. (Fix #453)
2015-10-05 20:32:27 -07:00
Derek Johnson 79bc233db6 Sorting arrow displays upside down in grid view. (Fix #453) 2015-10-05 21:15:03 -05:00
Francois Marier 6cb83e779f Bump version to 1.2.1 2015-02-15 19:38:55 +13:00
Francois Marier d0fbcee13a Merge pull request #660 from mozilla/background
Fix #659: Open first run page in background
2015-01-31 11:43:50 +13:00
Monica Chew d7e987b68e Open first run page in background 2015-01-30 14:34:24 -08:00
monicachew f9cfb397f5 Merge pull request #655 from fmarier/update-d3
Upgrade D3 to 3.5.3
2015-01-23 10:02:41 -08:00
monicachew 8c7c1bf5cc Merge pull request #656 from fmarier/release-instruction-update
Update release instructions for the new UI and suggest version notes
2015-01-22 23:54:08 -08:00
monicachew 03076fadb1 Merge pull request #657 from fmarier/demote-another-console-message
Demote another frequent but unhelpful console message
2015-01-22 23:51:50 -08:00
Francois Marier 97bc7c6e55 Add a note about dealing with Github milestones 2015-01-23 18:04:00 +13:00
Francois Marier 9135be6117 Upgrade D3 to 3.5.3
This is the latest upstream version, available at this URL:

  https://github.com/mbostock/d3/releases/tag/v3.5.3
2015-01-23 16:49:54 +13:00
Francois Marier 0ca54be3f5 Update release instructions for the new UI and suggest version notes 2015-01-23 16:45:45 +13:00
Francois Marier e717e84867 Demote another frequent but unhelpful console message 2015-01-23 16:44:41 +13:00
Francois Marier 66ed09fc28 Bump version to 1.2.0 2015-01-23 16:28:22 +13:00
Francois Marier 44f2f2ce92 Revert "Remove tooltip code that was only used by the Clock view"
This reverts commit 7613e6901c.

Looks like this code is still in use after all...
2015-01-23 16:15:30 +13:00
monicachew bc742179c0 Merge pull request #631 from fmarier/tracking-protection
Tracking protection
2015-01-22 17:28:07 -08:00
Francois Marier 0af1be234e Ask for confirmation before enabling Tracking Protection
Some of the UI strings are from https://bugzilla.mozilla.org/show_bug.cgi?id=1108013.
2015-01-23 14:18:30 +13:00
monicachew 458095f1e9 Merge pull request #644 from fmarier/issue643
Fix typo in privacy policy heading (fix #643)
2015-01-20 18:05:16 -08:00
monicachew cd4abeb9d9 Merge pull request #645 from fmarier/remove-unused-images
Remove unused images
2015-01-20 15:27:02 -08:00
monicachew 38a3a22cf3 Merge pull request #646 from fmarier/issue616
Use isContentWindowPrivate() when available (fix #616)
2015-01-20 15:26:50 -08:00
monicachew 13cba7d475 Merge pull request #647 from fmarier/demote-console-message
Demote a console message to "debug"
2015-01-20 15:26:18 -08:00
monicachew 5336510ce4 Merge pull request #648 from fmarier/issue590
Remove references to the Clock view from the infobar (fix #590)
2015-01-20 15:26:03 -08:00
monicachew 0cc08f132c Merge pull request #649 from fmarier/remove-clock-tooltip
Remove tooltip code that was only used by the Clock view
2015-01-20 15:25:49 -08:00
Francois Marier 7613e6901c Remove tooltip code that was only used by the Clock view 2015-01-20 16:56:06 +13:00
Francois Marier acb644ec53 Remove references to the Clock view from the infobar (fix #590) 2015-01-20 16:51:54 +13:00
Francois Marier 6574d1bced Demote a console message to "debug"
It shows up too often in normal usage.
2015-01-20 16:34:59 +13:00
Francois Marier 403c49d6f2 Use isContentWindowPrivate() when available (fix #616)
As suggested by @dholbert on https://github.com/mozilla/lightbeam/pull/625#issuecomment-66811302
2015-01-20 16:28:22 +13:00
Francois Marier 40092ffe6d Remove unused array 2015-01-20 16:17:59 +13:00
Francois Marier 03b293f222 Only show tracking protection toggle on Fx >= 35 2015-01-20 15:32:26 +13:00