Commit Graph

464597 Commits

Author SHA1 Message Date
Jonathan Watt
682b1373b2 Bug 1253094, part 8 - Stop using DebugOnly for class/struct members in uriloader/. r=bz
MozReview-Commit-ID: BVdAuUzRirt
2016-02-26 15:52:08 +00:00
Jonathan Watt
ccf5c4c6dc Bug 1253094, part 7 - Stop using DebugOnly for class/struct members in storage/. r=mak
MozReview-Commit-ID: 72nH7FVfUtZ
2016-02-26 15:52:08 +00:00
Jonathan Watt
7000ea35bd Bug 1253094, part 6 - Stop using DebugOnly for class/struct members in netwerk/. r=mayhemer
MozReview-Commit-ID: Ab9bM9WI2uD
2016-02-26 15:52:07 +00:00
Jonathan Watt
3032d8365b Bug 1253094, part 5 - Stop using DebugOnly for class/struct members in layout/. r=mats
MozReview-Commit-ID: 3a49kqA4A9
2016-02-26 15:52:07 +00:00
Jonathan Watt
fea223341b Bug 1253094, part 4 - Stop using DebugOnly for class/struct members in js/. r=billm
MozReview-Commit-ID: mBuo3b34dR
2016-02-26 15:52:07 +00:00
Jonathan Watt
3d09b32ad7 Bug 1253094, part 3 - Stop using DebugOnly for class/struct members in ipc/. r=billm
MozReview-Commit-ID: L16CD7xtn3V
2016-02-26 15:52:07 +00:00
Jonathan Watt
2357eb85f9 Bug 1253094, part 2 - Stop using DebugOnly for class/struct members in gfx/. r=Bas
MozReview-Commit-ID: 7rDHRqNgQqL
2016-02-26 15:52:07 +00:00
Jonathan Watt
a73bd8c354 Bug 1253094, part 1 - Stop using DebugOnly for class/struct members in dom/. r=baku
MozReview-Commit-ID: ErWZs9oV4WS
2016-02-26 15:52:06 +00:00
Jan-Ivar Bruaroey
2f8eca5103 Bug 1181768 - Make already-defined pc.getConfiguration() work. r=mt
MozReview-Commit-ID: 14uiIICVF30

--HG--
extra : rebase_source : 0b2977cf89111c4d6dcba5ad868d84e5a66e0154
2016-03-04 15:05:20 -05:00
Bob Owen
8021ceae37 Bug 1253850: On Windows change MOZ_DEBUG_CHILD_PROCESS back to JIT and add MOZ_DEBUG_CHILD_PAUSE for a 10 second pause. r=mchang 2016-03-07 17:08:15 +00:00
Ruxton
707e2585e7 Bug 1109614 - Part 2: TextTrackManager now fires cues before checking for videoFrame. r=rillian
MozReview-Commit-ID: 8DgLRbgfKrp
2016-03-07 09:05:16 -08:00
Ruxton
28870fef4b Bug 1109614 - Part 1: Add tests for TextTrack cuechange on AudioElement. r=rillian
MozReview-Commit-ID: G5BsH2dtJHf
2016-03-07 09:05:05 -08:00
Ralph Giles
468b35f654 Bug 1252964 - Update linux64 tooltool rust to 1.7.0. r=mshal
Build from source of rust 1.7.0 stable configured with
--enable-llvm-static-stdcpp --disable-docs --release-channel=stable
and --target=x86_64-unknown-linux-gnu,i686-unknown-linux-gnu
using the quay.io/rust/rust-build-gecko docker image.

https://github.com/rillian/rust-build commit e4902d5a072b.
https://tools.taskcluster.net/task-inspector/#ZSNL6FCoT7mWahGGxpWCOQ/0

--HG--
extra : rebase_source : 134c3a5d10c12b7e0b62b617f193b024d0b5e417
2016-03-03 15:46:00 -08:00
Ralph Giles
87a08b7d36 Bug 1252964 - Update win64 tooltool rust to 1.7.0. r=mshal
Repacked official release builds of rustc and the std library.

--HG--
extra : rebase_source : 4624e000cea035c24cbd943619ef61480ac444ee
2016-03-03 15:47:00 -08:00
Ralph Giles
36c9305582 Bug 1252964 - Update win32 tooltool rust to 1.8 beta. r=mshal
Repacked official beta builds of rustc 1.8 and the std library.

We still need the unwind fixes in 1.8, but want to update
now that version is in beta. This doesn't address the sse2
issues with the std library code; see bug 1253202.

--HG--
extra : rebase_source : 8cf31b8946418199aa74499fcdfa40b7ef2b2161
2016-03-03 15:47:00 -08:00
Tooru Fujisawa
418a892902 Bug 1253847 - Do not count the skipped EOL inside template literal. r=jorendorff 2016-03-08 01:27:26 +09:00
Andrea Marchesini
fc95fc353b Bug 1249224 - window.open() should open a new window in the same container, r=bz 2016-03-07 17:09:52 +01:00
Ms2ger
0a30447a70 Bug 908038 - Move worker_buf.js installation into moz.build; r=mshal 2016-03-07 17:00:49 +01:00
Luke Wagner
56cf5fe802 Bug 1253877 - Baldr: cast -1 to uint8 to avoid 'shifting negative' error on CLOSED TREE (r=bustage)
MozReview-Commit-ID: 8CYGVBxTpsg
2016-03-07 09:56:34 -06:00
Luke Wagner
4b64ae2ba8 Bug 1253137 - Baldr: switch {i32, i64}.const to SLEB128 (r=sunfish)
MozReview-Commit-ID: uTHr1bhusl

--HG--
extra : rebase_source : 3c91120073a25136065572e5757f160eb0e64fe8
2016-03-07 09:07:39 -06:00
Luke Wagner
71d60b9098 Bug 1253877 - Baldr: print missing text labels in resolving phase (r=mbx)
MozReview-Commit-ID: EWXT88havql

--HG--
extra : rebase_source : 558fdcc5a33998035c8b9e61faf92bf64d45203e
2016-03-07 09:07:39 -06:00
Nathan Froyd
0ce6da7e92 Bug 1253711 - delete unused MediaFormatReader::ByteInterval typedef; r=jya 2016-03-04 15:25:58 -05:00
Sebastian Hengst
6f9fa4450a Backed out changeset 05cef11d91be (bug 1249224) for bustage. r=backout on a CLOSED TREE 2016-03-07 16:35:14 +01:00
Jason Orendorff
d21cf14964 Bug 991016 - Check return value of a setDelegate call. r=efaust.
--HG--
extra : rebase_source : 052f55b4d10dc2a266b8cff6f94740e92b431624
2016-03-04 12:27:17 -06:00
Jason Orendorff
ed98c1bc4b Quick follow-up to bug 1251225 to fix a possibly overflowing left shift (found by Coverity, rs=h4writer on irc)
--HG--
extra : rebase_source : 59744e277f46584716e50379a637b97dccb90a75
2016-03-04 11:26:36 -06:00
Andrea Marchesini
2cbe0e2b70 Bug 1249224 - window.open() should open a new window in the same container, r=bz 2016-03-07 16:22:12 +01:00
Benjamin Bouvier
837be7217a Bug 1254131: Fix non-unified wasm build. r=luke
MozReview-Commit-ID: 3TO17DGdk1K

--HG--
extra : amend_source : 83074b90afdc4f4647850ffc45c44de6ab981822
2016-03-07 16:06:26 +01:00
James Graham
1b28bc5637 Bug 1199038 - Increase the timeout in worker test to reduce instability, r=Ms2ger
MozReview-Commit-ID: 6N3ocuwWpRP

--HG--
extra : rebase_source : 17cd22b62e57359e6cb1c901cdd3c2ef4f9f19f2
2016-03-07 14:32:47 +00:00
Andrea Marchesini
84b95e462e Bug 1253538 - Window.open() should not reuse an existing window if it's running a different container - patch 4, r=me 2016-03-07 15:06:16 +01:00
Ms2ger
d8255d99ca Bug 1253622 - Move the mozilla-trace.h generation into moz.build; r=ted 2016-03-07 14:59:13 +01:00
Gian-Carlo Pascutto
c916e5cefe Bug 1250122 - Fix number of arguments to nsIPermissionManager::Add. r=mfinkle
MozReview-Commit-ID: 6MLRoage5ff

--HG--
extra : rebase_source : 2f8c303128fd2c6b44a9e6f055b39618a7003abb
2016-03-06 19:57:16 +01:00
Andrea Marchesini
3cc763a91d Bug 1253538 - Window.open() should not reuse an existing window if it's running a different container - patch 3, r=me 2016-03-07 14:39:53 +01:00
Andrea Marchesini
4696731947 Bug 1253538 - Window.open() should not reuse an existing window if it's running a different container - patch 2, r=bz 2016-03-07 14:00:08 +01:00
Andrea Marchesini
2269b06d1b Bug 1253538 - Window.open() should not reuse an existing window if it's running a different container - patch 1, r=bz 2016-03-07 13:59:47 +01:00
Edwin Flores
54fb15d59f Bug 1224199 - Remove some unused code in TiledLayerBufferComposite - r=nical 2016-03-07 11:51:12 +00:00
Edwin Flores
b00c15cb8c Bug 1224199 - Don't make the TextureClient wait for compositor recycle if the GLContext is shutting down - r=nical 2016-03-07 11:51:12 +00:00
Carsten "Tomcat" Book
41a0c1ddb8 Backed out changeset d88221aad093 (bug 1251995) for reftest failures 2016-03-07 12:18:40 +01:00
Carsten "Tomcat" Book
b9f86983b1 Backed out changeset bf004c055beb (bug 1251995) 2016-03-07 12:18:19 +01:00
Carsten "Tomcat" Book
1d0a6281ac Backed out changeset 3f9fbbef0294 (bug 1251995) 2016-03-07 12:18:17 +01:00
Carsten "Tomcat" Book
f30e50acc7 Backed out changeset 9b31d6fb1fcb (bug 1251995) 2016-03-07 12:18:16 +01:00
Carsten "Tomcat" Book
26ad32ef03 Backed out changeset ac1d42c669be (bug 1251995) 2016-03-07 12:18:14 +01:00
Carsten "Tomcat" Book
cf20e3d145 Backed out changeset c36e12ded845 (bug 1251995) 2016-03-07 12:18:13 +01:00
Carsten "Tomcat" Book
128137c7a9 Backed out changeset 734559c25cb1 (bug 1251995) 2016-03-07 12:18:11 +01:00
Carsten "Tomcat" Book
15a46d77df Backed out changeset 6cacb08f6f5c (bug 1251995) 2016-03-07 12:18:10 +01:00
Carsten "Tomcat" Book
857c159019 Merge mozilla-central to mozilla-inbound 2016-03-07 11:37:53 +01:00
Carsten "Tomcat" Book
4f4ec17aeb merge mozilla-inbound to mozilla-central a=merge 2016-03-07 11:34:06 +01:00
Nick Alexander
31beca1f33 Bug 1253876 - Back out PushService integration to not burn aurora. r=me
Sadly, this needs to be conditional to not burn builds where
MOZ_ANDROID_GCM is not defined -- such as aurora.  As uplift is soon,
this will have to be relanded behind a conditional abstraction (just
like Adjust).

MozReview-Commit-ID: 80gBojadDic
2016-03-06 20:43:22 -08:00
Kris Maglione
00f1d01219 Bug 1236949: Split up browser_ext_tab_move_window.js. r=me
MozReview-Commit-ID: 5WEdXucSFKa

--HG--
extra : amend_source : f0780333c54467fa2216ef28be6942b2c7d521b0
2016-03-06 17:52:56 -08:00
Mark Hammond
452154b074 Bug 1253120 followup2 - comment-only changes to clarify how UITour-lib validates URL params. r=me 2016-03-07 10:07:13 +11:00
Ryan VanderMeulen
b4bb7fb97d Merge fx-team to m-c. a=merge 2016-03-06 15:03:19 -05:00