Josh Aas
|
c65dfc7576
|
Make IsSymlink check for actual symlinks as well as aliases on Mac OS X. b=476919 r=ted sr=roc
|
2009-02-09 13:37:32 -05:00 |
Ted Mielczarek
|
942324c94f
|
bug 476919 - nsLocalFileOSX::IsSymlink is broken - unit test
|
2009-02-05 08:15:32 -05:00 |
Dão Gottwald
|
af5f043747
|
Backed out changeset 2df29cb1ed93
|
2009-02-07 15:07:36 +01:00 |
Tyler Downer
|
baeb48ea77
|
Bug 471930 - Strip User Docs from XPCOM. r=bsmedberg
|
2009-02-07 13:54:47 +01:00 |
Nickolay_Ponomarev
|
f59c2c9f3c
|
Bug 472258 - Reinitializing one-shot timers by resetting delay (->SetDelay) doesn't work anymore - fix callers; r+sr=bzbarsky
|
2009-02-03 15:42:21 +01:00 |
Ted Mielczarek
|
bac6f64f5e
|
bug 475811 - provide a widgetToolkit attribute on nsIXULRuntime. r=bsmedberg
|
2009-02-02 08:53:24 -05:00 |
Robert O'Callahan
|
0d4314fb94
|
Bug 475023. Fix DEBUG_CC compilation for nsCStringArray removal. r+sr=roc
--HG--
extra : rebase_source : e217b220febb4a5770efb562580210992fa88126
|
2009-01-30 20:16:16 +13:00 |
Josh Aas
|
aa7a78acbf
|
Remove libreg dependency on morefilesx. b=464362 r=smichaud sr=bsmedberg
|
2009-01-29 23:49:27 -05:00 |
Daniel Veditz
|
51ac08a73e
|
bug 452217 nsLocalFileWin should return errors consistent with other platforms, r=neil, sr=bsmedberg
|
2009-01-27 16:50:14 -08:00 |
John Wolfe
|
a08db169f9
|
bug 472165 - changes needed so windows mobile tools don't need to be in PATH variable r=ted
|
2009-01-22 10:17:06 -05:00 |
Daniel Holbert
|
c755eee8e7
|
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 |
Robert O'Callahan
|
e468cfe6d0
|
Fixing bustage
|
2009-01-22 18:01:17 +13:00 |
Fred Jendrzejewski
|
fd612bd117
|
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 |
Fred Jendrzejewski
|
9bd9de1b83
|
Bug 461047 - Replace nsStringArray with nsTArray<nsString>. r+sr=roc
|
2009-01-18 21:14:14 +01:00 |
Robert O'Callahan
|
730e65f154
|
Backed out changeset 8019a959aade
|
2009-01-16 22:20:33 +13:00 |
Fred Jendrzejewski
|
6e7f270ba9
|
Bug 461047. Replace nsStringArray with nsTArray<nsString>. r+sr=roc
--HG--
extra : rebase_source : 7a20af24c97867efbb28dafa6a70ea1b4cf00e58
|
2009-01-16 20:51:04 +13:00 |
timeless@mozdev.org
|
f6e83b5958
|
Bug 471296 nsArray (NS_ARRAY_CONTRACTID) can't be used on a single thread of its creator's choice, r=bsmedberg
|
2009-01-15 20:02:22 -08:00 |
timeless@mozdev.org
|
5a27d12afa
|
Bug 472097 xul!nsMemoryImpl::IsLowMemory is broken on systems w/ lots of vm, r=bsmedberg
|
2009-01-15 20:02:21 -08:00 |
Phil Ringnalda
|
9abbe6cb56
|
Bug 243621 - (Back out) Standardize QueryInterface without throw, r=timeless, sr=sicking
|
2009-01-15 20:02:21 -08:00 |
Josh Aas
|
a63842ec68
|
Modernize xpcom i/o launch and reveal methods on Mac OS X, 64-bit compat. b=473078 sr=dougt
|
2009-01-15 17:57:43 -05:00 |
Benjamin Smedberg
|
d4b59d7163
|
Bug 473587 - nsTString::ToInteger can overflow. Detect and prevent this condition, r+sr=dbaron
--HG--
extra : rebase_source : b0c9f51f2860aa1008c447334fa9075dd0b8e718
|
2009-01-15 13:44:46 -05:00 |
L. David Baron
|
8a84734774
|
Only run assertion checks in DEBUG builds. (Bug 472557) r=Waldo,bsmedberg
|
2009-01-13 11:50:40 -08:00 |
Mook
|
44a786b5da
|
Bug 472063 - mingw build failure: undefined reference to 'WinMain@16' in windbgdlg.cpp, r=neil, sr=bsmedberg
|
2009-01-12 21:43:35 -08:00 |
Benjamin Smedberg
|
ff80cd8623
|
Bug 463642 - Safe mode should disable JIT, r+sr=jst
--HG--
rename : toolkit/xre/nsIXULRuntime.idl => xpcom/system/nsIXULRuntime.idl
|
2009-01-12 11:05:10 -05:00 |
Phil Ringnalda
|
ef3da4c190
|
Can not aquire, or even acquire, anything other than a CLOSED TREE
|
2009-01-11 17:42:29 -08:00 |
Peter Weilbacher
|
afb564ddc4
|
[OS/2] Bug 472753: fix OS/2 build break in nsComponentManager.cpp by adding necessary defines to the os2.h include in nsLocalFileOS2.h (fix suggested by Walter Meinl)
(OS/2 only, so does not affect a CLOSED TREE)
|
2009-01-11 14:19:00 +01:00 |
L. David Baron
|
07b1a07af9
|
Add ability to mark JSDHashTable/PLDHashTable as immutable and thus prevent RECURSION_LEVEL assertions from firing due to lookups racing on multiple threads. (Bug 469004) r=brendan,mrbkap
|
2009-01-10 08:28:16 -08:00 |
L. David Baron
|
9ee32e9555
|
Synchronize pldhash with recent changes to jsdhash by rerunning through plify_jsdhash.sed.
|
2009-01-10 08:28:16 -08:00 |
Robert O'Callahan
|
3200a12ecf
|
Bug 462593. Add nsPtrHashKey<T> to XPCOM. r=bsmedberg
|
2009-01-09 13:12:33 +13:00 |
L. David Baron
|
5a20f231d5
|
Expose the number of assertions since process start from XPCOM. (Bug 472557) r=bsmedberg
|
2009-01-08 13:50:21 -08:00 |
Benjamin Smedberg
|
3f6628df7c
|
Bug 463289 - nsNativeModuleLoader doesn't protect its internal data structures, and is accessed on multiple threads (symptom is RECURSION_LEVEL assertions in pldhash.c). This patch is the simple-but-slow path: proxy all non-main-thread requests to the main thread. This is probably sufficient because asking for modules is a relatively rare activity: the component manager caches the factory objects after a lookup, r=brendan
--HG--
extra : rebase_source : 3118096536b6271886d5c35a3486bb278dc0fd86
|
2008-11-26 14:39:36 -05:00 |
Taras Glek
|
afcbb9e36e
|
Bug 471087. Kill nsIDKey. r=bsmedberg
--HG--
extra : rebase_source : 9d60a541863c545101417cf00a11cb9ceda70a09
|
2009-01-08 21:43:07 +13:00 |
Sergey Yanovich
|
f75af31e8d
|
Bug 462497. Don't reacquire a monitor in nsComponentManagerImpl::HashContractID that we already hold. r=bsmedberg
--HG--
extra : rebase_source : 5a024be37b8d28025f24b207d9622c1b597daea0
|
2009-01-08 21:41:55 +13:00 |
timeless@mozdev.org
|
05a189abd6
|
Bug 470595 - crash [@ strlen - nsComponentManagerImpl::IsContractIDRegistered], r=bsmedberg
|
2009-01-07 20:42:15 -08:00 |
L. David Baron
|
c2ad629f9e
|
Add nsTArray<E>::TruncateLength, which is like SetLength, except only allows shortening of the array. (Bug 191448) r=bsmedberg
|
2009-01-06 15:21:00 -08:00 |
Benjamin Smedberg
|
6ad2e1d3f7
|
Bug 472348 - Some unused variables found by combing the warning database, rs=bz
|
2009-01-06 14:25:58 -05:00 |
Taras Glek
|
a3a7479c3b
|
Bug 470859: speed things up by getting rid of dead nsID callsites r=bsmedberg
|
2009-01-05 14:48:25 -08:00 |
timeless@mozdev.org
|
fa75f388da
|
Bug 444918 - Crash when closing epiphany [@ NS_HasPendingEvents_P] ifndef MOZILLA_INTERNAL_API, r=bsmedberg
|
2009-01-04 10:59:17 -08:00 |
Robert O'Callahan
|
1d4a6fd073
|
Bug 469247. Implement 'canPlayType' API for video/audio elements. r=doublec,r+sr=bzbarsky
--HG--
extra : rebase_source : 06b14571546a763ee4f4b8641e8582bfff2caf8d
|
2008-12-17 15:11:07 +13:00 |
Taras Glek
|
1945f1cf5b
|
Bug 465128 - .autoreg timestamp problems (component registration owns startup time); Ignore autoreg if timestamps are screwy; r=benjamin
|
2008-12-13 17:04:06 +01:00 |
Makoto Kato
|
f39aa89b68
|
Bug 434989 - patch for FreeBSD 8-current (and after 7.0). r/sr=benjamin, patch by okazaki@kick.gr.jp
|
2008-12-13 10:18:09 +09:00 |
Robert Sayre
|
482eb17c91
|
Merge tm to m-c.
|
2008-12-11 15:17:58 -08:00 |
Benjamin Smedberg
|
95521e2815
|
Bug 469072 - Annotations in XPCOM, and a couple related code fixups, to make outparams spit out useful warnings, r=bent
|
2008-12-11 15:13:52 -05:00 |
Brad Lassey
|
4df65c2143
|
Bug 455381 - WinCE XPCOM Explicit Unicode API Calls, Wide Char CheckVersion Function nsCommonProcess changes. relanding after backout. r=bsmedberg
|
2008-12-11 11:50:24 -08:00 |
Robert Sayre
|
932d95c81c
|
Merge m-c to tracemonkey
|
2008-12-10 15:40:30 -08:00 |
Steven Michaud
|
460fad9c68
|
Avoid crashing on non-fatal Objective-C exceptions caused by a 10.4-only Apple bug. b=461381 r=josh sr=roc
|
2008-12-10 15:42:00 -06:00 |
arno renevier
|
a01a8521fd
|
Bug 460295 - nsRefPtrHashtable.h belongs to sdk and includes nsAutoPtr.h which does not; r=benjamin sr=dveditz
|
2008-12-10 15:17:14 +01:00 |
Benjamin Smedberg
|
5e01ae0dd0
|
Merge mozilla-central into tracemonkey, specifically to pick up bug 467579.
|
2008-12-09 21:37:35 -05:00 |
Benjamin Smedberg
|
228ebbaa6a
|
Disable the outparams warning "written on NS_FAILED"... we should focus first on the "not written on NS_SUCCEEDED" warnings, which are generally more serious. No bug, NPODB, CLOSED TREE a=johnath
|
2008-12-09 17:34:48 -05:00 |
Benjamin Smedberg
|
cacaafaeb6
|
Bug 468717 - enable static analysis for js/src, r=jorendorff
--HG--
rename : xpcom/analysis/static-checking.js => config/static-checking.js
rename : xpcom/analysis/string-format.js => config/string-format.js
rename : xpcom/analysis/static-checking.js => js/src/config/static-checking.js
rename : xpcom/analysis/string-format.js => js/src/config/string-format.js
rename : xpcom/analysis/jsstack.js => js/src/jsstack.js
|
2008-12-11 11:40:04 -05:00 |