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

Unified Diff: include.preload.js

Issue 5225119261655040: Issue 1282 - Don't generate filters conflicting with existing exception rules (Closed)
Patch Set: Created Dec. 15, 2014, 2: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 | « include.postload.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: include.preload.js
===================================================================
--- a/include.preload.js
+++ b/include.preload.js
@@ -20,10 +20,13 @@
var typeMap = {
"img": "IMAGE",
"input": "IMAGE",
+ "picture": "IMAGE",
kzar 2014/12/15 15:45:40 Are these changes relevant to the issue?
Sebastian Noack 2014/12/15 15:58:42 Yes, they are. Initially this mapping were only us
"audio": "MEDIA",
"video": "MEDIA",
"frame": "SUBDOCUMENT",
- "iframe": "SUBDOCUMENT"
+ "iframe": "SUBDOCUMENT",
+ "object": "OBJECT",
+ "embed": "OBJECT"
};
function checkCollapse(element)
« no previous file with comments | « include.postload.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld