Commit Graph

450138 Commits

Author SHA1 Message Date
Wes Kocher
20d7e77456 Merge m-c to b2ginbound, a=merge
--HG--
extra : commitid : FcH9KT7v2Ab
2015-11-11 17:13:06 -08:00
Wes Kocher
4e808ad324 Merge b2ginbound to central, a=merge
--HG--
extra : commitid : GE2kop6umhF
2015-11-11 17:08:11 -08:00
Wes Kocher
a0333fb40f Merge inbound to central, a=merge
--HG--
extra : commitid : 8yhUmQMKROV
2015-11-11 16:42:05 -08:00
Jordan Santell
89961bc4bb 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
c24f1e0216 Bug 1210616 - have remote (sync) tabs appear in awesomebar suggestions. r=mak 2015-11-12 11:02:44 +11:00
Wander Lairson Costa
896d99aaa6 Bug 1223950: Fix branch name for balrog publishing. r=nthomas
--HG--
extra : commitid : E4lukhPD0sx
2015-11-11 21:58:15 -02:00
Mark Hammond
73f6c40812 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
5ddeedc69c Bumping manifests a=b2g-bump 2015-11-11 15:26:45 -08:00
B2G Bumper Bot
98c64e9571 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é
d0b92dd4c7 Bug 1223666 - Enable webextensions on b2gdroid r=me 2015-11-11 14:35:55 -08:00
Nicholas Nethercote
489c83b1dd 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()

--HG--
extra : rebase_source : e4e4c2ad10b36ecad4d57d1630158f3374e403be
2015-11-11 14:23:14 -08:00
Fabrice Desré
c6a649e868 Bug 1223844 - [B2gDroid] homescreen slowly slides sideways when flinging r=kats 2015-11-11 14:17:26 -08:00
B2G Bumper Bot
b5268a4803 Bumping manifests a=b2g-bump 2015-11-11 13:54:40 -08:00
B2G Bumper Bot
a988501c0c 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
b51eb1888b 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
e69be4da50 Bug 1223447: Enable fota builds for flame and nexus devices. r=jlund
--HG--
extra : commitid : GzLVPwwqzvC
2015-11-11 18:32:14 -02:00
Tim Nguyen
57c42a4671 Bug 1173397 - Refactor devtools toolbar button code. r=bgrins
--HG--
extra : commitid : 1j78zZidN5i
2015-11-11 21:21:28 +01:00
Tim Nguyen
e57021f344 Bug 1173397 - Remove blue variants of devtools icons. r=bgrins
--HG--
extra : commitid : EXeFMmqIslt
2015-11-11 21:10:24 +01:00
Sebastian Kaspari
2e697d15e7 Bug 1157526 - (Part 3) Replace "Image unblocked" toast with snackbar. r=mcomella
--HG--
extra : commitid : 8cIpksa3uDp
extra : rebase_source : ce2d53715e43dc5d0fa4d4b036dbb140b92fe604
extra : histedit_source : 228241640ff8fa5b9c13ef6d54055ceb684d140a
2015-11-11 20:16:50 +01:00
Sebastian Kaspari
36eb16af12 Bug 1157526 - (Part 2) Replace "New private tab" toast with snackbar. r=mcomella
--HG--
extra : commitid : B2lJhnZLRSC
extra : rebase_source : 031f8af1b7d3c54685a7aa5afe919d68b7b35149
extra : histedit_source : e7bde2997e4cf251b0be06bb4b84d5a49e86654f
2015-11-11 19:52:26 +01:00
Wes Kocher
eaeb78537f Backed out changeset b4c4ffc473ba (bug 1223635) for mass m(bc) bustage CLOSED TREE
--HG--
extra : commitid : JB19KsnL9XL
2015-11-11 10:11:50 -08:00
Wes Kocher
2ec982147f Backed out changeset d1cc0dd57fbe (bug 1100662) for browser_notification_tab_switching.js bustage CLOSED TREE
--HG--
extra : commitid : DdUIPCn7G06
2015-11-11 10:05:34 -08:00
B2G Bumper Bot
d3d2aff358 Bumping manifests a=b2g-bump 2015-11-11 09:57:03 -08:00
B2G Bumper Bot
1bb0d80b95 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
98c40761f3 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
61b2189312 Bumping manifests a=b2g-bump 2015-11-11 09:21:54 -08:00
B2G Bumper Bot
c4ec9652dd 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
bc7d4d93ee 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.

--HG--
extra : commitid : IUQUTpBRAbe
extra : rebase_source : 8af3206963bb88bb488187a84db4ef06ef68bc6a
2015-11-11 08:58:36 -08:00
B2G Bumper Bot
d1b38ed173 Bumping manifests a=b2g-bump 2015-11-11 08:21:37 -08:00
B2G Bumper Bot
3a32d97081 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
7f245b7d69 Bumping manifests a=b2g-bump 2015-11-11 08:09:44 -08:00
B2G Bumper Bot
679af09439 Bumping manifests a=b2g-bump 2015-11-11 08:01:47 -08:00
B2G Bumper Bot
5235e1b8e0 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
e85da43d87 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
Gregor Wagner
94ac50668f Bug 1223394 - disable permaorange webrtc tests on Mulet, a=verylargeorange 2015-11-11 02:18:00 -08:00
Bevis Tseng
dbf25d4e5c Bug 1223662 - Improve Test Coverage. r=echen
--HG--
extra : rebase_source : 1b49d0a375d9fc4a4cefef1d56b9c153956eadc5
2015-11-11 13:24:51 +08:00
Jonas Sicking
27c89ea082 Bug 1223647: CSP erroneously inherited into dedicated workers. r=ckerschb
--HG--
rename : dom/workers/test/serviceworkers/test_eval_not_allowed.html^headers^ => dom/workers/test/serviceworkers/test_eval_allowed.html^headers^
2015-11-10 21:16:12 -08:00
Jonas Sicking
01d0bafa52 Bug 990270 - Enable navigator.sendBeacon by default on Firefox OS. r=fabrice 2015-11-12 12:40:45 -08:00
Phil Ringnalda
78c184fb46 Back out changeset cd0be67d2344 (bug 1224307) for test_page_scroll_with_fixed_pos.html bustage
CLOSED TREE
2015-11-12 20:18:38 -08:00
Phil Ringnalda
08a38cf3b8 Back out changeset 13335ded96b9 (bug 1081272) for test_page_scroll_with_fixed_pos.html bustage
CLOSED TREE
2015-11-12 20:18:03 -08:00
Phil Ringnalda
dc2edc3740 Bug 1183959 - Disable test_file_os_delete.html on e10s
CLOSED TREE
2015-11-12 20:01:39 -08:00
Kyle Huey
078f499859 Bug 1224061: Fuck bluetooth. r=me CLOSED TREE 2015-11-13 11:01:40 +08:00
Kyle Huey
6d6879a0da Bug 1224061: Followup to fix b2g bustage r=me CLOSED TREE 2015-11-13 10:27:43 +08:00
Kyle Huey
de8387d5fd Bug 1224061 followup to fix bustage. r=me on a CLOSED TREE IGNORE IDL 2015-11-13 09:23:59 +08:00
Nathan Froyd
2d8bae8e40 Bug 1217571 - fix the imagelib cache to work in e10s; r=seth
nsICachingChannel isn't available in the child process; we have to use
nsICacheInfoChannel instead.
2015-11-12 15:09:52 -05:00
Shu-yu Guo
8e2be09a2c Bug 1223007 - Fix eval redeclaration check for Debugger.Frame.eval. (r=efaust) 2015-11-12 17:01:34 -08:00
Jeff Gilbert
0889900785 Bug 1209612 - Formalize client vs display EGL exts, and don't check client exts on ANDROID due to topcrash. - r=jrmuizel,snorp 2015-11-12 13:41:45 -08:00
Matt Brubeck
ae413e1b82 Bug 1081272 - Include position and transform when computing header/footer size [r=tn] 2015-11-12 16:55:02 -08:00
Matt Brubeck
c1f53f3bdd Bug 1224307 - Fix page scrolling for non-full-width fixed headers/footers [r=tn] 2015-11-12 16:55:00 -08:00
Kyle Huey
bdbb2ec50a Bug 1224061: Make Event::InitEvent infallible. r=smaug 2015-11-13 08:09:42 +08:00