Skip to content
This repository was archived by the owner on Nov 22, 2022. It is now read-only.

Port to webextension #86

Open
wants to merge 31 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
31 commits
Select commit Hold shift + click to select a range
c9b6080
Add manifest
marczellm Feb 21, 2018
942faca
Fix lint errors (semicolons)
marczellm Feb 21, 2018
c9c5dd5
Replace self and storage APIs
marczellm Feb 21, 2018
b4b9fd4
most APIs replaced
marczellm Feb 21, 2018
b9fedb2
Addon unloading detection is not supported in WebExtensions
marczellm Feb 21, 2018
a3f8507
i18n
marczellm Feb 21, 2018
9d79950
extension loads now, but does nothing
marczellm Feb 21, 2018
d4cb9f5
add name to contributors
marczellm Feb 21, 2018
5c293ee
x
marczellm Feb 21, 2018
5fac486
Update README.md
marczellm Feb 21, 2018
60f43c0
Locales converted to the new format
marczellm Feb 21, 2018
b219b85
Adding empty options page
marczellm Feb 22, 2018
0a1d456
options page remade
marczellm Feb 22, 2018
67c30f3
Implemented full options page
marczellm Feb 22, 2018
109dc80
"Translate page" menu item fully functional
marczellm Feb 23, 2018
329e0ba
Translate selection functionality now works
marczellm Feb 23, 2018
b92cb55
Copy to clipboard menuitem implemented
marczellm Feb 23, 2018
60d63c6
Pretty-print locale json files
marczellm Feb 23, 2018
f0541f5
update python script
marczellm Feb 23, 2018
61a1a47
code readability improvements and other fixes
marczellm Feb 23, 2018
5ea9f4a
removing redundant image files and moving them to one place
marczellm Feb 23, 2018
ed777df
Removing files no longer needed; preserving some old code just in case
marczellm Feb 23, 2018
1580f7f
New features added to onShown API; no longer need workaround to get s…
marczellm Feb 25, 2018
a894245
fix multiline, add alternatives to default
Feb 25, 2018
28b2bbd
add more alternatives to default
Feb 25, 2018
706e83d
add content type to satisfy google
marczellm Mar 1, 2018
1048f5f
onShown must be careful with async operations
marczellm Mar 8, 2018
9755cec
Resolved merge conflict
marczellm May 9, 2018
2d54057
Put the multiline tooltip workaround behind a preference
marczellm May 9, 2018
dc73c34
Fixes
marczellm May 9, 2018
2e00851
Prepare for pull request
marczellm May 9, 2018
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
17 changes: 0 additions & 17 deletions .jpmignore

This file was deleted.

1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,4 @@ Mozilla Public License 2.0
- Bruce Bujon / [@PerfectSlayer](https://github.com/PerfectSlayer)
- [@tx9191](https://github.com/tx9191)
- [@fluks](https://github.com/fluks)
- Márton Marczell / [@marczellm](https://github.com/marczellm)
Loading