Search completed in 1.09 seconds.
Tamarin build documentation - Archive of obsolete content
tamarin source versions the following instructions are for obtaining and building the
tamarin central source code.
... for instructions on
tamarin tracing, please see
tamarin tracing build documentation.
... supported platforms
tamarin currently supports the following operating systems and/or architectures.
...And 42 more matches
Tamarin Tracing Build Documentation - Archive of obsolete content
tamarin source versions the following instructions are for obtaining and building the
tamarin tracing source code.
... for instructions on
tamarin central, please see
tamarin build documentation supported platforms operating system processor status windows xp x86 supported, acceptance and performance tests automated in buildbot mac os x 10.4 x86 supported, acceptance and performance tests automated in buildbot linux - ubuntu 8.0.4 x86 supported, acceptance and performance tests automated in buildbot windows mobile (pocket pc 5.0) armv4t supported, acceptance and performance tests automated in buildbot raw image (no os) armv5 supported, acceptance and performance tests not done linux (nokia n810) armv5 supported, acceptance and performance tests not done current build status the current
tamarin tracing build status can be found at
tamarin tracing build status getting the
tamarin source the tamar...
...in tracing source resides in mercurial at
tamarin tracing.
...And 15 more matches
Tamarin - Archive of obsolete content
tamarin is a javascript engine written in c++.
...
tamarin's jit-compiler, nanojit, is also used in tracemonkey ergo spidermonkey, which is mozilla’s javascript engine in firefox.
...
tamarin is available under the mpl/gpl/lgpl tri-license.
...And 10 more matches
Running Tamarin performance tests - Archive of obsolete content
the
tamarin performance tests can be used to measure performance changes made to
tamarin.
...(in the
tamarin-redux/generated directory) set the shellabc environment variable to the path of the shell_toplevel.abc.
... (in
tamarin-redux/generated directory) set the asc environment variable to the path of the asc.jar compiler.
...And 8 more matches
Running Tamarin acceptance tests - Archive of obsolete content
the
tamarin acceptance tests can be used to verify your installation and or local changes that you have made to the source.
...running the
tamarin test suite requires the following steps: set the avm environment variable to the path of the avmplus executable (avmshell).
...the latest asc.jar can be downloaded from from ftp://ftp.mozilla.org/pub/js/
tamarin...latest/asc.jar.
...And 7 more matches
Tamarin Build System Documentation - Archive of obsolete content
the waterfall page is located at http://
tamarin-builds.mozilla.org/
tamarin-redux/waterfall what builds are displayed on the build system status page?
...
tamarin-redux mercurial builds are displayed in the top 3 sections: compile, smoke, test sandbox builds are displayed in next 3 sections: sandbox compile, sandbox smoke, sandbox test
tamarin-central is considered a "sandbox" and will appear under sandbox phase what are the build phases?
... the compile phase compiles all of the
tamarin source code and builds all of the shell executables, any errors will stop the phase and a red box will appear on the slave where the error occurred.
...And 7 more matches
Tamarin-central rev 703:2cee46be9ce0 - Archive of obsolete content
tamarin-central rev 703:2cee46be9ce0 was declared stable on 12/02/08.
... the announcement sent to
tamarin-devel can be read here.
... performance testsuite time metric the following is a comparison of the current
tamarin-central (tc-703) versus the prior build (tc-700) as well as current against the vm in flash player 10.
...And 3 more matches
Tamarin Acceptance Testing - Archive of obsolete content
in order to ensure that changes to the
tamarin code base are high quality before submitting, all developers are required to complete the following steps.
... successfully build release and debug versions of the shell with the debugger enabled [info] successfully run the following test suites: acceptance test suite [info] self tests [info] submit a sandbox build request to test against platforms that you may not have locally [info] available
tamarin acceptance test suites actionscript acceptance tests: actionscript acceptance tests running
tamarin acceptance tests abc assembler tests cmdline tests performance tests actionscript performance tests running
tamarin performance tests built-in self tests see instructions in doc/selftest.html in the
tamarin repository.
... avmdiff see instruction in doc/avmdiff.txt in the
tamarin repository.
... to build and setup the tools see building_
tamarin_windows_mobile_utilities.
Tamarin Roadmap - Archive of obsolete content
the
tamarin roadmap is intended to provide visibility into planned features and release dates.
...comments or questions are welcome and encouraged via the
tamarin-devel mailing list.
... tc jan '09 feature links status integrate the tt string class
tamarin:string implementation
tamarin:strings bug 465506 complete enhanced c++ profiler enhance memory profiler to work in release builds and be more performant in progress enable lir for arm targets bug 460764 complete amd64 nanojit bug 464476 in progress port nanojit to powerpc bug 458077 complete add mac-x64 and linux-x64 buildbots complete fail build on assertion in acceptance tests complete merge tracking bug bug 469836 in progress tc feb '09 spring backlog tbd.
Tamarin mercurial commit hook - Archive of obsolete content
it is highly recommended that all developers enable the mercurial commit hook for
tamarin.
... the hook is located in the
tamarin-redux repository in the file utils/hooks/
tamarin-commit-hook.py this is a simple mercurial hook that checks the following filetypes ('.cpp', '.h', '.as', '.abs', '.py') for the following: tabs anywhere in the line trailing whitespace windows line endings (\r\n) "mark_security_change" - looks for this text and warns user as security changes should not be checked into the public
tamarin-redux repository.
... installing the commit hook the easiest way to implement the hook is to sync to the tip of
tamarin-redux then add the following to your
tamarin-redux/.hg/hgrc file (or to ~/.hgrc to implement for all local repos): [hooks] pretxncommit.commit = python:/path/to/
tamarin-redux/utils/hooks/
tamarin-commit-hook.py:master_hook once added, all commits will run the commit hook.
Tamarin Releases - Archive of obsolete content
this page tracks
tamarin source code releases, past, present and future.
... upcoming release name(s)release datelinks tc next~ april 2009roadmap current release namerelease datelinks tc "mar 2009" a5c9ed928c9603/27/09
tamarin-devel announcement prior release name(s)release datelinks tc "feb 2009" a5c9ed928c9602/19/09
tamarin-devel announcement
tamarin-central rev 703:2cee46be9ce0 12/02/08
tamarin-devel announcement ...
Tamarin Acceptance Test Template - Archive of obsolete content
this is the test template for
tamarin acceptance tests (placed in test/acceptance/feature_name): /* -*- mode: js; c-basic-offset: 4; indent-tabs-mode: nil; tab-width: 4 -*- */ /* vi: set ts=4 sw=4 expandtab: (add to ~/.vimrc: set modeline modelines=5) */ /* ***** begin license block ***** * version: mpl 1.1/gpl 2.0/lgpl 2.1 * * the contents of this file are subject to the mozilla public license version * 1.1 (the "license"); you may not use this file except in compliance with * the license.
Index - Archive of obsolete content
both the
tamarin jit and the spidermonkey jit (a.k.a.
... 650
tamarin javascript, landing,
tamarin no summary!
... 651 abcasm abcasm - an abc assembler 652
tamarin acceptance testing in order to ensure that changes to the
tamarin code base are high quality before submitting, all developers are required to complete the following steps.
...And 16 more matches
How to Write and Land Nanojit Patches - Archive of obsolete content
it-central if you want to actually commit changes) tinderbox: http://tinderbox.mozilla.org/showbuilds.cgi?tree=nanojit commit log: http://hg.mozilla.org/projects/nanojit-central/shortlog/ irc channel: irc.mozilla.org #nanojit procedure the first thing to understand is that there are now three copies of nanojit in public mozilla.com repositories: one in nanojit-central, one in tracemonkey, one in
tamarin-redux.
... we land patches initially in nanojit-central, and those landings are followed up with semi-automated landings on tracemonkey and
tamarin-redux.
... these follow-up landings on tracemonkey and
tamarin-redux will overwrite any changes made to nanojit in tracemonkey and
tamarin-redux!
...And 6 more matches
Index of archived content - Archive of obsolete content
e under linux stress testing string quick reference string rosetta stone structure of an installable bundle supporting per-window private browsing supporting private browsing mode table cellmap table cellmap - border collapse table layout regression tests table layout strategy
tamarin abcasm
tamarin acceptance testing abc assembler tests actionscript acceptance tests
tamarin acceptance test template actionscript performance tests cmdline tests running
tamarin acceptan...
...ce tests running
tamarin performance tests
tamarin build system documentation
tamarin releases
tamarin-central rev 703:2cee46be9ce0
tamarin roadmap
tamarin build documentation
tamarin mercurial commit hook the download manager schema the life of an html http request the new nsstring class implementation (1999) tracevis transforming xml with xslt:mozilla xslt transforming xml with xslt:the netscape xslt treehydra treehydra build instructions treehydra manual t...
... sax security digital signatures encryption and decryption introduction to public-key cryptography introduction to ssl nspr release engineering guide ssl and tls solaris 10 build prerequisites sunbird theme tutorial table reflow internals
tamarin tracing build documentation the basics of web services themes building a theme common firefox theme issues and solutions creating a skin for firefox uuid contents.rdf install.rdf making sure your theme works with rtl locales theme...
Archive of obsolete content
mmgc mmgc is the
tamarin (née macromedia) garbage collector, a memory management library that has been built as part of the avm2/
tamarin effort.
... table reflow internals key:
tamarin tracing build documentation the following instructions are for obtaining and building the
tamarin tracing source code.
... for instructions on
tamarin central, please see the basics of web services summary: a current hot topic on the web right now are web services.
Nanojit - Archive of obsolete content
both the
tamarin jit and the spidermonkey jit (a.k.a.
... you can get nanojit by cloning the
tamarin-redux mercurial repository at http://hg.mozilla.org/
tamarin-redux.
2006-11-24 - Archive of obsolete content
discussions java versus
tamarin discussion about possibility of implementing java technology in mozilla products.
...the license would need to be compatible with all three mpl/gpl/lgpl (used by
tamarin) to be considered for mozilla.
MMgc - Archive of obsolete content
mmgc is the
tamarin (née macromedia) garbage collector, a memory management library that has been built as part of the avm2/
tamarin effort.
JS-Engine FAQ - Archive of obsolete content
to write wrappers in pure javascript to interface with any c library on the system there are mechanisms such as xpcshell, wxjs, jsdb, jsni coding spidermonkey in c check out this tutorial how to compile
tamarin on linux/x86 there is a patch that allows you to compile it.
JavaScript language resources - JavaScript
implementations spidermonkey - the javascript engine used in various mozilla products, including firefox; rhino - the javascript engine is written in java;
tamarin - the actionscript virtual machine (used in the adobe® flash® player); other implementations (wikipedia).