Luke Wagner
|
f80844498f
|
Bug 650353 - Implement Compartment-Per-Global in XPConnect. r=mrbkap
|
2012-05-03 09:10:12 +02:00 |
|
Jacek Caban
|
4fbada08f4
|
Bug 745762 - double-conversion.h fails to compile on mingw r=jwalden
|
2012-04-27 11:40:05 +02:00 |
|
Jeff Walden
|
18b2aec6c5
|
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
|
70e094f740
|
Bug 614188 - Part 3: build double-conversion as a part of MFBT; r=Waldo
|
2012-04-09 12:05:11 -04:00 |
|
Nathan Froyd
|
1093f61696
|
Bug 614188 - Part 2: import double-conversion sources; r=Waldo
|
2012-03-19 12:22:32 -04:00 |
|
Nathan Froyd
|
642fbdb0ad
|
Bug 614188 - Part 1: setup mfbt/double-conversion; r=Waldo
|
2012-03-19 12:21:05 -04:00 |
|
Bas Schouten
|
67b6c99e9f
|
Bug 719776 - Part 2: Make MOZ_CRASH and MOZ_ASSERT expand inline. r=waldo
|
2012-04-12 02:03:07 +02:00 |
|
Phil Ringnalda
|
4348c0ace3
|
Back out 4b82f26f8593:2fcf9cbedd48 (bug 743393, bug 719776) for bustage
|
2012-04-11 09:06:40 -07:00 |
|
Bas Schouten
|
57bf03284d
|
Bug 719776 - Part 2: Inline MOZ_Assert and MOZ_Crash. r=waldo
|
2012-04-11 16:55:31 +02:00 |
|
Chris Peterson
|
e8f1923660
|
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
|
43693c5ef7
|
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
|
caa4b9c436
|
Bug 718938 - Add RAII helper to mfbt. r=waldo,luke,cjones
|
2012-04-06 11:16:33 +02:00 |
|
Jeff Walden
|
9cf1352230
|
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
|
c8b7a2946c
|
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
|
ef6b90af61
|
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
|
e125125c10
|
Bug 735704 - RotateLeft32 conflicts with winnt.h macro r=Waldo
|
2012-03-15 13:43:28 +01:00 |
|
Boris Zbarsky
|
2330298c86
|
Bug 705877 part 1. Rename mayContain on BloomFilter to mightContain. r=dbaron
|
2012-03-12 22:54:12 -05:00 |
|
Phil Ringnalda
|
b1d1a41987
|
Back out 83a33626d965:6e9330f5a9bd (bug 732667 and bug 705877) for Windows build bustage
|
2012-03-12 22:12:41 -07:00 |
|
Boris Zbarsky
|
267257c7b4
|
Bug 705877 part 1. Rename mayContain on BloomFilter to mightContain. r=dbaron
|
2012-03-12 22:54:12 -05:00 |
|
Justin Lebar
|
48a5094f13
|
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
|
0ef78736cc
|
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
|
ce0d5b7543
|
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
|
90ea50750e
|
Bug 732820 - Part 1: Add clear() to LinkedList. r=waldo
|
2012-03-09 17:21:01 -05:00 |
|
Jeff Walden
|
79c6905951
|
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
|
d27ab2302c
|
Backout afeafc02c1de, dfae37833c9b & f9f51c726fa7 (bug 729940 parts 1-3) for talos regressions
|
2012-03-05 15:22:28 +00:00 |
|
Justin Lebar
|
358403f646
|
Bug 729940 - Part 1: Add hash function utilities to mfbt. r=waldo
|
2012-03-04 15:58:04 -05:00 |
|
Justin Lebar
|
8f94cc1764
|
Back out bug 729940 (a108aee:d75775d) due to 32-bit red.
|
2012-03-04 14:20:34 -05:00 |
|
Justin Lebar
|
0b5e896c72
|
Bug 729940 - Part 1: Add hash function utilities to mfbt. r=waldo
|
2012-03-04 13:49:41 -05:00 |
|
Justin Lebar
|
b5b0120395
|
Bug 729952 - Part 3: Add missing #include. r=me
|
2012-03-02 17:46:09 -05:00 |
|
Justin Lebar
|
b3d50b3dad
|
Bug 729952 - Part 1: Add a better hash function to mfbt. r=waldo
|
2012-03-02 17:18:21 -05:00 |
|
Jacek Caban
|
e8c05a5cb1
|
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
|
342c77c9bc
|
Bug 730100 followup. Add missing include guards. Assumed r=ms2ger
|
2012-03-02 00:20:32 -05:00 |
|
Justin Lebar
|
bfc79c98e2
|
Bug 731789 - Followup, s/StdInt/StandardInteger in BloomFilter.h. r=me
|
2012-02-29 23:40:16 -05:00 |
|
Justin Lebar
|
b682bbe4a5
|
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
|
6812bfe7e0
|
Bug 730100. Add a Bloom filter implementation. r=waldo
|
2012-02-29 21:40:47 -05:00 |
|
Rafael Ávila de Espíndola
|
ef7237dbbe
|
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
|
8997b8eee9
|
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
|
ce16822653
|
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
|
2250838b4b
|
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
|
9371edde80
|
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
|
526bd939af
|
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
|
9f50602120
|
Back out 7f81109133b5 (bug 725221), 135721f3720b (bug 726891), aef4ead175b4 (bug 726894) for orange
|
2012-02-13 22:31:22 -08:00 |
|
Robert O'Callahan
|
aa9fa6a0c3
|
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
|
c893472974
|
Backout 8eef38643ceb (bug 717540) and 78941a969e20 (bug 725230) because of windows debug bustage
|
2012-02-13 16:35:13 +01:00 |
|
Mike Hommey
|
ac9a4a0719
|
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
|
1ebe60bb6c
|
Bug 722581 - Update comments in mfbt/LinkedList.h. r=waldo
|
2012-02-04 21:49:10 -05:00 |
|
Justin Lebar
|
fc0cb053c5
|
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
|
4211ac4084
|
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
|
4e5bc81eba
|
Backout 01a5ce645a8b, 6e849614a79f & bd75f26eee25 (bug 720759) for win debug build failures
|
2012-01-24 21:06:59 +00:00 |
|
Jeff Walden
|
89c5f4105d
|
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 |
|