Commit Graph

272367 Commits

Author SHA1 Message Date
Wes Kocher
19f326e651 Backed out 6 changesets (bug 1107636) for robocheck2 bustage
Backed out changeset 6e940538a171 (bug 1107636)
Backed out changeset 9145f78bb39c (bug 1107636)
Backed out changeset c575729788a7 (bug 1107636)
Backed out changeset 2b6f2bcfe767 (bug 1107636)
Backed out changeset 014b8c296cec (bug 1107636)
Backed out changeset 446d2b181d40 (bug 1107636)
2015-11-11 17:26:04 -08:00
Wes Kocher
fcc9012c9d Merge m-c to fx-team, a=merge 2015-11-11 17:13:38 -08:00
Wes Kocher
4277ef7c9a Merge m-c to b2ginbound, a=merge 2015-11-11 17:13:06 -08:00
Wes Kocher
50a65f459c Merge b2ginbound to central, a=merge 2015-11-11 17:08:11 -08:00
Wes Kocher
dea8d31228 Merge inbound to central, a=merge 2015-11-11 16:42:05 -08:00
Jordan Santell
322a1fc861 Bug 1215953 - Add feature for importing heap snapshots into the memory
tool. r=fitzgen,ntim
2015-11-11 16:05:46 -08:00
Mark Hammond
225e172a8e Bug 1210616 - have remote (sync) tabs appear in awesomebar suggestions. r=mak 2015-11-12 11:02:44 +11:00
Wander Lairson Costa
891ff7552f Bug 1223950: Fix branch name for balrog publishing. r=nthomas 2015-11-11 21:58:15 -02:00
Mark Hammond
587e99a62e Bug 1197625 - delay sync on wake for 5 seconds in the hope the network is back up by then. r=rnewman 2015-11-12 10:54:55 +11:00
B2G Bumper Bot
a8bd769a7e Bumping manifests a=b2g-bump 2015-11-11 15:26:45 -08:00
B2G Bumper Bot
5b6573e9bf Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/61f5725d3ed6
Author: Marcus Cavanaugh <m@mcav.com>
Desc: Merge pull request #32955 from prateekjadhwani/942837

Bug 942837 - [User Story] Show Alarm Time on Lock Screen r=gweng r=mcav

========

https://hg.mozilla.org/integration/gaia-central/rev/0eb1b08f5d10
Author: Prateek Jadhwani <prateekjadhwani@users.noreply.github.com>
Desc: Bug 942837 - [User Story] Show Alarm Time on Lock Screen
2015-11-11 15:25:22 -08:00
Fabrice Desré
9b2aab9a3d Bug 1223666 - Enable webextensions on b2gdroid r=me 2015-11-11 14:35:55 -08:00
Nicholas Nethercote
000b911cc5 Bug 1223690 - Remove implicit Rect conversions. r=jrmuizel.
gfxRect can be implicitly constructed from IntRect, which hides a number of
implicit conversion points, makes Moz2Dification harder, and has some
surprising effects.

This patch removes the implicit constructor and replaces it with an explicit
conversion function:

  gfxRect ThebesRect(const IntRect&)

This is the obvious outcome of removing the constructor.

But there is also a second, less obvious outcome: currently we do a number of
IntRect-to-Rect conversions using ToRect(), which (surprisingly) works because
it turns into an implicit IntRect-to-gfxRect conversion (via the implicit
constructor) combined with an explicit gfxRect-to-Rect conversion (via
ToRect()). I.e. we do two conversions, going from a Moz2D type to a Thebes
type and back to a Moz2D type!

So this patch also changes these conversion. It moves this existing function:

  Rect ToRect(const IntRect&)

from gfx2DGlue.h -- where it doesn't really belong because it doesn't involve
any Thebes types -- to gfx/2d/Rect.h, templatifying and renaming it as
IntRectToRect() in the process.

The rest of the patch deals with fall-out from these changes. The call sites
change as follows:

- IntRect-to-gfxRect conversions:
  - old: implicit
  - new: ThebesRect()

- IntRect-to-Rect conversions:
  - old: ToRect()
  - new: IntRectToRect()
2015-11-11 14:23:14 -08:00
Fabrice Desré
4734c45fc9 Bug 1223844 - [B2gDroid] homescreen slowly slides sideways when flinging r=kats 2015-11-11 14:17:26 -08:00
B2G Bumper Bot
3e52b4a44d Bumping manifests a=b2g-bump 2015-11-11 13:54:40 -08:00
B2G Bumper Bot
59c72f3b8a Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/7bb830f11cf1
Author: Reuben Morais <reuben.morais@gmail.com>
Desc: Merge pull request #32969 from reuben/bug1214557

Bug 1214557 - Enable the ICC manager shim everywhere. r=julienw

========

https://hg.mozilla.org/integration/gaia-central/rev/065b2fcec03f
Author: Reuben Morais <reuben.morais@gmail.com>
Desc: Bug 1214557 - Enable the ICC manager shim everywhere. r=julienw
2015-11-11 13:53:17 -08:00
Eddy Bruel
47e1e35db0 Bug 1207702 - Fix a bug in test_promises_object_timetosettle-02.js;r=fitzgen 2015-11-11 22:21:16 +01:00
Wander Lairson Costa
da6787f88f Bug 1223447: Enable fota builds for flame and nexus devices. r=jlund 2015-11-11 18:32:14 -02:00
Tim Nguyen
f643e8ba7d Bug 1173397 - Refactor devtools toolbar button code. r=bgrins 2015-11-11 21:21:28 +01:00
Tim Nguyen
d68949c0d9 Bug 1173397 - Remove blue variants of devtools icons. r=bgrins 2015-11-11 21:10:24 +01:00
Wes Kocher
601a4cc0b4 Backed out changeset b4c4ffc473ba (bug 1223635) for mass m(bc) bustage CLOSED TREE 2015-11-11 10:11:50 -08:00
Wes Kocher
c442d7b8de Backed out changeset d1cc0dd57fbe (bug 1100662) for browser_notification_tab_switching.js bustage CLOSED TREE 2015-11-11 10:05:34 -08:00
B2G Bumper Bot
0202bfecdb Bumping manifests a=b2g-bump 2015-11-11 09:57:03 -08:00
B2G Bumper Bot
ba3db598c6 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/3b39cf1a2b4c
Author: No-Jun Park <npark@mozilla.com>
Desc: Merge pull request #33146 from npark-mozilla/1223849

Bug 1223849 - ID of the settings->bluetooth page have been changed from 'bluetooth_v2' to 'bluetooth'

========

https://hg.mozilla.org/integration/gaia-central/rev/a46c68b8669b
Author: g5njpark <nojun.park@gmail.com>
Desc: Bug 1223849 - ID of the settings->bluetooth page have been changed from 'bluetooth_v2' to 'bluetooth'
2015-11-11 09:55:40 -08:00
Naoki Hirata
09c59b8605 Bug 1221537 - Provide a flash.bat script for Windows to device image builds r=fabrice 2015-11-11 09:48:47 -08:00
B2G Bumper Bot
a8d95619fd Bumping manifests a=b2g-bump 2015-11-11 09:21:54 -08:00
B2G Bumper Bot
5303a5dc9e Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/39921fea9ac2
Author: Michael Henretty <michael.henretty@gmail.com>
Desc: Merge pull request #33143 from mikehenrty/bug-1223792-convert-bookmark-uninstall-to-pinning

Bug 1223792 - Convert bookmark_uninstall_test.js to pinning the web

========

https://hg.mozilla.org/integration/gaia-central/rev/00236f04ddef
Author: Michael Henretty <michael.henretty@gmail.com>
Desc: Bug 1223792 - Convert bookmark_uninstall_test.js to pinning the web
2015-11-11 09:20:31 -08:00
Michael Comella
bd445faafa Bug 1107636 - Change RelativeLayout params -> FrameLayout params. r=me
Due to the import, LayoutParams was RelativeLayout.LayoutParams and
it was referring to the parent container, which is now a FrameLayout.
2015-11-11 08:58:36 -08:00
B2G Bumper Bot
5854a6f53d Bumping manifests a=b2g-bump 2015-11-11 08:21:37 -08:00
B2G Bumper Bot
9a24eea8ca Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/e1986a2cfacd
Author: Fernando Jiménez Moreno <ferjmoreno@gmail.com>
Desc: Merge pull request #33140 from michielbdejong/1214570-skip-initfxsyncwebcrypto

Bug 1214570 - Skip _initFxSyncWebCrypto if zero collections, r=ferjm

========

https://hg.mozilla.org/integration/gaia-central/rev/64792ae164fb
Author: Michiel de Jong <mbdejong@mozilla.com>
Desc: Bug 1214570 - Skip _initFxSyncWebCrypto if zero collections, r=ferjm

========

https://hg.mozilla.org/integration/gaia-central/rev/c2e90f799c57
Author: Fernando Jiménez Moreno <ferjmoreno@gmail.com>
Desc: Merge pull request #33138 from michielbdejong/1223417-avoid-timer-in-integrationtest

Bug 1223417 - Avoid setTimeout in integration tests, r=ferjm

========

https://hg.mozilla.org/integration/gaia-central/rev/215ec07780f7
Author: Michiel de Jong <mbdejong@mozilla.com>
Desc: Bug 1223417 - Avoid setTimeout in integration tests, r=ferjm
2015-11-11 08:20:14 -08:00
B2G Bumper Bot
ce5e392f2c Bumping manifests a=b2g-bump 2015-11-11 08:09:44 -08:00
B2G Bumper Bot
d08bbe5188 Bumping manifests a=b2g-bump 2015-11-11 08:01:47 -08:00
B2G Bumper Bot
223d0cacb9 Bumping gaia.json for 6 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/ace3ac923228
Author: Michael Henretty <michael.henretty@gmail.com>
Desc: Merge pull request #33139 from mikehenrty/bug-1223778-convert-bookmark-order-to-pinning

Bug 1223778 - Convert bookmark_order_test.js to pinning the web

========

https://hg.mozilla.org/integration/gaia-central/rev/f17e944c379b
Author: Michael Henretty <michael.henretty@gmail.com>
Desc: Bug 1223778 - Convert bookmark_order_test.js to pinning the web

========

https://hg.mozilla.org/integration/gaia-central/rev/4ed8ac5d5614
Author: Fernando Jiménez Moreno <ferjmoreno@gmail.com>
Desc: Merge pull request #32992 from michielbdejong/1219621-resync-after-delete

Bug 1219621 - Also resync after a remove, r=ferjm

========

https://hg.mozilla.org/integration/gaia-central/rev/88910c6a9686
Author: Michiel de Jong <mbdejong@mozilla.com>
Desc: Bug 1219621 - Also resync after a remove, r=ferjm

========

https://hg.mozilla.org/integration/gaia-central/rev/ac1cf0759e57
Author: Carsten Book <tomcat@mozilla.com>
Desc: Merge pull request #33095 from janus926/bug-1188232

Bug 1188232 - Get rid of class screenoff to make screen on/off faster. r=gweng

========

https://hg.mozilla.org/integration/gaia-central/rev/1656a46d802d
Author: Ting-Yu Chou <janus926@gmail.com>
Desc: Bug 1188232 - Get rid of class screenoff to make screen on/off faster. r=gweng
2015-11-11 08:00:24 -08:00
John Daggett
8204f43ef5 Bug 1160506 - support intra-family font fallback. r=heycam
Fontconfig allows for fonts to be arbitrarily mapped into another font
family. Under some versions of Debian and Fedora, families like Droid
Sans Japanese were mapped into the Droid Sans family. To match these
font families properly, it's necessary to test multiple fonts within a
single given family. Since this is a relatively time consuming
procedure, only do this when there are multiple regular faces for a
given family.
2015-11-11 21:13:33 +09:00
Karl Tomlinson
3f4507d3df bug 1223520 avoid leaking NaNs to and from the otherwise unused imaginary frequency components r=padenot
The zeroth component is not removed from the BufferComplexMultiply() call so
as not to disrupt alignment.

The mOutputBuffer[halfSize].i assertions are removed because the code no
longer uses these components, and so their values are irrelevant.
2015-11-11 20:34:41 +13:00
Karl Tomlinson
c6dabf178c test for bug 1223520 r=padenot 2015-11-12 12:16:32 +13:00
Karl Tomlinson
395b2b0084 bug 1224102 reduce the size of the final FFT convolution stage if possible r=padenot 2015-11-12 17:34:13 +13:00
Bevis Tseng
c23e34d98e Bug 1223662 - Improve Test Coverage. r=echen 2015-11-11 13:24:51 +08:00
Bevis Tseng
58059457ef Bug 1223662 - Part 1: Check mmiServiceCode with correct constant. r=echen 2015-11-11 13:10:51 +08:00
B2G Bumper Bot
d30fc86c2b Bumping manifests a=b2g-bump 2015-11-11 07:49:31 -08:00
B2G Bumper Bot
d8398ef0b5 Bumping manifests a=b2g-bump 2015-11-11 07:24:43 -08:00
B2G Bumper Bot
d139dd9f2c Bumping manifests a=b2g-bump 2015-11-11 05:16:34 -08:00
B2G Bumper Bot
5a61a986ad Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/8feaf542bbc4
Author: Fernando Jiménez Moreno <ferjmoreno@gmail.com>
Desc: Merge pull request #33086 from ferjm/bug1217385.browserdialog.tests

Bug 1217385 - BrowserDialog signout tests. r=yifan

========

https://hg.mozilla.org/integration/gaia-central/rev/74841a395413
Author: Fernando Jiménez Moreno <ferjmoreno@gmail.com>
Desc: Bug 1217385 - BrowserDialog signout tests. r=yifan
2015-11-11 05:15:12 -08:00
Carsten "Tomcat" Book
8b2f33db56 Merge mozilla-central to b2g-inbound 2015-11-11 12:45:25 +01:00
Carsten "Tomcat" Book
eb4942092b merge mozilla-inbound to mozilla-central a=merge 2015-11-11 12:42:52 +01:00
B2G Bumper Bot
35a4e65520 Bumping manifests a=b2g-bump 2015-11-11 03:16:59 -08:00
B2G Bumper Bot
4530859ce6 Bumping gaia.json for 6 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/35b793826815
Author: Scott Wu <scottwu@mozilla.com>
Desc: Merge pull request #33039 from scottwu/1219688-gij-change-keyboard-language

Bug 1219688 - Implemented *test_settings_change_keyboard_language.py*…

========

https://hg.mozilla.org/integration/gaia-central/rev/14aeff02e794
Author: Scott Wu <scottcwwu@gmail.com>
Desc: Bug 1219688 - Added a test case that adds a new keyboard layout and typing out a special character (Implemented from *test_settings_change_keyboard_language.py* in Gip). r=timdream

========

https://hg.mozilla.org/integration/gaia-central/rev/997ea3d09a36
Author: Scott Wu <scottwu@mozilla.com>
Desc: Merge pull request #32985 from scottwu/1179666-wifi-network-sort

Bug 1179666 - Sort network names alphabetically within each signal ba…

========

https://hg.mozilla.org/integration/gaia-central/rev/7fabe155d036
Author: Scott Wu <scottcwwu@gmail.com>
Desc: Bug 1179666 - Sort network names alphabetically within each signal bar level, added getSignalLevel WifiHelper method, added a unit test. r=gasolin

========

https://hg.mozilla.org/integration/gaia-central/rev/d530f73b07df
Author: Scott Wu <scottwu@mozilla.com>
Desc: Merge pull request #33131 from scottwu/1222117-cellular-data-confirmation

Bug 1222117 - Added back the removed warning strings, r=gasolin

========

https://hg.mozilla.org/integration/gaia-central/rev/22e0faa7772d
Author: Scott Wu <scottcwwu@gmail.com>
Desc: Bug 1222117 - Added back the removed warning strings
2015-11-11 03:15:36 -08:00
Carsten "Tomcat" Book
339df82364 Backed out changeset 0af975118f61 (bug 1220121) for bustage on a CLOSED TREE 2015-11-11 12:07:05 +01:00
Carsten "Tomcat" Book
fcaa1f310c Backed out changeset 28725f253f82 (bug 1220121) 2015-11-11 12:06:50 +01:00
Carsten "Tomcat" Book
9afc19ecd4 Backed out changeset a7ea5f2e3444 (bug 1220121) 2015-11-11 12:06:48 +01:00