La Billetterie

Un peu de tout saupoudré délicatement

Affichage des articles dans Mozilla

Les machines virtuelles vm de référence pour compiler Firefox sont accessibles ici : https://wiki.mozilla.org/ReferencePlatforms/Linux-Public C’est du VMWare, mais les instructions pour les utiliser avec Virtual Box sont publiées.

https://developer.mozilla.org/en/Integrated_Authentication network.negotiate-auth.trusted-uris lists the sites that are permitted to engage in SPNEGO authentication with the browser, and network.negotiate-auth.delegation-uris lists the sites for which the browser may delegate user authorization to the server. network.automatic-ntlm-auth.trusted-uris lists the trusted sites to use NTLM authentification. site-list = « mydomain.com, https://myotherdomain.com »

http://kuix.de/conspiracy/ Cert Viewer Plus : Export certificat en PEM = 2 extension chinoises * CA Untrustworthy, Delete or disable CA certificates owned by CNNIC * Cert Alert, Notify the user if download any content from CNNIC SSL sites. Certificate Patrol : Permet de détecter tout renouvellement de certificat Key manager : You can think of […]

Travis Description complete sur MDC Description : TraceVis: performance visualization for TraceMonkey hg clone http://hg.mozilla.org/users/dmandelin_mozilla.com/tracevis/ the patch that instruments TM with activity counters and a bunch of Python scripts for processing the outputs. The image generation scripts require PIL (Python Imaging Library). http://hacks.mozilla.org/2009/07/tracemonkey-overview/

Le portail maintenant est : https://addons.mozilla.org/en-US/developers/ orienté vers JetPack, voir aussi l’outil inter-actif. MDC : Building an Extension MDC : Setting up an extension development environment Chromebug User Guide JavaScript Debugger JavaScript debugging in Firefox extensions Enabling the javascript.options.showInConsole and javascript.options.strict options are a good help. Also enabling nglayout.debug.disable_xul_cache and browser.dom.window.dump.enabled doesn’t hurt anything, though […]

http://www.squarefree.com/2010/01/14/downloadable-debug-builds/ le ftp : https://ftp.mozilla.org/pub/mozilla.org/firefox/tinderbox-builds/

I have a test in a local file, that needs UniversalXPConnect user_pref(« signed.applets.codebase_principal_support »,true); user_pref(« capability.principal.codebase.p0.granted », »UniversalXPConnect »); user_pref(« capability.principal.codebase.p0.id », »file:// »); user_pref(« capability.principal.codebase.p0.subjectName », » »); security.fileuri.strict_origin_policy to false user_pref(« security.fileuri.strict_origin_policy », »false »);

Compiler SpideMoneky Seamonkey en stand alone mozrepl : Extension permettant à distance d’exécuter du JS dans Firefox JSSh : A peu près la même chose que mozrepl

https://wiki.mozilla.org/Verbatim

http://dbnv.free.fr/dotclear/index.php?2005/02/14/6-deploiement-massif-du-navigateur-mozilla-firefox-en-entreprise http://www.frontmotion.com/Firefox/index.htm

Aucune version de Fennec sur Windows Mobile n’est encore officiellement disponible et les info sont très discrètes. Malgré cela, en cherchant on peut trouver les premières instructions sur la manière de le compiler: https://wiki.mozilla.org/Mobile/Build/Fennec https://wiki.mozilla.org/Mobile/Build#Windows_Mobile https://wiki.mozilla.org/Mobile/Build/WinMobile6_XULRunner_BrainDump_20080630 https://wiki.mozilla.org/Mobile/Build/Windows_Mobile_Build_Instructions Voir aussi les infos sur ce qui est fait pour réduire la consommation mémoire: https://wiki.mozilla.org/Mobile/MemoryReduction

Finalement, ça marche à partir de Firefox 3.0 sous Windows … Extrait de Sorting it all out : It seems you haven’t noticed that IE handles cursor movements around ম্পা perfectly well (try ম্পাম্পা, it’s only two blocs for IE, even with version 6), so using win32 it manages to get an even better result […]

le billet originel sur le problème : http://benjamin.smedbergs.us/blog/2008-01-10/patching-the-windows-crt/ On ne peut pas prendre simplement le CRT de mingw car il appelle à son tour msvcrt.dll : http://groups.google.fr/group/mozilla.dev.platform/msg/eed5febe9ef5ad84 > Well… MinGW calls into msvcrt.dll (the VC6 runtime, shipped with > Windows; there’s a 64 bit version on 64 bit Windows, too) to do the > actual […]

La page sur le MDC : http://developer.mozilla.org/en/docs/Mozilla_automated_testing Un lien qui recence plusieurs bugs et donne des liens vers plusieurs tests: http://groups.google.fr/group/mozilla.dev.quality/msg/a638e65cfede270b

Quelques notes suite au débat commencé sur mozilla.dev.performance : http://groups.google.fr/group/mozilla.dev.performance/msg/972b39fc67855a78 Doc VirtualFree : http://msdn2.microsoft.com/en-us/library/aa366892.aspx Doc VirtualAlloc : http://msdn2.microsoft.com/en-us/library/aa366887.aspx On peut pour utiliser cela réécrire new/delete : void * operator new( unsigned int cb ){ return LocalAlloc(LPTR, cb); // VirtualAlloc} void operator delete(void *block) { LocalFree(block);} Au fait pour un gc (il peut ainsi suivre les […]

Après chris double et ses instructions/son arbre git, voici la version mercurial http://wiki.mozilla.org/WorkingWithMercurial http://wiki.mozilla.org/Using_Mercurial_locally_with_CVS#Cloning_the_CVS_repository (depuis http://blog.vlad1.com/archives/2007/07/31/150/#comment-7810 ) Ca parait plus compliqué à maîtriser.

Rappel : Envisagé ici au départ : http://weblogs.mozillazine.org/roc/archives/2006/02/post_1.html Avec mon commentaire qui pointait vers : http://msdn.microsoft.com/library/default.asp?url=/library/en-us/intl/uniscrib_9t2d.asp http://msdn.microsoft.com/library/default.asp?url=/library/en-us/intl/uniscrib_7yhx.asp Mais quand on calcule les break séparément, il faut utiliser ScriptBreak : http://msdn.microsoft.com/library/default.asp?url=/library/en-us/intl/uniscrib_1dm3.asp?frame=true Voir aussi info ici : http://www.microsoft.com/globaldev/getwr/steps/wrg_linebrk.mspx Le tutorial unicode du site catch22 ne me semble pas donner beaucoup d’info sur lamanière de gérer cela. Cela […]

NSS 3.12 will support EV certificates : « Libpkix provides a much more complete an modern parsing of certificates, most importantly policy parsing and handling cross certificate environments correctly. Both of these are needed for EV (the primary driver of getting libpkix in). (It also includes such things a on the fly fetching of intermediate certs. » […]

Bon comme le jour où j’en ait besoin je ne sais jamais où sont les archives des nightlies de Firefox et les archives des hourlies, stockons le lien : http://archive.mozilla.org/pub/firefox/nightly/ et http://hourly-archive.localgho.st (on espère qu’ils vont passer à plus de 1 semaine de stockage) Les nightlies classiques sont ici bien entend : http://ftp.mozilla.org/pub/mozilla.org/firefox/nightly/ Ah, un […]

Nice tools David : David Baron’s weblog: January 2006 but couldn’t you just modify it to work with cscript and solve the current limitation WRT the perl version ? : http://www.microsoft.com/resources/documentation/windows/xp/all/proddocs/en-us/cscript_overview.mspx