Skip to content
Snippets Groups Projects
  1. May 30, 2008
  2. May 29, 2008
  3. May 28, 2008
  4. May 27, 2008
    • jst@mozilla.org's avatar
      Fixing bug 433005. Make calls through XPConnect on threads other than the main... · 5fb49e58
      jst@mozilla.org authored
      Fixing bug 433005. Make calls through XPConnect on threads other than the main thread suspend JS request to avoid blocking GC on the main thread while calling slow functions on non-main threads. Patch by benjamin@smedbergs.us and jst@mozilla.org, r=jst@mozilla.org, sr=brendan@mozilla.org, a=schrep@mozilla.com
      5fb49e58
    • Benjamin Smedberg's avatar
      Return to building spidermonkey as C++, because we believe we found the cause... · 93076abf
      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
      93076abf
    • gavin@gavinsharp.com's avatar
      Followup comment fix for bug 434157 · 3e96d13d
      gavin@gavinsharp.com authored
      3e96d13d
    • nrthomas@gmail.com's avatar
      Bug 434696, Polish dictionary not available after updating from Fx3b5 to RC1,... · 3b48df84
      nrthomas@gmail.com authored
      Bug 434696, Polish dictionary not available after updating from Fx3b5 to RC1, r=ted.mielczarek, a=beltzner
      3b48df84
    • gavin@gavinsharp.com's avatar
      Bug 434002: event show isn't fired for treecol accessible, patch by Alexander... · ecb17c18
      gavin@gavinsharp.com authored
      Bug 434002: event show isn't fired for treecol accessible, patch by Alexander Surkov <surkov.alexander@gmail.com>, r=ginn.chen, a=beltzner
      ecb17c18
    • gavin@gavinsharp.com's avatar
      Bug 434157: Font scaling of Vista doesn't work as good with RC1 than it did... · 537d867b
      gavin@gavinsharp.com authored
      Bug 434157: Font scaling of Vista doesn't work as good with RC1 than it did with Betas, patch by roc@ocallahan.org, r=vlad, a=beltzner
      537d867b
    • gavin@gavinsharp.com's avatar
      Bug 433406: Once spell checker is disabled, it can't be enabled again, patch... · cd1040df
      gavin@gavinsharp.com authored
      Bug 433406: Once spell checker is disabled, it can't be enabled again, patch by Martijn Wargers <martijn.martijn@gmail.com>, r=mats, sr=roc, a=schrep
      cd1040df
    • Benjamin Smedberg's avatar
      Back out JS-as-C++, because it's a suspect in the Linux performance regression. · 5068d707
      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
      5068d707
    • Benjamin Smedberg's avatar
      Back out revision bd9c9cbf9ec8 (build spidermonkey as C++) for perftesting and profit. · d491c5f2
      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
      d491c5f2
    • peterv@propagandism.org's avatar
      Fix for bug 426261 (Crash in nsNavHistoryContainerResultNode::GetSortType()... · 45727ae1
      peterv@propagandism.org authored
      Fix for bug 426261 (Crash in nsNavHistoryContainerResultNode::GetSortType() during bookmark synchronization). Patch by ondrej and me, r=Mano, a=beltzner.
      45727ae1
    • edward.lee@engineering.uiuc.edu's avatar
      Leak bustage fix for Bug 434340 - The bookmark tags feature is broken on... · 30f57ae7
      edward.lee@engineering.uiuc.edu authored
      Leak bustage fix for Bug 434340 - The bookmark tags feature is broken on Firefox 3.0rc1 for OpenSolaris
      30f57ae7
  5. May 26, 2008
Loading