Commit Graph

262190 Commits

Author SHA1 Message Date
Garvan Keeley
7ae245afa4 Bug 1200310 - Instead of thread guard flags for 'is stumbling' AND 'is uploading', we can use just one flag. r=jdm 2015-09-08 21:20:56 -04:00
Garvan Keeley
d5c7e1eecd Bug 1200304 - Move stumbling code from gonkgps to MozStumbler.cpp. r=jdm 2015-09-08 21:20:56 -04:00
Garvan Keeley
36fb65d245 Bug 1199395 - FxOS Stumbling gzip the stumbles to store more data. r=jdm 2015-09-08 21:20:56 -04:00
Brian Birtles
2fe49c1d2b Bug 1200568 - Don't create animations for elements that are not part of the document tree; r=dbaron
As well as ensuring that we don't create animations for elements that are not
part of the document tree, this test also adjusts the assertion that checks
this in the following ways:

* Calls GetComposedDoc() instead of GetCrossShadowCurrentDoc() since the
  latter is deprecated.
* Moves it from RequestRestyle to FlushAnimations since, depending on how we
  refactor this code in the future, it's possible we might end up calling
  RequestRestyle even for animations on elements that have been removed from the
  document but we shouldn't call FlushAnimations in this case.
2015-09-09 10:10:41 +09:00
Botond Ballo
20cc8af13a Bug 1202312 - Remove an old forward declaration and typedef. r=kats 2015-09-06 23:29:15 -04:00
Botond Ballo
745ddc036b Bug 1202312 - Use mozilla::Function for the ContentReceivedInputBlock callback. r=kats 2015-09-11 12:52:43 -04:00
Botond Ballo
21e7afbe57 Bug 1202312 - Use mozilla::Function for the SetAllowedTouchBehavior callback. r=kats 2015-09-11 12:27:49 -04:00
Christoph Kerschbaumer
5814f812b3 Bug 1199491 - Use channel->ascynOpen2 in netwerk/base/nsURIChecker (r=sicking,jduell) 2015-09-11 18:54:00 -07:00
Christoph Kerschbaumer
2767440adb Bug 1199491 - Use channel->ascynOpen2 in netwerk/base (r=sicking) 2015-09-11 18:52:08 -07:00
Heiher
e1f1489936 Bug 1194139 - IonMonkey: MIPS: Split shareable code to mips-shared in Assembler-mips32. r=nbp
---
 .../Assembler-mips-shared.cpp}                     |  753 +++---------
 .../Assembler-mips-shared.h}                       |  145 +--
 js/src/jit/mips32/Assembler-mips32.cpp             | 1230 +------------------
 js/src/jit/mips32/Assembler-mips32.h               | 1246 +-------------------
 js/src/moz.build                                   |    1 +
 5 files changed, 195 insertions(+), 3180 deletions(-)
 copy js/src/jit/{mips32/Assembler-mips32.cpp => mips-shared/Assembler-mips-shared.cpp} (50%)
 copy js/src/jit/{mips32/Assembler-mips32.h => mips-shared/Assembler-mips-shared.h} (86%)
2015-09-12 19:15:51 +08:00
Boris Zbarsky
cf5e9b12f4 Bug 1191942. Make sure to not schedule requestAnimationFrame callbacks if animations are paused. r=roc 2015-09-11 21:59:43 -04:00
Boris Zbarsky
5388d1602c Bug 1182197 workaround. Add a null-check for mGlobal for now. r=nsm 2015-09-11 21:59:43 -04:00
Kartikaya Gupta
423b524153 Bug 1201581 - Hook up the syncFrameMetrics call to sync metrics info from the compositor to Java-land on each composite. r=rbarker 2015-09-11 21:58:16 -04:00
Kartikaya Gupta
c08bbf1c84 Bug 1201581 - Extract a helper method. r=rbarker 2015-09-11 21:58:16 -04:00
Kartikaya Gupta
fa52a25d8c Bug 1201529 - Prevent calls to set the resolution or displayport from browser.js when APZ is enabled. r=rbarker 2015-09-11 21:58:16 -04:00
Kartikaya Gupta
451162b0be Bug 1201529 - Ensure that zoomable scrollframes return true from WantAsyncScroll(). r=botond 2015-09-11 21:58:16 -04:00
Kartikaya Gupta
c7c0477ba5 Bug 1201529 - Fall back to rootmost metrics if there is no root content document metrics. r=botond 2015-09-11 21:58:15 -04:00
Jan de Mooij
61435d08a1 Bug 1200809 part 8 - Don't call shouldAbortOnPreliminaryGroups if we have an uninlinable native. r=bhackett 2015-09-11 18:53:19 -07:00
Jan de Mooij
d85eb08221 Bug 1200809 part 7 - Convert SIMD natives to new InlinableNatives system. r=nbp 2015-09-11 18:52:32 -07:00
Jan de Mooij
8366739f21 Bug 1200809 part 6 - Convert various natives to new InlinableNatives system. r=nbp 2015-09-11 18:52:16 -07:00
Botond Ballo
0d9fb0ddb0 Bug 1198451 - Disambiguate mozilla::dom::Function from mozilla::Function. r=froydnj 2015-09-11 17:25:23 -04:00
Ben Tian
5f96bd073d Bug 1200124 - Pass order and search key with uint32_t instead of nsString to avoid string mismatch error, r=shuang 2015-09-07 10:53:40 +08:00
Ben Tian
a358748e1b Bug 1200124 - Correct PBAP order mapping, r=shuang, r=mrbkap 2015-09-09 10:17:58 +08:00
B2G Bumper Bot
2419988e70 Bumping manifests a=b2g-bump 2015-09-08 19:07:58 -07:00
B2G Bumper Bot
fbd95fd85d Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/0e4e70e21ad0
Author: Hubert Figuière <hub@figuiere.net>
Desc: Merge pull request #31667 from hfiguiere/bug1197349-rating-test

Bug 1197349 - reenable rating test r=justindarc

========

https://hg.mozilla.org/integration/gaia-central/rev/cdce33d48763
Author: Hubert Figuière <hub@figuiere.net>
Desc: Bug 1197349 - Reenable rating test.
2015-09-08 19:05:14 -07:00
B2G Bumper Bot
ad107655bd Bumping manifests a=b2g-bump 2015-09-08 18:18:03 -07:00
B2G Bumper Bot
6a8dfbb6d3 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/0a6a4c8e7381
Author: Martijn <martijn.martijn@gmail.com>
Desc: Merge pull request #31578 from mwargers/1182086

Bug 1182086 - Add trailing slash to the paths, so directories will be correctly deleted on Airies

========

https://hg.mozilla.org/integration/gaia-central/rev/865394aba268
Author: Martijn Wargers <mwargers@mozilla.com>
Desc: Bug 1182086 - Add trailing slash to the paths, so directories will be correctly deleted on Aires
2015-09-08 18:15:17 -07:00
B2G Bumper Bot
d1a218e5f4 Bumping manifests a=b2g-bump 2015-09-08 17:53:03 -07:00
B2G Bumper Bot
524e5ebece Bumping gaia.json for 3 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/7c5bff4e8f1f
Author: Douglas Sherk <github@sherk.me>
Desc: Merge pull request #31502 from DouglasSherk/1196992-hosted

Bug 1196992 - Import hosted_apps/* folder into the build in all configurations. r=timdream

========

https://hg.mozilla.org/integration/gaia-central/rev/9b360c9a89dc
Author: Doug Sherk <github@sherk.me>
Desc: Bug 1196992 - Import hosted_apps/* folder into the build in all configurations, update default Homescreen arrangement. r=timdream

========

https://hg.mozilla.org/integration/gaia-central/rev/80a928971db8
Author: spark-bot <drs+sparkbot@mozilla.com>
Desc: Bump hosted apps
2015-09-08 17:50:18 -07:00
Wes Kocher
3c0f8be57b Merge m-c to b2ginbound, a=merge CLOSED TREE 2015-09-08 17:08:19 -07:00
Wes Kocher
d00edd76ac Merge inbound to central, a=merge CLOSED TREE 2015-09-08 17:04:03 -07:00
Wes Kocher
c0fe66c234 Merge fx-team to central, a=merge CLOSED TREE 2015-09-08 16:59:32 -07:00
B2G Bumper Bot
9de4bf27ab Bumping manifests a=b2g-bump 2015-09-08 16:13:41 -07:00
B2G Bumper Bot
99ceb50375 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/02044a2ff36b
Author: Justin D'Arcangelo <justindarc@gmail.com>
Desc: Merge pull request #31685 from justindarc/bug1201702

Bug 1201702 - [Music][NGA] Implement 'Playlists' tab

========

https://hg.mozilla.org/integration/gaia-central/rev/e31d16e35a99
Author: Justin D'Arcangelo <justindarc@gmail.com>
Desc: Bug 1201702 - [Music][NGA] Implement 'Playlists' tab
2015-09-08 16:10:28 -07:00
B2G Bumper Bot
6792e10d75 Bumping manifests a=b2g-bump 2015-09-08 14:08:03 -07:00
B2G Bumper Bot
bd09935d06 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/410ec98908ee
Author: Pavel Ivanov <pivanov@mozilla.com>
Desc: Merge pull request #31470 from pivanov/bug-994691

Bug 994691 - [Bluetooth] Confirmation icon too small and text should be center aligned

========

https://hg.mozilla.org/integration/gaia-central/rev/1d129e58daf1
Author: Pavel Ivanov <pivanov@mozilla.com>
Desc: Bug 994691 - [Bluetooth] Confirmation icon too small and text should be center aligned
2015-09-08 14:05:19 -07:00
B2G Bumper Bot
3fee553ba3 Bumping manifests a=b2g-bump 2015-09-08 13:16:06 -07:00
B2G Bumper Bot
f32cc62d22 Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/68a334589956
Author: Justin D'Arcangelo <justindarc@gmail.com>
Desc: Merge pull request #31665 from justindarc/bug1197274

Bug 1197274 - [Music][NGA] Wire up rating controls to back-end

========

https://hg.mozilla.org/integration/gaia-central/rev/ced549f51428
Author: Justin D'Arcangelo <justindarc@gmail.com>
Desc: Bug 1197274 - [Music][NGA] Wire up rating controls to back-end

========

https://hg.mozilla.org/integration/gaia-central/rev/473be35d6fe4
Author: Gareth Aye <gaye@mozilla.com>
Desc: Merge pull request #31591 from KevinGrandon/bug_1199968_calendar_toolbar

Bug 1199968 - [Calendar] Convert toolbar usage to use tabs

========

https://hg.mozilla.org/integration/gaia-central/rev/6714a8594173
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 1199968 - [Calendar] Convert toolbar usage to use tabs r=gaye
2015-09-08 13:13:21 -07:00
B2G Bumper Bot
6081a4ea58 Bumping manifests a=b2g-bump 2015-09-08 12:50:00 -07:00
B2G Bumper Bot
73771031ca Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/10bd1cfee7ea
Author: Sam Foster <sam@sam-i-am.com>
Desc: Merge pull request #31701 from sfoster/task-manager-centering-bug-1176895

Bug 1176895 - Always center current app. r=etienne

========

https://hg.mozilla.org/integration/gaia-central/rev/803776a11e6e
Author: Sam Foster <sfoster@mozilla.com>
Desc: Bug 1176895 - Always center current app. r=etienne
2015-09-08 12:47:17 -07:00
Nikhil
b72477c075 Bug 1078705 - Removed the # which appears when opening preferences more than once. r=jaws,dao 2015-09-08 15:20:39 -04:00
B2G Bumper Bot
5168dc33f2 Bumping manifests a=b2g-bump 2015-09-08 11:00:07 -07:00
B2G Bumper Bot
e798fc4414 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/4baec44c8137
Author: Martijn <martijn.martijn@gmail.com>
Desc: Merge pull request #31741 from mwargers/1202664

Bug 1202664 - Potential NoSuchWindowException in view_image.tap_back_button in test_sms_with_picture_attached.py

========

https://hg.mozilla.org/integration/gaia-central/rev/ed8e37bb2991
Author: Martijn Wargers <mwargers@mozilla.com>
Desc: Bug 1202664 - Potential NoSuchWindowException in view_image.tap_back_button in test_sms_with_picture_attached.py
2015-09-08 10:57:23 -07:00
B2G Bumper Bot
6c37d49af6 Bumping manifests a=b2g-bump 2015-09-08 10:43:36 -07:00
B2G Bumper Bot
98c38178f9 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/904edc49b926
Author: Francisco Jordano <arcturus@ardeenelinfierno.com>
Desc: Merge pull request #31396 from arcturus/bug-1191729

[Contacts]Screen will flash once or twice after you tap "Find duplica…

========

https://hg.mozilla.org/integration/gaia-central/rev/43a6d5da9109
Author: Francisco Jordano <fjordano@mozilla.com>
Desc: Bug 1191729 - [Contacts]Screen will flash once or twice after you tap "Find duplicate contacts" r=borjasalguero
2015-09-08 10:40:21 -07:00
B2G Bumper Bot
cf62df5ddb Bumping manifests a=b2g-bump 2015-09-08 10:10:43 -07:00
B2G Bumper Bot
a853d4f995 Bumping gaia.json for 4 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/6893dd205c4d
Author: Johan Lorenzo <jlorenzo@mozilla.com>
Desc: Merge pull request #31698 from JohanLorenzo/bug-1182522

Bug 1182522 - [Aries] Wait(self.marionette).until(lambda m: grippy.lo…

========

https://hg.mozilla.org/integration/gaia-central/rev/d558ff73814f
Author: Johan Lorenzo <jlorenzo@mozilla.com>
Desc: Bug 1182522 - [Aries] Wait(self.marionette).until(lambda m: grippy.location['y'] == utility_tray.size['height']) is never satisfied

========

https://hg.mozilla.org/integration/gaia-central/rev/02c4017f6a6e
Author: Borja Salguero <borjasalguero@users.noreply.github.com>
Desc: Merge pull request #31719 from borjasalguero/fix_merge_detail

Bug 1202217 - [Contacts][NGA][Detail] Merge contact B to contact A, b…

========

https://hg.mozilla.org/integration/gaia-central/rev/6bae90ca1649
Author: borjasalguero <borja.salguero@gmail.com>
Desc: Bug 1202217 - [Contacts][NGA][Detail] Merge contact B to contact A, but the contact B is also displayed. r=arcturus
2015-09-08 10:07:49 -07:00
B2G Bumper Bot
441733eabd Bumping manifests a=b2g-bump 2015-09-08 09:48:02 -07:00
B2G Bumper Bot
abd9406c60 Bumping gaia.json for 2 gaia revision(s) a=gaia-bump
========

https://hg.mozilla.org/integration/gaia-central/rev/52131d56465f
Author: Hubert Figuière <hub@figuiere.net>
Desc: Merge pull request #31742 from hfiguiere/bug1156989-layout

Bug 1156989 - Change layout of antenna warning to fit. Conditional to hidden attribute. r=justindarc

========

https://hg.mozilla.org/integration/gaia-central/rev/9721680ef579
Author: Hubert Figuière <hub@figuiere.net>
Desc: Bug 1156989 - Change layout of antenna warning to fit. Conditional to hidden attribute.

This is a revision of the backed out fix.
2015-09-08 09:45:18 -07:00
B2G Bumper Bot
c0816fbb7a Bumping manifests a=b2g-bump 2015-09-08 09:18:12 -07:00