Skip to content

Commit

Permalink
Backed out changeset 81c100a42bb6 (bug 1378342) for linting failures,…
Browse files Browse the repository at this point in the history
… e.g. in file_abort_controller.html. r=backout

--HG--
rename : dom/abort/FetchController.cpp => dom/fetch/FetchController.cpp
rename : dom/abort/FetchController.h => dom/fetch/FetchController.h
rename : dom/abort/FetchSignal.cpp => dom/fetch/FetchSignal.cpp
rename : dom/abort/FetchSignal.h => dom/fetch/FetchSignal.h
rename : dom/abort/tests/file_fetch_controller.html => dom/tests/mochitest/fetch/file_fetch_controller.html
rename : dom/abort/tests/test_fetch_controller.html => dom/tests/mochitest/fetch/test_fetch_controller.html
rename : dom/abort/tests/worker_fetch_controller.js => dom/tests/mochitest/fetch/worker_fetch_controller.js
  • Loading branch information
Archaeopteryx committed Aug 29, 2017
1 parent ffe4336 commit 784834c
Show file tree
Hide file tree
Showing 13 changed files with 7 additions and 41 deletions.
26 changes: 0 additions & 26 deletions dom/abort/moz.build

This file was deleted.

6 changes: 0 additions & 6 deletions dom/abort/tests/mochitest.ini

This file was deleted.

7 changes: 0 additions & 7 deletions dom/abort/tests/moz.build

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@
#include "FetchController.h"
#include "FetchSignal.h"
#include "mozilla/dom/FetchControllerBinding.h"
#include "WorkerPrivate.h"

namespace mozilla {
namespace dom {
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 4 additions & 0 deletions dom/fetch/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,11 @@ EXPORTS.mozilla.dom += [
'BodyExtractor.h',
'ChannelInfo.h',
'Fetch.h',
'FetchController.h',
'FetchDriver.h',
'FetchIPCTypes.h',
'FetchObserver.h',
'FetchSignal.h',
'FetchStreamReader.h',
'FetchUtil.h',
'Headers.h',
Expand All @@ -29,8 +31,10 @@ UNIFIED_SOURCES += [
'ChannelInfo.cpp',
'Fetch.cpp',
'FetchConsumer.cpp',
'FetchController.cpp',
'FetchDriver.cpp',
'FetchObserver.cpp',
'FetchSignal.cpp',
'FetchStream.cpp',
'FetchStreamReader.cpp',
'FetchUtil.cpp',
Expand Down
1 change: 0 additions & 1 deletion dom/moz.build
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ interfaces = [
DIRS += ['interfaces/' + i for i in interfaces]

DIRS += [
'abort',
'animation',
'base',
'bindings',
Expand Down
File renamed without changes.
3 changes: 3 additions & 0 deletions dom/tests/mochitest/fetch/mochitest.ini
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
[DEFAULT]
support-files =
fetch_test_framework.js
file_fetch_controller.html
file_fetch_cached_redirect.html
file_fetch_cached_redirect.html^headers^
file_fetch_csp_block_frame.html
Expand All @@ -27,6 +28,7 @@ support-files =
empty.js^headers^
worker_temporaryFileBlob.js
common_temporaryFileBlob.js
worker_fetch_controller.js
common_readableStreams.js
worker_readableStreams.js
iframe_readableStreams.html
Expand Down Expand Up @@ -55,6 +57,7 @@ support-files =
[test_fetch_basic_http_sw_reroute.html]
[test_fetch_basic_http_sw_empty_reroute.html]
[test_fetch_cached_redirect.html]
[test_fetch_controller.html]
[test_fetch_cors.html]
skip-if = toolkit == 'android' && debug # Bug 1210282
[test_fetch_cors_sw_reroute.html]
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 784834c

Please sign in to comment.