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

1072 Коммитов

Автор SHA1 Сообщение Дата
Garrett Robinson 711db3eaa5 call correct highlightNodes function, fixes #550
colourHighlightNodes is never added to the global object, so calling it that
way resulted in a "function undefined" error. I believe this was due to an
earlier PR comment where I recommended we not add it to global because it is
only ever used inside graph.js. This is probably a leftover line that wasn't
changed for that comment.
2014-04-24 08:29:55 -07:00
monicachew fd7e1873c0 Merge pull request #557 from fmarier/optimize_images
Losslessly optimize images
2014-04-24 08:03:21 -07:00
Francois Marier 088617d834 Fix a few JS warnings that pop into the console 2014-04-24 16:39:27 +12:00
Francois Marier a86d053441 Losslessly optimize images
Used pngcrusher, optipng, advpng, jpegoptim and gifsicle to
optimize all images in a lossless fashion.

https://gitorious.org/fmarier-misc-scripts/user-scripts/source/optimize_images
2014-04-24 15:13:53 +12:00
monicachew 2d83067960 Merge pull request #556 from mozilla/fix/clear-blocked-sites
fix race condition in resetting data, fixes #506
2014-04-23 17:31:13 -07:00
Garrett Robinson 5631f3f1c9 fix race condition in resetting data, fixes #506 2014-04-23 17:30:10 -07:00
monicachew 51f4903fdd Merge pull request #554 from mozilla/fix/broken-filter-selection
Fix #542: send correct event to update ui from prefs when ready
2014-04-23 16:26:47 -07:00
Garrett Robinson 6448db233a send correct event to update ui from prefs when ready 2014-04-23 16:25:01 -07:00
monicachew 8848575170 Merge pull request #552 from mozilla/lint
Run js-beautify over everything
2014-04-22 19:15:28 -07:00
Monica Chew e6bd072496 Revert minified libs 2014-04-22 18:48:55 -07:00
Monica Chew 5f331e50c9 Ignore wraps 2014-04-22 18:46:17 -07:00
monicachew 5c2f59b7e1 Merge pull request #549 from fmarier/issue504
Cleaning up images in data/icons/ and data/image/
2014-04-17 08:02:16 -07:00
monicachew 866d2bbebe Merge pull request #547 from fmarier/issue545
Restore coloured triangles for blocked sites (fix #545)
2014-04-17 08:00:10 -07:00
Francois Marier 2b984415ad Remove execute bit from images 2014-04-17 15:32:58 +12:00
Francois Marier 518bd4be8e Remove duplicated or unused images (fix #504) 2014-04-17 15:31:54 +12:00
Francois Marier c958002e7d Restore coloured triangles for blocked sites (fix #545)
This bug was introduced in 8256f234d8.
2014-04-17 14:37:31 +12:00
monicachew 79f4e226c4 Merge pull request #544 from fmarier/infobar_blocking
Add a block/unblock button to the infobar
2014-04-14 22:02:57 -07:00
Francois Marier 3cad01fca1 Use color buttons to match the list tab
Replaced the monochrome button icon (styled after the left sidebar
buttons) with a the color one that's used in the list view.

Also added a green version of the icon since it looked weird to
have a red "forbidden" symbol next to "Unblock Site".
2014-04-15 15:43:59 +12:00
Francois Marier 79dcadfee1 Add a block/unblock button to the infobar
This adds an easier way of blocking individual sites. No need to
switch to the list view and perform the action there, it can all
be done within the graph view now.
2014-04-15 15:28:49 +12:00
monicachew ba582bdd42 Merge pull request #543 from Andrew-William-Smith/patch-1
Fixed singular/plural logic
2014-04-09 09:11:13 -07:00
Andrew-William-Smith eaf8abc505 Fixed singular/plural logic
I have changed it so that singularOrPluralNoun returns plural unless parameter "num" = 1.  Before, it would say things like "0 external site," which is not proper grammar.  It now correctly says "0 external sites."
2014-04-08 16:13:37 -05:00
Garrett Robinson 5a6179143f Merge pull request #535 from mozilla/unsafewindow-again
Unsafewindow again
2014-04-08 10:43:23 -07:00
Monica Chew 50369715cf Move the infobar stuff back into infobar 2014-04-07 17:31:14 -07:00
Monica Chew ebbaface8f Fix world map 2014-04-07 17:26:29 -07:00
Monica Chew b3047d8a9a Fix infobar (a dumb way) 2014-04-07 17:05:11 -07:00
Monica Chew 8256f234d8 Address some of Garrett's comments 2014-04-07 16:56:55 -07:00
Monica Chew a1d0a1e700 Merge fixup-data 2014-04-03 17:16:44 -07:00
Garrett Robinson b8e9573b7f Merge pull request #533 from mozilla/fixup-data
Fix #532: Move connection buffering and persistent storage only to addon process. Closes #505. Closes #506.
2014-04-03 17:07:37 -07:00
Monica Chew 76b8179c0c Address Garrett's comments 2014-04-03 16:39:07 -07:00
Monica Chew abf8ef7716 Last unsafewindow 2014-03-31 12:11:07 -07:00
Monica Chew 715b3ac477 Drawing kind of works 2014-03-28 17:01:36 -07:00
Monica Chew acf3be13f6 First cut, ready to include everything as content scripts 2014-03-28 16:40:25 -07:00
Monica Chew f21e2f95d1 Get rid of local storage 2014-03-28 14:52:15 -07:00
Monica Chew 5db88ec550 Bug parity with release for reset data 2014-03-28 13:26:35 -07:00
Monica Chew eb9d47e7ee Fix onload 2014-03-27 17:55:19 -07:00
Monica Chew 78a9069c8a Fix save data 2014-03-27 17:20:58 -07:00
Monica Chew cb30629cb7 Fix prefs 2014-03-27 17:04:17 -07:00
Monica Chew ec8046db6c set prefs not working 2014-03-27 16:42:32 -07:00
Monica Chew 7807cc8831 filtering 2014-03-27 16:34:37 -07:00
Monica Chew 0d7d69806a Fix up stored connections 2014-03-27 15:39:12 -07:00
Monica Chew 38fd819f94 Closer 2014-03-27 12:58:33 -07:00
Monica Chew c12707f571 Start storing connections in addon process 2014-03-27 12:44:42 -07:00
Garrett Robinson 02cbd62f43 Merge pull request #531 from mozilla/fix-toggle
Fixes issue #514: make toggle controls appear on initial graph view
2014-03-26 14:57:16 -07:00
Garrett Robinson d2f5669eb3 Merge pull request #530 from mozilla/remove-clock
Fixes #529: remove clock view
2014-03-26 14:56:26 -07:00
Monica Chew 30a73a2778 Fixes issue #514: make toggle controls appear on initial graph view 2014-03-25 15:47:02 -07:00
Monica Chew 87f4e9f908 Fixes #529: remove clock view 2014-03-25 15:14:26 -07:00
monicachew e5828c8df0 Merge pull request #442 from livathinos/426_clear_groups_of_selected
[Issue#426] Add control to clear groups of selected elements
2014-03-24 10:31:11 -07:00
Garrett Robinson 804c9fb02b Merge pull request #521 from mozilla/update-manifest
Rev version number
2014-03-20 15:37:15 -07:00
Garrett Robinson 2470d265b6 Merge pull request #519 from mozilla/policy
Policy changes to be more accurate
2014-03-20 15:37:00 -07:00
Monica Chew 0319ef77e4 Revert vlatest 2014-03-20 15:30:17 -07:00