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

Unified Diff: ext/background.js

Issue 29527877: Issue 5582 - Workaround Edge bug in tabs.query (Closed)
Patch Set: Created Aug. 25, 2017, 10:55 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: ext/background.js
===================================================================
--- a/ext/background.js
+++ b/ext/background.js
@@ -740,7 +740,7 @@
let open = win =>
{
let optionsUrl = "options.html";
- let queryInfo = {url: optionsUrl};
+ let queryInfo = {title: "Adblock Plus Options"};
Oleksandr 2017/08/25 22:59:31 This is somewhat questionable, of course. It is po
Sebastian Noack 2017/08/26 06:41:10 The title indeed doesn't seem to be translated, bu
if (win)
queryInfo.windowId = win.id;
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld