Commit Graph

140496 Commits

Author SHA1 Message Date
Gaia Pushbot
f5ec94d1ab Bumping gaia.json for 1 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/d2343a615807
Author: William Chen <wchen@mozilla.com>
Desc: Bug 782211 - Update Gaia with additional functionality to support Notification API.
2013-07-30 11:50:24 -07:00
Gaia Pushbot
bf26e2b1dd Bumping gaia.json for 1 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/775b20c42b52
Author: Julien Wajsberg <felash@gmail.com>
Desc: Bug 890443 - [SMS] the "fixed header" style and transitions should be adjusted so that it's not jumping when changing header r=schung

Important changes
* changes how the fixed header is found. Now we're iterating starting with the
  top instead of the bottom. In the SMS app, the most common cases is when the
  list is not scrolled so much, and therefore starting at the top will likely be
  way faster once the list is long.
* we don't position the header in the same loop, now we position the header
  depending on the next header, if it exists.
* we use a specific hiding class instead of specifying the 100% transform
  translation in the js code. Also, using a 100% transform translation is used
  instead of display none, so that we can get some necessary measurements in the
  init method. Most notably, we need to take into account the view's padding
  top.

Less important changes:
* changed the desktop mock so that we have more headers when loading in Firefox
* check that we have mozSetMessageHandler before using it so that we can launch
  the app in main Firefox
* moved the first header's margin top to the view's padding top. This makes it
  easier to calculate the exact location to trigger the fixed header switch
  effect.
2013-07-30 11:40:24 -07:00
Kartikaya Gupta
d334e608da Bug 866232 - Update the Windows Metro code to handle APZCTreeManager. r=BenWa, bbondy 2013-07-30 14:03:43 -04:00
Kartikaya Gupta
40271aeb0c Bug 866232 - Break assumption of a single global root layer tree. r=BenWa, mattwoodrow 2013-07-30 14:03:43 -04:00
Kartikaya Gupta
0ab038a3d2 Bug 866232 - Only fire mozbrowserasyncscroll events on the top-level scrollable for backwards compatibility. r=BenWa 2013-07-30 14:03:42 -04:00
Kartikaya Gupta
221f975427 Bug 866232 - Disable BrowserElementPanning.js from panning subframes and interfering with multi-apzc. r=BenWa, vingtetun 2013-07-30 14:03:42 -04:00
Kartikaya Gupta
80fc21967b Bug 866232 - Update TabChild to better handle scrolling subframes. r=BenWa, mattwoodrow 2013-07-30 14:03:42 -04:00
Kartikaya Gupta
c27169836e Bug 866232 - Update and re-enable the test for hit detection in the APZC tree. r=BenWa 2013-07-30 14:03:41 -04:00
Kartikaya Gupta
288b98292e Bug 866232 - Add visible region tracking and hit-testing code for APZCTreeManager. r=BenWa, mattwoodrow 2013-07-30 14:03:41 -04:00
Kartikaya Gupta
ef737ecf30 Bug 866232 - Extract a GetCurrentAsyncTransform method in APZC. r=BenWa 2013-07-30 14:03:41 -04:00
Kartikaya Gupta
d725e5e6a1 Bug 866232 - Some documentation/variable renaming cleanup. r=BenWa 2013-07-30 14:03:40 -04:00
Kartikaya Gupta
81eb2a5995 Bug 866232 - Add code to build the APZC tree on layer updates. r=BenWa, mattwoodrow 2013-07-30 14:03:40 -04:00
Kartikaya Gupta
047677d3e3 Bug 866232 - Add an APZCTreeManager to encapsulate the multiple APZCs corresponding to a given layer tree. r=BenWa, mattwoodrow 2013-07-30 14:03:40 -04:00
Kartikaya Gupta
3a19367421 Bug 866232 - Add support for delaying APZC creation until the layer update. r=BenWa 2013-07-30 14:03:40 -04:00
Kartikaya Gupta
d87852c133 Bug 866232 - Guard some APZC fields by a lock so they can be nulled out from the compositor thread. r=BenWa 2013-07-30 14:03:39 -04:00
Kartikaya Gupta
56b257378e Bug 866232 - Move around code in APZC to more easily allow creating it on the compositor thread. r=BenWa 2013-07-30 14:03:39 -04:00
Kartikaya Gupta
b91095aea2 Bug 866232 - Reserve a layer tree id for the root layer tree. r=BenWa 2013-07-30 14:03:38 -04:00
Gaia Pushbot
3c6d12f1bf Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/1e3fa6fe4ab9
Author: Justin Lebar <justin.lebar@gmail.com>
Desc: Merge pull request #11236 from jlebar/apploaded-listener

Bug 899328 - Register only one listener for mozbrowserloadend and appload...

========

https://hg.mozilla.org/integration/gaia-central/rev/836f32732fee
Author: Justin Lebar <justin.lebar@gmail.com>
Desc: Bug 899328 - Register only one listener for mozbrowserloadend and appopen on a given app iframe.

This prevents us from leaking listeners.
2013-07-30 10:45:24 -07:00
Michael Wu
8e55a995e4 Bug 898898 - Add support for building on gonk-JB MR2, r=glandium 2013-07-30 13:36:54 -04:00
Michael Wu
7229dec7e1 Bug 898897 - Update GonkDisplayJB to support JB MR2, r=vlad 2013-07-30 13:36:53 -04:00
Ryan VanderMeulen
6054b3a67b Merge m-c to fx-team. 2013-07-30 13:12:26 -04:00
Ryan VanderMeulen
1b206895a6 Merge m-c to birch. 2013-07-30 13:11:10 -04:00
Steven MacLeod
8ea2ec2a8f Bug 897396 - Add telemetry to Session Store for restoring a window; r=ttaubert 2013-07-30 09:38:49 -07:00
Tim Taubert
5f1ae9526b Bug 899532 - Use whenDelayedStartupFinished() in browser_tab_dragdrop.js; r=gavin 2013-07-30 09:38:12 -07:00
Shane Caraveo
45b7f6e770 bug 899192 fix toolbar button test, r=markh 2013-07-30 08:53:31 -07:00
Gaia Pushbot
b028ba6023 Bumping gaia.json for 2 gaia-central revision(s)
========

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

Bug 872500 - Update manifests r=baku

========

https://hg.mozilla.org/integration/gaia-central/rev/3e12b71f13f5
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 872500 - Update manifests
2013-07-30 08:40:28 -07:00
Gaia Pushbot
826e54b82e Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/fd0e7d9b0435
Author: Dale  Harvey <dale@arandomurl.com>
Desc: Merge pull request #11214 from mpizza/Bug_898358_video_recording_disable_switchBTN

Bug 898358 - [Camera][Helix][V1.1.0 HD] The switching icon is still disp r=daleharvey

========

https://hg.mozilla.org/integration/gaia-central/rev/b711390d891a
Author: mpizza <mmm198219@gmail.com>
Desc: Bug 898358 - [Camera][Helix][V1.1.0 HD] The switching icon is still displayed here while user is recording a video
2013-07-30 08:30:22 -07:00
Gaia Pushbot
d3e986ac0f Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/c16a68a6edd5
Author: Dale  Harvey <dale@arandomurl.com>
Desc: Merge pull request #11216 from mpizza/Bug_898358_turnOff_flashLight_frontFacingMode

Bug 898372 - [Camera][Helix][V1.1.0 HD] FxOS doesn't turn off the light r=daleharvey

========

https://hg.mozilla.org/integration/gaia-central/rev/0d12748b4ec0
Author: mpizza <mmm198219@gmail.com>
Desc: Bug 898372 - [Camera][Helix][V1.1.0 HD] FxOS doesn't turn off the light after user switched to front-facing camera
2013-07-30 08:05:23 -07:00
Ryan VanderMeulen
2faa592956 Backed out changeset e9530cf2baed (bug 890597) for Windows Werror bustage. 2013-07-30 10:56:00 -04:00
Mina Almasry
cb2423ca33 Bug 897185 - toJSON only deals with attributes whose types are serializable. r=bz
Now jsonifiers only include serializable attributes in their returned object, as
per spec.
2013-07-30 10:04:04 -04:00
Martin Stransky
583d02b3cd Bug 899460 - Remove MOZ_GTK_EXPANDER. r=karlt 2013-07-30 10:03:44 -04:00
Martin Stransky
423a9be741 Bug 897404 - Port GTK2 to GTK3 - treeview rendering, expander fix. r=karlt 2013-07-30 10:03:14 -04:00
Robert Bindar
c51d411dbb Bug 890597 - Transport layer ping diagnostic tool. r=valentin.gosu 2013-07-30 10:02:54 -04:00
Masatoshi Kimura
df9be4e65a Bug 898903 - Prevent env["PATH"] from becoming Unicode on Windows. r=jgriffin 2013-07-30 10:02:28 -04:00
Ryan VanderMeulen
73205d6b00 Merge m-c to inbound on a CLOSED TREE. 2013-07-30 09:23:28 -04:00
Ryan VanderMeulen
e82d0d0b93 Merge birch to m-c. 2013-07-30 09:01:43 -04:00
Jon Coppeard
4a64e34ed1 Backout 80e1116e4599 for Android failures on a CLOSED TREE 2013-07-30 13:52:30 +01:00
Ryan VanderMeulen
667e6ebe8e Backed out changesets bc5f5ce22ae3 and 3d682482e90c (bug 880643) for Marionette failures. 2013-07-30 08:52:19 -04:00
Jeff Hammel
6aea2ea8e0 Bug 688667 - refactor automation.py into mozprocess and mozprofile and load via virtualenv. r=jmaher 2013-07-30 08:30:40 -04:00
Gaia Pushbot
69a78f739c Bumping gaia.json for 4 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/10f16f6a15f8
Author: gasolin <gasolin@gmail.com>
Desc: Merge pull request #11219 from gasolin/issue-887670vs

Bug 887670 - [Test][System] Unit test for ValueSelector, r=rudy

========

https://hg.mozilla.org/integration/gaia-central/rev/b4ba3673c02d
Author: gasolin <gasolin@gmail.com>
Desc: Bug 887670 - [Test][System] Unit test for ValueSelector

========

https://hg.mozilla.org/integration/gaia-central/rev/b2220c4242ba
Author: gasolin <gasolin@gmail.com>
Desc: Merge pull request #11188 from gasolin/issue-887670ip

Bug 887670 - [Test][System] Unit test for InputParser, r=rudy

========

https://hg.mozilla.org/integration/gaia-central/rev/7e84d1f4fef4
Author: gasolin <gasolin@gmail.com>
Desc: Bug 887670 - [Test][System] Unit test for InputParser
2013-07-30 05:20:24 -07:00
Gaia Pushbot
6197b9d18f Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/1ff2bfaa9a51
Author: George <georgeiscoming@gmail.com>
Desc: Merge pull request #11198 from cctuan/898701

Bug 898701 - [Gallery] image in thumbnails display not correctly

========

https://hg.mozilla.org/integration/gaia-central/rev/008f10dbc951
Author: cctuan <georgeiscoming@gmail.com>
Desc: Bug 898701 - [Gallery] image in thumbnails display not correctly
2013-07-30 04:55:23 -07:00
Gaia Pushbot
30e556bc5d Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/cd18c67ac910
Author: John Hu <johu@mozilla.com>
Desc: Merge pull request #11215 from huchengtw-moz/settings/Bug_897918_settings_app_should_use_hi-res_image

Bug 897918 - Settings app should use hi-res icons on hd phones, r=arthurcc

========

https://hg.mozilla.org/integration/gaia-central/rev/8a92813acb82
Author: John Hu <johu@mozilla.com>
Desc: Bug 897918 - Settings app should use hi-res icons on hd phones
2013-07-30 04:35:23 -07:00
Jan de Mooij
2f530f8733 Bug 882736 - Ion-compile scripts that use ES5 getter/setter syntax. r=bhackett 2013-07-30 12:52:09 +02:00
Paul Adenot
2c94d0b2f4 Bug 895720 - Actually use the fuzz value. 2013-07-30 11:10:33 +01:00
Paul Adenot
a33021b0b3 Bug 895720 - On MacOS, increase the fuzz factor for test_audioBufferSourceNodeOffset.html. 2013-07-30 11:06:33 +01:00
Nicolas Silva
2b6a0c31a2 Bug 858914 - New texture classes + OGL backend (preffed off). r=bas, nrc 2013-07-30 11:59:51 +02:00
Jan de Mooij
ea15a7a7de Bug 899017 - Fix VM functions called by the JITs to use bool instead of JSBool. r=sstangl 2013-07-30 11:53:22 +02:00
Edgar Chen
44fa6c804e Bug 899484 - Part 2: Add marionette tests for roaming preference. r=hsinyi 2013-07-30 17:18:24 +08:00
Edgar Chen
aef3e6d5a7 Bug 899484 - Part 1: Use sendChromeMessage to send message instead of using sendDOMMessage. r=hsinyi 2013-07-30 17:11:03 +08:00
Gaia Pushbot
16228b7098 Bumping gaia.json for 2 gaia-central revision(s)
========

https://hg.mozilla.org/integration/gaia-central/rev/8e61d48cd62b
Author: Andrew Sutherland <asutherland@asutherland.org>
Desc: Merge pull request #11246 from ian-liu/email/Bug887700_cannot_load_email_in_Inbox_after_OTA_updated

Bug 887700 - [OTA] [Data Migration] [Email] Cannot load email in Inbox after update from v1.0.1 to v1.1.0. r=asuth

========

https://hg.mozilla.org/integration/gaia-central/rev/de3ad2b843b8
Author: ian-liu <iliu@mozilla.com>
Desc: Bug 887700 - [OTA] [Data Migration] [Email] Cannot load email in Inbox after update from v1.0.1 to v1.1.0
2013-07-30 07:00:24 -07:00