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

Issue 29527877: Issue 5582 - Workaround Edge bug in tabs.query (Closed)

Created:
Aug. 25, 2017, 10:55 p.m. by Oleksandr
Modified:
Aug. 29, 2017, 4:14 p.m.
Visibility:
Public.

Description

Issue 5582 - Workaround Edge bug in tabs.query

Patch Set 1 #

Total comments: 2

Patch Set 2 : Manually look for the options tab #

Total comments: 3

Patch Set 3 : Streamline the code #

Total comments: 3

Patch Set 4 : Rebase to master tip #

Total comments: 2

Patch Set 5 : Update the comment about Firefox on Android #

Unified diffs Side-by-side diffs Delta from patch set Stats (+30 lines, -38 lines) Patch
M ext/background.js View 1 2 3 4 1 chunk +30 lines, -38 lines 0 comments Download

Messages

Total messages: 13
Oleksandr
https://codereview.adblockplus.org/29527877/diff/29527878/ext/background.js File ext/background.js (right): https://codereview.adblockplus.org/29527877/diff/29527878/ext/background.js#newcode743 ext/background.js:743: let queryInfo = {title: "Adblock Plus Options"}; This is ...
Aug. 25, 2017, 10:59 p.m. (2017-08-25 22:59:31 UTC) #1
Sebastian Noack
https://codereview.adblockplus.org/29527877/diff/29527878/ext/background.js File ext/background.js (right): https://codereview.adblockplus.org/29527877/diff/29527878/ext/background.js#newcode743 ext/background.js:743: let queryInfo = {title: "Adblock Plus Options"}; On 2017/08/25 ...
Aug. 26, 2017, 6:41 a.m. (2017-08-26 06:41:10 UTC) #2
Oleksandr
https://codereview.adblockplus.org/29527877/diff/29528564/ext/background.js File ext/background.js (right): https://codereview.adblockplus.org/29527877/diff/29528564/ext/background.js#newcode753 ext/background.js:753: chrome.tabs.query({}, tabs => Passing {} is the only way ...
Aug. 28, 2017, 1:38 a.m. (2017-08-28 01:38:37 UTC) #3
Sebastian Noack
https://codereview.adblockplus.org/29527877/diff/29528564/ext/background.js File ext/background.js (left): https://codereview.adblockplus.org/29527877/diff/29528564/ext/background.js#oldcode740 ext/background.js:740: let open = win => It seems the `win` ...
Aug. 29, 2017, 2:08 a.m. (2017-08-29 02:08:21 UTC) #4
Oleksandr
It would probably make sense to have Manish look at this as well, since it ...
Aug. 29, 2017, 3:55 a.m. (2017-08-29 03:55:18 UTC) #5
Sebastian Noack
https://codereview.adblockplus.org/29527877/diff/29529796/ext/background.js File ext/background.js (right): https://codereview.adblockplus.org/29527877/diff/29529796/ext/background.js#newcode749 ext/background.js:749: let tab = tabs == null ? null : ...
Aug. 29, 2017, 4:04 a.m. (2017-08-29 04:04:27 UTC) #6
Manish Jethani
https://codereview.adblockplus.org/29527877/diff/29529796/ext/background.js File ext/background.js (right): https://codereview.adblockplus.org/29527877/diff/29529796/ext/background.js#newcode749 ext/background.js:749: let tab = tabs == null ? null : ...
Aug. 29, 2017, 4:18 a.m. (2017-08-29 04:18:33 UTC) #7
Manish Jethani
On 2017/08/29 04:18:33, Manish Jethani wrote: > https://codereview.adblockplus.org/29527877/diff/29529796/ext/background.js > File ext/background.js (right): > > https://codereview.adblockplus.org/29527877/diff/29529796/ext/background.js#newcode749 ...
Aug. 29, 2017, 4:24 a.m. (2017-08-29 04:24:52 UTC) #8
Oleksandr
https://codereview.adblockplus.org/29527877/diff/29530565/ext/background.js File ext/background.js (left): https://codereview.adblockplus.org/29527877/diff/29530565/ext/background.js#oldcode738 ext/background.js:738: // nor does Firefox for Android before version 57, ...
Aug. 29, 2017, 11:49 a.m. (2017-08-29 11:49:59 UTC) #9
Manish Jethani
https://codereview.adblockplus.org/29527877/diff/29530565/ext/background.js File ext/background.js (right): https://codereview.adblockplus.org/29527877/diff/29530565/ext/background.js#newcode768 ext/background.js:768: // Firefox for Android does not support the windows ...
Aug. 29, 2017, 12:09 p.m. (2017-08-29 12:09:59 UTC) #10
Oleksandr
Aug. 29, 2017, 4:03 p.m. (2017-08-29 16:03:19 UTC) #11
Manish Jethani
On 2017/08/29 16:03:19, Oleksandr wrote: LGTM
Aug. 29, 2017, 4:07 p.m. (2017-08-29 16:07:51 UTC) #12
Sebastian Noack
Aug. 29, 2017, 4:08 p.m. (2017-08-29 16:08:23 UTC) #13
LGTM

Powered by Google App Engine
This is Rietveld