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

Issue 29596637: Issue 5985 - Work around Firefox bug causing Block element dialog to be empty on Linux (Closed)

Created:
Nov. 3, 2017, 1:10 p.m. by Wladimir Palant
Modified:
Nov. 3, 2017, 2:43 p.m.
Reviewers:
kzar
CC:
Sebastian Noack
Base URL:
https://hg.adblockplus.org/adblockpluschrome
Visibility:
Public.

Description

Issue 5985 - Work around Firefox bug causing Block element dialog to be empty on Linux

Patch Set 1 #

Total comments: 8
Unified diffs Side-by-side diffs Delta from patch set Stats (+26 lines, -23 lines) Patch
M lib/filterComposer.js View 1 chunk +26 lines, -23 lines 8 comments Download

Messages

Total messages: 7
Wladimir Palant
Nov. 3, 2017, 1:10 p.m. (2017-11-03 13:10:36 UTC) #1
kzar
https://codereview.adblockplus.org/29596637/diff/29596638/lib/filterComposer.js File lib/filterComposer.js (left): https://codereview.adblockplus.org/29596637/diff/29596638/lib/filterComposer.js#oldcode220 lib/filterComposer.js:220: ext.windows.create({ I think we can remove ext.windows from ext/background.js ...
Nov. 3, 2017, 1:24 p.m. (2017-11-03 13:24:06 UTC) #2
Wladimir Palant
https://codereview.adblockplus.org/29596637/diff/29596638/lib/filterComposer.js File lib/filterComposer.js (left): https://codereview.adblockplus.org/29596637/diff/29596638/lib/filterComposer.js#oldcode220 lib/filterComposer.js:220: ext.windows.create({ On 2017/11/03 13:24:06, kzar wrote: > I think ...
Nov. 3, 2017, 1:49 p.m. (2017-11-03 13:49:05 UTC) #3
kzar
https://codereview.adblockplus.org/29596637/diff/29596638/lib/filterComposer.js File lib/filterComposer.js (left): https://codereview.adblockplus.org/29596637/diff/29596638/lib/filterComposer.js#oldcode220 lib/filterComposer.js:220: ext.windows.create({ On 2017/11/03 13:49:05, Wladimir Palant wrote: > On ...
Nov. 3, 2017, 1:57 p.m. (2017-11-03 13:57:06 UTC) #4
kzar
LGTM
Nov. 3, 2017, 1:57 p.m. (2017-11-03 13:57:15 UTC) #5
Wladimir Palant
https://codereview.adblockplus.org/29596637/diff/29596638/lib/filterComposer.js File lib/filterComposer.js (left): https://codereview.adblockplus.org/29596637/diff/29596638/lib/filterComposer.js#oldcode220 lib/filterComposer.js:220: ext.windows.create({ On 2017/11/03 13:57:06, kzar wrote: > Well if ...
Nov. 3, 2017, 1:59 p.m. (2017-11-03 13:59:37 UTC) #6
kzar
Nov. 3, 2017, 2 p.m. (2017-11-03 14:00:56 UTC) #7
https://codereview.adblockplus.org/29596637/diff/29596638/lib/filterComposer.js
File lib/filterComposer.js (left):

https://codereview.adblockplus.org/29596637/diff/29596638/lib/filterComposer....
lib/filterComposer.js:220: ext.windows.create({
On 2017/11/03 13:59:37, Wladimir Palant wrote:
> On 2017/11/03 13:57:06, kzar wrote:
> > Well if we're only doing the bare minimum for the release, I wonder why you
> > changed this code around here to avoid using ext.windows. But whatever, I've
> > filed #5987 for that change anyway.
> 
> Because the ext API only gives us a tab ID but not a window ID.

Ah, OK.

Powered by Google App Engine
This is Rietveld