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

Issue 30024555: Issue 7334 - Remove support for callbacks in API wrappers (Closed)

Created:
March 6, 2019, 10:56 a.m. by Manish Jethani
Modified:
April 25, 2019, 9:12 a.m.
Reviewers:
Sebastian Noack
Base URL:
https://hg.adblockplus.org/adblockpluschrome/
Visibility:
Public.

Patch Set 1 : #

Patch Set 2 : Rebase #

Patch Set 3 : Handle calls with no arguments #

Total comments: 7

Patch Set 4 : Remove checks #

Unified diffs Side-by-side diffs Delta from patch set Stats (+0 lines, -11 lines) Patch
M polyfill.js View 1 2 3 1 chunk +0 lines, -11 lines 0 comments Download

Messages

Total messages: 13
Manish Jethani
March 6, 2019, 10:56 a.m. (2019-03-06 10:56:12 UTC) #1
Sebastian Noack
LGTM. At the time we couldn't land it because of the adblockplusui still relying on ...
April 24, 2019, 9:28 a.m. (2019-04-24 09:28:36 UTC) #2
Manish Jethani
On 2019/04/24 09:28:36, Sebastian Noack wrote: > LGTM. > > At the time we couldn't ...
April 24, 2019, 2:32 p.m. (2019-04-24 14:32:53 UTC) #3
Manish Jethani
Patch Set 2: Rebase Patch Set 3: Handle calls with no arguments https://codereview.adblockplus.org/30024555/diff/30049559/polyfill.js File polyfill.js ...
April 24, 2019, 2:42 p.m. (2019-04-24 14:42:23 UTC) #4
Sebastian Noack
https://codereview.adblockplus.org/30024555/diff/30049559/polyfill.js File polyfill.js (right): https://codereview.adblockplus.org/30024555/diff/30049559/polyfill.js#newcode120 polyfill.js:120: lastArgumentType == "undefined" && args.length > 0) On 2019/04/24 ...
April 24, 2019, 7:50 p.m. (2019-04-24 19:50:38 UTC) #5
Manish Jethani
https://codereview.adblockplus.org/30024555/diff/30049559/polyfill.js File polyfill.js (right): https://codereview.adblockplus.org/30024555/diff/30049559/polyfill.js#newcode120 polyfill.js:120: lastArgumentType == "undefined" && args.length > 0) On 2019/04/24 ...
April 24, 2019, 8:09 p.m. (2019-04-24 20:09:47 UTC) #6
Sebastian Noack
https://codereview.adblockplus.org/30024555/diff/30049559/polyfill.js File polyfill.js (right): https://codereview.adblockplus.org/30024555/diff/30049559/polyfill.js#newcode120 polyfill.js:120: lastArgumentType == "undefined" && args.length > 0) On 2019/04/24 ...
April 24, 2019, 8:42 p.m. (2019-04-24 20:42:30 UTC) #7
Manish Jethani
https://codereview.adblockplus.org/30024555/diff/30049559/polyfill.js File polyfill.js (right): https://codereview.adblockplus.org/30024555/diff/30049559/polyfill.js#newcode120 polyfill.js:120: lastArgumentType == "undefined" && args.length > 0) On 2019/04/24 ...
April 25, 2019, 8:04 a.m. (2019-04-25 08:04:54 UTC) #8
Sebastian Noack
https://codereview.adblockplus.org/30024555/diff/30049559/polyfill.js File polyfill.js (right): https://codereview.adblockplus.org/30024555/diff/30049559/polyfill.js#newcode120 polyfill.js:120: lastArgumentType == "undefined" && args.length > 0) On 2019/04/25 ...
April 25, 2019, 8:18 a.m. (2019-04-25 08:18:21 UTC) #9
Manish Jethani
https://codereview.adblockplus.org/30024555/diff/30049559/polyfill.js File polyfill.js (right): https://codereview.adblockplus.org/30024555/diff/30049559/polyfill.js#newcode120 polyfill.js:120: lastArgumentType == "undefined" && args.length > 0) On 2019/04/25 ...
April 25, 2019, 8:51 a.m. (2019-04-25 08:51:20 UTC) #10
Manish Jethani
Patch Set 4: Remove checks
April 25, 2019, 9:05 a.m. (2019-04-25 09:05:19 UTC) #11
Sebastian Noack
On 2019/04/25 08:51:20, Manish Jethani wrote: > https://codereview.adblockplus.org/30024555/diff/30049559/polyfill.js > File polyfill.js (right): > > https://codereview.adblockplus.org/30024555/diff/30049559/polyfill.js#newcode120 ...
April 25, 2019, 9:05 a.m. (2019-04-25 09:05:25 UTC) #12
Sebastian Noack
April 25, 2019, 9:08 a.m. (2019-04-25 09:08:31 UTC) #13
LGTM

Powered by Google App Engine
This is Rietveld