Kyle Machulis
d2b6e6e01a
Backout for changeset 03452b187c14 (Bug 855465) due to bustage on a CLOSED TREE; r=qdot
2013-03-29 15:12:58 -07:00
Kyle Machulis
5663b98bc5
Bug 855465 - Add emacs python mode comments to moz.build files; r=gps
...
--HG--
extra : rebase_source : 004a756492323e1a049586e85b3be5037159df20
2013-03-29 13:56:18 -07:00
Mounir Lamouri
8d952d99ee
Bug 839788 - Switch Browse button from an <input> to a <button>. r=bz
2013-03-29 12:32:47 +00:00
Andrea Marchesini
f824be6f86
Bug 825196 - Convert HTMLInputElement to WebIDL. r=Ms2ger
2013-03-28 15:41:32 -04:00
Andrea Marchesini
716d484c78
Bug 825196 - Rename nsHTMLInputElement to HTMLInputElement. r=Ms2ger
...
--HG--
rename : content/html/content/src/nsHTMLInputElement.cpp => content/html/content/src/HTMLInputElement.cpp
rename : content/html/content/src/nsHTMLInputElement.h => content/html/content/src/HTMLInputElement.h
2013-03-28 15:41:32 -04:00
Peter Van der Beken
3b995f1de7
Fix for bug 820657 (Implement the NamedGetter functionality on HTMLDocument) - hook up document.all in the HTMLDocument NamedGetter. r=bz.
...
--HG--
extra : rebase_source : 07e96b798b87bc18b3f63d845c4023a7593d9f6b
2013-03-27 18:15:37 +01:00
Peter Van der Beken
4bdb531d59
Fix for bug 820657 (Implement the NamedGetter functionality on HTMLDocument) - implement GetSupportedNames on HTMLDocument. r=bz.
...
--HG--
extra : rebase_source : 3d97a79286b3c4ec15f1515219d853e1914d739e
2013-03-27 18:15:37 +01:00
Boris Zbarsky
b90b2c8887
Bug 820657. Implement the NamedGetter on HTMLDocument. r=peterv
...
--HG--
extra : rebase_source : 0f2518f6e1e114db4d2128dc120b4f0f587da2fa
2013-03-27 18:15:37 +01:00
Mounir Lamouri
e7281bd05e
Bug 851780 - Add tests for input event. r=jwatt
2013-03-27 17:18:15 +00:00
Jonathan Watt
df50dd8f1a
Bug 854538 - Add a ::-moz-range-progress pseudo-element to <input type=range> for Firefox OS. r=dholbert
2013-03-26 23:04:41 +00:00
Mounir Lamouri
dd8125c7b2
Bug 838704 - Show "X files selected" when there are more than one selected file. r=sicking
2013-02-07 13:58:05 +00:00
Mounir Lamouri
6aff8cae54
Bug 838695 - Move nsFileControlFrame click handling to nsHTMLInputElement. r=smaug
...
--HG--
rename : content/html/content/test/test_input_file_picker.html => content/html/content/test/forms/test_input_file_picker.html
2013-03-27 11:32:00 +00:00
Mounir Lamouri
0dae950be2
Bug 838676 - GetDisplayFileName() should only return the file name, not the file path. r=sicking
2013-03-22 17:11:02 +00:00
Daniel Holbert
cbbe610823
Backout e912de49c12b (Bug 854538) due to M5 & crashtest oranges on a CLOSED TREE
2013-03-26 17:28:14 -07:00
Jonathan Watt
51073c5def
Bug 854538 - Add a ::-moz-range-progress pseudo-element to <input type=range> for Firefox OS. r=dholbert
2013-03-26 23:04:41 +00:00
William Chen
4e5268c69a
Bug 818976 - Part 2: Implement template element interface. r=mrbkap,bz
2013-03-26 00:15:23 -07:00
Peter Van der Beken
b420e2d442
Fix for bug 852954 (Split nsHTMLDocument::ResolveName). r=bz.
...
--HG--
extra : rebase_source : 93210d0a59ea901e290ad52cd79cdb7c7ea6bbc3
2013-03-18 10:47:32 +01:00
Mounir Lamouri
601c06b76f
No Bug - Fix build bustage.
2013-03-25 20:22:09 +00:00
Mounir Lamouri
832ad601f3
Bug 841882 - Revert bug 597525.
2013-03-25 19:35:55 +00:00
Jose Cortes
b5d411fc03
Bug 842186 - Replace use of jsval with JS::Value in cpp and h files under the content/html directory. r=jwalden
...
--HG--
extra : rebase_source : 258b3dfa6fea0aa6e888fd625ef24c864dd1a12f
2013-03-22 22:00:43 -07:00
Benoit Girard
6ed333dbb5
Bug 851611 - Part 3: Rename headers. r=jrmuizel
...
--HG--
rename : tools/profiler/sampler.h => tools/profiler/GeckoProfiler.h
rename : tools/profiler/sps_sampler.h => tools/profiler/GeckoProfilerImpl.h
extra : rebase_source : 6ea7c660764a4390cdd8dd91561fff1d7bad6035
2013-03-18 15:25:50 +01:00
Benoit Girard
bbe4c3065e
Bug 851611 - Part 2: Update profiler calls. r=jrmuizel
...
--HG--
extra : rebase_source : f76accc3d3dd86c75cb3e9750734f23ec9c29941
2013-03-16 00:47:02 -04:00
L. David Baron
b7f2e87f36
Bug 849657 patch 2: Change internal uses of 'CssFloat' to 'Float'. r=bzbarsky
2013-03-25 09:24:21 -07:00
Mats Palmgren
b94d5ebe2a
Bug 842166 - Ignore MaybeEditingStateChanged() during nsDocument::EndUpdate since nsHTMLDocument::EndUpdate will do it. r=ehsan
2013-03-23 00:08:59 +01:00
David Zbarsky
f982db0249
Bug 847007: Remove nsIContent includes r=Ms2ger
2013-03-21 20:05:20 -04:00
David Zbarsky
f9a4c3eab4
Bug 847007: Remove nsIDocument includes r=Ms2ger
2013-03-21 20:05:19 -04:00
Ehsan Akhgari
8f5f7451ec
Bug 844169 - Part 4: Move HTMLIFrameElement to Web IDL bindings; r=ms2ger
2013-02-27 10:38:32 -05:00
Robert O'Callahan
3490a03af3
Bug 850587. Part 2: Make NotifyHasCurrentData fire when a stream would be able to produce data if it was not blocked. r=jesup
...
Also removes NotifyHasCurrentData's boolean parameter; we just fire this
once and treat a stream that has once had current data as always
having current data (since we block a stream that would advance
beyond its available data).
2013-03-21 00:19:39 +13:00
Robert O'Callahan
db2f3184b1
Bug 850587. Part 1: Refactor NotifyAutoplayDataReady to CheckAutoplayDataReady and allow autoplay to start on HAVE_CURRENT_DATA if the source is a stream. r=cpearce
2013-03-21 00:11:48 +13:00
Gregory Szorc
94ec89296d
Bug 844654 - Part 3: Remove now empty Makefile.in files; rs=khuey
...
--HG--
extra : rebase_source : 8de9c7f68a953e574dda22f8c14c2b2ca60444f9
2013-03-19 18:49:07 -07:00
Boris Zbarsky
f508fc35f5
Bug 852501 part 13. Clean up ConstructSelectFrame a bit to get rid of unreachable codepaths. r=dholbert
2013-03-19 21:47:52 -04:00
Boris Zbarsky
24e528d2f7
Bug 852118. Stop window.name being malloc-happy. r=smaug
2013-03-19 21:47:47 -04:00
Mike Shal
ea1d9b8ba7
Bug 844654 - Part 2: Move MODULE to moz.build; rs=gps
2013-03-19 11:47:00 -07:00
Jared Wein
bb16025ad4
Bug 851230 - Framed plain text documents should not have word wrap applied. r=bz
2013-03-19 16:30:53 -04:00
Andrea Marchesini
9196b955c3
Bug 832923 - Implement <input type='file'> on B2G, r=mounir, r=fabrice
2013-03-19 18:49:16 +01:00
Mounir Lamouri
9cfe6cf34a
Bug 832923 - re enable input file, r=baku
2013-03-04 14:06:02 +01:00
Nathan Froyd
37a4f9fd2b
Bug 771331 - make form elements fire events when <input type=password> elements are added/removed; r=smaug
2013-01-31 13:47:00 -05:00
Andrea Marchesini
df61512cc4
Bug 847370 - HTMLMediaElement - crossOrigin vs crossorigin, r=bz
2013-03-19 16:18:29 +01:00
Nathan Froyd
213f17d3a1
Bug 852194 - remove #include "nsIURI.h" from a couple content/ headers; r=smaug
2013-03-18 11:38:19 -04:00
Brandon Waterloo
53bb39efc1
Bug 846929 - Instead of directly overwriting the style attribute to give a zoom in/zoom out cursor on very large images (when they overflow), add/remove classes that will change the cursor. r=roc
2013-03-15 16:45:40 -04:00
Andrea Marchesini
16ff5dbc19
Bug 841493 - Convert HTMLVideoElement to WebIDL, r=Ms2ger
2013-03-19 13:28:34 +01:00
Andrea Marchesini
c15b6499e8
Bug 841493 - Rename nsHTMLVideoElement to HTMLVideoElement, r=Ms2ger
...
--HG--
rename : content/html/content/public/nsHTMLVideoElement.h => content/html/content/public/HTMLVideoElement.h
rename : content/html/content/src/nsHTMLVideoElement.cpp => content/html/content/src/HTMLVideoElement.cpp
2013-03-19 13:27:35 +01:00
Andrea Marchesini
65eec20826
Bug 841493 - HTMLAudioElement to WebIDL, r=Ms2ger
2013-03-19 13:26:39 +01:00
Andrea Marchesini
0197bad123
Bug 841493 - Renaming HTMLAudioElement, r=Ms2ger
...
--HG--
rename : content/html/content/public/nsHTMLAudioElement.h => content/html/content/public/HTMLAudioElement.h
rename : content/html/content/src/nsHTMLAudioElement.cpp => content/html/content/src/HTMLAudioElement.cpp
2013-03-19 13:25:46 +01:00
Andrea Marchesini
2cb5f26777
Bug 841493 - Move HTMLMediaElement to WebIDL, r=Ms2ger
2013-03-19 13:25:19 +01:00
Andrea Marchesini
6b08dd17f5
Bug 841493 - Rename nsHTMLMediaElement to HTMLMediaElement, r=Ms2ger
...
--HG--
rename : content/html/content/public/nsHTMLMediaElement.h => content/html/content/public/HTMLMediaElement.h
rename : content/html/content/src/nsHTMLMediaElement.cpp => content/html/content/src/HTMLMediaElement.cpp
2013-03-19 13:23:54 +01:00
Ed Morley
4a0f5f39ca
Backed out changeset c75481a07302 (bug 851611)
2013-03-18 14:10:35 +00:00
Ed Morley
47bc17c5f5
Backed out changeset d195190adc48 (bug 851611)
...
--HG--
rename : tools/profiler/GeckoProfiler.h => tools/profiler/sampler.h
rename : tools/profiler/GeckoProfilerImpl.h => tools/profiler/sps_sampler.h
2013-03-18 14:10:30 +00:00
Benoit Girard
90f13c7e56
Bug 851611 - Part 3: Rename headers. r=jrmuizel
...
--HG--
rename : tools/profiler/sampler.h => tools/profiler/GeckoProfiler.h
rename : tools/profiler/sps_sampler.h => tools/profiler/GeckoProfilerImpl.h
extra : rebase_source : 552fe1d3ff61d15b264aaf86f7c8cb4f4eff69d1
2013-03-18 14:41:02 +01:00
Benoit Girard
95a5b4c35f
Bug 851611 - Part 2: Update profiler calls. r=jrmuizel
...
--HG--
extra : rebase_source : 3032aaf7e50cdf9c350da688ec34e50a695fc7ca
2013-03-16 00:47:02 -04:00
Gregory Szorc
02d1d31696
Bug 844635 - Part 3: Remove empty Makefile.in files; r=glandium
2013-03-17 18:01:25 -07:00
Boris Zbarsky
9482e7c07a
Bug 846972 part 2. Add the WebIDL APIs for StyleSheet and CSSStyleSheet. r=peterv
2013-03-17 10:42:59 -04:00
Boris Zbarsky
e192a8450c
Bug 843627 part 4. Add IDL attribute reflection tests for <embed>, <applet>, <object>. r=peterv
2013-03-17 10:42:07 -04:00
Boris Zbarsky
7984f39d39
Bug 843627 part 3. Enable WebIDL bindings for <embed> and <applet>. r=peterv
2013-03-17 10:42:05 -04:00
Boris Zbarsky
50ddafc30d
Bug 843627 part 2. Implement the WebIDL API for <embed> and <applet>. r=peterv
2013-03-17 10:42:03 -04:00
Boris Zbarsky
686da379b8
Bug 843627 part 1. Rename nsHTMLSharedObjectElement to HTMLSharedObjectElement. r=peterv
...
--HG--
rename : content/html/content/src/nsHTMLSharedObjectElement.cpp => content/html/content/src/HTMLSharedObjectElement.cpp
rename : content/html/content/src/nsHTMLSharedObjectElement.cpp => content/html/content/src/HTMLSharedObjectElement.h
2013-03-17 10:42:01 -04:00
Ms2ger
aed8044ac2
Merge m-c to m-i.
2013-03-17 13:22:37 +01:00
Ms2ger
fe39d61dc1
Bug 849665 - Outparamdel nsHTMLDocument::GetDomainURI; r=khuey
2013-03-17 09:51:39 +01:00
Ms2ger
02145ed6a8
Bug 846860 - Give HTMLOptionsCollection its own header and put it in the dom namespace; r=khuey
...
--HG--
rename : content/html/content/src/nsHTMLSelectElement.cpp => content/html/content/src/HTMLOptionsCollection.cpp
rename : content/html/content/src/nsHTMLSelectElement.h => content/html/content/src/HTMLOptionsCollection.h
2013-03-17 08:55:17 +01:00
Ms2ger
5dd8d9d4d2
Bug 850817 - Move ClientRect to Paris bindings; r=bz
...
--HG--
rename : dom/interfaces/base/nsIDOMClientRect.idl => dom/webidl/ClientRect.webidl
2013-03-17 08:55:17 +01:00
Ms2ger
ead9319d09
Bug 845374 - Part f: Create a new nsDocElementCreatedNotificationRunner.h; r=khuey
...
--HG--
rename : content/base/public/nsContentUtils.h => content/base/public/nsDocElementCreatedNotificationRunner.h
2013-03-17 08:55:12 +01:00
Ms2ger
a35f28d8d9
Bug 845374 - Part e: Stop including nsContentList.h in nsContentUtils.h; r=khuey
2013-03-17 08:55:11 +01:00
Ms2ger
d8bb6f3db9
Backout changeset 46585b03426a for assertion failures in test_input_range_mouse_and_touch_events.html on a CLOSED TREE.
2013-03-16 10:11:26 +01:00
Jonathan Watt
ffa64b031f
Bug 851090 - Make <input type=range> fire change/input events as appropriate. r=mounir.
2013-03-16 05:49:41 +00:00
Mounir Lamouri
78d1b0272b
Bug 702949 - Do no longer block form submission if an invalid file path is given. r=sicking
2013-03-15 14:57:35 -07:00
Ian Melven
e792ea34ed
Bug 849791 - Frame DocShells do not inherit sandbox flags from their parents - tests (r=bz)
2013-03-15 10:25:31 -07:00
Bobby Holley
2c89576a6b
Bug 850517 - Propagate ifr.setAttribute('name', 'foo') to the docshell. r=bz
...
This is correct per-spec. From HTML5's "The iframe element":
"Whenever the name attribute is set, the nested browsing context's name
must be changed to the new value. If the attribute is removed, the
browsing context name must be set to the empty string."
2013-03-14 22:38:27 -07:00
Bill McCloskey
9a80036b52
Bug 802504 - Disable test_fullscreen-api.html on 10.8
2013-03-14 16:49:25 -07:00
Jonathan Watt
744dc354f2
Bug 851090 - Make <input type=range> fire change/input events as appropriate. r=mounir.
2013-03-16 05:49:41 +00:00
Andrea Marchesini
b2302460a2
Bug 850346 - Change inputmode to inputMode for nsHTMLInputElement. r=bz
2013-03-13 15:54:24 -04:00
Ehsan Akhgari
72d38371ed
Backed out changeset 2e6f598201ce (bug 850346) because it needs a UUID change
2013-03-13 17:51:09 -04:00
Andrea Marchesini
d7ddf45836
Bug 850346 - Change inputmode to inputMode for nsHTMLInputElement. r=bz
2013-03-13 15:54:24 -04:00
Jeff Walden
45c6642e41
Bug 847480 - Convert DeprecatedAbs overloads taking floating point (except for nscoord uses, when nscoord is optionally a floating point type) to Abs. r=Ms2ger
2013-03-05 15:43:44 -08:00
Jeff Walden
000d820503
Bug 847480 - Blindly convert all existing mozilla::Abs users to mozilla::DeprecatedAbs. Individualized conversions to the reformed mozilla::Abs will continue until mozilla::DeprecatedAbs is unused, at which point it will be removed. r=Ms2ger
2013-03-05 15:43:30 -08:00
Gregory Szorc
9569d6e356
Merge mozilla-central into inbound
2013-03-13 09:03:20 -07:00
Gregory Szorc
56a7634c1c
Merge mozilla-central into build-system
2013-03-13 08:20:09 -07:00
Jonathan Watt
56dbcc42a1
Bug 849524 - Avoid reflowing when <input type=range>'s thumb position needs to be updated due to its value changing. r=dholbert
2013-03-13 11:48:27 +00:00
Gregory Szorc
3d694a85c0
Merge mozilla-central into build-system
...
dom/interfaces/svg/Makefile.in and dom/media/Makefile.in had merge
conflicts. They were resolved by hand. The former needed 2 IDLs removed.
The latter had a context conflict for EXPORTS_NAMESPACES.
2013-03-12 13:04:55 -07:00
Mike Shal
2eb7c496cb
Bug 818246 - Part 7: Move XPIDL_MODULE to moz.build; rs=gps
2013-03-11 22:00:00 -07:00
Gregory Szorc
629b5d86c6
Bug 818246 - Part 4: Move XPIDLSRCS into moz.build (auto); rs=glandium
...
This is the result of running
|mach mozbuild-migrate --list XPIDLSRCS SDK_XPIDLSRCS XPIDL_SOURCES| and
reverting xpcom/sample/*.
2013-03-12 10:17:46 -07:00
Ed Morley
febcbd1cbf
Backed out changeset 34f280f8fea5 (bug 849524) for crashes on a CLOSED TREE
2013-03-13 13:59:11 +00:00
Jonathan Watt
d540924bc3
Bug 849524 - Avoid reflowing when <input type=range>'s thumb position needs to be updated due to its value changing. r=dholbert
2013-03-13 11:48:27 +00:00
Paul Adenot
cc5b3eaabf
Bug 846612 - r=kinetik
2013-03-04 15:48:58 +01:00
Matthew Gregan
81d35989b4
Bug 849519 - Raise INDEX_SIZE_ERR if media element volume is set to NaN. r=doublec
2013-03-11 11:11:23 +13:00
Trevor Saunders
2bffe03733
bug 825341 - convert range to webidl r=bz, smaug
2013-02-07 07:09:41 -05:00
Jonathan Watt
f1f779657e
Bug 849552 - <input type=range> should be given focus on mousedown/touchstart. r=smaug.
2013-03-12 11:30:03 +00:00
Seth Fowler
fc4a9e9406
Bug 849114: Add parser support for spatial media fragments. r=cpearce
...
--HG--
rename : content/html/content/src/nsMediaFragmentURIParser.cpp => netwerk/base/src/nsMediaFragmentURIParser.cpp
rename : content/html/content/src/nsMediaFragmentURIParser.h => netwerk/base/src/nsMediaFragmentURIParser.h
2012-12-20 17:04:50 -08:00
Ms2ger
4465cc3a75
Bug 821383 - Don't bother with JSAPI magic in nsHTMLMediaElement::{G,S}etMozSrcObject; r=bz+roc
2013-03-10 08:58:18 +01:00
Jonathan Watt
caa43afdb0
Remove duplicate range-value-setting code from nsHTMLInputElement.cpp by calling pre-existing helper that does exactly the same thing. r=me. No bug.
2013-03-09 14:12:06 +00:00
Olli Pettay
8f72caeb73
Bug 822399 - Make Event to use Paris bindings, r=peterv
2013-03-09 13:34:29 +02:00
John Schoenick
668baedbb6
Backout d1f27bcc360a (Bug 849114) for windows bustage CLOSED TREE
2013-03-08 16:20:11 -08:00
Seth Fowler
90638a5614
Bug 849114: Add parser support for spatial media fragments. r=cpearce
...
--HG--
rename : content/html/content/src/nsMediaFragmentURIParser.cpp => netwerk/base/src/nsMediaFragmentURIParser.cpp
rename : content/html/content/src/nsMediaFragmentURIParser.h => netwerk/base/src/nsMediaFragmentURIParser.h
2012-12-20 17:04:50 -08:00
Jonathan Watt
96c995755b
Bug 846380 - Add support for dragging of <input type=range>'s thumb using mouse/touch events. r=smaug, r=mounir.
2013-03-08 09:40:12 +00:00
Masatoshi Kimura
34260ccf6d
Bug 587251 - new Worker(badURL) should throw a SECURITY_ERR. r=khuey
2013-03-08 07:27:21 +09:00
Simon Montagu
65bca04d24
Move WalkDescendantsClearAncestorDirAuto from BeforeSetAttr to OnSetDirAttr to simplify the test for elements that had dir=auto but no longer do, especially <bdi>. Bug 845093, r=ehsan
2013-03-07 22:53:08 +02:00
Phil Ringnalda
31d866ff72
Back out fee79a593fd3 and 2c8930343985 (bug 825341) for having probably needed-clobber
2013-03-11 20:10:18 -07:00
Trevor Saunders
39ae246957
bug 825341 - convert range to webidl r=bz, smaug
2013-02-07 07:09:41 -05:00
Masatoshi Kimura
7693df618d
Bug 848339 - Remove the vestigial boolean outparam from nsWrapperCache::WrapObject. r=bz
2013-03-12 08:03:47 +09:00
Thomas Zimmermann
9bd1221c54
Bug 834172 - Implement CreateDecoder in DecoderTraits. r=cpearce
...
The class DecoderTraits knows about all supported decoders. Adding
an interface to create decoder instances simplifies all users of this
functionality. nsHtmlMediaElement has been updated to use the new
function.
2013-03-05 09:56:34 -05:00
Ms2ger
a8adab1c33
Bug 839913 - Fix HTMLAreaElement's stringifier; r=bz
2013-03-05 10:46:48 +01:00
Mounir Lamouri
2808b94fae
Bug 614825 - <embed> should be display:none; when hidden attribute is set. r=bz
2013-03-05 10:25:39 +01:00
Ryan VanderMeulen
9657e1ff30
Backed out changeset 3ba8ed8f13de (bug 839913) for bustage.
2013-03-04 21:53:52 -05:00
Ms2ger
ecd0c885f4
Bug 839913 - Fix HTMLAreaElement's stringifier. r=bz
2013-03-04 21:41:47 -05:00
William Chen
929291a8d9
Bug 783129 - Implementation of document.register without shadow DOM support. r=mrbkap
2012-11-01 11:18:08 -07:00
Trevor Saunders
8631e44d32
bug 846487 - remove remaining usage of some nsIDOMFooElement r=Ms2Ger
2013-02-14 10:33:16 -05:00
Boris Zbarsky
811a7ec078
Bug 827158 part 11. Move HTMLObjectElement to Web IDL bindings. r=peterv
2013-01-06 18:55:14 -05:00
Boris Zbarsky
5f0846b977
Bug 827158 part 10. Implement the WebIDL API for <object>. r=peterv,johns
2013-03-04 14:08:24 -05:00
Boris Zbarsky
0805f25842
Bug 827158 part 4. Split out an HTMLObjectElement header. r=peterv
...
--HG--
rename : content/html/content/src/HTMLObjectElement.cpp => content/html/content/src/HTMLObjectElement.h
2013-03-04 14:08:23 -05:00
Jeff Walden
72eca3f9c1
Bug 835542 - Implement mozilla::Abs. r=Ms2ger
...
--HG--
extra : rebase_source : a3e62ff76365d27cc4cb10e4fee942ddb8b10b79
2013-02-15 19:55:36 -08:00
Sunny
e8c2143b76
Bug 844127 - Replaced 'Span' with 'Unknown' and added tests for the same. r=bz
2013-03-12 16:36:49 -04:00
Henri Sivonen
fd561b7b41
Bug 844461 - Perform alias resolution on the fallback encoding pref value. r=smontagu.
2013-03-04 20:09:11 +02:00
Ryan VanderMeulen
527466b973
Backed out 5 changesets (bug 834172) for Android build bustage.
2013-03-04 11:17:36 -05:00
Thomas Zimmermann
a800a171d2
Bug 834172 - Implement CreateDecoder in DecoderTraits. r=cpearce
...
The class DecoderTraits knows about all supported decoders. Adding
an interface to create decoder instances simplifies all users of this
functionality. nsHtmlMediaElement has been updated to use the new
function.
2013-03-04 10:24:44 -05:00
Tom Schuster
c839fd97fc
Bug 690659 - Test. r=sicking
2013-03-03 19:30:13 +01:00
Tom Schuster
4fc262a11f
Bug 690659 - Add the optional filename parameter to the FormData.append method. r=sicking
2013-03-03 19:30:13 +01:00
Andrea Marchesini
c31f5dfb65
Bug 841014 - Convert TimeRanges to WebIDL. r=Ms2ger, r=peterv
2013-03-02 14:16:43 -05:00
Andrea Marchesini
8eaecd7c18
Bug 841014 - Rename nsTimeRanges.h to TimeRanges.h. r=Ms2ger
...
--HG--
rename : content/html/content/src/nsTimeRanges.cpp => content/html/content/src/TimeRanges.cpp
rename : content/html/content/src/nsTimeRanges.h => content/html/content/src/TimeRanges.h
2013-03-02 14:14:44 -05:00
Ryan VanderMeulen
23a27fd22e
Bug 404077 - Adjust annotations. DONTBUILD
2013-03-02 12:24:20 -05:00
Jonathan Watt
134f01fed9
Bug 843725 - Add support for changing the value of <input type=range> using the up/down/left/right/pgup/pgdn/home/end keys. r=mounir, r=smaug.
2013-03-01 15:34:06 +00:00
Ryan VanderMeulen
42f5153b7d
Backed out changeset 96c03dab9222 (bug 843725) for mochitest-5 failures on a CLOSED TREE.
2013-03-01 11:48:04 -05:00
Jonathan Watt
faf2237d71
Bug 843725 - Add support for changing the value of <input type=range> using the up/down/left/right/pgup/pgdn/home/end keys. r=mounir, r=smaug.
2013-03-01 15:34:06 +00:00
Ms2ger
7d2111bcef
Bug 842495 - Cleanup contentDocument/contentWindow getters; r=mounir
2013-02-28 21:28:32 +01:00
Ms2ger
c6832bb745
Merge m-i to b-s.
2013-02-28 14:46:10 +01:00
Gregory Szorc
27c42e83c6
Merge mozilla-central into build-system
...
The 3 merged files had no conflicts and were manually verified to ensure
no incompatible changes crept in.
2013-02-27 21:02:02 -08:00
Ryan VanderMeulen
2dc7365075
Bug 404077: Adjust annotations of expected assertions.
2013-02-27 23:26:32 -05:00
Gregory Szorc
803629b9c6
Merge mozilla-central into build-system
...
There were merges in configure.in and some Makefile.in. None had any
conflicts. I spot verified the Makefile.in changes and confirmed that
the changes did not touch any DIRS* variables.
2013-02-27 10:03:52 -08:00
Ms2ger
2801c25ab8
Merge m-c to b-s.
2013-02-26 19:09:25 +01:00
Gregory Szorc
16f0413b0c
Merge mozilla-central into build-system
...
Only conflict was configure.in amd was due to context, not
changed lines themselves.
2013-02-25 22:09:18 -08:00
Gregory Szorc
fee2be3026
Bug 784841 - Part 18g: Convert /content; r=glandium
2013-02-25 12:47:19 -08:00
Simon Montagu
fefdde4762
When unsetting dir=auto, don't clear the AncestorHasDirAuto flag on descendants if the parent itself has AncestorHasDirAuto set. Bug 844404, r=ehsan
2013-02-27 09:32:53 +02:00
Ehsan Akhgari
621cb2d14d
Bug 844169 - Part 1: Rename nsHTMLIFrameElement to mozilla::dom::HTMLIFrameElement; r=bzbarsky
...
--HG--
rename : content/html/content/src/nsHTMLIFrameElement.cpp => content/html/content/src/HTMLIFrameElement.cpp
rename : content/html/content/src/nsHTMLIFrameElement.h => content/html/content/src/HTMLIFrameElement.h
extra : rebase_source : 67c393954a0c46f80b8729277504e9ced5c64d33
2013-02-22 19:59:26 -05:00
L. David Baron
ff34707a75
Bug 404077: Adjust annotations of expected assertions.
2013-02-27 10:37:19 -08:00
Mounir Lamouri
b0855bc584
Bug 230474 - Bug 829606 - No longer scroll to the beginning of the editor when the value is changed in a text field. r=bz
2013-02-27 14:08:49 +00:00
Chris Pearce
2f79253c99
Bug 843849 - Adjust expected assertion counts for fullscreen assertions. r=dbaron
2013-02-28 13:54:14 +13:00
Peter Van der Beken
60efffbed9
Fix for bug 844225 (Remove some DOMCI and quickstubs). r=bz.
2013-01-10 10:54:46 +01:00
Peter Van der Beken
7af1e79973
Fix for bug 844136 (Really convert HTMLLegendElement to WebIDL). r=bz.
...
--HG--
extra : rebase_source : df3560b808dba2603768b160c9c21ff242726898
2013-02-22 17:12:58 +01:00
L. David Baron
7e21403829
Bug 404077: Annotate one more known assertion.
2013-02-26 22:23:08 -08:00
L. David Baron
05d5d9dfa9
Bug 404077: Use navigator.platform.startsWith rather than navigator.platform.indexOf, at Jesse's suggestion.
2013-02-26 22:23:08 -08:00
L. David Baron
a38ed80914
Bug 404077: Clean up erroneous expectAssertions calls from GC of objects created in test_bug391777.html.
2013-02-26 22:23:08 -08:00
L. David Baron
910a7adc7d
Bug 404077: Do GC in a small number of tests to reduce the spread of GC-related assertions. r=Jesse
2013-02-26 22:23:08 -08:00
Chris DeCairos
b3916c86fc
Bug 665598 - Add pref to disable Audio Data API. r=cpearce
2013-02-14 16:46:33 +13:00
Chris Pearce
3baaf53adc
Bug 841239 - Have HTMLMediaElement.canPlayType respond affirmatively to codecs=mp3 and audio/x-m4a. r=padenot
2013-02-27 09:27:43 +13:00
David Humphrey (:humph)
a7efee8530
Bug 839371 - Implement HTML5 <data> element. r=smaug
2013-02-26 15:19:05 -05:00
Bobby Holley
2589449122
Bug 834732 - Audit callers of GetNativeContext and use AutoPushJSContext where appropriate. r=mrbkap
2013-02-26 11:04:13 -08:00
Andrea Marchesini
25838567db
Bug 842986 - Implement MozFrameLoaderOwner on HTMLFrameElement. r=bz
2013-02-26 12:02:32 -05:00
Ryan VanderMeulen
c190fb7316
Backed out changeset f8cccf3de0a3 (bug 842495) for crashtest failures on a CLOSED TREE.
2013-02-27 17:08:26 -05:00
Ms2ger
eb3ee2d83e
Bug 842495 - Cleanup contentDocument/contentWindow getters; r=mounir
2013-02-27 22:05:18 +01:00
David Humphrey (:humph)
88eee16b7a
Bug 629801 Implement HTML5 <time> element. r=smaug, peterv, hsivonen
2013-02-22 10:07:42 -05:00
Paul Adenot
e3f9f4377e
Bug 844951 - Setting playbackRate and mozPreservesPitch before the decoder creation should work. r=kinetik
2013-02-26 09:52:23 +01:00
Paul Adenot
a123bbbf99
Bug 844563 - Crash [@ mozilla::MediaDecoder::SetPreservesPitch]. r=kinetik
2013-02-26 09:51:59 +01:00