Boris Zbarsky
|
f65d94f073
|
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
|
d928ed6914
|
Merge mozilla-central to mozilla-inbound
|
2014-05-22 15:44:47 +02:00 |
Carsten "Tomcat" Book
|
2b06f4758f
|
merge b2g-inbound to mozilla-central
|
2014-05-22 15:21:43 +02:00 |
Carsten "Tomcat" Book
|
b36416deac
|
Backed out changeset c0f93e0fb095 (bug 942104)
|
2014-05-22 11:46:23 +02:00 |
Eric Chou
|
4edee05144
|
Bug 942104 - Add an event listener "ondiscoverystatechanged", r=gyeh, r=mrbkap
|
2014-05-22 14:09:38 +08:00 |
Boris Zbarsky
|
35342606f7
|
Bug 891952. Named getters for HTMLCollection should never return anything for "". r=smaug
|
2014-05-22 00:23:51 -04:00 |
Wes Kocher
|
d8940fe139
|
Merge m-c to b2g-inbound
|
2014-05-21 20:38:07 -07:00 |
Wes Kocher
|
df451a02c1
|
Merge b2g-inbound to m-c
|
2014-05-21 20:24:32 -07:00 |
Christoph Kerschbaumer
|
02897941c7
|
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
|
73b3171eda
|
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
|
d5e3b7e734
|
Backed out changeset c0cf2e5d7c56 (bug 1013316)
|
2014-05-22 08:22:30 +02:00 |
William Chen
|
ccc506dc38
|
Bug 999271 - Implement web components getDestinationInsertionPoints() extension to Element interface. r=mrbkap
|
2014-05-21 23:11:53 -07:00 |
Boris Zbarsky
|
deaae1898e
|
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
|
a06b36141b
|
Bug 891952. Named getters for HTMLCollection should never return anything for "". r=smaug
|
2014-05-22 00:23:51 -04:00 |
Vasanthakumar Pandurangan
|
28e3c20b2a
|
Bug 1010685 - FileMediaResource Tell() should not return 0 when file is closed. r=roc
|
2014-05-19 15:03:24 +05:30 |
Ryan VanderMeulen
|
29d0dd7695
|
Merge b2g-inbound to m-c.
|
2014-05-21 16:17:37 -04:00 |
Ryan VanderMeulen
|
e93e623678
|
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
|
9b5a153e09
|
Bug 877072 - HTML Imports part1. r=mrbkap
|
2014-05-21 19:08:12 +02:00 |
Vincent Chen
|
ae94d263e5
|
Bug 981477 - Disable B2G emulator reftests that fail oop, r=ahal
|
2014-05-21 12:19:54 -04:00 |
Kartikaya Gupta
|
82413349d5
|
Bug 1001438 - Remove setCriticalDisplayPortForElement and have the getter function automatically compute it. r=tn
|
2014-05-21 12:06:02 -04:00 |
Ryan VanderMeulen
|
a17ca0a2c9
|
Bug 881443 - Disable test_video_wakelock.html on B2G debug emulator builds.
|
2014-05-21 10:02:35 -04:00 |
Carsten "Tomcat" Book
|
2af1f64a44
|
merge b2g-inbound to mozilla-central
|
2014-05-21 14:08:03 +02:00 |
Carsten "Tomcat" Book
|
0fc3b435f2
|
Backed out changeset 90f267beb7f5 (bug 951278) for Build Bustage on a CLOSED TREE
|
2014-05-21 10:44:22 +02:00 |
Matthew Gregan
|
9f3053ec67
|
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
|
952b834c76
|
Bug 869836 - Part 9: Use AssignLiteral instead of `Assign(NS_LITERAL_STRING(...))`. r=ehsan
|
2014-05-22 06:48:52 +03:00 |
Birunthan Mohanathas
|
59b969f7f4
|
Bug 869836 - Part 8: Use `Append('c')` instead of `Append("c")`. r=ehsan
|
2014-05-22 06:48:52 +03:00 |
Birunthan Mohanathas
|
aea8617b92
|
Bug 869836 - Part 7: Use AppendLiteral instead of Append where possible. r=ehsan
|
2014-05-22 06:48:51 +03:00 |
Birunthan Mohanathas
|
58641805f1
|
Bug 869836 - Part 6: Use EqualsLiteral instead of Equals where possible. r=ehsan
|
2014-05-22 06:48:51 +03:00 |
Birunthan Mohanathas
|
f65339b9ff
|
Bug 869836 - Part 5: Use AssignLiteral instead of Assign where possible. r=ehsan
|
2014-05-22 06:48:51 +03:00 |
Birunthan Mohanathas
|
189593520f
|
Bug 869836 - Part 4: Use EqualsLiteral instead of `Equals(NS_LITERAL_STRING(...))`. r=ehsan
|
2014-05-22 06:48:51 +03:00 |
Birunthan Mohanathas
|
0e6f3a6562
|
Bug 869836 - Part 3: Use `Append('c')` instead of `AppendLiteral("c")`. r=ehsan
|
2014-05-22 06:48:51 +03:00 |
Birunthan Mohanathas
|
19bebbc68d
|
Bug 869836 - Part 2: Use AppendLiteral instead of `Append(NS_LITERAL_STRING(...))`. r=ehsan
|
2014-05-22 06:48:50 +03:00 |
Wes Kocher
|
7e05dc5d1e
|
Merge m-c to inbound
|
2014-05-21 20:34:12 -07:00 |
Anthony Jones
|
a5ed041766
|
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
|
f900495cef
|
Bug 1013907: Unbreak WebRTC build on BSDs after bug 1007775. r=gcp
|
2014-05-21 16:42:52 +02:00 |
Carsten "Tomcat" Book
|
2eaad01451
|
Merge mozilla-central to mozilla-inbound
|
2014-05-21 14:26:21 +02:00 |
Jan Beich
|
25a111b07e
|
Bug 1012415 - Explicitly include <unistd.h> for _exit() on XP_UNIX. r=josh
|
2014-05-18 10:29:00 -04:00 |
Christoph Kerschbaumer
|
9006215f4c
|
Bug 994466 - CSP in C++: Fix memory leak in CSPContext. r=sstamm
|
2014-05-21 09:47:13 -07:00 |
Sid Stamm
|
2515ec9fed
|
Bug 994322 - Violation reporting support for the new CSP implementation. r=ckerschb, r=grobinson
|
2014-05-20 10:20:00 -04:00 |
Shigeyuki Tsukihashi
|
32fd41f353
|
Bug 999964 part 2 - mochitest, reftest for Bug 999964; r=longsonr
|
2014-05-15 11:03:49 +09:00 |
Shigeyuki Tsukihashi
|
29fc5495c2
|
Bug 999964 part 1 - Patch for SVG 2 getBBox method; r=longsonr, r=bz
|
2014-05-13 10:24:35 +09:00 |
Randell Jesup
|
df234f1d00
|
Bug 921622 - AudioStream rework. r=padenot
|
2014-05-21 03:28:22 -04:00 |
Tim Taubert
|
0032b00e5d
|
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
|
f18276b91f
|
Backed out changeset 8dd41701dd92 (bug 989921) on a CLOSED TREE
|
2014-05-22 14:49:10 +02:00 |
Paul Adenot
|
4548b74d78
|
Bug 1007223 - r=ehsan
|
2014-05-13 14:09:44 +02:00 |
Paul Adenot
|
897696648c
|
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
|
98998b7d84
|
Bug 1009640, the final upload progress event should have lengthComputable true, r=bz
|
2014-05-22 13:54:32 +03:00 |
Jan Beich
|
866b818108
|
Bug 1014064 fixup - Unbreak runtime of UpdateSystemLoad() on 32bit NetBSD. r=gcp
|
2014-05-22 10:41:00 +02:00 |
Jan Beich
|
dd1958ea97
|
Bug 1014064 - Implement LoadInfo::UpdateSystemLoad() on BSDs. r=gcp
|
2014-05-21 22:39:55 +02:00 |
Vincent Chang
|
78dd44da11
|
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 |