Граф коммитов

279 Коммитов

Автор SHA1 Сообщение Дата
Ian Bicking b463881afb
Merge pull request #287 from Mozilla-GitHub-Standards/master
Add Mozilla Code of Conduct
2019-04-08 12:12:13 -05:00
Mozilla-GitHub-Standards 8797ebde19 Add Mozilla Code of Conduct file
Fixes #286.

_(Message COC002)_
2019-03-29 23:52:55 -07:00
Ian Bicking 8a29b93c60
Merge pull request #234 from mozilla/yahoo-selector
Use a selector for the Yahoo content editor that doesn't depend on localizable strings
2019-03-18 15:34:09 -05:00
Ian Bicking 5ce0ffbf98
Merge pull request #284 from meandavejustice/283-email-signature-for-amo
Update email signature for AMO
2019-01-23 11:10:46 -06:00
Ian Bicking 37bc50a819
Merge pull request #285 from mozilla/meandavejustice-patch-1
replace txp link in readme
2019-01-23 11:10:23 -06:00
Dave Justice 4f0fa8bf9c
replace txp link in readme 2019-01-23 11:30:01 -05:00
dave justice b55e12112e Update email signature for AMO
- fixes #283
2019-01-23 11:27:22 -05:00
Ian Bicking 8fa3ccaa5f
Merge pull request #282 from mozilla/remove-ga
Remove GA
2019-01-22 15:50:55 -06:00
Ian Bicking 3d40dfcbaf Remove GA
This removes the TestPilotGA library, and thus stops any sending of analytics data to Google Analytics
2019-01-22 15:50:26 -06:00
Ian Bicking 68c05812c3
Merge pull request #281 from clouserw/updateurl
remove updateurl and increment version
2019-01-22 12:49:46 -06:00
Wil Clouser a919b9b266
remove updateurl and increment version 2019-01-16 11:03:05 -08:00
Dave Justice 6f4a33d44e
Merge pull request #267 from mozilla/npm-update
Update the package-lock.json file to exclude the bad event-stream version
2018-11-26 16:52:27 -05:00
Ian Bicking 3b314c6005 Update npm-run-all version
This should additionally ensure event-stream version is correct
2018-11-26 15:50:09 -06:00
Ian Bicking 0b2d67c459 Update the package-lock.json file to exclude the bad event-stream version
This should implicitly uninstall flatmap-stream
2018-11-26 15:47:41 -06:00
Dave Justice 6a09b4cf3d
Merge pull request #258 from mozilla/clipboard-links
Fix #256, change clipboard format to include text URLs
2018-11-21 14:45:18 -05:00
Dave Justice c3a042009b
Merge pull request #260 from mozilla/css-button-style
Fix #255, use Photon styles on mail provider buttons
2018-11-21 14:42:32 -05:00
Dave Justice f23eff6cd3
Merge pull request #259 from mozilla/context-menu
Fix #22, add a context menu
2018-11-21 14:39:32 -05:00
Dave Justice 6b89e707d8
Merge pull request #261 from mozilla/fix-alt-text
Fix alt text
2018-11-21 14:14:49 -05:00
Ian Bicking 242edae923 Fix #244, make the alt text more legible
Along with the whitespace fix, this header on the alt text should make it seem more reasonable in context.
2018-11-19 14:37:41 -06:00
Ian Bicking a401c6c241 Replace multiple spaces in extracted text with one space
Previous code caused all word to jumble together
2018-11-19 14:36:34 -06:00
Ian Bicking 72984342ad Fix #255, use Photon styles on mail provider buttons 2018-11-15 17:31:57 -06:00
Ian Bicking 14e22698cb Fix #22, add a context menu 2018-11-15 15:37:20 -06:00
Ian Bicking 186ad9b74a Fix #256, change clipboard format to include text URLs 2018-11-15 14:28:13 -06:00
Ian Bicking 0b5a88fca3
Merge pull request #254 from meandavejustice/252-settings-tooltip
add tooltip to setting button
2018-11-14 12:20:47 -06:00
dave justice 2cee153ec9 add tooltip to setting button 2018-11-14 13:19:48 -05:00
Dave Justice 1ce8b8752e
Merge pull request #253 from mozilla/faq-on-litmus
Faq on litmus
2018-11-14 12:59:27 -05:00
Ian Bicking 94d7cb8a3c Fix #35, put a link in the FAQ to the Litmus reports 2018-11-14 11:05:01 -06:00
Ian Bicking acf08d5b45 Use https for Yahoo Mail compose window 2018-11-14 11:04:21 -06:00
Dave Justice 8ec4518e3d
Merge pull request #241 from mozilla/little-login-fix
Wait a moment to check if the tab has been closed
2018-11-09 16:18:21 +00:00
Dave Justice d0d230c77f
Merge pull request #242 from mozilla/focus-fixes
235 Focusing improvements on template chooser
2018-11-09 16:17:51 +00:00
dave justice eff4181f62 Style tweak for template chooser buttons 2018-11-09 11:15:31 -05:00
Ian Bicking 1a7e8db424 WIP to help with #235.
There are two issues: anchors don't focus well, and the iframe doesn't get focused. Focusing the iframe is hard because the text composition textarea steals the focus.

This is a WIP because the styling is not correct after changing to a button.
2018-11-09 11:14:56 -05:00
Dave Justice d84a174092
Merge pull request #239 from mozilla/remove-instructions
Fix #238, remove reference to about:addons preferences from FAQ
2018-11-08 21:13:14 +00:00
Dave Justice 48d17e3e48
Merge pull request #243 from mozilla/fix-login-detect
Fix #236, fix one of the invocations of loginInterrupt()
2018-11-08 21:10:38 +00:00
Ian Bicking ce57bde7c4 Fix #236, fix one of the invocations of loginInterrupt() 2018-11-08 14:48:44 -06:00
Ian Bicking 6bb66f5501 Wait a moment to check if the tab has been closed 2018-11-08 14:17:07 -06:00
Ian Bicking 9172a07be2
Merge pull request #240 from mozilla/style-survey-acceptance
style survey and acceptance fixes
2018-11-08 14:16:25 -06:00
John Gruen 02e81f28a0 style survey and acceptance fixes 2018-11-08 12:59:23 -07:00
Ian Bicking adda0ed855 Fix #238, remove reference to about:addons preferences from FAQ 2018-11-08 13:23:16 -06:00
Ian Bicking e1ef46ada4 Use a selector for the Yahoo content editor that doesn't depend on localizable strings 2018-11-07 17:06:34 -06:00
Ian Bicking 21b24af4f2
Merge pull request #212 from mozilla/complete-yahoo
Complete support for Yahoo Mail and Outlook
2018-11-07 16:58:47 -06:00
Ian Bicking 01b894249f
Merge pull request #229 from pdehaan/react-fixes
Fixing eslint warnings/errors
2018-11-07 10:26:04 -06:00
Peter deHaan 44638eae24
Fixing eslint warnings/errors 2018-11-06 15:45:27 -08:00
Ian Bicking caeb7853eb
Merge pull request #228 from meandavejustice/218-alternate-message
Add link to faq for alternative providers
2018-11-06 16:01:43 -06:00
dave justice 049df3088f Add link to faq for alternative providers
- fixes #218
2018-11-06 16:58:39 -05:00
Dave Justice 0770626a66
Merge pull request #224 from mozilla/check-closed-tabs
Fix #220, don't imply a login is required if the user just closes the tab
2018-11-06 21:42:25 +00:00
Dave Justice 6deaf149f2
Merge pull request #227 from mozilla/add-faq
Add a FAQ
2018-11-06 21:40:48 +00:00
Ian Bicking a13158b5ab Add a FAQ 2018-11-06 15:31:46 -06:00
Ian Bicking b7e4d2fcf0 Fix #220, don't imply a login is required if the user just closes the tab 2018-11-06 15:05:17 -06:00
marniepw ebdab63a22
Update index.html
Lines 11 and 14: fix for casing inconsistencies. Email tabs --> Email Tabs.
2018-11-05 08:59:47 -08:00