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

Issue 29539848: Noissue - Close popup after opening options page (Closed)

Created:
Sept. 8, 2017, 7:38 p.m. by Manish Jethani
Modified:
Sept. 8, 2017, 9:57 p.m.
Base URL:
https://hg.adblockplus.org/adblockpluschrome/
Visibility:
Public.

Description

Noissue - Close popup after opening options page

Patch Set 1 #

Unified diffs Side-by-side diffs Delta from patch set Stats (+1 line, -1 line) Patch
M popup.js View 1 chunk +1 line, -1 line 0 comments Download

Messages

Total messages: 9
Manish Jethani
Sept. 8, 2017, 7:38 p.m. (2017-09-08 19:38:26 UTC) #1
Manish Jethani
I just noticed that Firefox doesn't close the popup automatically when the options page is ...
Sept. 8, 2017, 7:41 p.m. (2017-09-08 19:41:57 UTC) #2
Oleksandr
LGTM. This is not a problem on Edge. But other browsers are affected by this ...
Sept. 8, 2017, 8:07 p.m. (2017-09-08 20:07:59 UTC) #3
Sebastian Noack
FWIW, ext.closePopup() has been introduced because window.close() doesn't work on Safari. With Safari support having ...
Sept. 8, 2017, 8:18 p.m. (2017-09-08 20:18:57 UTC) #4
Manish Jethani
On 2017/09/08 20:07:59, Oleksandr wrote: > LGTM. This is not a problem on Edge. But ...
Sept. 8, 2017, 8:57 p.m. (2017-09-08 20:57:54 UTC) #5
Manish Jethani
On 2017/09/08 20:18:57, Sebastian Noack wrote: > FWIW, ext.closePopup() has been introduced because window.close() doesn't ...
Sept. 8, 2017, 8:58 p.m. (2017-09-08 20:58:52 UTC) #6
Manish Jethani
On 2017/09/08 20:58:52, Manish Jethani wrote: > On 2017/09/08 20:18:57, Sebastian Noack wrote: > > ...
Sept. 8, 2017, 9:04 p.m. (2017-09-08 21:04:46 UTC) #7
Manish Jethani
On 2017/09/08 20:57:54, Manish Jethani wrote: > On 2017/09/08 20:07:59, Oleksandr wrote: > > LGTM. ...
Sept. 8, 2017, 9:38 p.m. (2017-09-08 21:38:00 UTC) #8
Sebastian Noack
Sept. 8, 2017, 9:57 p.m. (2017-09-08 21:57:46 UTC) #9
Message was sent while issue was closed.
On 2017/09/08 21:38:00, Manish Jethani wrote:
> Ah, sorry, I just completely forgot that Edge has its own bookmark. I'm not
sure
> how you share code between master and edge but anyway it was worth getting
your
> opinion on this.

The "master" branch is merged back into the "edge" branch, every now and then.
But this is just a temporary situation. Most of the changes for Microsoft Edge
have already been included in the "master", and at some point we will abandon
the "edge" bookmark. So either way, the code we land in the "master" (and
"next") bookmarks will eventually be used on Microsoft Edge.

Powered by Google App Engine
This is Rietveld