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

Unified Diff: lib/utils.js

Issue 29339346: Noissue - Removed obsolete nsIURI compatbility code (Closed)
Patch Set: Completly remove Utils.makeURI() Created April 4, 2016, 1:44 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 | « lib/compat.js ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/utils.js
===================================================================
--- a/lib/utils.js
+++ b/lib/utils.js
@@ -53,11 +53,6 @@
// We cannot calculate MD5 checksums yet :-(
return null;
},
- makeURI: function(url)
Sebastian Noack 2016/04/04 13:46:43 Actually we don't even need that function anymore,
- {
- return Services.io.newURI(url);
- },
-
checkLocalePrefixMatch: function(prefixes)
{
if (!prefixes)
« no previous file with comments | « lib/compat.js ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld