Updating build id for .014 in prep for release. minimo only
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@192806 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -5,6 +5,5 @@ gtkxtbin
|
||||
gfxshared_s
|
||||
gkgfx
|
||||
xpcom_core
|
||||
xpcomglue
|
||||
embed_base_s
|
||||
profdirserviceprovider_s
|
||||
|
||||
@@ -7,6 +7,5 @@ unicharutil_s
|
||||
gfxshared_s
|
||||
gkgfx
|
||||
xpcom_core
|
||||
xpcomglue
|
||||
embed_base_s
|
||||
profdirserviceprovider_s
|
||||
|
||||
Binary file not shown.
|
Before Width: | Height: | Size: 74 KiB After Width: | Height: | Size: 46 KiB |
@@ -18,6 +18,8 @@ ac_add_options --enable-elf-dynstr-gc
|
||||
ac_add_options --disable-shared
|
||||
ac_add_options --enable-static
|
||||
|
||||
ac_add_options --disable-plugins
|
||||
|
||||
# remove link dependency on libstdc++.so
|
||||
#LIBS=-lsupc++
|
||||
#CXX=gcc
|
||||
|
||||
@@ -1 +1 @@
|
||||
0.013
|
||||
0.014
|
||||
|
||||
@@ -9,7 +9,6 @@ InstallDir=%CE1%\%AppName%
|
||||
|
||||
[DefaultInstall]
|
||||
CopyFiles=Files.minimo,Files.chrome,Files.components,Files.greprefs,Files.res,Files.res_dtd,Files.res_entityTables,Files.res_fonts
|
||||
|
||||
CEShortcuts=Shortcuts
|
||||
|
||||
[SourceDisksNames]
|
||||
|
||||
@@ -3,8 +3,8 @@ Version = 1.0
|
||||
Component = Minimo
|
||||
|
||||
[Minimo]
|
||||
CabFiles = minimo.2577.CAB
|
||||
CabFiles = minimo.CAB
|
||||
Description=Mozilla Minimo for CE devices
|
||||
Uninstall=Mozilla Minimo 013
|
||||
Uninstall=Mozilla Minimo 014
|
||||
IconFile = minimo.ico
|
||||
IconIndex=0
|
||||
|
||||
@@ -35,7 +35,7 @@ pushd $INSTALL_DIST
|
||||
|
||||
rm -f minimo.*.DAT minimo.*.cab minimo.log minimo_wince_setup.exe
|
||||
|
||||
./cabwiz minimo.inf /err minimo.log /cpu 2577
|
||||
./cabwiz minimo.inf /err minimo.log
|
||||
|
||||
cat minimo.log
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
pref("general.useragent.extra.minimo", "Minimo/0.013");
|
||||
pref("general.useragent.extra.minimo", "Minimo/0.014");
|
||||
|
||||
pref("keyword.enabled", true);
|
||||
pref("keyword.URL", "http://www.google.com/search?btnI=I%27m+Feeling+Lucky&ie=UTF-8&oe=UTF-8&q=");
|
||||
@@ -94,12 +94,6 @@ pref("slider.snapMultiplier", 6);
|
||||
// option to choose plug-in finder
|
||||
pref("application.use_ns_plugin_finder", false);
|
||||
|
||||
// URI fixup prefs
|
||||
pref("browser.fixup.alternate.enabled", true);
|
||||
pref("browser.fixup.alternate.prefix", "www.");
|
||||
pref("browser.fixup.alternate.suffix", ".com");
|
||||
pref("browser.fixup.hide_user_pass", true);
|
||||
|
||||
// Default Capability Preferences: Security-Critical!
|
||||
// Editing these may create a security risk - be sure you know what you're doing
|
||||
//pref("capability.policy.default.barprop.visible.set", "UniversalBrowserWrite");
|
||||
|
||||
Reference in New Issue
Block a user