From 1fe097be0563f19a3de39dc5222ecc5c6356ca24 Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Thu, 22 Jan 2004 19:49:36 +0000 Subject: data: urls can be opened in new tabs too. 2004-01-22 Christian Persch * embed/mozilla/EventContext.cpp: * src/ephy-tab.c: (address_has_web_scheme): data: urls can be opened in new tabs too. --- embed/mozilla/EventContext.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'embed/mozilla') diff --git a/embed/mozilla/EventContext.cpp b/embed/mozilla/EventContext.cpp index e8705e9d5..39fe58183 100644 --- a/embed/mozilla/EventContext.cpp +++ b/embed/mozilla/EventContext.cpp @@ -821,6 +821,7 @@ nsresult EventContext::CheckLinkScheme (const nsAString &link) scheme.EqualsIgnoreCase ("https") || scheme.EqualsIgnoreCase ("ftp") || scheme.EqualsIgnoreCase ("file") || + scheme.EqualsIgnoreCase ("data") || scheme.EqualsIgnoreCase ("about") || scheme.EqualsIgnoreCase ("gopher")) { -- cgit v1.2.3