Boris Zbarsky
|
8c754fd2c7
|
Bug 1013316. Implement GetSupportedNames on HTMLAllCollection. r=smaug
This also fixes the GetSupportedNames on nsContentList HTMLCollections to follow the spec.
|
2014-05-22 00:23:51 -04:00 |
|
Carsten "Tomcat" Book
|
b4c4345ac9
|
Merge mozilla-central to mozilla-inbound
|
2014-05-22 15:44:47 +02:00 |
|
Carsten "Tomcat" Book
|
57c5c82667
|
merge b2g-inbound to mozilla-central
|
2014-05-22 15:21:43 +02:00 |
|
Carsten "Tomcat" Book
|
21991b3b3f
|
Backed out changeset c0f93e0fb095 (bug 942104)
|
2014-05-22 11:46:23 +02:00 |
|
Eric Chou
|
3a7ceafcaa
|
Bug 942104 - Add an event listener "ondiscoverystatechanged", r=gyeh, r=mrbkap
|
2014-05-22 14:09:38 +08:00 |
|
Boris Zbarsky
|
6c0bc65ea8
|
Bug 891952. Named getters for HTMLCollection should never return anything for "". r=smaug
|
2014-05-22 00:23:51 -04:00 |
|
Wes Kocher
|
5ac095d953
|
Merge m-c to b2g-inbound
|
2014-05-21 20:38:07 -07:00 |
|
Wes Kocher
|
f8bb8da7ea
|
Merge b2g-inbound to m-c
|
2014-05-21 20:24:32 -07:00 |
|
Christoph Kerschbaumer
|
8d66fe22fd
|
Bug 1013559 - CSP in C++: Support to parse 1.x headers with the new parser while supporting XCSP using the old JS parser. r=sstamm,grobinson
|
2014-05-20 15:44:22 -07:00 |
|
Carsten "Tomcat" Book
|
48bc654378
|
Backed out changeset 91dad1e50118 (bug 891952) for m1 and m3 test failures on a CLOSED TREE
|
2014-05-22 08:24:17 +02:00 |
|
Carsten "Tomcat" Book
|
926fbdfc50
|
Backed out changeset c0cf2e5d7c56 (bug 1013316)
|
2014-05-22 08:22:30 +02:00 |
|
William Chen
|
911ba177c6
|
Bug 999271 - Implement web components getDestinationInsertionPoints() extension to Element interface. r=mrbkap
|
2014-05-21 23:11:53 -07:00 |
|
Boris Zbarsky
|
661c917de9
|
Bug 1013316. Implement GetSupportedNames on HTMLAllCollection. r=smaug
This also fixes the GetSupportedNames on nsContentList HTMLCollections to follow the spec.
|
2014-05-22 00:23:51 -04:00 |
|
Boris Zbarsky
|
61c102231c
|
Bug 891952. Named getters for HTMLCollection should never return anything for "". r=smaug
|
2014-05-22 00:23:51 -04:00 |
|
Vasanthakumar Pandurangan
|
7d3d536bb6
|
Bug 1010685 - FileMediaResource Tell() should not return 0 when file is closed. r=roc
|
2014-05-19 15:03:24 +05:30 |
|
Ryan VanderMeulen
|
ad4282b28a
|
Merge b2g-inbound to m-c.
|
2014-05-21 16:17:37 -04:00 |
|
Ryan VanderMeulen
|
6b85db09da
|
Backed out changeset d8d0a93e6d54 (bug 981477) and changeset 14713f296ec1 (bug 922680) for frequent B2G crashtest failures.
CLOSED TREE
|
2014-05-21 15:23:08 -04:00 |
|
Gabor Krizsanits
|
66c718a038
|
Bug 877072 - HTML Imports part1. r=mrbkap
|
2014-05-21 19:08:12 +02:00 |
|
Vincent Chen
|
d478f9a9e6
|
Bug 981477 - Disable B2G emulator reftests that fail oop, r=ahal
|
2014-05-21 12:19:54 -04:00 |
|
Kartikaya Gupta
|
ed28b62150
|
Bug 1001438 - Remove setCriticalDisplayPortForElement and have the getter function automatically compute it. r=tn
|
2014-05-21 12:06:02 -04:00 |
|
Ryan VanderMeulen
|
12af90cabb
|
Bug 881443 - Disable test_video_wakelock.html on B2G debug emulator builds.
|
2014-05-21 10:02:35 -04:00 |
|
Carsten "Tomcat" Book
|
3189a1798c
|
merge b2g-inbound to mozilla-central
|
2014-05-21 14:08:03 +02:00 |
|
Carsten "Tomcat" Book
|
f7c7993e83
|
Backed out changeset 90f267beb7f5 (bug 951278) for Build Bustage on a CLOSED TREE
|
2014-05-21 10:44:22 +02:00 |
|
Matthew Gregan
|
d8900e1c9b
|
Bug 1013032 - Initialize pending subdecoders directly rather than waiting on a task (that may be blocked) to do it. r=cajbir
|
2014-05-19 19:59:00 +12:00 |
|
Birunthan Mohanathas
|
6f68094e30
|
Bug 869836 - Part 9: Use AssignLiteral instead of Assign(NS_LITERAL_STRING(...)) . r=ehsan
|
2014-05-22 06:48:52 +03:00 |
|
Birunthan Mohanathas
|
2deaba6d91
|
Bug 869836 - Part 8: Use Append('c') instead of Append("c") . r=ehsan
|
2014-05-22 06:48:52 +03:00 |
|
Birunthan Mohanathas
|
76ca8ec617
|
Bug 869836 - Part 7: Use AppendLiteral instead of Append where possible. r=ehsan
|
2014-05-22 06:48:51 +03:00 |
|
Birunthan Mohanathas
|
c4568a7085
|
Bug 869836 - Part 6: Use EqualsLiteral instead of Equals where possible. r=ehsan
|
2014-05-22 06:48:51 +03:00 |
|
Birunthan Mohanathas
|
e2a009d822
|
Bug 869836 - Part 5: Use AssignLiteral instead of Assign where possible. r=ehsan
|
2014-05-22 06:48:51 +03:00 |
|
Birunthan Mohanathas
|
807e72372f
|
Bug 869836 - Part 4: Use EqualsLiteral instead of Equals(NS_LITERAL_STRING(...)) . r=ehsan
|
2014-05-22 06:48:51 +03:00 |
|
Birunthan Mohanathas
|
411a8639b4
|
Bug 869836 - Part 3: Use Append('c') instead of AppendLiteral("c") . r=ehsan
|
2014-05-22 06:48:51 +03:00 |
|
Birunthan Mohanathas
|
62570a8716
|
Bug 869836 - Part 2: Use AppendLiteral instead of Append(NS_LITERAL_STRING(...)) . r=ehsan
|
2014-05-22 06:48:50 +03:00 |
|
Wes Kocher
|
f3c274917a
|
Merge m-c to inbound
|
2014-05-21 20:34:12 -07:00 |
|
Anthony Jones
|
0caa8d383f
|
Bug 908503: Change to stagefright demuxer; r=cpearce
Bug 908503: Build config changes for libstagefright demuxer; r=glandium
Bug 908503: Remove Chrome demuxer; r=cpearce
Bug 908503: Add conversion to Annex B; r=cpearce
|
2014-05-22 14:42:39 +12:00 |
|
Jan Beich
|
4a35fe6ead
|
Bug 1013907: Unbreak WebRTC build on BSDs after bug 1007775. r=gcp
|
2014-05-21 16:42:52 +02:00 |
|
Carsten "Tomcat" Book
|
88b5b45de0
|
Merge mozilla-central to mozilla-inbound
|
2014-05-21 14:26:21 +02:00 |
|
Jan Beich
|
d43aad9a35
|
Bug 1012415 - Explicitly include <unistd.h> for _exit() on XP_UNIX. r=josh
|
2014-05-18 10:29:00 -04:00 |
|
Christoph Kerschbaumer
|
898a3d5f50
|
Bug 994466 - CSP in C++: Fix memory leak in CSPContext. r=sstamm
|
2014-05-21 09:47:13 -07:00 |
|
Sid Stamm
|
1f87f6e46f
|
Bug 994322 - Violation reporting support for the new CSP implementation. r=ckerschb, r=grobinson
|
2014-05-20 10:20:00 -04:00 |
|
Shigeyuki Tsukihashi
|
0c42a785d9
|
Bug 999964 part 2 - mochitest, reftest for Bug 999964; r=longsonr
|
2014-05-15 11:03:49 +09:00 |
|
Shigeyuki Tsukihashi
|
4a3b14fabe
|
Bug 999964 part 1 - Patch for SVG 2 getBBox method; r=longsonr, r=bz
|
2014-05-13 10:24:35 +09:00 |
|
Randell Jesup
|
8d3a546993
|
Bug 921622 - AudioStream rework. r=padenot
|
2014-05-21 03:28:22 -04:00 |
|
Tim Taubert
|
a346e259d5
|
Bug 953360 - Test that <a ping> attribute splits on white space not only space r=jst
|
2014-05-18 10:34:18 +02:00 |
|
Paul Adenot
|
fdf46bf905
|
Backed out changeset 8dd41701dd92 (bug 989921) on a CLOSED TREE
|
2014-05-22 14:49:10 +02:00 |
|
Paul Adenot
|
1a157a4f4c
|
Bug 1007223 - r=ehsan
|
2014-05-13 14:09:44 +02:00 |
|
Paul Adenot
|
5e88dd69e0
|
Bug 989921 - Allow the MediaStreamGraph mixer to send data back to multiple consumers. r=jesup
|
2014-05-22 13:40:51 +02:00 |
|
Olli Pettay
|
c4d4a236c5
|
Bug 1009640, the final upload progress event should have lengthComputable true, r=bz
|
2014-05-22 13:54:32 +03:00 |
|
Jan Beich
|
98bf758c69
|
Bug 1014064 fixup - Unbreak runtime of UpdateSystemLoad() on 32bit NetBSD. r=gcp
|
2014-05-22 10:41:00 +02:00 |
|
Jan Beich
|
a379614ed6
|
Bug 1014064 - Implement LoadInfo::UpdateSystemLoad() on BSDs. r=gcp
|
2014-05-21 22:39:55 +02:00 |
|
Vincent Chang
|
249de385e8
|
Bug 951278 - [RTSP][V1.3] The RTSP streaming always stops at the last 1st or 2nd second. r=sworkman
|
2014-03-18 14:30:51 +08:00 |
|