- May 30, 2008
-
-
Ben Hearsum authored
-
- May 29, 2008
-
-
Jason Orendorff authored
Bug 436343 - mozilla-central: js/src/Makefile.ref calculates .d filenames incorrectly (r=crowder, a=bsmedberg)
-
- May 28, 2008
-
-
Ben Hearsum authored
bug 434844: No Mozilla2 tinderboxes are running the codesize test - update autosummary.unix.bash the same way as basesummary*. r=bsmedberg, patch=me
-
Ben Hearsum authored
-
- May 27, 2008
-
-
Benjamin Smedberg authored
Return to building spidermonkey as C++, because we believe we found the cause of the perf regression elsewhere (non-code). --HG-- rename : js/src/js.c => js/src/js.cpp rename : js/src/jsapi.c => js/src/jsapi.cpp rename : js/src/jsarena.c => js/src/jsarena.cpp rename : js/src/jsarray.c => js/src/jsarray.cpp rename : js/src/jsatom.c => js/src/jsatom.cpp rename : js/src/jsbool.c => js/src/jsbool.cpp rename : js/src/jscntxt.c => js/src/jscntxt.cpp rename : js/src/jscpucfg.c => js/src/jscpucfg.cpp rename : js/src/jsdate.c => js/src/jsdate.cpp rename : js/src/jsdbgapi.c => js/src/jsdbgapi.cpp rename : js/src/jsdhash.c => js/src/jsdhash.cpp rename : js/src/jsdtoa.c => js/src/jsdtoa.cpp rename : js/src/jsemit.c => js/src/jsemit.cpp rename : js/src/jsexn.c => js/src/jsexn.cpp rename : js/src/jsfile.c => js/src/jsfile.cpp rename : js/src/jsfun.c => js/src/jsfun.cpp rename : js/src/jsgc.c => js/src/jsgc.cpp rename : js/src/jshash.c => js/src/jshash.cpp rename : js/src/jsinterp.c => js/src/jsinterp.cpp rename : js/src/jsinvoke.c => js/src/jsinvoke.cpp rename : js/src/jsiter.c => js/src/jsiter.cpp rename : js/src/jskwgen.c => js/src/jskwgen.cpp rename : js/src/jslock.c => js/src/jslock.cpp rename : js/src/jslog2.c => js/src/jslog2.cpp rename : js/src/jslong.c => js/src/jslong.cpp rename : js/src/jsmath.c => js/src/jsmath.cpp rename : js/src/jsnum.c => js/src/jsnum.cpp rename : js/src/jsobj.c => js/src/jsobj.cpp rename : js/src/jsopcode.c => js/src/jsopcode.cpp rename : js/src/jsparse.c => js/src/jsparse.cpp rename : js/src/jsprf.c => js/src/jsprf.cpp rename : js/src/jsregexp.c => js/src/jsregexp.cpp rename : js/src/jsscan.c => js/src/jsscan.cpp rename : js/src/jsscope.c => js/src/jsscope.cpp rename : js/src/jsscript.c => js/src/jsscript.cpp rename : js/src/jsstr.c => js/src/jsstr.cpp rename : js/src/jsutil.c => js/src/jsutil.cpp rename : js/src/jsxdrapi.c => js/src/jsxdrapi.cpp rename : js/src/jsxml.c => js/src/jsxml.cpp rename : js/src/prmjtime.c => js/src/prmjtime.cpp
-
Benjamin Smedberg authored
--HG-- rename : js/src/js.cpp => js/src/js.c rename : js/src/jsapi.cpp => js/src/jsapi.c rename : js/src/jsarena.cpp => js/src/jsarena.c rename : js/src/jsarray.cpp => js/src/jsarray.c rename : js/src/jsatom.cpp => js/src/jsatom.c rename : js/src/jsbool.cpp => js/src/jsbool.c rename : js/src/jscntxt.cpp => js/src/jscntxt.c rename : js/src/jscpucfg.cpp => js/src/jscpucfg.c rename : js/src/jsdate.cpp => js/src/jsdate.c rename : js/src/jsdbgapi.cpp => js/src/jsdbgapi.c rename : js/src/jsdhash.cpp => js/src/jsdhash.c rename : js/src/jsdtoa.cpp => js/src/jsdtoa.c rename : js/src/jsemit.cpp => js/src/jsemit.c rename : js/src/jsexn.cpp => js/src/jsexn.c rename : js/src/jsfile.cpp => js/src/jsfile.c rename : js/src/jsfun.cpp => js/src/jsfun.c rename : js/src/jsgc.cpp => js/src/jsgc.c rename : js/src/jshash.cpp => js/src/jshash.c rename : js/src/jsinterp.cpp => js/src/jsinterp.c rename : js/src/jsinvoke.cpp => js/src/jsinvoke.c rename : js/src/jsiter.cpp => js/src/jsiter.c rename : js/src/jskwgen.cpp => js/src/jskwgen.c rename : js/src/jslock.cpp => js/src/jslock.c rename : js/src/jslog2.cpp => js/src/jslog2.c rename : js/src/jslong.cpp => js/src/jslong.c rename : js/src/jsmath.cpp => js/src/jsmath.c rename : js/src/jsnum.cpp => js/src/jsnum.c rename : js/src/jsobj.cpp => js/src/jsobj.c rename : js/src/jsopcode.cpp => js/src/jsopcode.c rename : js/src/jsparse.cpp => js/src/jsparse.c rename : js/src/jsprf.cpp => js/src/jsprf.c rename : js/src/jsregexp.cpp => js/src/jsregexp.c rename : js/src/jsscan.cpp => js/src/jsscan.c rename : js/src/jsscope.cpp => js/src/jsscope.c rename : js/src/jsscript.cpp => js/src/jsscript.c rename : js/src/jsstr.cpp => js/src/jsstr.c rename : js/src/jsutil.cpp => js/src/jsutil.c rename : js/src/jsxdrapi.cpp => js/src/jsxdrapi.c rename : js/src/jsxml.cpp => js/src/jsxml.c rename : js/src/prmjtime.cpp => js/src/prmjtime.c
-
Benjamin Smedberg authored
--HG-- rename : js/src/js.cpp => js/src/js.c rename : js/src/jsapi.cpp => js/src/jsapi.c rename : js/src/jsarena.cpp => js/src/jsarena.c rename : js/src/jsarray.cpp => js/src/jsarray.c rename : js/src/jsatom.cpp => js/src/jsatom.c rename : js/src/jsbool.cpp => js/src/jsbool.c rename : js/src/jscntxt.cpp => js/src/jscntxt.c rename : js/src/jscpucfg.cpp => js/src/jscpucfg.c rename : js/src/jsdate.cpp => js/src/jsdate.c rename : js/src/jsdbgapi.cpp => js/src/jsdbgapi.c rename : js/src/jsdhash.cpp => js/src/jsdhash.c rename : js/src/jsdtoa.cpp => js/src/jsdtoa.c rename : js/src/jsemit.cpp => js/src/jsemit.c rename : js/src/jsexn.cpp => js/src/jsexn.c rename : js/src/jsfile.cpp => js/src/jsfile.c rename : js/src/jsfun.cpp => js/src/jsfun.c rename : js/src/jsgc.cpp => js/src/jsgc.c rename : js/src/jshash.cpp => js/src/jshash.c rename : js/src/jsinterp.cpp => js/src/jsinterp.c rename : js/src/jsiter.cpp => js/src/jsiter.c rename : js/src/jskwgen.cpp => js/src/jskwgen.c rename : js/src/jslock.cpp => js/src/jslock.c rename : js/src/jslog2.cpp => js/src/jslog2.c rename : js/src/jslong.cpp => js/src/jslong.c rename : js/src/jsmath.cpp => js/src/jsmath.c rename : js/src/jsnum.cpp => js/src/jsnum.c rename : js/src/jsobj.cpp => js/src/jsobj.c rename : js/src/jsopcode.cpp => js/src/jsopcode.c rename : js/src/jsparse.cpp => js/src/jsparse.c rename : js/src/jsprf.cpp => js/src/jsprf.c rename : js/src/jsregexp.cpp => js/src/jsregexp.c rename : js/src/jsscan.cpp => js/src/jsscan.c rename : js/src/jsscope.cpp => js/src/jsscope.c rename : js/src/jsscript.cpp => js/src/jsscript.c rename : js/src/jsstr.cpp => js/src/jsstr.c rename : js/src/jsutil.cpp => js/src/jsutil.c rename : js/src/jsxdrapi.cpp => js/src/jsxdrapi.c rename : js/src/jsxml.cpp => js/src/jsxml.c rename : js/src/prmjtime.cpp => js/src/prmjtime.c
-
- May 23, 2008
-
-
Edward Lee authored
Bug 433298 - EULA cut off checkbox/buttons on bottom - unusable on small (EeePC) screens. r=gavin, a1.9=schrep
-
- May 22, 2008
-
-
David Mandelin authored
-
- May 21, 2008
-
-
sdwilsh@shawnwilsher.com authored
DOMi extension version wasn't bumped rs=Neil a=bsmedberg
-
- May 19, 2008
-
-
bcrowder@mozilla.com authored
-
- May 20, 2008
-
-
David Mandelin authored
-
David Mandelin authored
-
- May 16, 2008
-
-
bcrowder@mozilla.com authored
-
Ben Turner authored
-
jorendorff@mozilla.com authored
Merge 8 changesets from cvs-trunk-mirror to mozilla-central. Use (hg log -r b60aee4a61a6:e70e05d8eda2) to see them.
-
Jeff Walden authored
Add mozconfig, a lesser-known but ls-able alternative to .mozconfig, to the list of ignored files in .hgignore. r=dbaron
-
- May 15, 2008
-
-
ctalbert@mozilla.com authored
-
Ben Hearsum authored
-
bugzilla@standard8.plus.com authored
-
Daniel Holbert authored
-
- May 14, 2008
-
-
dholbert@cs.stanford.edu authored
-
bclary@bclary.com authored
-
anodelman@mozilla.com authored
Bug 430835 - talos errors for inability to contact graph server need improvement p=anodelman r=rcampbell
-
L. David Baron authored
Fix broken --shutdown-leaks argument handling on Windows by copying the argument out of argv rather than holding a pointer to it. b=433708 r=pavlov
-
Ben Hearsum authored
-
Ben Hearsum authored
-
Ben Hearsum authored
bug 422296: need debug+leak testing builds for mozilla central - trivial follow-up for build/Makefile.in. r=tmielczarek, patch=me
-
anodelman@mozilla.com authored
-
- May 13, 2008
-
-
Reed Loden authored
Bug 432658 - "Change mozilla-central product version to 3.1a1pre instead of 4.0pre" [p=reed r=nthomas]
-
Reed Loden authored
Bug 432658 - "Change mozilla-central product version to 3.1a1pre instead of 4.0pre" [p=reed r=nthomas]
-
Ben Hearsum authored
bug 422296: tools needed for debug+leak tests on mozilla-central - bloatdiff.pl + leaktest.py.in runner script. r=tmielczarek, patch=me
-
Vladimir Vukicevic authored
-
Vladimir Vukicevic authored
-
cltbld authored
-
cltbld authored
-
jorendorff@mozilla.com authored
-
Vladimir Vukicevic authored
-
- May 12, 2008
-
-
nrthomas@gmail.com authored
-
karlt+@karlt.net authored
Bug 433192. Ctrl+Shift+X doesn't switch text-direction in text boxes with Hebrew keyboard layout. p=masayuki+karl r=gavin sr=roc a1.9=schrep.
-