adde 'marker' type
This commit is contained in:
parent
1e8fea4287
commit
30881f4710
4 changed files with 98 additions and 0 deletions
6
pre-compile-patches/about-store-2.patch
Normal file
6
pre-compile-patches/about-store-2.patch
Normal file
|
@ -0,0 +1,6 @@
|
|||
t: add
|
||||
i: /browser/components/about/components.conf
|
||||
o: /browser/components/about/components.conf
|
||||
|
||||
# 'settings',
|
||||
+ 'store',
|
9
pre-compile-patches/about-store.patch
Normal file
9
pre-compile-patches/about-store.patch
Normal file
|
@ -0,0 +1,9 @@
|
|||
t: add
|
||||
i: /browser/components/about/AboutRedirector.cpp
|
||||
o: /browser/components/about/AboutRedirector.cpp
|
||||
|
||||
#static const RedirEntry kRedirMap[] = {
|
||||
+ {"store", "http://localhost:20351/",
|
||||
+ nsIAboutModule::ALLOW_SCRIPT |
|
||||
+ nsIAboutModule::URI_MUST_LOAD_IN_CHILD |
|
||||
+ nsIAboutModule::URI_CAN_LOAD_IN_PRIVILEGEDABOUT_PROCESS}, // chrome://browser/content/aboutStore.xhtml
|
Loading…
Add table
Add a link
Reference in a new issue