Nicholas Nethercote
|
f32ed5397d
|
Bug 647367 - Sequester jshash.{h,cpp} in js/jsd/ (attempt 2). r=luke.
--HG--
rename : js/src/jshash.cpp => js/jsd/jshash.cpp
rename : js/src/jshash.h => js/jsd/jshash.h
|
2012-07-18 17:38:10 -07:00 |
|
Sergey Glushchenko
|
a2ebf3852f
|
Bug 776429: Unify scattered M_PI definitions into mfbt/Constants.h r=dRdR
|
2012-08-06 13:32:11 -07:00 |
|
Mike Hommey
|
70d7c821af
|
Bug 774032 bonus - Use @DEPTH@ and @relativesrcdir@ in Makefile.in. r=ted
|
2012-08-04 20:26:44 +02:00 |
|
Benoit Jacob
|
91e33ba3c6
|
Bug 768538 - CheckedInt: HasSignBit should return bool - r=Ms2ger
|
2012-07-08 11:44:22 -04:00 |
|
Benoit Jacob
|
1f740b8204
|
Bug 768538 - CheckedInt: code simplification; remove the separate operator/ implementation - r=Ms2ger
|
2012-07-08 11:25:24 -04:00 |
|
Benoit Jacob
|
da5aee1123
|
Bug 768570 - Fix all the warnings in CheckedInt - r=jwalden
|
2012-07-05 10:13:31 -04:00 |
|
Benoit Jacob
|
e137681d8c
|
Bug 768538 - 2/2 - Fix undefined behavior in the CheckedInt unit test - r=jwalden
|
2012-07-05 10:13:23 -04:00 |
|
Benoit Jacob
|
9c508f38f4
|
Bug 768538 - 1/2 - Fix undefined behavior in CheckedInt - r=jwalden
|
2012-07-05 10:13:13 -04:00 |
|
Jeff Walden
|
a10a240530
|
Bug 766347 - Implement mozilla::IsConvertible to detect when a value of one type will convert to a value of another type. r=luke
--HG--
extra : rebase_source : d25c1b84dfc928a0bc4dcfb43e31b6035882849e
|
2012-06-19 13:55:23 -07:00 |
|
Jeff Walden
|
7eaf2877a0
|
Bug 766347 - Implement a mozilla::EnableIf template struct for SFINAE capabilities. r=luke
--HG--
extra : rebase_source : 06807195217a967142ab7d81ac8b120f2b0e02c7
|
2012-06-18 19:06:33 -07:00 |
|
Jeff Walden
|
b2d449c615
|
Eliminate Assertions.h's dependency on Types.h, for a narrower interface and minimized dependencies. No bug, r=Ms2ger
--HG--
extra : rebase_source : b5c79dc444ef7277f2624ffe2407bca25a1054cd
|
2012-06-11 16:16:46 -07:00 |
|
Jeff Walden
|
f071f38e8c
|
Bug 760995 - Move Scoped.h into the mozilla namespace. r=sparky
--HG--
extra : rebase_source : 534c787c834fc1d7174b51d8fb8f13ec339c0a58
|
2012-06-11 16:16:47 -07:00 |
|
Jeff Walden
|
31edbd7b3b
|
Bug 426163 - Make MOZ_CRASH() use TerminateProcess on Windows rather than exit so that destructors and atexit handlers aren't called. r=ted
--HG--
extra : rebase_source : 0e340516158d36931fd00824a6ff9e665a9f9354
|
2012-06-11 16:16:46 -07:00 |
|
Ed Morley
|
5a59a93dac
|
Backout 1c5a8d617bff (bug 765990), 617cb36ead59, b3067d05a76a (bug 760995), 79f9a61a1e43 (bug 426163) for bustage
|
2012-06-21 10:00:36 +01:00 |
|
Jeff Walden
|
eb986aa0c7
|
Eliminate Assertions.h's dependency on Types.h, for a narrower interface and minimized dependencies. No bug, r=Ms2ger
--HG--
extra : rebase_source : 0d68ef6274ad697bf4ff49038ef19368174dad54
|
2012-06-11 16:16:46 -07:00 |
|
Jeff Walden
|
765347bb6f
|
Bug 760995 - Move Scoped.h into the mozilla namespace. r=sparky
--HG--
extra : rebase_source : ea32c4240ea552c72ed16074c803927e638474dc
|
2012-06-11 16:16:47 -07:00 |
|
Jeff Walden
|
3a7ab6bdea
|
Bug 426163 - Make MOZ_CRASH() use TerminateProcess on Windows rather than exit so that destructors and atexit handlers aren't called. r=ted
--HG--
extra : rebase_source : 631b1707f06852f4c47acbfb9c7401b22507267b
|
2012-06-11 16:16:46 -07:00 |
|
Jeff Walden
|
51e0b3e2fb
|
Bug 761859 - Reinstate a __debugbreak() at the start of MOZ_CRASH() on Windows so that deliberate crashes on Windows appear as breakpoints, not invalid writes. r=bsmedberg
|
2012-06-18 12:01:57 -07:00 |
|
Jeff Walden
|
3b720a666b
|
Bug 763000 - Remove MOZ_Assert. r=Ms2ger, r=terrence, r=ted
|
2012-06-07 14:41:11 -07:00 |
|
Jeff Walden
|
4cebdf0ba9
|
Fix a couple style nits missed during review. Followup to bug 616262, r=sparky
|
2012-06-14 17:55:11 -07:00 |
|
Mike Hommey
|
6505be978b
|
Bug 616262 - Add mozilla/TypeTraits.h with mozilla::Conditional and mozilla::IsBaseOf traits, similar to resp. C++11 std::conditional and std::is_base_of. r=Waldo
|
2012-06-14 08:20:47 +02:00 |
|
Jeff Walden
|
af9bf2ebd1
|
Bug 761857 - Make MOZ_CRASH on Linux crash in such a way that an attached debugger will park on the line containing the assertion. r=ted
--HG--
extra : rebase_source : 0628998cb0e2eec047426375c971aac1a84ebed1
|
2012-06-05 16:49:19 -07:00 |
|
Jeff Walden
|
986ff95100
|
Style patrol to make everything conform to mfbt/STYLE. No bug, r=sparky
|
2012-06-03 20:36:43 -07:00 |
|
Jeff Walden
|
40a94b7921
|
Remove some extraneous includes and a function, all added in bug 714260. They were initially necessary when that patch was written, but they became vestigial during rebasing prior to landing, and this disuse wasn't noticed til now. r=lumpy
|
2012-04-19 16:36:31 -07:00 |
|
Justin Lebar
|
3137b98af3
|
Bug 758337 - Fix mistake in comment in mfbt/LinkedList.h. DONTBUILD
|
2012-06-01 10:32:14 -04:00 |
|
Ginn Chen
|
d2b19f035e
|
Bug 758494 Make double conversion built with Solaris Studio compiler r=jwalden
|
2012-06-01 17:49:33 +08:00 |
|
Benoit Jacob
|
4c2fe57512
|
Bug 758396 - Let MFBT LinkedList allow const - r=jlebar
|
2012-05-29 14:44:31 -04:00 |
|
Rafael Ávila de Espíndola
|
fb938b31ab
|
Bug 759208 - CheckedInt.h depends on undefined value of signed arithmetic. r=bjacob.
|
2012-05-29 12:48:26 -04:00 |
|
Mike Hommey
|
27e941762a
|
Bug 756965 - Allow mozilla::ThreadLocal to store integer types smaller than, or as large as, a pointer. r=Waldo
|
2012-05-22 08:43:55 +02:00 |
|
Mike Hommey
|
5602a951ae
|
Bug 750620 - Declare double conversion correctness for more architectures. r=nfroyd
|
2012-05-22 08:38:44 +02:00 |
|
Gervase Markham
|
82ff7027aa
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
|
Ehsan Akhgari
|
327c5136de
|
Bug 753119 - Add ThreadLocal to mfbt - r=jwalden
... because nobody likes to use the NSPR TLS support.
|
2012-05-09 16:54:33 -04:00 |
|
Benoit Jacob
|
ce077b3952
|
Bug 732875 - Further CheckedInt tweaks - r=Ms2ger,jwalden
|
2012-05-17 10:07:24 -04:00 |
|
Dão Gottwald
|
5e32254efb
|
Backed out changeset 45ef0e7b2426
|
2012-05-17 16:48:06 +02:00 |
|
Benoit Jacob
|
d88ddfed0d
|
Bug 732875 - Further CheckedInt tweaks - r=Ms2ger,jwalden
|
2012-05-17 10:07:24 -04:00 |
|
Benoit Jacob
|
6de3cc03da
|
Bug 732875 - 8/8 - move CheckedInt to MFBT, enable unit tests in mfbt/tests - r=jwalden
--HG--
rename : xpcom/ds/CheckedInt.h => mfbt/CheckedInt.h
|
2012-05-14 15:50:20 -04:00 |
|
Ed Morley
|
0f956d7307
|
Backout 345ae68f15f4, b3b40121ac8d, 0d18b7a246d7, 9dbb6064ab58, dee9d7fa8eb6, 63eec6bfa948, 323c6be7cfe8 & f4aac7523a48 (bug 732875) for compilation failures
|
2012-05-14 21:05:24 +01:00 |
|
Benoit Jacob
|
fa8d5e0469
|
Bug 732875 - 8/8 - move CheckedInt to MFBT, enable unit tests in mfbt/tests - r=jwalden
--HG--
rename : xpcom/ds/CheckedInt.h => mfbt/CheckedInt.h
|
2012-05-14 15:50:20 -04:00 |
|
Christian Holler
|
2e32f290c8
|
Bug 751195 - Mark GC function unsafe for AddressSanitizer, r=billm
|
2012-05-05 02:08:32 -04:00 |
|
Chris Peterson
|
36364dad38
|
Bug 751766 - Remove unused function MOZ_Crash. r=glandium
--HG--
extra : rebase_source : 8bf953755dab1c5429cd6b7e2ca5452ebab8dd8f
|
2012-05-03 16:43:51 -07:00 |
|
Christian Holler
|
951d13d85f
|
Bug 751412 - Add missing buffer null-termination in CreateDecimalRepresentation, r=njn
|
2012-05-04 10:40:54 -04:00 |
|
Luke Wagner
|
328edde002
|
Bug 650353 - Implement Compartment-Per-Global in XPConnect. r=mrbkap
|
2012-05-03 09:10:12 +02:00 |
|
Jacek Caban
|
27793b2584
|
Bug 745762 - double-conversion.h fails to compile on mingw r=jwalden
|
2012-04-27 11:40:05 +02:00 |
|
Jeff Walden
|
e868abd4e1
|
Bug 714260 - Implement FloatingPoint.h to consolidate all IEEE-754 floating point operations in a single location. r=dmandelin for the js bits, r=Ms2ger for mfbt and the core bits
|
2012-01-23 03:43:16 -08:00 |
|
Nathan Froyd
|
324818de90
|
Bug 614188 - Part 3: build double-conversion as a part of MFBT; r=Waldo
|
2012-04-09 12:05:11 -04:00 |
|
Nathan Froyd
|
380e5b6b93
|
Bug 614188 - Part 2: import double-conversion sources; r=Waldo
|
2012-03-19 12:22:32 -04:00 |
|
Nathan Froyd
|
50af044f63
|
Bug 614188 - Part 1: setup mfbt/double-conversion; r=Waldo
|
2012-03-19 12:21:05 -04:00 |
|
Bas Schouten
|
2be70a6cde
|
Bug 719776 - Part 2: Make MOZ_CRASH and MOZ_ASSERT expand inline. r=waldo
|
2012-04-12 02:03:07 +02:00 |
|
Phil Ringnalda
|
151c28ec53
|
Back out 4b82f26f8593:2fcf9cbedd48 (bug 743393, bug 719776) for bustage
|
2012-04-11 09:06:40 -07:00 |
|
Bas Schouten
|
034108c2de
|
Bug 719776 - Part 2: Inline MOZ_Assert and MOZ_Crash. r=waldo
|
2012-04-11 16:55:31 +02:00 |
|
Chris Peterson
|
34deeb369a
|
Bug 743306 - Part 2: On Android, segfault in MOZ_Crash because SIGABRT is handled asynchronously. r=glandium
--HG--
extra : rebase_source : 46233676f73a5b8040f92ec251fe0ae3ecca9934
|
2012-04-09 12:45:25 -07:00 |
|
Chris Peterson
|
465a5c3e9b
|
Bug 743306 - Part 1: On Android, log MOZ_Assert messages to logcat because stderr is directed to /dev/null. r=glandium
--HG--
extra : rebase_source : 1dda421f84116784539d6ca65fb1d9092506b0bd
|
2012-04-09 12:45:17 -07:00 |
|
David Rajchenbach-Teller
|
5996ca7f8c
|
Bug 718938 - Add RAII helper to mfbt. r=waldo,luke,cjones
|
2012-04-06 11:16:33 +02:00 |
|
Jeff Walden
|
f9aac6fb1e
|
Document ternary expression style and the else-after-return prohibition. No bug, rs=luke over IRC, DONTBUILD because this is modifying docs but touching no code
--HG--
extra : rebase_source : 0c11adc6052878710300eea87520345ca7e9143f
|
2012-03-29 16:03:32 -07:00 |
|
Jeff Walden
|
a8a3846d0b
|
Document macro naming style and struct naming style in C-compatible code, where C++ namespaces can't be used to avoid name collisions. No bug, r=luke over IRC, DONTBUILD because this is modifying docs but touching no code
|
2012-03-28 15:42:40 -07:00 |
|
Justin Lebar
|
d7ea97afba
|
Bug 732820 - Part 1: Add clear() to LinkedList. r=waldo
--HG--
rename : js/src/vm/ArgumentsObject.cpp => js/src/jsfun.cpp
extra : rebase_source : 1cf48cb8f9764d4299b6f3320fd65b9bc3407de6
|
2012-03-15 16:30:41 -04:00 |
|
Jacek Caban
|
d54cd7b4d7
|
Bug 735704 - RotateLeft32 conflicts with winnt.h macro r=Waldo
|
2012-03-15 13:43:28 +01:00 |
|
Boris Zbarsky
|
9801e6dd67
|
Bug 705877 part 1. Rename mayContain on BloomFilter to mightContain. r=dbaron
|
2012-03-12 22:54:12 -05:00 |
|
Phil Ringnalda
|
ef5d0d917f
|
Back out 83a33626d965:6e9330f5a9bd (bug 732667 and bug 705877) for Windows build bustage
|
2012-03-12 22:12:41 -07:00 |
|
Boris Zbarsky
|
2b9e15c16a
|
Bug 705877 part 1. Rename mayContain on BloomFilter to mightContain. r=dbaron
|
2012-03-12 22:54:12 -05:00 |
|
Justin Lebar
|
f584e08122
|
Bug 729940 - Part 1: Add hash function utilities to mfbt. r=waldo
--HG--
extra : rebase_source : 05f5c9f5c1e99e5bca012c57502a965423aeb10e
|
2012-03-12 18:53:18 -04:00 |
|
Justin Lebar
|
53959f7e57
|
Back out bug 731419 and bug 732820 due to orange.
Backs out changesets 55e63a03ccad 45d2f5e2fe31 f78900832562 6184b50776fc 35d8045aeadd 42e887fec034.
|
2012-03-09 18:32:42 -05:00 |
|
Jeff Walden
|
44af116dcf
|
Line-wrap the mfbt style docs at 80 characters. The docs are more easily edited the other way, but MXR doesn't auto-wrap long lines, and readability trumps writability here. No bug, r=sparky, DONTBUILD
--HG--
extra : rebase_source : 5cae4c24e03546d1cf5f3e43457b44904ccf2b5f
|
2012-03-09 15:02:51 -08:00 |
|
Justin Lebar
|
f4c6ba9e11
|
Bug 732820 - Part 1: Add clear() to LinkedList. r=waldo
|
2012-03-09 17:21:01 -05:00 |
|
Jeff Walden
|
6fc33afefe
|
Bug 732321 - Document mfbt style, rather than relying on reviewers to consistently remember and enforce every little bit of it. r=cjones, DONTBUILD because this is adding docs but touching no code
|
2012-03-01 20:47:30 -08:00 |
|
Ed Morley
|
3c657080b5
|
Backout afeafc02c1de, dfae37833c9b & f9f51c726fa7 (bug 729940 parts 1-3) for talos regressions
|
2012-03-05 15:22:28 +00:00 |
|
Justin Lebar
|
ec47a60b90
|
Bug 729940 - Part 1: Add hash function utilities to mfbt. r=waldo
|
2012-03-04 15:58:04 -05:00 |
|
Justin Lebar
|
e2b30b7a56
|
Back out bug 729940 (a108aee:d75775d) due to 32-bit red.
|
2012-03-04 14:20:34 -05:00 |
|
Justin Lebar
|
2dcd3b129c
|
Bug 729940 - Part 1: Add hash function utilities to mfbt. r=waldo
|
2012-03-04 13:49:41 -05:00 |
|
Justin Lebar
|
0e41e0eb6e
|
Bug 729952 - Part 3: Add missing #include. r=me
|
2012-03-02 17:46:09 -05:00 |
|
Justin Lebar
|
0d2f332e8c
|
Bug 729952 - Part 1: Add a better hash function to mfbt. r=waldo
|
2012-03-02 17:18:21 -05:00 |
|
Jacek Caban
|
01ae5b4040
|
Bug 728178 - js.exe fails to link on on mingw (missing MOZ_Crash) r=glandium
|
2012-03-02 11:27:29 +01:00 |
|
Boris Zbarsky
|
ee5c6221bc
|
Bug 730100 followup. Add missing include guards. Assumed r=ms2ger
|
2012-03-02 00:20:32 -05:00 |
|
Justin Lebar
|
863d510656
|
Bug 731789 - Followup, s/StdInt/StandardInteger in BloomFilter.h. r=me
|
2012-02-29 23:40:16 -05:00 |
|
Justin Lebar
|
69fb6f1047
|
Bug 731789 - Rename mfbt/StdInt.h to mfbt/StandardInteger.h, so stdint types work from cpp files inside mfbt. r=waldo
|
2012-02-29 22:56:43 -05:00 |
|
Boris Zbarsky
|
3c48581eda
|
Bug 730100. Add a Bloom filter implementation. r=waldo
|
2012-02-29 21:40:47 -05:00 |
|
Rafael Ávila de Espíndola
|
dbb5992e2a
|
Bug 723114 - Need a macro that expands to __builtin_unreachable on release builds. r=jwalden.
|
2012-02-23 14:32:30 -05:00 |
|
Jeff Walden
|
87eee40a7e
|
Bug 728512 - Make MOZ_ASSERT(cond, reason) work correctly on MSVC by hacking around a compiler bug. r=glandium
--HG--
extra : rebase_source : f955359300e02b27f0efda63bbb1983d85a56a5a
|
2012-02-17 18:47:12 -08:00 |
|
David Rajchenbach-Teller
|
3ddbeef61e
|
Bug 727435 - Implementing MOZ_GUARD_OBJECT_NOTIFIER_ONLY_PARAM_TO_PARENT. r=Waldo
--HG--
extra : rebase_source : 4fcf555106b06b0080d2986102f6d84d3ae8fd4d
|
2012-02-16 01:17:02 +01:00 |
|
Jeff Walden
|
2d683f049c
|
Bug 727141 - Uglify the include of <stdint.h> to support building on case-insensitive file systems. rs=khuey over IRC
--HG--
extra : rebase_source : 34ea2bea8ecb6bbaf039d50ec728233d524fc015
|
2012-02-14 12:18:21 -08:00 |
|
Robert O'Callahan
|
b2ec9bd05d
|
Bug 726894. Add a copy constructor to DebugOnly so it can be used in more situations. r=cjones
|
2012-02-14 17:39:20 +13:00 |
|
Mike Hommey
|
229a4401e7
|
Bug 717540 - Remove MFBT dependency on JS_Assert, add MOZ_Assert, and use it for WTF assertions. r=waldo,r=khuey
|
2012-02-13 15:48:23 +01:00 |
|
Phil Ringnalda
|
7b77666e87
|
Back out 7f81109133b5 (bug 725221), 135721f3720b (bug 726891), aef4ead175b4 (bug 726894) for orange
|
2012-02-13 22:31:22 -08:00 |
|
Robert O'Callahan
|
9813f15ee3
|
Bug 726894. Add a copy constructor to DebugOnly so it can be used in more situations. r=cjones
|
2012-02-14 17:39:20 +13:00 |
|
Mike Hommey
|
78f3656b4b
|
Backout 8eef38643ceb (bug 717540) and 78941a969e20 (bug 725230) because of windows debug bustage
|
2012-02-13 16:35:13 +01:00 |
|
Mike Hommey
|
b5d2448f11
|
Bug 717540 - Remove MFBT dependency on JS_Assert, add MOZ_Assert, and use it for WTF assertions. r=waldo,r=khuey
|
2012-02-13 15:48:23 +01:00 |
|
Justin Lebar
|
14525ec49c
|
Bug 722581 - Update comments in mfbt/LinkedList.h. r=waldo
|
2012-02-04 21:49:10 -05:00 |
|
Justin Lebar
|
1435835368
|
Bug 715405 - Add a type-safe linked list class. r=waldo
--HG--
extra : rebase_source : c1a829b9c1264c6b07a10b1ff7a8d0a64e3125f7
|
2012-01-26 15:54:03 -05:00 |
|
Jeff Walden
|
c908c1c048
|
Bug 720759 - Export mfbt's guard object classes to avoid warnings using them in exported APIs. r=Ms2ger
--HG--
extra : rebase_source : d1de7a9549e1fe0d047b3882ebca711fc0a47b94
|
2012-01-24 09:22:47 -08:00 |
|
Ed Morley
|
3303de5d26
|
Backout 01a5ce645a8b, 6e849614a79f & bd75f26eee25 (bug 720759) for win debug build failures
|
2012-01-24 21:06:59 +00:00 |
|
Jeff Walden
|
1bdd6cfcbb
|
Bug 720759 - Export mfbt's guard object classes to avoid warnings using them in exported APIs. r=Ms2ger
|
2012-01-24 09:22:47 -08:00 |
|
Ms2ger
|
4a62e49ffb
|
Bug 716236 - Fix indentation in GuardObjects.h and allow its inclusion into C files; r=Waldo
|
2012-01-15 09:13:07 +01:00 |
|
Jeff Walden
|
1f1e0e3e33
|
Bug 716112 - Add an optional second argument to MOZ_ASSERT to allow explanations to accompany assertions, if desired. r=cjones
--HG--
extra : rebase_source : a6be7ef89c91a58df489057ca4ea67791b6881a0
|
2012-01-06 15:51:27 -06:00 |
|
Michael Kohler
|
8e7d457186
|
Bug 711818 - MOZILLA_GUARD_OBJECT_NOTIFIER* should use a MOZ_ prefix to follow MFBT style
|
2012-01-10 00:29:30 -05:00 |
|
Jeff Walden
|
eaa4a32656
|
Add introductory comments to the files in mfbt/ that aren't copied from elsewhere, to facilitate easier MXR directory skimming. No bug, r=lumpy
--HG--
extra : rebase_source : dd834c64e625a0184b64d13e2a2e6fd8960ca832
|
2011-12-28 10:48:54 -06:00 |
|
Jeff Walden
|
150afa32c7
|
Bug 713560 - Make MOZ_STATIC_ASSERT, when it expands to C++11 static_cast(), pass its reason argument along to static_cast in more compilers. r=typo-fix
|
2011-12-27 12:09:41 -06:00 |
|
Jeff Walden
|
a158abd5b6
|
Bug 712129 - Implement MOZ_STATIC_ASSERT and MOZ_STATIC_ASSERT_IF. r=luke
|
2011-12-19 16:58:30 -05:00 |
|
Jeff Walden
|
677b43a2b8
|
Bug 712129 - Add more assertion macro flavors to mfbt, and make the JS engine use mfbt's implementations where appropriate. r=cjones
--HG--
extra : rebase_source : 6b94db05e74b18a3938a28cbc0f520eb4e01fbb0
|
2011-12-19 15:54:12 -05:00 |
|
Jeff Walden
|
b00479bc34
|
Bug 712129 - Move MOZ*INLINE macros from Util.h into Attributes.h, where they make more sense. r=luke
--HG--
extra : rebase_source : f62a21c8833c9d5eb7351b18ba14f14d4286b3c0
|
2011-12-19 14:45:52 -05:00 |
|
Jeff Walden
|
05dcc6d231
|
Bug 712129 - Move assertion code into a new mfbt/Assertions.h header. r=luke
--HG--
extra : rebase_source : 6587b6aa4180493c48b0663bc627543020a21deb
|
2011-12-19 14:28:35 -05:00 |
|