Ehsan Akhgari
|
243c878d26
|
Bug 579517 - Part 1: Automated conversion of NSPR numeric types to stdint types in Gecko; r=bsmedberg
This patch was generated by a script. Here's the source of the script for
future reference:
function convert() {
echo "Converting $1 to $2..."
find . ! -wholename "*nsprpub*" \
! -wholename "*security/nss*" \
! -wholename "*/.hg*" \
! -wholename "obj-ff-dbg*" \
! -name nsXPCOMCID.h \
! -name prtypes.h \
-type f \
\( -iname "*.cpp" \
-o -iname "*.h" \
-o -iname "*.c" \
-o -iname "*.cc" \
-o -iname "*.idl" \
-o -iname "*.ipdl" \
-o -iname "*.ipdlh" \
-o -iname "*.mm" \) | \
xargs -n 1 sed -i -e "s/\b$1\b/$2/g"
}
convert PRInt8 int8_t
convert PRUint8 uint8_t
convert PRInt16 int16_t
convert PRUint16 uint16_t
convert PRInt32 int32_t
convert PRUint32 uint32_t
convert PRInt64 int64_t
convert PRUint64 uint64_t
convert PRIntn int
convert PRUintn unsigned
convert PRSize size_t
convert PROffset32 int32_t
convert PROffset64 int64_t
convert PRPtrdiff ptrdiff_t
convert PRFloat64 double
|
2012-08-22 11:56:38 -04:00 |
|
Aryeh Gregor
|
8b4a23fc4c
|
Bug 777292 part 2 - Change all nsnull to nullptr
|
2012-07-30 17:20:58 +03:00 |
|
Jonathan Watt
|
131c149f2a
|
Bug 767388 - Kill NS_DEBUG. r=bz.
|
2012-06-25 20:59:42 +01:00 |
|
Gervase Markham
|
cb6a072c2a
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
|
Mats Palmgren
|
aedc830d14
|
Bug 720142 - Use nsIntRect for table damage. r=bernd
|
2012-01-22 23:48:34 +01:00 |
|
Bernd
|
60b2dc44e9
|
bug 710098 - use effective rowspan r=mats
|
2011-12-29 09:17:55 +01:00 |
|
Bernd
|
dd28d4b094
|
bug 711359 - mark all subsequent rows as damaged r=mats
|
2011-12-27 09:31:09 +01:00 |
|
Nicholas Nethercote
|
c8d93dc02b
|
Bug 711908 - Fix a bunch of GCC warnings in layout. r=dbaron.
|
2011-12-19 19:46:39 -08:00 |
|
Bernd
|
7ec70833de
|
bug 705996 - the damageArea should only be set once the columns are in shape r=mats
|
2011-12-03 07:21:16 +01:00 |
|
Bernd
|
05da1a27c4
|
bug 460637 - the group cellmaps need to set the damageArea relative to the entire table, patch by Mats Palmgren, Randell Jesup and Bernd, r=mats, bernd
|
2011-10-27 09:58:44 -04:00 |
|
Ehsan Akhgari
|
478ad1a412
|
Bug 690892 - Replace PR_TRUE/PR_FALSE with true/false on mozilla-central; rs=dbaron
Landing on a CLOSED TREE
|
2011-10-17 10:59:28 -04:00 |
|
Michael Wu
|
0fe7772ece
|
Bug 675553 - Switch from PRBool to bool on a CLOSED TREE , r=bsmedberg,khuey,bz,cjones
|
2011-09-28 23:19:26 -07:00 |
|
Mats Palmgren
|
4e2a044a66
|
Bug 653649 - New way of getting child lists from frames. (part 4/5) r=roc
Remove the nsIAtom* child list names and use child list ID enum instead.
|
2011-08-24 22:54:30 +02:00 |
|
Ehsan Akhgari
|
03f689dea6
|
Bug 677661 - Remove nsTPtrArray and add a SafeElementAt(index_type) API to nsTArray when it's instantiated with a pointer type; r=sicking
|
2011-08-10 01:36:00 -04:00 |
|
Ms2ger
|
7b4c8739c0
|
Bug 670500 - Make nsCellMap::Init return void; r=roc
|
2011-07-15 12:18:33 +02:00 |
|
Ms2ger
|
095d1a25fa
|
No bug - Fix assertion in nsCellMapColumnIterator::GetNextFrame; r=bz
|
2011-07-03 11:53:39 +02:00 |
|
|
|
5485111bba
|
Bug 620259 - add fall through comments to nsTableCellMap::SetNotTopStart and rename to nsTableCellMap::ResetTopStart
r=bernd a=dbaron
|
2011-02-16 14:14:18 +01:00 |
|
Edmund Wong
|
f39cbd8609
|
Bug 585336: Fix "a the" in comments (for General core code). r=timeless a=NPOTB (comment-only)
|
2010-08-15 15:50:02 -07:00 |
|
Bernd
|
8868960ca6
|
bug 564054 - rebuild cellmap if inserted rows contain a zero rowspan r=bzbarsky
|
2010-05-13 16:15:50 +02:00 |
|
timeless
|
d8effcff7f
|
Bug 334571 Coverity 702, NS_SIDES array limit check - replace NS_FOR_CSS_SIDES defines with enum. r=zwol,mats
|
2010-04-27 18:15:02 +02:00 |
|
timeless
|
21cb9c6c41
|
Bug 334571 strip trailing whitespace. r=zwol
|
2010-04-27 18:15:01 +02:00 |
|
Ehren Metcalfe
|
97778d4898
|
Bug 556446: Remove dead code in layout. r=roc,bz
|
2010-04-03 07:36:19 -04:00 |
|
Bernd
|
841557ec99
|
bug 378935 the border collapse code relies on having mutliple dead cell data entries in a row r=bzbarsky
|
2010-03-06 10:53:04 +01:00 |
|
Bernd
|
46b0f8928b
|
bug 28800 remove support for scrollable rowgroups moa=roc r=bzbarsky
|
2010-01-16 17:05:46 +01:00 |
|
Reed Loden
|
296c75e101
|
Bug 506267 - [r=bzbarsky sr=dbaron]
|
2009-10-02 21:09:57 -05:00 |
|
Mats Palmgren
|
f82eedba5a
|
Replace PR_MIN/PR_MAX with NS_MIN/NS_MAX. b=512106 r=roc
|
2009-09-16 17:01:36 +02:00 |
|
Alexander Surkov
|
d1b9b23f4b
|
Bug 437980 - 9 tests fail in table_indexes.html chrome test file, r=marcoz, davidb, bernd
|
2009-06-29 18:54:26 +08:00 |
|
Boris Zbarsky
|
4c855fa80a
|
Bug 487899. Start column indices incorrect in nsCellMap::ExpandWithCells if an array with more than one cell is passed in. r=bernd, sr=roc
|
2009-04-13 11:31:39 -04:00 |
|
Arpad Borsos
|
1f292f1511
|
Bug 481932 - use do_QueryFrame instead of IS_TABLE_CELL + cast; r+sr=roc
|
2009-03-24 23:10:06 +01:00 |
|
Arpad Borsos
|
67a98b077f
|
Bug 481881 - use better template arguments for nsTArray<T> after bug 474369, layout part; r+sr=roc
|
2009-03-12 08:26:29 +01:00 |
|
Karl Tomlinson
|
3509c4e0ce
|
backout dac7c3176b33 from bug 481881
|
2009-03-11 17:09:22 +13:00 |
|
Arpad Borsos
|
3ef565c040
|
Bug 481881 - use better template arguments for nsTArray<T> after bug 474369, layout part r+sr=roc
|
2009-03-11 15:26:36 +13:00 |
|
Arpad Borsos
|
c3e840ee00
|
Bug 474369 - get rid of nsVoidArray, layout/tables part. r+sr=roc
|
2009-02-05 10:09:50 +01:00 |
|
Mats Palmgren
|
74c6889bb4
|
Subtract the row index from the row count, not the col count. b=284852 r=bernd sr=bzbarsky
|
2008-10-19 10:25:14 +02:00 |
|
|
|
7f6cfd6a81
|
use the firstinflow when looking up rowgroups bug 424291 r/sr=bzbarsky a=mtschrep
|
2008-03-21 13:37:31 -07:00 |
|
|
|
502da8d999
|
Bug 416742 - Regression: multiple rowgroups interfere with getColumnAtIndex(), r=bernd, sr=roc, a=beltzner
|
2008-03-07 02:14:35 -08:00 |
|
|
|
c03646cff9
|
expand the cellmap to cover empty content rows when rebuilding the cellmap bug 351326 r/sr=bzbarsky a=mtschrep
|
2008-02-20 21:11:36 -08:00 |
|
|
|
1ebea935bd
|
Bug 410052 - Fix our nsHTMLAccessibleTable class so GetIndexAt and GetRowAtIndex and GetColumnAtIndex behave consistently, patch=me, marcoz, r=marcoz, me, bernd, sr=roc, blocking1.9+=dsicore
|
2008-02-06 23:03:26 -08:00 |
|
|
|
1d9eeea97b
|
nsTableCellMap::InsertRows shouldn't make damage area smaller, b=244135 p=malcolm.parsons r+sr=bz a=roc
|
2007-10-19 07:41:29 -07:00 |
|
|
|
f56037bf52
|
fantasai is clearly having process troubles
|
2007-10-15 20:08:48 -07:00 |
|
|
|
d61a75cf8c
|
nsTableCellMap::InsertRows shouldn't make damage area smaller, b=244135 p=malcolm.parsons r+sr=bz a=roc
|
2007-10-15 20:06:36 -07:00 |
|
|
|
98de634631
|
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 |
|
|
|
1a1ab905a5
|
Make OrderRowGroups type-safe. Bug 367706, r=bernd, sr=roc
|
2007-06-05 11:55:26 -07:00 |
|
|
|
e0f90db412
|
Rename nsIFrame::GetPresContext to nsIFrame::PresContext. Bug 376042, patch byTaras Glek <tglek@mozilla.com>, rs=roc.
|
2007-03-30 14:11:41 -07:00 |
|
bmlk@gmx.de
|
2362dc83b3
|
mark cellmap if 0 colspans are present for 0 colspan expansion when cells are deleted bug 373390 r/sr=bzbarsky
|
2007-03-17 05:58:15 +00:00 |
|
bmlk@gmx.de
|
a9d63f0e97
|
mark zerocolspans to be expanded if they are inserted rather than appended. bug 372776 r/sr=bzbarsky
|
2007-03-07 05:06:38 +00:00 |
|
bzbarsky@mit.edu
|
30dab44e5d
|
When inserting a cell, make sure to properly maintain the mNumCellsSpan of the
columns involved. In particular, do NOT decrement it when dead CellData are
removed from the column. Bug 371290, r=bernd, sr=roc
|
2007-02-23 17:41:15 +00:00 |
|
bmlk@gmx.de
|
74fe6f686b
|
collapse zero colspans when new cells are inserted bug 370842 r/sr=bzbarsky
|
2007-02-21 19:31:52 +00:00 |
|
bmlk@gmx.de
|
fd23c52b45
|
fix oversight with zero rowspan handling bug 370808 r/sr=bzbarsky
|
2007-02-18 18:50:39 +00:00 |
|
bzbarsky@mit.edu
|
286dd5093c
|
Don't use a static nsTArray. Bug 369099, r=bernd, sr=roc
|
2007-02-13 16:23:19 +00:00 |
|