timeless@mozdev.org
22773d3e95
Bug 577910 mark DEBUG only variables as ifdef DEBUG in jsd
...
r=biesi
2010-07-11 15:38:58 +03:00
timeless@mozdev.org
1ad77d52fd
Bug 584976 mark deprecated xpconnect interfaces and methods with [deprecated]
...
r=jst
2011-03-27 23:59:44 -04:00
neil@parkwaycc.co.uk
4456feffbd
Bug 581309 - Remove unused properties from XPCOMUtils; r=sayrer
2010-11-01 09:59:00 -04:00
timeless@mozdev.org
cbb81d7309
Bug 620280 crash [@ XPCJSRuntime::GCCallback] if !self
...
r=mrbkap
--HG--
extra : rebase_source : d1677bf92510f1f5c2532a2c3755bea247b3e688
2011-03-27 23:42:23 -04:00
Ehsan Akhgari
79c7f38465
Backed out changeset eb6edf77b7c8 (bug 638149) because of build bustage
2011-03-27 15:30:22 -04:00
Rafael Ávila de Espíndola
5855b0a92d
Bug 638149 - Need a way to disable -dead_strip on OS X; r=ted
2011-03-02 21:29:00 -05:00
Ehsan Akhgari
07a6b9f56c
Merge mozilla-central into cedar
2011-03-26 12:21:39 -04:00
Ms2ger
eb06dc25f9
Bug 639849 - Remove nsIDOM3Document; r=bz
2011-03-26 17:06:27 +01:00
Matheus Kerschbaum
b0bea73625
Bug 640838: Remove OpenVMS support. r=khuey
2011-03-26 11:51:35 -04:00
Luke Wagner
e0cd11d3d6
Bug 601102 - Stop building exception backtrace at compartment boundaries (r=gal)
2011-03-25 18:22:49 -07:00
Michael Wu
8ff0c7fe8d
Bug 636811 - Use JSSCRIPT_NO_SCRIPT_RVAL in js component loader, r=mrbkap
2011-03-25 14:31:14 -07:00
Mike Hommey
9683c62f94
Bug 644081 - Use relative paths as much as possible in expandlibs.py. r=ted
2011-03-25 19:50:29 +01:00
L. David Baron
4aa9bf0e23
Backout changeset b9e6454362ef (Bug 620931 part 3) for causing bug 644790.
2011-03-24 21:07:05 -07:00
L. David Baron
27926fa517
Merge layout work from projects/birch, part 3. a=smaug
2011-03-24 08:38:19 -07:00
Mike Hommey
dee14dcf38
Bug 620931 part 3 - Allow GRE and XUL application to use omni.jar independently. r=bsmedberg
...
We now store two independent locations for an omni.jar, allowing GRE/XRE and
XUL application to each have their own omni.jar. And since xulrunner setups
are very independent from the XUL applications, we implement support for both
omni.jar and non omni.jar cases in the same runtime, with the side effect of
allowing to switch from one to the other manually without rebuilding the
binaries.
We let the mozilla::Omnijar API handle both cases, so that callers don't need
too much work to support them.
We also make the preferences service load the same set of preferences in all
the various cases (unified vs. separate, omni.jar vs. no omni.jar).
The child process launcher for IPC is modified to pass the base directories
needed for the mozilla::Omnijar API initialization in the child process.
Finally, the startupcache file name canonicalization is modified to separate
APP and GRE resources.
2011-03-24 15:28:14 +01:00
L. David Baron
e81511619b
Allow the method field in nsCSSPropList.h to be used with or without prefixes. (Bug 636039, patch 4) r=bzbarsky
2011-03-17 20:14:30 -07:00
L. David Baron
2fc425d7aa
Merge layout work from projects/birch, part 2.
2011-03-23 17:39:29 -07:00
L. David Baron
ff243414e8
Add 'parsevariant_' parameter to CSS_PROP macro, with all properties initially zero. (Bug 636029) r=bzbarsky
2011-03-05 09:58:33 -08:00
Jeff Walden
fbf3446fa4
Bug 637859. Anchor a string for a bit. r=cdleary, a=bsmedberg
2011-03-03 09:37:18 -08:00
Benoit Jacob
80fc85d6d0
Bug 635068 - WebGL test array-unit-tests.html fails - r=dmandelin+vlad, a=blocking2.0
2011-03-03 11:02:35 -05:00
Gavin Sharp
9ac2ae4743
Back out 25027d672f50 (bug 636818) because it caused bustage (accidental file removal), a=#developers
2011-03-02 13:57:46 -08:00
Andreas Gal
0a8e9ac2b8
Backed out changeset 8b3a403a6d26 (bug 636697, a=breaks Linux builds, cross-label variable initialization).
2011-03-02 13:36:06 -08:00
Jason Orendorff
036b0413ed
Bug 636697 - Fix null deref in js_watch_set. r=brendan, a=dmandelin.
...
--HG--
extra : rebase_source : 1b167ac05c305ca571dab8a12c0e7d4930805c2d
2011-03-02 14:48:16 -06:00
Jason Orendorff
97df1796b0
Bug 636818 - Crash [@ js::CallJSPropertyOpSetter] or [@ js_SetProperty]. r=gal, a=dmandelin.
...
--HG--
extra : rebase_source : ffda69df6aa059fac4e742c905573809695c7765
2011-03-02 14:15:57 -06:00
Boris Zbarsky
ef234b2d2d
Bug 614145. Fast-path null in quickstub return values. r=peterv
2011-03-23 10:45:21 -04:00
Boris Zbarsky
79b392b950
Bug 585786. Do fast-unwrapping even for non-slim wrappers as long as they're cached. r=peterv
2011-03-23 10:45:21 -04:00
Boris Zbarsky
5621d0acac
Bug 457102. Remove vestiges of dead xpointer/fixptr stuff. r=sicking
2011-03-23 10:45:21 -04:00
Justin Wood
90de6a5e00
Bug 644011 - Bump milestone.txt, do NOT bump Firefox version.txt [yet]. r=khuey, a=joduinn for CLOSED TREE
2011-03-23 00:28:57 -04:00
Frank Wein
f7d948e79a
Bug 420707 - Remove MOZ_META_COMPONENT ifdef from config.mk; r=khuey. Original Patch by mcsmurf, updated by Standard8
2011-03-22 08:04:00 +00:00
Justin Wood
e88266231f
and copy to js/src. r=bustage
2011-03-20 22:11:06 -04:00
Mitchell Field
c4a37706c5
Bug 641887 - Disable secure CRT deprecation warnings for host binaries. r=ted
2011-03-20 20:12:35 +11:00
Kyle Huey
fa7e877649
Backing out nsinstall hardlinks because apparently MSYS has a bug that causes it to choke on hardlinks.
2011-03-19 08:00:35 -04:00
Kyle Huey
e88572be29
Backed out changeset 0c5da403b68e
2011-03-19 07:59:37 -04:00
Kyle Huey
b286a6a2d6
Merge
2011-03-19 07:59:11 -04:00
Kyle Huey
c339b83c31
Backed out changeset 2ef6f317bbba
2011-03-19 07:58:35 -04:00
Kyle Huey
4f19140ca9
Merge m-c to bs.
2011-03-19 07:56:17 -04:00
Axel Hecht
8b558da5e4
bug 525438, l10n-merge doesn't merge all files, make targets work with PRETTY_NAMES, too. Adding a l10n-checks target for a dummy repack. r=ted
2011-03-18 18:29:56 +01:00
Bob Clary
593dc7356e
Bug 610185 - JavaScript Tests - temporarily mark ecma/Date/15.9.5.34-1.js as random due to DST orange, r=jorendorff, a=NPOTB.
2011-03-17 08:32:37 -07:00
Jacek Caban
ccbfe961f7
Bug 641221 - Turn on -MD on mingw by default r=khuey
2011-03-14 13:21:48 +00:00
Mitchell Field
d4f8e57e19
Merge mozilla-central to build-system.
2011-03-13 04:21:37 +11:00
Joel Maher
5c2a09c287
Bug 639678 - annotate manifests to see green jsreftest runs on tinderbox. r=blassey, a=tests
2011-03-11 09:15:36 -05:00
Mitchell Field
07d15d1a57
Merge mozilla-central to build-system.
2011-03-11 11:05:04 +11:00
Mitchell Field
4ae6c31b24
Merge backout
2011-03-09 12:34:28 +11:00
Mitchell Field
04fdb71096
Backed out changeset 2535ab584956
2011-03-09 12:34:06 +11:00
Mitchell Field
dfadcaf32a
Merge backout
2011-03-09 12:31:12 +11:00
Mitchell Field
d9ced4c0d4
Backed out changeset d7692aed054f
2011-03-09 12:29:25 +11:00
Mitchell Field
aca0f0ab46
Bug 569365 - Fix bustage.
2011-03-09 11:47:23 +11:00
Mitchell Field
3b2c274a1c
Bug 569365 - Switch usage of preprocessor.pl to Preprocessor.py. r=ted
...
--HG--
rename : config/Preprocessor.py => js/src/config/Preprocessor.py
2011-03-08 14:58:44 +11:00
Makoto Kato
c240aa74f3
Bug 521405 - Remove alpha and mips Windows NT code from mozilla-central. r=ted
2011-03-07 15:54:21 +09:00
Kyle Huey
79a0df8f13
Merge m-c to bs.
2011-03-04 23:54:03 -05:00