Commit Graph

774 Commits

Author SHA1 Message Date
Rafael Ávila de Espíndola
82bf6d0e6b Bug 696281 - disable trace malloc stacks on OS X too. r=dbaron.
This patch disables trace malloc stacks on OS X too. To make this work,
we still have to look on the stack to decide if we must set immediate_abort,
but we can avoid other work like decoding the addresses.
2011-10-28 18:43:49 -04:00
Benoit Girard
aeedb13ac7 Bug 683229 - Add user space profiling using Simple Profiler System (SPS). r=cjones r=jmuizelaar
--HG--
extra : rebase_source : 2482a65256588b88663e8f0ab621b9787bbe5489
2011-08-26 17:05:37 -07:00
Bobby Holley
3cd1c57228 Bug 584894 - Move libpng to media/libpng. r=khuey
--HG--
rename : modules/libimg/png/CHANGES => media/libpng/CHANGES
rename : modules/libimg/png/LICENSE => media/libpng/LICENSE
rename : modules/libimg/png/MOZCHANGES => media/libpng/MOZCHANGES
rename : modules/libimg/png/Makefile.in => media/libpng/Makefile.in
rename : modules/libimg/png/README => media/libpng/README
rename : modules/libimg/png/crashtests/374810-1.html => media/libpng/crashtests/374810-1.html
rename : modules/libimg/png/crashtests/crashtests.list => media/libpng/crashtests/crashtests.list
rename : modules/libimg/png/libpng.txt => media/libpng/libpng.txt
rename : modules/libimg/png/mozpngconf.h => media/libpng/mozpngconf.h
rename : modules/libimg/png/png.c => media/libpng/png.c
rename : modules/libimg/png/png.h => media/libpng/png.h
rename : modules/libimg/png/pngconf.h => media/libpng/pngconf.h
rename : modules/libimg/png/pngerror.c => media/libpng/pngerror.c
rename : modules/libimg/png/pngget.c => media/libpng/pngget.c
rename : modules/libimg/png/pngmem.c => media/libpng/pngmem.c
rename : modules/libimg/png/pngpread.c => media/libpng/pngpread.c
rename : modules/libimg/png/pngpriv.h => media/libpng/pngpriv.h
rename : modules/libimg/png/pngread.c => media/libpng/pngread.c
rename : modules/libimg/png/pngrio.c => media/libpng/pngrio.c
rename : modules/libimg/png/pngrtran.c => media/libpng/pngrtran.c
rename : modules/libimg/png/pngrutil.c => media/libpng/pngrutil.c
rename : modules/libimg/png/pngset.c => media/libpng/pngset.c
rename : modules/libimg/png/pngtrans.c => media/libpng/pngtrans.c
rename : modules/libimg/png/pngwio.c => media/libpng/pngwio.c
rename : modules/libimg/png/pngwrite.c => media/libpng/pngwrite.c
rename : modules/libimg/png/pngwtran.c => media/libpng/pngwtran.c
rename : modules/libimg/png/pngwutil.c => media/libpng/pngwutil.c
2011-10-17 21:25:53 -07:00
Bobby Holley
f21bd429e5 Bug 584894 - Move libjpeg to media/libjpeg. r=khuey
--HG--
rename : jpeg/MOZCHANGES => media/libjpeg/MOZCHANGES
rename : jpeg/Makefile.in => media/libjpeg/Makefile.in
rename : jpeg/README => media/libjpeg/README
rename : jpeg/README-turbo.txt => media/libjpeg/README-turbo.txt
rename : jpeg/cderror.h => media/libjpeg/cderror.h
rename : jpeg/cdjpeg.h => media/libjpeg/cdjpeg.h
rename : jpeg/jaricom.c => media/libjpeg/jaricom.c
rename : jpeg/jcapimin.c => media/libjpeg/jcapimin.c
rename : jpeg/jcapistd.c => media/libjpeg/jcapistd.c
rename : jpeg/jcarith.c => media/libjpeg/jcarith.c
rename : jpeg/jccoefct.c => media/libjpeg/jccoefct.c
rename : jpeg/jccolor.c => media/libjpeg/jccolor.c
rename : jpeg/jcdctmgr.c => media/libjpeg/jcdctmgr.c
rename : jpeg/jchuff.c => media/libjpeg/jchuff.c
rename : jpeg/jchuff.h => media/libjpeg/jchuff.h
rename : jpeg/jcinit.c => media/libjpeg/jcinit.c
rename : jpeg/jcmainct.c => media/libjpeg/jcmainct.c
rename : jpeg/jcmarker.c => media/libjpeg/jcmarker.c
rename : jpeg/jcmaster.c => media/libjpeg/jcmaster.c
rename : jpeg/jcomapi.c => media/libjpeg/jcomapi.c
rename : jpeg/jconfig.h => media/libjpeg/jconfig.h
rename : jpeg/jconfig.h.in => media/libjpeg/jconfig.h.in
rename : jpeg/jcparam.c => media/libjpeg/jcparam.c
rename : jpeg/jcphuff.c => media/libjpeg/jcphuff.c
rename : jpeg/jcprepct.c => media/libjpeg/jcprepct.c
rename : jpeg/jcsample.c => media/libjpeg/jcsample.c
rename : jpeg/jdapimin.c => media/libjpeg/jdapimin.c
rename : jpeg/jdapistd.c => media/libjpeg/jdapistd.c
rename : jpeg/jdarith.c => media/libjpeg/jdarith.c
rename : jpeg/jdatadst.c => media/libjpeg/jdatadst.c
rename : jpeg/jdatasrc.c => media/libjpeg/jdatasrc.c
rename : jpeg/jdcoefct.c => media/libjpeg/jdcoefct.c
rename : jpeg/jdcolor.c => media/libjpeg/jdcolor.c
rename : jpeg/jdct.h => media/libjpeg/jdct.h
rename : jpeg/jddctmgr.c => media/libjpeg/jddctmgr.c
rename : jpeg/jdhuff.c => media/libjpeg/jdhuff.c
rename : jpeg/jdhuff.h => media/libjpeg/jdhuff.h
rename : jpeg/jdinput.c => media/libjpeg/jdinput.c
rename : jpeg/jdmainct.c => media/libjpeg/jdmainct.c
rename : jpeg/jdmarker.c => media/libjpeg/jdmarker.c
rename : jpeg/jdmaster.c => media/libjpeg/jdmaster.c
rename : jpeg/jdmerge.c => media/libjpeg/jdmerge.c
rename : jpeg/jdphuff.c => media/libjpeg/jdphuff.c
rename : jpeg/jdpostct.c => media/libjpeg/jdpostct.c
rename : jpeg/jdsample.c => media/libjpeg/jdsample.c
rename : jpeg/jdtrans.c => media/libjpeg/jdtrans.c
rename : jpeg/jerror.c => media/libjpeg/jerror.c
rename : jpeg/jerror.h => media/libjpeg/jerror.h
rename : jpeg/jfdctflt.c => media/libjpeg/jfdctflt.c
rename : jpeg/jfdctfst.c => media/libjpeg/jfdctfst.c
rename : jpeg/jfdctint.c => media/libjpeg/jfdctint.c
rename : jpeg/jidctflt.c => media/libjpeg/jidctflt.c
rename : jpeg/jidctfst.c => media/libjpeg/jidctfst.c
rename : jpeg/jidctint.c => media/libjpeg/jidctint.c
rename : jpeg/jidctred.c => media/libjpeg/jidctred.c
rename : jpeg/jinclude.h => media/libjpeg/jinclude.h
rename : jpeg/jmemmgr.c => media/libjpeg/jmemmgr.c
rename : jpeg/jmemnobs.c => media/libjpeg/jmemnobs.c
rename : jpeg/jmemsys.h => media/libjpeg/jmemsys.h
rename : jpeg/jmorecfg.h => media/libjpeg/jmorecfg.h
rename : jpeg/jpegcomp.h => media/libjpeg/jpegcomp.h
rename : jpeg/jpegint.h => media/libjpeg/jpegint.h
rename : jpeg/jpeglib.h => media/libjpeg/jpeglib.h
rename : jpeg/jquant1.c => media/libjpeg/jquant1.c
rename : jpeg/jquant2.c => media/libjpeg/jquant2.c
rename : jpeg/jsimd.h => media/libjpeg/jsimd.h
rename : jpeg/jsimd_none.c => media/libjpeg/jsimd_none.c
rename : jpeg/jsimddct.h => media/libjpeg/jsimddct.h
rename : jpeg/jutils.c => media/libjpeg/jutils.c
rename : jpeg/jversion.h => media/libjpeg/jversion.h
rename : jpeg/simd/Makefile.in => media/libjpeg/simd/Makefile.in
rename : jpeg/simd/jcclrmmx.asm => media/libjpeg/simd/jcclrmmx.asm
rename : jpeg/simd/jcclrss2-64.asm => media/libjpeg/simd/jcclrss2-64.asm
rename : jpeg/simd/jcclrss2.asm => media/libjpeg/simd/jcclrss2.asm
rename : jpeg/simd/jccolmmx.asm => media/libjpeg/simd/jccolmmx.asm
rename : jpeg/simd/jccolss2-64.asm => media/libjpeg/simd/jccolss2-64.asm
rename : jpeg/simd/jccolss2.asm => media/libjpeg/simd/jccolss2.asm
rename : jpeg/simd/jcolsamp.inc => media/libjpeg/simd/jcolsamp.inc
rename : jpeg/simd/jcqnt3dn.asm => media/libjpeg/simd/jcqnt3dn.asm
rename : jpeg/simd/jcqntmmx.asm => media/libjpeg/simd/jcqntmmx.asm
rename : jpeg/simd/jcqnts2f-64.asm => media/libjpeg/simd/jcqnts2f-64.asm
rename : jpeg/simd/jcqnts2f.asm => media/libjpeg/simd/jcqnts2f.asm
rename : jpeg/simd/jcqnts2i-64.asm => media/libjpeg/simd/jcqnts2i-64.asm
rename : jpeg/simd/jcqnts2i.asm => media/libjpeg/simd/jcqnts2i.asm
rename : jpeg/simd/jcqntsse.asm => media/libjpeg/simd/jcqntsse.asm
rename : jpeg/simd/jcsammmx.asm => media/libjpeg/simd/jcsammmx.asm
rename : jpeg/simd/jcsamss2-64.asm => media/libjpeg/simd/jcsamss2-64.asm
rename : jpeg/simd/jcsamss2.asm => media/libjpeg/simd/jcsamss2.asm
rename : jpeg/simd/jdclrmmx.asm => media/libjpeg/simd/jdclrmmx.asm
rename : jpeg/simd/jdclrss2-64.asm => media/libjpeg/simd/jdclrss2-64.asm
rename : jpeg/simd/jdclrss2.asm => media/libjpeg/simd/jdclrss2.asm
rename : jpeg/simd/jdcolmmx.asm => media/libjpeg/simd/jdcolmmx.asm
rename : jpeg/simd/jdcolss2-64.asm => media/libjpeg/simd/jdcolss2-64.asm
rename : jpeg/simd/jdcolss2.asm => media/libjpeg/simd/jdcolss2.asm
rename : jpeg/simd/jdct.inc => media/libjpeg/simd/jdct.inc
rename : jpeg/simd/jdmermmx.asm => media/libjpeg/simd/jdmermmx.asm
rename : jpeg/simd/jdmerss2-64.asm => media/libjpeg/simd/jdmerss2-64.asm
rename : jpeg/simd/jdmerss2.asm => media/libjpeg/simd/jdmerss2.asm
rename : jpeg/simd/jdmrgmmx.asm => media/libjpeg/simd/jdmrgmmx.asm
rename : jpeg/simd/jdmrgss2-64.asm => media/libjpeg/simd/jdmrgss2-64.asm
rename : jpeg/simd/jdmrgss2.asm => media/libjpeg/simd/jdmrgss2.asm
rename : jpeg/simd/jdsammmx.asm => media/libjpeg/simd/jdsammmx.asm
rename : jpeg/simd/jdsamss2-64.asm => media/libjpeg/simd/jdsamss2-64.asm
rename : jpeg/simd/jdsamss2.asm => media/libjpeg/simd/jdsamss2.asm
rename : jpeg/simd/jf3dnflt.asm => media/libjpeg/simd/jf3dnflt.asm
rename : jpeg/simd/jfmmxfst.asm => media/libjpeg/simd/jfmmxfst.asm
rename : jpeg/simd/jfmmxint.asm => media/libjpeg/simd/jfmmxint.asm
rename : jpeg/simd/jfss2fst-64.asm => media/libjpeg/simd/jfss2fst-64.asm
rename : jpeg/simd/jfss2fst.asm => media/libjpeg/simd/jfss2fst.asm
rename : jpeg/simd/jfss2int-64.asm => media/libjpeg/simd/jfss2int-64.asm
rename : jpeg/simd/jfss2int.asm => media/libjpeg/simd/jfss2int.asm
rename : jpeg/simd/jfsseflt-64.asm => media/libjpeg/simd/jfsseflt-64.asm
rename : jpeg/simd/jfsseflt.asm => media/libjpeg/simd/jfsseflt.asm
rename : jpeg/simd/ji3dnflt.asm => media/libjpeg/simd/ji3dnflt.asm
rename : jpeg/simd/jimmxfst.asm => media/libjpeg/simd/jimmxfst.asm
rename : jpeg/simd/jimmxint.asm => media/libjpeg/simd/jimmxint.asm
rename : jpeg/simd/jimmxred.asm => media/libjpeg/simd/jimmxred.asm
rename : jpeg/simd/jiss2flt-64.asm => media/libjpeg/simd/jiss2flt-64.asm
rename : jpeg/simd/jiss2flt.asm => media/libjpeg/simd/jiss2flt.asm
rename : jpeg/simd/jiss2fst-64.asm => media/libjpeg/simd/jiss2fst-64.asm
rename : jpeg/simd/jiss2fst.asm => media/libjpeg/simd/jiss2fst.asm
rename : jpeg/simd/jiss2int-64.asm => media/libjpeg/simd/jiss2int-64.asm
rename : jpeg/simd/jiss2int.asm => media/libjpeg/simd/jiss2int.asm
rename : jpeg/simd/jiss2red-64.asm => media/libjpeg/simd/jiss2red-64.asm
rename : jpeg/simd/jiss2red.asm => media/libjpeg/simd/jiss2red.asm
rename : jpeg/simd/jisseflt.asm => media/libjpeg/simd/jisseflt.asm
rename : jpeg/simd/jsimd.h => media/libjpeg/simd/jsimd.h
rename : jpeg/simd/jsimd_i386.c => media/libjpeg/simd/jsimd_i386.c
rename : jpeg/simd/jsimd_x86_64.c => media/libjpeg/simd/jsimd_x86_64.c
rename : jpeg/simd/jsimdcfg.inc => media/libjpeg/simd/jsimdcfg.inc
rename : jpeg/simd/jsimdcfg.inc.h => media/libjpeg/simd/jsimdcfg.inc.h
rename : jpeg/simd/jsimdcpu.asm => media/libjpeg/simd/jsimdcpu.asm
rename : jpeg/simd/jsimdext.inc => media/libjpeg/simd/jsimdext.inc
rename : jpeg/transupp.h => media/libjpeg/transupp.h
2011-10-17 21:25:53 -07:00
Ehsan Akhgari
2a602a5685 Bug 690892 - Replace PR_TRUE/PR_FALSE with true/false on mozilla-central; rs=dbaron
Landing on a CLOSED TREE
2011-10-17 10:59:28 -04:00
Randell Jesup
04c75f0add bug 691245: Fix jprof under Fedora 15 (needs -ldl) r=dbaron 2011-10-05 09:20:20 -04:00
Michael Wu
d8e503c38b Bug 675553 - Switch from PRBool to bool on a CLOSED TREE , r=bsmedberg,khuey,bz,cjones
--HG--
rename : tools/trace-malloc/bloatblame.c => tools/trace-malloc/bloatblame.cpp
2011-09-28 23:19:26 -07:00
Randell Jesup
9437a33831 Bug 674384: jprof - better thread support, support e10s profiling and profile-by-capture-section. r=dbaron DONTBUILD 2011-08-12 11:59:20 -04:00
Randell Jesup
cc44944594 Bug 664453: Stop jprof from crashing before a profile is selected on JP_START. r=dbaron DONTBUILD 2011-08-12 11:59:17 -04:00
Michael Wu
cb03114f5c Bug 675485 - Fix PRBool misuses found in a debug build, r=bz,taras 2011-08-01 18:20:52 -07:00
Matheus Kerschbaum
55aebc79d4 Bug 579571 - Remove --enable-timeline support. r=tglek 2011-07-17 12:07:42 +02:00
Ted Mielczarek
f9d83d65c8 bug 659950 - implement a much simpler pair of codesize metrics: on-disk application size + installer size. r=glandium
--HG--
extra : rebase_source : 6ac0f4c367e7941de3dbbd05234afdb4e79ab14c
2011-06-28 07:55:56 -04:00
Randell Jesup
1c939adf6e Bug 666501: fix jprof to work in builds without run-mozilla.sh r=glandium 2011-06-24 00:01:49 -04:00
Mike Hommey
95fbb011b5 Bug 658995 part 2 - Use static destructors instead of atexit(). r=bsmedberg 2011-06-15 07:32:03 +02:00
Matt Brubeck
28a99ad4d4 Back out 6b23b52e68d6 - e92f98e8a335 (bug 632404, 552864, 658995) because of Tp4 regression. 2011-06-15 09:00:28 -07:00
Mike Hommey
899e31b0e1 Bug 658995 part 2 - Use static destructors instead of atexit(). r=bsmedberg 2011-06-15 07:32:03 +02:00
Ted Mielczarek
a88f0715f0 merge m-c and b-s 2011-06-13 09:09:43 -04:00
Ed Morley
223c46b36b Bug 659621 - Remove EXTRA_DSO_LIBS, EXTRA_DSO_LDOPTS, OS_LIBS from makefiles containing LIBXUL_LIBRARY = 1, now that libxul is always built; r=ted 2011-06-12 03:49:00 -04:00
Phil Ringnalda
aef3bc1013 Bug 663674 - Remove cross-commit, r=ted 2011-06-11 22:14:19 -07:00
Kyle Huey
090fb7c81d Bug 662403: Fix reftest-analyzer and leak-gauge to not use removed nsIDOMFile methods. r=bz
DONTBUILD
2011-06-07 10:03:02 -07:00
Randell Jesup
e5207f9263 Bug 660968: enabling jprof doesn't make it build the shared library anymore. r=khuey 2011-06-01 03:51:03 -04:00
Matheus Kerschbaum
35f86c76ad Bug 648911 - Remove support for non-libxul builds. r=ted,joedrew 2011-05-23 18:54:47 +02:00
Robert Strong
7385967f03 Bug 658094 - Partial updates for 5.0b1 on Mac fail. r=nrthomas 2011-05-19 10:04:06 -07:00
Randell Jesup
5c71beb714 Bug 653311 - Switch jprof from hand-rolled stackwalk code to glibc's backtrace() to work with modern x86 Linuxes, improve jprof output, update README - r=jim_nance (per bz) 2011-05-15 05:47:48 -04:00
Karl Tomlinson
eb1243ff38 b=647469 continue after crashes in addr2line r=dbaron
--HG--
extra : transplant_source : %3B%3D%1AX%09%D6N%5D%A2%3D%1F%23%2C%408%F7P%B46S
2011-05-02 08:33:16 +12:00
L. David Baron
5595712db2 Make leaksoup not print static ctor/dtor warnings. 2011-04-22 18:36:23 -07:00
Jan Küchler
5ef6bf26cf Bug 266236 part 3: Mechanical rename of nsIRenderingContext and nsThebesRenderingContext to nsRenderingContext. Mechanical substitution of nsRefPtr<nsRenderingContext> for nsCOMPtr<nsRenderingContext>.
--HG--
rename : gfx/src/nsThebesRenderingContext.cpp => gfx/src/nsRenderingContext.cpp
extra : rebase_source : 34884bfcafd885feaf73300bc7246cd192062a48
2011-04-07 18:04:40 -07:00
Mike Hommey
0659550873 Bug 602245 - Don't build SIMPLE_PROGRAMS during MOZ_PROFILE_GENERATE pass. r=ted 2011-04-14 11:23:13 +02:00
Robert Strong
6fc69344de 1. mar packaging and build changes - Bug 386760 - directory removal with software update. r=nthomas, r=khuey 2011-04-11 21:23:18 -07:00
Rail Aliiev
e9f4299a09 bug 313956: expand installer .exe contents to make complete mar. r=ted 2011-04-11 12:23:26 -04:00
Chris Jones ext:(%20and%20Kyle%20Huey%20%3Ckhuey%40kylehuey.com%3E)
0bb511a3d7 Rollup of bug 645263 and bug 646259: Switch to mozilla:: sync primitives. r=cjones,dbaron,doublec,ehsan src=bsmedberg
Bug 645263, part 0: Count sync primitive ctor/dtors. r=dbaron
Bug 645263, part 1: Migrate content/media to mozilla:: sync primitives. r=doublec
Bug 645263, part 2: Migrate modules/plugin to mozilla:: sync primitives. sr=bsmedberg
Bug 645263, part 3: Migrate nsComponentManagerImpl to mozilla:: sync primitives. sr=bsmedberg
Bug 645263, part 4: Migrate everything else to mozilla:: sync primitives. r=dbaron
Bug 645263, part 5: Remove nsAutoLock.*. sr=bsmedberg
Bug 645263, part 6: Make editor test be nicer to deadlock detector. r=ehsan
Bug 645263, part 7: Disable tracemalloc backtraces for xpcshell tests. r=dbaron
Bug 646259: Fix nsCacheService to use a CondVar for notifying. r=cjones
2011-03-31 23:29:02 -05:00
Chris Jones
0c02ca4ba5 Backed out changeset f4da8c0c48d9 for breaking nightly repacks (see bug 313956) 2011-03-31 21:32:35 -05:00
Rail Aliiev
2d72094158 bug 313956: expand installer .exe contents to make complete mar. r=ted.
--HG--
extra : rebase_source : 1a23afed1769531afe0b2f7d307fe5709eeed99b
2011-03-29 15:04:02 -04:00
Ben Hearsum
307b2ffa11 No-op comment change to trigger Talos after talos.zip update. r=NPOTB a=NPOTB 2011-03-03 14:09:19 -05:00
Gervase Markham
cb73dea4a1 Merge checkin. 2011-01-27 14:48:07 +00:00
Gervase Markham
933eb74fff Updates for latest run. 2011-01-27 14:45:33 +00:00
Gervase Markham
1049d2deda Removing relic test files - they create false positives in MXR, and this test stuff hasn't been used for years anyway. a=NPOTB. 2010-11-23 14:52:53 +00:00
Neil Rashbrook
238e6a0eb0 Bug 616810 Remove extraneous CRs r=khuey a=bsmedberg 2011-01-05 23:46:04 +00:00
Shawn Wilsher
ffb1973389 Merging mozilla-central to Places. 2010-10-29 11:39:41 -07:00
Gervase Markham
66c58255d7 relic master copy is now defined as the one in Hg rather than CVS. Copy
ing over all the changes from CVS since Hg branched off. a=NPOTB.
2010-10-28 12:51:06 +01:00
Chris Cooper
b7a0e87fad Bug 327076 - Remove the unused unwrap shell script - r=nthomas, a=NPOTB 2010-10-14 12:46:54 -04:00
Nick Thomas
54698938b2 bug 600098: update access and modification time on top-level application bundle on Mac OS X after successful update. r=bhearsum, a=blocking-beta-7 2010-10-01 12:33:47 -04:00
L. David Baron
488055346f Initialize the out param from backtrace(). (Bug 549561) r=bsmedberg a2.0=tests 2010-09-21 19:32:48 -07:00
Doug Turner
4824c4fd9b Backing out 2b912044dfe7. Bug 591866 - Temporary hack to add channel-prefs.js back to nightlies. a=me 2010-09-07 12:24:17 -07:00
Phil Ringnalda
747e06a0bc Bug 591717 - Remove most of tools/performance/startup, r=dbaron, a=NPOTB
--HG--
extra : rebase_source : cd49a675fb1bac30d6ce809bb1688eaf00a08bee
2010-08-29 18:21:12 -07:00
Phil Ringnalda
fd4771f251 Bug 591714 - Remove ancient (and ifdeffed out) heapdump code, r=robarnold,dbaron, a=NPOTB
--HG--
extra : rebase_source : 3aed6d6f6bf57f848cce51e59dbd13a3df590faf
2010-08-29 18:21:12 -07:00
Phil Ringnalda
b8985c3c4c Bug 591727 - Remove remnant makefile.win in trace-malloc, r=dbaron, a=NPOTB
--HG--
extra : rebase_source : 1643431d84ab0e255315b261a1f0bcd86dbfaa42
2010-08-29 18:21:12 -07:00
Michael Wu
350dc29f36 Bug 592127 - Temporary hack to add channel-prefs.js back to nightlies, r=nthomas a=beltzner 2010-08-30 19:48:29 -07:00
Kyle Huey
be487ffd65 Backed out changeset 6476d13bec49 2010-08-31 08:14:55 -04:00
Michael Wu
1dbd731209 Bug 592127 - Temporary hack to add channel-prefs.js back to nightlies, r=nthomas a=beltzner
--HG--
extra : rebase_source : 38f4b69ce7f39b9c94cb646c899db60171559c23
2010-08-30 19:48:29 -07:00
Benjamin Smedberg
0a2062e721 Merge mozilla-central to the branch for bug 596451. 2010-10-28 10:05:20 -04:00
L. David Baron
b04b6fac7d Add environment variable NS_TRACE_MALLOC_DISABLE_STACKS for disabling the stack-walking part of trace-malloc to improve performance of tinderbox test machines. (Bug 549561) r=bsmedberg a2.0=tests 2010-08-19 09:37:59 -04:00
L. David Baron
301610bb9d Avoid a lock/unlock pair for each call to |calltree|. (Bug 549561) r=bsmedberg a2.0=tests 2010-08-19 09:37:59 -04:00
Pirkka Kärenlampi
e5d4a986ff Bug 586944. Make 'backtrace' static to fix issues with the symbol being overriden by system libraries. r=dbaron,a=bsmedberg 2010-08-19 21:35:08 +12:00
Nick Thomas
3b69dbad7a Bug 576760, no longer need to force components.list, r=bhearsum, a=NPOTB
--HG--
extra : rebase_source : c3aeb9a63dd362f616fec89a0ddb72c34c10d2b6
2010-08-13 17:17:49 +12:00
James Cook
d7f05f6657 Bug 574311 - Build failure with trace malloc when using GCC visibility pragma. r=doug.turner
--HG--
extra : rebase_source : 37f6f66319327197e01fc7cac8126a672c873935
2010-07-17 09:52:30 +03:00
L. David Baron
ccaa0e2983 Make trace-malloc work again on Linux following mozalloc landing. (Bug 576776) r=cjones 2010-07-16 22:36:34 -07:00
Benjamin Smedberg
e0d4b5721a Revert the accidental change to make-tree.pl from revision 116abfbc71e5 2010-07-15 10:40:17 -04:00
Kyle Huey
16c927f68b Bug 578565: Remove nsIXBLDocumentInfo. r=jst
--HG--
extra : rebase_source : 4d36ecc23ea302563a7b7f84846d8d5e23b29647
2010-07-14 18:53:11 -07:00
Ehren Metcalfe
40edafab25 Remove dead code in intl. Bug 559489, r=smontagu 2010-07-04 15:42:04 +03:00
Benjamin Smedberg
a2833452f8 Merge mozilla-central to the bug 568691 branch.
--HG--
rename : gfx/public/nsITheme.h => gfx/src/nsITheme.h
2010-06-30 14:23:23 -04:00
Benjamin Smedberg
63c0077443 Merge mozilla-central into the branch for bug 568691, including fixup of the new jetpack binary module. 2010-06-25 19:41:09 -04:00
Benjamin Smedberg
774bb7e0e8 Free the component-location arrays at shutdown. 2010-06-25 17:27:10 -04:00
Karl Tomlinson
918b996817 temporarily dump some window state on mochitest time out to debug bug 569237 2010-06-23 11:14:24 +12:00
Jesse Ruderman
427777ed92 Bug 570287 - New stack fixer that uses breakpad symbol files. r=ted 2010-06-25 14:47:19 -07:00
Jesse Ruderman
f0d9ba9782 Revert d39bed41e215, because pty doesn't do the right thing when the process exits, creating a race condition
--HG--
extra : rebase_source : 8643b1ea88d52e76f93e66158373f479f41ccdd7
2010-06-08 20:55:43 -07:00
Makoto Kato
3202600c4c Bug 568467 - trace-malloc support for Windows x64. r=dbaron 2010-06-04 16:53:02 +09:00
Karl Tomlinson
7e84937701 revert b8ddc4e35f65 to remove temporary logging 2010-06-24 15:59:10 +12:00
Michael Kohler
9397418412 Bug 506041 Part 2: Correct misspellings in source code
r=timeless
2010-05-13 14:19:50 +02:00
Mats Palmgren
b448c1c133 Output the unknown value as a number not a character. b=474800 r=dbaron 2010-04-27 18:15:02 +02:00
Chris Jones
e732815453 Bug 560969: Teach trace-malloc about VC10. r=dbaron 2010-04-27 00:43:04 -05:00
Jesse Ruderman
7be016503b Try to fix 10.6 debug perma-orange that results from fix_macosx_stack.py not dealing with atos's complaint about lack of symbols 2010-04-20 17:19:20 -07:00
L. David Baron
228ef7bfc2 Make trace-malloc malloc hooks work with 64-bit Mac OS X by adjusting types. (Bug 558097, maybe) 2010-04-08 17:21:03 -07:00
Chris Jones
7c959e67d7 Bug 551254: Allow reviewed+approved STL headers to be included through <foo>. (<algorithm> and <vector> are provisionally in the list because of their use in libpr0n, but need to be reviewed in followup bug 556700 and bug 556701). r=ehsan,ted,zwol 2010-04-02 12:58:11 -05:00
Zack Weinberg
54ad0fb73a Bug 494117: Mechanically change 'ReParent' to 'Reparent' throughout the tree. r=bzbarsky 2010-04-01 23:07:43 -07:00
Jesse Ruderman
009850e168 Fix bug 550388: avoid regexp perf issues in the stack fixer. r=dbaron 2010-03-20 23:08:47 -07:00
Nick Thomas
21266a69d6 Bug 540833, make update-packaging failed finding correct directory due to MOZ_PKG_PRETTYNAMES (mac), p=gozer r=bsmedberg 2010-03-11 20:56:53 +13:00
Jesse Ruderman
8dd58baaf8 Bug 539516 - Switch automation.py to use the new python stack fixer. r=ted
--HG--
rename : tools/rb/fix-macosx-stack.py => tools/rb/fix_macosx_stack.py
2010-02-21 13:03:20 -08:00
<Ms2ger@gmail.com>
b7aab23acf Bug 539274: Tab cleanup in aisle tools/rb/find-leakers.pl r=bsmedberg 2010-02-20 08:58:06 -05:00
Jae-Seong Lee-Russo
513e9cf886 Bug 517553: Remove '=='/'!=' 'PR_FALSE'/'PR_TRUE' 2010-02-07 10:52:43 -05:00
Nick Thomas
b58a6c02a8 Bug 535090, Nightly partial updater doesn't preserve +x bit on new binaries, r=ccooper (NPOTB)
--HG--
extra : rebase_source : 4de9f3a116610285fcd49b3186024d4886b4500e
2010-02-05 16:30:34 +13:00
Robert Kaiser
186ca58292 bug 539938 - Make L10n nightly updates work (for SeaMonkey), make generatesnippet.py accept a branch argument, r=armenzg 2010-01-19 18:49:07 +01:00
Jesse Ruderman
f904d8b6bd Make fix-macosx-stack.py faster by caching atos processes, which requires tricking atos into giving us unbuffered output. (Bug 429963, r=dbaron) 2010-01-13 11:43:13 -08:00
Benjamin Smedberg
5b4cf2e3f8 Bug 538388 - Make find-leakers.pl work with the output of XPCOM_MEM_ALLOC_LOG as it dose with XPCOM_MEM_REFCNT_LOG, r=dbaron 2010-01-07 15:14:27 -05:00
L. David Baron
f60ea30cfa Fix typos. (Bug 429963) 2010-01-07 13:56:09 -05:00
L. David Baron
2911df5cdd Actually get the c++filt invocation right. (Bug 429963) 2010-01-07 13:52:51 -05:00
L. David Baron
7d76205a54 Add a very slow (to work around what's probably an I/O buffering issue) version of fix-macosx-stack in python that uses atos (and should thus work on 10.5). (Bug 429963) 2010-01-07 13:31:53 -05:00
Chris Jones
2050fcae22 Bug 529134: Initialize tracemalloc in NS_LogInit() to ensure that tracemalloc is always thread safe. r=bsmedberg r=dbaron 2009-12-29 16:45:59 -06:00
L. David Baron
c8090549a1 Pass format sizes to scanf string arguments in codesighs.c. (Bug 533647) r=bsmedberg 2009-12-21 16:46:25 -05:00
Chris Cooper
e0a2870c2c Bug 454115 - Use patch-if on Mac extensions/ and searchplugins/ (NPOTB) - r=nrthomas 2009-12-21 15:33:51 -05:00
Armen Zambrano Gasparnian
cb57bf9fa4 Bug 531275 - add the platform parameter to generate l10n nightly snippets r=coop,nthomas 2009-12-16 18:34:28 -05:00
Brad Lassey
134d614c0c bug 534025 - Generate complete mars for WinMo, use LIBXUL_DIST instead of dist for mar.exe path r=robstrong 2009-12-15 13:36:13 -08:00
Chris Cooper
29c96f6c98 Bug 530125 - When forcing files, create the full workdir path if it doesn't exist yet. (NPOTB) - r=armenzg 2009-11-23 16:38:31 -05:00
Nick Thomas
0e241b8d76 Bug 528457, always force components.list in partial updates for nightlies, r=ccooper (NPOTB) 2009-11-20 21:55:25 +13:00
Serge Gautherie
c341b812bc Bug 381467 - Switch application/x-javascript to application/javascript; (Bv1) /tools/performance/*.
r=dbaron.
2009-11-19 11:07:38 +01:00
Phil Ringnalda
b4a8d55891 Bug 518632 - Remove embedding/config/, r=bsmedberg 2009-10-02 20:15:26 -07:00
Phil Ringnalda
e62c83fdc6 Bug 495228 - Remove checks for mac MOZ_WIDGET_TOOLKIT, r=ted 2009-09-18 19:59:53 -07:00
Robert Helmer
994db22329 Bug 444050 - add unit tests for make_incremental_updates.py (NPOTB) - r=ccooper 2009-09-02 11:03:12 -04:00
Chris Cooper
0ecd200643 Bug 507405 - Fix filename parsing to handle two-, three- and four-part version strings (NPOTB) - r=bhearsum 2009-08-28 16:45:12 -04:00
Benjamin Smedberg
2e9438fd2f Followup to bug 398573 - remove REQUIRES from the tree since it is no longer used... automatically generated patch, rs=ted 2009-08-25 08:59:31 -07:00
Karl Tomlinson
59e83ae8e9 bug 506845 targets are not rebuilt when archives from EXPAND_LIBNAME change r=bsmedberg 2009-08-17 09:54:45 +12:00
L. David Baron
86b1e0bafb Remove buffering of test output by making stack fixers not buffer their standard output. (Bug 510014) 2009-08-12 15:20:52 -07:00
Armen Zambrano Gasparnian
74d4b3adf6 Bug 496196 - fix situation when DOWNLOAD_BASE_URL is not set in update snippet generation script - r=ccooper 2009-08-10 17:29:23 -04:00
Phil Ringnalda
588aa08d3f Bug 501305. Clean up tools/tests by deleting most of it. r=dbaron 2009-08-04 09:49:00 +12:00
Joe Drew
6c441f55f7 Bug 753 - Remove nsIImage, gfxIImageFrame, and their implementations, and expose an equivalent api on imgIContainer. r=roc,josh,bz,longsonr,vlad,karlt,jimm,bsmedberg,mfinkle,peterw,peterv sr=vlad,roc
--HG--
rename : gfx/src/shared/gfxImageFrame.cpp => modules/libpr0n/src/imgFrame.cpp
rename : gfx/src/shared/gfxImageFrame.h => modules/libpr0n/src/imgFrame.h
2009-07-20 18:50:15 -07:00
Phil Ringnalda
cf5b685496 Bug 503250 - Remove everything in tools/build/, r=nthomas 2009-07-12 11:09:52 -07:00
armenzg@mozilla.com
fc369bd1c6 Bug 496196 - script and make target to generate a snippet for a locale - r=ccooper,l10n,gozer,kairo 2009-06-25 12:31:06 -04:00
Ginn Chen
9be9f7719d Bug 497567 browser.dom.window.dump.enabled is boolean r=rcampbell 2009-06-18 19:15:17 +08:00
Arpad Borsos
497b2e227d Back out b8e531a6c961 (Bug 474369), it really did cause the windows dhtml regression
--HG--
extra : rebase_source : 568114bcfc5a7710d9e2c2fe5e234fa190bebba1
2009-06-16 14:38:51 +02:00
Arpad Borsos
ef105af6ce Bug 474369 - get rid of nsVoidArray, remaining parts; r=bz, sr=dbaron 2009-05-07 17:15:26 +02:00
Phil Ringnalda
e66b1c98fd Bug 494847 - Kill MTBF, r=dbaron 2009-06-13 11:53:38 -07:00
Phil Ringnalda
2906119379 Bug 103430 - move testserver into mozilla/tools as an optional tool and then remove it from there, r=jduell, sr=bz 2009-06-13 11:53:37 -07:00
Arpad Borsos
cd1887abfd Back out bug 474369, suspected of causing dhtml and tp3 regression 2009-06-12 23:20:55 +02:00
Arpad Borsos
3773b464cf Bug 474369 - get rid of nsVoidArray, remaining parts; r=bz, sr=dbaron
--HG--
extra : rebase_source : 2f40cba97555521222512c7cd793c2a2adcca333
2009-05-07 17:15:26 +02:00
Serge Gautherie
668db211d7 Bug 479978 - remove references to MOZ_PROFILE from the build system; (Cv2-MC) the 8 files; r=ted.mielczarek 2009-03-28 03:00:25 +01:00
L. David Baron
f69c0d0ad5 Don't rely on NS_TraceMallocStartupArgs to initialize TLS index. (Bug 442192) r=brendan 2009-03-11 07:51:30 -07:00
Karl Tomlinson
98d1cbd2ae b=458644 add gnu_debuglink support to jprof r=dbaron 2009-02-20 14:43:10 +13:00
Ben Turner
ba731dee87 Bustage fix for bug 478195. 2009-02-17 21:51:50 -08:00
Robert O'Callahan
9d8186e0e0 Bug 478195 - '[Mac] Same-thread deadlock with trace-malloc (causing random red on OS X 10.5.2 mozilla-central leak test build)'. r=dbaron. 2009-02-17 21:11:29 -08:00
Mark Banner
00608927a5 Bug 471950 Improve bloatdiff.pl error handling - improve tinderbox integration, and do not error when two logs have the same bloat data. r=nthomas,dbaron 2009-02-17 08:44:51 +00:00
Nick Thomas
5bd191387a Merge bug 414560 to hg repositories (force file support for patcher fastmode), originally p=rhelmer, r=bsmedberg,bhearsum NPOTB 2009-02-02 18:14:02 +13:00
Serge Gautherie
31ce2ee505 Bug 446300 - move tools/test-harness/xpcshell-simple to testing/xpcshell; (Cv1-MC) Move the source harness directory, followup; r=ted.mielczarek
Move the 2 new files from bug 470914 too.

--HG--
rename : tools/test-harness/xpcshell-simple/example/location_load.js => testing/xpcshell/xpcshell-simple/example/location_load.js
rename : tools/test-harness/xpcshell-simple/example/unit/test_location.js => testing/xpcshell/xpcshell-simple/example/unit/test_location.js
2009-01-23 01:42:58 +01:00
Serge Gautherie
beb21941b4 Bug 446300 - move tools/test-harness/xpcshell-simple to testing/xpcshell; (Av1a-MC) Move the source harness directory; r=ted.mielczarek
--HG--
rename : tools/test-harness/xpcshell-simple/Makefile.in => testing/xpcshell/Makefile.in
rename : tools/test-harness/xpcshell-simple/README => testing/xpcshell/README
rename : tools/test-harness/xpcshell-simple/example/Makefile.in => testing/xpcshell/example/Makefile.in
rename : tools/test-harness/xpcshell-simple/example/unit/test_sample.js => testing/xpcshell/example/unit/test_sample.js
rename : tools/test-harness/xpcshell-simple/execute_test.js => testing/xpcshell/execute_test.js
rename : tools/test-harness/xpcshell-simple/head.js => testing/xpcshell/head.js
rename : tools/test-harness/xpcshell-simple/tail.js => testing/xpcshell/tail.js
rename : tools/test-harness/xpcshell-simple/test_all.sh => testing/xpcshell/test_all.sh
rename : tools/test-harness/xpcshell-simple/test_one.sh => testing/xpcshell/test_one.sh
2009-01-22 19:39:02 +01:00
Daniel Holbert
2a7d88e05a Bug 473236 - Remove executable bit from files that don't need it. (Only changes file mode -- no code changes.) r=bsmedberg 2009-01-21 22:55:08 -08:00
Fred Jendrzejewski
8759b06c00 Bug 466622. Replace nsCStringArray with nsTArray<nsCString> for more consistent code and fewer heap allocations. r+sr=roc,r=bsmedberg
--HG--
extra : rebase_source : b963bf5de9d9c445b14620479691482512e0faf2
2009-01-22 17:15:34 +13:00
Nick Thomas
b5fb47b9b7 Bug 470811, force NSS chk files to be replaced rather than patched in partial updates, p=rstrong, r=bsmedberg,bhearsum, NPOTB 2009-01-20 11:12:21 +13:00
Fred Jendrzejewski
7d5761cdfa Bug 461047 - Replace nsStringArray with nsTArray<nsString>. r+sr=roc 2009-01-18 21:14:14 +01:00
Ted Mielczarek
42c738edc4 bug 470914 - add a __LOCATION__ field to the global object for files loaded on the commandline in xpcshell. r=timeless 2009-01-18 12:01:15 -05:00
Robert O'Callahan
1a9b00de4e Backed out changeset 8019a959aade 2009-01-16 22:20:33 +13:00
Fred Jendrzejewski
b79ad6fa55 Bug 461047. Replace nsStringArray with nsTArray<nsString>. r+sr=roc
--HG--
extra : rebase_source : 7a20af24c97867efbb28dafa6a70ea1b4cf00e58
2009-01-16 20:51:04 +13:00
Dave Camp
c5cf52ea8a Bug 463046: Network connectivity checking breaks running netwerk unit tests and mochitests with no connection. r=bz, r=jwalden 2009-01-12 21:52:00 -08:00
Taras Glek
5c08797a3f Bug 471087. Kill nsIDKey. r=bsmedberg
--HG--
extra : rebase_source : 9d60a541863c545101417cf00a11cb9ceda70a09
2009-01-08 21:43:07 +13:00
Ben Hearsum
08260b28ba bug 464154: l10n-for-releases fixes, l10n-upload-% target. r=pike,ted 2008-12-24 09:08:08 -05:00
L. David Baron
8c2cd684eb This script depends on bash-isms and doesn't run in dash, so say so. (Bug 466050) r=bsmedberg 2008-12-04 08:09:52 -08:00
Ben Hearsum
162d17d235 bug 454261: add Mercurial and long filename support to patcher - use from_decoded instead of partial_decoded. r=nrthomas, patch=me 2008-10-17 08:12:57 -04:00
Blake Kaplan
54cdbe81ec Merge mozilla-central -> tracemonkey 2008-10-13 11:05:05 -07:00
Walter Meinl
a04b09093c Bug 454097 - [OS/2] get rid of VisualAge in configures; m-c part; r=mozilla 2008-10-11 03:01:28 +02:00
Serge Gautherie
a4c8f03542 Bug 438331 - Remove WIN16 (support) code everywhere; (Dv1) </tools/>; r=gerv 2008-10-10 19:58:02 +02:00
Arpad Borsos
8b11d938d2 Bug 456388 - Remove PR_STATIC_CALLBACK and PR_CALLBACK(_DECL) from the tree; r+sr=brendan 2008-10-10 17:04:34 +02:00
Ben Hearsum
0aac767626 bug 454261: add Mercurial and long filename support to patcher - make_incremental_updates support for long filenames. r=nrthomas, patch=me 2008-10-09 08:53:33 -04:00
Brendan Eich
b646f02b70 Restore -j for shell tests run on tracemonkey repo. 2008-10-01 00:36:01 -04:00
Brendan Eich
a1948920d2 Remove -j for shell tests in prep for m-c push. 2008-10-01 00:34:57 -04:00
Daniel Holbert
72c410a648 Bug 458167 - (comments-only changes) Grammar Nazi Vol1: s/it's/its/ for the posessive version of the word, and a few other misc comment-typos, in these directories: accessible browser config profile rdf toolkit tools xpcom xpfe 2008-10-01 23:49:45 -07:00
Brendan Eich
31fd7964ea Re-enable JIT enabling for unit tests in tracemonkey (r=mrbkap). 2008-09-24 18:59:17 -07:00
Joshua Cranmer
f64055a5e7 Bug 444034 - jprof fails to sort symbols correctly. r=dbaron 2008-09-23 21:15:52 -04:00
Gavin Sharp
97caa62981 Merge backout with previous tip 2008-09-23 11:47:43 -04:00
Gavin Sharp
7fc3ae45eb Back out unintentional change that enabled JIT for m-c unit tests 2008-09-23 11:46:25 -04:00
Andreas Gal
368f7d5382 Merge with mozilla-central. 2008-09-21 12:44:24 -07:00
Robert Kaiser
a84761b588 bug 453840 - make it possible to create files in the final place for releases, r=ted 2008-09-17 22:53:09 +02:00
Robert Sayre
ef1d953f6b Turn on JIT for unit tests. 2008-09-12 14:55:28 -04:00
Blake Kaplan
0f9167ca0b Revert accidental hunk from the merge changeset cf844bddfe57 that's causing unittest orange. r=shaver 2008-09-02 21:26:49 -07:00
Blake Kaplan
ccbbafd88d Merge mozilla-central -> tracemonkey 2008-08-27 14:28:27 -07:00
Gervase Markham
d6f697d7ed Bug 452418 - change test scripts to use bash explicitly, as some of the code doesn't work in dash, which is the default /bin/sh in Ubuntu Hardy. Patch by gerv; rs=ted. 2008-08-27 17:19:24 +01:00
Robert Sayre
8ce085e0c6 Add test of (attempted) trace recording with an active call object 2008-08-25 17:12:41 -04:00
Robert Kaiser
cc5775ddaa bug 380786 - clean up xpfe/ after suite moving to toolkit, r=ted sr=Neil 2008-08-24 19:51:03 +02:00
Serge Gautherie
9e02ca358d Bug 448858 – In <test_one.sh>, document new "check-one" call mode too
(Av1) Add command example
2008-08-02 11:59:04 +02:00
Serge Gautherie
8265c6bd3e Bug 449150 – In <find-leakers.pl>, fix code nits and add output sorting
(Av1) <find-leakers.pl>
2008-08-05 04:05:50 +02:00
Philippe M. Chiasson
4d6835a1a0 Follow up to bug 448003 Z/mZ values are off by 100 on OS X - make the symbol type matching case-insensitive. r=ted 2008-08-12 09:31:03 +01:00
Philippe M. Chiasson
5fe588b540 Bug 448003 Z/mZ values are off by 100 on OS X. r=ted 2008-08-11 15:16:59 +01:00
Serge Gautherie
f6d64b7fda Bug 447043 – In check-one, new log files are not being scanned for PASS/FAIL
p=sgautherie r=ted.mielczarek
2008-08-01 22:07:14 +01:00
Mark Banner
0eaceb9d3a Bug 446692 do_get_file fails on Windows with ".." in the file location. patch suggested by Josh Geenen <joshgeenen+bugzilla@gmail.com> updated by me,r=ted. 2008-07-24 16:33:41 +01:00
Alex Vincent
64fbf2c7bd bug 443220 - check-one and check-interactive cannot run tests not in a unit/ directory. r=ted 2008-07-20 08:32:32 -04:00
Nick Thomas
2df55e82cc Bug 443090 - Unify unittest failures (xpcshell part) p=ted.mielczarek, r=bsmedberg 2008-07-16 17:45:42 +12:00
Shawn Wilsher
d44b32adb4 Backed out changeset 12412df591a0 (bug 443220) 2008-07-08 18:34:01 -04:00
Alex Vincent
354fff6149 bug 443220 - check-one and check-interactive cannot run tests not in a unit/ directory. r=ted.mielczarek 2008-07-08 17:12:41 -04:00
Gavin Sharp
b0c2538c12 Fix typo from bug 431745 2008-07-08 11:23:25 -04:00
Shawn Wilsher
2ccfb6c894 Bug 431745 - qm-centos5-02 is intermittently failing test_sleep_wake.js
This makes the test not fail if a specific failure point is met that can occur
when test execution is slow (like the tinderbox).
r=gavin
2008-07-08 10:22:33 -04:00
Gavin Sharp
206dbf08af Debugging followup (bug 431745) 2008-07-06 21:09:28 -04:00
Gavin Sharp
d2915d5735 Temporary debugging patch to try and get to the bottom of the test_sleep_wake failures (bug 431745) 2008-07-06 18:39:37 -04:00
Ben Turner
de0ede1dc2 Bug 435122 - "Use TraceMalloc to get stack traces of potential deadlocks". r=bsmedberg+dbaron. 2008-06-26 10:12:42 -07:00
Ben Hearsum
ea1422d7ec bug 433882: remove unnecessary releng code from mozilla-central & actionmonkey (because its home is still in CVS). r=nrthomas,a=bsmedberg, patch=me 2008-06-03 11:31:25 -04:00
Benjamin Smedberg
3ea5b08766 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
mark.finkle@gmail.com
9b1f935e59 b=435460, r=bhearsum. production cfg for xulrunner rc2 2008-05-29 14:49:39 -07:00
mark.finkle@gmail.com
6b637d12aa b=435460, r=bhearsum. staging test for xulrunner rc2 2008-05-29 06:41:49 -07:00
nrthomas@gmail.com
18f4344e55 Bug 434508, update bootstrap config for Fx 3.0 RC2 Build, final patch by joduinn, r=me 2008-05-29 02:16:02 -07:00
Ben Hearsum
d8befc58e0 bug 434844: No Mozilla2 tinderboxes are running the codesize test - update autosummary.unix.bash the same way as basesummary*. r=bsmedberg, patch=me 2008-05-28 14:57:58 -04:00
Ben Hearsum
1aab0f0fb1 bug 434844: fix basesummary.*.bash to work with differently named srcdirs. r=bsmedberg, patch=me 2008-05-28 09:51:16 -04:00
Ben Hearsum
6fe16b9dd0 Non-code check-in to test fix for bug 433756. 2008-05-15 09:49:24 -04:00
L. David Baron
5ff950ec54 Fix broken --shutdown-leaks argument handling on Windows by copying the argument out of argv rather than holding a pointer to it. b=433708 r=pavlov 2008-05-14 11:57:32 -07:00
Ben Hearsum
199532adb1 bug 422296: tools needed for debug+leak tests on mozilla-central - bloatdiff.pl + leaktest.py.in runner script. r=tmielczarek, patch=me 2008-05-13 17:17:33 -04:00
nrthomas@gmail.com
e16d9b478b Bug 428074, update pullDate for 3.0RC1 Build1, p=joduinn, r=me 2008-05-12 00:22:13 -07:00
nrthomas@gmail.com
50d140bbe9 Bg 428074, update bootstrap config for Fx 3.0 RC1 Build1, r=bhearsum 2008-05-11 14:51:00 -07:00
nrthomas@gmail.com
ed7db6b39e *** empty log message *** 2008-05-10 06:50:11 -07:00
nrthomas@gmail.com
a1314d7bc0 Build 3.0rc2 build1 on staging 2008-05-10 03:53:40 -07:00
nrthomas@gmail.com
56d93460ca Bug 432986, bump 1.8 staging to Fx2.0.0.15 (in anticipation), r=bhearsum 2008-05-09 11:51:00 -07:00
nrthomas@gmail.com
274f469bfc More testing for bug 428063, push staging back to 3.0rc1buil1 with an updated CVS mirror 2008-05-09 03:11:41 -07:00
nrthomas@gmail.com
62c0829070 Bug 428063, need to support long names with RC for the previous version too (update verify fix for 3.0rc1 -> 3.0rc2), r=bhearsum 2008-05-08 09:45:18 -07:00
nrthomas@gmail.com
14cf5fff27 Bug 428063, specify app version correctly in update verify config (for the RC case), r=bhearsum 2008-05-08 07:53:02 -07:00
nrthomas@gmail.com
b7eb10eb35 For Bug 428063, need oldAppVersion for update verify when testing 3.0rc1 --> 3.0rc2 2008-05-08 07:12:15 -07:00
nrthomas@gmail.com
6c7270fa1d Bug 428063, fix regression in tag replacement from previous checkin, r=bhearsum 2008-05-08 05:27:26 -07:00
nrthomas@gmail.com
1aa00626a9 Bug 431788, need to use the cltbld key for releases, p=rtessner, r=me 2008-05-07 13:14:12 -07:00
nrthomas@gmail.com
6e9dd3cedf Bug 431788, follow up for Tb3.0a1 build1, p=rtessner, r=me 2008-05-06 14:28:13 -07:00
nrthomas@gmail.com
29833bf9db Bug 428063, update all the CO_TAG's in client.mk, r=bhearsum 2008-05-06 13:20:55 -07:00
dbaron@dbaron.org
d40696aaf6 Allow diffbloatdump to read its own input back in (so that we can run fix-*-stack over its output (which is much faster than running it over a whole log) and still diff that output against different output. Not part of the build. 2008-05-05 21:47:23 -07:00
nrthomas@gmail.com
8f64750914 Bug 428063, test 3.0 RC2 build1 in staging 2008-05-05 15:27:07 -07:00
dbaron@dbaron.org
56baacb4df Deal with padding inside .gnu_debuglink section being non-null. Not part of build. 2008-05-05 14:51:11 -07:00
nrthomas@gmail.com
d869d563e6 Bug 431788, bootstrap config for Thunderbird 3.0a1, p=rtessner, r=me 2008-05-05 08:25:53 -07:00
nrthomas@gmail.com
c26030f77e Bug 428063, test 3.0 RC1 build2 on staging 2008-05-02 09:58:31 -07:00
nrthomas@gmail.com
35f6412e59 Bug 428063, Support major releases (rename rcN to buildN in update offer), r=bhearsum 2008-04-29 07:01:33 -07:00
bhearsum@mozilla.com
b3d784babf bug 428063: bump staging 1.9 bootstrap to UPDATE_PACKAGING_R4. patch=me 2008-04-28 07:46:32 -07:00
bhearsum@mozilla.com
00ee4965be bug 428063: support major releases & quit using rc in overloaded ways. r=rhelmer,bhearsum, patch=nrthomas 2008-04-28 06:48:21 -07:00
nrthomas@gmail.com
9907d16a03 Bug 428650, patcher in fast mode uses a lot of space in /tmp, r=ccooper 2008-04-24 08:14:57 -07:00
nrthomas@gmail.com
0f373947a5 Bug 421001, include xulrunner code in source tarballs for Firefox releases, r=rhelmer 2008-04-24 07:22:54 -07:00
nrthomas@gmail.com
39fc9fe883 Bug 426259, restore the vars for the external staging, p=rtessner, r=me 2008-04-18 10:16:21 -07:00
nrthomas@gmail.com
7e01442e84 Bug 426559, bootstrap config for Tb2.0.0.14rc1, p=rtessner, r=me 2008-04-17 10:02:46 -07:00
nrthomas@gmail.com
021b224e44 Bug 409347, add verify-locales to the public repo. This is rev 1.9 from /mofo, see there for earlier history 2008-04-12 08:32:22 -07:00
rhelmer@mozilla.com
24c3815658 testing nightlies, need runMozillaTests set here 2008-04-12 00:59:24 -07:00
rhelmer@mozilla.com
65ac5b33f5 bustage fix from bug 427166, this should not be set 2008-04-11 15:43:16 -07:00
nrthomas@gmail.com
ea37b1d346 Update 1.9 staging to same patcher tag as 1.9 production 2008-04-11 03:40:06 -07:00
rhelmer@mozilla.com
664670b055 use wget not LWP, as we do not have LWP in the ref platform linux b=427690 r=nthomas 2008-04-09 13:10:07 -07:00
reed@reedloden.com
85aa35af10 Bug 419615 - "use JSVERSION_LATEST in xpcshell" (use a context callback to set error-reporter and jsversion default) [p=crowder@fiverocks.com (Brian Crowder) r+a1.9=shaver] 2008-04-09 00:27:16 -07:00
rhelmer@mozilla.com
33eda0d721 staging only, back out revision 1.17, kernel fixed 2008-04-08 15:38:59 -07:00
rhelmer@mozilla.com
a1cf4390ff check for signing log over HTTP not locally b=427690 r=nthomas 2008-04-08 11:38:52 -07:00
rhelmer@mozilla.com
62e9bdcf33 merge staging to production b=427166 r=nthomas 2008-04-08 09:40:11 -07:00
nrthomas@gmail.com
13b8a58401 Bug 427769, bootstrap config for Tb2.0.0.x on the staging setup, p=rtessner, r=me 2008-04-08 09:23:34 -07:00
rhelmer@mozilla.com
6c8d0d295d push contents of private dir, not dir itself, and fix up comment b=415970 r=nthomas 2008-04-07 13:16:28 -07:00
rhelmer@mozilla.com
bb5e24cecf bustage fix, staging only - downgrade linux kernel version 2008-04-04 22:05:28 -07:00
rhelmer@mozilla.com
577791c659 typo, staging only - remove duplicate sourceDir entry 2008-04-04 17:09:40 -07:00
rhelmer@mozilla.com
70856e5d6e support ftp-not-on-master for staging b=415180 r=nthomas 2008-04-04 15:13:35 -07:00
nrthomas@gmail.com
5f4588dc69 Bug 426307, bootstrap bump for Fx2.0.0.14rc1, p=joduinn, r=me 2008-04-04 12:17:49 -07:00
rhelmer@mozilla.com
c4b5e1dad2 clean sourcedir in clean_stage target 2008-04-03 19:50:46 -07:00
rhelmer@mozilla.com
8e80f44129 automation should not need slave/ftp on master b=415970 r=nthomas 2008-04-03 19:33:11 -07:00
rhelmer@mozilla.com
b2bf9a45fb automation should not need slave/ftp on master b=415970 r=nthomas 2008-04-03 19:28:42 -07:00
rhelmer@mozilla.com
2d12a7769c automation should not need slave/ftp on master b=415970 r=nthomas 2008-04-03 19:25:18 -07:00
nrthomas@gmail.com
2d8c0cf977 Bug 426259, bootstrap config for Tb20013rc1 2008-03-31 15:54:29 -07:00
rhelmer@mozilla.com
95bac0fcfd bustage fix, staging only - kernel version for linux is wrong 2008-03-29 17:50:43 -07:00
rhelmer@mozilla.com
3ac74885f9 bustage fix for staging only - should push to fx slave 2008-03-28 15:38:19 -07:00
nrthomas@gmail.com
d7d11b1048 Bug 421411, fix up runMozillaTests (migrating nightlies to automation), r=rhelmer 2008-03-28 11:16:36 -07:00
nrthomas@gmail.com
4ac5ed24e5 Bug 425462, re-enable fast-mode now that it's debugged 2008-03-27 14:25:42 -07:00
rhelmer@mozilla.com
30452cfdb2 add removed-files to exclusion list b=425462 r=schrep 2008-03-27 14:19:33 -07:00
nrthomas@gmail.com
4b39bc8da8 Bug 425462, disable patcher's fast-mode for 3.0b5, r=rhelmer 2008-03-27 11:21:18 -07:00
rhelmer@mozilla.com
3d82706a52 bump 3.0b5 for rc2 r=rhelmer p=joduinn b=424242 2008-03-26 18:27:26 -07:00
nrthomas@gmail.com
da94aa6085 Bug 424242, update timestamps for tagging 3.0b5rc1, p=joduinn, r=me 2008-03-26 02:16:58 -07:00
rhelmer@mozilla.com
b2ad99d61f run mozilla tests on staging 2008-03-21 17:59:12 -07:00
rhelmer@mozilla.com
f995c57ea2 check in staging equiv of moz19-bootstrap.cfg b=415180 2008-03-21 14:24:28 -07:00
rhelmer@mozilla.com
7691c3867d preparing for 3.0b5 release b=424242 r=rhelmer p=joduinn 2008-03-21 14:08:14 -07:00
rhelmer@mozilla.com
4ca2b87502 bustage fix for staging only, update to UPDATE_PACKAGING_R3 2008-03-20 15:40:08 -07:00
rhelmer@mozilla.com
9864e10f4f bustage fix, old rc should be 4 for staging 2008-03-20 10:43:17 -07:00
rhelmer@mozilla.com
827ca9ff50 bustage fix for staging only, need to pull correct RC for previous release 2008-03-20 00:18:43 -07:00
rhelmer@mozilla.com
671bbeda85 use new backupsnip script for backups b=422008 r=joduinn 2008-03-19 13:07:36 -07:00
rhelmer@mozilla.com
79c607d68e move pushsnip from mofo repo, split into separate backup script. p=joduinn, r=rhelmer, original pushsnip written by preed b=422008 2008-03-19 13:01:39 -07:00
rhelmer@mozilla.com
2242b4ad7b prepare 1.9 nightly rollout b=421411 r=nthomas 2008-03-18 11:57:29 -07:00
rhelmer@mozilla.com
26a3f47b90 remove RELEASE tag from l10n repo too b=420005 r=bhearsum 2008-03-18 11:26:02 -07:00
rhelmer@mozilla.com
28855e0065 back out last patch, only want on staging 2008-03-17 07:48:32 -07:00
bhearsum@mozilla.com
3c13f21187 bug 409232: pass in product name to verify-locales.pl - Bootstrap changes to call verify-locales.pl w/ new argument. r=nrthomas, patch=me 2008-03-17 07:21:53 -07:00
rhelmer@mozilla.com
d8b9e95cf7 .13 already started, bump to .14, bustage fix 2008-03-16 23:12:11 -07:00
dbaron@dbaron.org
84ec4d87d0 Expose trace-malloc stack tracing. b=422847 r=brendan a=NPOTDB 2008-03-14 17:11:37 -07:00
rhelmer@mozilla.com
fd285c6c73 bustage fix - need to pull date where 3.0b5pre exists 2008-03-14 13:55:48 -07:00
rhelmer@mozilla.com
2c3963ae51 put update tools on path when in fast mode r=coop b=391958 2008-03-14 13:19:44 -07:00
nrthomas@gmail.com
f0c7de0484 Bug 421917, firefox trunk/moz18 builds go to stage-old for Talos, r=rhelmer 2008-03-14 05:37:05 -07:00