Matt Woodrow
|
e813da3696
|
Bug 539356 - Part 9c - Remove old invalidation code. r=bz
|
2012-08-29 17:39:31 +12:00 |
|
Ed Morley
|
ed4fe023b5
|
Revert mozilla-inbound to e4dd1fa6d222 for crashes and test failures on a CLOSED TREE
|
2012-09-27 16:34:46 +01:00 |
|
Matt Woodrow
|
24eaff95c9
|
Bug 539356 - Part 9 - Implement DLBI. r=roc,bz,jwatt
|
2012-08-29 17:38:58 +12:00 |
|
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 |
|
Ehsan Akhgari
|
d07e155f48
|
Backout changeset f568fc280fb0 (bug 539356) because of performance and correctness regressions
|
2012-07-03 20:24:55 -04:00 |
|
Matt Woodrow
|
145d424c02
|
Bug 539356 - Part 9 - Implement DLBI. r=roc,bz,jwatt
|
2012-06-30 15:06:11 +12:00 |
|
Gervase Markham
|
cb6a072c2a
|
Bug 716478 - update licence to MPL 2.
|
2012-05-21 12:12:37 +01:00 |
|
Marco Bonardo
|
1526abab17
|
Merge inbound and central
|
2012-03-16 13:42:16 +01:00 |
|
Kyle Huey
|
2d34dedd13
|
Bug 730587: Stash a pointer to the subtree root on DOM nodes. r=smaug, sr=jst
|
2012-03-14 13:14:02 -07:00 |
|
Benoit Girard
|
ceb831e001
|
Restore merge changeset 39a3044823b0, regression fixed upstream in mc
|
2012-03-05 13:09:05 -05:00 |
|
Benoit Girard
|
ae335d8d56
|
Backed out changeset 39a3044823b0 because of bad interaction with maple.
|
2012-03-02 18:32:46 -05:00 |
|
Nathan Froyd
|
20f5ce545a
|
Bug 731615 - Eliminate duplicate headers in layout. rs=smontagu
|
2012-02-29 10:57:47 -05:00 |
|
Alexander Surkov
|
c18ce78488
|
Bug 732389 - image map accessible tree is not updated when image map is changed, r=bz, tbsaunde
|
2012-03-15 16:16:02 -04:00 |
|
Masatoshi Kimura
|
cc7d33fdbd
|
Bug 704820 - Simplify nsContentUtils::ReportToConsole. r=smaug
|
2011-12-15 14:47:03 +00:00 |
|
Olli Pettay
|
fadac0fcde
|
Bug 698228 - [ImageMap] Don't use GetPrimaryFrame when not needed, r=mats
|
2011-11-27 21:27:10 +02:00 |
|
Masayuki Nakano
|
b4be0e98ab
|
Bug 703186 Use system event listener for focus/blur event handling for <area> element r=smaug
|
2011-11-26 10:33:09 +09:00 |
|
Olli Pettay
|
cc65d848f0
|
Bug 698232 - s/IsInside/GetArea to simplify the code, r=mats
|
2011-10-30 21:51:19 +02:00 |
|
Olli Pettay
|
118e2c36b1
|
Bug 694503 - image map doesn't get updated when map element is removed as part of container subtree, r=bz
|
2011-10-29 13:44:50 +03:00 |
|
Olli Pettay
|
1cdbb1b884
|
Bug 682420 - Rename nsINode::GetOwnerDoc to nsINode::OwnerDoc, part 1, r=jst
|
2011-10-18 13:53:36 +03: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 |
|
Adam Dane [:hobophobe]
|
d59ccf3031
|
bug 591249 - event dragleave not properly dispatched if drag-and-drop aborted with ESC within iframe. r=smaug
|
2011-09-26 15:55:04 -05:00 |
|
Felix Fung
|
fa05b7e0f3
|
Bug 577266 - Correct misspellings in source code
|
2011-09-06 17:20:35 -07:00 |
|
Jonas Sicking
|
d8340bcba2
|
Bug 664058: Remove Add/RemoveEventListenerByIID from nsImageMap and nsSliderFrame. r=smaug
|
2011-06-28 10:59:14 -07:00 |
|
Randell Jesup
|
e8d31f1764
|
Bug 505108: Don't leak strings on early returns from Area::ParseCoords(), fix how CString is freed. r=roc
|
2011-06-11 16:40:39 -04:00 |
|
Ms2ger
|
4ede4bbe32
|
Bug 659743 - Part c: Reduce QIing in nsImageMap; r=smaug
|
2011-05-30 13:35:45 +02:00 |
|
Craig Topper
|
db634ce484
|
Bug 648885 - Part 3: Remove nsIImageMap. r=roc
|
2011-04-26 22:51:13 -07:00 |
|
Jan Küchler
|
8774547613
|
Bug 266236 part 3: Mechanical rename of nsIRenderingContext and nsThebesRenderingContext to nsRenderingContext. Mechanical substitution of nsRefPtr<nsRenderingContext> for nsCOMPtr<nsRenderingContext>.
|
2011-04-07 18:04:40 -07:00 |
|
Mihai Sucan
|
1678b55dc2
|
Bug 606498 - Make sure the new nsIScriptError2 is used in all possible places- part 2; r=bzbarsky,dbaron,mrbkap sr=jst a=blocking2.0
|
2010-12-20 12:21:58 -04:00 |
|
Ms2ger
|
843b5b637d
|
Bug 562698 - Part a: Pass Elements to nsIMutationObserver::AttributeChanged and nsCSSFrameConstructor::AttributeChanged; r=bzbarsky, a=dbaron
|
2010-08-24 09:05:56 +02:00 |
|
Craig Topper
|
d056e5ccdb
|
Bug 577438 Part 1: Add previous sibling to nsIMutationObserver::ContentRemoved. r=sicking
|
2010-07-21 15:05:17 -07:00 |
|
Ms2ger
|
1685fc5ce5
|
Bug 290397. Default values of 'shape' should be treated as 'rect'. r=bzbarsky
|
2010-07-02 16:56:09 -04:00 |
|
Boris Zbarsky
|
ed0977bfc5
|
Bug 564574. Pass the first appended node to ContentAppended. r=jst, sr=sicking
|
2010-05-10 21:12:34 -04:00 |
|
Boris Zbarsky
|
e708accf00
|
Bug 562688 part 11. Eliminate eELEMENT usage in layout/generic. r=dbaron
|
2010-04-30 09:12:06 -04:00 |
|
Ehren Metcalfe
|
97778d4898
|
Bug 556446: Remove dead code in layout. r=roc,bz
|
2010-04-03 07:36:19 -04:00 |
|
Jae-Seong Lee-Russo
|
f1dbba608c
|
Bug 517553: Remove '=='/'!=' 'PR_FALSE'/'PR_TRUE'
|
2010-02-07 10:52:43 -05:00 |
|
Boris Zbarsky
|
c7408e316d
|
Bug 536718. Clean up NotifyDestroyingFrame. r=roc
|
2009-12-29 15:13:54 -05:00 |
|
Boris Zbarsky
|
2bcca10546
|
Bug 500882 part 3. Switch accessibility module to using the new GetPrimaryFrame API. r=surkov, sr=roc
|
2009-12-24 16:20:05 -05:00 |
|
Boris Zbarsky
|
5724a5fa2e
|
Bug 500882 part 2. Switch setting of primary frames to the new API; switch nsFrameManager::GetPrimaryFrameFor to the new API; remove resulting gobs of dead code. r=roc
|
2009-12-24 16:20:05 -05:00 |
|
Boris Zbarsky
|
37b18a8aa8
|
Bug 523294 part 3. Get rid of the now-unused aStateMask argument to AttributeChanged. r=dbaron
|
2009-12-10 14:36:04 -08:00 |
|
Daniel Holbert
|
d47ac7c48c
|
Bug 529365, patch 1: Add braces to fix build warning in PolyArea::IsInside. r=roc
|
2009-11-17 22:08:20 -08:00 |
|
David Zbarsky
|
aadd6cf119
|
Bug 488249. Replace IsNodeOfType(eHTML) checks with namespace checks. r+sr=jst
|
2009-08-24 16:02:07 -04:00 |
|
Boris Zbarsky
|
c95cebf89b
|
Backed out changeset 4aa19414e651 (bug 488249) to fix test orange.
|
2009-08-24 20:51:57 -04:00 |
|
David Zbarsky
|
630c8fc41e
|
Bug 488249. Replace IsNodeOfType(eHTML) checks with namespace checks. r+sr=jst
|
2009-08-24 16:02:07 -04:00 |
|
Arpad Borsos
|
af5c52fa8a
|
Bug 474369 - get rid of nsVoidArray; layout part; r+sr=roc
|
2009-02-03 15:42:18 +01:00 |
|
Boris Zbarsky
|
7f288f2c5c
|
Bug 437142. Be a little more careful with GetPrimaryFrameFor to work around the mess that <area> elements cause. r+sr=roc
|
2008-11-25 20:49:14 -05:00 |
|
Robert O'Callahan
|
bee2844b64
|
Bug 450930. Fire a DOM event when painting so that content and chrome can track what's being repainted. r=smaug,sr=dbaron
|
2008-09-18 21:47:21 +12:00 |
|
Mats Palmgren
|
664d2fe1c6
|
Minor code cleanup. b=182554 r+sr=roc
|
2008-09-06 17:52:33 +02:00 |
|
Mats Palmgren
|
34d41607c6
|
Paint a focus ring for <area shape="default">. b=448987 r+sr=roc
|
2008-08-07 16:44:04 +02:00 |
|