Commit graph

34 commits

Author SHA1 Message Date
Kendall Werts
136aa3ce0e wip: cleaning up storage before sync 2020-01-05 14:32:11 -06:00
Kendall Werts
a7f6659204 added check for uuid in updateUUID 2020-01-05 14:32:11 -06:00
Kendall Werts
f4024bba66 re-enabled listeners 2020-01-05 14:32:11 -06:00
Kendall Werts
e65c88cde2 updated with comments fixes from review 2020-01-05 14:32:11 -06:00
Kendall Werts
27225df281 added restore on previously synced browser 2020-01-05 14:32:11 -06:00
Kendall Werts
88e32fc72f added second run restore 2020-01-05 14:32:11 -06:00
Kendall Werts
d61ea16db1 broke up restoreFristRun 2020-01-05 14:32:11 -06:00
Kendall Werts
adc1f5ffe6 made some requested changes 2020-01-05 14:32:11 -06:00
Kendall Werts
e8f8123c4c combined getByContainer and getAllAssignedSites 2020-01-05 14:29:53 -06:00
Kendall Werts
9788e159ae cleanup of old code 2020-01-05 14:29:53 -06:00
Kendall Werts
d98d0f1697 a little linting, but not all the linting 2020-01-05 14:29:53 -06:00
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
Kendall Werts
f653b5420f fixed #1564: cleanup updates requested for bookmark context menu 2019-10-31 14:16:23 -05: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
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
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
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
shivangikakkar
42b0312790 exempting always open in functionality for non-standard ports 2019-01-19 02:02:27 +09:00
stoically
dab3005c6f
Cancel redirects for the same requestIds and urls if originating from the same tabId
Fixes #940
2018-02-23 15:33:32 +01:00
Jonathan Kingston
3bd33cda99
Merge branch 'testing-6.0.0' into 1065_-_Feature_Request]_Pass_openerTabId_when_creating_tabs_in_order_to_know_the_parent 2018-02-09 18:04:58 +00:00
stoically
7dceaf6679 Cancel requests with the same requestId
Prevents potential redirects from opening two tabs
Closes #1114
2018-02-09 17:59:23 +00:00
Timendum
a16cae0342
Fix for siteSettings is null
siteSettings can be null, with this change we can avoid an exception.
2018-01-30 10:51:38 +01:00
LoveIsGrief
af986e8880
Set the openerTabId to a tab that won't be removed/closed
The tab might be removed before we can create the tab making the parent
 invalid.

#1065 - [Feature Request] Pass openerTabId when creating tabs in order to know the parent
2018-01-05 13:51:47 +01:00
LoveIsGrief
7e04c46070
Pass the openerTabId when automatically opening tabs in containers
the `openerTabId` can also be seen as the tab's parent.
This is useful for extensions like https://github.com/piroor/treestyletab

#1065 - [Feature Request] Pass openerTabId when creating tabs in order to know the parent
2018-01-05 13:05:32 +01:00
Jonathan Kingston
d944116e3e Move to a Web Extension only. Fixes #1005 2017-12-05 19:06:13 +00:00
Renamed from webextension/js/background/assignManager.js (Browse further)