Commit Graph

79 Commits

Author SHA1 Message Date
Will Bamberg
f98638396b Fix review comments: https://github.com/mdn/webextensions-examples/issues/29#issuecomment-172646879
* added README.md
2016-01-19 15:21:42 -08:00
Will Bamberg
d552033b78 Fix review comments: https://github.com/mdn/webextensions-examples/issues/28#issuecomment-172645256
* added README
* do name->URL conversion in the popup
* define functions before they are added as listeners
2016-01-19 15:15:59 -08:00
Will Bamberg
5f58a9f23b added comments to one missing file 2016-01-14 15:08:36 -08:00
Will Bamberg
b636b41f1b added short comments for all JS functions 2016-01-14 15:06:44 -08:00
Will Bamberg
d65a87520c ask that examples should contain the key 2016-01-14 12:10:47 -08:00
Will Bamberg
541078a65f added strict_min_version to manifest.json 2016-01-14 12:02:44 -08:00
Will Bamberg
1400a0ddcb ask that examples include the key 2016-01-14 11:28:34 -08:00
Will Bamberg
4cb4a7bd55 use the right size icons 2016-01-14 11:25:15 -08:00
Will Bamberg
9190a850f1 use the 'icons' key for all examples 2016-01-13 21:03:33 -08:00
wbamberg
b444166eed Merge pull request #27 from mdn/add-contributing
Add CONTRIBUTING.md
2016-01-11 09:13:55 -08:00
Will Bamberg
9e53f21427 updates and typo fixes for CONTRIBUTING.md 2016-01-06 14:39:11 -08:00
Will Bamberg
83653eefa9 added draft CONTRIBUTING.md 2016-01-06 14:33:52 -08:00
Will Bamberg
13c506fb49 corrected a comment 2016-01-06 13:35:07 -08:00
Will Bamberg
48030e5420 added homepage_url to notify-link-clicks-i18n 2016-01-06 11:46:58 -08:00
wbamberg
295526ae1c Merge pull request #17 from anaran/Issue_16
Fixes issue #16
2016-01-06 11:42:01 -08:00
wbamberg
334496d8e7 Merge pull request #25 from mdn/ua-rewriter-review
fix review comments for user-agent-rewriter
2016-01-06 11:39:40 -08:00
wbamberg
5eabe6d166 Merge pull request #26 from rpl/tweaks/beastify
cross browser workaround for chrome.tabs.executeScripts and minor style tweaks
2016-01-06 11:18:47 -08:00
Luca Greco
0f26eeaea5 minor css tweaks on beastify popup 2016-01-06 19:47:27 +01:00
Luca Greco
491918a279 use an absolute url for chrome.tabs.executeScript (which works on both Firefox and Chrome) 2016-01-06 19:46:51 +01:00
Will Bamberg
847a3ab16f increase popup width 2016-01-06 09:46:53 -08:00
wbamberg
8e2148f514 Merge pull request #24 from minj/improve-link-detection
improve link detection in notify-link-clicks
2016-01-06 07:16:17 -08:00
Mindaugas Jakutis
933d5df99d improve link detection in notify-link-clicks-i18n
Original approach is a bit too naive and misses all links
that contain other elements which can grab mouse clicks.
E. g. simple target checking fails on the grid @ mozilla.org.

Traversing up the tree to look for valid links fixes this problem.
2016-01-06 09:06:02 +02:00
Mindaugas Jakutis
4d5fef4423 improve link detection in notify-link-clicks
Original approach is a bit too naive and misses all links
that contain other elements which can grab mouse clicks.
E. g. simple target checking fails on the grid @ mozilla.org.

Traversing up the tree to look for valid links fixes this problem.
2016-01-06 09:04:54 +02:00
Will Bamberg
8de8946ef2 moved log line to after early-exit test 2016-01-05 17:11:14 -08:00
Will Bamberg
bcc14c1b7a added origin in postMessage() call 2016-01-05 16:15:15 -08:00
Will Bamberg
68540baae9 remove unnecessary 'tabs' permission 2016-01-05 16:05:46 -08:00
Will Bamberg
34e6689847 review changes for user-agent-rewriter 2016-01-05 15:29:53 -08:00
Will Bamberg
315084cf47 changed to use activeTab, and workaround for https://bugzilla.mozilla.org/show_bug.cgi?id=1236500 2016-01-05 10:26:25 -08:00
Adrian Aichner
2e78c81117 Fixes issue #16 2015-11-10 19:00:33 +01:00
wbamberg
91655c1078 Merge pull request #9 from anaran/Issue_8
Fixes issue #8
2015-11-09 17:02:49 -08:00
Adrian Aichner
9b2b6a2f81 Fixes issue #8 2015-11-10 01:36:00 +01:00
Will Bamberg
c289fac208 Added Dutch localization: thanks @Volluta for the translation. 2015-11-05 09:30:30 -08:00
Will Bamberg
b6c84bfbfa tweak strings in de 2015-11-04 09:05:55 -08:00
wbamberg
28bec4f65b Merge pull request #14 from SebastianZ/master
Translated German strings
2015-11-04 09:04:15 -08:00
SebastianZ
3e5d634a6c Translated German strings 2015-11-04 08:23:49 +01:00
Will Bamberg
772c3727e1 more sensible version of German-language placeholders 2015-11-03 15:57:46 -08:00
Will Bamberg
937c6a3218 minor edits to locales descriptions 2015-11-03 15:45:18 -08:00
Will Bamberg
4de58493ff added localization for manifest.json strings 2015-11-03 15:41:26 -08:00
Will Bamberg
908c6be6d3 version of notify-link-clicks with i18n 2015-11-03 14:53:50 -08:00
Will Bamberg
cd3a8ba46e make notify-link-clicks work with any url 2015-10-30 16:55:47 -07:00
Will Bamberg
ef3144633f reinstate removeListener 2015-10-30 10:40:53 -07:00
Will Bamberg
561eb1d498 Merge branch 'new-beast'
* new-beast:
  try a different way
2015-10-30 10:16:19 -07:00
Will Bamberg
5895c5c6bd added logging statements 2015-10-30 10:13:18 -07:00
Will Bamberg
23f3eacfb4 try a different way 2015-10-23 20:28:41 -07:00
Will Bamberg
c96e993ceb Merge remote-tracking branch 'origin/master'
* origin/master:
  Fixes issue #6
2015-10-23 14:20:03 -07:00
Will Bamberg
8f2d4109ee work around bug 1217944; remove unecessary use of callback argument 2015-10-23 14:19:04 -07:00
wbamberg
a9e51c0196 Merge pull request #7 from anaran/Issue_6
Fixes issue #6, thanks @anaran !
2015-10-23 13:49:06 -07:00
Adrian Aichner
6632942d64 Fixes issue #6 2015-10-23 20:19:49 +02:00
Will Bamberg
632dd8e462 explicitly pass null as arg 1 to executeScript 2015-10-23 11:02:27 -07:00
Will Bamberg
ddcc1dc11d added user-agent-rewriter, updated README 2015-10-05 22:26:56 -07:00