Masayuki Nakano
66706f5a6e
Bug 975688 part.28 Rename nsDOMEvent to mozilla::dom::Event r=smaug
...
--HG--
rename : dom/events/nsDOMEvent.cpp => dom/events/Event.cpp
rename : dom/events/nsDOMEvent.h => dom/events/Event.h
2014-03-05 09:37:43 +09:00
Jonathan Watt
4b4f8a0994
Bug 977310 - Don't update the validity states of HTMLInputElement until the parser has finished creating it. r=smaug
2014-02-27 08:41:46 +00:00
Jonathan Watt
e795a8dd06
Bug 976739 - Allow user initiated stepping of <input type=number> when its value is the empty string (even if it is invalid due to the 'required' attribute being present) and step correctly if the value 0 (the default for the empty string) is not on a step. r=smaug
2014-02-26 23:04:31 +00:00
Chris Pearce
9be1d4b017
Bug 975270 - Fire 'emptied' and 'abort' asynchronously in media load algorithm, as per spec. r=roc
2014-02-28 15:01:47 +13:00
Matthew Gregan
1ee282dbfe
Bug 962353 - Remove totalFrameDelay from VideoPlaybackQuality. r=chris.double
...
It's not implemented by other vendors and marked as "at risk" in the spec.
Easy to add back if there's real demand/a concrete spec.
2014-03-04 15:31:57 +13:00
William Chen
d7b1cca710
Bug 976318 - Template element contents owner document should be an inert template document. r=mrbkap
2014-03-03 12:03:23 -08:00
Carsten "Tomcat" Book
cf79e4a70d
Backed out changeset 0ca230c9d79a (bug 975270) for m4 b2g-ics opt permanent test failure
2014-03-03 11:09:25 +01:00
Chris Pearce
7aad77cff1
Bug 975270 - Fire 'emptied' and 'abort' asynchronously in media load algorithm, as per spec. r=roc
2014-02-28 15:01:47 +13:00
Mats Palmgren
5bd85e6c56
Bug 978443 - Rename NS_STYLE_CLEAR_LEFT_AND_RIGHT to NS_STYLE_CLEAR_BOTH. r=dholbert
...
Rename NS_STYLE_CLEAR_LEFT_AND_RIGHT to NS_STYLE_CLEAR_BOTH. Also fix whitespace and remove unnecessary parens in a few places and enumerate the possible break types in an assertion so that it doesn't make assumptions on the actual property values.
2014-03-02 17:42:16 +00:00
Arnaud Bienner
8ec5c40d3b
Bug 977029 - when color value changes, refresh color control frame instead of (wrongly) changing value attribute. r=bz
2014-02-28 20:52:42 +01:00
Masayuki Nakano
51a7c631e3
Bug 975688 part.20 Rename nsDOMTouchEvent and nsDOMTouchList to mozilla::dom::TouchEvent and TouchList r=smaug
...
--HG--
rename : dom/events/nsDOMTouchEvent.cpp => dom/events/TouchEvent.cpp
rename : dom/events/nsDOMTouchEvent.h => dom/events/TouchEvent.h
2014-02-28 23:58:42 +09:00
Reuben Morais
b672cdc604
Bug 458300 - Rename nsINameSpaceManager.h to nsNameSpaceManager.h. r=jst r=hsivonen
...
--HG--
rename : content/base/public/nsINameSpaceManager.h => content/base/public/nsNameSpaceManager.h
2014-02-27 20:04:46 -03:00
Benjamin Bouvier
7a3e028e1e
Bug 939843: Required changes in the rest of the tree; r=froydnj
...
--HG--
extra : rebase_source : 5757eb2b73755c8da08112b91b025a8fa860d7e8
2014-02-27 16:23:16 +01:00
Peter Van der Beken
fa5238349a
Bug 803106 part 2. Convert DOMStringList to WebIDL bindings - add WebIDL API and switch. r=bzbarsky
2013-07-09 13:54:21 -04:00
Peter Van der Beken
6ab81671cc
Bug 803106 part 1. Convert DOMStringList to WebIDL bindings - move files and rename class. r=bzbarsky
...
--HG--
rename : content/base/src/nsDOMLists.cpp => content/base/src/DOMStringList.cpp
rename : content/base/src/nsDOMLists.h => content/base/src/DOMStringList.h
2013-07-09 13:51:03 -04:00
Boris Zbarsky
fe2a748f4b
Bug 977553. Use an enum instead of macros for the nsStyleLinkElement rel types, so they won't collide with macros in wingdi.h. r=smaug
2014-02-27 08:44:52 -05:00
Masayuki Nakano
7c828621b9
Bug 975688 part.17 Rename dom/events/MutationEvent.h to dom/Events/InternalMutationEvent.h r=smaug+roc
...
--HG--
rename : dom/events/MutationEvent.h => dom/events/InternalMutationEvent.h
2014-02-27 19:51:15 +09:00
Boris Zbarsky
30573f3ce1
Bug 976272. Use DOMString for HTMLElement.className, and mark it as [Pure]. r=smaug
2014-02-25 17:26:16 -05:00
John Schoenick
b2a962217f
Bug 971273 - Remove some dead code from HTMLSharedObjectElement. r=bsmedberg
2014-02-25 13:30:03 -08:00
Ralph Giles
a4ec495736
Bug 964559 - Remove MOZ_OGG. r=doublec,ted
...
We are unable to maintain all the --disable-foo build-time options
for the media code. Just support ogg unconditionally.
2014-02-20 18:01:00 -08:00
Carsten "Tomcat" Book
57081c9a50
merge b2g-inbound to mozilla-central
2014-02-24 12:55:53 +01:00
William Chen
7d7470aa8a
Bug 856140 - Sync our document.registerElement implementation to the current version of the spec. r=mrbkap
2014-02-23 13:01:26 -08:00
Cameron McCormack
da7f69d332
Bug 975658 - Move kTrackKind into HTMLTrackElement.cpp. r=reyre
2014-02-22 14:06:48 +11:00
Kan-Ru Chen (陳侃如)
921cc73733
Bug 942411 - Force reflow to trigger MozAfterPaint. r=smaug
2014-02-21 15:57:02 +08:00
Carsten "Tomcat" Book
771699f78b
Backed out changeset 97c8c8491b17 (bug 926830) for mochitest memory leak on a CLOSED TREE
2014-02-21 14:32:57 +01:00
Georg Fritzsche
e52584bff8
Bug 926830 - Test cleanup for plugin enabledState usage, content. r=smaug
2014-02-17 15:57:27 +01:00
Ehsan Akhgari
067fa188b6
Bug 935778 - Part 0.2: Spray some MOZ_DECLARE_REFCOUNTED_TYPENAME across the tree
2014-02-20 21:33:49 -05:00
Wes Kocher
6d6d2dff24
Backed out 7 changesets (bug 406541, bug 738396, bug 852315, bug 971273, bug 971279) for various java/plugin-related failures on a CLOSED TREE
...
Backed out changeset 13cc8a7ee925 (bug 852315)
Backed out changeset 23dfc36f99d4 (bug 852315)
Backed out changeset fb56bd7c0feb (bug 406541)
Backed out changeset b24d1437c6f3 (bug 738396)
Backed out changeset 5028e1290b45 (bug 971279)
Backed out changeset 34ecdab0cfc2 (bug 971279)
Backed out changeset 95b4aa01923d (bug 971273)
2014-02-20 16:19:30 -08:00
John Schoenick
b59d7b5481
Bug 971273 - Remove some dead code from HTMLSharedObjectElement. r=bsmedberg
2014-02-20 14:38:01 -08:00
Boris Zbarsky
4b181d6e57
Bug 970764. Remove support for non-optional "any" arguments values, since "any" needs to be able to include undefined anyway. Have "any" arguments and dictionary entries default to undefined unless the IDL explicitly says "= null". r=khuey
2014-02-19 10:13:38 -05:00
Jonathan Watt
5e2945daf2
Bug 969928 - Fix a bug in the de-localization code that can cause validation issues with locales that use '.' as their grouping separator. r=dholbert
2014-02-18 20:00:35 +00:00
Wes Kocher
968f7abf9c
Backed out changeset 6fc2f69df1ee (bug 969928) for mochitest-1 bustage on a CLOSED TREE
2014-02-18 14:31:57 -08:00
Jonathan Watt
cbfa97f57a
Bug 969928 - Fix a bug in the de-localization code that can cause validation issues with locales that use '.' as their grouping separator. r=dholbert
2014-02-14 20:37:57 +00:00
Jonathan Watt
ee5158c529
Bug 967429 - Disable the UI initiated steping behavior for <input type=number> if the value the user typed in is not valid, and instead highlight the field as being invalid. r=smaug
2014-02-12 17:13:32 +00:00
Bill McCloskey
2a34348260
Bug 910384 - Stub filepicker content-pref-service in the child. r=gwagner,smaug
2014-02-18 01:30:06 +01:00
Kyle Huey
061ed2b84e
Bug 971427: Don't use threadsafe refcounting in MediaDocumentStreamListener. r=jst
2014-02-16 18:26:56 -08:00
Vaibhav Agarwal
81f1ea0a18
Bug 970925 - convert testing/mochitest/android.json into skip-if statements in mochitest.ini files; r=jmaher
2014-02-15 04:53:02 -05:00
Masayuki Nakano
9e2a0cbd54
Bug 970248 Simplify constructor of InternalUIEvent r=smaug
2014-02-15 10:06:06 +09:00
Masayuki Nakano
e393ad7356
Bug 969247 part.1 Remove or replace DOM_VK_ENTER and NS_VK_ENTER users r=smaug
2014-02-15 09:57:39 +09:00
Ryan Kelly
3b9a37c3ee
Bug 971342 - Remove redundant check in IsValidEmailAddress. r=bholley
2014-02-14 11:39:54 -05:00
Bobby Holley
b39ef1d0bd
Bug 956382 - Consider document.domain when deciding whether to return contentDocument. r=mrbkap
2014-02-13 18:57:35 -08:00
Ms2ger
877ac82b87
Backout changeset c8cd1f6b6d2d because it's not web-compatible.
2014-02-13 10:31:09 +01:00
Jeff Walden
0c160e2b59
Bug 969165 - Convert Atomic<T> where T != bool but is used as a bool over to Atomic<bool>, now that it's supported, in content/. r=bent
...
--HG--
extra : rebase_source : 8123e5dd1728211a9deb0df4e32560eaa7f8a40c
2014-02-06 22:17:07 -08:00
Ms2ger
63c5bd405a
Merge m-i to m-c.
2014-02-09 10:31:55 +01:00
Ms2ger
06001a7b57
Bug 969030 - Remove support for calling document.all; r=bz
2014-02-09 09:04:40 +01:00
Ms2ger
18126df3e8
Bug 968805 - Pass nsIDocument to nsIContentViewer.loadStart; r=smaug
2014-02-09 09:04:40 +01:00
Ms2ger
1e7031caa5
Bug 964192 - Remove the required argument to captureEvents/releaseEvents; r=bz
2014-02-09 09:04:39 +01:00
Ms2ger
71e5a13f9d
Bug 968766 - Part k: Move the hashmap for named access to document.all into HTMLAllCollection; r=jst
2014-02-09 09:04:37 +01:00
Ms2ger
5c9583103c
Bug 968766 - Part j: Remove the nsresult outparam from nsHTMLDocument::GetDocumentAllList and HTMLAllCollection::GetNamedItem; r=jst
2014-02-09 09:04:37 +01:00
Ms2ger
0f6c9634d9
Bug 968766 - Part i: Move the document.all NodeLists into a separate hashtable; r=jst
2014-02-09 09:04:36 +01:00