La Billetterie

Un peu de tout saupoudré délicatement

Affichage des articles dans Mozilla

S’intègre à Visual Studio. Gère le C/C++ Il y a des erreurs dans notepad++ dans la liste de 100 erreurs dans divers projets open source. Certaines erreurs ont été détectées dans Mozilla/Firefox. Elles sont a priori corrigées depuis, cf https://bugzilla.mozilla.org/show_bug.cgi?id=710967

Description du profiler : Profiling with the built-in profiler Utiliser des symboles locaux : Profiling with the Built-in Profiler and Local Symbols on Windows

Le site suivant contient une grande liste de brevets MP3 : http://www.tunequest.org/a-big-list-of-mp3-patents/20070226/ The near complete draft standard was publicly available according to [MPEG FAQ (usenet)]. The draft standard was published as ISO/IEC JTC/SC29, “Coded Representation of Picture, Audio and Multimedia/Hypermedia Information”, Committee Draft of Standard ISO/IEC 11172, December 6, 1991. This means, I believe, that […]

Etat début 2014 : https://blog.mozilla.org/webdev/2014/01/16/dxr-gets-more-correct-less-case-sensitive/ Voir le dernier état (2013) qui parait au point : Eric Rose : DXR Digests the Firefox Codebase – the exact version of DXR currently used master, f46e320199cec388d28bf8fadc47834238a70a0c – version of Clang is currently used. clang version 3.0 (trunk 132484) Target: x86_64-unknown-linux-gnu – python version 2.4.3. – configure flags dans […]

Brian Hackett’s one of the best in the business and his sixgill array-bounds-checking work was and probably still is state of the art.

Le site suivant est utilisable pour soustitrer une vidéo sur n’importe quelle plateforme : http://www.universalsubtitles.org/fr/services/#benefits L’interface parait intéressante aussi, c’est soutenu par Mozilla et largement open source.

Clang a un script qui permet de faire une analyse statique d’un code, et d’identifier un certain nombre de mauvaise pratique. Explication chez Mozilla : https://developer.mozilla.org/en/Clang_Static_Analysis Le bug lié a cela avec le type de résultat obtenu : Bug 712350 – (clang-analysis) Clang Static Analysis

From mozilla.dev.security.policy : – the relevant extension coding techniques in Mozilla are: * Use the observer-service to register a « http-on-examine-response » observer. * When you observe this event, use channel.QueryInterface(Ci.nsIHTTPChannel) to get the HTTP channel from it * Pull the securityInfo attribute of that channel * Use QueryInterface(nsISSLStatusProvider) on the securityInfo to access the SSL data […]

Le sujet bouge actuellement : Les spec de DOMCryptAPI dans WiMo Au niveau du W3C : Web Cryptography Working Group Charter Il y a aussi le groupe JOSE : Javascript Object Signing and Encryption (Active WG) à l’IETF MDN : window.crypto a gagné une référence à ce sujet. Jungshik s’exprime à ce sujet : [whatwg] […]

Le projet de Mozilla pour afficher un PDF en javascript : https://github.com/mozilla/pdf.js Il semble être en train de développer une communauté significative, même s’il y a beaucoup de choses à faire.

La configuration de VMWokrstation 7 pour cette feature : Record and replay debugging Firefox – need a modern multi-core CPU with VT-x support to get adequate performance when replay debugging. – We recommend a quad core i7 or Xeon chip – at least 8 GB RAM and an SSD with at least 256 GB space. […]

Find, grep, awk, etc, tous les utilitaires GNU en natif sous windows : http://unxutils.sourceforge.net/ et http://sourceforge.net/projects/unxutils/files/unxutils/

Google se lance dans Pepper : http://codereflect.com/2011/08/12/nacl-pepper-salt-n-pepper-google-chrome-embraces-c/ http://www.chromium.org/nativeclient/getting-started/getting-started-background-and-basics#TOC-Native-Client-NaCl- Mais Mozilla a décidé de le rejeter : http://www.theregister.co.uk/2010/06/25/mozilla_on_npapi_pepper/ https://wiki.mozilla.org/NPAPI#Past_NPAPI_Specification_Proposals Est-il cependant possible d’intégrer le plug-in de Google dans le NPAPI version standard, même s’il est certain qu’on va perdre des fonctionnalité par rapport à la version Chrome ?

Faire tourner Node.js sous Windows en tant que service (avec https://iain.cx/src/nssm/ ): http://blog.tatham.oddie.com.au/2011/03/16/node-js-on-windows/ Le dernière version est disponible sous Windows : http://blog.nodejs.org/2011/10/10/node-v0-5-9/ SpiderNode est un peu mort, pas d’actualité sur le projet …

Blog sécurité : http://blog.mozilla.com/security/2011/09/27/attack-against-tls-protected-communications/ Bugzilla : https://bugzilla.mozilla.org/show_bug.cgi?id=665814 Disable Java : https://bugzilla.mozilla.org/show_bug.cgi?id=689661

Cette bibliothèque semble plutôt efficace et est utilisée dans les applis météo France : http://ybochatay.fr/CariSVG/

De bons points chez Roc : http://robert.ocallahan.org/2011/06/permissions-for-web-applications_30.html?showComment=1309560501000#c1377259396140044328

http://pencil.evolus.vn/en-US/Home.aspx

La page du projet : https://wiki.mozilla.org/Enterprise

Le protocole browser ID de signature d’assertions : Identity at Mozilla : BrowserID Represents @NodeSummit L’implémentation de référénce : browserid.org http://lloyd.io/how-browserid-works http://hacks.mozilla.org/2011/07/introducing-browserid-easier-and-safer-authentication-on-the-web/ Tout ceci repose sur l’idée d’implanter un protocole conforme au document Verified Email Protocol: Overview and Introduction