Rietveld Code Review Tool
Help | Bug tracker | Discussion group | Source code

Issue 29333528: Issue 3515 - Use fetch() API instead XMLHttpRequest (Platform) (Closed)

Created:
Jan. 14, 2016, 5:29 p.m. by Sebastian Noack
Modified:
Jan. 19, 2016, 4:41 p.m.
Reviewers:
kzar
Visibility:
Public.

Description

Issue 3515 - Use fetch() API instead XMLHttpRequest (Platform)

Patch Set 1 : #

Total comments: 11

Patch Set 2 : Rebased and addressed comments #

Patch Set 3 : Addressed comment #

Unified diffs Side-by-side diffs Delta from patch set Stats (+86 lines, -77 lines) Patch
M background.js View 1 2 1 chunk +28 lines, -28 lines 0 comments Download
M options.html View 1 1 chunk +2 lines, -0 lines 0 comments Download
M options.js View 1 1 chunk +56 lines, -49 lines 0 comments Download

Messages

Total messages: 6
Sebastian Noack
Jan. 14, 2016, 5:59 p.m. (2016-01-14 17:59:13 UTC) #1
kzar
https://codereview.adblockplus.org/29333528/diff/29333608/background.js File background.js (right): https://codereview.adblockplus.org/29333528/diff/29333608/background.js#newcode235 background.js:235: var node = Utils.chooseFilterSubscription(doc.getElementsByTagName("subscription")); Nit: While changing mind fixing ...
Jan. 17, 2016, 5:14 p.m. (2016-01-17 17:14:06 UTC) #2
Sebastian Noack
https://codereview.adblockplus.org/29333528/diff/29333608/background.js File background.js (right): https://codereview.adblockplus.org/29333528/diff/29333608/background.js#newcode235 background.js:235: var node = Utils.chooseFilterSubscription(doc.getElementsByTagName("subscription")); On 2016/01/17 17:14:06, kzar wrote: ...
Jan. 19, 2016, 2:58 p.m. (2016-01-19 14:58:10 UTC) #3
kzar
https://codereview.adblockplus.org/29333528/diff/29333608/background.js File background.js (right): https://codereview.adblockplus.org/29333528/diff/29333608/background.js#newcode247 background.js:247: ).then(function() On 2016/01/19 14:58:10, Sebastian Noack wrote: > On ...
Jan. 19, 2016, 3:39 p.m. (2016-01-19 15:39:19 UTC) #4
Sebastian Noack
https://codereview.adblockplus.org/29333528/diff/29333608/background.js File background.js (right): https://codereview.adblockplus.org/29333528/diff/29333608/background.js#newcode247 background.js:247: ).then(function() On 2016/01/19 15:39:19, kzar wrote: > On 2016/01/19 ...
Jan. 19, 2016, 4:13 p.m. (2016-01-19 16:13:25 UTC) #5
kzar
Jan. 19, 2016, 4:24 p.m. (2016-01-19 16:24:15 UTC) #6
LGTM

Powered by Google App Engine
This is Rietveld