- May 30, 2008
-
-
Benjamin Smedberg authored
--HG-- rename : js/src/jsinterp.c => js/src/jsinterp.cpp rename : js/src/jsparse.c => js/src/jsparse.cpp
-
dtownsend@oxymoronical.com authored
-
cltbld authored
-
Ben Hearsum authored
-
stefanh@inbox.com authored
-
- May 29, 2008
-
-
mark.finkle@gmail.com authored
-
Jason Orendorff authored
Bug 436343 - mozilla-central: js/src/Makefile.ref calculates .d filenames incorrectly (r=crowder, a=bsmedberg)
-
mark.finkle@gmail.com authored
-
nrthomas@gmail.com authored
-
- May 28, 2008
-
-
pavlov@pavlov.net authored
-
axel@pike.org authored
-
gavin@gavinsharp.com authored
Bug 434749: [RTL] Drag&Drop bookmarks in Firefox 3 not usable, patch by Asaf Romano <mano@mozilla.com>, r=mconnor, a=shaver
-
gavin@gavinsharp.com authored
Bug 433328: properly handle null inner window, patch by Blake Kaplan <mrbkap@gmail.com>, r+sr=jst, a=shaver
-
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
-
gavin@gavinsharp.com authored
Bug 433615: Firefox should send version numbers to PFS not just build ids, patch by Dave Townsend <dtownsend@mozilla.com>, r=me, a=beltzner
-
axel@pike.org authored
bug 436096, add Sinhala (si) and Slovene (sl) to shipped-locales to have beta builds for Firefox 3.0, r,a=beltzner
-
gavin@gavinsharp.com authored
-
kairo@kairo.at authored
bug 428683 - red SeaMonkey cygwin tinderbox - make the definition for cygwin match others in configure.in (no influence on default builds or nightlies, which are all MSYS now), r=ted a=beltzner
-
kaie@kuix.de authored
Bug 435959, Firefox 3 RC 2 should take NSS 3.12 RC 4 This is to pick up fixes for OCSP crash bugs 433386 and 433594 approved by shaver for Firefox 3 RC 2
-
bzbarsky@mit.edu authored
Propagate the linking page's principal when a file:// URI links to a file:// URI that it's allowed to read. Bug 435362, r=dveditz, sr=sicking, a=shaver
-
igor@mir2.org authored
-
Ben Hearsum authored
-
roc+@cs.cmu.edu authored
Bug 398332. Merge reflow statuses from out-of-flow frames more carefully so that we don't lose information about the primary reflow. r=fantasai,r+sr=dbaron,a=shaver
-
mozilla@weilbacher.org authored
[OS/2] Bug 432575: add options for font hinting and antialiasing to get approximately equal display than on branch. (Oops, don't want to get the debugging output by default!)
-
mozilla@weilbacher.org authored
[OS/2] Bug 432575: add options for font hinting and antialiasing to get approximately equal display than on branch.
-
neil@parkwaycc.co.uk authored
Move the "my domain" autocomplete suggestion to a separate JS component b=370306 r=Standard8 sr=bienvenu
-
jst@mozilla.org authored
Fixing bug 434673. Fix GC safety issue when calling through XPCWrapper into an IDL defined function. r+sr=brendan@mozilla.org, a=shaver@mozilla.org
-
- May 27, 2008
-
-
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
-
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
-
gavin@gavinsharp.com authored
-
nrthomas@gmail.com authored
Bug 434696, Polish dictionary not available after updating from Fx3b5 to RC1, r=ted.mielczarek, a=beltzner
-
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
-
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
-
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
-
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
-
peterv@propagandism.org authored
Fix for bug 426261 (Crash in nsNavHistoryContainerResultNode::GetSortType() during bookmark synchronization). Patch by ondrej and me, r=Mano, a=beltzner.
-
edward.lee@engineering.uiuc.edu authored
Leak bustage fix for Bug 434340 - The bookmark tags feature is broken on Firefox 3.0rc1 for OpenSolaris
-
- May 26, 2008
-
-
mats.palmgren@bredband.net authored
Bail out if DispatchWindowEvent() causes this widget to be destroyed. b=433432 r=joshmoz sr=roc a1.9=beltzner
-
roc+@cs.cmu.edu authored
Bug 433727. Make DocumentViewerImpl::GetFullZoom work when there's no presentation. r+sr=bzbarsky,a=beltzner
-