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

22 Коммитов

Автор SHA1 Сообщение Дата
Boris Zbarsky c878a8bb26 Bug 1619112 part 2. Pass char literals instead of char16_t literals into ErrorResult throwing methods. r=smaug
Differential Revision: https://phabricator.services.mozilla.com/D65538

--HG--
extra : moz-landing-system : lando
2020-03-06 21:04:58 +00:00
Jeff Walden bcf50cccbd Bug 1612308. r=bzbarsky
Differential Revision: https://phabricator.services.mozilla.com/D61478

--HG--
extra : moz-landing-system : lando
2020-02-29 04:02:51 +00:00
Noemi Erli b8237f7e8d Backed out changeset 602a074ca5a5 (bug 1612308) for failing in stream-response.any.html CLOSED TREE 2020-02-26 05:01:12 +02:00
Jeff Walden 35d8dd6d5d Bug 1612308. r=bzbarsky
Differential Revision: https://phabricator.services.mozilla.com/D61478

--HG--
extra : moz-landing-system : lando
2020-02-26 01:12:58 +00:00
Simon Giesecke d94419173b Bug 1613985 - Use default for equivalent-to-default constructors/destructors in dom/base. r=smaug
Differential Revision: https://phabricator.services.mozilla.com/D63102

--HG--
extra : moz-landing-system : lando
2020-02-21 10:41:47 +00:00
Boris Zbarsky d5851925ec Bug 1615399. Stop using NS_ERROR_DOM_TYPE_ERR in BodyStream. r=baku
Differential Revision: https://phabricator.services.mozilla.com/D62790

--HG--
extra : moz-landing-system : lando
2020-02-13 19:15:12 +00:00
Simon Giesecke b50347f917 Bug 1611415 - Prefer using std::move over forget. r=froydnj
Differential Revision: https://phabricator.services.mozilla.com/D60980

--HG--
extra : moz-landing-system : lando
2020-02-13 14:38:48 +00:00
shindli 91aa0518dd Backed out changeset 0c982bc69cb3 (bug 1611415) for causing build bustages in /builds/worker/workspace/build/src/obj-firefox/dist/include/nsCOMPtr CLOSED TREE 2020-02-12 20:13:29 +02:00
Simon Giesecke f604a47fa5 Bug 1611415 - Applied FixItHints from mozilla-non-std-move. r=froydnj
Differential Revision: https://phabricator.services.mozilla.com/D60980

--HG--
extra : moz-landing-system : lando
2020-02-12 17:24:41 +00:00
Tom Tung 9f89b08062 Bug 1577311 - Close the stream if there is a failure during the creation; r=baku
Differential Revision: https://phabricator.services.mozilla.com/D47118

--HG--
extra : moz-landing-system : lando
2019-10-02 07:58:10 +00:00
Brindusan Cristian b37f8200b8 Backed out changeset 7d1f6ed3ccf5 (bug 1577311) for build bustages at TypeUtils.cpp. CLOSED TREE 2019-10-01 20:14:26 +03:00
Tom Tung 2ced189e16 Bug 1577311 - Close the stream if there is a failure during the creation; r=baku
Differential Revision: https://phabricator.services.mozilla.com/D47118

--HG--
extra : moz-landing-system : lando
2019-09-27 21:25:54 +00:00
Andrea Marchesini ace0f7612e Bug 1571037 - BodyStreamHolder must release itself when unlinked, r=smaug
Differential Revision: https://phabricator.services.mozilla.com/D45510

--HG--
extra : moz-landing-system : lando
2019-09-13 22:18:13 +00:00
Andrea Marchesini f7c969c97f Bug 1571686 - Check if the ReadableStream object exists before using it in BodyStream, r=smaug
Differential Revision: https://phabricator.services.mozilla.com/D44726

--HG--
extra : moz-landing-system : lando
2019-09-04 21:15:41 +00:00
Andrea Marchesini 55dd423fa3 Bug 1567419 - Ensure the BodyStreamHolder has a valid stream always, r=smaug
Differential Revision: https://phabricator.services.mozilla.com/D38814

--HG--
extra : moz-landing-system : lando
2019-07-23 23:23:41 +00:00
Andrea Marchesini a6803fce1e Bug 1563032 - BodyStream must check the return value of BodyStreamHolder::GetReadableStreamBody(), r=smaug
Differential Revision: https://phabricator.services.mozilla.com/D36717

--HG--
extra : moz-landing-system : lando
2019-07-03 16:08:30 +00:00
Andrea Marchesini 099f37af60 Bug 1562891 - BodyStream should flag itself as close correctly, r=smaug
Differential Revision: https://phabricator.services.mozilla.com/D36632

--HG--
extra : moz-landing-system : lando
2019-07-02 22:46:32 +00:00
Andrea Marchesini fc60290383 Bug 1557781 - Better life-time management for BodyStream/FetchStream - part 3 - JS::ReadableStreamReleaseCCObject, r=jorendorff
Differential Revision: https://phabricator.services.mozilla.com/D36466

--HG--
extra : moz-landing-system : lando
2019-07-01 20:01:17 +00:00
Andrea Marchesini ee11e667ec Bug 1557781 - Better life-time management for BodyStream/FetchStream - part 2 - BodyStream, r=smaug
Differential Revision: https://phabricator.services.mozilla.com/D35529

--HG--
extra : moz-landing-system : lando
2019-07-01 20:01:17 +00:00
Andrea Marchesini 7d8c86a22d Bug 1559370 - Use DebugOnly<> in BodyStream to make m-c happy, r=smaug
Differential Revision: https://phabricator.services.mozilla.com/D35148

--HG--
extra : moz-landing-system : lando
2019-06-16 15:11:52 +00:00
Andrea Marchesini 590b4eb288 Bug 1558114 - BodyStream::mState should be checked only if protected by a mutex and only if the writing succeeded, r=smaug
Differential Revision: https://phabricator.services.mozilla.com/D34769

--HG--
extra : moz-landing-system : lando
2019-06-13 11:48:21 +00:00
Andrea Marchesini 16d8326f76 Bug 1557121 - Implement Blob.text()/Blob.arrayBuffer()/Blob.stream() - part 1 - Rename FetchStream to BodyStream, r=smaug
Differential Revision: https://phabricator.services.mozilla.com/D33826

--HG--
rename : dom/fetch/FetchStream.cpp => dom/base/BodyStream.cpp
rename : dom/fetch/FetchStream.h => dom/base/BodyStream.h
extra : moz-landing-system : lando
2019-06-07 13:09:12 +00:00