Commit Graph

207598 Commits

Author SHA1 Message Date
Honza Bambas
193df74284 Bug 1064258 - Allow caching channels only store metadata, r=jduell 2014-09-30 15:32:47 +02:00
Jan Varga
e3d70ed01d Bug 1074111 - TransactionBase::VerifyRequestParams should check transaction mode for delete and clear request; r=bent 2014-09-30 15:05:48 +02:00
Randell Jesup
d88304cbcf Bug 1074048: Allow MainThread access if the graph is shut down (for RunDuringShutdown) r=roc 2014-09-30 08:59:05 -04:00
Julian Seward
ddd2a41ab8 Bug 1065310 - nsHtml5TreeBuilder::contextName is used uninitialised. r=hsivonen.
--HG--
extra : rebase_source : 3baca5d39f2898f20d218ec3073e2406ea277510
2014-09-30 14:29:48 +02:00
Jon Coppeard
e9b859c9a1 Bug 1073577 - Fix new object cache interactions with moving GC r=terrence 2014-09-30 13:20:48 +01:00
Markus Stange
a598fa8ed3 Bug 1073727 - Fix bustage. 2014-09-30 14:08:18 +02:00
Markus Stange
b099146594 Bug 1073570 - Reset the base CTM after native widget drawing. r=smichaud 2014-09-30 13:51:54 +02:00
Markus Stange
9582f8800c Bug 1073727 - Make OverscrollHandoffState::mPanDistance non-negative during OS X APZ panning. r=botond 2014-09-30 13:51:37 +02:00
Markus Stange
345bbcdd42 Bug 1073230 - Address Jeff's review comments from bug 1011166 comment 60. r=jrmuizel 2014-09-30 13:51:09 +02:00
Andrea Marchesini
2ac20446d6 Bug 1060737 - Unloading a patch with SharedWorkers should not assert, r=bent 2014-09-30 11:43:19 +01:00
Benjamin Bouvier
6504941ec5 Bug 1068725: Add Mandelbrot SIMD demo to the test suite; r=luke 2014-09-30 11:33:27 +02:00
Benjamin Bouvier
5cab5c5c56 Bug 1068725: Use actual input's type for a move when reifying allocations with backtracking regalloc; r=sunfish 2014-09-30 11:33:17 +02:00
Benjamin Bouvier
eb393525a6 Bug 1068725: More debugging and assertions for MoveGroups; r=sunfish
* * *
Bug 1068725: Make the MoveGroup type spew debug only; r=bustage
2014-09-30 11:33:11 +02:00
Simone Bruno
44240be360 Bug 1058286 - Add intree tooltool manifests for avds artifacts needed for android tests. r=armenzg 2014-09-30 03:06:03 -07:00
Carsten "Tomcat" Book
20215f8e99 Backed out changeset 76009dc6ed72 (bug 1068725) for bustage on a CLOSED TREE 2014-09-30 11:52:10 +02:00
Carsten "Tomcat" Book
621f4698e3 Backed out changeset a3ed62c1d3f6 (bug 1068725) 2014-09-30 11:51:49 +02:00
Carsten "Tomcat" Book
c8776a47a8 Backed out changeset 9dc808ef69a4 (bug 1068725) 2014-09-30 11:51:40 +02:00
Benjamin Bouvier
f91dfa4d1f Bug 1068725: Add Mandelbrot SIMD demo to the test suite; r=luke 2014-09-30 11:33:27 +02:00
Benjamin Bouvier
c404ead360 Bug 1068725: Use actual input's type for a move when reifying allocations with backtracking regalloc; r=sunfish 2014-09-30 11:33:17 +02:00
Benjamin Bouvier
ab3e578a53 Bug 1068725: More debugging and assertions for MoveGroups; r=sunfish 2014-09-30 11:33:11 +02:00
Bob Owen
fe30d71f59 Bug 1054646 - Part 2: test loading of blob and data URLs in unique origin iframe sandbox. r=bz 2014-09-30 08:51:47 +01:00
Bob Owen
85b74eed3f Bug 1054646 - Part 1: Change nsNullPrincipal::CheckMayLoad to always allow loads when the principal of the URI in the principal doing the load. r=bz 2014-09-30 09:09:36 +01:00
Nick Fitzgerald
12d32f477d Bug 1056373 - Remove debug logging that accidentally got left over. r=jimb 2014-09-23 09:00:00 +02:00
Lars T Hansen
83e7288eb7 Bug 1072176 - Clean up misplaced assertions in public functions. r=waldo
--HG--
rename : js/src/jit-test/tests/sharedbuf/bug1068458-toolong.js => js/src/jit-test/tests/sharedbuf/toolong.js
2014-09-30 10:23:28 +02:00
Carsten "Tomcat" Book
48c0355651 Backed out changeset d42938fd0288 (bug 1002855) for web-platform-4 test failures 2014-09-30 10:04:11 +02:00
Cykesiopka
1554cac9c3 Bug 1073865 - Add missing SSL_ERROR l10n strings v1. r=dkeeler 2014-09-27 14:02:00 +02:00
Jan Beich
96a0c24b2a Bug 1073709 - Disable C++11 <atomic> when using GCC with libc++. r=waldo 2014-09-26 15:15:00 +02:00
Douglas Crosher
b6f78246ff Bug 1071456 - IonMonkey: optimize DoubleToFloat32 to useAtStart the argument. r=sunfish 2014-09-27 00:31:13 +10:00
Douglas Crosher
43181faed1 Bug 1070985 - IonMonkey x64: add some move instructions with a constant address operand, and fix the formatters to emit REX prefixes. r=nbp 2014-09-30 01:02:11 +10:00
Chris Jones
739e3a3242 Bug 1069573 - Use the bKGD PNG background color (if present) to fill the background of animation frames. r=mwu 2014-09-25 19:18:21 -07:00
Michael Pruett
1e54b96268 Bug 1056871 - Remove workarounds for bug 687194 in tests. r=mconley 2014-09-28 21:52:25 -05:00
JW Wang
078e44875f Bug 1051658 - Part 1 - handle AudioSink init failure in MediaDecoderStateMachine. r=kinetik. 2014-09-29 17:42:00 +02:00
JW Wang
3449f871ec Bug 1051658 - Part 2 - notify decode error when AudioSink init failed. r=kinetik 2014-09-29 01:31:00 +02:00
Valentin Gosu
d187726b90 Bug 1002855 - Turn on Resource Timing. r=bz 2014-09-19 02:28:43 +03:00
JW Wang
bbd545154b Bug 962874 - Enable content/media mochitests on b2g desktop builds. r=cpearce 2014-09-29 19:23:00 +02:00
Jonathan Kew
840d8b0fd5 Bug 1065002 pt 2 - Add an orientation field to nsFontMetrics. r=jdaggett 2014-09-30 07:38:35 +01:00
Jonathan Kew
9407713a2b Bug 1065002 pt 1.3 - Add an Orientation parameter to gfxFont::GetMetrics and dispatch to horizontal or vertical as needed. r=jdaggett 2014-09-30 07:38:26 +01:00
Jonathan Kew
cbdf2b8244 Bug 1065002 pt 1.2 - Add CreateVerticalMetrics to gfxFont, to read/synthesize metrics for vertical layout. r=jdaggett 2014-09-30 07:38:06 +01:00
Jonathan Kew
08e2504e53 Bug 1065002 pt 1.1 - Rename gfxFont::GetMetrics to GetHorizontalMetrics, and add a GetMetrics wrapper to access it. r=jdaggett 2014-09-30 07:37:40 +01:00
Jonathan Kew
3ff7b19ff8 Bug 727276 - Reftests for emoji-style variation selectors. r=roc 2014-09-30 07:28:28 +01:00
Jonathan Kew
21d25f9507 Bug 727276 - Use emoji-style variation selector to help GetCommonFallbackFonts make an appropriate choice. r=roc 2014-09-30 07:27:55 +01:00
Carsten "Tomcat" Book
5404757967 Backed out changeset 571cef4dcf52 (bug 1074004) for m-oth test failure
--HG--
rename : media/libnestegg/README.md => media/libnestegg/README
2014-09-30 08:16:55 +02:00
Carsten "Tomcat" Book
8514885e2d Backed out changeset 2af5453da3ab (bug 1074004) 2014-09-30 08:16:31 +02:00
Carsten "Tomcat" Book
5928de8352 Backed out changeset 405b97368630 (bug 1074004) 2014-09-30 08:16:27 +02:00
Nicholas Nethercote
5b0e87974d Bug 1074062 - Fix a DMD link error that only affects some Macs. r=froydnj. 2014-09-29 19:08:45 -07:00
Camilo Viecco
836f2a96a1 Bug 787133 - (hpkp) Part 2/2. Tests r=keeler 2014-09-29 20:31:08 -07:00
Camilo Viecco
1954b909cc Bug 787133 - (hpkp) Part 1/2. Header Parsing and interface within PSM. r=keeler, r=mcmanus 2014-09-03 10:24:12 -07:00
JW Wang
4e9f76649f Bug 883731 - Per spec. autoplay activation should be handled by readyState transition. r=cpearce 2014-09-29 16:53:00 +13:00
JW Wang
e25d70a688 Bug 883731 - Progress update should be associated with network state transitions. Also centralize network state transition code. r=cpearce 2014-09-24 19:26:00 +12:00
JW Wang
872d1bef82 Bug 883731 - Remove unnecessary update of readyState and introduce NEXT_FRAME_UNAVAILABLE_SEEKING so that we return HAVE_METADATA while seeking. r=cpearce 2014-09-24 19:25:00 +12:00