Chris Jones
|
2515107a6f
|
bug 441324: implement infallible ::operator new(), malloc() and friends. make |new Foo()| infallible, but leave |malloc()| fallible for the time being. r=blassey sr=bsmedberg,vlad
|
2009-10-01 21:50:09 -05:00 |
Shawn Wilsher
|
b907929d20
|
Bug 517604 - TestHarness.h should provide a directory provider for a profile directory.
Automagically provide a profile directory for native code tests.
r=bsmedberg
|
2009-09-24 10:49:45 -07:00 |
Benjamin Smedberg
|
9900e91c91
|
Force rebuild of nsLocalFileUnix.cpp
--HG--
extra : rebase_source : 4bae544468e94d7d5bcbebe5d5de042c59b5b168
|
2009-10-01 11:23:54 -04:00 |
Martin Stránský
|
58cc962acc
|
Bug 72892 - nsLocalFile::GetDiskSpaceAvaialble ignores quotas for unix, r=bsmedberg
--HG--
extra : rebase_source : 3bd5a75f7548a1ca45ff96676a752f23a2e9a13d
|
2009-09-30 14:26:10 -04:00 |
Gijs Kruitbosch
|
ffd652834c
|
Bug 514872 - nsWildCard ~ regexp was broken. r=jwalden+bmo (Jeff Walden)
|
2009-10-01 08:46:28 -04:00 |
Shawn Wilsher
|
b3106576fe
|
merge for backout
|
2009-09-30 17:04:16 -07:00 |
Shawn Wilsher
|
a820bb4750
|
Backed out changeset 467f14a11325 (bug 517604)
|
2009-09-30 17:03:37 -07:00 |
Shawn Wilsher
|
9ad2ac1355
|
Bug 517604 - TestHarness.h should provide a directory provider for a profile directory.
Automagically provide a profile directory for native code tests.
r=bsmedberg
|
2009-09-24 10:49:45 -07:00 |
Blake Kaplan
|
9c7f82d71c
|
Bug 519498 - Follow XPCOM rules about reading values after a failure. r=sayrer
|
2009-09-30 15:15:51 -07:00 |
Henri Sivonen
|
8b87e97dd6
|
Bug 517943 - Need a way to append the contents of an nsTArray to another without copying. r=benjamin, sr=dbaron.
|
2009-09-24 20:26:31 +03:00 |
Josh Aas
|
a56e12881d
|
Backed out changeset 76c570389975. b=506812
|
2009-09-27 05:54:43 -04:00 |
Josh Aas
|
58ccf05907
|
Faster directory enum code for Mac OS X, don't use FSRefs. b=506812 r=vlad
|
2009-09-27 05:07:14 -04:00 |
Josh Aas
|
26386722ae
|
Backed out changeset 65aff8912e7c. b=506812
|
2009-09-27 03:09:47 -04:00 |
Josh Aas
|
959c5ab774
|
Get rid of unnecessary FSRef creation in startup path. b=506812 r=vlad
|
2009-09-27 01:49:41 -04:00 |
Robert Sayre
|
73f5f1d9de
|
Merge mozilla-central to tracemonkey.
|
2009-09-25 11:55:38 -07:00 |
Mitchell Field
|
02e66e18b9
|
Bug 514665 - fix stupid module name differences on windows. r=ted
|
2009-09-25 18:41:16 +02:00 |
wagerlabs
|
8721b201a7
|
Fix stubs by placing them in the text segment. x86_64 Mac OS X fix. b=518435 r=bsmedberg
|
2009-09-25 00:04:50 -04:00 |
Boris Zbarsky
|
b0feb8e6ff
|
Bug 478251. Implement the Null and Undefined annotations from webidl in quickstubs. r=jst,bsmedberg,jorendorff
|
2009-09-24 13:59:43 -04:00 |
Josh Aas
|
5a8b9f2906
|
Fix test_symlinks.js failure on Mac OS X, match UNIX native target code (use readlink, not realpath). b=516799 r=bsmedberg
|
2009-09-22 13:37:30 -04:00 |
Brendan Eich
|
0459ffc897
|
Fix indentation.
|
2009-09-21 16:44:35 -07:00 |
Josh Aas
|
363c6fc19f
|
Disable test_symlinks.js temporarily as it fails under the 10.5 SDK. b=516799
|
2009-09-15 16:46:46 -04:00 |
Doug Turner
|
70dce3d5f4
|
Bug 516769 - WINCE IsLowMemory fixups. r=vlad
|
2009-09-15 13:29:57 -07:00 |
Doug Turner
|
c861400314
|
Bug 516699 - Increase the interval between low-memory notifications. r=vlad
|
2009-09-15 11:33:53 -07:00 |
Mitchell Field
|
4ca90fae1a
|
Bug 513924 - "remove tons of options from configure" [r=ted.mielczarek r=benjamin]
--HG--
extra : rebase_source : 2ca44f54f550507248b41c69c883090c389db419
|
2009-09-15 13:06:32 -04:00 |
Doug Turner
|
382e62a5e5
|
Bug 475595 - IsLowMemory cleanup. Removes comment. r=vlad
|
2009-09-15 09:28:53 -07:00 |
Doug Turner
|
a220840494
|
Bug 475595 - IsLowMemory cleanup. Enables predicate on WINCE. Removes memory flusher thread. r=vlad
--HG--
extra : rebase_source : 46f21bdc6111efa264a9bd621440449dab5ac96d
|
2009-09-14 20:11:30 -07:00 |
Phil Ringnalda
|
fceecee8a4
|
Bug 495228 - Remove checks for mac MOZ_WIDGET_TOOLKIT, r=ted
|
2009-09-18 19:59:53 -07:00 |
Benjamin Smedberg
|
de30b0442f
|
Bug 500870 - NS_OVERRIDE indicates that a method must override a base-class method, r=taras
--HG--
extra : rebase_source : 3dc3327030dc2cdf45bdd9170c5e9d02908c0d0c
|
2009-09-04 11:21:31 -04:00 |
Taras Glek
|
ca93126810
|
Bug 512726 - Add NS_MUST_OVERRIDE static annotation. r=bsmedberg
--HG--
extra : rebase_source : 4f3034c93cc76c7504d1cfb21953c495c35d068f
|
2009-09-18 10:26:13 -07:00 |
Oleg Romashin
|
430bf16e6e
|
b=513859; XPCOM building on HILDON platform with nolibxul fail; r=benjamin
|
2009-09-18 05:30:27 -04:00 |
Zack Weinberg
|
e65a77e1b7
|
Bug 497495 part 3: Add methods to every nsFrame subclass that expose the as-allocated identity of every frame object. Also some cleanups to the QueryFrame implementation. r=dbaron sr=roc
|
2009-09-12 17:49:24 +01:00 |
Josh Aas
|
b83c68cda9
|
Allow Gecko to find JavaPlugin2. b=510035 r=smichaud
|
2009-09-08 17:22:49 -04:00 |
Reed Loden
|
5738694471
|
Bug 294375 - Remove support for libgnomevfs's handling of user modifications to the MIME database, as it has been deprecated for years [r=karlt sr=roc]
|
2009-09-08 15:08:02 -05:00 |
Benjamin Smedberg
|
6399d22ef3
|
Bug 513032 - remove empty conditionals in our makefiles, r=ted
|
2009-08-27 10:48:18 -07:00 |
Mook
|
c88ff9e21e
|
Bug 510653. Fix mingw-w64 xptcstub SharedStub assembly (incorrectly copied from msvc). r=timeless
--HG--
extra : rebase_source : 925a1318a3eae47276518be53f4af952431715cf
|
2009-09-02 14:46:47 +12:00 |
Mitchell Field
|
1fc35207e1
|
Bug 514131 - remove xpcom/obsolete, r=bsmedberg
|
2009-09-02 13:01:29 -04:00 |
Benjamin Smedberg
|
c4ea86fa0e
|
Additional followup to bug 398573 - remove REQUIRES from the tree even when they are in makefile conditional blocks
--HG--
extra : rebase_source : cc65c34a414e6c67a5651fc9cf0b6bd709ebcdbd
|
2009-08-27 08:53:13 -07:00 |
timeless@mozdev.org
|
d54d6cffe3
|
Bug 507604 undeprecate the scriptable nsIDebug interface
r=bs sr=biesi
|
2009-08-26 18:28:11 +02:00 |
jhorak@redhat.com
|
49e50ff384
|
Bug 402892. Support gio as well as gnome-vfs. r=roc
|
2009-08-25 11:58:11 -07:00 |
Robert Sayre
|
0b89df3940
|
Merge tracemonkey to mozilla-central.
|
2009-08-25 09:52:56 -07:00 |
Benjamin Smedberg
|
28fb767bd1
|
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 |
Robert Sayre
|
0b96d2667d
|
Merge mozilla-central to tracemonkey.
|
2009-08-20 18:02:17 -04:00 |
Andreas Gal
|
57d5b81a74
|
Notify JS_CommenceRuntimeShutdown from CycleCollector (511522, r=graydon).
|
2009-08-19 15:13:02 -07:00 |
Hashem Masoud
|
44f7f9d413
|
Bug 489502 - Replace NS_ASSERTION(0, ...) by NS_ERROR(...) in mozilla-central; r=benjamin
|
2009-08-14 16:09:00 +02:00 |
Neil Rashbrook
|
b705d3af13
|
Bug 499027 Copying an empty string to a new string allocates a buffer r=dbaron sr=jst
|
2009-08-14 12:03:05 +01:00 |
timeless@mozdev.org
|
725016c802
|
Bug 505886 nsHashtable::Exists doesn't unlock mLock if !mHashtable.ops
r=bsmedberg
|
2009-08-12 11:49:53 +02:00 |
timeless@mozdev.org
|
51efc0b9d5
|
Bug 504170 nsAStreamCopier::Process can use sourceCondition, sinkCondition uninitialized if someone cancels the copy early
r=dougt
|
2009-08-12 11:49:52 +02:00 |
timeless@mozdev.org
|
fcd9dd37db
|
Bug 485834 ObserverService shouldn't recurse infinitely for stupid consumers
r=dougt
|
2009-08-12 11:49:52 +02:00 |
Ted Mielczarek
|
1f35bac1a9
|
fix a leak in nsINIParser::GetSections/GetKeys. r=bsmedberg (no bug)
--HG--
extra : rebase_source : 7ed4d2d3aca5eb90a08e506accc6a82e37fe200e
|
2009-08-18 11:52:23 -04:00 |
Nick Thomas
|
c0e897014e
|
Bug 503469, Support packaging WinCE Firefox builds as zip, complete.mar, r=ted.mielczarek
|
2009-08-11 15:50:32 +12:00 |