Ms2ger
|
dea14196f8
|
Bug 901269 - Part a: Move HTMLOutputElement::GetValue out of line; r=dzbarsky
|
2013-08-14 08:55:11 +02:00 |
|
Ms2ger
|
59ce738a01
|
Bug 887499 - Null-check mSelect in HTMLOptionsCollection::Add; r=smaug
|
2013-08-14 08:54:44 +02:00 |
|
Ryan VanderMeulen
|
be8d4a0e28
|
Merge m-c to fx-team.
|
2013-08-13 15:39:41 -04:00 |
|
Mounir Lamouri
|
256470d028
|
Bug 846688 - Move IsLTR() from nsHTMLInputElement.cpp to dom::Element. r=bz
|
2013-08-13 12:21:05 +01:00 |
|
Blake Kaplan
|
912e909fe1
|
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
|
2062f4e9b4
|
Bug 803612 - Add deprecation warnings for mozGetAsFile. r=sicking
|
2013-08-12 13:26:31 -04:00 |
|
Bob Owen
|
e6272f08a4
|
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 |
|
David Zbarsky
|
8415f9eb69
|
[Bug 901289] Remove nsIDOMLinkStyle r=Ms2ger
|
2013-08-09 21:17:52 -04:00 |
|
David Zbarsky
|
e15e6ae283
|
[Bug 901656] nsIRadioGroupContainer can use HTMLInputElement r=Ms2ger
|
2013-08-09 21:17:51 -04:00 |
|
Ehsan Akhgari
|
8e3c2f42bc
|
Bug 901773 - Remove the duplicate _moz-type atom from nsGkAtomList; r=khuey
|
2013-08-09 18:08:56 -04:00 |
|
Trevor Saunders
|
99d8dc50c9
|
bug 659722 - remove _IMPL_NS_LAYOUT r=bz
|
2013-03-16 00:31:38 -04:00 |
|
Nathan Froyd
|
0a89277437
|
Bug 901947 - part 1 - don't null-check |new X| in content/; r=smaug
|
2013-08-08 13:55:20 -04:00 |
|
Nathan Froyd
|
b2f68de751
|
Bug 901947 - part 0b - use fallible allocation in HTMLFrameSetElement.cpp; r=smaug
|
2013-08-08 13:54:07 -04:00 |
|
Mats Palmgren
|
501b3308d9
|
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
|
c1bf9a2cec
|
Bug 903106, <tr>.sectionRowIndex crashes, r=dz
|
2013-08-09 00:00:23 +03:00 |
|
David Zbarsky
|
9b8bb85a9c
|
Bug 902732: Merge nsILink and dom::Link r=bz
|
2013-08-08 01:26:32 -04:00 |
|
David Zbarsky
|
23bdda01ef
|
Bug 901060: Fix build bustage on Windows, r=bz over irc
|
2013-08-07 17:40:21 -04:00 |
|
David Zbarsky
|
7e67aa6146
|
Bug 901060 - Make nsGenericHTMLElement implement nsIDOMHTMLElement r=bz
|
2013-08-07 16:23:08 -04:00 |
|
Robert O'Callahan
|
8f1d2e4cd0
|
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
|
d6469f3ba8
|
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
|
1a9cd29ab9
|
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
|
14573f364d
|
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
|
81c029b35a
|
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
|
4ade1553db
|
Bug 898550 - Remove useless thread in HTMLInputElement. r=mounir
|
2013-08-02 13:40:49 +02:00 |
|
Ms2ger
|
50634577d5
|
Merge m-c to inbound.
|
2013-08-02 11:07:57 +02:00 |
|
Ms2ger
|
1571fe39c1
|
Bug 896251 - Make nsEvent::{refPoint, lastRefPoint} LayoutDeviceIntPoints; r=smaug+kats
|
2013-08-02 09:05:16 +02:00 |
|
Ms2ger
|
a0c434eb33
|
Bug 898895 - Define MOZ_WEBGL globally; r=ted
|
2013-08-02 09:04:35 +02:00 |
|
Mike Hommey
|
2e729aa83d
|
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
|
a5fb99687b
|
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
|
2ee4931d46
|
Bug 893117: Remove nsIDOMHTMLDListElement r=bz
|
2013-08-01 15:24:25 -07:00 |
|
David Zbarsky
|
08edbc4f4a
|
Bug 893117: Remove nsIDOMHTMLMeterElement r=bz
|
2013-08-01 15:24:24 -07:00 |
|
David Zbarsky
|
f30a5268e1
|
Bug 893117: Remove nsIDOMHTMLParamElement r=bz
|
2013-08-01 15:24:24 -07:00 |
|
David Zbarsky
|
91a1233b73
|
Bug 893117: Remove nsIDOMHTMLFontElement r=bz
|
2013-08-01 15:24:24 -07:00 |
|
David Zbarsky
|
a6ceba11ad
|
Bug 893117: Remove nsIDOMHTMLLegendElement r=bz
|
2013-08-01 15:24:24 -07:00 |
|
David Zbarsky
|
a34512c9de
|
Bug 893117: Remove nsIDOMHTMLModElement r=bz
|
2013-08-01 15:24:23 -07:00 |
|
David Zbarsky
|
297c5152c3
|
Bug 893117: Remove xpidl for nsIDOMHTMLDirectoryElement r=bz
|
2013-08-01 15:24:23 -07:00 |
|
David Zbarsky
|
efe4d5c852
|
Bug 893117: Remove nsIDOMHTMLOutputElement r=bz
|
2013-08-01 15:24:23 -07:00 |
|
David Zbarsky
|
8a7d0afa72
|
Bug 893117: Remove nsIDOMHTMLDataListElement r=bz
|
2013-08-01 15:24:23 -07:00 |
|
David Zbarsky
|
f150ab59c6
|
Bug 893117: Remove nsIDOMHTMLUnknownElement r=peterv
|
2013-08-01 15:24:23 -07:00 |
|
David Zbarsky
|
8423ce77eb
|
Bug 893117: Remove nsIDOMHTMLProgressElement r=peterv
|
2013-08-01 15:24:22 -07:00 |
|
David Zbarsky
|
11ddcf9986
|
Bug 893117: Remove nsIDOMHTMLTableColElement r=peterv
|
2013-08-01 15:24:22 -07:00 |
|
David Zbarsky
|
2085533186
|
Bug 893117: Remove nsIDOMHTMLTableRowElement r=peterv
|
2013-08-01 15:24:22 -07:00 |
|
David Zbarsky
|
01578bfa77
|
Bug 893117: Remove nsIDOMHTMLTableSectionElement r=peterv
|
2013-08-01 15:24:22 -07:00 |
|
David Zbarsky
|
52a72611be
|
Bug 893117: Remove xpidl for nsIDOMHTMLTableElement r=peterv
|
2013-08-01 15:24:21 -07:00 |
|
Masatoshi Kimura
|
a2d7f5d92e
|
Bug 673919 - Remove routeEvent, enableExternalCapture and disableExternalCapture. r=smaug
|
2013-08-01 23:48:18 +09:00 |
|
David Zbarsky
|
3d161603d7
|
backout Bug 893117 for mochitest failure
|
2013-08-01 01:54:09 -07:00 |
|
David Zbarsky
|
239d7c7d1c
|
Bug 893117: Remove nsIDOMHTMLDListElement r=bz
|
2013-07-31 23:12:41 -07:00 |
|
David Zbarsky
|
a8e04c91cc
|
Bug 893117: Remove nsIDOMHTMLMeterElement r=bz
|
2013-07-31 23:12:40 -07:00 |
|
David Zbarsky
|
9805a4d3d0
|
Bug 893117: Remove nsIDOMHTMLParamElement r=bz
|
2013-07-31 23:12:40 -07:00 |
|
David Zbarsky
|
12faf238a4
|
Bug 893117: Remove nsIDOMHTMLFontElement r=bz
|
2013-07-31 23:12:40 -07:00 |
|