17 Commits

Author SHA1 Message Date
rebloor
82217a05bc Replace var with let in examples (#484)
* Replace var with let in examples

store-collected-images/webextension-plain/deps/uuidv4.js

* Reverted third–party code
2022-08-11 04:27:28 +12:00
YFdyh000
a547c672e7 run eslint --fix . 2017-07-09 05:57:35 +08:00
Rob Wu
3870a213bb Fix value check in page-to-extension-messaging example (#229)
Check the value of "event.data" before dereferencing it,
to avoid errors when void messages are sent using postMessage.

And remove the "event.data.direction" truthness check, because the
actual value is already tested at the next line.
2017-06-08 08:06:34 -07:00
wbamberg
587ecfc504 Remove applications key wherever possible (#144) 2016-11-18 14:14:25 -08:00
Will Bamberg
4c567ae945 change strict_min_version values so they are acceptable to AMO 2016-04-06 14:04:57 -07:00
Will Bamberg
1967f9ba6a move listener definitions above references 2016-02-19 13:30:32 -08:00
Will Bamberg
84c0bcf024 Added missing README files and updated some existing ones 2016-02-19 13:19:10 -08:00
Will Bamberg
5f58a9f23b added comments to one missing file 2016-01-14 15:08:36 -08:00
Will Bamberg
541078a65f added strict_min_version to manifest.json 2016-01-14 12:02:44 -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
295526ae1c Merge pull request #17 from anaran/Issue_16
Fixes issue #16
2016-01-06 11:42:01 -08:00
Will Bamberg
bcc14c1b7a added origin in postMessage() call 2016-01-05 16:15:15 -08:00
Adrian Aichner
2e78c81117 Fixes issue #16 2015-11-10 19:00:33 +01:00
Adrian Aichner
9b2b6a2f81 Fixes issue #8 2015-11-10 01:36:00 +01:00
Adrian Aichner
6632942d64 Fixes issue #6 2015-10-23 20:19:49 +02:00
Will Bamberg
29697b03f8 2-way messaging 2015-09-17 22:12:53 -07:00