From 8638ac5f8bf800de5dc679b5b6698890edd615f7 Mon Sep 17 00:00:00 2001 From: "locka%iol.ie" Date: Fri, 8 Jun 2001 12:05:34 +0000 Subject: [PATCH] Added javascript: protocol handler to embedding manifest. b=82709 r=valeski@netscape.com sr=blizzard@mozilla.org a=dbaron@fas.harvard.edu --- embedding/config/basebrowser-unix | 4 ++++ embedding/config/basebrowser-win | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/embedding/config/basebrowser-unix b/embedding/config/basebrowser-unix index 703bb11ae245..b66bb38fc606 100644 --- a/embedding/config/basebrowser-unix +++ b/embedding/config/basebrowser-unix @@ -112,6 +112,10 @@ components/gfx2.xpt components/libjar50.so components/jar.xpt +; javascript +components/libjsurl.so +components/jsurl.xpt + ; layout components/libgkcontent.so components/libgklayout.so diff --git a/embedding/config/basebrowser-win b/embedding/config/basebrowser-win index d945ea1bc263..1c59d7cce208 100644 --- a/embedding/config/basebrowser-win +++ b/embedding/config/basebrowser-win @@ -106,6 +106,10 @@ components\txtsvc.xpt ; gfx components\gfx.xpt +; javascript +components\jsurl.dll +components\jsurl.xpt + ; layout components\gkcontent.dll components\gklayout.dll