Bobby Holley
4aeb2bdfce
Bug 984467 - Remove current inner fallback in CallerInnerWindow. r=bz
2014-11-13 11:13:37 -08:00
Bobby Holley
618459081b
Bug 1092388 - Remove now-unnecessary nsGlobalWindow::CallerGlobal. r=bz
2014-11-13 11:13:37 -08:00
Bobby Holley
e909b02ed6
Bug 1092388 - Clamp the entry and incumbent global to the current global if their principals don't match. r=bz
2014-11-13 11:13:36 -08:00
Bobby Holley
54b4d05332
Bug 1092388 - Remove cross-origin document.write test. r=bz
...
This test is pretty bogus. It uses enablePrivilege and then tries to test
various document.write behaviors across origins.
This test in general is pretty terrible. I spent a while trying to improve it,
got frustrated, was tempted to remove the whole thing, and then finally settled
on this as the path of least resistance.
2014-11-13 11:13:36 -08:00
James Willcox
c968785718
Bug 1086693 - Part 7: Add a Makefile target for updating GeneratedJNIWrappers. r=nalexander
2014-11-13 12:47:24 -06:00
James Willcox
a11a769191
Bug 1086693 - Part 6: Use generated bindings for AndroidMediaCodec and AndroidSurfaceTexture r=blassey,gcp
2014-11-13 12:47:24 -06:00
James Willcox
92d6a7a2b2
Bug 1086693 - Part 5: Add a 'catchException' mode to JNI generator r=ckitching
2014-11-13 12:47:24 -06:00
James Willcox
ba277e178c
Bug 1086693 - Part 4: Add a lazy initialization mode to CodeGenerator, and use it for SDK bindings r=ckitching
2014-11-13 12:47:24 -06:00
James Willcox
1c36972ff1
Bug 1086693 - Part 3: Don't generate members that are above a given API version r=ckitching
2014-11-13 12:47:23 -06:00
Nick Alexander
f71ebbe1e4
Bug 1086693 - Part 2: Generate and build Android SDK JNI wrappers. r=gps
2014-11-13 12:47:23 -06:00
James Willcox
24e85a4ca1
Bug 1086693 - Part 1: Add SDKProcessor r=ckitching
2014-11-13 12:47:22 -06:00
Olli Pettay
5080880ff9
Bug 1090918 - Multiple History items when visiting links and using 'Back', r=bz
...
--HG--
extra : rebase_source : ce5b34fff505a4dc0d98b8cc384e84d33bc0aed1
2014-11-13 20:19:20 +02:00
Eddy Bruël
2a98795af7
Bug 1090929 - Enable the breakpoints tests;r=mratcliffe
2014-11-13 19:36:37 +01:00
Eddy Bruël
b3154c6c49
Bug 1090929 - Enable the watch-expressions tests;r=mratcliffe
2014-11-13 19:32:29 +01:00
Benoit Girard
48140f14fe
Bug 1094442 - Part 2: Adjust tile size to the stride of the gralloc buffers. r=kats
...
--HG--
extra : rebase_source : d3386ee007d6429b81aa6d3ffe6c518fb67c7d6a
2014-11-12 17:55:13 -05:00
Benoit Girard
8a1c4934f8
Bug 1094442 - Part 1: Refactor how tile w/h is queried r=kats
...
--HG--
extra : rebase_source : 70ef00318a718e2ce3149955d2908615d6125cf3
2014-11-12 17:54:29 -05:00
Eddy Bruël
a1015f08d4
Bug 1090929 - Enable the variables-view-* tests;r=fitzgen
2014-11-13 19:23:31 +01:00
Ryan VanderMeulen
d9de42ef04
Backed out changesets 0c9407b0e481, c2c37b2e9fac, and 488700194519 (bug 1000264) for e10s test failures.
...
CLOSED TREE
2014-11-13 12:40:15 -05:00
Nathan Froyd
341d273989
Bug 1097740 - use NS_INLINE_DECL_THREADSAFE_REFCOUNTING for Fake_MediaStreamTrack in FakeMediaStreams.h; r=jesup
2014-11-12 11:07:27 -05:00
Alfredo Yang
bca3f59d38
Bug 1098195 - Return false when failing to get output format. r=edwin
2014-11-13 01:26:00 -05:00
Ting-Yu Lin
4e6fe284fc
Bug 1097094 - Keep a WeakPtr to nsDocShell in SectionCarets. r=roc
...
When SelectionCarets::Terminate() is called, it's not guaranteed that we
can get nsDocShell from PresContext. It causes that SelectionCarets
cannot remove itself as an observer.
To fix this, we keep a member WeakPtr<nsDocShell> so that we can always
have nsDocShell in SelectionCarets::Terminate().
2014-11-13 08:32:00 -05:00
Morris Tseng
ca0f216c74
Bug 1096169 - Handle selection carets overlapping case. r=roc
2014-11-12 23:03:00 -05:00
Andrew Osmond
5d1b5c317c
Bug 1096078 - Restore use of Destroy() for DOMMediaStream. r=jesup
2014-11-10 10:26:00 -05:00
André Reinald
915846e5dd
Bug 1076385 - Start the Mac sandbox on reception of a specific message from the main process (same as Windows and Linux). r=smichaud
2014-11-10 17:59:43 +01:00
Blake
2446097203
Bug 1043274 - Use GraphicBuffer on GonkDecoderModule. r=edwin, r=sotaro
2014-11-12 17:34:21 +08:00
Bruce Sun
a37f273a14
Bug 1033903 - Support GraphicBuffer in MediaCodecReader. r=cpearce, r=sotaro
2014-11-13 11:26:13 +08:00
Paul Adenot
6804e75540
Bug 1000264 - Test for the Promise support of AudioContext.decodeAudioData. r=ehsan
...
--HG--
extra : rebase_source : 190819460674ff21ef83d64f419cb912e1e9fd22
2014-10-22 11:00:00 +02:00
Paul Adenot
8a9f927823
Bug 1000264 - Make AudioContext.decodeAudioData return a promise. r=ehsan,bz
...
--HG--
extra : rebase_source : 79e8b89ddc5d08ccdd131f9b827c9110da0238ee
2014-10-23 12:07:48 +02:00
Paul Adenot
b728df6e24
Bug 1000264 - Allow an object that inherits from nsWrapperCache but not nsISupports to be passed as a Promise::MaybeResolve argument. r=bz
...
--HG--
extra : rebase_source : ff023975d448bac82465e77eff1f49e39658483d
2014-10-22 19:26:10 +02:00
Jan de Mooij
7164fd838c
Bug 1093573 part 14 - Remove newborn generator state. r=wingo
...
--HG--
extra : rebase_source : 63c0f3d2708867c891ed5c70aa9566d282eeabcf
2014-11-13 17:39:53 +01:00
Jan de Mooij
8a10b04489
Bug 1093573 part 13 - Handle closing legacy generators correctly. r=wingo,shu
...
--HG--
extra : rebase_source : d561bc9b8893e8cdff0941530a00824e47d097fc
2014-11-13 17:39:51 +01:00
Jan de Mooij
1231e238d6
Bug 1093573 part 12 - Inline INITIALYIELD and YIELD in Baseline. r=wingo
...
--HG--
extra : rebase_source : 9efa54ab41b250ad659443bd5409c179af478c68
2014-11-13 17:39:49 +01:00
Terrence Cole
6d2cffd940
Bug 1098025 - Remove the manual ReportPendingException from XULDocument::ExecuteScript; r=bholley
2014-11-12 15:12:13 -08:00
Brian Hackett
aa15719b2d
Bug 1096023 - Fix code generation for ClassHook caches when the SPS profiler is active, r=jandem.
2014-11-13 09:30:28 -07:00
Brian Hackett
edfc370287
Bug 1097585 - Don't generate ClassHook caches for calling or constructing proxies, r=jandem.
2014-11-13 09:27:17 -07:00
Michael Ratcliffe
3e6df37c93
Bug 1097762 - part 2 - add test for clearing flag histograms; r=froydnj
2014-11-13 10:18:10 -05:00
Nathan Froyd
dc32d9df06
Bug 1097762 - part 1 - correctly re-initialize flag histograms after clearing them; r=gfritzsche
2014-11-12 12:03:47 -05:00
Olli Pettay
7598f73a1c
Bug 1097302, increase the number of major forget skippables, r=mccr8
...
--HG--
extra : rebase_source : b465ff26006f688cb76d0f3bfe0ed1a564081992
2014-11-12 21:33:50 +02:00
Sotaro Ikeda
4a33624da4
Bug 1091777 - Add TextureClient recycling to CairoImag r=nical
2014-11-13 07:53:49 -08:00
Jan de Mooij
f12bdba2f9
Bug 1097890 - Inline JSOP_NEWOBJECT in Baseline. r=bhackett
2014-11-13 16:41:53 +01:00
Carsten "Tomcat" Book
0d3b8c7ab7
Merge mozilla-central to mozilla-inbound
2014-11-13 16:23:31 +01:00
Carsten "Tomcat" Book
72d415b50a
merge mozilla-inbound to mozilla-central a=merge
2014-11-13 16:20:52 +01:00
Andrew McCreight
b1727c42c2
Bug 1018397 - Start an ICC timer even if ICC is globally disabled. r=smaug
2014-11-13 07:11:55 -08:00
Andrew McCreight
c77716002f
Bug 868139 - Don't redo unmarking work in nsGlobalWindow::CanSkip if we already did it. r=smaug
...
This causes quadratic behavior in forgetSkippable when there are many timeouts.
To avoid this, we mark the CC generation of the last time we ran CanSkip on the window,
and don't do it again if it hasn't changed.
2014-11-13 07:11:55 -08:00
Andrew McCreight
c4d15c6aa0
Bug 1098070 - Remove trailing whitespace from nsCCUncollectableMarker.cpp. r=smaug
2014-11-13 07:11:54 -08:00
Carsten "Tomcat" Book
e88d93ff24
merge fx-team to mozilla-central a=merge
2014-11-13 14:14:04 +01:00
Carsten "Tomcat" Book
0bb8792e06
Backed out changeset e36492ae23a6 (bug 1094434) for Android Reftest Failures on a CLOSED TREE
2014-11-13 12:04:06 +01:00
Carsten "Tomcat" Book
3e46a79990
Backed out changeset 13167bb74be0 (bug 1094434)
2014-11-13 12:03:23 +01:00
Carsten "Tomcat" Book
258abebcff
Backed out changeset b1f8365b8a92 (bug 1081038) for dt Test Failures on a CLOSED TREE
2014-11-13 11:48:21 +01:00
Carsten "Tomcat" Book
1310769e27
Backed out changeset 9243c59c3e56 (bug 1081038)
2014-11-13 11:48:00 +01:00