Maja Frydrychowicz
668f5b5881
Bug 1197224 - Part 2: configure mozharness script to run media tests on Windows, r=jgriffin, DONTBUILD because NPOTB
2015-09-29 07:48:47 -04:00
Wes Kocher
f212ebffad
Backed out changeset b24fc518598d (bug 1209001) for bug-1209001.js failures
2015-09-29 09:37:39 -07:00
Julien Pagès
0aafcf5414
Bug 1195288
- reduce tps page set number on windows xp. r=jmaher
2015-09-28 21:24:58 +02:00
Julien Pagès
bf680b4a07
Bug 1195288
- consider using python webserver for production talos. r=jmaher
...
Always use an in-process webserver, removing the need for apache - and
hopefuly providing better accuracy for numbers.
This means that we know have to copy the pagesets in the talos dir on
harness.
On windows, some pagesets paths were too long due to that, so the
solution is to replace "page_load_test" with "tests".
2015-09-25 22:39:03 +02:00
Nick Fitzgerald
797b65ebd2
Bug 1204863 - Ignore frames from self-hosted scripts; r=shu
2015-09-29 09:03:14 -07:00
Wes Kocher
6482c81f9b
Backed out 13 changesets (bug 709490) for android webgl-color-test.html failures
...
Backed out changeset 5be7514914b6 (bug 709490)
Backed out changeset 04b6f94fbe8a (bug 709490)
Backed out changeset 00c0e85dd8cd (bug 709490)
Backed out changeset 221385b7b81a (bug 709490)
Backed out changeset ecc38c18734f (bug 709490)
Backed out changeset 22878c936384 (bug 709490)
Backed out changeset 0edcbb60eee3 (bug 709490)
Backed out changeset 5feceec2014b (bug 709490)
Backed out changeset 835b655cb873 (bug 709490)
Backed out changeset 6fbb4a3f8cf7 (bug 709490)
Backed out changeset a5f8646fa156 (bug 709490)
Backed out changeset 2ae1386916b3 (bug 709490)
Backed out changeset 6b29a2a0a8fb (bug 709490)
2015-09-29 08:57:36 -07:00
Michael Layzell
01eea44f95
Bug 1209329 - Improve comments about about: URIs in nsContentUtils::InternalStorageAllowedForPrincipal, r=bholley
2015-09-29 11:40:14 -04:00
Andrea Marchesini
a9e4f4b25e
Bug 1209461 - Remove compilation warnings in nsFrameMessageManager, r=smaug
2015-09-29 16:36:36 +01:00
Trevor Saunders
5a43bdeeec
bug 1208779 - null check aAccessible in GetChildIDFor() for 32 bit as well as 64 bit windows r=davidb
2015-09-29 11:34:07 -04:00
Heiher
7c860300da
Bug 1209553 - IonMonkey: MIPS: Add suffix 'f' for constant float32. r=arai
...
---
js/src/jit/mips-shared/CodeGenerator-mips-shared.cpp | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
2015-09-30 07:26:59 +08:00
Eitan Isaacson
679e168b51
Bug 1003464 - Support Web Speech API synthesis via speech-dispatcher. r=kdavis
2015-09-29 11:17:40 -04:00
Heiher
0b11b55c02
Bug 1205566 - IonMonkey: MIPS: bailoutCmp32/Ptr optimization. r=nbp
...
---
js/src/jit/mips-shared/CodeGenerator-mips-shared.h | 14 ++++++--------
1 file changed, 6 insertions(+), 8 deletions(-)
2015-09-30 07:03:30 +08:00
Heiher
9531163bc0
Bug 1205135 - IonMonkey: MIPS: Split shareable code to mips-shared in CodeGenerator-mips32. r=nbp
...
---
.../CodeGenerator-mips-shared.cpp} | 440 +----
.../CodeGenerator-mips-shared.h} | 55 +-
js/src/jit/mips32/CodeGenerator-mips32.cpp | 1887 +-------------------
js/src/jit/mips32/CodeGenerator-mips32.h | 236 +--
js/src/moz.build | 1 +
5 files changed, 118 insertions(+), 2501 deletions(-)
copy js/src/jit/{mips32/CodeGenerator-mips32.cpp => mips-shared/CodeGenerator-mips-shared.cpp} (81%)
copy js/src/jit/{mips32/CodeGenerator-mips32.h => mips-shared/CodeGenerator-mips-shared.h} (81%)
2015-09-30 07:03:21 +08:00
Heiher
9aa36719a4
Bug 1205232 - IonMonkey: MIPS32: Fix rounding of big negative float32 values in Ion. r=bbouvier
...
---
js/src/jit/mips32/CodeGenerator-mips32.cpp | 32 ++++++++++++++++++++++--------
1 file changed, 24 insertions(+), 8 deletions(-)
2015-09-30 07:03:10 +08:00
Heiher
246c121179
Bug 1205229 - IonMonkey: MIPS32: Make more CodeGenerator functions can be shared. r=nbp
...
---
js/src/jit/mips32/CodeGenerator-mips32.cpp | 9 +++++----
js/src/jit/mips32/CodeGenerator-mips32.h | 7 +++++--
2 files changed, 10 insertions(+), 6 deletions(-)
2015-09-30 07:03:03 +08:00
Heiher
48acf844c8
Bug 1209528 - IonMonkey: MIPS32: Add suffix 'f' for constant float32. r=arai
...
---
js/src/jit/mips32/CodeGenerator-mips32.cpp | 10 +++++-----
1 file changed, 5 insertions(+), 5 deletions(-)
2015-09-30 07:02:57 +08:00
Sotaro Ikeda
c32fc36944
Bug 1186793 - Replace nsBaseHashtable::EnumerateRead() calls in gfx/ with iterators r=njn
2015-09-29 07:49:41 -07:00
Kannan Vijayan
720ccd1f08
Bug 1209193 - Cache PR_GetNumberOfProcessors when checking to do off-main-thread script compilation. r=luke
2015-09-29 10:41:55 -04:00
Bas Schouten
9732a07ecd
Bug 1208833: Disable DWrite when D2D device creation fails. r=dvander
2015-09-29 16:39:14 +02:00
Benjamin Bouvier
d29d3560cb
Bug 1206520: Add about:config prefs to enable throwing on asm.js validation failures; r=bz
2015-09-28 12:40:03 +02:00
Benjamin Bouvier
870036f703
Bug 1206520: Create an option to throw on asm.js validation failures; r=luke
2015-09-28 12:33:49 +02:00
Armen Zambrano Gasparnian
e8312284c0
Bug 1127449 - For Mozharness' developer's mode do not store the LDAP password unencrypted. NPOTB. DONTBUILD. r=sfink
...
In Mozharness we support a developer mode which is capable of downloading
artifacts from the Release Engineering LDAP protected artifacts.
The credentials are stored for developers convenience unencrypted in a plain
text. This is not wanted by most developers.
In this patch we make sure that the password is prompted of the user once but
we do not store on disk.
2015-09-29 10:00:27 -04:00
Josh Matthews
713a83f52d
Bug 1207090 - Expose TCPSocket to chrome contexts. r=bz
2015-09-22 08:45:00 -04:00
Gijs Kruitbosch
875d4d3b13
Bug 1207084 - addendum: fix operator== for nsCSSValueTokenStream, implied-r=heycam
2015-09-29 09:21:12 -04:00
Andrea Marchesini
45b3f08e3c
Bug 709490 - Part 13 - explicit CTORs for a couple of runnables, CLOSED TREE
2015-09-29 14:13:13 +01:00
Joel Maher
a8bfaecb63
Bug 1179826 - re-enable test_ipc.html for dom/media. r=padenot
2015-09-29 09:04:06 -04:00
Carsten "Tomcat" Book
ade15da63c
Backed out 2 changesets (bug 1205983) for memory leaks on a CLOSED TREE
...
Backed out changeset f2c49c0ab84f (bug 1205983)
Backed out changeset a81630dba992 (bug 1205983)
2015-09-29 13:58:35 +02:00
Andrea Marchesini
e46e68854a
Bug 709490 - Part 12 - explicit CTORs for a couple of runnables, CLOSED TREE
2015-09-29 12:54:54 +01:00
Morris Tseng
61a591b6d7
Bug 709490 - Part 11: Diabled test_offscreencanvas_many.html on gonk, android, windows and linux, r=jgilbert
2015-09-29 11:51:26 +01:00
Morris Tseng
fe706cfad0
Bug 709490 - Part 10: Using mechanism in RuntimeService to get pref in worker thread instead of gfxPref, r=baku
2015-09-29 11:51:25 +01:00
Morris Tseng
48052c0b94
Bug 709490 - Part 9: Readback without blocking main thread, r=jgilbert
2015-09-29 11:51:25 +01:00
Morris Tseng
2b40efad3d
Bug 709490 - Part 8: Copy to a temp texture when readback from IOSurface, r=jgilbert
2015-09-29 11:51:25 +01:00
Morris Tseng
0b17a6fcc9
Bug 709490 - Part 7: If layer is not available, fallback to BasicCanvasLayer, r=roc
2015-09-29 11:51:25 +01:00
Morris Tseng
48d2385368
Bug 709490 - Part 6: Add frame ID to CanvasClient so compositor could update frame correctly, r=roc
2015-09-29 11:51:24 +01:00
Morris Tseng
9529d1d773
Bug 709490 - Part 5: Add interfaces test, r=ehsan
2015-09-29 11:51:24 +01:00
Morris Tseng
7e380550a1
Bug 709490 - Part 4: Mochitests for offscreencanvas, r=baku, r=jgilbert
2015-09-29 11:51:24 +01:00
Morris Tseng
8ed9df96dd
Bug 709490 - Part 3: Transfer OffscreenCanvas from mainthread to workers., r=baku, r=sfink
2015-09-29 11:51:24 +01:00
Morris Tseng
c68b782dc7
Bug 709490 - Part 2: Introduce OffscreenCanvas and let WebGL context work on workers., r=ehsan, r=jgilbert, r=nical
2015-09-29 11:51:24 +01:00
Morris Tseng
d9a54c0ad1
Bug 709490 - Part 1: Let ImageBridge transfer CanvasClient async, r=nical
2015-09-29 11:51:23 +01:00
Carsten "Tomcat" Book
aeafeb1d45
Merge mozilla-central to mozilla-inbound
2015-09-29 12:40:18 +02:00
Tooru Fujisawa
4095f13546
Bug 1209132 - Part 2: Fix SSE assertion in Assembler::vhaddpd. r=jandem
2015-09-29 19:10:51 +09:00
Carsten "Tomcat" Book
5249c06cb0
merge mozilla-inbound to mozilla-central a=merge
2015-09-29 12:00:25 +02:00
Carsten "Tomcat" Book
7c11c7d637
merge fx-team to mozilla-central a=merge
2015-09-29 11:56:40 +02:00
Carsten "Tomcat" Book
f86711d912
Backed out 1 changesets (bug 1160200) for causing R2 test failures
...
Backed out changeset b4f64c940524 (bug 1160200)
2015-09-29 11:48:53 +02:00
Nigel Babu
2c9b50ea24
Backed out changeset 5f02a9d37e56 (bug 1208622) for windows build bustage
...
CLOSED TREE
2015-09-29 12:10:45 +05:30
Nigel Babu
90c14d184b
Backed out changeset 37c89ad82a13 (bug 1207090) for hazards bustage ON A CLOSED TREE
2015-09-29 11:42:44 +05:30
Bobby Holley
13123afb09
Bug 1208622 - Separate API entry points. r=bz
2015-09-28 22:51:30 -07:00
B2G Bumper Bot
39e761f322
Bumping manifests a=b2g-bump
2015-09-28 21:38:29 -07:00
B2G Bumper Bot
09e29a780b
Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
...
========
https://hg.mozilla.org/integration/gaia-central/rev/83e7fd1f9ab8
Author: steveck-chung <schung@mozilla.com>
Desc: Merge pull request #32022 from steveck-chung/bug-1203886-navigation-bug
Bug 1203886 - The back button in sms conversation view does not always work, r=julienw
========
https://hg.mozilla.org/integration/gaia-central/rev/f49047eac7f3
Author: steveck-chung <schung@mozilla.com>
Desc: Bug 1203886 - The back button in sms conversation view does not always work, r=julienw
2015-09-28 21:35:33 -07:00
Kit Cambridge
73781ef7b1
Bug 1209361 - Add missing includes to dom/base
. r=mccr8
2015-09-28 21:31:56 -07:00