Commit graph

52 commits

Author SHA1 Message Date
dnahol
5bff46052d merge upstream commit 'remove HTML entities from tooltip' 2019-10-24 20:25:47 -07:00
dnahol
978ce55e66 left arrow now works without changing focus in right arrow case 2019-10-24 14:02:28 -07:00
dnahol
c2748dadf8 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
5e307df38e probably a better solution than using a timeout 2019-08-28 08:39:53 -05:00
Kendall Werts
aec6a682ab forgot a semicolon 2019-08-27 12:22:25 -05:00
Kendall Werts
96b7a78161 solving linter issue without breaking the fix. 2019-08-27 11:54:16 -05:00
Kendall Werts
24a47fc2f5 linted 2019-08-27 10:42:58 -05:00
Kendall Werts
e1aae4e667 fixed first panel issue 2019-08-26 17:06:48 -05:00
Kendall Werts
5c3ec7147f fix for #766 issues with display in overflow menu 2019-08-26 14:47:02 -05:00
Kendall Werts
7e9f19adf3 Added class to empty div as requested 2019-08-06 20:39:46 -05:00
Kendall Werts
088a6231ca fixed favicon url 2019-07-26 08:50:22 -05:00
Kendall Werts
8324266089 fix for issue #1314 2019-07-25 13:38:17 -05:00
ctgardner
aac2f44bfd Refactor async anonymous functions into arrow functions
- fixes #972
2019-05-07 02:23:00 +01:00
Jonathan Kingston
5bb3a73024 Bug 1539507 - Fix targeting of button click when button element isn't clicked. 2019-05-07 01:32:28 +01:00
shivangikakkar
2744c9cd37 exempting always open in functionality for non-standard ports 2019-01-19 02:02:27 +09:00
Shivangi Kakkar
14ce6c7802 Merge branch 'master' into fixes-168 2019-01-11 10:33:54 +09:00
shivangikakkar
e2959a4980 added functions and cosmetic changes 2019-01-11 09:25:00 +09:00
shivangikakkar
0de23ac45b dynamically added close image icon in the title column 2019-01-11 04:06:08 +09:00
shivangikakkar
3660824228 Refactored the logic to form warning message 2019-01-07 23:08:59 +00:00
mingchia-andy-liu
21e10b6c76 Fix delete warning message #1051
- Include the number of tabs that will be closed when container is deleted
- Insert the warning message to the `span` tag that was originally there
2019-01-07 23:08:59 +00:00
Jonathan Kingston
08a1c01a9e Merge pull request #1298 from aabbi/duplicate-tabs-791
Fixes #1109 , rest of #791
2019-01-04 14:40:46 +00:00
luke crouch
10392b5e8f Merge pull request #1292 from jonathanKingston/fix-missing-favicon
Add in missing favicon. Fixes #1285
2018-12-05 12:41:43 -06:00
shivangikakkar
3f0d4cf28d removing inline css 2018-10-29 16:32:10 +05:30
shivangikakkar
c2a4122496 review changes 2018-10-23 15:13:41 +05:30
aabbi
a29141dfa8 moved unhiding container to background logic 2018-10-22 20:05:03 -04:00
Jonathan Kingston
b245baaf4f Remove badge background error. Fixes #1293 2018-10-21 21:25:55 +01:00
Jonathan Kingston
610f44d948 Add in missing favicon. Fixes #1285 2018-10-21 21:13:57 +01:00
Jonathan Kingston
360e7fa6e1 Merge pull request #1275 from ShivangiKakkar/fixes-256
#256 disables edit-container button when no container is present
2018-10-21 19:45:44 +01:00
shivangikakkar
7b755306cc implemented remove individual tabs just for visible state 2018-10-21 23:24:18 +05:30
shivangikakkar
9a01bf71ad simplifying the solution 2018-10-21 17:12:56 +05:30
shivangikakkar
2ae2c115b5 prevent event handler when edit containers disabled 2018-10-18 21:33:48 +05:30
Jonathan Kingston
dc3d4f1b6a Merge pull request #1265 from ShivangiKakkar/fixes-1028
#1028 resolves focus name field on opening new container sub-panel
2018-10-02 18:18:05 +01:00
shivangikakkar
ca88d0da76 resolves #256 disables edit-container button when no container is present
resolve lint errors

review changes
2018-10-01 00:01:50 +05:30
shivangikakkar
b4b55997c0 removing event loop and using requestAnimationFrame 2018-09-30 18:17:01 +05:30
shivangikakkar
39e331c4be resolves lint errors 2018-09-25 17:47:17 +05:30
shivangikakkar
7f64272686 fixes-168, added ability to close a tab individually 2018-09-25 00:21:46 +05:30
shivangikakkar
c4e35ad29a restructuring the code acc to the review 2018-09-23 00:42:43 +05:30
shivangikakkar
e8b1bd8da5 adds back the unnecessarily removed new line 2018-09-21 14:31:54 +05:30
shivangikakkar
b1459f0c6a fix-#1028 resolves focus name field on opening new container sub-panel 2018-09-21 14:04:43 +05:30
shivangikakkar
e54db796f7 review changes 2018-09-20 23:40:22 +05:30
shivangikakkar
40d95ed724 #885 disables move tab to a new window when only one tab is opened 2018-09-20 21:34:19 +05:30
stoically
d5f11a7b86 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
05dc1fb217 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
5082101aff Allow webextensions with contextualIdentities permission to get assignment
Closes #1095
2018-02-09 18:00:26 +00:00
stoically
d5b469a873 Cancel requests with the same requestId
Prevents potential redirects from opening two tabs
Closes #1114
2018-02-09 17:59:23 +00:00
Timendum
4cbfa3a176 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
luke crouch
aed27aa976 Merge pull request #1055 from ericlathrop/fix-moving-pinned-tabs-to-new-window
Fix #1053.
2018-01-29 11:02:14 -06:00
Charles Renwick
be836436d4 Fixes #1084.
Before opening a container with the `1-9` shortcut, it ensures that the current pannel is the "containersList"
2018-01-26 13:44:46 -05:00
LoveIsGrief
5900b6a886 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
9e9d94f2bf 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