Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2)

Issue 666153003: Move XMLHttpRequest related files to core/xmlhttprequest. (Closed)

Created:
6 years, 2 months ago by yhirano
Modified:
6 years, 1 month ago
CC:
blink-reviews, tzik, apavlov+blink_chromium.org, aandrey+blink_chromium.org, jsbell+serviceworker_chromium.org, caseq+blink_chromium.org, arv+blink, malch+blink_chromium.org, yurys+blink_chromium.org, falken, blink-reviews-bindings_chromium.org, devtools-reviews_chromium.org, loislo+blink_chromium.org, nhiroki, eustas+blink_chromium.org, paulirish+reviews_chromium.org, lushnikov+blink_chromium.org, michaeln, serviceworker-reviews, vsevik+blink_chromium.org, pfeldman+blink_chromium.org, kinuko+serviceworker, Inactive, horo+watch_chromium.org, sergeyv+blink_chromium.org
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Project:
blink
Visibility:
Public.

Description

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

Patch Set 1 #

Patch Set 2 : #

Total comments: 2

Patch Set 3 : #

Total comments: 3

Patch Set 4 : rebase #

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

Messages

Total messages: 22 (3 generated)
yhirano
PTAL Should I create a thread on blink-dev? I could not remove inspector dependency on ...
6 years, 2 months ago (2014-10-24 08:05:15 UTC) #2
sof
On 2014/10/24 08:05:15, yhirano wrote: > PTAL > Should I create a thread on blink-dev? ...
6 years, 2 months ago (2014-10-24 08:32:44 UTC) #3
yhirano
On 2014/10/24 08:32:44, sof wrote: > On 2014/10/24 08:05:15, yhirano wrote: > > PTAL > ...
6 years, 2 months ago (2014-10-24 08:46:21 UTC) #4
haraken
On 2014/10/24 08:46:21, yhirano wrote: > On 2014/10/24 08:32:44, sof wrote: > > On 2014/10/24 ...
6 years, 2 months ago (2014-10-24 08:55:55 UTC) #5
sof
On 2014/10/24 08:55:55, haraken wrote: > On 2014/10/24 08:46:21, yhirano wrote: > > On 2014/10/24 ...
6 years, 2 months ago (2014-10-24 09:17:02 UTC) #6
kouhei (in TOK)
> If the follow-on reorg is not too far away, then creating a temporary > ...
6 years, 2 months ago (2014-10-24 09:24:19 UTC) #7
sof
https://codereview.chromium.org/666153003/diff/20001/Source/core/xmlhttprequest/OWNERS File Source/core/xmlhttprequest/OWNERS (right): https://codereview.chromium.org/666153003/diff/20001/Source/core/xmlhttprequest/OWNERS#newcode2 Source/core/xmlhttprequest/OWNERS:2: sof@opera.com sigbjornf@opera.com is the registered email.
6 years, 2 months ago (2014-10-24 11:11:22 UTC) #8
yhirano
https://codereview.chromium.org/666153003/diff/20001/Source/core/xmlhttprequest/OWNERS File Source/core/xmlhttprequest/OWNERS (right): https://codereview.chromium.org/666153003/diff/20001/Source/core/xmlhttprequest/OWNERS#newcode2 Source/core/xmlhttprequest/OWNERS:2: sof@opera.com On 2014/10/24 11:11:22, sof wrote: > mailto:sigbjornf@opera.com is ...
6 years, 2 months ago (2014-10-24 13:05:38 UTC) #9
kouhei (in TOK)
Changes lgtm. Please wait for approval from sof and tyoshino.
6 years, 1 month ago (2014-10-27 01:32:16 UTC) #10
yhirano
+tyoshino, sof and haraken. I think this is worth doing because added OWNERS (tyoshino and ...
6 years, 1 month ago (2014-10-27 03:32:36 UTC) #12
haraken
On 2014/10/27 03:32:36, yhirano wrote: > +tyoshino, sof and haraken. > > I think this ...
6 years, 1 month ago (2014-10-27 03:33:31 UTC) #13
tyoshino (SeeGerritForStatus)
lgtm https://codereview.chromium.org/666153003/diff/40001/Source/core/xmlhttprequest/XMLHttpRequest.cpp File Source/core/xmlhttprequest/XMLHttpRequest.cpp (left): https://codereview.chromium.org/666153003/diff/40001/Source/core/xmlhttprequest/XMLHttpRequest.cpp#oldcode536 Source/core/xmlhttprequest/XMLHttpRequest.cpp:536: } did this cause presubmit error?
6 years, 1 month ago (2014-10-27 03:56:20 UTC) #14
yhirano
https://codereview.chromium.org/666153003/diff/40001/Source/core/xmlhttprequest/XMLHttpRequest.cpp File Source/core/xmlhttprequest/XMLHttpRequest.cpp (left): https://codereview.chromium.org/666153003/diff/40001/Source/core/xmlhttprequest/XMLHttpRequest.cpp#oldcode536 Source/core/xmlhttprequest/XMLHttpRequest.cpp:536: } On 2014/10/27 03:56:20, tyoshino wrote: > did this ...
6 years, 1 month ago (2014-10-27 03:58:13 UTC) #15
tyoshino (SeeGerritForStatus)
https://codereview.chromium.org/666153003/diff/40001/Source/core/xmlhttprequest/XMLHttpRequest.cpp File Source/core/xmlhttprequest/XMLHttpRequest.cpp (left): https://codereview.chromium.org/666153003/diff/40001/Source/core/xmlhttprequest/XMLHttpRequest.cpp#oldcode536 Source/core/xmlhttprequest/XMLHttpRequest.cpp:536: } On 2014/10/27 03:58:13, yhirano wrote: > On 2014/10/27 ...
6 years, 1 month ago (2014-10-27 04:02:05 UTC) #16
yhirano
sof: ping
6 years, 1 month ago (2014-10-30 05:09:15 UTC) #17
sof
On 2014/10/30 05:09:15, yhirano wrote: > sof: ping lgtm as well
6 years, 1 month ago (2014-10-30 06:11:51 UTC) #18
yhirano
On 2014/10/30 06:11:51, sof wrote: > On 2014/10/30 05:09:15, yhirano wrote: > > sof: ping ...
6 years, 1 month ago (2014-10-30 06:12:18 UTC) #19
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/666153003/60001
6 years, 1 month ago (2014-10-30 06:12:38 UTC) #21
commit-bot: I haz the power
6 years, 1 month ago (2014-10-30 07:34:43 UTC) #22
Message was sent while issue was closed.
Committed patchset #4 (id:60001) as 184622

Powered by Google App Engine
This is Rietveld 408576698