Kendall Werts
|
efb83255fd
|
syncs on first run
|
2020-01-05 14:29:53 -06:00 |
|
Kendall Werts
|
f5993add6f
|
added uuids to contextualIdentities within MAC for comparison with other browsers
|
2020-01-05 14:29:53 -06:00 |
|
Kendall Werts
|
24c960bed0
|
first pass at container sync
|
2020-01-05 14:29:53 -06:00 |
|
stoically
|
426e81b88b
|
Fix eslint errors after bump to 6.6.0 (#1595)
* Bump eslint from 3.19.0 to 6.6.0
Bumps [eslint](https://github.com/eslint/eslint) from 3.19.0 to 6.6.0.
- [Release notes](https://github.com/eslint/eslint/releases)
- [Changelog](https://github.com/eslint/eslint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/eslint/eslint/compare/v3.19.0...v6.6.0)
Signed-off-by: dependabot[bot] <support@github.com>
* Fix (and suppress) eslint errors
|
2019-12-18 09:02:02 +01:00 |
|
Kendall Werts
|
3c2dda5100
|
Merge pull request #1565 from kendallcorner/bookmark-menu-updates
fixed #1564: cleanup updates requested for bookmark context menu
|
2019-12-17 15:44:58 -06:00 |
|
revealtheweb
|
b0661f79aa
|
fix odd edit arrow alignment
|
2019-12-09 15:55:57 -06:00 |
|
Kendall Werts
|
f653b5420f
|
fixed #1564: cleanup updates requested for bookmark context menu
|
2019-10-31 14:16:23 -05:00 |
|
luke crouch
|
f159e42029
|
Merge pull request #1539 from dnahol/1538-onboarding
added keyboard nav to onboarding popups
|
2019-10-25 13:34:56 -05:00 |
|
Dalia Nahol
|
3284bfd7f3
|
Merge branch 'master' into 1538-onboarding
|
2019-10-25 10:56:06 -07:00 |
|
luke crouch
|
da24febe6e
|
Merge branch 'master' into duplicated-tabs
|
2019-10-25 10:49:11 -05:00 |
|
luke crouch
|
3e5334e9b0
|
Merge pull request #1524 from dnahol/1009-arrows
added right and left arrow shortcuts for container submenu tabs
|
2019-10-25 10:42:57 -05:00 |
|
Oksana Melnik
|
c3da573722
|
cleanup
|
2019-10-25 08:08:04 +02:00 |
|
Dalia Nahol
|
f40fd82518
|
Merge branch 'master' into 1009-arrows
|
2019-10-24 20:32:09 -07:00 |
|
dnahol
|
ef894d847e
|
merge upstream commit 'remove HTML entities from tooltip'
|
2019-10-24 20:25:47 -07:00 |
|
Kendall Werts
|
7c08cf3190
|
Merge branch 'bookmark-context' of github.com:kendallcorner/multi-account-containers into bookmark-context
|
2019-10-24 16:46:54 -05:00 |
|
Kendall Werts
|
6f94ae1500
|
updated testing setup to understand my api calls
|
2019-10-24 16:42:19 -05:00 |
|
Kendall Werts
|
bd579fe907
|
added changes requested
|
2019-10-24 16:32:49 -05:00 |
|
Kendall Werts
|
87a2aa5f1e
|
added url checks for edge case urls
|
2019-10-24 16:16:02 -05:00 |
|
dnahol
|
1133d48103
|
left arrow now works without changing focus in right arrow case
|
2019-10-24 14:02:28 -07:00 |
|
Maxx Crawford
|
dda5c9eeff
|
Merge branch 'master' into bookmark-context
|
2019-10-24 14:33:15 -05:00 |
|
Kendall Werts
|
e7824f367b
|
added bookmarks as optional_permission and added checkbox in preferences menu.
|
2019-10-24 14:14:30 -05:00 |
|
dnahol
|
29a0277398
|
change getCurrentPanel to getCurrentPanelElement
|
2019-10-24 10:17:32 -07:00 |
|
luke crouch
|
510a188dee
|
Merge pull request #1541 from Karskaya/iss1041
Fix #1041- [Feature request] Open previously hidden tabs in the background
|
2019-10-24 08:17:33 -05:00 |
|
luke crouch
|
7fa2d494c4
|
Merge pull request #1512 from romanrodriguez/patch-1
Fix #930 - Disable extension in incognito mode
|
2019-10-24 06:39:11 -05:00 |
|
Kendall Werts
|
7e4950b184
|
menu updates when containers are changed, added, or deleted. Tests need to be updated
|
2019-10-23 15:48:43 -05:00 |
|
Kendall Werts
|
c832cf73aa
|
edits from input
|
2019-10-19 22:31:12 -05:00 |
|
Karskaja
|
9ff1a14e0e
|
Fix issue #1041- [Feature request] Open previously hidden tabs in the background
Add 'noload' property to openNewTab options, add 'discarded' parameter to browser.tabs.create. New tabs opened from showTabs will be discarded.
|
2019-10-19 10:04:48 -04:00 |
|
Oksana Melnik
|
384ac486d9
|
duplitated-tabs: don't unhide duplicates of already opened tab
|
2019-10-19 14:43:03 +02:00 |
|
dnahol
|
2cddbefb63
|
added keyboard nav to onboarding popups
|
2019-10-18 13:47:54 -07:00 |
|
dnahol
|
dae376500b
|
added right and left arrow shortcuts for container submenu tabs
change focus to whole panel element after right arrow press, allows navigation without pressing tab
|
2019-10-18 00:08:51 -07:00 |
|
Kendall Werts
|
c4650d12bd
|
added ability to open folders as well. issue #323
|
2019-10-17 15:25:58 -05:00 |
|
Kendall Werts
|
18bc8eb5aa
|
added bookmark context menu ref: issue #323
|
2019-10-17 14:15:45 -05:00 |
|
Roman Rodriguez
|
8eceb0d298
|
Fix #930 - Disable extension in incognito mode
|
2019-10-16 13:07:59 -05:00 |
|
luke crouch
|
27d51f89c7
|
Merge pull request #1532 from scar45/fix/dark-mode-redirect-url-color
Explicitly set foreground color of #redirect-url in dark mode
|
2019-10-16 11:25:43 -05:00 |
|
luke crouch
|
d04252a5ad
|
Merge pull request #1517 from Jo-IE/edit-tooltip-html
remove HTML entities from tooltip
|
2019-10-16 10:42:38 -05:00 |
|
Kendall Werts
|
a874c9c628
|
fix for double decoding on confirm page issue #1361
|
2019-10-15 14:19:18 -05:00 |
|
George Merlocco
|
c28d77e7cd
|
Explicitly set foreground color of #redirect-url in dark mode
|
2019-10-12 18:54:54 -04:00 |
|
Jonathan Kingston
|
db8b7ea05f
|
Updating to sharper icon. Fixes #1518
|
2019-10-08 17:06:05 +01:00 |
|
Jo IE
|
f33b3b39c0
|
remove HTML entities from tooltip
|
2019-10-07 18:02:40 +01:00 |
|
Maxx Crawford
|
46a55da277
|
Updated to version 6.1.1
|
2019-10-02 16:22:54 -05:00 |
|
Francis McKenzie
|
1746d8379b
|
Improved comments in CSS
|
2019-09-23 23:09:05 +01:00 |
|
Francis McKenzie
|
f57cf92f41
|
Bugfix: incorrect scrollbars/spacing when editing container with many assignments
|
2019-09-23 23:09:05 +01:00 |
|
Harry Twyford
|
54659f5c77
|
#1375 - Correct colors on confirmation page
|
2019-09-23 17:34:46 +01:00 |
|
Kendall Werts
|
21b7386a94
|
probably a better solution than using a timeout
|
2019-08-28 08:39:53 -05:00 |
|
Kendall Werts
|
529b9bb482
|
forgot a semicolon
|
2019-08-27 12:22:25 -05:00 |
|
Kendall Werts
|
3adb333022
|
solving linter issue without breaking the fix.
|
2019-08-27 11:54:16 -05:00 |
|
Kendall Werts
|
cc988a303e
|
lack of px on the zero appears to break it.
|
2019-08-27 11:06:40 -05:00 |
|
Kendall Werts
|
46349e1a70
|
linted
|
2019-08-27 10:42:58 -05:00 |
|
Kendall Werts
|
bbe655d879
|
fixed first panel issue
|
2019-08-26 17:06:48 -05:00 |
|
Kendall Werts
|
7cbace9cc9
|
fix for #766 issues with display in overflow menu
|
2019-08-26 14:47:02 -05:00 |
|