1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-14 15:23:33 +00:00
Commit Graph

6311 Commits

Author SHA1 Message Date
Liu Junqi
75c0680968 solved a casing issue that may lead to build fail 2021-10-20 21:11:46 +08:00
Thomas Rittson
6ff7112bb7 Add type="button" to button elements (#2131)
* Add type="button" to button elements

* Add  type="button" to button elements in notificationBar
2021-10-20 07:52:12 +10:00
Daniel James Smith
d96b19b9fc Merge branch 'master' of https://github.com/bitwarden/browser into reduce-binking-of-notificationBar 2021-10-19 18:55:47 +02:00
Daniel James Smith
ec13cfd70c Pick first cipher matching url as no specific cipher was selected by the user when vault is locked 2021-10-19 16:11:48 +02:00
Daniel James Smith
de1d26bd8d Add messageListener for unlockCompleted 2021-10-19 16:10:43 +02:00
Daniel James Smith
0e832ee435 Remove noop - openPopup and use promptForLogin instead when vault is locked 2021-10-19 16:09:50 +02:00
Daniel James Smith
0f000731b9 Pass tab onto getClickedElement, no need to look up the current tab 2021-10-19 16:04:32 +02:00
Daniel James Smith
421ab36215 Pass tab onto cipherAction, no need to look up the current tab 2021-10-19 16:03:39 +02:00
Daniel James Smith
fc0c7a04b7 Add types for contextMenus.background 2021-10-19 16:00:38 +02:00
Daniel James Smith
c793552dfd Enable unlock on autofill via keyboard shortcut 2021-10-19 15:55:36 +02:00
Daniel James Smith
86e3b9e423 Add missing types 2021-10-19 14:15:15 +02:00
Daniel James Smith
b8676cf398 Merge pull request #2119 from bitwarden/refactor-save-update-prompt
[Tech-Debt]: Refactor save update prompt
2021-10-19 13:31:31 +02:00
Daniel James Smith
3bb58baf45 Add types for addLogin and changePassword runtime messages 2021-10-19 12:10:31 +02:00
Daniel James Smith
344878ef4f Simplify forwarding tab messages to runtime 2021-10-19 11:47:25 +02:00
Daniel James Smith
d4e91a81f9 Capitalize class name: LockedVaultPendingNotificationsItem 2021-10-19 11:20:55 +02:00
Daniel James Smith
a1022c8b27 Set iframe.src so that the check in closeExistingAndOpenBar actually works 2021-10-18 18:48:52 +02:00
Daniel James Smith
bed17673a8 Reduce blinking of notificationBar when other tabs update 2021-10-18 18:03:46 +02:00
Daniel James Smith
06e47dea17 Added types: Use chrome.tabs instead of any 2021-10-18 18:02:19 +02:00
Daniel James Smith
2299abe7a6 Make linter happy 2021-10-18 16:47:14 +02:00
Daniel James Smith
95e9387314 Remove logic out of notification content scripts 2021-10-18 16:42:32 +02:00
Daniel James Smith
fd8de4ca0c Use messages/events instead of main.unlockCompleted 2021-10-18 16:41:42 +02:00
Daniel James Smith
2699e0f5a0 Add types for common browser functions 2021-10-18 16:34:14 +02:00
Daniel James Smith
1bf7a7cad6 Perform null check on chrome.runtime 2021-10-18 16:31:59 +02:00
Daniel James Smith
4b49b1fcc0 Add type CipherView for AutoFill functionality 2021-10-18 16:10:13 +02:00
Daniel James Smith
92459c6098 Declare and use types for notificationQueue 2021-10-15 19:51:24 +02:00
Daniel James Smith
d1977f1f08 Added type declarations where chrome.tabs.Tab applies 2021-10-15 19:42:05 +02:00
Vince Grassia
9c10961b9f Add notify constraint (#2120) 2021-10-15 13:07:15 -04:00
Vince Grassia
66d560aab5 Add notify constraint (#1112) 2021-10-15 13:07:05 -04:00
Daniel James Smith
f951c860ea Shorten variable name 2021-10-15 15:35:31 +02:00
Daniel James Smith
79f849fd92 Make linter happy 2021-10-15 15:32:56 +02:00
Daniel James Smith
ca0fe76172 Move routing of actions after unlock into main.background
As we are unable to send a message from one background script to another, I moved the routing of the retryAction into main.background and call processMessages on the notificationBackground in unlockCompleted
2021-10-15 15:28:10 +02:00
Daniel James Smith
9c0bfd28db Close login tab before executing existing unlock flow 2021-10-15 15:20:00 +02:00
Daniel James Smith
7388cd174e Move notificationQueue from main into notification.background 2021-10-15 15:09:13 +02:00
Daniel James Smith
0eb7fe1407 Extract logic for notificationBar into new NotificationBackground class 2021-10-15 15:03:25 +02:00
Kyle Spearrin
bee11204b2 New Crowdin updates (#1111)
* New translations messages.json (Romanian)

* New translations messages.json (Estonian)

* New translations messages.json (Chinese Traditional)

* New translations messages.json (Vietnamese)

* New translations messages.json (Portuguese, Brazilian)

* New translations messages.json (Indonesian)

* New translations messages.json (Persian)

* New translations messages.json (Bengali)

* New translations messages.json (Thai)

* New translations messages.json (Croatian)

* New translations messages.json (Norwegian Nynorsk)

* New translations messages.json (Latvian)

* New translations messages.json (Ukrainian)

* New translations messages.json (Azerbaijani)

* New translations messages.json (Hindi)

* New translations messages.json (English, United Kingdom)

* New translations messages.json (Esperanto)

* New translations messages.json (Filipino)

* New translations messages.json (Malayalam)

* New translations messages.json (Sinhala)

* New translations messages.json (Kannada)

* New translations messages.json (Norwegian Bokmal)

* New translations messages.json (Montenegrin (Latin))

* New translations messages.json (Chinese Simplified)

* New translations messages.json (Turkish)

* New translations messages.json (French)

* New translations messages.json (Hebrew)

* New translations messages.json (Spanish)

* New translations messages.json (Afrikaans)

* New translations messages.json (Belarusian)

* New translations messages.json (Bulgarian)

* New translations messages.json (Catalan)

* New translations messages.json (Czech)

* New translations messages.json (Danish)

* New translations messages.json (German)

* New translations messages.json (Greek)

* New translations messages.json (Finnish)

* New translations messages.json (Hungarian)

* New translations messages.json (Swedish)

* New translations messages.json (Italian)

* New translations messages.json (Japanese)

* New translations messages.json (Korean)

* New translations messages.json (Dutch)

* New translations messages.json (Polish)

* New translations messages.json (Portuguese)

* New translations messages.json (Russian)

* New translations messages.json (Slovak)

* New translations messages.json (Slovenian)

* New translations messages.json (Serbian (Cyrillic))

* New translations messages.json (English, India)
2021-10-14 19:22:52 -04:00
Chad Scharf
1929e703ba Merge pull request #2118 from bitwarden/l10n_master
New Crowdin updates
2021-10-14 19:22:01 -04:00
Kyle Spearrin
942b4f58e4 New translations copy.resx (English, India) 2021-10-14 19:12:59 -04:00
Kyle Spearrin
e2821710c6 New translations copy.resx (English, United Kingdom) 2021-10-14 19:12:40 -04:00
Kyle Spearrin
35cbd12fd5 New translations messages.json (Serbian (Cyrillic)) 2021-10-14 19:12:30 -04:00
Kyle Spearrin
50ce4f5fa8 New translations messages.json (Slovenian) 2021-10-14 19:12:29 -04:00
Kyle Spearrin
fa42ea800d New translations messages.json (Slovak) 2021-10-14 19:12:28 -04:00
Kyle Spearrin
d64e01bcb1 New translations messages.json (Russian) 2021-10-14 19:12:26 -04:00
Kyle Spearrin
b6ca4d9471 New translations messages.json (Portuguese) 2021-10-14 19:12:25 -04:00
Kyle Spearrin
d052e68a9c New translations messages.json (Polish) 2021-10-14 19:12:24 -04:00
Kyle Spearrin
093f0b3d2f New translations messages.json (Dutch) 2021-10-14 19:12:23 -04:00
Kyle Spearrin
0b7eef5cb7 New translations messages.json (Lithuanian) 2021-10-14 19:12:22 -04:00
Kyle Spearrin
619a24b946 New translations messages.json (Korean) 2021-10-14 19:12:21 -04:00
Kyle Spearrin
fa3353df2a New translations messages.json (Japanese) 2021-10-14 19:12:20 -04:00
Kyle Spearrin
474e6cc468 New translations messages.json (Swedish) 2021-10-14 19:12:19 -04:00
Kyle Spearrin
afc09e9340 New translations messages.json (Italian) 2021-10-14 19:12:18 -04:00