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

Unified Diff: background.js

Issue 29740563: Noissue - In the devtools panel, preserve space for missing document domain (Closed)
Patch Set: Created April 2, 2018, 6:47 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 | devtools-panel.html » ('j') | devtools-panel.html » ('J')
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: background.js
===================================================================
--- a/background.js
+++ b/background.js
@@ -624,7 +624,7 @@
request: {
url: "http://example.com/some-annoying-popup",
type: "POPUP",
- docDomain: "example.com"
+ docDomain: ""
},
filter: {
text: "||example.com/some-annoying-popup$popup",
« no previous file with comments | « no previous file | devtools-panel.html » ('j') | devtools-panel.html » ('J')

Powered by Google App Engine
This is Rietveld