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

Issue 29337915: Issue 3748 - Update URL Fixer dependency on buildtools to revision c92cc4e4a338 and make it E10S-co… (Closed)

Created:
March 7, 2016, 8:19 p.m. by Wladimir Palant
Modified:
March 14, 2016, 2:19 p.m.
Reviewers:
Thomas Greiner
Visibility:
Public.

Description

Issue 3748 - Update URL Fixer dependency on buildtools to revision c92cc4e4a338 and make it E10S-compatible

Patch Set 1 #

Patch Set 2 : Updated path in updateRules.py as well #

Total comments: 14

Patch Set 3 : Adjusted bracket style #

Patch Set 4 : Even more bracket style adjustments #

Unified diffs Side-by-side diffs Delta from patch set Stats (+194 lines, -106 lines) Patch
M chrome/content/typoRules.json View 0 chunks +-1 lines, --1 lines 0 comments Download
M dependencies View 1 chunk +1 line, -1 line 0 comments Download
A lib/child/typoNetError.js View 1 2 3 1 chunk +139 lines, -0 lines 0 comments Download
M lib/prefs.json View 0 chunks +-1 lines, --1 lines 0 comments Download
M lib/typoNetError.js View 1 2 1 chunk +54 lines, -105 lines 0 comments Download
M lib/typoRules.js View 1 chunk +1 line, -1 line 0 comments Download
M updateRules.py View 1 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 8
Wladimir Palant
March 7, 2016, 8:19 p.m. (2016-03-07 20:19:16 UTC) #1
Wladimir Palant
https://codereview.adblockplus.org/29337915/diff/29337923/chrome/content/typoRules.json File chrome/content/typoRules.json (right): https://codereview.adblockplus.org/29337915/diff/29337923/chrome/content/typoRules.json#newcode1 chrome/content/typoRules.json:1: { Not obvious with Rietveld but this is a ...
March 7, 2016, 8:25 p.m. (2016-03-07 20:25:23 UTC) #2
Thomas Greiner
https://codereview.adblockplus.org/29337915/diff/29337923/lib/child/typoNetError.js File lib/child/typoNetError.js (right): https://codereview.adblockplus.org/29337915/diff/29337923/lib/child/typoNetError.js#newcode47 lib/child/typoNetError.js:47: netErrorOverlay = parser.parseFromString(message.data, "application/xml"); Note that previously we were ...
March 8, 2016, 12:34 p.m. (2016-03-08 12:34:44 UTC) #3
Wladimir Palant
https://codereview.adblockplus.org/29337915/diff/29337923/lib/child/typoNetError.js File lib/child/typoNetError.js (right): https://codereview.adblockplus.org/29337915/diff/29337923/lib/child/typoNetError.js#newcode47 lib/child/typoNetError.js:47: netErrorOverlay = parser.parseFromString(message.data, "application/xml"); On 2016/03/08 12:34:43, Thomas Greiner ...
March 8, 2016, 2:37 p.m. (2016-03-08 14:37:48 UTC) #4
Thomas Greiner
Thanks for the explanations. I'd just like to finish off the part regarding the coding ...
March 11, 2016, 5:49 p.m. (2016-03-11 17:49:21 UTC) #5
Wladimir Palant
https://codereview.adblockplus.org/29337915/diff/29337923/lib/typoNetError.js File lib/typoNetError.js (right): https://codereview.adblockplus.org/29337915/diff/29337923/lib/typoNetError.js#newcode71 lib/typoNetError.js:71: onShutdown.add(() => { On 2016/03/11 17:49:21, Thomas Greiner wrote: ...
March 13, 2016, 9:56 p.m. (2016-03-13 21:56:52 UTC) #6
Thomas Greiner
LGTM after the last change is applied to lib/child/typoNetError.js as well. https://codereview.adblockplus.org/29337915/diff/29337923/lib/typoNetError.js File lib/typoNetError.js (right): ...
March 14, 2016, 11:06 a.m. (2016-03-14 11:06:29 UTC) #7
Wladimir Palant
March 14, 2016, 2:19 p.m. (2016-03-14 14:19:36 UTC) #8
https://codereview.adblockplus.org/29337915/diff/29337923/lib/typoNetError.js
File lib/typoNetError.js (right):

https://codereview.adblockplus.org/29337915/diff/29337923/lib/typoNetError.js...
lib/typoNetError.js:71: onShutdown.add(() => {
On 2016/03/14 11:06:29, Thomas Greiner wrote:
> Thanks for checking. Note that this is also the case in
> lib/child/typoNetError.js

Heh, missed that due to misconfiguring eslint...

Powered by Google App Engine
This is Rietveld