pcxFirefox 35.0.1 is Released

Follow official edition changes
Download pcxFirefox

The bugs fixed especially in pcxFirefox 35.0.1
Fixed: A Firefox Hello crash caused by the compiler optimization switch
Fixed: When using x64 edition to load onedrive.live.com, blank page is returned.


Features:

1) Optimize for newer processor that supports SSE2 ( x64 edition optimize for x64 CPU )
2) Introduce multithread load and portable feature ( using Portable=1 in tmemutil.ini to enable the portable feature )
3) Implement config.trim_on_minimize on Vista+ OS again, but set it to false by default
4) Embedded WMP plugin. (x64 has no embedded plugin)
5) Provide a tmemutil alternative open source module, whose source code is hosted in https://bitbucket.org/xunxun/tmemutil-3rd ( initial upstream source code comes from https://code.google.com/p/libportable/source/browse/ ). My tmemutil-3rd may not be synchronized updating with libportable, if you want to use latest libportable, you can download http://sourceforge.net/projects/libportable/files/Tools/portable_bin.7z/download , and rename portable32.dll or portable64.dll to tmemutil.dll
6) Enable internal plugin white list ( see http://bbs.kafan.cn/thread-1757700-1-1.html )
7) Implement System Clock Tweak Experimental Feature ( details below, may be changed in future editions )
8) Implement SmartRAM Experimental Feature ( details below, may be changed in future editions )
9) Add Google GEO API Key ( You can test it from http://mozqa.com/data/firefox/geolocation/position.html and https://developers.google.com/maps/documentation/javascript/examples/map-geolocation, other custom build may lack this feature )
10) Add Google Oauth API Key ( You can test it from Firefox Hello import contacts service, other custom build may lack this feature )
11) Support Bundled Fonts, in favour of Portable fonts ( –enable-bundled-fonts, put your fonts to firefox/fonts, then you can find the fonts in firefox options )

Build Method Improvement

1) BetterPGO
2) Apply PGO to all modules — will be enabled by default in official edition

About System Clock Tweak Experimental Feature

System Clock Rate ( abbreviated as SCR below ) Tweak
Provide some about:config options to modify SCR at startup
1) pcxfirefox.scr.enabled : The option control whether to modify SCR, whose default value is true ( Enabled SCR modifying at startup ).
2) pcxfirefox.scr.always : The option control whether to modify SCR if you use Battery Power, whose default value is false ( If you use Battery Power, set scr.always to false wont modify SCR, if you set it true, that will ignore Power type detect. )
pcxfirefox.scr.timer : The option provides Battery Power detecting period ( unit is second ), when reaching this time, detecing your Power Type again to do the behavior depending on pcxfirefox.scr.always

About SmatRAM Experimental Feature

Control your present RAM
Provide some about:config options related with SmartRAM at startup
1) pcxfirefox.memory.firefox.smart : The option controls whether to enable SmartRAM feature, whose default value is true ( Enabled SmartRAM at startup ).
2) pcxfirefox.memory.firefox.smart.dynamic : The option controls different memory trim methods, whose default value is true, when it is true, then pcxfirefox.memory.firefox.smart.dynamic.min and pcxfirefox.memory.firefox.smart.dynamic.ratio is valid.
pcxfirefox.memory.firefox.smart.dynamic.min : The option controls SmartRAM dynamic method’s minimized memory you want, whose default value is 128 MB.
pcxfirefox.memory.firefox.smart.dynamic.ratio : The option controls SmartRAM dynamic method’s the memory ratio you want, whose default value is 80, which means when hitting SmartRAM dynamic method event, the memory will be released to the 80% of the firefox.exe’s present memory.
3) pcxfirefox.memory.firefox.smart.keep : The option controls SmartRAM keep methos’s memory size, whose default value is 512 MB, when pcxfirefox.memory.firefox.smart.dynamic is false, the option is valid.
4) pcxfirefox.memory.firefox.smart.timer : The option provides SmartRAM event period ( unit is second ), whose default value is 3600 seconds.
CAUTION: dont’t set pcxfirefox.memory.firefox.smart.dynamic.ratio, pcxfirefox.memory.firefox.smart.keep, and pcxfirefox.memory.firefox.smart.timer to a very small value, if you really want a small value, please use them at your own risk ( which will greatly increased your OS’s I/O pressure )!

About tmemutil.dll

It is mine public fork from libportable, and I make it compatible with tete009’s tmemutil.dll
The setting file is also tmemutil.ini, you can see tmemutil-sample.ini for an example
The tmemutil.dll’s new feature compared to tete009’s tmemutil.dll is
1) Security Enhancements ( SafeEx=1 ), if you don’t know what it is, you should keep SafeEx=0
2) Process White List ( Prevent some API hook and Browser overflow attacks, EnableWhiteList=1 ), if you don’t know what it is, you should keep EnableWhiteList=0
3) Provide another two Environment Variables ( TmpDataPath and NpluginPath )
4) Provide Bosskey function ( Bosskey=1 ), you can refer to https://code.google.com/p/cppinfo/wiki/about_portable_configuration_file?tm=6#%E7%83%AD%E9%94%AE%E4%BD%BF%E7%94%A8
5) Provide another portable mode ( Nocompatete=1 ), whose portable path is very shallow

7 comments on “pcxFirefox 35.0.1 is Released

  1. jj says:

    35.01

    cannot choose fonts

    sample ->

    Like

  2. MrAlex94 says:

    Hi xunxun,

    Fix for OneDrive issue is here: https://bugzilla.mozilla.org/show_bug.cgi?id=1114347

    Hope that helps 🙂

    Like

  3. Wei Yan says:


    i cant open it at x64 system

    Like

Comments are closed.