Commit Graph

264985 Commits

Author SHA1 Message Date
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
Brian Birtles
03e7ba3c92 Backout changeset 4867b986b2c7 and b4185d03b6d5 (bug 1180589) for bustage on CLOSED TREE 2015-09-29 13:50:23 +09:00
B2G Bumper Bot
ebb8c4c58b Bumping manifests a=b2g-bump 2015-09-28 21:08:10 -07:00
B2G Bumper Bot
30a46e4d21 Bumping gaia.json for 1 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/fa53a7b1eb75
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 1209379 - Remove unused references to pack-* components in dev_apps/testpermission r=kgrandon
2015-09-28 21:05:15 -07:00
B2G Bumper Bot
df6be02f34 Bumping manifests a=b2g-bump 2015-09-28 18:30:12 -07:00
B2G Bumper Bot
d5fa165b82 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/b3a041bd48cd
Author: evelynhung <jj.evelyn@gmail.com>
Desc: Merge pull request #31966 from evelynhung/issue-1206641

Issue 1206641 - backport BaseModule to TV, r=rexboy

========

https://hg.mozilla.org/integration/gaia-central/rev/4c94fc546ae9
Author: Evelyn Hung <jj.evelyn@gmail.com>
Desc: Bug 1206641 - backport BaseModule to TV system app
2015-09-28 18:27:20 -07:00
Allison Naaktgeboren
f609839596 Bug 1199335 - Polish the search engine row object UI.r=mcomella 2015-09-28 17:35:30 -07:00
B2G Bumper Bot
0d8474da0f Bumping manifests a=b2g-bump 2015-09-28 17:19:39 -07:00
B2G Bumper Bot
7fd48addbc Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/e5cfb8990e35
Author: Zibi Braniecki <zibi@braniecki.net>
Desc: Merge pull request #31961 from zbraniecki/1207044-refactor-clock-l10n-and-intl

Bug 1207044 - Refactor L10n/Intl in Clock to prepare for NGA. r=mcav

========

https://hg.mozilla.org/integration/gaia-central/rev/2af8015cde3f
Author: Zibi Braniecki <gandalf@mozilla.com>
Desc: Bug 1207044 - Refactor L10n/Intl in Clock to prepare for NGA
2015-09-28 17:16:46 -07:00