Donovan Preston
|
01463553a6
|
Fix conflicts
|
2018-07-27 09:13:59 -04:00 |
|
Donovan Preston
|
a80d007e0c
|
Hook up the android kotlin code to the send js code (#860)
|
2018-07-27 09:11:46 -04:00 |
|
Donovan Preston
|
f2f62802db
|
Correctly implement sending files through a share panel action extension!
|
2018-07-27 09:09:36 -04:00 |
|
Donovan Preston
|
05169aee23
|
Add a share action extension stub implementation
|
2018-07-26 19:05:07 -04:00 |
|
Donovan Preston
|
c48154fc68
|
Initial working ios version.
|
2018-07-26 15:19:45 -04:00 |
|
Danny Coates
|
5c7b4ace9a
|
updated deps & re-enabled frontend tests
|
2018-07-25 12:46:40 -07:00 |
|
Danny Coates
|
5e9e63944b
|
extracted blobSlicer, fixed download cancel tests
|
2018-07-25 12:30:28 -07:00 |
|
Donovan Preston
|
f957fb3ac4
|
Use a dom-building function to clean up dom node creation code
|
2018-07-25 13:12:37 -04:00 |
|
Donovan Preston
|
673d0fb48e
|
Only perform the DOM manipulations in fileManager if those elements are there to be manipulated
|
2018-07-25 10:32:11 -04:00 |
|
Donovan Preston
|
5a6054d201
|
It looks like we no longer build the runtime module.
|
2018-07-25 10:30:35 -04:00 |
|
Donovan Preston
|
9eec875667
|
Clean up a little bit
|
2018-07-25 09:29:22 -04:00 |
|
Donovan Preston
|
2c742aa57b
|
Fix conflicts
|
2018-07-25 09:14:52 -04:00 |
|
Danny Coates
|
5483dc2506
|
use actual file size in dl progress. detect cancelled stream
|
2018-07-23 15:18:38 -07:00 |
|
Danny Coates
|
2afe79c941
|
Merge pull request #866 from mozilla/sw
Service Worker for streaming
|
2018-07-23 10:01:47 -07:00 |
|
Danny Coates
|
7673715c65
|
disabled frontend tests in ci
frontend tests are failing in puppeteer but work in the
browsers.
|
2018-07-23 09:49:16 -07:00 |
|
Danny Coates
|
38fd349d9b
|
use TransformStream if available
|
2018-07-19 14:46:12 -07:00 |
|
Danny Coates
|
f32ebd913a
|
send nonce to sw
|
2018-07-19 13:20:10 -07:00 |
|
Danny Coates
|
86f2a531d4
|
Merge branch 'vnext' into sw
|
2018-07-19 12:16:48 -07:00 |
|
Danny Coates
|
f923ff4f87
|
Merge remote-tracking branch 'origin/master' into vnext
|
2018-07-19 12:14:57 -07:00 |
|
Danny Coates
|
282cf0b595
|
use lib for setting content-disposition for more correctness
|
2018-07-19 12:11:55 -07:00 |
|
Donovan Preston
|
b0c13dbd11
|
Force the app to stay in portrait mode
|
2018-07-19 11:01:53 -04:00 |
|
Donovan Preston
|
dfae40b2bb
|
Implement a simple progress bar
|
2018-07-19 11:01:33 -04:00 |
|
Donovan Preston
|
bde54c49b6
|
Implement a temporary ui.
|
2018-07-18 21:27:09 -04:00 |
|
Danny Coates
|
f12d3abe79
|
refactored stream transforms
|
2018-07-18 16:39:14 -07:00 |
|
Danny Coates
|
f58b6194ce
|
updated streams ponyfill
|
2018-07-17 11:40:01 -07:00 |
|
Emily Hou
|
59ba89262f
|
fix download count on server (#863)
|
2018-07-17 09:48:47 -07:00 |
|
Danny Coates
|
f4f8332f96
|
WIP on shimming streams in firefox
|
2018-07-13 17:05:19 -07:00 |
|
Danny Coates
|
23c347175a
|
Merge branch 'vnext' into sw
|
2018-07-13 12:27:39 -07:00 |
|
Danny Coates
|
dd0cb78ea2
|
Merge remote-tracking branch 'origin/master' into vnext
|
2018-07-13 12:25:28 -07:00 |
|
Danny Coates
|
3a8172fa63
|
Merge remote-tracking branch 'origin/vnext' into sw
|
2018-07-13 12:22:13 -07:00 |
|
Danny Coates
|
2a63a5b103
|
sourcemaps for prod cuz why not
|
2018-07-13 11:36:51 -07:00 |
|
Danny Coates
|
787d227761
|
got webpack production mode running
|
2018-07-13 11:13:09 -07:00 |
|
Danny Coates
|
d906e927ed
|
Merge pull request #862 from mozilla/i844
fixes #844
|
2018-07-13 09:01:07 -07:00 |
|
Danny Coates
|
1a78f57515
|
don't set cache header on serviceWorker.js
|
2018-07-12 20:48:07 -07:00 |
|
Emily
|
527e9f09c9
|
add a test
|
2018-07-12 16:07:18 -07:00 |
|
Danny Coates
|
5677390a45
|
added content-length to sw response
|
2018-07-12 15:32:07 -07:00 |
|
Danny Coates
|
ddeaf8076d
|
added wss to csp connect-src
|
2018-07-12 14:27:49 -07:00 |
|
Donovan Preston
|
e5fa8e9e4c
|
Prevent an exception when the file is finished uploading, and show the user the file url.
|
2018-07-12 17:04:18 -04:00 |
|
Emily
|
5ff92c6452
|
fix cancelled downloads increasing count
|
2018-07-12 14:02:05 -07:00 |
|
Danny Coates
|
ebf6bda467
|
updated to webpack 4
|
2018-07-12 13:16:02 -07:00 |
|
Emily
|
b76899a353
|
fix download cancel
|
2018-07-12 11:22:49 -07:00 |
|
Emily
|
05696cffd9
|
Merge branch 'sw' of github.com:mozilla/send into sw
sw
|
2018-07-11 16:53:01 -07:00 |
|
Emily
|
ff7969a7ef
|
fix download workflow tests
|
2018-07-11 16:52:46 -07:00 |
|
avelper
|
dfea1e96fb
|
Pontoon: Update Spanish (Spain) (es-ES) localization of Test Pilot: Firefox Send
Localization authors:
- avelper <avelper@mozilla-hispano.org>
- jesferman1993 <jesferman1993@hotmail.com>
|
2018-07-10 21:33:30 +00:00 |
|
Danny Coates
|
16d7af843b
|
new dev webpack config for great deving
|
2018-07-10 10:47:50 -07:00 |
|
Emily
|
6db3009e5f
|
download cancel and progress
|
2018-07-09 17:00:19 -07:00 |
|
Emily
|
921df9e1aa
|
dupe network request bug
|
2018-07-09 15:39:06 -07:00 |
|
pyup.io bot
|
7e30fe8d33
|
Scheduled weekly dependency update for week 27 (#861)
* Update selenium from 3.12.0 to 3.13.0
* Update pytest from 3.6.2 to 3.6.3
|
2018-07-09 15:55:57 -04:00 |
|
Emily
|
f98bc0878c
|
saves stream to file
|
2018-07-06 15:49:50 -07:00 |
|
Donovan Preston
|
aff60e21b6
|
Hack to make it work
|
2018-07-06 13:49:52 -04:00 |
|