David Zbarsky
|
3c98334d35
|
Backout 2201d650ac90 for not building on Windows on a CLOSED TREE
|
2013-04-19 18:57:56 -04:00 |
|
David Zbarsky
|
691abfe5eb
|
Bug 861729 - Remove nsPIDOMWindow::GetExtantDocument r=Ms2ger
|
2013-04-19 18:18:33 -04:00 |
|
David Zbarsky
|
f4478a4b6b
|
[Bug 857884] Use dom::EventTarget more instead of nsIDOMEventTarget Part 6 r=Ms2ger
|
2013-04-19 18:18:33 -04:00 |
|
Matt Brubeck
|
08b045fdd2
|
Back out cd218e07ede2, e57ac5581703, f53ad2a10ff8, ec91252c57d2, 2eca17711eff, 1997e63a1124 for build errors
|
2013-04-18 22:29:25 -07:00 |
|
David Zbarsky
|
25f835929b
|
[Bug 857884] Use dom::EventTarget more instead of nsIDOMEventTarget Part 7 r=Ms2ger
|
2013-04-19 00:48:03 -04:00 |
|
David Zbarsky
|
862cfc8663
|
[Bug 857884] Use dom::EventTarget more instead of nsIDOMEventTarget Part 6 r=Ms2ger
|
2013-04-19 00:48:02 -04:00 |
|
David Zbarsky
|
37f93ee59f
|
Bug 836176 Part 1.5: Fix nsIDocument::AsHTMLDocument() r=bz
|
2013-04-18 21:06:57 -04:00 |
|
Daniel Holbert
|
589426f14e
|
Bug 860913 part 3: Mark content/html/content/src/ as FAIL_ON_WARNINGS. r=mounir
|
2013-04-18 13:33:19 -07:00 |
|
Daniel Holbert
|
8ddb492167
|
Bug 860913 part 2: Replace arg-less MOZ_NOT_REACHED with MOZ_ASSERT in HTMLInputElement.cpp, to fix MSVC build warning and match intended semantics. r=mounir
|
2013-04-18 13:33:14 -07:00 |
|
Daniel Holbert
|
3ae7e09d49
|
Bug 860913 part 1: Use ALLOW_THIS_IN_INITIALIZER_LIST macro to silence existing instances of MSVC warning C4355 in content/html/content/src/. r=mounir
|
2013-04-18 13:33:13 -07:00 |
|
Jonathan Kew
|
b96619d149
|
bug 857089 - add a device-pixel zoom level to image viewer. r=bz
|
2013-04-18 16:27:37 +01:00 |
|
Jonathan Watt
|
e8d801cb8a
|
Bug 841941 - Add a mochitest to check that the order in which @value/@min/@max/@step are specified in markup makes no difference to the value that <input type=range> will be given. r=mounir
|
2013-04-17 11:49:33 +01:00 |
|
Mike Shal
|
77cdb6567d
|
Bug 846634 - Part 2: Move EXPORTS to moz.build; r=joey
|
2013-04-16 15:24:43 -04:00 |
|
Kyle Huey
|
6311c49742
|
Bug 857669: Remove unused traversal method. r=mounir
|
2013-04-16 09:10:00 -07:00 |
|
Jonathan Watt
|
96abfb7613
|
Bug 851782 - Dispatch an 'input' event when the 'type' of an <input type=range> is changed while a user is dragging its thumb. r=smaug
|
2013-04-16 15:20:37 +01:00 |
|
Ryan VanderMeulen
|
f36156f2ae
|
Merge m-c to inbound.
|
2013-04-15 16:21:51 -04:00 |
|
Simon Montagu
|
21af89786e
|
Remove unnecessary calls to ClearHasDirAutoSet in AfterSetAttr, Bug 861607, r=ehsan
|
2013-04-15 23:14:40 +03:00 |
|
Martijn Wargers
|
33a61cec39
|
Bug 861674 - Change some content mochitests from enablePrivilege to use SpecialPowers. r=jgriffin
|
2013-04-15 19:50:45 +02:00 |
|
Masayuki Nakano
|
a8cddee807
|
Bug 857820 part.3 Drop <blink> support from HTML parser r=mrbkap
|
2013-04-14 19:11:09 +09:00 |
|
Ehsan Akhgari
|
ebd57422f5
|
Bug 861325 - Use an optional NamedConstructor argument for HTMLAudioElement; r=bzbarsky
|
2013-04-12 15:35:46 -04:00 |
|
Ms2ger
|
319deb013a
|
Bug 861098 - Remove more classinfo; r=bz
|
2013-04-13 09:08:49 +02:00 |
|
Ms2ger
|
99a08555f8
|
Bug 856629 - Part b: Implement ChildNode.remove(); r=bz
|
2013-04-13 09:08:47 +02:00 |
|
Ms2ger
|
56287333d1
|
Bug 826740 - Part f: Move HTMLCanvasElement to Paris bindings; r=khuey
|
2013-04-13 09:05:51 +02:00 |
|
Ms2ger
|
deffaf6a9a
|
Bug 826740 - Part e: Implement the WebIDL API for HTMLCanvasElement; r=khuey
|
2013-04-13 09:05:40 +02:00 |
|
Ms2ger
|
326dc2f307
|
Bug 826740 - Part d: Use implicit_jscontext to simplify nsIDOMHTMLCanvasElement.getContext; r=khuey
|
2013-04-13 09:05:33 +02:00 |
|
Ms2ger
|
0d078c43c7
|
Bug 826740 - Part c: Pass a JS::Value instead of an nsIVariant to nsIDOMHTMLCanvasElement.toDataURL; r=khuey
|
2013-04-13 09:05:22 +02:00 |
|
Ms2ger
|
b7775baef4
|
Bug 826740 - Part b: Remove unused arguments from nsIDOMHTMLCanvasElement; r=khuey
|
2013-04-13 09:04:53 +02:00 |
|
Ms2ger
|
1f76a9c63a
|
Bug 826740 - Part a: General cleanup for HTMLCanvasElement; r=khuey
|
2013-04-13 09:03:57 +02:00 |
|
Ms2ger
|
8f5d5c7049
|
Bug 841488 - Part d: Move HTMLSelectElement to WebIDL bindings, remove CI and QS; r=khuey
|
2013-04-13 09:01:59 +02:00 |
|
Ms2ger
|
ebd729fff1
|
Bug 841488 - Part c: Implement the remainder of the WebIDL API on HTMLSelectElement; r=khuey
|
2013-04-13 09:01:04 +02:00 |
|
Ms2ger
|
483c6e3f26
|
Bug 858211 - Use more webidl features for HTMLAudioElement; r=bz
|
2013-04-13 08:59:30 +02:00 |
|
Jonathan Kew
|
9e0950f01d
|
bug 857192 - use float instead of integer CSS pixels to track available space for image. r=bz
|
2013-04-15 18:53:03 +01:00 |
|
Alice Lieutier
|
5c0980af74
|
Bug 854812 - Do not allow email with sub-domains or tld starting or ending with a '-' in <input type='email'>. r=mounir,khuey
|
2013-04-11 00:05:07 +02:00 |
|
Joshua Cranmer
|
66e39d8aff
|
Bug 856108 - Port static analyses to clang, part 2a: use MOZ_STACK_CLASS in content. r=bz
|
2013-04-11 22:20:09 -05:00 |
|
Wes Johnston
|
b1f0a674a3
|
Bug 809558 - Turn on audiochannels for Android AudioTrack. r=kinetic
|
2013-04-11 15:37:35 -07:00 |
|
Aryeh Gregor
|
957e302fe1
|
Bug 857102 part 5 - Make NS_NewDocumentFragment etc. infallible; r=bz
|
2013-04-10 17:15:54 +03:00 |
|
Aryeh Gregor
|
c446dbef0c
|
Bug 857102 part 2 - Make NS_NewTextNode and nsIDocument::CreateTextNode infallible; r=bz
|
2013-04-04 15:01:08 +03:00 |
|
Aryeh Gregor
|
af0856194e
|
Bug 857102 part 1 - Make nsNodeInfoManager::GetNodeInfo infallible; r=bz
|
2013-04-04 15:00:07 +03:00 |
|
Boris Zbarsky
|
fa4a7c3979
|
Bug 851917. Get rid of the classinfo for HTMLObjectElement, HTMLEmbedElement, HTMLAppletElement, and rip out nsHTMLPluginObjElementSH. r=peterv,johns
|
2013-04-10 13:49:05 -04:00 |
|
Boris Zbarsky
|
c65a12a4e7
|
Bug 765780 part 1. Stop disallowing script and plug-ins in designMode documents. r=ehsan
|
2013-04-08 17:04:19 -04:00 |
|
Ralph Giles
|
fca7e06bbc
|
Bug 857022 - Remove MOZ_MEDIA from content. r=cpearce
Remove the MOZ_MEDIA build-time define in the content
module, enabling this code unconditionally.
|
2013-04-04 15:07:00 -07:00 |
|
Andrew McCreight
|
bcd9623a38
|
Bug 856313 - Clean up some Traverse/Unlink declarations. r=smaug
|
2013-04-02 09:48:59 -07:00 |
|
Masatoshi Kimura
|
7c989863ee
|
Bug 858224 - Remove most MSVC exemptions for FAIL_ON_WARNINGS. r=ted feedback=dholbert
|
2013-04-07 13:45:34 +09:00 |
|
David Zbarsky
|
a3eafcf007
|
Bug 857884 - Use dom::EventTarget more in content/ and dom/ r=Ms2ger
|
2013-04-05 20:44:15 -04:00 |
|
Ms2ger
|
90f2d81463
|
Bug 856973 - Outparamdel NS_New{In,Out}putStreamReadyEvent; r=ehsan
|
2013-04-04 09:05:18 +02:00 |
|
Ms2ger
|
b31a000d0a
|
Bug 856611 - Cleanup HTMLInputElement.webidl; r=bz
|
2013-04-04 09:04:45 +02:00 |
|
Ms2ger
|
61609bba86
|
Bug 856605 - Remove TimeRanges CI; r=mounir
|
2013-04-04 09:04:41 +02:00 |
|
Ms2ger
|
ce86e9a39a
|
Bug 853818 - Remove HTMLMediaElement CI/nsIJSNativeInitializer; r=mounir
|
2013-04-04 09:04:29 +02:00 |
|
Ms2ger
|
eb6c6b3e19
|
Bug 841488 - Part b: Merge Get/SetUnsignedIntAttr and Get/SetHTMLUnsignedIntAttr; r=khuey
|
2013-04-04 09:03:50 +02:00 |
|
Ms2ger
|
5741bbe7d7
|
Bug 841488 - Part a: Rename nsHTMLSelectElement; r=khuey
--HG--
rename : content/html/content/src/nsHTMLSelectElement.cpp => content/html/content/src/HTMLSelectElement.cpp
rename : content/html/content/src/nsHTMLSelectElement.h => content/html/content/src/HTMLSelectElement.h
|
2013-04-04 09:03:33 +02:00 |
|