Mike Hommey
|
7467611ddb
|
Bug 448658 - nsAutoTArray aligns buffer to 32 bits, causing SIGBUS when array entry type requires 64-bit alignment. r=dbaron
|
2010-03-22 15:16:44 +01:00 |
|
Dão Gottwald
|
55d6554fde
|
Backed out changeset 7f301b0d3385 hg push
|
2010-03-22 17:48:45 +01:00 |
|
Mike Hommey
|
02861ae602
|
Bug 448658 - nsAutoTArray aligns buffer to 32 bits, causing SIGBUS when array entry type requires 64-bit alignment. r=dbaron
|
2010-03-22 15:16:44 +01:00 |
|
Neil Rashbrook
|
003d545f7b
|
Bug 543001 Make nsTArray::GreatestIndexLtEq easier to use r=bsmedberg
|
2010-02-20 15:26:12 +00:00 |
|
Jacek Caban
|
b57cc9e69d
|
Bug 505711 - Compilation failure on MinGW in gfx/thebes. r=jfkthame
|
2010-01-14 21:31:06 +00:00 |
|
Henri Sivonen
|
7e34492c18
|
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 |
|
Chris Jones
|
8a3e35ae54
|
Bug 456272: deadlock detector improvements
|
2009-05-04 21:57:15 -07:00 |
|
Chris Jones
|
0023bdaa7d
|
Backed out changeset 3deeb3c83c77
|
2009-05-02 21:13:57 -07:00 |
|
Chris Jones
|
d2b61202f4
|
Bug 456272: deadlock detector improvements r=brendan
|
2009-05-02 20:54:05 -07:00 |
|
Andrew Sutherland
|
90c18f2fff
|
Bug 487551 - nsTArray.IndexOf may scan beyond array bounds for non-zero start argument. fix: base 'end' off of Elements rather than iter. r=bsmedberg
|
2009-04-10 18:08:00 -07:00 |
|
L. David Baron
|
fa9a21c33d
|
Implement multiple background layers, implement fallback background color, and make -moz-background-inline-policy no longer be part of the background shorthand. (Bug 322475) r+sr=roc,bzbarsky
|
2009-02-19 21:29:21 -08:00 |
|
L. David Baron
|
2eb748571c
|
Backed out changeset fde0b361f25e (bug 322475, main patch) due to Mac talos startup failures and hitting the NS_ABORT_IF_FALSE in SetupBackgroundClip, which may be related.
|
2009-02-19 13:51:46 -08:00 |
|
L. David Baron
|
d9ac02ed8c
|
Implement multiple background layers, implement fallback background color, and make -moz-background-inline-policy no longer be part of the background shorthand. (Bug 322475) r+sr=roc,bzbarsky
|
2009-02-19 12:33:09 -08:00 |
|
L. David Baron
|
a91aa25ab0
|
Back out all 8 changesets that I just landed (bugs 477959, 477961, 322475, 478899, 475215, 478156) again, because Talos Try server builds lie about which changesets they're testing.
|
2009-02-19 09:06:18 -08:00 |
|
L. David Baron
|
51ef1de194
|
Implement multiple background layers, implement fallback background color, and make -moz-background-inline-policy no longer be part of the background shorthand. (Bug 322475) r+sr=roc,bzbarsky
|
2009-02-19 07:29:28 -08:00 |
|
L. David Baron
|
8b207bcc51
|
Revert (back out) the previous 11 changesets (bugs 477959, 477961, 477963, 477962, 322475, 478899, 475215, 478156), due to Mac talos orange with (as usual) no useful diagnostic.
|
2009-02-18 18:59:47 -08:00 |
|
L. David Baron
|
366992262c
|
Implement multiple background layers, implement fallback background color, and make -moz-background-inline-policy no longer be part of the background shorthand. (Bug 322475) r+sr=roc,bzbarsky
|
2009-02-18 17:13:25 -08:00 |
|
L. David Baron
|
add2ce5a81
|
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 |
|
neil@parkwaycc.co.uk
|
48d3824f0d
|
Bug 330101 nsTArray binary search for when array is sorted r=bsmedberg a=schrep
|
2008-02-21 01:43:15 -08:00 |
|
dwitte@stanford.edu
|
e1f9209274
|
relanding part of 407442.
|
2007-12-19 23:30:04 -08:00 |
|
dwitte@stanford.edu
|
2b31364ac3
|
back out changes.
|
2007-12-19 03:07:41 -08:00 |
|
dwitte@stanford.edu
|
63050186f2
|
reland nsTObserverArray changes only.
|
2007-12-18 22:03:05 -08:00 |
|
dwitte@stanford.edu
|
8b3567b59d
|
backing out to investigate Ts increase
|
2007-12-18 20:12:11 -08:00 |
|
dwitte@stanford.edu
|
3b75d76adb
|
implement nsTObserverArray using nsTArray, clean up the interface, provide an nsAutoTObserverArray, and use it to reduce allocations in nsEventListenerManager. b=407442, r+sr=sicking, a=beltzner
|
2007-12-18 17:06:34 -08:00 |
|
roc+@cs.cmu.edu
|
559a8984a7
|
Bug 394691. nsTArray should not do default initialization of POD elements. Also, switch nsAutoBuffer users to nsAutoTArray. patch by Chris Pearce, r=bsmedberg, sr=roc, a=bzbarsky
|
2007-09-18 16:12:06 -07:00 |
|
bent.mozilla@gmail.com
|
8164ad7e6d
|
Bug 387584 - "ASSERTION: should not have buffer of zero size [@nsTArray_base::EnsureCapacity]". Patch by Sergey Yanovich <ynvich@gmail.com>. r+a=bsmedberg.
|
2007-08-30 09:59:34 -07:00 |
|
jwalden@mit.edu
|
e3c4baccae
|
Bug 348748 - Replace all instances of NS_STATIC_CAST and friends with C++ casts (and simultaneously bitrot nearly every patch in existence). r=bsmedberg on the script that did this. Tune in next time for Macro Wars: Episode II: Attack on the LL_* Macros.
|
2007-07-08 00:08:04 -07:00 |
|
hg@mozilla.com
|
465265d0d4
|
Free the (distributed) Lizard! Automatic merge from CVS: Module mozilla: tag HG_REPO_INITIAL_IMPORT at 22 Mar 2007 10:30 PDT,
|
2007-03-22 10:30:00 -07:00 |
|