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

645 Коммитов

Автор SHA1 Сообщение Дата
Francois Marier 612ff46995 Reduce the priority of debugging messages going to the console
These messages are in the normal (non-error) path and add to the
cout/cerr noise.

By default, `cfx run` has its output level set to `info` which
excludes the debug messages. To change this, set the
`extensions.sdk.console.logLevel` pref to `debug` or `all`.

https://developer.mozilla.org/Add-ons/SDK/Tools/console#Logging_Levels
2014-04-28 17:06:27 +12:00
Garrett Robinson 749cea2ae6 Merge pull request #548 from fmarier/issue501
Remove link to Feedback Google Docs (fix #501)
2014-04-25 11:46:35 -07:00
Francois Marier bf34824ff2 Point Feedback link to an email alias instead of Google Docs (fix #501) 2014-04-25 12:00:01 +12:00
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
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
Garrett Robinson 5631f3f1c9 fix race condition in resetting data, fixes #506 2014-04-23 17:30:10 -07:00
Garrett Robinson 6448db233a send correct event to update ui from prefs when ready 2014-04-23 16:25:01 -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
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
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
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
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
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
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 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
Monica Chew 99092988c4 Try symlink 2014-03-20 15:28:56 -07:00
Monica Chew 003479c400 Merge branch 'master' into policy 2014-03-20 15:24:32 -07:00
Garrett Robinson 77106a7b4c Do australis check and substitutions in js on first run page 2014-03-20 15:09:48 -07:00
Garrett Robinson 982d12e0e3 language and design feedback from list 2014-03-20 14:11:46 -07:00
Garrett Robinson e2302a8c9d Fix header image formatting for australis page 2014-03-20 13:33:10 -07:00
Garrett Robinson 98b24c7f04 change styles (darker theme) for new logo 2014-03-17 13:50:43 -07:00
Garrett Robinson 41b6c32d4b use wordmark logo with mozilla branding 2014-03-17 13:50:08 -07:00
Monica Chew 08e3a5fcbc Update policy 2014-03-13 16:32:44 -07:00
Garrett Robinson 56c4354852 Merge branch 'master' into feature/first-run
Conflicts:
	lib/main.js
2014-03-13 14:44:31 -07:00