Граф коммитов

479857 Коммитов

Автор SHA1 Сообщение Дата
Carsten "Tomcat" Book 5f482a04ff Backed out changeset dc114bc5a88e (bug 1272239) for test failures in own test
--HG--
extra : rebase_source : 333768aab2f99c2a56a3717a09947e1e6b0e234d
2016-06-15 22:17:26 +01:00
Carsten "Tomcat" Book b9a51d9fa5 Backed out changeset ed0b3881c1c4 (bug 1272239)
--HG--
extra : rebase_source : ef6dd065ff8c1dd3eb1a88da8267a4d08ad92bbc
2016-06-15 22:16:54 +01:00
Carsten "Tomcat" Book 89258073ec Backed out changeset 5042da9fc11c (bug 1272239)
--HG--
extra : rebase_source : 0e07e6c6ce691e88e031db6b09d8aab50dce3930
2016-06-15 22:16:52 +01:00
Jonathan Kew a4f0cbcda7 Bug 1279814 - Update mIsoRunLast index when handling PDI. r=xidorn 2016-06-15 22:04:48 +01:00
Sebastian Hengst 47f0d2bc81 Backed out changeset a3f3f077a1ec (bug 1264948) for 'warning treated as error' build failure in JitAllocPolicy.h at least on Windows XP. r=backout on a CLOSED TREE 2016-06-15 19:20:29 +02:00
Sebastian Hengst 44e3577953 Backed out changeset ceb7ec4fd334 (bug 1264948) 2016-06-15 19:19:04 +02:00
Sebastian Hengst 03411b6526 Backed out changeset 8dfdec5ed99b (bug 1264948) 2016-06-15 19:19:00 +02:00
Sebastian Hengst f2da8129aa Backed out changeset 8e99a0d76e62 (bug 1264948) 2016-06-15 19:18:57 +02:00
Sebastian Hengst 5f3aee96a7 Backed out changeset c1c123367921 (bug 1264948) 2016-06-15 19:18:53 +02:00
Sebastian Hengst cb4c0e496d Backed out changeset 46d50a87b3b5 (bug 1264948) 2016-06-15 19:18:03 +02:00
Sebastian Hengst fa09ca3da8 Backed out changeset 831077a22f58 (bug 1264948) 2016-06-15 19:17:59 +02:00
Sebastian Hengst 299ca506e6 Backed out changeset 87f37f6cde59 (bug 1264948) 2016-06-15 19:17:55 +02:00
Cervantes Yu 28706c5d87 Bug 1275398 - Use shmem for sending image data in IPCDataTransfer. r=nical
MozReview-Commit-ID: 9XETnSBXxEW
2016-06-16 00:57:46 +08:00
Cervantes Yu 3115f628a1 Bug 1272018 - Use shared memory to transfer drag image data. r=nical
MozReview-Commit-ID: K5r9LBQ1FO0
2016-06-15 13:49:13 +01:00
Luke Wagner f3398cf009 Bug 1276028 - Baldr: address review comments (r=bbouvier)
--HG--
extra : rebase_source : 974c969fb580b41396aa25e78f379efac96487d8
2016-06-15 06:02:34 +01:00
Nicolas B. Pierron 9c080f9614 Bug 1264948 - IonBuilder::addOsrValueTypeBarrier, check for OOMs when unboxing OSR values. r=h4writer 2016-06-15 16:27:18 +00:00
Nicolas B. Pierron 7551aa899d Bug 1264948 - IonBuilder::inlineArray, check for OOMs when creating array elements without resume points. r=h4writer 2016-06-15 16:27:18 +00:00
Nicolas B. Pierron 1710de95c9 Bug 1264948 - MBasicBlock::inherit, check for OOMs when allocating Phi nodes. r=h4writer 2016-06-15 16:27:18 +00:00
Nicolas B. Pierron 9676f23598 Bug 1278303 part 4 - Fix correctness issue of MCreateThis new-target operand index. r=efaust 2016-06-15 16:27:18 +00:00
Nicolas B. Pierron e7fa0b9e88 Bug 1278303 part 3 - Use a macro to define a list of getOperand accessors. r=jandem 2016-06-15 16:27:18 +00:00
Nicolas B. Pierron c70ce7ef1f Bug 1278303 part 2 - Add MInstruction::New(TempAllocator::Fallible, ...) overload to all trivial MIR Instructions. r=jandem 2016-06-15 16:27:18 +00:00
Nicolas B. Pierron 6d57ca85cc Bug 1278303 part 1 - Prevent uses of TempObject new operator on MIR Instructions. r=jandem 2016-06-15 16:27:18 +00:00
Nicolas B. Pierron c1242e255e Bug 1264948 - MBasicBlock::addPredecessor, check for OOMs when allocating Phi nodes. r=h4writer 2016-06-15 16:27:18 +00:00
Nicolas B. Pierron 6bf999e76d Bug 1264948 - IonBuilder::init, fixup 2016-06-15 16:27:18 +00:00
Nicolas B. Pierron 7076b72f19 Bug 1264948 - IonBuilder::init, reserve ballast space after freezing type sets. r=h4writer 2016-06-15 16:27:18 +00:00
Nicolas B. Pierron bc7d399953 Bug 1264948 - Disable infallible allocator assertion for iregexp. r=bhackett 2016-06-15 16:27:18 +00:00
Nicolas B. Pierron f8e392903f Bug 1264948 part 1 - Register if the LifoAlloc is supposed to be infallible or not. r=jonco,h4writer
This patch adds a new flag to the LifoAlloc structure, which would be used to
assert when we attempt to allocate a new chunk for the LifoAlloc.  This ensure
that we assert (in debug builds) if we attempt to allocate beyong the reserved
space of the ballast.
2016-06-15 16:27:17 +00:00
dlee 987ad863dd Bug 1272239 - P3. Testcase, test gethash. r=francois
--HG--
extra : rebase_source : df9a20cc3ca80df5bf630a4ccb3a16adc4511ac5
2016-06-14 14:48:28 +01:00
Sylvestre Ledru ed2ce60526 Bug 1278104 - Create a library to manage translation of Google play descriptions r=jlund
MozReview-Commit-ID: 4iOffPOGJlW

--HG--
extra : rebase_source : e9a5a16e377e0bb30719019ff9e73bba8945697a
2016-06-13 16:40:30 +01:00
Sylvestre Ledru 954d531ec1 Bug 1278103 - Google update their api client. Needs to update the client r=jlund
MozReview-Commit-ID: 5N76tXfLdPZ

--HG--
extra : rebase_source : e3aabf0c7ffcbdff3cbb429c34de624d009d22e3
2016-06-13 15:31:50 +01:00
Jonathan Watt b92e6743a4 Backed out changeset 1bd6da31483d (bug 1279654) 2016-06-16 17:28:50 +01:00
Jonathan Watt 50ca6cab92 Backed out changeset 4d5124b4bc5b (bug 1279790) 2016-06-16 17:26:59 +01:00
Jonathan Watt 53d1069004 Backed out changeset 248457986c11 (bug 1279789) 2016-06-16 17:25:54 +01:00
Nils Ohlmeier [:drno] 1f4ba9256c Bug 1280259: clear the remote SSRC vector on a track. r=bwc
MozReview-Commit-ID: 9LtaqeiIQoY

--HG--
extra : rebase_source : e063a7965c9daabd7191cdbcadaaf7838032feb5
2016-06-15 16:33:43 +01:00
Chris Peterson b650b6987e Bug 1280283 - Fix uchex warnings about null-check after pointer deref in webrtc/signaling. r=drno 2016-06-15 17:19:29 +01:00
Mark Goodwin 75745129ca Bug 1120377 - Update preferences so TLS error reports are POSTed to the new data pipeline. r=keeler
MozReview-Commit-ID: K1xZp4RQjEo
2016-06-14 15:56:41 +01:00
Jan Varga 3b7511210c Bug 1280336 - b2g-installer broke indexedDB; r=asuth 2016-06-16 15:26:22 +01:00
Kartikaya Gupta 33be75d853 Bug 1247280 - Bump the APZ content response timeout so that we get 99% accuracy. r=botond
MozReview-Commit-ID: FpmuxUcnmpZ

--HG--
extra : rebase_source : d35d82b1790ad3ac66fbca6db90784e47d104e13
2016-06-14 20:30:13 -04:00
Dylan Roeh ff804e75cf Bug 1280369 - Check surface validity in GLController.resumeCompositor r=snorp 2016-06-16 09:57:30 +01:00
Sebastian Hengst fb640267f0 Backed out changeset 44256084ae2e (bug 741760) for reftest leaks. r=backout on a CLOSED TREE 2016-06-16 15:56:55 +02:00
Astley Chen 188c2c3e1a Bug 1277131 : Part 4 - rename -moz-table-outer to -moz-table-wrapper. r=heycam
MozReview-Commit-ID: CsalRdLLcbJ

--HG--
extra : rebase_source : 64c55289f599932b81058935b7896dbcb33ba557
2016-06-16 13:35:54 +01:00
Astley Chen 5bcbb06586 Bug 1277131 : Part 3 - rename nsGkAtoms::tableOuterFrame and nsCSSAnonBoxes::tableOuter. r=heycam
MozReview-Commit-ID: 7GIjtUH9hdZ

--HG--
extra : rebase_source : 818cead88e560effa402e183b4a642fd1a7b9191
2016-06-16 13:35:43 +01:00
Astley Chen 4caee4596d Bug 1277131 : Part 2 - rename nsMathMLmtableOuterFrame to nsMathMLmtableWrapperFrame. r=heycam
MozReview-Commit-ID: EylH72aitOj

--HG--
extra : rebase_source : 4261f2f2f4fef4cf3aaf99bcadb6dfeff9dcbad4
2016-06-16 13:14:50 +01:00
Astley Chen 1fcb0ee95d Bug 1277131 : Part 1 - rename nsTableOuterFrame to nsTableWrapperFrame. r=heycam
MozReview-Commit-ID: KrSHLbmovTM

--HG--
rename : layout/tables/nsTableOuterFrame.cpp => layout/tables/nsTableWrapperFrame.cpp
rename : layout/tables/nsTableOuterFrame.h => layout/tables/nsTableWrapperFrame.h
extra : rebase_source : 730a73b8439f1f5c5ccdb32b241deda5224c321c
2016-06-16 13:14:08 +01:00
Benjamin Bouvier f35f218928 Bug 1279539: Simplify passing float32 arguments to a wasm FFI; r=luke
MozReview-Commit-ID: 9dtJOnpOhxE

--HG--
extra : rebase_source : 8c2878b068e862ede737270fbf7be731db52e1c8
2016-06-15 17:08:55 +02:00
Jan de Mooij 06a262d8ad Bug 1278839 followup - Fix test to check oomTest is present. r=me 2016-06-16 13:10:15 +01:00
Olli Pettay d742f682f3 Bug 741760 - svg-documents-as-images end up to CC graph, r=mccr8, dholbert
--HG--
extra : rebase_source : aac9dc529dff0cb814c905e7f2b07cdfaac5b1fb
2016-06-16 11:32:58 +01:00
Jan de Mooij eab2a7d8f2 Bug 1278839 - Fix a trivial OOM in SetJitCompilerOption. r=nbp 2016-06-16 12:09:24 +01:00
Phil Ringnalda 7d17083dd6 Bug 1268633 followup, adjust test_interfaces.html to expect that the SpeechSynthesis API is riding the trains. r=smaug
MozReview-Commit-ID: BTBvFOoRwKV
2016-06-16 10:51:03 +01:00
Byron Campen [:bwc] 9c47a3e286 Bug 1276805: Make TestNrSocket less chatty. r=drno
MozReview-Commit-ID: 7lXcrCbuQpz

--HG--
extra : rebase_source : bd80c7e4ebdd0413e35f3807ce503d7c27f7809a
2016-06-14 07:08:52 -05:00