Boris Zbarsky
a4c394c507
Bug 976272. Use DOMString for HTMLElement.className, and mark it as [Pure]. r=smaug
2014-02-25 17:26:16 -05:00
John Schoenick
0fca653aeb
Bug 971273 - Remove some dead code from HTMLSharedObjectElement. r=bsmedberg
2014-02-25 13:30:03 -08:00
Ralph Giles
5080040b8e
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
0bad0682bf
merge b2g-inbound to mozilla-central
2014-02-24 12:55:53 +01:00
William Chen
7e3d257959
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
643e2a7c43
Bug 975658 - Move kTrackKind into HTMLTrackElement.cpp. r=reyre
2014-02-22 14:06:48 +11:00
Kan-Ru Chen (陳侃如)
6730306865
Bug 942411 - Force reflow to trigger MozAfterPaint. r=smaug
2014-02-21 15:57:02 +08:00
Carsten "Tomcat" Book
ae6ab329fe
Backed out changeset 97c8c8491b17 (bug 926830) for mochitest memory leak on a CLOSED TREE
2014-02-21 14:32:57 +01:00
Georg Fritzsche
1787c9a788
Bug 926830 - Test cleanup for plugin enabledState usage, content. r=smaug
2014-02-17 15:57:27 +01:00
Ehsan Akhgari
8212be10db
Bug 935778 - Part 0.2: Spray some MOZ_DECLARE_REFCOUNTED_TYPENAME across the tree
2014-02-20 21:33:49 -05:00
Wes Kocher
a5dcf6f444
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
5df44cab5d
Bug 971273 - Remove some dead code from HTMLSharedObjectElement. r=bsmedberg
2014-02-20 14:38:01 -08:00
Boris Zbarsky
2166b04394
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
bbd9e2265f
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
6022eebbb5
Backed out changeset 6fc2f69df1ee (bug 969928) for mochitest-1 bustage on a CLOSED TREE
2014-02-18 14:31:57 -08:00
Jonathan Watt
ba7eec5752
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
aeaff47bc5
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
619fd02237
Bug 910384 - Stub filepicker content-pref-service in the child. r=gwagner,smaug
2014-02-18 01:30:06 +01:00
Kyle Huey
19a44427a0
Bug 971427: Don't use threadsafe refcounting in MediaDocumentStreamListener. r=jst
2014-02-16 18:26:56 -08:00
Vaibhav Agarwal
d109cb3fc7
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
b4ad96d642
Bug 970248 Simplify constructor of InternalUIEvent r=smaug
2014-02-15 10:06:06 +09:00
Masayuki Nakano
b3b19a9e2f
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
ba44b7e8bd
Bug 971342 - Remove redundant check in IsValidEmailAddress. r=bholley
2014-02-14 11:39:54 -05:00
Bobby Holley
81d20993a7
Bug 956382 - Consider document.domain when deciding whether to return contentDocument. r=mrbkap
2014-02-13 18:57:35 -08:00
Ms2ger
eeb0e69971
Backout changeset c8cd1f6b6d2d because it's not web-compatible.
2014-02-13 10:31:09 +01:00
Jeff Walden
2e98cbd7d0
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
5111aca8f0
Merge m-i to m-c.
2014-02-09 10:31:55 +01:00
Ms2ger
923912957b
Bug 969030 - Remove support for calling document.all; r=bz
2014-02-09 09:04:40 +01:00
Ms2ger
1f86cbc23f
Bug 968805 - Pass nsIDocument to nsIContentViewer.loadStart; r=smaug
2014-02-09 09:04:40 +01:00
Ms2ger
b27251ab25
Bug 964192 - Remove the required argument to captureEvents/releaseEvents; r=bz
2014-02-09 09:04:39 +01:00
Ms2ger
a570615379
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
ce843f3b65
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
191c86706d
Bug 968766 - Part i: Move the document.all NodeLists into a separate hashtable; r=jst
2014-02-09 09:04:36 +01:00
Ms2ger
017d66f984
Bug 968766 - Part h: Replace GetDocumentAllResult by GetDocumentAllList on nsHTMLDocument; r=jst
2014-02-09 09:04:36 +01:00
Ms2ger
6f6b21f39a
Bug 968766 - Part g: Only unwrap the HTMLAllCollection once; r=jst
2014-02-09 09:04:36 +01:00
Ms2ger
2a88f045fd
Bug 968766 - Part f: Introduce HTMLAllCollection::GetNamedItem; r=jst
2014-02-09 09:04:36 +01:00
Ms2ger
3986b6c5dd
Bug 968766 - Part e: Introduce HTMLAllCollection::Item; r=jst
2014-02-09 09:04:35 +01:00
Ms2ger
b86cdb9379
Bug 968766 - Part d: Introduce HTMLAllCollection::Length; r=jst
2014-02-09 09:04:33 +01:00
Ms2ger
781b654612
Bug 968766 - Part c: Remove nsHTMLDocumentSH::GetDocumentAllNodeList; r=jst
2014-02-09 09:02:45 +01:00
Ms2ger
b9492277e4
Bug 968766 - Part b: Store the document.all NodeList in a C++ member rather than a reserved slot; r=jst
2014-02-09 09:02:45 +01:00
Ms2ger
d7fe09563d
Bug 968766 - Part a: Move the custom HTMLAllCollection code from nsDOMClassInfo.cpp to HTMLAllCollection.cpp; r=jst
2014-02-09 09:02:45 +01:00
Ms2ger
076465756c
No bug - Stop building PluginDocument.cpp in unified mode.
...
It pulls in system headers that conflict with the new code in
HTMLAllCollection.cpp.
2014-02-09 09:02:45 +01:00
James Kitchener
c4e3d02e12
Bug 969346 - Allow nesting of srcdoc iframes. r=bz
2014-02-08 21:05:48 -05:00
Rick Eyre
621560cbb6
Bug 881976 - Part 3: Refactor TextTrack classes. r=rillian
...
Change the way they store references to eachother to make more sense.
A Track will never belong to a MediaElement directly. It will always
belong to one through a TextTrackList.
2014-01-27 15:17:20 -05:00
Rick Eyre
61f508e510
Bug 881976 - Part 2: Expose TextTrackList's MediaElement to chrome JS. r=rillian, r=bz
...
Our JS WebVTT implementation (vtt.js) needs access to a TextTrackList's
MediaElement in order to compute a TextTrackCue's line position. Therefore,
we need to expose it to chrome JS.
2014-01-27 14:51:28 -05:00
Ehsan Akhgari
0fcd2af628
Bug 968643 - Part 1: Stop using [PrefControlled]; r=bzbarsky
2014-02-06 13:28:14 -05:00
Henri Sivonen
c1e3afbe3c
Bug 910211 - Guess the fallback encoding from the top-level domain when feasible. r=emk.
2014-02-06 11:08:01 +02:00
Chris Pearce
9e37406b47
Bug 967357 - Null check MediaResource principal to prevent assertion spam. r=roc
2014-02-05 10:34:15 +13:00
Honza Bambas
4fa7f4f872
Bug 949175 - Remove possibility to un-persist a cache entry after it has been opened, r=michal
2014-02-04 01:52:59 +01:00
William Chen
7dc9fbe59e
Bug 946585 - Change how the form element pointer affects parsing template elements. r=hsivonen
2014-01-31 15:03:24 -08:00