Search completed in 1.33 seconds.
28 results for "Hacking":
Your results are loading. Please wait...
Hacking with Bonsai
hacking mozilla with bonsai bonsai was originally created to solve the problem of tree instability.
Mozilla DOM Hacking Guide
seriously hacking on it requires excellent knowledge of c++ and xpcom, mozilla's own component model.
Hacking Tips
hacking tips benchmarking (shell) arewefastyet.com display the benchmark results of the javascript shell, and browser for b2g.
Mozilla
an introduction to hacking mozilla this guide introduces the mozilla project and provides an overview for developers interested in contributing to or exploring the various parts of the codebase.
... git moved here: https://firefox-source-docs.mozilla.org/contributing/contribution_quickref.html hacking with bonsai bonsai was originally created to solve the problem of tree instability.
... mozilla dom hacking guide mozilla gives you the opportunity not only to use very powerful and complete dom support, but also to work on a world-class implementation of one of the greatest internet technologies ever created.
Index - Archive of obsolete content
482 hacking wiki mdc project archives to be able to hack the mdc wiki software, you'll need a local webserver install, which can run mediawiki.
... 3793 using firebug and jquery (screencast) add-ons, extensions, firebug, jquery, javascript, screencasts, tutorials note: this screencast is originally from: http://ejohn.org/blog/hacking-digg-w...ug-and-jquery/ 3794 using io timeout and interrupt on nt nspr this technical memo is a cautionary note on using netscape portable runtime's (nspr) io timeout and interrupt on windows nt 3.51 and 4.0.
SpiderMonkey: The Mozilla JavaScript runtime
hacking on spidermonkey new to spidermonkey a guide to hacking on spidermonkey.
... spidermonkey internals: gc separate internals article on the gc spidermonkey internals: hacking tips collection of helpful tips & tools for hacking on the engine related topics javascript foss projects using or based on spidermonkey releases spidermonkey release notes current and past versions: 52, 45, 38, 31, 24, 17 community mailing list spidermonkey questions on stack overflow report a bug ...
Index of archived content - Archive of obsolete content
using microformats firefox sync code snippets javascript client api syncing custom preferences force rtl gre gre registration gecko coding help wanted http class overview hacking wiki help viewer creating a help content pack helper apps (and a bit of save as) hidden prefs how to write and land nanojit patches io guide/directory keys introducing the audio api extension isp data java in firefox extensions javascript os.shared ...
Bonsai - Archive of obsolete content
if you're updating our cvs tree you'll need to learn about hacking with bonsai.
Making it into a static overlay - Archive of obsolete content
integrating extensions into the mozilla codebase is beyond the scope of this tutorial, but for more information see mozilla.org's hacking documentation.
In-Depth - Archive of obsolete content
by default, mozilla 1.2 doesn't support images on the right hand side of the toolbars, but that can be changed with some xbl hacking.
SeaMonkey - making custom toolbar (SM ver. 1.x) - Archive of obsolete content
introduction the technique described here does not involve any hacking.
Custom toolbar button - Archive of obsolete content
introduction the technique described here does not involve any hacking.
Using Remote XUL - Archive of obsolete content
docs"> <menupopup> <menuitem label="roadmap" value="https://www.mozilla.org/roadmap.html" /> <menuitem label="projects" value="https://www.mozilla.org/projects/" /> <menuitem label="ports" value="https://www.mozilla.org/ports/" /> <menuitem label="module owners" value="https://www.mozilla.org/owners.html" /> <menuitem label="hacking" value="https://www.mozilla.org/hacking/" /> <menuitem label="get the source" value="https://www.mozilla.org/source.html" /> <menuitem label="build it" value="https://www.mozilla.org/build/" /> </menupopup> </menu> <menu label="testing"> <menupopup> <menuitem label="download" value="https://www.mozilla.org/releases/" /> <m...
Archived Mozilla and build documentation - Archive of obsolete content
gre hacking wiki to be able to hack the mdc wiki software, you'll need a local webserver install, which can run mediawiki.
Using Firebug and jQuery (Screencast) - Archive of obsolete content
note: this screencast is originally from: http://ejohn.org/blog/hacking-digg-w...ug-and-jquery/ this is an adaptation of a presentation that i gave while at mashup camp boston.
Reference - Archive of obsolete content
--nickolay 05:37, 31 aug 2005 (pdt) gonna follow mozilla's coding guides here: http://www.mozilla.org/hacking/mozil...de.html#visual --maian 00:30, 20 september 2005 (pdt) btoa() and atob() base64 encode and decode functions this documentation is missing the base64 encode (btoa) and decode (atob) functions.
Archive of obsolete content
using firebug and jquery (screencast) note: this screencast is originally from: http://ejohn.org/blog/hacking-digg-w...ug-and-jquery/ using io timeout and interrupt on nt this technical memo is a cautionary note on using netscape portable runtime's (nspr) io timeout and interrupt on windows nt 3.51 and 4.0.
Gaia - MDN Web Docs Glossary: Definitions of Web-related terms
learn more technical reference gaia platform guide gaia development/hacking guide ...
HTTP logging
enable logging for try server runs you can enable pr_logging on try by hacking build/automation.py.in, in 'def environment'.
Eclipse CDT
eclipse is open source, of course so if anyone feels like doing a bit of java hacking to fix these issues that'd be great.
Index
9 hacking tips spidermonkey this page list a few tips to help you investigate issues related to spidermonkey.
64-bit Compatibility
this article focuses on hacking tracemonkey code generation (jstracer.cpp, jsregex.cpp) in ways that will work on both 32-bit and 64-bit jit backends.
Redis Tips
if you have not, here is a fantastic on-line, interactive redis tutorial: http://try.redis.io/ for reference later on, you'll want the source of all things redis: https://redis.io you'll want to run a redis-server on your machine, and use the redis-cli at the command-line for hacking.
Introduction to XPCOM for the DOM
the understanding of the content of this document is a requirement to read the rest of the dom hacking guide.
Tutorial: Show Allocations Per Call Path - Firefox Developer Tools
window.demotrackallocations = function() { dbg = new debugger; // this makes hacking on the demo *much* more // pleasant.
A basic ray-caster - Web APIs
=) the ray-caster the nice people here have manually copied my files up so you can take a look, and for your hacking enjoyment i've posted the individual file contents as code listings (see below).
Linking - SVG: Scalable Vector Graphics
WebSVGLinking
to get around this, requires a little ugly javascript hacking: button.svg: <?xml version="1.1" encoding="utf-8"?> <svg xmlns="http://www.w3.org/2000/svg"> <g onclick="top.document.href='page2.html'" cursor="pointer"> <!-- button graphical elements here --> </g> </svg> example for an example of this solution at work see www.codedread.com.