Jeff Walden
|
24dfbc546d
|
Add a RangedPtr constructor accepting an array as a shorthand for RangedPtr(arr, N). rs=luke
|
2011-06-07 13:25:36 -07:00 |
Jeff Walden
|
bfde2317f1
|
Bug 662001 - Move js::RangeCheckedPointer<T> to mozilla::RangedPtr<T>, make it no longer implicitly convert to T*, and adjust users accordingly. r=cjones
|
2011-06-06 11:02:34 -07:00 |
David Mandelin
|
8d1725e153
|
Bug 656282: Remove redundant declaration that causes an MSVC warning, r=luke
--HG--
extra : rebase_source : 42c6e9594f36fd7320bdea90fdb01c955bf07f4d
|
2011-05-16 16:17:19 -07:00 |
Jeff Walden
|
eab7b2092f
|
Bug 656059 - Add operator-> to mozilla::DebugOnly<T> so it can store pointers. r=cjones
--HG--
extra : rebase_source : 3d7aeec93f1ae1e5bbd4b03c30216e70fe15eb6a
|
2011-05-10 14:56:49 -07:00 |
Daniel Holbert
|
c9ffa3b7e1
|
Bug 654346: Fix C++-style comments in mfbt headers included by .c files, to fix build warnings. r=cjones comment-only=DONTBUILD
|
2011-05-03 10:24:01 -07:00 |
Chris Jones
|
2b64655596
|
Bug 642381, part 3: Hoist Maybe into mfbt and eliminate Gecko's use of jstl. r=jorendorff,luke
|
2011-04-28 17:48:52 -05:00 |
Chris Jones
|
8a4cac0536
|
Bug 647011: Sprinkle some DebugOnly in js/src. r=luke
|
2011-04-20 18:27:30 -05:00 |
Chris Jones
|
12ddd16551
|
Bug 577899, part 2: Add a DebugOnly helper to mfbt, which only contains a value in debug builds. r=luke
|
2011-03-31 20:46:35 -05:00 |
Chris Jones
|
502561642c
|
Bug 577899, part 1: Add mfbt, to contain code shared between SpiderMonkey and Gecko. r=luke,ted sr=brendan,bsmedberg,roc
|
2011-03-31 20:46:35 -05:00 |