David Zbarsky
04ff4c97fa
Bug 903819 - Don't include Layers.h everywhere, part 4 r=nrc
2013-08-20 15:45:30 -04:00
Randell Jesup
6fd042fea7
Bug 905002: backout bug 879717 until we can fix the mac-only regression rs=roc
2013-08-19 18:30:15 -04:00
Rick Eyre
e448413ee7
Bug 880064 - Change HTMLTrackElement::Kind to a DOMString value. r=Ms2ger
...
This was originally in the spec as an enumerated value, but due to the current
problems with reflecting enumerated values it had to be changed to a DOMString.
This has been changed in the HTML5 spec as well.
2013-07-04 14:16:05 -04:00
Mina Almasry
817ee803d6
Bug 717181 - Make <fieldset> invalid if they contain an invalid form control; r=mounir
...
This adds a CSS psuedo class to fieldset that acts much in the same way as the one
on form.
2013-08-16 20:32:47 -04:00
Olli Pettay
ff4865eaff
Bug 887241, Use strings, not atoms, for worker events, r=khuey
...
--HG--
extra : rebase_source : 3e294b1bde05a127db0a9fa1c31c48e9a514e11d
2013-08-16 13:06:24 +03:00
Blake Kaplan
c09ff521ef
Bug 851353 - Make sure the incoming node's JSObject is up to date. r=bzbarsky
2013-08-15 14:39:28 -07:00
Ehsan Akhgari
3ec2c9b451
Bug 905353 - Minimize the #includes in dom/base; r=jst
...
--HG--
extra : rebase_source : e7a1d2262bf6d8c9b78057b8eb6cdbfd98262f68
2013-08-15 14:17:48 -04:00
Robert O'Callahan
1be429f495
Bug 902320. Prevent untimely destruction of mElement during HTMLMediaElement::StreamListener callbacks. r=smaug
2013-08-15 16:23:52 +12:00
Mounir Lamouri
b2b21d09fa
Bug 673553 - Move all button attributes reflection tests to test_button_attributes_reflection.html. r=Ms2ger
2013-08-14 12:12:01 +01:00
Ms2ger
2797100606
Merge m-c to inbound.
2013-08-14 14:47:39 +02:00
Ms2ger
21610ed23f
Bug 904178 - Part c: Use nsIDocument in UndoManager::DispatchTransactionEvent; r=wchen
2013-08-14 09:03:15 +02:00
Ms2ger
b49f5bef29
Bug 903791 - Make HTMLOptionElement.index infallible; r=mounir
2013-08-14 08:57:04 +02:00
Ms2ger
df8525f77d
Bug 901323 - Don't include nsContentUtils.h unnecessarily; r=jlebar
2013-08-14 08:56:21 +02:00
Ms2ger
f2457c6b24
Bug 901269 - Part b: Stop including nsContentUtils.h in Element.h; r=jlebar
2013-08-14 08:55:46 +02:00
Ms2ger
516babf1cb
Bug 901269 - Part a: Move HTMLOutputElement::GetValue out of line; r=dzbarsky
2013-08-14 08:55:11 +02:00
Ms2ger
f5eab3d0da
Bug 887499 - Null-check mSelect in HTMLOptionsCollection::Add; r=smaug
2013-08-14 08:54:44 +02:00
Ryan VanderMeulen
2cf7945b69
Merge m-c to fx-team.
2013-08-13 15:39:41 -04:00
Mounir Lamouri
924122577c
Bug 846688 - Move IsLTR() from nsHTMLInputElement.cpp to dom::Element. r=bz
2013-08-13 12:21:05 +01:00
Blake Kaplan
5c3a529f78
Bug 903912 - Remove the internals of the old parser since it's only used for about:blank. r=hsivonen
...
--HG--
extra : rebase_source : 620d34c12607f1e79ffed95e547d19e9c7a2359b
2013-08-12 11:28:41 -04:00
Kyle Huey
9fe1cac069
Bug 803612 - Add deprecation warnings for mozGetAsFile. r=sicking
2013-08-12 13:26:31 -04:00
Bob Owen
aca1451e7f
Bug 885140 - Move calls to testAttempted() before mouse click, in case it isn't getting called. r=smaug
2013-08-07 14:17:15 +01:00
Jonathan Watt
68ef94c02a
Bug 894840, part 2 - Get rid of the nsFilePickerShownCallback ctor's aMulti argument by exposing nsIFilePicker.mode. r=mounir
2013-07-22 13:46:27 +01:00
David Zbarsky
68527f0cce
[Bug 901289] Remove nsIDOMLinkStyle r=Ms2ger
2013-08-09 21:17:52 -04:00
David Zbarsky
4f8354ad9d
[Bug 901656] nsIRadioGroupContainer can use HTMLInputElement r=Ms2ger
2013-08-09 21:17:51 -04:00
Ehsan Akhgari
ad1141baba
Bug 901773 - Remove the duplicate _moz-type atom from nsGkAtomList; r=khuey
2013-08-09 18:08:56 -04:00
Trevor Saunders
e59057dee7
bug 659722 - remove _IMPL_NS_LAYOUT r=bz
2013-03-16 00:31:38 -04:00
Nathan Froyd
3a9e74620d
Bug 901947 - part 1 - don't null-check |new X| in content/; r=smaug
2013-08-08 13:55:20 -04:00
Nathan Froyd
d69204f386
Bug 901947 - part 0b - use fallible allocation in HTMLFrameSetElement.cpp; r=smaug
2013-08-08 13:54:07 -04:00
Mats Palmgren
15851d455b
Bug 898871 - Hold a strong ref on the pres shell while scrolling, check for damage afterwards. r=roc
2013-08-08 22:04:58 +00:00
Olli Pettay
e7e8511754
Bug 903106, <tr>.sectionRowIndex crashes, r=dz
2013-08-09 00:00:23 +03:00
David Zbarsky
de328bd8e8
Bug 902732: Merge nsILink and dom::Link r=bz
2013-08-08 01:26:32 -04:00
David Zbarsky
2486054166
Bug 901060: Fix build bustage on Windows, r=bz over irc
2013-08-07 17:40:21 -04:00
David Zbarsky
d0e051e4b7
Bug 901060 - Make nsGenericHTMLElement implement nsIDOMHTMLElement r=bz
2013-08-07 16:23:08 -04:00
Robert O'Callahan
623a8e3064
Bug 879717. Delay entering HAVE_CURRENT_DATA state until a video frame has been stored in the image container. r=cpearce
...
--HG--
extra : rebase_source : 66fe9f25407ce60ad753ca33dac6001aa185665d
2013-08-06 00:15:23 +12:00
Robert O'Callahan
d1d9b8e419
Bug 856361. Part 2: Block data from a non-same-origin media resource entering a MediaStream from a media element. r=cpearce
...
--HG--
extra : rebase_source : db895d3d2d91a92d0c8c381940a0e0ccc9d9a8d0
2013-07-24 21:55:23 +12:00
Bob Owen
7330cb6959
Bug 886262 - Tests for HTML <object>s do not inherit sandbox flags from their parents. r=bz
2013-07-28 17:27:32 +01:00
Bob Owen
d12e2d913c
Bug 886262 - Ensure sandbox flags and, where necessary, null principal are set for child objects. r=bz
2013-08-06 11:01:23 +01:00
Arnaud Bienner
32e23e5b1f
Bug 899519 - Use "description" instead of "mime type name" for filter name for accept attribute. r=mounir,bz
2013-08-05 12:18:08 +01:00
Arnaud Bienner
69f9896434
Bug 898550 - Remove useless thread in HTMLInputElement. r=mounir
2013-08-02 13:40:49 +02:00
Ms2ger
5c2b63d2c7
Merge m-c to inbound.
2013-08-02 11:07:57 +02:00
Ms2ger
78f9e66db8
Bug 896251 - Make nsEvent::{refPoint, lastRefPoint} LayoutDeviceIntPoints; r=smaug+kats
2013-08-02 09:05:16 +02:00
Ms2ger
db93468e84
Bug 898895 - Define MOZ_WEBGL globally; r=ted
2013-08-02 09:04:35 +02:00
Mike Hommey
d01b5df996
Bug 881323 - Re-implement CycleCollectorParticipant with actual vtables, with constexpr to avoid static initializers. r=mccr8
2013-08-02 10:29:05 +09:00
Mina Almasry
2c591d2c3b
Bug 737851 - Generate form state key at page load instead of page unload. r=bz
2013-08-01 21:21:31 -04:00
David Zbarsky
922e3732d6
Bug 893117: Remove nsIDOMHTMLDListElement r=bz
2013-08-01 15:24:25 -07:00
David Zbarsky
e1b94c8f42
Bug 893117: Remove nsIDOMHTMLMeterElement r=bz
2013-08-01 15:24:24 -07:00
David Zbarsky
a7a0c8eb68
Bug 893117: Remove nsIDOMHTMLParamElement r=bz
2013-08-01 15:24:24 -07:00
David Zbarsky
d5206e657a
Bug 893117: Remove nsIDOMHTMLFontElement r=bz
2013-08-01 15:24:24 -07:00
David Zbarsky
c799af0ead
Bug 893117: Remove nsIDOMHTMLLegendElement r=bz
2013-08-01 15:24:24 -07:00
David Zbarsky
9d9eb747de
Bug 893117: Remove nsIDOMHTMLModElement r=bz
2013-08-01 15:24:23 -07:00