Ms2ger
|
31e3e8c5d1
|
Bug 616684 - Remove support for DOM Views; r=sicking,ehsan
|
2011-04-24 08:54:25 +02:00 |
|
Mounir Lamouri
|
56051af077
|
Merge cedar with mozilla-central.
|
2011-04-29 16:19:07 +00:00 |
|
Mounir Lamouri
|
49bacc2c6c
|
Bug 651075 - Make content/html/content/test/test_bug386496.html non flaky. r=ehsan
|
2011-04-29 12:23:23 +00:00 |
|
L. David Baron
|
6c68aef211
|
Add support for regexp() function in @-moz-document rule. (Bug 398962) r=bzbarsky
|
2011-04-28 10:21:37 -07:00 |
|
Olli Pettay
|
99d62987cd
|
Bug 653420 - nsHTMLMediaElement should traverse/unlink mSourceLoadCandidate, r=chris@pearce.org.nz?
--HG--
extra : rebase_source : fa3e87f031dced4391e2caa83541d1c85ecb62c9
|
2011-04-28 17:08:03 +03:00 |
|
Peter Van der Beken
|
66ada9b2d0
|
Fix for bug 649057 (Make all nsINodeLists inherit from nsWrapperCache). r=bz.
--HG--
extra : rebase_source : 38dc8fd49822774a1ee356ab8496e2c0b908bab9
|
2009-06-16 08:32:10 +02:00 |
|
Ehsan Akhgari
|
67e7a42892
|
Backout changeset 13f6847dd840 (bug 616684) because it changes code semantics in a bad way, which results in problems like the crash in bug 652580, possibly among others
|
2011-04-25 17:05:17 -04:00 |
|
Boris Zbarsky
|
6207979552
|
Bug 649997 followup. Don't return uninitialized rv. Caught by ms2ger
|
2011-04-25 15:15:28 -04:00 |
|
Boris Zbarsky
|
86080d0500
|
Bug 649997 part 3. Change nsIHTMLCollection::GetNamedItem to not use an nsresult outparam. r=peterv
|
2011-04-25 13:46:59 -04:00 |
|
Boris Zbarsky
|
6c6ae3b73c
|
Bug 649997 part 2. Change nsIHTMLCollection::GetNodeAt to not use an nsresult outparam. r=peterv
|
2011-04-25 13:46:57 -04:00 |
|
Boris Zbarsky
|
bb250db968
|
Bug 649997 part 1. Stop touching rv in DO_FOR_EACH_ROWGROUP on table rows collections. r=peterv
|
2011-04-25 13:46:51 -04:00 |
|
Ms2ger
|
540ca93080
|
Bug 616684 - Remove support for DOM Views; r=sicking
|
2011-04-24 08:54:25 +02:00 |
|
Jonas Sicking
|
e2fee3941f
|
Bug 588990: Remove lazy hashing of names to avoid walking full DOM. r=bz
|
2011-04-23 00:29:12 -07:00 |
|
Masayuki Nakano
|
1adf21f3e7
|
Bug 647421 -moz-text-decoration-color and -moz-text-decoration-style should be reset by text-decoration r=dbaron, sr=bzbarsky
|
2011-04-23 14:16:41 +09:00 |
|
Mounir Lamouri
|
84203d9e11
|
Merge cedar with mozilla-central.
|
2011-04-22 15:25:11 +02:00 |
|
Mounir Lamouri
|
271f7bebc5
|
Bug 651079 - Use addLoadEvent instead of <body onload=""> in content/html/content/tests/. r=ehsa
|
2011-04-22 11:17:25 +02:00 |
|
Ms2ger
|
cd69014034
|
Bug 619998 - Remove support for Document.strictErrorChecking; r=sicking
|
2011-04-22 10:38:37 +02:00 |
|
David Zbarsky
|
a0b813679f
|
Bug 610305: decom nsEventStateManager r=smaug
|
2011-04-21 19:35:52 +02:00 |
|
Mounir Lamouri
|
43e179f390
|
Bug 651077 - Make content/html/content/test/test_bug209275.xhtml and content/html/content/test/test_bug481335.xhtml non flaky. r=ehsan
|
2011-04-20 11:45:54 +02:00 |
|
Mounir Lamouri
|
d10669b202
|
Bug 651078 - Make content/html/content/test/test_bug613113.html non flaky. r=ehsan
|
2011-04-20 11:45:19 +02:00 |
|
Chris Pearce
|
dbd35b00d8
|
Bug 593305 - Don't assert that media load isn't delaying the document load event at start of resource load. r=roc
|
2011-04-20 13:16:40 +12:00 |
|
Zack Weinberg
|
8648dcc368
|
Bug 651017, part 1: minimize inclusion of ns*DeviceContext.h; move the printing error codes to nsIDeviceContextSpec.h; os2 small widget cleanup.
--HG--
extra : rebase_source : 5b7cebe68f71a760463e3522b159c7cde8a72f5e
|
2011-04-16 18:22:41 -07:00 |
|
Ehsan Akhgari
|
c91dde16ae
|
Bug 649012 - Fix some flaky mochitests which rely on non-zero timeout values; rs=ted
--HG--
extra : rebase_source : 88fc16ca38ded79ca87bb861dc4cef92a69dd548
|
2011-04-16 19:39:34 -04:00 |
|
Mounir Lamouri
|
43def1db2c
|
Bug 650629 - Clean up and fixes tests landed with bug 583514. r=ehsan
|
2011-04-18 11:25:52 +02:00 |
|
Dão Gottwald
|
9291640652
|
Bug 487059 - clearUserPref shouldn't throw if a pref doesn't have a default or user value. r+sr=bsedberg
|
2011-04-17 21:53:25 +02:00 |
|
Phil Ringnalda
|
229fcb8b75
|
Bug 650602 - Annotate content/html/content/reftests/583514-1.html as failing on Android, since it does
|
2011-04-16 23:37:56 -07:00 |
|
Ms2ger
|
4020e44b1f
|
Bug 585877 - Remove support for document.width and document.height; r=jonas sr=jst
* * *
try: -b do -p all -u mochitest-o -t none
|
2011-04-17 10:57:17 +02:00 |
|
Ms2ger
|
55fe3dd1ff
|
Bug 619997 - Remove support for Document.renameNode; r=sicking
|
2011-04-16 11:14:09 +02:00 |
|
Ms2ger
|
2f5cab79a0
|
Bug 615509 - Remove nsIDOMDOMConfiguration, Document.domConfig; r=sicking
|
2011-04-15 16:06:55 +02:00 |
|
Ehsan Akhgari
|
64f49c06b3
|
Bug 649566 - @keyframe(s) missing from <style> sanitizing code in nsHTMLFragmentContentSink; r=bzbarsky
|
2011-04-13 18:12:32 -04:00 |
|
Zack Weinberg
|
1628ea1551
|
Bug 266236 part 9: Move nsBoundingMetrics to its own header and prune inclusions of nsRenderingContext.h.
--HG--
rename : gfx/src/nsThebesRenderingContext.cpp => gfx/src/nsRenderingContext.cpp
rename : gfx/src/nsThebesRenderingContext.h => gfx/src/nsRenderingContext.h
extra : rebase_source : 92660748436f03475e011184e2828f1db0ad63e0
|
2011-04-07 18:04:40 -07:00 |
|
Jan Küchler
|
c510bc3046
|
Bug 266236 part 3: Mechanical rename of nsIRenderingContext and nsThebesRenderingContext to nsRenderingContext. Mechanical substitution of nsRefPtr<nsRenderingContext> for nsCOMPtr<nsRenderingContext>.
--HG--
rename : gfx/src/nsThebesRenderingContext.cpp => gfx/src/nsRenderingContext.cpp
extra : rebase_source : 34884bfcafd885feaf73300bc7246cd192062a48
|
2011-04-07 18:04:40 -07:00 |
|
Ms2ger
|
dcca90ed82
|
Bug 604595, part b - Remove the nsIDOMNamedNodeMap* arguments to NS_NewDOMDocumentType; r=sicking
|
2011-04-14 14:04:21 +02:00 |
|
Ms2ger
|
473cebda59
|
Bug 589894 - Fix a number of build warnings in content/; r=smaug
|
2011-04-14 14:04:12 +02:00 |
|
Chris Pearce
|
73310e4cd6
|
Bug 641718 - Convert to using microseconds for internal video timestamps. r=kinetik
|
2011-04-14 10:12:23 +12:00 |
|
Mounir Lamouri
|
6e8a05de6b
|
Bug 635749 - Don't assume we can press ENTER on an <input type='file'> to submit a form. r=bz,smaug
--HG--
extra : rebase_source : 85b73e61002ebc3c68cfff3363afb29b448c6121
|
2011-04-13 12:43:34 -07:00 |
|
Ehsan Akhgari
|
dd5c804aa9
|
Merge cedar into mozilla-central
|
2011-04-13 14:00:55 -04:00 |
|
Ehsan Akhgari
|
91c2118d0c
|
Bug 637671 - Don't display the selection for a non-focused text element when restoring the selection state after a reframe; r=bzbarsky
|
2011-04-11 22:03:50 -04:00 |
|
Mounir Lamouri
|
fad9f3203a
|
Bug 586298 - Move nsRadioVisitor and its children to nsRadioVisitor.{h,cpp} and remove radio visitor factories. r=sicking
|
2011-04-11 11:31:00 -07:00 |
|
Mounir Lamouri
|
c96fc1d573
|
Bug 640978 - Various clean-ups to nsIRadioVisitor and its children. r=peterv
|
2011-04-11 11:24:18 -07:00 |
|
Christian Biesinger
|
ec60082859
|
bug 643051 - document.cookie should only allow setting one cookie at a time
r=bz
|
2011-04-11 16:26:11 -07:00 |
|
Ehsan Akhgari
|
09eee51632
|
Bug 617539 - Remove nsIEditor_MOZILLA_2_0_BRANCH; r=roc
|
2011-04-11 16:00:32 -04:00 |
|
David Zbarsky
|
43bf08bc71
|
Bug 583514 - implement click and accesskey for all HTML elements r=smaug
|
2011-04-11 18:56:37 +02:00 |
|
Jonathan Kew
|
8eac8e46a8
|
merge backout of bug 585152
|
2011-04-13 14:35:39 +01:00 |
|
Jonathan Kew
|
cd179a175b
|
Backed out changeset 80451fb8f11c (bug 585152) as per discussion in the bug.
|
2011-04-13 14:35:06 +01:00 |
|
Mounir Lamouri
|
d22c04efbe
|
Bug 519592 - Attempt to fix intermittent failure in content/html/content/test/test_bug514856.html. r=ehsan
|
2011-04-12 23:34:02 -07:00 |
|
Mounir Lamouri
|
1267fd5fd1
|
Bug 641352 - Add nsHTMLTextAreaElement::IsValueEmpty() const. r=bz
|
2011-04-12 23:33:01 -07:00 |
|
Ms2ger
|
e869d2f99f
|
Bug 619996, part g: Kill nsISelectElement; r=bz
|
2011-04-12 14:32:01 +02:00 |
|
Ms2ger
|
5dcc238cc1
|
Bug 619996, part e: make nsSafeOptionListMutation::mSelect a nsHTMLSelectElement; r=bz
|
2011-04-12 14:32:00 +02:00 |
|
Ms2ger
|
42492be6e2
|
Bug 619996, part c: stop using QueryInterface on nsHTMLOptionElement::GetSelect's return value; r=bz
|
2011-04-12 14:32:00 +02:00 |
|