1
0
mirror of https://github.com/bitwarden/browser.git synced 2025-02-15 01:11:47 +01:00
Commit Graph

8 Commits

Author SHA1 Message Date
Kyle Spearrin
b8db949ecc try to get submit button from parent modal if not in form 2018-08-01 14:23:07 -04:00
Kyle Spearrin
d0cf21dd3e password change detection for 2 password forms 2018-08-01 12:25:05 -04:00
Kyle Spearrin
4076247908 option to disable change password notification 2018-07-31 23:48:11 -04:00
Kyle Spearrin
cf57eadd1d detect and update password changes 2018-07-31 23:24:11 -04:00
Boris Aranovich
58867a5afe Precaution against iframe creating blank space on the page (#637)
Since the notification bar is added inside of the active page, page specific styles may override how the iframe is rendered in an undesirable way.

I came across this when logging in an internal corporate web-app we're using which for some reason has a global css setting of `iframe { min-height: 349px }` because nobody anticipated that 3rd party DOM elements would be injected to the page.

This modification should have no impact other than negating these global styles.
2018-06-05 10:52:47 -04:00
Kyle Spearrin
8f51c278ef dont load notification bar in iframe on safari 2018-05-12 10:59:52 -04:00
Kyle Spearrin
193de9fcdf ignore certain inline elements in MutationObserver 2018-05-11 14:50:44 -04:00
Kyle Spearrin
898fa7a095 convert some content scripts to ts 2018-05-09 14:00:13 -04:00