Mailspring/internal_packages/keybase/lib
Jackie Luo b323275d24 fix(composer): Stop parsing quoted text on each keystroke to prevent composer lag
Summary: We used to parse the quoted text on each keystroke in the composer for a reply so that we could continue to determine what was quoted text. However, that resulted in dramatically slow typing for replies to complex HTML emails. Now, the quoted text isn't a part of the reply until `prepareDraftForSyncback`, after all of the extensions have run their transformations—we use a marker to determine whether quoted text should be appended or not. The quoted text control is now a one-way operation—you can't hide the quoted text after showing it (Gmail-style).

Test Plan: Tested locally (but didn't run unit tests because they won't run on my machine...)

Reviewers: bengotow, juan

Reviewed By: juan

Differential Revision: https://phab.nylas.com/D3106
2016-07-21 11:11:14 -07:00
..
decrypt-button.cjsx fix(composer): Stop parsing quoted text on each keystroke to prevent composer lag 2016-07-21 11:11:14 -07:00
decryption-preprocess.coffee pgp-plugin update (#2534) 2016-07-08 11:29:10 -07:00
email-popover.cjsx Pgp patch (#2430) 2016-06-14 13:22:38 -07:00
encrypt-button.cjsx feat(keybase): Adds PGP Encryption Plugin 2016-06-07 13:30:04 -07:00
identity.coffee feat(keybase): Adds PGP Encryption Plugin 2016-06-07 13:30:04 -07:00
key-adder.cjsx pgp-plugin update (#2534) 2016-07-08 11:29:10 -07:00
key-manager.cjsx pgp-plugin update (#2534) 2016-07-08 11:29:10 -07:00
keybase-search.cjsx fix(keybase): Invite fetch doesn't need JSON parse 2016-06-14 12:26:43 -07:00
keybase-user.cjsx feat(keybase): Adds PGP Encryption Plugin 2016-06-07 13:30:04 -07:00
keybase.coffee feat(keybase): Adds PGP Encryption Plugin 2016-06-07 13:30:04 -07:00
main.es6 feat(keybase): Adds PGP Encryption Plugin 2016-06-07 13:30:04 -07:00
modal-key-recommender.cjsx pgp-plugin update (#2534) 2016-07-08 11:29:10 -07:00
passphrase-popover.cjsx fix(composer): Stop parsing quoted text on each keystroke to prevent composer lag 2016-07-21 11:11:14 -07:00
pgp-key-store.cjsx pgp-plugin update (#2534) 2016-07-08 11:29:10 -07:00
preferences-keybase.cjsx fix(keybase): Add a small button to redeem a keybase invite 2016-06-13 17:40:21 -07:00
private-key-popover.cjsx fix(composer): Stop parsing quoted text on each keystroke to prevent composer lag 2016-07-21 11:11:14 -07:00
recipient-key-chip.cjsx feat(keybase): Adds PGP Encryption Plugin 2016-06-07 13:30:04 -07:00