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

Unified Diff: lib/filterComposer.js

Issue 29366990: Issue 4714 - "Block element" context menu item fails to open window (Closed) Base URL: https://hg.adblockplus.org/adblockpluschrome
Patch Set: Created Dec. 7, 2016, 12:56 p.m.
Use n/p to move between diff chunks; N/P to move between comments.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/filterComposer.js
===================================================================
--- a/lib/filterComposer.js
+++ b/lib/filterComposer.js
@@ -194,17 +194,16 @@ port.on("composer.openDialog", (message,
return new Promise(resolve =>
{
ext.windows.create({
url: ext.getURL("composer.html"),
left: 50,
top: 50,
width: 420,
height: 200,
- focused: true,
type: "popup"
},
popupPage =>
{
let popupPageId = popupPage.id;
function onRemoved(removedPageId)
{
if (popupPageId == removedPageId)
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld