Blake Kaplan
|
21be856b2c
|
Bug 1086684 - Stash the full path for file inputs to avoid doing IPC at inopportune times. r=ehsan/bent/gps
|
2015-03-27 13:12:37 -07:00 |
|
Blake Kaplan
|
2104fc3943
|
Bug 1145854 - Don't leak WrapperOwner::className's string. r=billm
|
2015-03-27 13:12:37 -07:00 |
|
Nick Fitzgerald
|
40a1a6071d
|
Bug 1038238 - Part 4: Rename JS::StringifySavedFrameStack to JS::BuildStackString; r=jorendorff
|
2015-03-27 13:08:46 -07:00 |
|
Nick Fitzgerald
|
58bbe3bd06
|
Bug 1038238 - Part 3: js::ComputeStackString should use SavedFrame; r=jorendorff
|
2015-03-27 13:08:46 -07:00 |
|
Nick Fitzgerald
|
a43370e159
|
Bug 1038238 - Part 2: Add module level documentation for
js/src/vm/SavedStacks.h; r=jorendorf
|
2015-03-27 13:08:46 -07:00 |
|
Nick Fitzgerald
|
f3aee023be
|
Bug 1038238 - Part 1: Make Error instances use SavedFrame objects for their
stacks; r=jorendorff
|
2015-03-27 13:08:46 -07:00 |
|
Nick Fitzgerald
|
4736a927ec
|
Bug 1038238 - Part 0: Make js/src/vm/SavedStacks.h use 1-based column numbers,
like js::ComputeStackString and other browsers do; r=jorendorff
https://bugzilla.mozilla.org/show_bug.cgi?id=1038238
|
2015-03-27 13:08:46 -07:00 |
|
Randell Jesup
|
079d0d4ca9
|
Bug 1147857: be careful about WebRTC stats query creation r=jib
|
2015-03-27 15:52:56 -04:00 |
|
Ryan VanderMeulen
|
0b7085d73c
|
Backed out 4 changesets (bug 1139560) for update-the-source-set.html w-p-t failures.
Backed out changeset ffcb5e699ef5 (bug 1139560)
Backed out changeset a0ef86da9b15 (bug 1139560)
Backed out changeset dc2cd9c336c9 (bug 1139560)
Backed out changeset 1e8b305f26b0 (bug 1139560)
CLOSED TREE
|
2015-03-27 15:56:55 -04:00 |
|
Randell Jesup
|
dcb9e16c80
|
Bug 1148231: fix wrong error message on DataChannel failed resend of packet r=khuey
|
2015-03-27 13:34:45 -04:00 |
|
Josh Matthews
|
300ff451c0
|
Bug 1139560 - Fix mochitest expectations for currentSrc. r=orange for a CLOSED TREE
|
2015-03-27 15:36:18 -04:00 |
|
Danilo Cesar Lemes de Paula
|
cfe4583509
|
Bug 1146020 - Make APZCCallbackHandler extend from ChromeProcessController. r=kats
This is one of the first steps to implement use APZC on Fennec.
|
2015-03-27 15:18:19 -04:00 |
|
Daniel Holbert
|
35b939ef57
|
Bug 1148294 part 3: Add more reftests for writing-mode & direction properties' influence on flex axes (as modified copies of first test).
|
2015-03-27 12:06:03 -07:00 |
|
Daniel Holbert
|
dc8234e42d
|
Bug 1148294 part 2: Add one reftest for writing-mode & direction properties' influence on flex axes.
|
2015-03-27 12:06:03 -07:00 |
|
Daniel Holbert
|
838e6f3008
|
Bug 1148294 part 1: Determine flex axes (in FlexboxAxisTracker) using the flex container's writing mode. r=mats
|
2015-03-27 12:06:03 -07:00 |
|
Daniel Holbert
|
055eb65b9c
|
Bug 1148298 part 4: Convert flexbox helper-function IsAxisHorizontal() to be a private implementation detail of FlexboxAxisTracker. r=mats
|
2015-03-27 12:06:03 -07:00 |
|
Daniel Holbert
|
e933c7b1a6
|
Bug 1148298 part 3: Make flexbox helper GetBaselineOffsetFromOuterCrossEdge take a FlexboxAxisTracker instead of an explicit axis. r=mats
|
2015-03-27 12:06:03 -07:00 |
|
Daniel Holbert
|
917f4318ae
|
Bug 1148298 part 2: Replace flexbox static helper-function GetSizePropertyForAxis() with a FlexboxAxisTracker method. r=mats
|
2015-03-27 12:06:03 -07:00 |
|
Daniel Holbert
|
a3b8b101aa
|
Bug 1148298 part 1: Convert most flexbox-layout IsAxisHorizontal() calls into IsMainAxisHorizontal()/IsCrossAxisHorizontal(). r=mats
|
2015-03-27 12:06:03 -07:00 |
|
Alexander Surkov
|
d0bebd0aeb
|
Bug 1147646 - Crash in mozilla::a11y::DocAccessible::ProcessContentInserted while stability testing, r=davidb
|
2015-03-27 14:16:53 -04:00 |
|
Andrea Marchesini
|
b212600c95
|
Bug 1148527 - Indentation fix after bug 1145631, r=ehsan
|
2015-03-27 18:52:19 +00:00 |
|
Bobby Holley
|
0e1691bb70
|
Bug 1144519 - Rename MediaDecoder::OnDecodeThread to MediaDecoder::OnDecodeTaskQueue. r=jya
|
2015-03-27 11:50:21 -07:00 |
|
Bobby Holley
|
c1962366e9
|
Bug 1144519 - Switch MediaDecoderReader subclasses to use OnTaskQueue(). r=jya
|
2015-03-27 11:50:20 -07:00 |
|
Bobby Holley
|
d621df0de5
|
Bug 1144519 - Rename MediaDecoderReader::OnDecodeThread to MediaDecoderReader::OnTaskQueue. r=jya
|
2015-03-27 11:50:20 -07:00 |
|
Bobby Holley
|
c6588a17ec
|
Bug 1144519 - Rename MDSM::OnDecodeThread to MDSM::OnDecodeTaskQueue. r=jya
|
2015-03-27 11:50:19 -07:00 |
|
Bobby Holley
|
8daa1431ae
|
Bug 1144519 - Rename OnStateMachineThread-like functions to reflect the fact that it's a task queue. r=jya
|
2015-03-27 11:50:19 -07:00 |
|
Benjamin Bouvier
|
8ddc1a5fa7
|
Bug 1146295: Make some arguments facultative in splat/with functions; r=h4writer
|
2015-03-24 16:32:49 +01:00 |
|
Benjamin Bouvier
|
4e3770de15
|
Bug 1146295: Rename SimdTypeDescr::TYPE_SCALAR into SimdTypeDescr::TypeXn; r=h4writer
|
2015-03-23 11:55:15 +01:00 |
|
Benjamin Bouvier
|
a1c9ed7f61
|
Bug 1146295: Remove unused FuncZero function; r=h4writer
|
2015-03-23 11:39:10 +01:00 |
|
Benjamin Bouvier
|
ade9b22b83
|
Bug 1146295: Factor out SimdTypeDescr::call; r=h4writer
|
2015-03-27 14:13:35 +01:00 |
|
Benjamin Bouvier
|
ad62fad722
|
Bug 1146295: Inline the last part of CreateAndBindSimdType into CreateAndBindSimdClass; r=h4writer
|
2015-03-23 11:19:25 +01:00 |
|
Benjamin Bouvier
|
2d7294a9a8
|
Bug 1146295: SIMD types' definition helpers have nothing to do in the ::js namespace; r=h4writer
|
2015-03-27 14:50:32 +01:00 |
|
Benjamin Bouvier
|
35dd5063f6
|
Bug 1146295: Factor out SIMD type's methods with their definitions class helper; r=h4writer
|
2015-03-23 11:07:50 +01:00 |
|
Benjamin Bouvier
|
acd4b6defd
|
Bug 1146295: Factor out SIMD types initialization; r=h4writer
|
2015-03-23 10:57:59 +01:00 |
|
Benjamin Bouvier
|
58dcb31c56
|
Bug 1146295: Remove "flags" macro argument in SIMD.h; r=h4writer
|
2015-03-23 10:21:34 +01:00 |
|
Nicolas B. Pierron
|
0c9a079b4c
|
Bug 1143216 - Do not replace recovered on bailout instructions with effective addresses equivalent. r=sunfish
|
2015-03-27 19:47:49 +01:00 |
|
Mike Taylor
|
f20dfa5d73
|
Bug 1064083 - Update srcset web-platform expectations. r=jst
|
2015-03-27 00:04:00 -04:00 |
|
John Schoenick
|
5f8d198721
|
Bug 1139560 - <img>.currentSrc should be not be nullable. r=jst
|
2015-03-04 23:12:00 -05:00 |
|
John Schoenick
|
e412d31cae
|
Bug 1139560 - Fix srcset parser 'After descriptor' state mishandling spaces. r=jst
|
2015-03-04 23:11:00 -05:00 |
|
John Schoenick
|
eab26080f0
|
Bug 1139560 - Reject non-standard parses of integers in srcset descriptors. r=jst
|
2015-03-04 23:09:00 -05:00 |
|
Dan Gohman
|
c82b6f406e
|
Bug 1148232 - OdinMonkey: Mark x86 disassembler code as MOZ_COLD and use MOZ_RELEASE_ASSERT r=luke
|
2015-03-27 10:15:22 -07:00 |
|
Dan Gohman
|
7e367a340f
|
Bug 1148232 - IonMonkey: Delete unused code r=luke
|
2015-03-27 10:15:21 -07:00 |
|
Dan Gohman
|
3e9c3fb001
|
Bug 1148232 - OdinMonkey: Always put asm.js heap alignment masks just before their accesses r=luke
|
2015-03-27 10:15:21 -07:00 |
|
Dan Gohman
|
97633f1581
|
Bug 1148232 - OdinMonkey: Misc CheckArrayAccess cleanups r=luke
|
2015-03-27 10:15:21 -07:00 |
|
Dan Gohman
|
be3b5f7cd3
|
Bug 1148232 - OdinMonkey: Update tests to avoid using legacy syntax. r=luke
|
2015-03-27 10:15:21 -07:00 |
|
Dan Gohman
|
c1f627b1d0
|
Bug 1148232 - OdinMonkey: Update an asm.js error message r=luke
|
2015-03-27 10:15:21 -07:00 |
|
John Schoenick
|
88b3ff855a
|
Bug 1139554 - Fix srcset parser mishandling bare URLs followed by a comma. r=jst
|
2015-03-04 23:07:00 -05:00 |
|
Jeff Walden
|
7111f4b468
|
Bug 854037 - Make lexical declarations in the initializing component of a for(;;) loop create a fresh binding for each iteration of the loop. r=shu
|
2015-03-27 12:29:50 -04:00 |
|
Jeff Walden
|
013aeebb92
|
Bug 1146644 - Don't assert compiling a for-loop with a const loop-variable declaration. r=shu
|
2015-03-26 14:12:31 -04:00 |
|
Ryan VanderMeulen
|
75d2b3c79e
|
Backed out 2 changesets (bug 854037, bug 1146644) for LexicalEnvironment/const-declaration-in-for-loop.js jsreftest failures.
Backed out changeset 2d59ec36a2e4 (bug 854037)
Backed out changeset 031ded170326 (bug 1146644)
CLOSED TREE
|
2015-03-27 13:28:58 -04:00 |
|