* convert chrome. to browser. Issue #165
* fix browser-polyfill
* convert chrome.* to browser.* (#166)
* convert chrome.* to browser.*
* change chrome to browser
* change the callback-style to promise-style
* change the callback-style to promise-style
* README.md
1st commit
* New demo with devtools and the webextensions
* evolution script example
* Remove commented out code, to see if it triggers a Travis build
* Updated README; added more descriptive labels for buttons
* Added some comments
* update evolution
* correction
* correction next
* correction next
* update script for jquery
* update part jquery in the devtools
* Remove jQuery check from handleResult
There are a couple of queries about the item for themes:
* I was unclear whether to delete the javascript_apis key or use an empty list - I've used an empty list.
* The macros suggests it would be safe to use HTML formatting in the description, so I have done so to create the list of themes (rather than split them out individually)
* Selfify example for how to access files article
* Restored selfify.js and updated choose_file.js as suggested by Luca
* Updated comments
* Updates for feedback from Will
* Updates from the second round of feedback
* removed activetab from manifest, removed document.body.appendChild(info);, renamed the content script (selfify > content), renamed the listener (selfify > injectImage) and moved example to imagify folder.
* Correctly renamed folder and update manifest.json
* new example: image-reference-collector (indexedDB file storage demo)
* fix: added missing deps, updated all npm dependencies and webpack config to v.2
* chore: Renamed the example to store-collected-images
* chore: Removed from utils/image-store any direct call to the UI code
* move example built using webpack into its own subdir
* tweak browser action title
* added plain webextension example (without webpack build step)
* added README.md file to plain webextension example
* small changed based on the review comments
* fixed typo in store-collected-images example (webpack-based version)
* Remove React from the store-collected-images (plain webextension version)
* Fix eslint errors on store-collected-images example (both versions)
* Fix some typos in the README files
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.
* Rewrite of bookmark-it, fixing issue 182 and some other problems
* Catch rejected promises
* Update with review comments, and some more fixes
* Revise fix to be much closer to original
* Remove extra semicolon
Provide a single .py that handles both Python 2.x and Python 3.x
* Fix python3
* Use one Python file to handle both Python 3.x and Python 2.x
* Actually add the new file this time
* Remove unnecessary parentheses