Boris Zbarsky
0d2d6e5990
Bug 952062. Fix union codegen to properly destroy the union members if conversion to them fails. r=dzbarsky
2013-12-20 15:33:57 -05:00
Boris Zbarsky
030fd2dea3
Bug 952375. Include headers for external interfaces in UnionConversions.h. r=dzbarsky
2013-12-20 14:28:18 -05:00
Boris Zbarsky
1caadebe3a
Bug 951245. Forwarding to outer should check for active document, not current inner, to handle document.open() cases. r=peterv
2013-12-20 14:28:18 -05:00
Boris Zbarsky
19974443d8
Bug 949890. Fix rooting hazard in workers::XMLHttpRequest::Send. r=khuey
2013-12-20 14:28:18 -05:00
Boris Zbarsky
83e066b926
Bug 937461. Make cloneNode/importNode "deep" arg default to false, since the spec changed on us. r=sicking
2013-12-20 14:28:17 -05:00
Ben Turner
6809652fbc
Bug 951671, Periodic Worker activity during idle. r=khuey.
2013-12-20 14:03:19 -05:00
Gregory Szorc
97c0ff0e56
Bug 951352 - Disallow XPIDL_MODULE if XPIDL_SOURCES isn't defined; r=glandium
...
Once upon a time XPIDL_MODULE and MODULE were kind of the same and
MODULE got mass-converted into XPIDL_MODULE with the removal of MODULE
in bug 939044. Unfortunately, we forgot to add a check for XPIDL_MODULE
being defined if XPIDL_SOURCES isn't (a build config that makes no sense
and only results in cargo culting).
This patch corrects that oversight.
--HG--
extra : rebase_source : d609e2baa8d16df97c944bc9def26ad05527d937
2013-12-17 12:45:56 -08:00
Rick Eyre
42f6a15b8f
Bug 882299 - Implement VTTCue::Line. r=smaug, r=rillian
2013-12-16 14:35:01 -05:00
Rick Eyre
47bef1e163
Bug 949642 - Implement VTTCue::LineAlign. r=rillian
2013-12-13 09:29:15 -05:00
David Zbarsky
f71defebb9
Bug 928953 - WebIDL headers should include the file for enums. r=bz
2013-12-20 11:37:48 -05:00
Carsten "Tomcat" Book
3391d32968
Merge mozilla-central to mozilla-inbound
2013-12-20 11:37:10 +01:00
Carsten "Tomcat" Book
42b57bd398
merge b2g-inbound to mozilla-central
2013-12-20 10:23:46 +01:00
Vivien Nicolas
3d88d757de
Bug 950300 - Cancel APZC panning is the first touchmove is preventDefault'ed. r=kats
2013-12-20 10:11:01 +01:00
Andrea Marchesini
8564b26349
Bug 949456 - MessageEventInit updated to the latest spec, r=bz
2013-12-20 08:51:03 +00:00
Boris Zbarsky
0daf8f86ed
Bug 952073. Fix codegen to actually work correctly for the case of a nullable union dictionary member with no default value. r=dzbarsky
...
This fix just makes us take the normal Optional codepath for this case, since there is no weirdness here.
2013-12-19 23:30:38 -05:00
Wes Kocher
5a32781eab
Merge m-c to b2g-inbound
2013-12-19 19:52:38 -08:00
Wes Kocher
62489cc3a1
Merge m-c to inbound
2013-12-19 19:51:23 -08:00
Yuan Xulei
8cb085fc4e
Bug 932145 - Mochitest support for Keyboard/IME API. r=fabrice
2013-12-20 11:05:52 +08:00
Wes Kocher
8572872387
Merge inbound to m-c
2013-12-19 18:58:45 -08:00
Ryan VanderMeulen
59b668bd01
Backed out changeset f9b9eae77c66 (bug 932145) for desktop B2G mochitest orange.
2013-12-19 12:07:28 -05:00
Jessica Jong
6d2d4fa547
Bug 951958 - B2G RIL: set/get preferred network type error message is not set accordingly. r=hsinyi
2013-12-19 11:07:14 -05:00
Gabriele Svelto
086840ca14
Bug 950105 - Escape reserved characters when converting a WBXML document to XML. r=vicamo, r=chucklee
2013-12-18 17:19:42 +01:00
Yuan Xulei
a831a6eaec
Bug 932145 - Mochitest support for Keyboard/IME API. r=fabrice
2013-12-19 11:05:12 -05:00
Ryan VanderMeulen
383add0e97
Backed out changesets ccdc3d4f4571, 4dcc91e771e3, 0ae14946314b, and 94d22ab0b17f (bug 937960) for Windows 7 debug xpcshell failures.
2013-12-19 16:57:55 -05:00
Ehsan Akhgari
041fdf98a7
Bug 951555 - Clean up dead code from dom/workers/RuntimeService.cpp after removal of heuristic detection from the File API; r=bent
2013-12-18 22:54:26 -05:00
Ryan VanderMeulen
b2d26bcc16
Merge m-c to inbound.
2013-12-18 21:28:22 -05:00
Ryan VanderMeulen
5abbd7ae72
Merge b2g-inbound to m-c.
2013-12-18 21:27:05 -05:00
Vivien Nicolas
7a724b22f1
Bug 950489 - While changing the range of an input type range the page is moving as well. r=kats
2013-12-19 01:12:47 +01:00
Ryan VanderMeulen
75c2b59eb5
Backed out changesets b03bd1170d1c, 419615a1195d, a1b699b80442, and 524c573fd8a6 (bug 937960) for Win7 debug xpcshell orange.
2013-12-18 19:04:11 -05:00
Ryan VanderMeulen
dd8643cc43
Backed out changesets 472a1be79a9f, 2b43b310858b, and adc20d941bd8 (bug 948554) for Win7 debug xpcshell timeouts.
2013-12-18 19:03:28 -05:00
Adam Roach [:abr]
7cff11994e
Bug 784491 - Part 1: Add constraints to addStream r=jib
2013-12-18 13:54:23 -06:00
Andrew McCreight
f95d404cd5
Bug 948554, part 3 - Capture max slice time in logs and telemetry. r=smaug
2013-12-18 11:42:16 -08:00
Andrew McCreight
570de35866
Bug 948554, part 2 - Convert some of nsJSEnvironment to TimeStamp for greater precision. r=smaug
2013-12-18 11:42:16 -08:00
Andrew McCreight
d95abb4ad4
Bug 948554, part 1 - Rename PrepareForCycleCollection and make it a method. r=smaug
...
This name is more precise, because we must call it once per slice,
not once per CC. Being a method on the CC stats object is more consistent.
2013-12-18 11:42:16 -08:00
Andrew McCreight
dbbe1738b1
Bug 937960, part 4 - Reduce time until CC when it is incremental. r=smaug
2013-12-18 11:42:16 -08:00
Andrew McCreight
c6cd1b5b90
Bug 937960, part 3 - Pass in a small time budget with ICC. r=smaug
2013-12-18 11:42:16 -08:00
Andrew McCreight
78104dd42d
Bug 937960, part 2 - Add ICC slice timer and scheduling. r=smaug
2013-12-18 11:42:16 -08:00
Andrew McCreight
56a0c5e7b9
Bug 937960, part 1 - Add ICC pref to nsJSEnv. r=smaug
2013-12-18 11:42:15 -08:00
Boris Zbarsky
3b13ccd431
Bug 949501. Make nullable unions that are isMember stop claiming to have a holder. r=dzbarsky
2013-12-18 11:20:43 -05:00
Masatoshi Kimura
0ca884d24e
Bug 950311 - deCOM nsIDOMLoadStatus. r=mayhemer
2013-12-19 00:11:54 +09:00
Carsten "Tomcat" Book
3a5c8b2e65
merge b2g-inbound to mozilla-central
2013-12-18 15:48:38 +01:00
Carsten "Tomcat" Book
e928996c0d
merge b2g-inbound to mozilla-central
2013-12-18 12:35:21 +01:00
Eric Chou
5e59ce2690
Bug 949772 - Fire PropertyChanged to registered BluetoothDevice objects, r=gyeh
2013-12-18 18:21:37 +08:00
Eric Chou
510e723f79
Bug 949772 - Make BluetoothAdpater be able to deal with multiple properties in one PropertyChanged event, f=btian, r=gyeh
2013-12-18 18:21:05 +08:00
Wes Kocher
b8c5904bf6
Merge m-c to b2g-inbound
2013-12-17 21:22:31 -08:00
Ben Tian
aed903d3cd
Bug 949843 - Don't use char* str = NS_ConvertUTF16toUTF8(aBdAddress).get();, r=echou
2013-12-18 09:53:11 +08:00
Terrence Cole
96e3d97817
Bug 951407 - Fix two hazards introduced by bug 951282; r=sfink
2013-12-17 14:24:22 -08:00
Blake Kaplan
5a1403e62a
Bug 933483 - Don't fire events (and especially request animation frame events) when we're in a modal dialog. r=smaug
2013-12-17 16:12:33 -08:00
Andrew McCreight
197a13c1ee
Bug 937818, part 0 - Root newly created objects in Bind across ADDREF. r=bz
2013-12-17 19:29:56 -08:00
Ryan VanderMeulen
2184455416
Merge b2g-inbound to m-c.
2013-12-17 16:17:49 -05:00