|
Move XMLHttpRequest related files to core/xmlhttprequest.
XMLHttpRequest is not related to other core/xml files (such as XPath,
XSLTProcessor and so on), so move files to a new directory.
Add core/xmlhttprequest/OWNERS.
This CL does not change the behavior.
BUG= 426816
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=184622
Total comments: 2
Total comments: 3
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+32 lines, -2733 lines) |
Patch |
 |
M |
Source/bindings/core/v8/custom/V8XMLHttpRequestCustom.cpp
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
Source/core/core.gypi
|
View
|
1
2
3
|
4 chunks |
+13 lines, -13 lines |
0 comments
|
Download
|
 |
M |
Source/core/inspector/AsyncCallStackTracker.cpp
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
Source/core/inspector/InspectorConsoleAgent.cpp
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
Source/core/inspector/InspectorResourceAgent.cpp
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
Source/core/inspector/InspectorTimelineAgent.cpp
|
View
|
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
M |
Source/core/inspector/InspectorTraceEvents.cpp
|
View
|
1
2
3
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
 |
D |
Source/core/xml/XMLHttpRequest.h
|
View
|
1
2
3
|
1 chunk |
+0 lines, -313 lines |
0 comments
|
Download
|
 |
D |
Source/core/xml/XMLHttpRequest.cpp
|
View
|
1
2
3
|
1 chunk |
+0 lines, -1661 lines |
0 comments
|
Download
|
 |
D |
Source/core/xml/XMLHttpRequest.idl
|
View
|
|
1 chunk |
+0 lines, -86 lines |
0 comments
|
Download
|
 |
D |
Source/core/xml/XMLHttpRequestEventTarget.h
|
View
|
|
1 chunk |
+0 lines, -52 lines |
0 comments
|
Download
|
 |
D |
Source/core/xml/XMLHttpRequestEventTarget.idl
|
View
|
|
1 chunk |
+0 lines, -37 lines |
0 comments
|
Download
|
 |
D |
Source/core/xml/XMLHttpRequestProgressEvent.h
|
View
|
|
1 chunk |
+0 lines, -63 lines |
0 comments
|
Download
|
 |
D |
Source/core/xml/XMLHttpRequestProgressEvent.idl
|
View
|
|
1 chunk |
+0 lines, -31 lines |
0 comments
|
Download
|
 |
D |
Source/core/xml/XMLHttpRequestProgressEventThrottle.h
|
View
|
|
1 chunk |
+0 lines, -107 lines |
0 comments
|
Download
|
 |
D |
Source/core/xml/XMLHttpRequestProgressEventThrottle.cpp
|
View
|
|
1 chunk |
+0 lines, -152 lines |
0 comments
|
Download
|
 |
D |
Source/core/xml/XMLHttpRequestUpload.h
|
View
|
|
1 chunk |
+0 lines, -89 lines |
0 comments
|
Download
|
 |
D |
Source/core/xml/XMLHttpRequestUpload.cpp
|
View
|
|
1 chunk |
+0 lines, -80 lines |
0 comments
|
Download
|
 |
D |
Source/core/xml/XMLHttpRequestUpload.idl
|
View
|
|
1 chunk |
+0 lines, -31 lines |
0 comments
|
Download
|
 |
A + |
Source/core/xmlhttprequest/OWNERS
|
View
|
1
2
|
1 chunk |
+2 lines, -0 lines |
0 comments
|
Download
|
 |
A + |
Source/core/xmlhttprequest/XMLHttpRequest.h
|
View
|
1
2
3
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
A + |
Source/core/xmlhttprequest/XMLHttpRequest.cpp
|
View
|
1
2
3
|
3 chunks |
+9 lines, -10 lines |
0 comments
|
Download
|
 |
A + |
Source/core/xmlhttprequest/XMLHttpRequest.idl
|
View
|
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
 |
A + |
Source/core/xmlhttprequest/XMLHttpRequestEventTarget.h
|
View
|
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
 |
A + |
Source/core/xmlhttprequest/XMLHttpRequestEventTarget.idl
|
View
|
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
 |
A + |
Source/core/xmlhttprequest/XMLHttpRequestProgressEvent.h
|
View
|
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
 |
A + |
Source/core/xmlhttprequest/XMLHttpRequestProgressEvent.idl
|
View
|
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
 |
A + |
Source/core/xmlhttprequest/XMLHttpRequestProgressEventThrottle.h
|
View
|
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
 |
A + |
Source/core/xmlhttprequest/XMLHttpRequestProgressEventThrottle.cpp
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
A + |
Source/core/xmlhttprequest/XMLHttpRequestUpload.h
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
A + |
Source/core/xmlhttprequest/XMLHttpRequestUpload.cpp
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
A + |
Source/core/xmlhttprequest/XMLHttpRequestUpload.idl
|
View
|
|
0 chunks |
+-1 lines, --1 lines |
0 comments
|
Download
|
Total messages: 22 (3 generated)
|