Mailspring/internal_packages/message-list/spec
Ben Gotow c76582194a rm(autolinker): Use our own very simple autolinker
Summary:
Autolinker is a great open source project but it attempts to parse HTML with regexp, is quite slow, and hangs on specific emails https://github.com/nylas/N1/issues/1540

This is super bad, and also super unnecessary. I think this should do the trick.

Note: I changed the urlRegex in our Utils to be much more liberal. It now matches anything that looks like a URL, not just things with the http:// and https:// prefixes. It's used in the LinkEditor and onboarding screen (detecting auth errors with urls) and I think it should be ok?

Test Plan: Need to write some tests

Reviewers: evan, juan

Reviewed By: juan

Differential Revision: https://phab.nylas.com/D2725
2016-03-14 12:30:54 -07:00
..
autolinker-fixtures rm(autolinker): Use our own very simple autolinker 2016-03-14 12:30:54 -07:00
autolinker-spec.es6 rm(autolinker): Use our own very simple autolinker 2016-03-14 12:30:54 -07:00
message-item-body-spec.cjsx fix(bodies): MBP should cache "" so that it updates when new body arrives 2016-03-09 19:14:54 -08:00
message-item-container-spec.cjsx fix(message-list): Spec fixes, all stubs need accountId 2016-01-28 11:14:04 -08:00
message-item-spec.cjsx fix(bodies): MBP should cache "" so that it updates when new body arrives 2016-03-09 19:14:54 -08:00
message-list-spec.cjsx fix(message): Limit number of collapsed recipients in message 2016-02-03 11:24:29 -08:00
message-participants-spec.cjsx fix(participants): Update specs to reflect that spacing is now in CSS 2016-02-19 10:28:02 -08:00
message-timestamp-spec.cjsx Standardize message-list capitalization to AM/PM, 2016-01-19 15:54:44 -07:00
message-toolbar-items-spec.cjsx fix(message-list): Spec fixes, all stubs need accountId 2016-01-28 11:14:04 -08:00
tracking-pixels-extension-spec.coffee fix(extension-adapter): Update adapter to support all versions of extension api we've used 2015-12-30 15:11:37 -05:00