Commit Graph

277485 Commits

Author SHA1 Message Date
B2G Bumper Bot
cc534c1bbc Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/d60258e3660b
Author: Michael Henretty <michael.henretty@gmail.com>
Desc: Bug 1171918 - Disable distros/raptor/apps/test-startup-limit/test/marionette/counter_test.js

========

https://hg.mozilla.org/integration/gaia-central/rev/92587c9ac9f7
Author: Michael Henretty <michael.henretty@gmail.com>
Desc: Bug 1234689 - Disable apps/sms/test/marionette/inbox_test.js
2015-12-22 15:28:53 -08:00
B2G Bumper Bot
2ce5005bec Bumping manifests a=b2g-bump 2015-12-22 14:31:29 -08:00
B2G Bumper Bot
379e107396 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/ef1a7e7bc8e9
Author: Michael Henretty <michael.henretty@gmail.com>
Desc: Merge pull request #33656 from mikehenrty/test-revert

Revert "Merge pull request #33624 from gaye/bug-1233783-disabling-ret…

========

https://hg.mozilla.org/integration/gaia-central/rev/63002120b412
Author: Michael Henretty <michael.henretty@gmail.com>
Desc: Revert "Merge pull request #33624 from gaye/bug-1233783-disabling-retry-breaks-gjitv"

This reverts commit dd3b7b9815540b44316dd08abda980a856f38a54, reversing
changes made to f3cf488a97ecaec43369f3e3d8a7dda52be019f9.
2015-12-22 14:30:06 -08:00
B2G Bumper Bot
ee183303bd Bumping manifests a=b2g-bump 2015-12-22 14:06:47 -08:00
B2G Bumper Bot
1e68467fea Bumping gaia.json for 3 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/097ae038f5e9
Author: Michael Henretty <michael.henretty@gmail.com>
Desc: Bug 1233864 - Disable browser_site_loading_background_test.js

========

https://hg.mozilla.org/integration/gaia-central/rev/06e83d7a2e0a
Author: tamarahills <thills@mozilla.com>
Desc: Merge pull request #33567 from tamarahills/bugfix/Bug-1229083-AddonHistograms-missing-level

Bug 1229083 - Add missing level to AddonHistograms. r=marshall.

========

https://hg.mozilla.org/integration/gaia-central/rev/8025cfedce97
Author: Tamara Hills <thills@mozilla.com>
Desc: Bug 1229083 - Add missing level to AddonHistograms. r=marshall.
2015-12-22 14:05:23 -08:00
Christoph Kerschbaumer
13c3f1b822 Bug 1234596 - Convert 20 tests within netwerk/test to use AsyncOpen2 (r=mcmanus) 2015-12-22 13:09:31 -08:00
Mats Palmgren
90a5bc3bb4 Bug 1118820 - Follow-up: disable the grid-repeat-auto-fill-fit-006.html reftest for now since it triggers a leak: bug 1234644. r=me 2015-12-23 01:45:08 +01:00
Jeff Muizelaar
44df67d8c5 Bug 1234618. Fix misdetected BHR hangs. r=jchen
A bunch of threads have their wait time set to PR_INTERVAL_NO_TIMEOUT and so
we divide this by 4 and set waitTime to that. This causes us to wait a very
long but not PR_INTERVAL_NO_TIMEOUT amount of time and so we still update
mIntervalNow and think that we've been hung for a long time when comparing
to the mInterval in the current thread which is set to the previous value of
mIntervalNow.
2015-12-22 18:33:51 -05:00
Eitan Isaacson
beb5fef977 Bug 1227848 - Separate construction from off-main-thread setup in SpeechDispatcherService. r=smaug 2015-12-22 15:23:48 -08:00
Jakob Stoklund Olesen
2479a3590b Bug 1160971 - Part 5: ASM.js boolean vectors. r=bbouvier
Implement asm.js support for Bool32x4.

Also remove asm.js tests for the now removed bitwise operations on Float32x4.
2015-12-22 14:17:13 -08:00
Jakob Stoklund Olesen
f07361dc96 Bug 1160971 - Part 4: Delete signMask and selectBits. r=bbouvier
These operations were removed from the SIMD.js spec.

Also remove TypedObjectProperties from SIMD objects, since there are no such
properties defined in the spec.

Remove the bitwise operations from the Float32x4 type. The current version of
the spec defines these operations on integer and boolean types only.

Reorganize the operation lists in SIMD.h to be friendlier to the boolean
vectors. Also reflect the lact of bitwise operators on floating point types.
2015-12-22 14:17:13 -08:00
Sajjad Taheri
1b4833cacd Bug 1160971 - Part 3: SIMD boolean vector support for JIT. r=bbouvier
Based on a patch by Sajjad Taheri!
2015-12-22 14:17:13 -08:00
Sajjad Taheri
5c99ed1032 Bug 1160971 - Part 2: JSAPI/JIT tests for SIMD bool vector implementation. r=bbouvier
Patch by Sajjad Taheri!
2015-12-22 14:17:12 -08:00
Sajjad Taheri
567ca4ca9a Bug 1160971 - Part 1: SIMD bool vector implementation for the interpreter. r=bbouvier
Also add an ENABLE_SIMD compilation flag that enables SIMD support in the
nightly build only. Previously, SIMD and BINARYDATA used the same flag.

Include a Bool64x2 type to go with the existing Float64x2 type. Neither are in
the current spec.
2015-12-22 14:17:12 -08:00
Mats Palmgren
cf83fb4d5d Bug 1151243 part 5 - [css-grid] Reftests for abs. pos. static-position. 2015-12-22 23:03:16 +01:00
Mats Palmgren
7ae1d49452 Bug 1151243 part 4 - Some code cleanup in nsHTMLReflowState::CalculateHypotheticalPosition, and make a few methods 'const' (idempotent patch). r=dholbert 2015-12-22 23:03:16 +01:00
Mats Palmgren
8f920d800e Bug 1151243 part 3 - [css-grid] Add a generic nsHTMLReflowState::STATIC_POS_IS_CB_ORIGIN flag to place the static-position at the CB origin, and make nsAbsoluteContainingBlock use it in Grid containers where the placeholder is a child too. r=dholbert 2015-12-22 23:03:16 +01:00
Mats Palmgren
1300a00556 Bug 1151243 part 2 - [css-grid] Add a eIsGridContainerCB flag for nsAbsoluteContainingBlock::Reflow to trigger Grid specific code (rather than checking GetType()). r=dholbert 2015-12-22 23:03:16 +01:00
Mats Palmgren
e7efef36df Bug 1151243 part 1 - Replace three bool params for nsAbsoluteContainingBlock::Reflow with a flag param (idempotent patch). r=dholbert 2015-12-22 23:03:16 +01:00
Mats Palmgren
00074133ce Bug 1118820 part 6 - [css-grid] Reftests for 'repeat(auto-fill/auto-fit)'. 2015-12-22 23:03:16 +01:00
Mats Palmgren
6569bfb185 Bug 1118820 part 5 - [css-grid] Remove any empty 'repeat(auto-fit)' tracks at the end of its range and adjust affected grid area line numbers accordingly. r=dholbert 2015-12-22 23:03:16 +01:00
Mats Palmgren
9b7d5f23dd Bug 1118820 part 4 - [css-grid] Provide the sizes to use for CalculateRepeatFillCount. r=dholbert 2015-12-22 23:03:16 +01:00
Mats Palmgren
ad58a7208f Bug 1118820 part 3b - [css-grid] Implement the CalculateRepeatFillCount method that calculates the number of 'repeat(auto-fill/auto-fit)' tracks to use for the given sizes. r=dholbert 2015-12-22 23:03:16 +01:00
Mats Palmgren
17d171ec20 Bug 1118820 part 3a - [css-grid] Modify TrackSizingFunctions to take a dynamic number of 'repeat(auto-fill/auto-fit)' tracks taking into account. r=dholbert 2015-12-22 23:03:16 +01:00
Mats Palmgren
2180cd2739 Bug 1118820 part 2c+2d - [css-grid] Modify the LineNameMap::FindLine/RFindLine/FindNamedLine methods to take line names associated with 'repeat(auto-fill/auto-fit)' tracks into account. Instantiate and pass around a LineNameMap object instead of an array of line name arrays. r=dholbert 2015-12-22 23:03:15 +01:00
Mats Palmgren
1239e04601 Bug 1118820 part 2b - [css-grid] Move the static functions FindLine/RFindLine/FindNamedLine into the LineNameMap class (idempotent patch). r=dholbert 2015-12-22 23:03:15 +01:00
Mats Palmgren
3aa5e5b58a Bug 1118820 part 2a - [css-grid] Add a LineNameMap class that lets us lookup line names with a dynamic number of 'repeat(auto-fill/auto-fit)' tracks taken into account. r=dholbert 2015-12-22 23:03:15 +01:00
Mats Palmgren
9ac0b6e37b Bug 1118820 part 1 (style system part) - [css-grid] Implement the 'auto-fill' and 'auto-fit' keywords in the repeat() function. r=dholbert 2015-12-22 23:03:15 +01:00
Mats Palmgren
70f3dd39bf Bug 1226697 part 2 - [css-grid] Add more tests that tests searching for lines in reverse, from the end of the grid, or from an *-end line and/or padding edge in the abs.pos. case. 2015-12-22 23:03:15 +01:00
Eric Faust
be434a7322 Bug 1233722 - Followup: Differentiate between non-debug and opt builds. (rs=arai) DONTBUILD comment-only 2015-12-22 14:01:45 -08:00
Eric Faust
d836be1f41 Bug 1234191 - Ensure JSOP_CHECKRETURN consults the correct scope object. (r=shu, r=jandem) 2015-12-22 13:52:53 -08:00
Josh Matthews
abcb8fba1d Bug 1234310 - Enable navigation-redirect.https.html for e10s. r=ehsan 2015-12-22 16:33:40 -05:00
Kannan Vijayan
cdcb685435 Bug 1233813 - Fix mDNS bug in resolving services with no TXT records. r=schien 2015-12-22 16:24:56 -05:00
Joel Maher
e2c631e6c1 Bug 1232981 - bidi/83958-1*.html reftests fail on new linux64 docker container. r=dbaron 2015-12-22 12:39:25 -08:00
Joel Maher
a871d2556f Bug 1232980 - many bidi/with-first-letter-*.html reftests fail on new linux64 docker container. r=jfkthame 2015-12-22 12:39:57 -08:00
B2G Bumper Bot
9bef2e5528 Bumping manifests a=b2g-bump 2015-12-22 10:54:58 -08:00
B2G Bumper Bot
522d7de332 Bumping manifests a=b2g-bump 2015-12-22 10:15:49 -08:00
B2G Bumper Bot
82be72fd1f Bumping manifests a=b2g-bump 2015-12-22 09:30:10 -08:00
B2G Bumper Bot
f9bf9a4174 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/9de5d8238346
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Merge pull request #33643 from KevinGrandon/bug_1232936_system_app_modal_checkbox

Bug 1232936 - Properly hide checkbox in system app modals.

========

https://hg.mozilla.org/integration/gaia-central/rev/47f4f25d5056
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 1232936 - Properly hide checkbox in system app modals. r=mhenretty

The hidden attribute seemed to only work with building blocks.
2015-12-22 09:28:46 -08:00
Johan Lorenzo
cc0da9c5ad Backed out 2fca80f6710c for breaking tc-gip
Bug 1225458 - [tc-gip] Change the configuration of the job (memory, timeout)
2015-12-22 17:56:48 +01:00
B2G Bumper Bot
e7387aaa88 Bumping manifests a=b2g-bump 2015-12-22 08:00:19 -08:00
Johan Lorenzo
95c4defc77 Bug 1225458 - [tc-gip] Change the configuration of the job (memory, timeout) r=garndt 2015-12-22 16:18:03 +01:00
B2G Bumper Bot
c8d5daf597 Bumping manifests a=b2g-bump 2015-12-22 06:55:09 -08:00
B2G Bumper Bot
a525604fef Bumping manifests a=b2g-bump 2015-12-22 06:05:12 -08:00
B2G Bumper Bot
c49ff07588 Bumping manifests a=b2g-bump 2015-12-22 05:54:44 -08:00
Carsten "Tomcat" Book
a300f7d2c0 Backed out changeset c6ecaa5b3dde (bug 1225458) for test failures in decision task 2015-12-22 14:20:13 +01:00
B2G Bumper Bot
b5b90cc5fa Bumping manifests a=b2g-bump 2015-12-22 03:49:02 -08:00
B2G Bumper Bot
4f7655aa58 Bumping gaia.json for 6 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/6d1d2694b13b
Author: Luke Chang <luke-chang@users.noreply.github.com>
Desc: Merge pull request #33618 from luke-chang/1233682_tv_open_remote_window

Bug 1233682 - [TV][2.5] Make TV support window.open() with "applike=true", r=evelyn

========

https://hg.mozilla.org/integration/gaia-central/rev/852dfec31afc
Author: Luke Chang <lchang@mozilla.com>
Desc: Bug 1233682 - [TV][2.5] Make TV support window.open() with "applike=true"

========

https://hg.mozilla.org/integration/gaia-central/rev/faed425b4af4
Author: Luke Chang <luke-chang@users.noreply.github.com>
Desc: Merge pull request #33415 from schien/bug1161440

Bug 1161440 - handle presentation device selection in MultiScreenController. r=lchang.

========

https://hg.mozilla.org/integration/gaia-central/rev/5bd400578e3d
Author: Shih-Chiang Chien <schien@mozilla.com>
Desc: Bug 1161440 - handle presentation device selection in MultiScreenController. r=lchang.

========

https://hg.mozilla.org/integration/gaia-central/rev/7b7f37cad6ae
Author: Fischer-L <Fischer-L@users.noreply.github.com>
Desc: Merge pull request #33647 from Fischer-L/bug_1201013-2-ok-btn-window.confirm

Bug 1201013 - [TV 2.5][Home] The "window.confirm()" and "window.prompt()" dialog shows two OK buttons on TV incorrectly, r=luke

========

https://hg.mozilla.org/integration/gaia-central/rev/102669d877ff
Author: Fischer.json <foxbrush@Fischerjsons-MacBook-Pro.local>
Desc: Bug 1201013 - [TV 2.5][Home] The "window.confirm()" and "window.prompt()" dialog shows two OK buttons on TV incorrectly
2015-12-22 03:48:46 -08:00
Carsten "Tomcat" Book
60fd46b67d Merge mozilla-central to b2g-inbound 2015-12-22 12:45:55 +01:00
Johan Lorenzo
7ee365bb95 Bug 1225458 - [tc-gip] Change the configuration of the job (memory, timeout) r=garndt 2015-12-22 12:11:31 +01:00