Oleg Romashin
4bf111f8c7
Bug 445934 - Layout linking broken in NS_OSSO disable-libxul configuration. r=ted.mielczarek
2008-09-13 07:47:45 +03:00
Robert Kaiser
0aa8acbd76
bug 451601 - kill MOZILLA_LOCALE_VERSION, main mozilla-central patch to kill xpfe-style chrome versions, r=ted sr=Neil
2008-09-11 01:08:57 +02:00
Brad Lassey
fbbe44d33d
Bug 437950 - Support for mailto: r=cbiesinger
2008-09-10 12:10:23 -04:00
Brad Lassey
52ec4b0f9d
Bug 453867 - Change NS_HILDON by MOZ_PLATFORM_HILDON p=tonikitoo r=ted
2008-09-10 12:08:44 -04:00
Ted Mielczarek
f4576958c6
bug 447642 - get rid of --disable-mochitest, replace MOZ_MOCHITEST with ENABLE_TESTS. r=bsmedberg
2008-09-09 13:59:11 -04:00
Taras Glek
83d0e98890
bug 432917: MUST_FLOW_THROUGH static check. r=bsmedberg
2008-09-08 11:01:22 -07:00
Jim Blandy
62b50caf89
Bug 97954: Don't cite Makefile variables in the value for LIBXUL_DIST. r=bsmedberg
...
Background:
Thread-safe SpiderMonkey needs NSPR for threading support, so it uses
the values of NSPR_CFLAGS and NSPR_LIBS to compile and link. The
configure script puts values for those variables in
$(DEPTH)/config/autoconf.mk. They're recursively expanded Make
variables, and the configure script gives them values that cite the
value of LIBXUL_DIST.
LIBXUL_DIST is itself a recursively expanded variable which usually
refers to $(DIST), but refers to $(LIBXUL_SDK) if we're building
against a separate XUL tree.
Once SpiderMonkey has its own configure script, that script should
take options specifying values to use for NSPR_CFLAGS and NSPR_LIBS.
The values we pass to it shouldn't try to reference $(LIBXUL_DIST) or
any other variable from the surrounding makefiles: a stand-alone
Spidermonkey's configuration and build system shouldn't mention LIBXUL
at all. SpiderMonkey doesn't depend on LIBXUL, only NSPR, which just
happens to be installed in the same dist directory as LIBXUL.
That means we need to compute fully-substituted values for NSPR_CFLAGS
and NSPR_LIBS, suitable for stand-alone use in the top-level configure
script, which we can pass down to the SpiderMonkey configure script
(once it has one).
The first step is to actually compute an independent value for
LIBXUL_DIST, one that doesn't refer to either $(DIST) or
$(LIBXUL_SDK). This means we need to make that choice in the
configuration script, not in autoconf.mk. Subsequent patches will use
this to compute fully-substituted values for NSPR_LIBS and NSPR_CFLAGS.
2008-09-05 10:19:21 -07:00
Mark Banner
3ec49668c3
Bug 445146 Move editor/ui from mozilla-central to comm-central, build changes r=ted, move r/sr=Neil
2008-09-03 14:35:28 +01:00
Arpad Borsos
3839c99044
Bug 449777 - "clean mozilla-central from unneeded references to composer and camino" [r=ted]
2008-08-30 15:59:20 +01:00
Ben Hearsum
a913ef09e9
Merge of 3.1a2 release branch back to default, with version bumps to 3.1b1pre
2008-08-29 09:31:25 -04:00
Ben Hearsum
f753efa13f
bug 452778: tracking bug for build and release of firefox 3.1a2 - version bumps for release builds (3.1a2pre -> 3.1a2)
2008-08-29 09:24:56 -04:00
Brian Crowder
c7b4b5a343
Merge initial patches for bug 97954: autoconf build environment for spidermonkey
2008-08-27 10:16:56 -07:00
Armen Zambrano Gasparnian
ac66d04d4e
Bug 451466 - wget target to get en-US binary, r=ted
2008-08-27 11:02:33 -04:00
Jim Blandy
d736528e7b
Minor doc fixes for GNU make conditionals in rules.mk.
2008-08-26 14:34:36 -07:00
Arpad Borsos
a5371f9bb1
Bug 445143 - "clean mozilla-central from unneeded references to suite, mail, etc." [r=Standard8 r=ted]
2008-08-19 23:05:00 -05:00
Mike Hommey
b105d0bba9
Bug 434192 - `make clean` removes source .s files on some architectures (when not using an objdir), r=bsmedberg
2008-08-19 11:14:02 -04:00
Robert Longson
d0a6eda818
Bug 450495 - Make foreignObject a mandatory part of SVG. r+sr=roc
2008-08-17 12:18:21 +01:00
Oleg Romashin
f9a45e8af1
merge with mozilla-central
2008-08-16 03:39:26 -04:00
Simon Montagu
a1a864454e
Bug 447853. Remove obsolete intl/ctl module. r=ted, sr=roc
2008-08-11 18:11:41 +03:00
Vladimir Vukicevic
aead2fe7e8
b=422221; additional DirectFB compilation fixes
2008-08-09 22:25:30 -07:00
Oleg Romashin
48f2e8b505
mozilla-central merge
2008-08-08 13:05:00 +03:00
Vladimir Vukicevic
431b84bdf7
[dfb,422221] Gtk/DirectFB misc build stuff
2008-08-06 13:48:55 -07:00
Chris Cooper
d0c98e7870
(landing for joduinn) generate BuildID with up to the second resolution. b=431270, r=ted.mielczarek
2008-08-07 14:10:47 -04:00
Vladimir Vukicevic
d37b3620f0
Backing out d883ab4b8f41:7540abc35c97
2008-08-06 16:24:13 -07:00
Vladimir Vukicevic
97aed85aa0
[dfb,422221] Gtk/DirectFB misc build stuff
2008-08-06 13:48:55 -07:00
Oleg Romashin
c5fb8bd00b
Merging mozilla-central to mozilla-qt.
2008-08-03 20:30:10 +03:00
Chris Double
b77cb021da
Bug 422538. Integrate Ogg decoders. r=ted,r+sr=roc
2008-07-29 23:50:14 -07:00
Graydon Hoare
f800ce0ad4
Bug 444845, js hooks to control vtune, r=sayrer
2008-07-29 15:19:26 -07:00
Brad Lassey
267edb8a9f
relanding Bug 441636 after bad backout
2008-07-27 09:44:20 -04:00
Brad Lassey
fb2526cf26
Back out of bug 441636
2008-07-27 09:26:54 -04:00
Joshua Cranmer
be188e0f57
Bug 433206 - Update doxygen.cfg.in r=biesi, sr=bsmedberg
2008-07-23 09:26:17 -04:00
Ben Hearsum
1a37b01f3c
bug 446660: tracking bug for build and release of Firefox 3.1a1 - version bumps for nightly builds (3.1a1 -> 3.1a2pre) r=ted
2008-07-23 09:13:22 -04:00
Ben Hearsum
d0c2632dcd
bug 446660: tracking bug for build and release of Firefox 3.1a1 - version bumps for release builds (3.1a1pre -> 3.1a1) r=ted
2008-07-23 09:11:59 -04:00
Axel Hecht
aab1d42301
bug 445328, add configure option ot l10n repositories, r=ted
2008-07-22 08:57:07 +02:00
Vladimir Vukicevic
6ba44f59ae
Backed out changeset eeca8d662c84
2008-07-20 15:35:23 -07:00
Vladimir Vukicevic
16e3582728
Clean up cairo-rename.h, add fcfreetype.h to system-headers for x86-64
2008-07-20 14:55:04 -07:00
Vladimir Vukicevic
944b693cdc
b=446323, Upgrade cairo to 1.6.4-350-g1a9809b; r=vlad
2008-07-20 14:15:22 -07:00
Shawn Wilsher
ccf37dbb5e
Bug 438623 - Changes to a def file do not relink the library.
...
Changes to def files will not force libraries to be rebuilt, so there will no
longer need to be a clobber on windows machines.
r=ted
2008-07-17 10:45:11 -04:00
Sergey Yanovich
4e0c489194
Bug 433701: Fix build output when make is run without -s. r=bsmedberg
2008-07-15 11:54:05 +01:00
Reed Loden
6566dc5199
Backed out changeset 88a91e1e9a3f
2008-07-12 16:32:25 -05:00
Jeff Walden
792c9972d8
Bug 397227 - "Reduce the effort needed to write C++ tests" [r=ted/luser]
2008-07-12 16:27:27 -05:00
Sergey Yanovich
788618b92f
Bug 433701 – don't print non-critical messages when make is invoked with -s, r=bsmedberg
2008-07-12 12:55:43 +02:00
Manish Singh
b402d7ccac
Bug 443096 - "Typo in help in Preprocessor.py" [r=luser/ted]
2008-07-12 05:29:59 -05:00
Doug Turner
21893eaac8
Bug 439172, create build flags for hildon and osso. patch=blassey, r=ted
2008-07-11 19:28:00 -07:00
Graydon Hoare
3eaeae3baf
Bug 444023, Add JS functions to stop/start callgrind, r=sayrer
2008-07-08 15:58:08 -07:00
Chris Double
cdd819182f
Bug 382267. Core implementation of the <video> and <audio> elements. r=jst,r+sr=roc
2008-07-09 20:22:20 +12:00
Karl Tomlinson
091e1822f0
include gdk/gdkscreen.h in system-headers. b=435764 r=roc
2008-07-08 15:44:54 +12:00
Benjamin Smedberg
4f461a2d1f
Bug 425454 - whitelist placement-new for stack classes. Also uses treehydra analysis so we don't have to require a constructor for stack classes any more. r=taras
2008-06-30 12:44:06 -04:00
Axel Hecht
73f8af9051
bug 440675, add USE_EXTENSION_MANIFEST coveragae to jar.mn tests, r=ted
2008-06-23 21:26:26 +02:00
Doug Turner ext:(%22)
ebb707baed
Removing Minimo references. b=405705, r=ted
2008-06-16 13:57:42 -07:00
Axel Hecht
ae15643c63
bustage fix, disable symlink test for windows, bug 439050, r=ted
2008-06-13 19:27:42 +02:00
Axel Hecht
2e3bded45e
bug 361583, add testcases for jar.mn, r=ted.mielczarek
2008-06-13 16:41:43 +02:00
Benjamin Smedberg
c26b2aa5a8
Bug 437219 - allow app-specific rules via application/app-config.mk and application/app-rules.mk, r=ted
2008-06-06 15:43:26 -04:00
Benjamin Smedberg
5a71b4b11e
Bug 437647 - Dispatch outparams and other analyses explicitly, so it's easier to add various analyses, r=dmandelin
2008-06-06 15:31:11 -04:00
Axel Hecht
8314ab70d3
bug 409956, #filter emptyLines is brittle on newlines, r=ted.mielczarek, a=mossop
2008-06-03 12:18:02 +02:00
Benjamin Smedberg
a03e4b1714
Merge cvs-trunk-mirror to mozilla-central up through FF3RC2build2
...
--HG--
rename : js/src/jsinterp.c => js/src/jsinterp.cpp
rename : js/src/jsparse.c => js/src/jsparse.cpp
2008-05-30 12:08:47 -04:00
gavin@gavinsharp.com
9dabf56961
Bug 422055: use jemalloc on Solaris, r=ted, a=shaver
2008-05-28 11:42:31 -07:00
Benjamin Smedberg
0ed89718a3
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
2008-05-27 16:58:12 -04:00
Benjamin Smedberg
440c8f24c8
Back out JS-as-C++, because it's a suspect in the Linux performance regression.
...
--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
2008-05-27 13:51:53 -04:00
Benjamin Smedberg
cabe65ae29
Back out revision bd9c9cbf9ec8 (build spidermonkey as C++) for perftesting and profit.
...
--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
2008-05-27 12:19:17 -04:00
Reed Loden
f2a070d31e
Bug 432658 - "Change mozilla-central product version to 3.1a1pre instead of 4.0pre" [p=reed r=nthomas]
2008-05-13 16:18:56 -05:00
jorendorff@mozilla.com
f8e80e5038
Merge from cvs-trunk-mirror to mozilla-central.
...
--HG--
rename : js/src/jsobj.c => js/src/jsobj.cpp
2008-05-07 17:37:49 -07:00
alfred.peng@sun.com
740ed4daa3
Followup fix for Bug 385280. should send proxy settings to the breakpad reporter. Add the check on whether gconf library exists. r=ted.mielczarek,a=beltzner.
2008-05-05 14:08:14 -07:00
David Mandelin
c16ad95d1f
Bug 420933: outparams checker, r=bsmedberg, a=bsmedberg
2008-04-30 17:47:27 -07:00
Vladimir Vukicevic
75d1be2f68
Merging mozilla-central to mozilla-qt.
2008-04-30 16:00:19 -07:00
Benjamin Smedberg
327d4695ee
Merge cvs-trunk-mirror to mozilla-central. No manual conflict resolution was necessary.
...
--HG--
rename : js/src/jsdbgapi.c => js/src/jsdbgapi.cpp
rename : js/src/jsfun.c => js/src/jsfun.cpp
rename : js/src/jsinterp.c => js/src/jsinterp.cpp
rename : js/src/jsopcode.c => js/src/jsopcode.cpp
2008-04-30 12:35:19 -04:00
ginn.chen@sun.com
1efa66517b
Bug 422055 Use jemalloc on OpenSolaris p=Jason Evans, Ginn Chen r=ted.mielczarek a=beltzner
2008-04-30 00:14:44 -07:00
Benjamin Smedberg
a66f186a37
Merge cvs-trunk-mirror to mozilla-central. Automated merge, no manual conflict resolution necessary.
...
--HG--
rename : js/src/jsapi.c => js/src/jsapi.cpp
rename : js/src/jsarray.c => js/src/jsarray.cpp
rename : js/src/jsdbgapi.c => js/src/jsdbgapi.cpp
rename : js/src/jsfun.c => js/src/jsfun.cpp
rename : js/src/jsinterp.c => js/src/jsinterp.cpp
rename : js/src/jslong.c => js/src/jslong.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/jsregexp.c => js/src/jsregexp.cpp
rename : js/src/jsscope.c => js/src/jsscope.cpp
rename : js/src/jsstr.c => js/src/jsstr.cpp
rename : js/src/prmjtime.c => js/src/prmjtime.cpp
2008-04-29 10:20:07 -04:00
gavin@gavinsharp.com
5a40a91350
Bug 428970: Implement --disable-vista-sdk-requirements configure option and update source to use it, patch by Jim Mathies <jmathies@mozilla.com>, r=rob_strong, r=bsmedberg, a=beltzner
2008-04-25 09:44:16 -07:00
romaxa@romaxa.research.nokia.com
0b0581b4d0
Add "cairo-qt" toolkit configuration option
2008-04-19 16:14:38 +03:00
Benjamin Smedberg
0c13e1592d
Merge cvs-trunk-mirror to mozilla-central.
...
--HG--
rename : js/src/js.c => js/src/js.cpp
rename : js/src/jsapi.c => js/src/jsapi.cpp
rename : js/src/jsemit.c => js/src/jsemit.cpp
rename : js/src/jsfun.c => js/src/jsfun.cpp
rename : js/src/jsinterp.c => js/src/jsinterp.cpp
rename : js/src/jsobj.c => js/src/jsobj.cpp
rename : js/src/jsparse.c => js/src/jsparse.cpp
rename : js/src/jsregexp.c => js/src/jsregexp.cpp
rename : js/src/jsxml.c => js/src/jsxml.cpp
2008-04-15 13:59:01 -04:00
reed@reedloden.com
b46d230c24
Bug 425979 - "Win2003 SDK and MinGW build error in ../mozilla/toolkit/components/parentalcontrols/src/nsParentalControlsServiceWin.cpp (add --disable-parental-controls)" (configure bits) [p=ted.mielczarek@gmail.com (Ted Mielczarek [luser]) r=bsmedberg a1.9=beltzner]
2008-04-08 23:17:10 -07:00
jorendorff@mozilla.com
6827bdf856
Merge from cvs-trunk-mirror to mozilla-central.
...
--HG--
rename : js/src/js.c => js/src/js.cpp
rename : js/src/jsapi.c => js/src/jsapi.cpp
rename : js/src/jsarray.c => js/src/jsarray.cpp
rename : js/src/jscntxt.c => js/src/jscntxt.cpp
rename : js/src/jsdate.c => js/src/jsdate.cpp
rename : js/src/jsdbgapi.c => js/src/jsdbgapi.cpp
rename : js/src/jsemit.c => js/src/jsemit.cpp
rename : js/src/jsexn.c => js/src/jsexn.cpp
rename : js/src/jsfun.c => js/src/jsfun.cpp
rename : js/src/jsgc.c => js/src/jsgc.cpp
rename : js/src/jsinterp.c => js/src/jsinterp.cpp
rename : js/src/jsiter.c => js/src/jsiter.cpp
rename : js/src/jslock.c => js/src/jslock.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/jsregexp.c => js/src/jsregexp.cpp
rename : js/src/jsscope.c => js/src/jsscope.cpp
rename : js/src/jsscript.c => js/src/jsscript.cpp
rename : js/src/jsxml.c => js/src/jsxml.cpp
2008-04-02 16:35:13 -05:00
gavin@gavinsharp.com
051daeae74
Bug 425159: properly support optional help viewer (--enable-help-viewer), r=neil, sr=bsmedberg
2008-03-28 11:08:44 -07:00
reed@reedloden.com
738f03f50d
Bug 424242 - Bump nightly version to Firefox 3.0pre/Gecko 1.9pre [p=reed r=nthomas a1.9+a1.9b5=beltzner]
2008-03-26 11:35:38 -07:00
Benjamin Smedberg
86aca46ef8
Merge cvs-trunk-mirror -> mozilla-central. There's a C++ bug in js/src/jsinterp.cpp that I am going to file upstream.
...
--HG--
rename : js/src/js.c => js/src/js.cpp
rename : js/src/jsapi.c => js/src/jsapi.cpp
rename : js/src/jscntxt.c => js/src/jscntxt.cpp
rename : js/src/jsdbgapi.c => js/src/jsdbgapi.cpp
rename : js/src/jsexn.c => js/src/jsexn.cpp
rename : js/src/jsfun.c => js/src/jsfun.cpp
rename : js/src/jsgc.c => js/src/jsgc.cpp
rename : js/src/jsinterp.c => js/src/jsinterp.cpp
rename : js/src/jsiter.c => js/src/jsiter.cpp
rename : js/src/jsobj.c => js/src/jsobj.cpp
rename : js/src/jsopcode.c => js/src/jsopcode.cpp
rename : js/src/jsregexp.c => js/src/jsregexp.cpp
rename : js/src/jsstr.c => js/src/jsstr.cpp
rename : js/src/jsxml.c => js/src/jsxml.cpp
2008-03-20 12:42:05 -04:00
ted.mielczarek@gmail.com
35d5c61b0f
bug 403224 - build config fixes to build spidermonkey with icc. r=bsmedberg
2008-03-18 10:37:00 -07:00
benjamin@smedbergs.us
0b2007cf94
Bug 385677 - Breakpad fixes for GCC 4.3 (correct #includes and visibility wrappers), r+a=luser
2008-03-17 11:02:08 -07:00
dwitte@stanford.edu
85cf8e3ef9
Bug 409803 - gcc (4.1 only) zealously avoids inlining at -Os. make -finline-limit=50 the default on linux -Os builds. r=ted, blocking1.9+
2008-03-15 19:48:01 -07:00
benjamin@smedbergs.us
02c53539ce
Merge cvs-trunk-mirror -> mozilla-central
...
--HG--
rename : js/src/js.c => js/src/js.cpp
rename : js/src/jsapi.c => js/src/jsapi.cpp
rename : js/src/jsarray.c => js/src/jsarray.cpp
rename : js/src/jscntxt.c => js/src/jscntxt.cpp
rename : js/src/jsdbgapi.c => js/src/jsdbgapi.cpp
rename : js/src/jsexn.c => js/src/jsexn.cpp
rename : js/src/jsfun.c => js/src/jsfun.cpp
rename : js/src/jsgc.c => js/src/jsgc.cpp
rename : js/src/jsinterp.c => js/src/jsinterp.cpp
rename : js/src/jsiter.c => js/src/jsiter.cpp
rename : js/src/jsobj.c => js/src/jsobj.cpp
rename : js/src/jsopcode.c => js/src/jsopcode.cpp
rename : js/src/jsstr.c => js/src/jsstr.cpp
rename : js/src/jsxml.c => js/src/jsxml.cpp
2008-03-13 10:32:07 -04:00
jag@tty.nl
1252712548
Bug 419621: Add rule so |make nsFoo.i| works for nsFoo.mm files. r=bsmedberg, a1.9+=damons
2008-03-13 04:12:10 -07:00
benjamin@smedbergs.us
e6abb3a465
Merge cvs-trunk-mirror -> mozilla-central
...
--HG--
rename : js/src/jsarray.c => js/src/jsarray.cpp
rename : js/src/jsnum.c => js/src/jsnum.cpp
2008-03-12 16:32:37 -04:00
reed@reedloden.com
21433d47b7
Bug 305782 - "Please allow to use system bzip2 library" [p=mh+mozilla@glandium.org (Mike Hommey) r=bsmedberg a1.9=beltzner]
2008-03-12 04:13:09 -07:00
benjamin@smedbergs.us
103588c9b1
Merge cvs-trunk-mirror -> mozilla-central
...
--HG--
rename : js/src/js.c => js/src/js.cpp
rename : js/src/jsapi.c => js/src/jsapi.cpp
rename : js/src/jsarray.c => js/src/jsarray.cpp
rename : js/src/jsatom.c => js/src/jsatom.cpp
rename : js/src/jsdate.c => js/src/jsdate.cpp
rename : js/src/jsemit.c => js/src/jsemit.cpp
rename : js/src/jsexn.c => js/src/jsexn.cpp
rename : js/src/jsfun.c => js/src/jsfun.cpp
rename : js/src/jsgc.c => js/src/jsgc.cpp
rename : js/src/jsinterp.c => js/src/jsinterp.cpp
rename : js/src/jsiter.c => js/src/jsiter.cpp
rename : js/src/jslock.c => js/src/jslock.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/jsregexp.c => js/src/jsregexp.cpp
rename : js/src/jsscan.c => js/src/jsscan.cpp
rename : js/src/jsscript.c => js/src/jsscript.cpp
rename : js/src/jsstr.c => js/src/jsstr.cpp
rename : js/src/jsxml.c => js/src/jsxml.cpp
2008-03-10 17:07:41 -04:00
reed@reedloden.com
7ed60d096e
Back out Mike Hommey's patch from bug 305782 due to build bustage.
2008-03-08 04:33:28 -08:00
reed@reedloden.com
c6bcaa7502
Bug 305782 - "Please allow to use system bzip2 library" [p=mh+mozilla@glandium.org (Mike Hommey) r=bsmedberg a1.9=beltzner]
2008-03-08 01:53:28 -08:00
ted.mielczarek@gmail.com
3d400539b6
bug 419348 - build config fixes for profile-guided optimization on mac. fixes for PGO on universal builds, configure arg to disable PGO in spite of profiled build. r=bsmedberg
2008-03-06 03:57:21 -08:00
jorendorff@mozilla.com
bda7c067c8
Merge from cvs-trunk-mirror to mozilla-central.
...
--HG--
rename : js/src/jsarray.c => js/src/jsarray.cpp
rename : js/src/jsdbgapi.c => js/src/jsdbgapi.cpp
rename : js/src/jsexn.c => js/src/jsexn.cpp
rename : js/src/jsgc.c => js/src/jsgc.cpp
rename : js/src/jsinterp.c => js/src/jsinterp.cpp
rename : js/src/jsinvoke.c => js/src/jsinvoke.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/jsregexp.c => js/src/jsregexp.cpp
rename : js/src/jsstr.c => js/src/jsstr.cpp
2008-03-05 15:00:01 -06:00
ted.mielczarek@gmail.com
1fd1465ee3
bug 420759 - only public symbols for spidermonkey in breakpad. landing as bustage fix to get symbols into nightlies
2008-03-04 04:00:38 -08:00
nrthomas@gmail.com
4657bb647e
Bug 418926, bump nightly version to 3.0b5pre/1.9b5pre following branch for 3.0b4, r=rhelmer, a=beltzner
2008-03-03 16:58:35 -08:00
benjamin@smedbergs.us
454f27bfce
Merge cvs-trunk-mirror to mozilla-central.
...
--HG--
rename : js/src/jsapi.c => js/src/jsapi.cpp
rename : js/src/jsarray.c => js/src/jsarray.cpp
rename : js/src/jsatom.c => js/src/jsatom.cpp
rename : js/src/jsdate.c => js/src/jsdate.cpp
rename : js/src/jsemit.c => js/src/jsemit.cpp
rename : js/src/jsgc.c => js/src/jsgc.cpp
rename : js/src/jsinterp.c => js/src/jsinterp.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/jsscope.c => js/src/jsscope.cpp
rename : js/src/jsstr.c => js/src/jsstr.cpp
rename : js/src/prmjtime.c => js/src/prmjtime.cpp
2008-02-27 11:33:49 -05:00
benjamin@smedbergs.us
4358bb36ee
Bug 419624 - Build framework, basic usage, and testsuite for statically checking the codebase using gcc-dehydra, r=luser,dbaron,tglek
2008-02-27 11:28:13 -05:00
gavin@gavinsharp.com
0d7ac3f2ef
Bustage fix from bug 415928, r=ted
2008-02-26 10:30:21 -08:00
neil@parkwaycc.co.uk
2d877e8099
RTL flags aren't host Cflags when you're cross-compiling b=419272 r=ted a=damons
2008-02-25 15:38:23 -08:00
ted.mielczarek@gmail.com
2ebd29a193
bug 419348 - build config fixes for pgo on mac. r=bsmedberg
2008-02-25 12:52:19 -08:00
ted.mielczarek@gmail.com
5c05fcf58d
bug 415928 - fix packaging of CRT with jemalloc - make nspr/nss play along. r=bsmedberg
2008-02-25 12:50:35 -08:00
benjamin@smedbergs.us
2034b95d7c
Merge cvs-trunk-mirror -> mozilla-central
...
--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/jsemit.c => js/src/jsemit.cpp
rename : js/src/jsexn.c => js/src/jsexn.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/jsiter.c => js/src/jsiter.cpp
rename : js/src/jslock.c => js/src/jslock.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/jsregexp.c => js/src/jsregexp.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/jsxml.c => js/src/jsxml.cpp
rename : js/src/prmjtime.c => js/src/prmjtime.cpp
2008-02-22 16:45:09 -05:00
joshmoz@gmail.com
3b3e222f41
use "-fobjc-exceptions" for all .mm files. p=shebs b=163260 r=josh r=ted
2008-02-22 13:08:36 -08:00
ted.mielczarek@gmail.com
37596e011c
attempt to fix thunderbird bustage from bug 263381 - support --with-system-sqlite3
2008-02-22 05:36:43 -08:00
ted.mielczarek@gmail.com
a18014454e
MOZ_DEBUG_SYMBOLS clobbers optimize flags, LDFLAGS. r=bsmedberg
2008-02-22 03:54:08 -08:00
reed@reedloden.com
458910fcde
Bug 263381 - "support --with-system-sqlite3 in storage builds" [p=mh+mozilla@glandium.org (Mike Hommey) r=bsmedberg a1.9=beltzner]
2008-02-22 03:25:59 -08:00
dougt@meer.net
e7fc4df7e5
for windows cl host, -Fo is the preferred out option. -o is deprecated., b=418842, r=bsmedberg, a=beltzner
2008-02-21 13:02:06 -08:00
benjamin@smedbergs.us
ff3d560f4d
Back out bug 412320 and various followups because the perf impact was minimal and the code is more complicated
2008-02-21 12:39:20 -08:00
ted.mielczarek@gmail.com
358ee1e97f
bug 361343 - make profiledbuild work on windows. r=bsmedberg
2008-02-20 15:29:11 -08:00
ted.mielczarek@gmail.com
24c74d4b22
bug 240267 - link error when doing make profiledbuild. r=bsmedberg
2008-02-16 14:23:07 -08:00
bhearsum@bitters.local
568f8111eb
bug 417326: Rev Firefox version. r=bsmedberg, patch=me
2008-02-14 17:23:45 -05:00
reed@reedloden.com
c7270971c4
Bug 345080 - "Allow use of external hunspell library" [p=mh+mozilla@glandium.org (Mike Hommey) r=mscott sr=bsmedberg a1.9=schrep]
2008-02-14 03:16:53 -08:00
jag@tty.nl
16c5fa6802
Bug 416529: Don't include .deps/.all.pp when not needed. r=benjamin, a=pavlov This to prevent unnecessarily generating the file due to the FORCE prereq.
2008-02-13 05:41:49 -08:00
reed@reedloden.com
690ab1ce6b
Bug 416450 - "Properly annotate recursive make invocation" (Mark MAKE_TIER_SUBMAKEFILES as a recursive make invocation) [p=jim@mozilla.com (Jim Blandy) r+a1.9=bsmedberg]
2008-02-13 03:35:45 -08:00
reed@reedloden.com
2fc7493bb3
Bug 333308 - "make clean and make distclean miss various files" [p=mh+mozilla@glandium.org (Mike Hommey) r=bsmedberg a1.9=schrep]
2008-02-13 03:33:38 -08:00
benjamin@smedbergs.us
f54b2d462b
Bug 412320 - generate QI for additional classes which, according to stats, show up in profiles as frequent callers of nsID::Equals, r=biesi,ted,sicking
2008-02-12 11:46:26 -08:00
reed@reedloden.com
6401506892
Bug 401140 - "VC9 issues building zlib" [p=sciguyryan@gmail.com (Ryan Jones) r=luser/ted a1.9=damons]
2008-02-09 22:04:19 -08:00
jag@tty.nl
92c5733e52
Bug 333308: make clean and make distclean miss various files. r=bsmedberg, a=schrep
2008-02-09 02:37:42 -08:00
pavlov@pavlov.net
e72f073b81
Don't adjust PATH and LIB unless MOZ_MEMORY is set
2008-02-04 22:54:00 -08:00
rhelmer@mozilla.com
d522b11db2
bump b3 to b4 b=409880 r=reed
2008-02-04 20:26:20 -08:00
pavlov@pavlov.net
6830103633
bug 407459. hooking jemalloc up to the build system. r=various people
2008-02-04 19:16:24 -08:00
mozilla@weilbacher.org
6282b6518f
Bug 412582: remove MOZ_ENABLE_CAIRO_GFX from the build system (apparently forgot this file on yesterday's checkin)
2008-01-29 05:29:20 -08:00
jorendorff@mozilla.com
65170f099d
Merge from cvs-trunk-mirror to mozilla-central.
...
--HG--
rename : js/src/js.c => js/src/js.cpp
rename : js/src/jsapi.c => js/src/jsapi.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/jsdbgapi.c => js/src/jsdbgapi.cpp
rename : js/src/jsemit.c => js/src/jsemit.cpp
rename : js/src/jsfun.c => js/src/jsfun.cpp
rename : js/src/jsgc.c => js/src/jsgc.cpp
rename : js/src/jsinterp.c => js/src/jsinterp.cpp
rename : js/src/jsiter.c => js/src/jsiter.cpp
rename : js/src/jslock.c => js/src/jslock.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/jsstr.c => js/src/jsstr.cpp
rename : js/src/jsxml.c => js/src/jsxml.cpp
2008-01-28 17:32:29 -08:00
mozilla@weilbacher.org
569c86f6e4
Bug 412582: remove MOZ_ENABLE_CAIRO_GFX from the build system, r=ted.mielczarek, a=beltzner
2008-01-28 15:07:34 -08:00
mozilla@weilbacher.org
43fbf10186
Bug 413613: remove MOZ_EXTRA_X11CONVERTERS and the code it enables, r=smontagu, a=beltzner
2008-01-28 14:22:53 -08:00
benjamin@smedbergs.us
b0487ed29a
Bug 412320 - Try code-generation for QI impls, r=roc+luser
2008-01-25 09:14:48 -08:00
mozilla@weilbacher.org
c9f76a0f27
Bug 376790: remove support for non-cairo GFX ports from configure.in, r=ted.mielczarek, a=mtschrep
2008-01-23 00:27:47 -08:00
ted.mielczarek@gmail.com
7376cbecd3
bug 404855 - Crash Reporter UI Review, round 2, Linux bits. r=dcamp/bsmedberg
2008-01-22 16:06:40 -08:00
reed@reedloden.com
c6c7f07cd5
Bug 193001 - "Use gnome's native print dialog" [p=ventnor.bugzilla@yahoo.com.au (Michael Ventnor) r+sr+a1.9=roc]
2008-01-20 19:47:25 -08:00
benjamin@smedbergs.us
a33bbb3ce3
Merge from cvs-trunk-mirror to mozilla-central
...
--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/jsdbgapi.c => js/src/jsdbgapi.cpp
rename : js/src/jsemit.c => js/src/jsemit.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/jslock.c => js/src/jslock.cpp
rename : js/src/jsnum.c => js/src/jsnum.cpp
rename : js/src/jsobj.c => js/src/jsobj.cpp
rename : js/src/jsparse.c => js/src/jsparse.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/jsxml.c => js/src/jsxml.cpp
2008-01-17 16:40:00 -05:00
reed@reedloden.com
a442aa2057
Back out Michael Ventnor's patch from bug 193001 for now, as it is causing crashes in bug 396024's mochitest.
2008-01-17 02:11:00 -08:00
reed@reedloden.com
1647a5803a
Bug 193001 - "Use gnome's native print dialog" [p=ventnor.bugzilla@yahoo.com.au (Michael Ventnor) r+sr=roc a1.9=schrep]
2008-01-16 22:27:50 -08:00
sayrer@gmail.com
a355d3804f
Bug 411365. Start and stop Shark from JS. r=crowder, sr=jst
2008-01-16 12:42:50 -08:00
benjamin@smedbergs.us
98d8894553
Bug 386740 - Windows file versions are incorrect, r=luser
2008-01-14 07:24:19 -08:00
sdwilsh@shawnwilsher.com
ad1612cdbf
Bug 408914 - Disable sqlite async IO. r=vlad
2008-01-09 19:21:56 -08:00
joshmoz@gmail.com
5696c86279
Leopard GDB complains of .o files having newer timestamp than executable. Patch by Stan Shebs. b=401767 r=bsmedberg
2008-01-07 14:07:42 -08:00
jorendorff@mozilla.com
0df3d16df6
Merge from cvs-trunk-mirror to mozilla-central.
...
--HG--
rename : js/src/jsarray.c => js/src/jsarray.cpp
rename : js/src/jsdbgapi.c => js/src/jsdbgapi.cpp
rename : js/src/jsemit.c => js/src/jsemit.cpp
rename : js/src/jsgc.c => js/src/jsgc.cpp
rename : js/src/jsopcode.c => js/src/jsopcode.cpp
rename : js/src/jsparse.c => js/src/jsparse.cpp
rename : js/src/jsscan.c => js/src/jsscan.cpp
rename : js/src/jsxml.c => js/src/jsxml.cpp
2008-01-07 16:02:10 -06:00
jorendorff@mozilla.com
cf19d90d78
Merge from cvs-trunk-mirror to mozilla-central.
...
--HG--
rename : js/src/js.c => js/src/js.cpp
rename : js/src/jsapi.c => js/src/jsapi.cpp
rename : js/src/jsarray.c => js/src/jsarray.cpp
rename : js/src/jsbool.c => js/src/jsbool.cpp
rename : js/src/jscntxt.c => js/src/jscntxt.cpp
rename : js/src/jsdate.c => js/src/jsdate.cpp
rename : js/src/jsemit.c => js/src/jsemit.cpp
rename : js/src/jsfun.c => js/src/jsfun.cpp
rename : js/src/jsgc.c => js/src/jsgc.cpp
rename : js/src/jsinterp.c => js/src/jsinterp.cpp
rename : js/src/jsiter.c => js/src/jsiter.cpp
rename : js/src/jslock.c => js/src/jslock.cpp
rename : js/src/jsnum.c => js/src/jsnum.cpp
rename : js/src/jsobj.c => js/src/jsobj.cpp
rename : js/src/jsparse.c => js/src/jsparse.cpp
rename : js/src/jsregexp.c => js/src/jsregexp.cpp
rename : js/src/jsstr.c => js/src/jsstr.cpp
rename : js/src/jsxml.c => js/src/jsxml.cpp
2008-01-07 12:35:51 -06:00
reed@reedloden.com
31e212af28
Bug 409971 - "remove warning on jar creation" [p=ynvich@gmail.com (Sergey Yanovich) r=bsmedberg a1.9=schrep]
2008-01-04 23:32:37 -08:00
dtownsend@oxymoronical.com
e6d6973b43
Bug 410258: EXTRA_PP_COMPONENTS and EXTRA_PP_JS_MODULES fail if the target directory does not already exist. r=luser, a=beltzner
2008-01-04 00:57:11 -08:00
jorendorff@mozilla.com
892051e27c
Merge from cvs-trunk-mirror to mozilla-central.
...
--HG--
rename : js/src/js.c => js/src/js.cpp
rename : js/src/jsapi.c => js/src/jsapi.cpp
rename : js/src/jsarray.c => js/src/jsarray.cpp
rename : js/src/jsbool.c => js/src/jsbool.cpp
rename : js/src/jscntxt.c => js/src/jscntxt.cpp
rename : js/src/jsdate.c => js/src/jsdate.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/jsinterp.c => js/src/jsinterp.cpp
rename : js/src/jsiter.c => js/src/jsiter.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/jsstr.c => js/src/jsstr.cpp
rename : js/src/jsxdrapi.c => js/src/jsxdrapi.cpp
rename : js/src/jsxml.c => js/src/jsxml.cpp
2007-12-13 13:15:17 -06:00
reed@reedloden.com
ad5f0dfb42
Bug 404513 - "Add Makefile target to launch solo xpcshell test without interactive mode" (don't run test twice) [p=laurent@xulfr.org (Laurent Jouanneau) r=luser a1.9=schrep]
2007-12-12 05:26:19 -08:00
bhearsum@mozilla.com
bab50621f3
407077: version/config bump up for Gecko 1.9b2. r=rhelmer, patch=me
2007-12-11 13:43:04 -08:00
jorendorff@mozilla.com
d671ebaf01
Merge from cvs-trunk-mirror to mozilla-central.
...
--HG--
rename : js/src/js.c => js/src/js.cpp
rename : js/src/jsapi.c => js/src/jsapi.cpp
rename : js/src/jsarray.c => js/src/jsarray.cpp
rename : js/src/jsdbgapi.c => js/src/jsdbgapi.cpp
rename : js/src/jsemit.c => js/src/jsemit.cpp
rename : js/src/jsexn.c => js/src/jsexn.cpp
rename : js/src/jsfun.c => js/src/jsfun.cpp
rename : js/src/jsinterp.c => js/src/jsinterp.cpp
rename : js/src/jsnum.c => js/src/jsnum.cpp
rename : js/src/jsobj.c => js/src/jsobj.cpp
rename : js/src/jsparse.c => js/src/jsparse.cpp
rename : js/src/jsscope.c => js/src/jsscope.cpp
rename : js/src/jsscript.c => js/src/jsscript.cpp
rename : js/src/jsxml.c => js/src/jsxml.cpp
2007-12-03 17:50:14 -06:00
mark@moxienet.com
8baa4348f5
[10.5] 1.8 build configured with --enable-strip fails: strip: symbols referenced by relocation entries that can't be stripped in: .../xpinstall/src/libxpinstall.dylib. Always use ld -exported_symbols_list, never use nmedit -s. r=ted.mielczarek a/1.9=dsicore
2007-11-30 12:33:14 -08:00
jorendorff@mozilla.com
0a8d75e76c
Merge from cvs-trunk-mirror to mozilla-central.
...
--HG--
rename : js/src/js.c => js/src/js.cpp
rename : js/src/jsapi.c => js/src/jsapi.cpp
rename : js/src/jsarray.c => js/src/jsarray.cpp
rename : js/src/jsatom.c => js/src/jsatom.cpp
rename : js/src/jscntxt.c => js/src/jscntxt.cpp
rename : js/src/jsdate.c => js/src/jsdate.cpp
rename : js/src/jsdbgapi.c => js/src/jsdbgapi.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/jsinterp.c => js/src/jsinterp.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/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/jsxdrapi.c => js/src/jsxdrapi.cpp
rename : js/src/jsxml.c => js/src/jsxml.cpp
rename : js/src/prmjtime.c => js/src/prmjtime.cpp
2007-11-26 13:55:13 -06:00
reed@reedloden.com
8ad7ee37d1
Bug 404513 - "Add Makefile target to launch solo xpcshell test without interactive mode" [p=laurent@xulfr.org (Laurent Jouanneau) r=robcee sr=luser a1.9=beltzner]
2007-11-22 17:42:22 -08:00
jorendorff@mozilla.com
4d1f2c1095
Merging from cvs-trunk-mirror to mozilla-central.
...
--HG--
rename : js/src/js.c => js/src/js.cpp
rename : js/src/jsapi.c => js/src/jsapi.cpp
rename : js/src/jsatom.c => js/src/jsatom.cpp
rename : js/src/jscntxt.c => js/src/jscntxt.cpp
rename : js/src/jsdate.c => js/src/jsdate.cpp
rename : js/src/jsdbgapi.c => js/src/jsdbgapi.cpp
rename : js/src/jsemit.c => js/src/jsemit.cpp
rename : js/src/jsfun.c => js/src/jsfun.cpp
rename : js/src/jsgc.c => js/src/jsgc.cpp
rename : js/src/jsinterp.c => js/src/jsinterp.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/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/jsxml.c => js/src/jsxml.cpp
rename : js/src/prmjtime.c => js/src/prmjtime.cpp
2007-11-19 15:25:08 -06:00
reed@reedloden.com
8618da7020
Bug 402853 - Linker warnings for libxul/thebes [p=bsmedberg r=luser a1.9=damons]
2007-11-13 11:21:24 -08:00
jruderman@hmc.edu
ce9cff3255
Backing out bug 402853 to see if it fixes orange.
2007-11-10 18:42:18 -08:00
benjamin@smedbergs.us
e19f881b01
Bug 402853 - Linker warnings for libxul/thebes, r=luser a=damons
2007-11-09 11:40:34 -08:00
reed@reedloden.com
d15d731624
Bug 185436 - "Software update for release builds" [p=smorgan sr=pink a1.9=beltzner]
2007-11-08 23:06:03 -08:00
nrthomas@gmail.com
06dab749db
Bug 401741, bump nightly version to 3.0b2pre, r=ccooper, a=beltzner
2007-11-07 10:28:11 -08:00
reed@reedloden.com
9f18fe6731
Bug 401806 - "support building with dtrace enabled on Mac OS X" [p=Ryan r=luser aM9=schrep]
2007-11-01 23:36:49 -07:00
jorendorff@mozilla.com
d63f29d326
Merge from cvs-trunk-mirror to mozilla-central.
...
--HG--
rename : js/src/js.c => js/src/js.cpp
rename : js/src/jsfun.c => js/src/jsfun.cpp
rename : js/src/jsinterp.c => js/src/jsinterp.cpp
rename : js/src/jsobj.c => js/src/jsobj.cpp
2007-10-31 10:40:29 -05:00
jst@mozilla.org
53e4a2cbb6
Landing fix for bug 388564. Adding Dtrace probes to the JS engine. Patch by padraig.obriain@sun.com and brendan@sun.com, and some intergration work done by jst@mozilla.org. r=brendan@mozilla.org, igor@mir2.org, sayrer@gmail.com, and r+a=ted.mielczarek@gmail.com.
2007-10-19 15:24:32 -07:00
benjamin@smedbergs.us
9e4a4ba72d
Merge cvs-trunk-mirror -> mozilla-central
...
--HG--
rename : js/src/js.c => js/src/js.cpp
rename : js/src/jsarray.c => js/src/jsarray.cpp
rename : js/src/jsbool.c => js/src/jsbool.cpp
rename : js/src/jsdate.c => js/src/jsdate.cpp
rename : js/src/jsexn.c => js/src/jsexn.cpp
rename : js/src/jsfun.c => js/src/jsfun.cpp
rename : js/src/jsinterp.c => js/src/jsinterp.cpp
rename : js/src/jsiter.c => js/src/jsiter.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/jsparse.c => js/src/jsparse.cpp
rename : js/src/jsregexp.c => js/src/jsregexp.cpp
rename : js/src/jsscript.c => js/src/jsscript.cpp
rename : js/src/jsstr.c => js/src/jsstr.cpp
rename : js/src/jsxml.c => js/src/jsxml.cpp
rename : js/src/prmjtime.c => js/src/prmjtime.cpp
2007-10-13 21:05:56 -04:00
benjamin@smedbergs.us
7015ca5668
Bug 398730 - Remove default suffix rules from rules.mk and some fixes to help automated-rewriting efforts, r=luser a=sayrer
2007-10-13 15:14:28 -07:00
benjamin@smedbergs.us
df3100bdd8
Bug 398566 - Set MOZ_FIX_LINK_PATHS unconditionally, r=luser a=sayrer
2007-10-13 14:13:50 -07:00
ted.mielczarek@gmail.com
5b1df76393
bug 392857 - Can't build Fx 3.0a8pre with gcc 4.2.1 (visibility problem with curl headers). patch by Matthew Gregan <kinetik@flim.org>, r=me (blocking1.9)
2007-10-12 05:34:46 -07:00
bent.mozilla@gmail.com
f644faab9b
Bug 397796 - "Allow XULRunner apps to specify the name of xulrunner-stub via configure". r+a=luser.
2007-10-11 11:50:54 -07:00
jst@mozilla.org
28a0fabaaf
Landing basic framework for dtrace support (bug 388564). Patch by john.rice@sun.com and padraig.obriain@sun.com. r+a=ted.mielczarek@gmail.com, sr=sayrer@gmail.com
2007-10-10 16:03:14 -07:00
jorendorff@mozilla.com
e345b1509a
Merge from cvs-trunk-mirror to mozilla-central.
...
--HG--
rename : js/src/js.c => js/src/js.cpp
rename : js/src/jsapi.c => js/src/jsapi.cpp
rename : js/src/jsdbgapi.c => js/src/jsdbgapi.cpp
rename : js/src/jsemit.c => js/src/jsemit.cpp
rename : js/src/jsfun.c => js/src/jsfun.cpp
rename : js/src/jsiter.c => js/src/jsiter.cpp
rename : js/src/jsobj.c => js/src/jsobj.cpp
rename : js/src/jsparse.c => js/src/jsparse.cpp
rename : js/src/jsregexp.c => js/src/jsregexp.cpp
rename : js/src/jsscan.c => js/src/jsscan.cpp
rename : js/src/jsscript.c => js/src/jsscript.cpp
rename : js/src/jsxml.c => js/src/jsxml.cpp
rename : js/src/prmjtime.c => js/src/prmjtime.cpp
2007-10-09 13:00:59 -05:00
pavlov@pavlov.net
c10729129f
bug 362682. re-re-landing linux text goodness. r=vlad, patch by me and Behdad Esfahbod <mozilla@behdad.org>.
2007-10-06 00:26:13 -07:00
kaie@kuix.de
137ae6249a
Bug 327181, Improve error reporting for invalid-certificate errors (error page for https, or combined dialog) Code in mozilla/security/manager: r=rrelyea Code elsewhere: r=mconnor, sr=dveditz blocking1.9=mconnor
2007-10-03 04:43:54 -07:00
pavlov@pavlov.net
479c625948
backing out, again.. not sure what the leaks are.
2007-09-27 17:15:59 -07:00
pavlov@pavlov.net
0975834191
bug 362682. relanding linux text goodness. patch by myself and Behdad Esfahbod <mozilla@behdad.org>. r=vlad
2007-09-27 15:15:51 -07:00
dbaron@dbaron.org
7e642cf6bb
Remove freetype2 code, which was used only by the old gfx code. b=389697 r+a1.9=vlad
2007-09-27 13:44:51 -07:00
ted.mielczarek@gmail.com
83f1febc74
bug 394190 - seamonkey/thunderbird not starting up due to manifest embedding issues. change manifest embedding in the non-libxul case (follow up patch, forgot to address review comment). r=bsmedberg, a=bz
2007-09-26 04:17:47 -07:00
ted.mielczarek@gmail.com
30fc18e728
bug 394190 - seamonkey/thunderbird not starting up due to manifest embedding issues. change manifest embedding in the non-libxul case. r=bsmedberg, a=bz
2007-09-26 03:38:29 -07:00
nrthomas@gmail.com
a5af25b178
Bug 394037, version bumps to 3.0a9pre, p=joduinn & cf, r=preed
2007-09-21 14:17:38 -07:00
pavlov@pavlov.net
baa8d2e6cb
backing out 362682 due to linux tinderboxen not being upgraded... (396805, 389426)
2007-09-19 16:53:09 -07:00
pavlov@pavlov.net
5331bc3fe6
bug 362682. fix missing glyphs on linux. patch by myself and Behdad Esfahbod <mozilla@behdad.org>. r=vlad
2007-09-19 15:18:42 -07:00
jorendorff@mozilla.com
b31ace6d7e
Merge from CVS trunk to mozilla-central.
...
--HG--
rename : js/src/jsarray.c => js/src/jsarray.cpp
rename : js/src/jsdbgapi.c => js/src/jsdbgapi.cpp
rename : js/src/jsemit.c => js/src/jsemit.cpp
rename : js/src/jsfun.c => js/src/jsfun.cpp
rename : js/src/jsgc.c => js/src/jsgc.cpp
rename : js/src/jsinterp.c => js/src/jsinterp.cpp
rename : js/src/jsiter.c => js/src/jsiter.cpp
rename : js/src/jsobj.c => js/src/jsobj.cpp
rename : js/src/jsopcode.c => js/src/jsopcode.cpp
rename : js/src/jsstr.c => js/src/jsstr.cpp
2007-09-17 10:17:44 -04:00
ted.mielczarek@gmail.com
1cdcc02a6b
backing out bug 395019 due to build issues
2007-09-17 04:07:41 -07:00
dtownsend@oxymoronical.com
e35ecbdccb
Bug 379633: Scriptable zipwriter component. r=bsmedberg, sr=cbiesinger, a=bzbarsky
2007-09-16 16:48:03 -07:00
ted.mielczarek@gmail.com
1b990c1e92
bug 395019 - compute relativesrcdir from srcdir, topsrcdir. r=bsmedberg a=bz
2007-09-16 13:59:14 -07:00
jorendorff@mozilla.com
34183fe5ce
Merge from cvs-trunk-mirror
...
--HG--
rename : js/src/jsdtoa.c => js/src/jsdtoa.cpp
2007-09-04 15:53:36 -04:00
dtownsend@oxymoronical.com
5d17caca92
Bustage fix for Bug 390615. r+a=bsmedberg
2007-09-04 09:06:04 -07:00
jorendorff@mozilla.com
5cec3c5693
Merge from cvs-trunk-mirror.
...
--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/jscntxt.c => js/src/jscntxt.cpp
rename : js/src/jsopcode.c => js/src/jsopcode.cpp
rename : js/src/jsparse.c => js/src/jsparse.cpp
rename : js/src/jsregexp.c => js/src/jsregexp.cpp
rename : js/src/jsscope.c => js/src/jsscope.cpp
2007-08-31 17:27:11 -04:00
neil@parkwaycc.co.uk
5807b0ffdc
uriloader/exthandler dependencies not working in Windows b=393270 r=bsmedberg
2007-08-30 15:48:28 -07:00
benjamin@smedbergs.us
e0f7725b37
Bug 392722 - nsinstall doesn't work if paths have double slashes, patch by Fabien Tassin <fta+bugzilla@sofaraway.org>, r=me
2007-08-29 13:05:52 -07:00
ted.mielczarek@gmail.com
5b8fcf6c53
bug 350616 - embed manifests in all DLLs when building. r+a=bsmedberg
2007-08-28 10:38:02 -07:00
sdwilsh@shawnwilsher.com
64b9885a71
Bug 389575 - Add WARNINGS_AS_ERRORS compile time flag. r=bsmedberg NPOTFB.
2007-08-28 09:02:43 -07:00
jorendorff@mozilla.com
aefbe0613f
Merge from cvs-trunk-mirror. This fixes bug 393364, a C++ compatibility bug. js/src now builds ok.
...
--HG--
rename : js/src/jsatom.c => js/src/jsatom.cpp
rename : js/src/jsfun.c => js/src/jsfun.cpp
rename : js/src/jsgc.c => js/src/jsgc.cpp
rename : js/src/jsinterp.c => js/src/jsinterp.cpp
rename : js/src/jsobj.c => js/src/jsobj.cpp
rename : js/src/jsxdrapi.c => js/src/jsxdrapi.cpp
2007-08-23 21:03:00 -04:00
neil@parkwaycc.co.uk
bb123ab649
uriloader/exthandler dependencies not working in Windows b=393270 r=luser
2007-08-23 14:52:19 -07:00
jorendorff@mozilla.com
d163a45c40
Merge from cvs-trunk-mirror
...
--HG--
rename : js/src/jsobj.c => js/src/jsobj.cpp
2007-08-21 14:08:45 -04:00
bzbarsky@mit.edu
5a299cf183
Fix compilation issues from HAVE_FT_GLYPHSLOT_EMBOLDEN with libxul on some distros. Bug 333126 (or rather part of it), patch by MATSUURA Takanori <t.matsuu@gmail.com>, r+a=pavlov
2007-08-20 19:39:10 -07:00
dbaron@dbaron.org
4ec9d1d99b
Back out the half of bug 391937 that breaks things.
2007-08-19 19:46:39 -07:00
bzbarsky@mit.edu
58d98295e5
Bug 391937 -- Linux x86_64 startup-notification relocation error gcc-4.2.x. Patch by Walter Meinl <wuno@lsvw.de>, r=bsmedberg, a=bzbarsky
2007-08-19 19:24:16 -07:00
dbaron@dbaron.org
f344c8b615
Fix the way we build frameworks so it doesn't break dependencies of the form -ltracemalloc. b=392118 r=bsmedberg a=bzbarsky
2007-08-19 17:00:11 -07:00
jwalden@mit.edu
5943e55d0b
Bug 296653 - mkdepend takes more than 10 hours on Solaris for nsIconChannel.cpp. Patch by Ginn Chen <ginn.chen@sun.com>, r=cls, a=bz
2007-08-17 16:07:39 -07:00
edward.lee@engineering.uiuc.edu
4a8ba914a2
merging from cvs-trunk-mirror
...
--HG--
rename : js/src/js.c => js/src/js.cpp
rename : js/src/jsapi.c => js/src/jsapi.cpp
rename : js/src/jsarray.c => js/src/jsarray.cpp
rename : js/src/jsatom.c => js/src/jsatom.cpp
rename : js/src/jsdate.c => js/src/jsdate.cpp
rename : js/src/jsdbgapi.c => js/src/jsdbgapi.cpp
rename : js/src/jsemit.c => js/src/jsemit.cpp
rename : js/src/jsexn.c => js/src/jsexn.cpp
rename : js/src/jsfun.c => js/src/jsfun.cpp
rename : js/src/jsgc.c => js/src/jsgc.cpp
rename : js/src/jsiter.c => js/src/jsiter.cpp
rename : js/src/jslock.c => js/src/jslock.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/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/jsxdrapi.c => js/src/jsxdrapi.cpp
rename : js/src/jsxml.c => js/src/jsxml.cpp
2007-08-16 12:06:15 -07:00
benjamin@smedbergs.us
f66dede029
Bug 391325 - Cannot debug installed xulrunner, add a --enable-install-strip flag, patch by Sergey Yanovich <ynvich@gmail.com>, r+a=me
2007-08-15 17:13:15 -07:00
edward.lee@engineering.uiuc.edu
1bcec045ad
merging from cvs-trunk-mirror
...
--HG--
rename : js/src/js.c => js/src/js.cpp
rename : js/src/jsapi.c => js/src/jsapi.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/jsemit.c => js/src/jsemit.cpp
rename : js/src/jsgc.c => js/src/jsgc.cpp
rename : js/src/jsinterp.c => js/src/jsinterp.cpp
rename : js/src/jsobj.c => js/src/jsobj.cpp
rename : js/src/jsopcode.c => js/src/jsopcode.cpp
rename : js/src/jsxml.c => js/src/jsxml.cpp
2007-08-10 15:25:15 -07:00
ted.mielczarek@gmail.com
1f6bcdc9b8
bug 389548 - fixup from cvs copy (airbag -> crashreporter). also note that this renames the configure flag from --disable-airbag to --disable-crashreporter. r=bsmedberg
2007-08-08 08:19:57 -07:00
edward.lee@engineering.uiuc.edu
e60812f625
merging from cvs-trunk-mirror
...
--HG--
rename : js/src/js.c => js/src/js.cpp
rename : js/src/jsapi.c => js/src/jsapi.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/jsdate.c => js/src/jsdate.cpp
rename : js/src/jsdbgapi.c => js/src/jsdbgapi.cpp
rename : js/src/jsemit.c => js/src/jsemit.cpp
rename : js/src/jsexn.c => js/src/jsexn.cpp
rename : js/src/jsfun.c => js/src/jsfun.cpp
rename : js/src/jsgc.c => js/src/jsgc.cpp
rename : js/src/jsinterp.c => js/src/jsinterp.cpp
rename : js/src/jsiter.c => js/src/jsiter.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/jsregexp.c => js/src/jsregexp.cpp
rename : js/src/jsscan.c => js/src/jsscan.cpp
rename : js/src/jsscript.c => js/src/jsscript.cpp
rename : js/src/jsstr.c => js/src/jsstr.cpp
rename : js/src/jsxml.c => js/src/jsxml.cpp
2007-08-06 16:03:20 -07:00
benjamin@smedbergs.us
c1f17da390
Bug 389673 - Fix "make install" to copy from dist/ and use packager.mk, rather than recurse the build tree, r=luser
2007-08-03 07:46:17 -07:00
nrthomas@gmail.com
af31df79a2
Bug 390514, bump version to 3.0a8pre (for now), r=bsmedberg
2007-08-03 07:26:46 -07:00
benjamin@smedbergs.us
952a655e07
Bug 389671 - CVS remove old suite-style multi-profile code which is not used anymore, r=luser (NPOB except for removing build-system references to files/options)
2007-08-02 11:43:30 -07:00
benjamin@smedbergs.us
ecd02052df
Bug 389401 - Build horked using VC71 and make -jN, r=cls
2007-07-25 06:56:04 -07:00
dbaron@dbaron.org
85e21d8c9a
Fix header wrapping for lcms, bug 16769 to fix x86_64 Linux and SELinux bustage. Review pending.
2007-07-23 22:56:07 -07:00
pavlov@pavlov.net
e3421eba8a
adding color management capabilities -- preffed off. bug 16769. patch from tor. r=bsmedberg, sr=me
2007-07-23 15:02:17 -07:00
jst@mozilla.com
54fac1b3c5
merging from cvs-trunk-mirror
2007-07-20 14:18:36 -07:00
ted.mielczarek@gmail.com
c1da060fe8
bug 336959 - line breaking with pango/uniscribe - add pango/pango-break.h to system-headers. r+sr=dbaron
2007-07-20 10:02:55 -07:00
ted.mielczarek@gmail.com
dd069fbf46
bug 386841 - crashreporter linked with libsso.so.4, libcrypto.so.4. r=bsmedberg
2007-07-18 21:28:05 -07:00
edward.lee@engineering.uiuc.edu
32020490be
merging from actionmonkey 2007/07/16 (Bug 387935, Always build JS as C++)
...
--HG--
rename : js/src/jsapi.c => js/src/jsapi.cpp
rename : js/src/jsfun.c => js/src/jsfun.cpp
rename : js/src/jsiter.c => js/src/jsiter.cpp
rename : js/src/prmjtime.c => js/src/prmjtime.cpp
2007-07-18 14:21:30 -07:00
jst@mozilla.org
85fb705d1b
merging from cvs-trunk-mirror
2007-07-18 13:32:08 -07:00
benjamin@smedbergs.us
81a33d01d7
Tbird build bustage from bug 388542 and/or bug 373535, always link up cairo libs into a static build.
2007-07-18 12:51:32 -07:00
sdwilsh@shawnwilsher.com
3d5f109b8e
Bug 306907 - Build libsqlite as a standard name separate shared library. Patch by Michael Wu <michael.wu@mozilla.com>, Robert Relyea <rrelyea@redhat.com>, Ryan VanderMeulen <ryanvm@gmail.com>, and Shawn Wilsher <me@shawnwilsher.com>. r=benjamin
2007-07-18 09:20:12 -07:00
axel@pike.org
dcb69d27d4
bug 386874, add python emulation for nsinstall for --disable-compile-environment, r=bsmedberg
2007-07-17 06:47:55 -07:00
sdwilsh@shawnwilsher.com
db89527845
Backout of Bug 306907
2007-07-16 14:32:03 -07:00
sdwilsh@shawnwilsher.com
942eb53c84
Bug 306907 - Build libsqlite as a standard name separate shared library. Patch by Michael Wu <michael.wu@mozilla.com>, Robert Relyea <rrelyea@redhat.com>, Ryan VanderMeulen <ryanvm@gmail.com>, and Shawn Wilsher <me@shawnwilsher.com>. r=benjamin
2007-07-16 14:23:29 -07:00
edward.lee@engineering.uiuc.edu
5405cac33a
Bug 387935, Always build JS as C++, r=benjamin
...
--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/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
2007-07-16 11:40:49 -07:00
asqueella@gmail.com
0012993e62
Bug 382297 - use a single PDB file per library (back out 286179)
...
p=Vladimir Vukicevic (:vlad) <vladimir@pobox.com>
r=ted.mielczarek
2007-07-14 15:07:00 -07:00
edward.lee@engineering.uiuc.edu
8d4ef8df0b
merging from cvs-trunk-mirror 2007/07/12 (restores ability to compile SpiderMonkey with c++)
2007-07-12 10:41:14 -07:00
benjamin@smedbergs.us
c0a37d52d8
Bug 386445 - mac build stops with "multiple definitions of symbol nsINIParser::GetSrings", also changes to building mac dylibs with -single_module, r=luser,jag
2007-07-11 10:26:11 -07:00
edward.lee@engineering.uiuc.edu
4712a475e5
merging from cvs-trunk-mirror 2007/07/10
2007-07-10 00:18:34 -07:00
benjamin@smedbergs.us
4e1cca5f54
Bug 383167 try #3 - need buildid in an external file, r=luser sr=jst with additional parts r=biesi
2007-07-02 11:20:24 -07:00
nrthomas@gmail.com
dadf1b212a
Bug 386114, bump to *a7pre* in the meantime, r=bsmedberg
2007-07-02 08:58:29 -07:00
joshmoz@gmail.com
4f1e29c742
support DWARF2 debugging on Mac OS X, needed for debugging on 10.5. Patch by Stan Shebs. b=363590 r=bsmedberg
2007-06-29 22:20:00 -07:00
benjamin@smedbergs.us
a396305c4a
Reverting bug 383167 again for linux test bustage :-(
2007-06-26 12:22:51 -07:00
benjamin@smedbergs.us
eb1adfce8d
Bug 383167 trying again, reviews by luser and biesi, sr=jst
2007-06-26 09:35:01 -07:00
benjamin@smedbergs.us
e4a58c034c
Revert all of bug 383167 changes because they're not enough... going to try again later.
2007-06-25 11:40:57 -07:00
benjamin@smedbergs.us
b6862dc2e4
Re-add milestone.pl to make configure.in MOZILLA_VERSION happy :-(
2007-06-25 10:35:03 -07:00
benjamin@smedbergs.us
04fce5e754
Fix Windows fileversion fu from bug 383167
2007-06-25 10:23:32 -07:00
benjamin@smedbergs.us
1e4a4ad931
Bug 383167 - Need buildid in an external file, r=luser sr=jst
2007-06-25 08:25:59 -07:00
benjamin@smedbergs.us
9ac9d75c45
Bug 385692 - Wrap the ptrace header used by breakpad, patch by Stephen Moehle <smoehle@comcast.net>, r=me
2007-06-25 00:26:24 -07:00
dcamp@mozilla.com
cdcc784ff9
Bug 380540 - crash reporter client on linux, r=luser
2007-06-21 09:11:07 -07:00
kherron@fmailbox.com
66553b14b9
Bug 247204 - lock up at start when using threaded GTK2 libraries (i.e. gconf). Patch by Walter Meinl <wuno@lsvw.de>, r+sr=roc.
2007-06-17 06:02:08 -07:00
Ted Mielczarek
4e82a2576d
merging from cvs-trunk-mirror
2007-06-15 15:03:02 -04:00
mats.palmgren@bredband.net
cfcd055eb1
Bye bye Xprint. b=326716 r+sr=dbaron
2007-06-13 11:02:58 -07:00
bzbarsky@mit.edu
4c4d0092a9
Followup to fix build bustage for bug 380970, patch by Alex Vincent<ajvincent@gmail.com>, r=sayrer, sr=bsmedberg
2007-06-10 15:14:53 -07:00
mozilla@weilbacher.org
935b4d3035
Bug 380196: Kill QT graphics code, p=sciguyryan, r/sr=roc
2007-06-10 15:13:08 -07:00
gavin@gavinsharp.com
1b8a6f0172
Backing out the patch for bug 350616 to see if it will fix the windows orange
2007-06-09 20:41:57 -07:00
ted.mielczarek@gmail.com
c9009a4392
bug 350616 - Need to figure out VC8 CRT issues with the XULRunner stub (and with embedding) - embed manifests in everything. r=bsmedberg
2007-06-08 05:47:41 -07:00
rcampbell@mozilla.com
3798ba80a5
Bug 382682, Add makefile target to launch interactive xpcshell for debugging. Patch by Alex Vincent
2007-06-06 12:40:30 -07:00
cltbld
476abdaf20
Bug 382873 - bumping nightly version to a6pre. me=joduinn, r=preed
2007-06-01 18:15:11 -07:00
luser@bluck
be572ef7f8
bug 381820 - mozilla2 hg repo doesn't build out of the box due to missing extensions
2007-05-24 12:48:39 -04:00
bent.mozilla@gmail.com
934776a3e5
Bug 380846 - "Make the build system friendlier for XULRunner apps and extensions." r=bsmedberg. Adds confvars.sh files for all major apps and makefiles.sh for all extensions.
2007-05-23 13:08:44 -07:00
alfred.peng@sun.com
0202ed2564
Fix the bustage for bug 381247 on Solaris. Use the POSIX macro S_ISDIR.r=benjamin.
2007-05-23 06:30:45 -07:00
roc+@cs.cmu.edu
95bb140102
Bug 381247. mkdepend on Windows should call GetFileAttributesEx instead of stat() to check for file existence. r=bsmedberg
2007-05-22 20:48:13 -07:00
ted.mielczarek@gmail.com
1037c22a03
mistake from bug 378926. r=bsmedberg
2007-05-14 07:21:44 -07:00
ted.mielczarek@gmail.com
ac5f88756e
bug 368206 - integrate breakpad exception handler/crash reporter on OS X. fix up static linking for thunderbird et. al and enable breakpad by default on OS X. r=bsmedberg
2007-05-07 08:32:41 -07:00
asqueella@gmail.com
fc7e5a1432
Bug 318331 - Default build does not support Xinerama - detect support at runtimep=Sylvain Pasche <sylvain.pasche@gmail.com>r+sr=roc
2007-05-02 13:07:32 -07:00
pedemont@us.ibm.com
5e19e25679
Bug 363485 - MSYS path conversion fix. r=bsmedberg.
2007-05-02 10:02:45 -07:00
mats.palmgren@bredband.net
87a0062405
Bye bye gtk1 and xlib (part 1 of 2). b=326152 r+sr=roc
2007-04-30 16:52:44 -07:00
nrthomas@gmail.com
9782e995ec
Bug 378905, bump versions to alpha 5, p=rhelmer, r=cf
2007-04-27 06:17:31 -07:00
ted.mielczarek@gmail.com
0f6d604ac1
bug 378926 - support HOST_CMSRCS, HOST_CMMSRCS, .cc files in HOST_CPPSRCS. r=bsmedberg
2007-04-27 04:47:10 -07:00
dbaron@dbaron.org
194bf226de
Add dbus headers. b=378303 r=bsmedberg
2007-04-25 13:53:05 -07:00
benjamin@smedbergs.us
eb9f04f4d0
Bug 368206 - Breakpad client for Mac OS X, patch by dcamp, r=luser+mento
2007-04-25 07:26:42 -07:00
neil@parkwaycc.co.uk
3ea1041fa0
Bug 378122 Fix more bustage from bug 375388 p=brian.lu@sun.com r=wtc
2007-04-20 01:12:30 -07:00
wr@rosenauer.org
4621dc313a
Bug 377843 - Fix build of the DBUS component, r=bsmedberg
2007-04-18 22:00:25 -07:00
axel@pike.org
01e9c60cfa
bug 361583, support filter commandline argument, and use it from packager.mk, r=bsmedberg
2007-04-13 16:43:36 -07:00
axel@pike.org
6ccf922cb5
bug 361583, start using Preprocessor.py instead of preprocessor.pl in building Minefield, r=bsmedberg
2007-04-11 09:35:01 -07:00
benjamin@smedbergs.us
bbbbb2b103
Bug 371253 - "make install" doesn't work with flat chrome (by design), so add an error to that effect, r=luser
2007-04-05 06:21:42 -07:00
cbiesinger@web.de
595b965311
Bug 375189 use $(MAKE) instead of make in makefilespatch by Marco Perez <bugmail@millibyte.net> r=bsmedberg
2007-03-31 12:37:51 -07:00
neil@parkwaycc.co.uk
c5d8c4692e
Fix bustage from bug 375388
2007-03-26 11:29:16 -07:00
neil@parkwaycc.co.uk
4a0aec7fa4
Fix SeaMonkey Mac tinderbox cross-compilation bustage b=375388 r=bsmedberg
2007-03-26 11:17:02 -07:00
ted.mielczarek@gmail.com
3469163a42
bug 371201 - error on spaces in XPI_NAME and some other Makefile vars. r=bsmedberg
2007-03-26 11:15:02 -07:00
nrthomas@gmail.com
a39b7d188e
Bug 375220, bump versions to {3.0,1.9}a4pre now that alpha 3 has shipped, r=preed
2007-03-25 15:10:07 -07:00
roc+@cs.cmu.edu
0054412272
Bug 374866. Reftests for text-transform. r=dbaron
2007-03-22 16:01:14 -07:00
karlt+%karlt.net
35ba459f6b
Bug 435764 ��� crash [@ cairo_draw_with_xlib] painting windowless plugins.
...
Move ws_info set-up from nsObjectFrame::CallSetWindow().
Provide gfxXlibNativeRenderer::NativeDraw with Screen and Colormap.
r+sr=roc a1.9.0.2=ss
2008-07-24 22:37:32 +00:00
bhearsum%mozilla.com
eeec862b97
bug 422356: version/config bumps for firefox 3.0.1 release. r=needtostartbuilds, patch=me
2008-07-02 12:10:01 +00:00
Callek%gmail.com
7b77ca49bd
Bug 437219 - allow app-specific rules via application/app-config.mk and application/app-rules.mk. p=bsmedberg, r=ted, a1.9=beltzner
2008-06-24 23:29:46 +00:00
nrthomas%gmail.com
db4c8169e3
Bug 436926, bump firefox version to 3.0.1pre, gecko to 1.9.0.1pre and associated changes, r=bsmedberg
2008-06-18 08:51:02 +00:00
gavin%gavinsharp.com
04a01c77bc
Bug 422055: use jemalloc on Solaris, patch by Ginn Chen <ginn.chen@sun.com>,
...
r=ted, a=shaver
2008-05-28 18:42:32 +00:00
alfred.peng%sun.com
6df9029382
Followup fix for Bug 385280. should send proxy settings to the breakpad reporter. Add the check on whether gconf library exists.
...
r=ted.mielczarek,a=beltzner.
2008-05-05 21:08:15 +00:00
ginn.chen%sun.com
c223f871f1
Bug 422055 Use jemalloc on OpenSolaris
...
p=Jason Evans, Ginn Chen r=ted.mielczarek a=beltzner
2008-04-30 07:14:45 +00:00
gavin%gavinsharp.com
05762b4aaf
Bug 428970: Implement --disable-vista-sdk-requirements configure option and update source to use it, patch by Jim Mathies <jmathies@mozilla.com>, r=rob_strong, r=bsmedberg, a=beltzner
2008-04-25 16:44:25 +00:00
reed%reedloden.com
9134b9a496
Bug 425979 - "Win2003 SDK and MinGW build error in ../mozilla/toolkit/components/parentalcontrols/src/nsParentalControlsServiceWin.cpp (add --disable-parental-controls)" (configure bits) [p=ted.mielczarek@gmail.com (Ted Mielczarek [luser]) r=bsmedberg a1.9=beltzner]
2008-04-09 06:17:11 +00:00
gavin%gavinsharp.com
10a16e1481
Bug 425159: properly support optional help viewer (--enable-help-viewer), r=neil, sr=bsmedberg
2008-03-28 18:08:59 +00:00
reed%reedloden.com
ecafebff79
Bug 424242 - Bump nightly version to Firefox 3.0pre/Gecko 1.9pre [p=reed r=nthomas a1.9+a1.9b5=beltzner]
2008-03-26 18:35:39 +00:00
ted.mielczarek%gmail.com
ac3d37bb2a
bug 403224 - build config fixes to build spidermonkey with icc. r=bsmedberg
2008-03-18 17:37:01 +00:00
benjamin%smedbergs.us
dbcb3db1f0
Bug 385677 - Breakpad fixes for GCC 4.3 (correct #includes and visibility wrappers), r+a=luser
2008-03-17 18:02:08 +00:00
dwitte%stanford.edu
dba12d7c41
Bug 409803 - gcc (4.1 only) zealously avoids inlining at -Os. make -finline-limit=50 the default on linux -Os builds. r=ted, blocking1.9+
2008-03-16 02:48:02 +00:00
jag%tty.nl
38aa25ff85
Bug 419621: Add rule so |make nsFoo.i| works for nsFoo.mm files. r=bsmedberg, a1.9+=damons
2008-03-13 11:12:10 +00:00
reed%reedloden.com
be1f96edd1
Bug 305782 - "Please allow to use system bzip2 library" [p=mh+mozilla@glandium.org (Mike Hommey) r=bsmedberg a1.9=beltzner]
2008-03-12 11:13:11 +00:00
reed%reedloden.com
3805937bba
Back out Mike Hommey's patch from bug 305782 due to build bustage.
2008-03-08 12:33:30 +00:00
reed%reedloden.com
fd79bde8cf
Bug 305782 - "Please allow to use system bzip2 library" [p=mh+mozilla@glandium.org (Mike Hommey) r=bsmedberg a1.9=beltzner]
2008-03-08 09:53:29 +00:00
ted.mielczarek%gmail.com
1c6dfae9cf
bug 419348 - build config fixes for profile-guided optimization on mac. fixes for PGO on universal builds, configure arg to disable PGO in spite of profiled build. r=bsmedberg
2008-03-06 11:57:22 +00:00
ted.mielczarek%gmail.com
fb76b0ebb2
bug 420759 - only public symbols for spidermonkey in breakpad. landing as bustage fix to get symbols into nightlies
2008-03-04 12:00:38 +00:00
nrthomas%gmail.com
2ea2c1a68e
Bug 418926, bump nightly version to 3.0b5pre/1.9b5pre following branch for 3.0b4, r=rhelmer, a=beltzner
2008-03-04 00:58:35 +00:00
gavin%gavinsharp.com
ecc54d8e32
Bustage fix from bug 415928, r=ted
2008-02-26 18:30:21 +00:00
neil%parkwaycc.co.uk
99f2e14c03
RTL flags aren't host Cflags when you're cross-compiling b=419272 r=ted a=damons
2008-02-25 23:38:23 +00:00
ted.mielczarek%gmail.com
4bb7ede001
bug 419348 - build config fixes for pgo on mac. r=bsmedberg
2008-02-25 20:52:19 +00:00
ted.mielczarek%gmail.com
98c6d64d89
bug 415928 - fix packaging of CRT with jemalloc - make nspr/nss play along. r=bsmedberg
2008-02-25 20:50:36 +00:00
joshmoz%gmail.com
25104f5ad1
use "-fobjc-exceptions" for all .mm files. p=shebs b=163260 r=josh r=ted
2008-02-22 21:08:37 +00:00
ted.mielczarek%gmail.com
c99da18699
attempt to fix thunderbird bustage from bug 263381 - support --with-system-sqlite3
2008-02-22 13:36:43 +00:00
ted.mielczarek%gmail.com
10f830f0da
bug 418613 - MOZ_DEBUG_SYMBOLS clobbers optimize flags, LDFLAGS. r=bsmedberg
2008-02-22 11:54:08 +00:00
reed%reedloden.com
981869b961
Bug 263381 - "support --with-system-sqlite3 in storage builds" [p=mh+mozilla@glandium.org (Mike Hommey) r=bsmedberg a1.9=beltzner]
2008-02-22 11:26:00 +00:00
dougt%meer.net
84ed508ef6
for windows cl host, -Fo is the preferred out option. -o is deprecated., b=418842, r=bsmedberg, a=beltzner
2008-02-21 21:02:06 +00:00
benjamin%smedbergs.us
624a4d7ef0
Back out bug 412320 and various followups because the perf impact was minimal and the code is more complicated
2008-02-21 20:39:23 +00:00
ted.mielczarek%gmail.com
15bfe95de7
bug 361343 - make profiledbuild work on windows. r=bsmedberg
2008-02-20 23:29:12 +00:00
ted.mielczarek%gmail.com
8af2331823
bug 240267 - link error when doing make profiledbuild. r=bsmedberg
2008-02-16 22:23:08 +00:00
reed%reedloden.com
725e9b8564
Bug 345080 - "Allow use of external hunspell library" [p=mh+mozilla@glandium.org (Mike Hommey) r=mscott sr=bsmedberg a1.9=schrep]
2008-02-14 11:16:54 +00:00
jag%tty.nl
3b38f459a6
Bug 416529: Don't include .deps/.all.pp when not needed. r=benjamin, a=pavlov
...
This to prevent unnecessarily generating the file due to the FORCE prereq.
2008-02-13 13:41:49 +00:00
reed%reedloden.com
925b88a873
Bug 416450 - "Properly annotate recursive make invocation" (Mark MAKE_TIER_SUBMAKEFILES as a recursive make invocation) [p=jim@mozilla.com (Jim Blandy) r+a1.9=bsmedberg]
2008-02-13 11:35:45 +00:00
reed%reedloden.com
5ba1e3637a
Bug 333308 - "make clean and make distclean miss various files" [p=mh+mozilla@glandium.org (Mike Hommey) r=bsmedberg a1.9=schrep]
2008-02-13 11:33:40 +00:00
benjamin%smedbergs.us
b27c6528eb
Bug 412320 - generate QI for additional classes which, according to stats, show up in profiles as frequent callers of nsID::Equals, r=biesi,ted,sicking
2008-02-12 19:46:50 +00:00
reed%reedloden.com
60863d5b7a
Bug 401140 - "VC9 issues building zlib" [p=sciguyryan@gmail.com (Ryan Jones) r=luser/ted a1.9=damons]
2008-02-10 06:04:19 +00:00
jag%tty.nl
d969eb7c6b
Bug 333308: make clean and make distclean miss various files. r=bsmedberg, a=schrep
2008-02-09 10:37:44 +00:00
pavlov%pavlov.net
86a01ce3b1
Don't adjust PATH and LIB unless MOZ_MEMORY is set
2008-02-05 06:54:00 +00:00
rhelmer%mozilla.com
40ca1a7b81
bump b3 to b4 b=409880 r=reed
2008-02-05 04:26:21 +00:00
pavlov%pavlov.net
3b1de34d7a
bug 407459. hooking jemalloc up to the build system. r=various people
2008-02-05 03:16:25 +00:00