Gaia Pushbot
f5c81d28cb
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/043bc31b44bb
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Merge pull request #11355 from KevinGrandon/bug_901587_remove_mouse_events_fm
Bug 901587 - Remove mouse_event_shim from fm radio r=timdream
========
https://hg.mozilla.org/integration/gaia-central/rev/297825c82980
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 901587 - Remove mouse_event_shim from fm radio
2013-08-15 07:25:23 -07:00
Gaia Pushbot
4cdbca29f6
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/f4bf404a0aa8
Author: Alive.Kuo <alegnadise@gmail.com>
Desc: Merge pull request #11531 from alivedise/bugzilla/904991/app-window-factory
Bug 904991 - App Window Factory, r=timdream
========
https://hg.mozilla.org/integration/gaia-central/rev/adceb5097431
Author: Alive Kuo <alegnadise@gmail.com>
Desc: Bug 904991 - App Window Factory
2013-08-15 04:50:23 -07:00
Gaia Pushbot
5e6c0fe795
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/a58a2144100e
Author: Yuren Ju <yurenju@gmail.com>
Desc: Merge pull request #11545 from yurenju/remove-offline
Bug 905608 - Remove build/offline-cache.js and make target for it r=@timdream
========
https://hg.mozilla.org/integration/gaia-central/rev/518d0a317466
Author: Yuren Ju <yurenju@gmail.com>
Desc: Bug 905608 - Remove build/offline-cache.js and make target for it
2013-08-15 04:25:24 -07:00
Gaia Pushbot
52f7353f67
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/7074e7efe829
Author: Sam Joch <samuel@guiora.com>
Desc: Merge pull request #11466 from pivanov/bug-903360
Bug 903360 - [HD] Blue time stamp is too small and should be closer to the right edge r=samjoch
========
https://hg.mozilla.org/integration/gaia-central/rev/94253782dd92
Author: Pavel Ivanov <pivanov@mozilla.com>
Desc: Bug 903360 - [HD] Blue time stamp is too small and should be closer to the right edge
2013-08-15 03:40:23 -07:00
Gaia Pushbot
31011ba6dd
Bumping gaia.json for 4 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/0452882ba864
Author: Alive.Kuo <alegnadise@gmail.com>
Desc: Merge pull request #11541 from snowmantw/issue904982
Bug 904982 - [System] System reboot if CustomDialog shows with improper callbacks, r=alive
========
https://hg.mozilla.org/integration/gaia-central/rev/349a68bfec90
Author: Greg Weng (snowmantw) <gweng@mozilla.com>
Desc: Bug 904982 - [System] System reboot if CustomDialog shows with improper callbacks
========
https://hg.mozilla.org/integration/gaia-central/rev/9c65f0e58196
Author: Gabriele Svelto <gsvelto@mozilla.com>
Desc: Merge pull request #11424 from gabrielesvelto/bug-902500-scrollintoview
Bug 902500 - Prevent synchronous reflows when scrolling to the bottom of the message list r=julienw
========
https://hg.mozilla.org/integration/gaia-central/rev/537dea3ef4f7
Author: Gabriele Svelto <gabriele.svelto@gmail.com>
Desc: Bug 902500 - Prevent synchronous reflows when scrolling to the bottom of the message list
2013-08-15 03:20:25 -07:00
Gaia Pushbot
2e5ae1baea
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/e240516ce3ec
Author: Sam Joch <samuel@guiora.com>
Desc: Merge pull request #11348 from epang/bug901496_browsergraphicswap
Bug 901499 - Swap Camera Graphics r=samjoch
========
https://hg.mozilla.org/integration/gaia-central/rev/44bde2c73c65
Author: Eric Pang <epang@mozilla.com>
Desc: Bug 901499 - Swap Camera Graphics
2013-08-15 03:05:27 -07:00
Gaia Pushbot
9716d2c5ea
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/4194b54f00c2
Author: Rex KM Lee <rexboy@mozilla.com>
Desc: Merge pull request #11503 from snowmantw/issue899002
Bug 899002 - Use one button dialog for CE audio warning r=alive
========
https://hg.mozilla.org/integration/gaia-central/rev/ee7e6ec19a07
Author: Greg Weng (snowmantw) <gweng@mozilla.com>
Desc: Bug 899002 - Use one button dialog for CE audio warning
2013-08-14 22:50:30 -07:00
Gaia Pushbot
faa31cef6c
Bumping gaia.json for 1 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/3ff317d48348
Author: Rick Waldron <waldron.rick@gmail.com>
Desc: Bug 882751 - Tapping in the center of the clock doesn't work as expected r=ianliu
https://bugzilla.mozilla.org/show_bug.cgi?id=882751
- Reorder digital-clock HTML elements to match analog-clock layout
- Creates explicit object for all timeouts
- Adds `container` to list of lazy init'ed elements
- Removes the unused `this.digitalClockBackground` element
- Consolidates init and initClockface, removes initClockface
- Ensures handleEvent is called with bound handlers
- removes unnecessary nested setTimeout function calls
- Consolidates logic from showAnalogClock, showDigitalClock and show
- Removes showAnalogClock, showDigitalClock
- Defines single pattern for clock face display
- Includes tests for support of Clock.show() and ClockView.handleEvent->show
- Adds mock_alarm_list, mock_asyncstorage
- Ensure that a clock face default always shows, no matter what.
- Request stored clock face mode as early as possible
- Ensure that clock face mode is updated if default doesn't match stored.
- Simplify the clock face rendering tests
Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
2013-08-14 20:55:23 -07:00
Gaia Pushbot
c216b70b3c
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/d60ff6e69bf8
Author: Alive.Kuo <alegnadise@gmail.com>
Desc: Merge pull request #11530 from alivedise/bugzilla_904534_master_v2
Bug 904534 - Use BrowserFrame to gen mozbrowser iframe in Window, r=timdream
========
https://hg.mozilla.org/integration/gaia-central/rev/e152d2ba1f0b
Author: Alive Kuo <alegnadise@gmail.com>
Desc: Bug 904534 - Use BrowserFrame to generate mozbrowser iframe in Window
Manager.
2013-08-14 20:21:23 -07:00
Gaia Pushbot
138ccb24b6
Bumping gaia.json for 4 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/f71d436bdcdd
Author: gasolin <gasolin@gmail.com>
Desc: Merge pull request #11371 from LeeChSien/Bug_901862
Bug 901862 - [Test][System] Unit test for Utility Tray, r=alive
========
https://hg.mozilla.org/integration/gaia-central/rev/ab8edeaba303
Author: Jason Lee <chsien@gmail.com>
Desc: Bug 901862 - [Test][System] Unit test for Utility Tray
========
https://hg.mozilla.org/integration/gaia-central/rev/d644f1f71aea
Author: John Hu <johu@mozilla.com>
Desc: Merge pull request #11280 from huchengtw-moz/camera/Bug_897356_2_camera_cannot_work_when_plug_out_usb
Bug 897356 - [Buri][Contacts][Camera]The camera can't work when plug out...
========
https://hg.mozilla.org/integration/gaia-central/rev/bd7b5f02bbb9
Author: John Hu <johu@mozilla.com>
Desc: Bug 897356 - [Buri][Contacts][Camera]The camera can't work when plug out USB
2013-08-14 19:05:23 -07:00
Gaia Pushbot
2f104f9ac5
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/fd0d9515e6af
Author: James Lal <james@lightsofapollo.com>
Desc: Merge pull request #11539 from lightsofapollo/bug-901850-product
Bug 901850 - marionette-js-runner symlink app contents
========
https://hg.mozilla.org/integration/gaia-central/rev/270d0eb11c7b
Author: James Lal <james@lightsofapollo.com>
Desc: Bug 901850 - marionette-js-runner symlink app contents
2013-08-14 18:40:23 -07:00
Gaia Pushbot
8f37451fdb
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/72615b79efd6
Author: James Lal <james@lightsofapollo.com>
Desc: Merge pull request #10981 from ganesh7/bug_819628
Bug 819628
========
https://hg.mozilla.org/integration/gaia-central/rev/ab0e5cfec4bf
Author: gghosh <ganeshghosh@gmail.com>
Desc: BUG 819628 - incremental commit changes into a single commit.
2013-08-14 16:00:24 -07:00
Gaia Pushbot
3422018552
Bumping gaia.json for 1 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/f61a98729da9
Author: John Ford <john@johnford.info>
Desc: bug 851361 -- Revert "Merge pull request #8726 from leob2g/Bug_852361_Device_is_shut_down_when_battery_level_become_two_percents"
This reverts commit a7f1e921c67d5d3d4e0afaa06aca79320784e806, reversing
changes made to bd398458e986740d0a774d44ba0344ff3d6958cb.
2013-08-14 13:55:26 -07:00
Gaia Pushbot
be4dcfced2
Bumping gaia.json for 1 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/0c1f21738fac
Author: Mike Pennisi <mike@mikepennisi.com>
Desc: Bug 884890 - [MMS][Multirecipient] Use CSS and touch events for handling the recipients container pull&push effects r=julienw
2013-08-14 12:25:28 -07:00
Gaia Pushbot
20b2df4597
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/58c6fafc2ed4
Author: Olav Nymoen <olav@comoyo.com>
Desc: Merge pull request #11525 from comoyo/allow_open_remote
Bug 819882: Allow all apps to open OOP. From & to , string separator. r=alive
========
https://hg.mozilla.org/integration/gaia-central/rev/9ddf51e471de
Author: Olav Nymoen <olav@comoyo.com>
Desc: Bug 819882: Allow all apps to open OOP. From & to , string separator. r=alive
2013-08-14 12:05:23 -07:00
Gaia Pushbot
f232d1f01d
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/4e8dc46f1c1e
Author: James Lal <james@lightsofapollo.com>
Desc: Merge pull request #11469 from KevinGrandon/bug_903652_calendar_swiping
Bug 903652 - Add delayed transition visibility for tooltip
========
https://hg.mozilla.org/integration/gaia-central/rev/7c19afa8af95
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 903652 - Add delayed transition visibility for tooltip
2013-08-14 10:45:23 -07:00
Gaia Pushbot
ee9383454e
Bumping gaia.json for 1 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/de813755d4a4
Author: Rick Waldron <waldron.rick@gmail.com>
Desc: Bug 904220 - [Clock] Unit tests should not create actual alarm records r=ian-liu
commit af2a65ee86cc861a5b76dd2aca05bb1c6dfcd95d
Author: Mike Pennisi <mike@mikepennisi.com>
Date: Tue Aug 13 15:32:54 2013 -0400
Fix bug in unit tests
Loading the application HTML into the unit test environment breaks some
assumptions made by the tests. Notably: elements appended to the DOM
which have identical DOM IDs will no longer be returned by
`document.getElementById`.
A slightly cleaner approach might involve re-loading the `body` HTML
before *every* test and referencing elements from the global `ClockView`
object directly. This has two drawbacks:
1. It will tend to slow down the test suite (especially as more tests
are written)
2. It will require further re-factoring of the application logic (which
caches references to its DOM nodes when they are first referenced).
For these reasons, we might prefer the simplistic fix outlined by this
patch.
Part of this fix requires consistently loading the `loadBodyHTML`
utility function in `setup.js` (so that it is loaded when the test-agent
runs the entire test suite *and* when it runs individual test files).
commit 0ca745a11747ec7c27f333ae0bf675c7da883c6c
Author: Rick Waldron <waldron.rick@gmail.com>
Date: Mon Aug 12 18:46:31 2013 -0400
Bug 904220 - [Clock] Unit tests should not create actual alarm records
https://bugzilla.mozilla.org/show_bug.cgi?id=904220
- Reorders require files alphabetically
- Adds Mocks:
- mock_alarm_list.js
- mock_alarm_manager.js
- mock_navigator_mozl10n.js
- Update tests to use actual markup as fixture
- Update tests to use the same mocha API as other tests
- Use mocks instead of creating real alarm records
- Use sinon sandbox features
Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
2013-08-14 10:35:23 -07:00
Gaia Pushbot
dfdc4e7393
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/949d89b5cf56
Author: Dale Harvey <dale@arandomurl.com>
Desc: Merge pull request #11379 from benfrancis/840210
Bug 840210 - search engine must be customizable at build time. r=daleharvey
========
https://hg.mozilla.org/integration/gaia-central/rev/945123957fe8
Author: Ben Francis <ben@tola.me.uk>
Desc: Bug 840210 - search engine must be customizable at build time
2013-08-14 07:21:26 -07:00
Gaia Pushbot
e8bb595b22
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/aec8d43bd45b
Author: Sam Joch <samuel@guiora.com>
Desc: Merge pull request #11513 from pivanov/bug-904017
Bug 904017 - [HD]Add New Icon is blurry compared to other icons r=samjoch
========
https://hg.mozilla.org/integration/gaia-central/rev/b16f378c35c0
Author: Pavel Ivanov <pivanov@mozilla.com>
Desc: Bug 904017 - [HD]Add New Icon is blurry compared to other icons
2013-08-14 04:25:24 -07:00
Gaia Pushbot
7461ab8db6
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/9d45522690f3
Author: Alive.Kuo <alegnadise@gmail.com>
Desc: Merge pull request #11506 from alivedise/bugzilla/904349/move-app-error-out-of-app-window
Bug 904349 - Move app error out of app window. r=timdream
========
https://hg.mozilla.org/integration/gaia-central/rev/2c4c70b50454
Author: Alive Kuo <alegnadise@gmail.com>
Desc: Bug 904349 - Move app error out of app window.
2013-08-14 04:00:24 -07:00
Gaia Pushbot
dbf7067de1
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/cb867d2d85ee
Author: Arthur Chen <crh0716@gmail.com>
Desc: Merge pull request #11521 from crh0716/905045
Bug 905045 - Remove 'bluetooth-authorize' system message from the manifest r=evelyn
========
https://hg.mozilla.org/integration/gaia-central/rev/95c938360522
Author: crh0716 <crh0716@gmail.com>
Desc: Bug 905045 - Remove 'bluetooth-authorize' system message from the manifest
2013-08-14 03:40:24 -07:00
Gaia Pushbot
01b251a0ca
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/5d583ad896ca
Author: Alive.Kuo <alegnadise@gmail.com>
Desc: Merge pull request #11519 from alivedise/bugzilla/905006/remove-oo
Bug 905006 - Remove orientaion observer reference, r=timdream
========
https://hg.mozilla.org/integration/gaia-central/rev/e266fed28066
Author: Alive Kuo <alegnadise@gmail.com>
Desc: Bug 905006 - Remove orientaion observer reference
2013-08-14 00:15:23 -07:00
Gaia Pushbot
0ba188b263
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/47daabb93939
Author: Alive.Kuo <alegnadise@gmail.com>
Desc: Merge pull request #11516 from leob2g/Bug_901801_897874_Followup_Notification_horizontally_scrollable_with_many_CB_messages
Bug 901801 - 897874 Followup: [Notification] horizontally scrollable with many CB messages, r=alive
========
https://hg.mozilla.org/integration/gaia-central/rev/8bc21763cb22
Author: hanj.kim <hanj.kim@lge.com>
Desc: Bug 901801 - 897874 Followup: [Notification] horizontally scrollable with many CB messages
2013-08-13 18:30:24 -07:00
Nick Thomas
b3020ca031
Bug 899000, update binary bits for helix builds, r=aki a=npotb
...
--HG--
extra : transplant_source : %5C%2A%E0%09q%C5%8A%C2%05%E0%1Dk%8Dr%AClK%05%05w
2013-08-14 10:13:43 +12:00
Gaia Pushbot
a05e86c9c1
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/e479566bf0ea
Author: Gareth Aye <gaye@mozilla.com>
Desc: Merge pull request #11515 from gaye/bug-904830
Bug 904830 - Depend on marionette js helper in gaia a=test-only
========
https://hg.mozilla.org/integration/gaia-central/rev/23302197b3f4
Author: gaye <gaye@mozilla.com>
Desc: Bug 904830 - Depend on marionette js helper in gaia a=test-only
2013-08-13 14:55:24 -07:00
Gaia Pushbot
8b639ed04f
Bumping gaia.json for 1 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/2b195ef19ed8
Author: Rick Waldron <waldron.rick@gmail.com>
Desc: Bug 904640 - [Messages] Keyboard should always close when pressing Send r=julienw
https://bugzilla.mozilla.org/show_bug.cgi?id=904640
- Remove focus from all elements before panel change by calling document.activeElement.blur() in MessageManager.onHashChange
- Updates Mocks:
- MockThreadListUI to contain all properties (data and method)
- MockThreadUI to contain all properties (data and method)
- Tests MessageManager.onHashChange:
- Remove any focus left on specific elements
- Assert on spy intel for document.activeElement.blur
- Exit edit mode (Thread or Message)
- Assert on spy intel for:
- ThreadUI.cancelEdit
- ThreadListUI.cancelEdit
- Reset Group Participants View
- Assert on spy intel for ThreadUI.groupView.reset
Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
2013-08-13 11:45:25 -07:00
Gaia Pushbot
b7cf807f8a
Bumping gaia.json for 1 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/8d72439fdc56
Author: Rick Waldron <waldron.rick@gmail.com>
Desc: Bug 903947 - [Messages] The last recipient is copied everytime when selecting recipeint for removing r=julienw
https://bugzilla.mozilla.org/show_bug.cgi?id=903947
- Clicks on accepted recipients...
- Should close the keyboard, if it's a known contact recipient
- while manually entering a recipient:
- Two rendered recipients
- A placeholder for the cursor
- with only accepted recipients:
- no changes, no assimilated recipients
- with no placeholder at end of list:
- no changes, no assimilated recipients
- Ensure MockDialog triggers are assigned an initial called value (false)
This patch also fixes https://bugzilla.mozilla.org/show_bug.cgi?id=903943
Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
2013-08-13 10:50:26 -07:00
Aki Sasaki
763f871b8a
bug 903661 - helix configs. r=catlee
2013-08-13 10:46:54 -07:00
Gaia Pushbot
b7ae5d7e89
Bumping gaia.json for 1 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/565d16505778
Author: Julien Wajsberg <felash@gmail.com>
Desc: Bug 897437 - SMS message timestamps do not display the expected strings. r=gnarf
Rewrote the message container handling function. Now with lots of unit tests
covering lots of edge cases.
This patch also does a very little bit of safe refactoring, still with unit
tests.
2013-08-13 10:35:24 -07:00
Gaia Pushbot
fc5f3b7ecb
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/050d7d00d95b
Author: Etienne Segonzac <etienne@segonzac.info>
Desc: Merge pull request #11485 from etiennesegonzac/bug-904076-call-log-db-create
Bug 904076 - fixing a bug in the call log db creation path. r=rik
========
https://hg.mozilla.org/integration/gaia-central/rev/a9bd710578e8
Author: Etienne Segonzac <etienne@segonzac.info>
Desc: Bug 904076 - fixing a bug in the call log db creation path.
r=rik
2013-08-13 10:15:24 -07:00
Gaia Pushbot
e9455462c1
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/aab0a2027f9e
Author: Gregor Wagner <anygregor@gmail.com>
Desc: Merge pull request #11274 from JonHylands/jhylands-899123-add-contact-pics-master
Bug 899123 - add pictures to contact reference workloads
========
https://hg.mozilla.org/integration/gaia-central/rev/49a58a560acb
Author: Jon Hylands <jhylands@mozilla.com>
Desc: Bug 899123 - add pictures to contact reference workloads
2013-08-13 10:00:48 -07:00
Gaia Pushbot
29ecb40ad5
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/494467b3c443
Author: Etienne Segonzac <etienne@segonzac.info>
Desc: Merge pull request #11434 from etiennesegonzac/oncall-split-and-test
Bug 902983 - Split oncall.js and make it testable r=Rik
========
https://hg.mozilla.org/integration/gaia-central/rev/c5e1f2148a89
Author: Etienne Segonzac <etienne@segonzac.info>
Desc: Bug 902983 - Split oncall.js and make it testable
r=Rik
2013-08-13 10:00:26 -07:00
Gaia Pushbot
7ee153830e
Bumping gaia.json for 4 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/4013a01e6d32
Author: Olav Nymoen <olav@comoyo.com>
Desc: Merge pull request #11481 from comoyo/allow_open_remote
Bug 819882: Allow all apps to open OOP windows. r=alive
========
https://hg.mozilla.org/integration/gaia-central/rev/cd64075d3f27
Author: Olav Nymoen <olav@comoyo.com>
Desc: Bug 819882: Allow all apps to open OOP windows. r=alive
========
https://hg.mozilla.org/integration/gaia-central/rev/24e7f09e1058
Author: Sam Joch <samuel@guiora.com>
Desc: Merge pull request #11494 from pivanov/bug-904013
Bug 904013 - [Contacts] Replace "+" Icon in contacts for 1x, 1.5x and 2x r=samjoch
========
https://hg.mozilla.org/integration/gaia-central/rev/b12cc9c6d5a7
Author: Pavel Ivanov <pivanov@mozilla.com>
Desc: Bug 904013 - [Contacts] Replace "+" Icon in contacts for 1x, 1.5x and 2x
2013-08-13 05:20:25 -07:00
Gaia Pushbot
88d8de35b3
Bumping gaia.json for 3 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/260ceda6d54c
Author: Sam Joch <samuel@guiora.com>
Desc: Merge pull request #11493 from pivanov/bug-903491
Bug 903491 - [HD][Browser] Refresh icon appears to be in SD r=samjoch
========
https://hg.mozilla.org/integration/gaia-central/rev/4ce7490a7042
Author: Pavel Ivanov <pivanov@mozilla.com>
Desc: Bug 903491 - [HD][Browser] Refresh icon appears to be in SD
========
https://hg.mozilla.org/integration/gaia-central/rev/9bcc87a8a908
Author: Amir Nissim <amirn@everything.me>
Desc: Bug 898639 - [EVERYTHING.ME] User is unable to add bookmarks to Homescreen r=vingtetun
Added missing 'var' declarations, one of which was setting window.name from 'main' to other values
2013-08-13 05:10:23 -07:00
Gaia Pushbot
22b66ad3d7
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/f7a77191a8b5
Author: Salvador de la Puente González <salva@unoyunodiez.com>
Desc: Merge pull request #11343 from arcturus/bug-901472
Bug 901472 - [Cost Control] Modify the parameters for checking the credit in Colombia
r=salva
========
https://hg.mozilla.org/integration/gaia-central/rev/23386613230c
Author: Francisco Jordano <arcturus@ardeenelinfierno.com>
Desc: Bug 901472 - [Cost Control] Modify the parameters for checking the credit in Colombia
2013-08-13 03:51:34 -07:00
Gaia Pushbot
cfd1b0c479
Bumping gaia.json for 4 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/f53a55fb7dba
Author: Arthur Chen <crh0716@gmail.com>
Desc: Merge pull request #11423 from crh0716/900874
Bug 900874 - Register to DOM events instead of system messages r=evelyn
========
https://hg.mozilla.org/integration/gaia-central/rev/c70b822c886e
Author: crh0716 <crh0716@gmail.com>
Desc: Bug 900874 - Register to DOM events instead of system messages
========
https://hg.mozilla.org/integration/gaia-central/rev/e7560439092a
Author: Arthur Chen <crh0716@gmail.com>
Desc: Merge pull request #11449 from crh0716/903181
Bug 903181 - Add a step value r=evelyn
========
https://hg.mozilla.org/integration/gaia-central/rev/811120d1f1aa
Author: crh0716 <crh0716@gmail.com>
Desc: Bug 903181 - Add a step value
2013-08-13 02:25:27 -07:00
Gaia Pushbot
0fed958701
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/93333daac801
Author: Dominic Kuo <dkuo@mozilla.com>
Desc: Merge pull request #11474 from dominickuo/bug-894203
Bug 894203 - Update the @1.5x assets for music app, r=rexboy7
========
https://hg.mozilla.org/integration/gaia-central/rev/a352b9a46b36
Author: Dominic Kuo <dkuo@mozilla.com>
Desc: Bug 894203 - Update the @1.5x assets for music app
2013-08-13 02:10:25 -07:00
Gaia Pushbot
f75331fef6
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/f2c1d7617f86
Author: Rex KM Lee <rexboy@mozilla.com>
Desc: Merge pull request #11456 from rexboy7/fix-bug894815
bug 894815 - [lockscreen]permission screen and attention screen height f...
========
https://hg.mozilla.org/integration/gaia-central/rev/29b9507be23b
Author: Rex Lee <rexboy@mozilla.com>
Desc: bug 894815 - [lockscreen]permission screen and attention screen height fix on lockscreen camera
2013-08-13 00:10:24 -07:00
Gaia Pushbot
685d8d5860
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/d7ff1015ccee
Author: Rex KM Lee <rexboy@mozilla.com>
Desc: Merge pull request #11270 from rexboy7/fix-bug899511
Bug 899501 - [Dialer] Layout adjusting for HD support on suggestion over...
========
https://hg.mozilla.org/integration/gaia-central/rev/fc83b598b958
Author: Rex Lee <rexboy@mozilla.com>
Desc: Bug 899501 - [Dialer] Layout adjusting for HD support on suggestion overlay
2013-08-12 23:35:23 -07:00
Gaia Pushbot
f2d4d79acd
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/a6b81f7d4b84
Author: Rudy Lu <left.lu@gmail.com>
Desc: Merge pull request #11480 from leob2g/Bug_904009-keyboard_layout_changes_to_lowercase_even_when_the_capslock__ON
Bug_904009-[keyboard]The keyboard layout changes to lowercase even when the CapsLock is ON. r=rudylu
========
https://hg.mozilla.org/integration/gaia-central/rev/f966614bc6db
Author: sarath27.vs <sarath27.vs@lge.com>
Desc: Bug_904009-[keyboard]The keyboard layout changes to lowercase even when the CapsLock is ON
2013-08-12 20:00:23 -07:00
Gaia Pushbot
e8b31b57ea
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/3a5bfe8c6e07
Author: Mihai Cîrlănaru <mihai@cirlanaru.com>
Desc: Merge pull request #11497 from dylano/master
Bug 904115 - Add sr-Latn to languages_dev.json, r=@mcirlanaru
========
https://hg.mozilla.org/integration/gaia-central/rev/31b7f93dddf4
Author: dylano <doliver@mozilla.com>
Desc: Bug 904115 - Add sr-Latn to languages_dev.json
2013-08-12 15:45:24 -07:00
Gaia Pushbot
fb2712ef47
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/c2486bc0cb3f
Author: Mihai Cîrlănaru <mihai@cirlanaru.com>
Desc: Merge pull request #11239 from mcirlanaru/bug_882909
Bug 882909 - [FTU] Don't overlap progress bar with WiFi hotspot entries. r=@fcampo
========
https://hg.mozilla.org/integration/gaia-central/rev/e166edb3115d
Author: Mihai Cirlanaru <mihai@cirlanaru.com>
Desc: Bug 882909 - [FTU] Don't overlap progress bar with WiFi hotspot entries. r=fcampo
2013-08-12 15:20:24 -07:00
Gaia Pushbot
bf2beed90c
Bumping gaia.json for 3 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/0d6b56ffbc53
Author: Gareth Aye <gaye@mozilla.com>
Desc: Merge pull request #11441 from gaye/bug-894738
Bug 894738 - Redirect appropriately from ViewEvent after tapping system notification for event alarm pulls us into calendar r=kgrandon
========
https://hg.mozilla.org/integration/gaia-central/rev/7ea6f6a44d38
Author: gaye <gaye@mozilla.com>
Desc: Clean up patch and add unit tests
========
https://hg.mozilla.org/integration/gaia-central/rev/c8e56697db00
Author: gaye <gaye@mozilla.com>
Desc: Bug 894738 - Redirect appropriately from ViewEvent after tapping system notification for event alarm pulls us into calendar
2013-08-12 14:35:26 -07:00
Gaia Pushbot
0e7faad570
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/7cdb69546a02
Author: Pavel Ivanov <pivanov@mozilla.com>
Desc: Merge pull request #11462 from pivanov/bug-903438
Bug 903438 - [Settings][HD] Text spacing incorrect in "Call Settings" and "Celluar & Data"
========
https://hg.mozilla.org/integration/gaia-central/rev/fa7036c4d030
Author: Pavel Ivanov <pivanov@mozilla.com>
Desc: Bug 903438 - [Settings][HD] Text spacing incorrect in "Call Settings" and "Celluar & Data"
2013-08-12 12:55:24 -07:00
Ryan VanderMeulen
f7b0f7438b
Merge m-c to b2g-inbound.
2013-08-12 15:36:24 -04:00
Gaia Pushbot
ea1670c2d8
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/be7b9a0cc966
Author: Ran Ben Aharon <ran@everything.me>
Desc: Merge pull request #11484 from EverythingMe/bugfix-analytics
Bug 904087 - Analytics not being reported [r=gregor]
========
https://hg.mozilla.org/integration/gaia-central/rev/c9c655519d38
Author: Ran Ben Aharon <ran@ranbena.com>
Desc: Bug 904087 - Analytics not being reported [r=gregor]
2013-08-12 12:20:23 -07:00
Gaia Pushbot
0b9880e22f
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/849abb6698a7
Author: Ran Ben Aharon <ran@everything.me>
Desc: Merge pull request #11489 from EverythingMe/bugfix-loadmore2
Bug 904085 - Fixed bug from previous related commit r=gregor
========
https://hg.mozilla.org/integration/gaia-central/rev/efd145a91578
Author: Ran Ben Aharon <ran@ranbena.com>
Desc: Bug 904085 - Fixed bug from previous related commit r=gregor
2013-08-12 12:10:23 -07:00
Ed Morley
9a32ee0533
Bug 901898 - Remove codesighs now that it's no longer run in automation; r=gps
2013-08-12 13:10:41 +01:00
Gaia Pushbot
cbf696412c
Bumping gaia.json for 1 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/cc6b6bcc278e
Author: Rick Waldron <waldron.rick@gmail.com>
Desc: Bug 903260 fixes tests, a=test-only
Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
2013-08-10 13:10:23 -07:00
Gaia Pushbot
a0cb7e72a6
Bumping gaia.json for 1 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/5774008b1f63
Author: Rick Waldron <waldron.rick@gmail.com>
Desc: Bug 903260 - [SMS][MMS] SettingsURL value is never used in sms/js/notification.js: Ringtones BROKEN
https://bugzilla.mozilla.org/show_bug.cgi?id=903260
- Make the mock's set method behave enough like the real thing to write a correct test
- Assign the result of the call to set(…) to the actual local setting
- Tests
- Ensure that the src property is as expected
Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
2013-08-10 12:45:23 -07:00
Gaia Pushbot
a393791c24
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/f3944d41b059
Author: David Flanagan <dflanagan@mozilla.com>
Desc: Merge pull request #11468 from es92/music2uxUpdate
Music2 UX update
========
https://hg.mozilla.org/integration/gaia-central/rev/41f714bd5ebd
Author: Evan Shapiro <evan.a.shapiro@gmail.com>
Desc: music2: ux redesign
Conflicts:
test_apps/music2/style/css/style.css
2013-08-09 17:21:26 -07:00
Gaia Pushbot
b3f06f9319
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/6d539d255cad
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Merge pull request #11470 from hotzenklotz/903521_camera_in_FF
Bug 903521 - Camera not working in gaia when run in Firefox r=kgrandon
========
https://hg.mozilla.org/integration/gaia-central/rev/f2b2ca763a75
Author: Tom Herold <therold@mozilla.com>
Desc: Bug 903521 - Camera not working in gaia when run in Firefox
2013-08-09 16:50:24 -07:00
Gaia Pushbot
bb55815eb3
Bumping gaia.json for 1 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/0e3e30e489ff
Author: Rick Waldron <waldron.rick@gmail.com>
Desc: Bug 903137 - [SMS][MMS] Contextmenu prompt for email in message should display email address r=gnarf
- Make all prompts consistent
- Ensures that dataset.isContact strings are only used to derive a true isContact boolean
- Renames ThreadUI.activateContact to ThreadUI.prompt
- The function no longer serves as only a "contact" prompt
- May prompt any type of recipient (contact, unknown, email)
- May prompt from header, group list or message content
- Renames ThreadUI.genPrompt to ThreadUI.prompContact
- genPrompt is meaningless
- The function is explicitly for creating a prompt with a known contact
- Includes the contact info lookup
- Converts promptContact arguments to an object, instead of named parameters
- Update LinkActionHandler to delegate to promptContact, instead of doing it's own duplicated lookup
- Adds tests to ensure that a something is displayed when something is provided
- Could be any of the following:
- DOM UL
- Email address
- Phone Number
- Name
- Updates LinkActionHandler tests to use the correct new function names
Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
2013-08-09 12:05:25 -07:00
Gaia Pushbot
ecc5f02ba6
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/30a28b592ed8
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Merge pull request #11353 from KevinGrandon/bug_901578_remove_mouse_shim_settings
Bug 901578 - Remove mouse_event_shim from settings r=kaze
========
https://hg.mozilla.org/integration/gaia-central/rev/86532663e60e
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 901578 - Remove mouse_event_shim from settings
2013-08-09 11:45:23 -07:00
Gaia Pushbot
3c55662c8a
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/a202d951a704
Author: James Lal <james@lightsofapollo.com>
Desc: Merge pull request #11464 from lightsofapollo/revert-11425
Revert "Merge pull request #11425 from comoyo/mozContacts2vcard"
========
https://hg.mozilla.org/integration/gaia-central/rev/94b6457ad206
Author: James Lal <james@lightsofapollo.com>
Desc: Revert "Merge pull request #11425 from comoyo/mozContacts2vcard"
This reverts commit 1b3b923534f606c69fce61136aa21849ee8bba6a, reversing
changes made to c354940fbe112bcf2d90e2a5654ad1824f3a2348.
2013-08-09 10:35:35 -07:00
Gaia Pushbot
c11fd53943
Bumping gaia.json for 3 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/ffe47e2d96de
Author: Vivien Nicolas <21@vingtetun.org>
Desc: Bug 903400 - Trim whitespaces for search in the e.me search bar. r=vingtetun,a=leo+
========
https://hg.mozilla.org/integration/gaia-central/rev/44c09c38ef4b
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Merge pull request #11448 from KevinGrandon/bug_902959_add_getApps_param
Bug 902959 - Add option to suppress apps which have hidden roles r=vingtetun
========
https://hg.mozilla.org/integration/gaia-central/rev/7bac1ccb3ef5
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 902959 - Add option to suppress apps which have hidden roles
2013-08-09 10:25:30 -07:00
Gaia Pushbot
03e1b9fda7
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/b89cd693bf17
Author: James Lal <james@lightsofapollo.com>
Desc: Merge pull request #11444 from lightsofapollo/vbump-marionette
vbump marionette
========
https://hg.mozilla.org/integration/gaia-central/rev/dc3f9ab26dc7
Author: James Lal <james@lightsofapollo.com>
Desc: vbump marionette
2013-08-09 10:05:25 -07:00
Gaia Pushbot
39b72f1e53
Bumping gaia.json for 3 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/f970557b626a
Author: Rick Waldron <waldron.rick@gmail.com>
Desc: Bug 902973 - REAPPLY Disable sms notification_test.js for frequent TBPL orange, a=test-only
Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
========
https://hg.mozilla.org/integration/gaia-central/rev/2d0fff56e4df
Author: Sam Joch <samuel@guiora.com>
Desc: Merge pull request #11352 from epang/bug901500_email_missing_images
Bug 901500 - Adding Missing Email Images r=samjoch
========
https://hg.mozilla.org/integration/gaia-central/rev/77172567ba5a
Author: Eric Pang <epang@mozilla.com>
Desc: Bug 901500 - Adding Missing Email Images
2013-08-09 07:50:26 -07:00
Gaia Pushbot
8f1095fc02
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/3386bba33a11
Author: Sam Joch <samuel@guiora.com>
Desc: Merge pull request #11350 from epang/bug901499_cameragraphicsswap
Bug 901499 - Swap Camera Graphics r=samjoch
========
https://hg.mozilla.org/integration/gaia-central/rev/c691ba73a9ae
Author: Eric Pang <epang@mozilla.com>
Desc: Bug 901499 - Swap Camera Graphics
2013-08-09 07:25:25 -07:00
Gaia Pushbot
91dd830f94
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/55a28af01d44
Author: Francisco Jordano <arcturus@ardeenelinfierno.com>
Desc: Merge pull request #11425 from comoyo/mozContacts2vcard
Bug 896982: Design and implement a component to transform mozContacts to VCARD format [r=arcturus]
========
https://hg.mozilla.org/integration/gaia-central/rev/d409de36cf9f
Author: Sergi Mansilla <sergi.mansilla@gmail.com>
Desc: Design and implement a component to transform mozContacts to VCARD format
2013-08-09 05:00:24 -07:00
Gaia Pushbot
f760dcdb83
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/c452a61687ef
Author: Yuren Ju <yurenju@gmail.com>
Desc: Merge pull request #11286 from yurenju/896425
Bug 896425 - Add customization support for recording profile r=djf
========
https://hg.mozilla.org/integration/gaia-central/rev/a6c838236673
Author: Yuren Ju <yurenju@gmail.com>
Desc: Bug 896425 - Add customization support for recording profile
2013-08-09 03:55:23 -07:00
Gaia Pushbot
a8ba965cf9
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/37f6005f3b09
Author: Gabriele Svelto <gsvelto@mozilla.com>
Desc: Merge pull request #11399 from gabrielesvelto/bug-902409-parallel-builds
Bug 902409 - Added a missing dependency to the webapp-zip target r=ochameau
========
https://hg.mozilla.org/integration/gaia-central/rev/b9abd47eedbf
Author: Gabriele Svelto <gabriele.svelto@gmail.com>
Desc: Bug 902409 - Added a missing dependency to the webapp-zip target
2013-08-09 01:50:23 -07:00
Gaia Pushbot
20920e3c54
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/49ed800397c7
Author: Alive.Kuo <alegnadise@gmail.com>
Desc: Merge pull request #11338 from alivedise/bugzilla/898385_master/remove-over-usage-of-ori-sensor
Bug 898385 - Reduce orientation sensor usage. r=timdream
========
https://hg.mozilla.org/integration/gaia-central/rev/e388b7ae12c9
Author: Alive Kuo <alegnadise@gmail.com>
Desc: Bug 898385 - Reduce orientation sensor usage.
2013-08-08 20:45:23 -07:00
Gaia Pushbot
d9c6d30375
Bumping gaia.json for 4 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/b3bbcbb9026c
Author: Alive.Kuo <alegnadise@gmail.com>
Desc: Merge pull request #11446 from alivedise/bugzilla/900420_master
Bug 900420 - Remove mozTT reference, r=timdream
========
https://hg.mozilla.org/integration/gaia-central/rev/74e77eaec10f
Author: Alive Kuo <alegnadise@gmail.com>
Desc: Bug 900420 - Remove mozTT reference
========
https://hg.mozilla.org/integration/gaia-central/rev/84d84ed85cec
Author: Arthur Chen <crh0716@gmail.com>
Desc: Merge pull request #10877 from crh0716/881862
Bug 881862 - Control the network type from the json file
========
https://hg.mozilla.org/integration/gaia-central/rev/b122f126a233
Author: crh0716 <crh0716@gmail.com>
Desc: Bug 881862 - Control the network type from the json file
2013-08-08 19:50:23 -07:00
Gaia Pushbot
d74e834589
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/70c0630bb512
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Merge pull request #11431 from KevinGrandon/blob-uris-travis-failure
Bug 806374 - Don't store phone's wallpaper or the dialer ringtone or the notification ringtone as a data: URI in the settings DB
========
https://hg.mozilla.org/integration/gaia-central/rev/446bc97f1f99
Author: Kevin Grandon <kevingrandon@yahoo.com>
Desc: Bug 806374 - Don't store phone's wallpaper or the dialer ringtone or the notification ringtone as a data: URI in the settings DB
2013-08-08 17:15:24 -07:00
Gaia Pushbot
9645d53281
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/78632e8ee2f3
Author: James Lal <james@lightsofapollo.com>
Desc: Merge pull request #11443 from lightsofapollo/kill-integration
remove old integration tests for now
========
https://hg.mozilla.org/integration/gaia-central/rev/955ecf9b4814
Author: James Lal <james@lightsofapollo.com>
Desc: remove old integration tests for now
2013-08-08 15:21:24 -07:00
Gaia Pushbot
1dd0ea4f78
Bumping gaia.json for 1 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/4cca0ebdd402
Author: Vivien Nicolas <21@vingtetun.org>
Desc: Bug 838634 - Better integration of e.me to the landing page. r=pike, a=leo+
2013-08-08 13:10:23 -07:00
Gaia Pushbot
940cbd7e4b
Bumping gaia.json for 1 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/12c35a08fe1b
Author: Rick Waldron <waldron.rick@gmail.com>
Desc: 902973 - [SMS][MMS] Intermittent TEST-UNEXPECTED-FAIL in notification_test.js r=gnarf
https://bugzilla.mozilla.org/show_bug.cgi?id=902973
- Clean up
- Migrate to sinon.spy
- Use mocks as spy targets
- Assert on spy intel instead of mock properties
- Simpify mocks
- Ensure Threads tests start with hash = '';
- Remove from blacklist
Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
2013-08-08 12:15:24 -07:00
Gaia Pushbot
0915327197
Bumping gaia.json for 4 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/b290b9fde0f1
Author: Vivien Nicolas <21@vingtetun.org>
Desc: Bug 902897 - Prevent e.me to be scrolled while panning between pages. r=ran
========
https://hg.mozilla.org/integration/gaia-central/rev/56eadcdc815a
Author: Vivien Nicolas <21@vingtetun.org>
Desc: Bug 900989 - The height of homescreen pages force excessive repaints. r=ran
========
https://hg.mozilla.org/integration/gaia-central/rev/3236858bec69
Author: Vivien Nicolas <21@vingtetun.org>
Desc: Bug 902465 - Too many CanvasLayer on e.me results hurt panning. r=ran
========
https://hg.mozilla.org/integration/gaia-central/rev/fc6330d99b32
Author: Evyatar Amitay <evyatar@doat.com>
Desc: Bug 903043 - Fix and enhance e.me integration on the landing page. r=vingtetun
2013-08-08 11:40:29 -07:00
Gaia Pushbot
98cfedf26e
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/c841634cb485
Author: Dale Harvey <dale@arandomurl.com>
Desc: Bug 898326 - Disable buttons when switching camera. r=djf
========
https://hg.mozilla.org/integration/gaia-central/rev/e71e50ddfde5
Author: David Flanagan <dflanagan@mozilla.com>
Desc: Bug 890427: use camera API's onPreviewStateChange callback to avoid deadlock. r=johu
do the same thing in loadCameraPreview
2013-08-08 11:25:23 -07:00
Gaia Pushbot
4fb45cb7a6
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/c406aed66b1a
Author: Jonathan Griffin <jgriffin@mozilla.com>
Desc: Merge pull request #11437 from jonallengriffin/updateui
Bug 866908 - Pick up a newer version of gaia-ui-tests, a=test-only
========
https://hg.mozilla.org/integration/gaia-central/rev/d6110bb2ae9d
Author: Jonathan Griffin <jgriffin@mozilla.com>
Desc: Bug 866908 - Pick up a newer version of gaia-ui-tests, a=test-only
2013-08-08 10:55:26 -07:00
Gaia Pushbot
9d3edc9b09
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/f23ea95edc32
Author: Ran Ben Aharon <ran@everything.me>
Desc: Merge pull request #11483 from EverythingMe/bugfix-loadmore
Bug 904085 - Can't load more apps into Collection results [r=gregor]
========
https://hg.mozilla.org/integration/gaia-central/rev/f426ecbd4885
Author: Ran Ben Aharon <ran@ranbena.com>
Desc: Bug 904085 - Can't load more apps into Collection results
2013-08-12 09:55:24 -07:00
Gaia Pushbot
48cf1dff1c
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/523866b511f5
Author: George <georgeiscoming@gmail.com>
Desc: Merge pull request #11472 from cctuan/901458
Bug 901458 - [Buri][Settings]The interface display abnormal when input PIN code
========
https://hg.mozilla.org/integration/gaia-central/rev/f8b32754a7b9
Author: cctuan <georgeiscoming@gmail.com>
Desc: Bug 901458 - [Buri][Settings]The interface display abnormal when input PIN code
2013-08-12 06:55:24 -07:00
Gaia Pushbot
b1332d7881
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/f82e95c4ab22
Author: Sam Joch <samuel@guiora.com>
Desc: Merge pull request #11357 from pivanov/bug-901480
Bug 901480 - Update Graphics in 1.1HD for WVGA Device r=samjoch
========
https://hg.mozilla.org/integration/gaia-central/rev/5cdd08ff6119
Author: Pavel Ivanov <pivanov@mozilla.com>
Desc: Bug 901480 - Update Graphics in 1.1HD for WVGA Device
2013-08-12 04:55:24 -07:00
Gaia Pushbot
a462518c62
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/81e23789be37
Author: Sam Joch <samuel@guiora.com>
Desc: Merge pull request #11461 from pivanov/bug-903477
Bug 903477 - [Bluetooth] Bluetooth icons inner shadow is too dark - tone down r=samjoch
========
https://hg.mozilla.org/integration/gaia-central/rev/86cba5a078e3
Author: Pavel Ivanov <pivanov@mozilla.com>
Desc: Bug 903477 - [Bluetooth] Bluetooth icons inner shadow is too dark - tone down
2013-08-12 03:25:25 -07:00
Gaia Pushbot
9183bf3a61
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/1b8fba13f1a8
Author: Sam Joch <samuel@guiora.com>
Desc: Merge pull request #11458 from pivanov/bug-903365
Bug 903365 - [Settings][HD] Settings icons inner shadow is too dark - tone down r=samjoch
========
https://hg.mozilla.org/integration/gaia-central/rev/c65b13c80834
Author: Pavel Ivanov <pivanov@mozilla.com>
Desc: Bug 903365 - [Settings][HD] Settings icons inner shadow is too dark - tone down
2013-08-12 02:30:23 -07:00
Gaia Pushbot
05517777e4
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/92fa69a58527
Author: Sam Joch <samuel@guiora.com>
Desc: Merge pull request #11204 from pivanov/bug-898792
Bug 898792 - [Dialer] - The bottom buttons are not the same height r=samjoch
========
https://hg.mozilla.org/integration/gaia-central/rev/3fea3cec7c79
Author: Pavel Ivanov <pivanov@mozilla.com>
Desc: Bug 898792 - [Dialer] - The bottom buttons are not the same height
2013-08-12 02:05:23 -07:00
Gaia Pushbot
f4b524a378
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/daaf5314e6fc
Author: Yuren Ju <yurenju@gmail.com>
Desc: Merge pull request #11476 from yurenju/902402
bug 902402: add -L argument to find command to follow symbolic for apps r=@timdream
========
https://hg.mozilla.org/integration/gaia-central/rev/9b91315b8ffc
Author: Yuren Ju <yurenju@gmail.com>
Desc: bug 902402: add -L argument to find command to follow symbolic for apps
2013-08-12 00:35:24 -07:00
Gaia Pushbot
3cc6ab759b
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/2fe4d936fd60
Author: Rudy Lu <left.lu@gmail.com>
Desc: Merge pull request #11465 from littleq0903/bug-902649-2
Bug 902549 - [B2G][l10n][Email] Double @@ signs in the second keyboard layer. r=rudylu
========
https://hg.mozilla.org/integration/gaia-central/rev/cfb7d57a7779
Author: LittleQ <littleq0903@gmail.com>
Desc: Bug 902549 - [B2G][l10n][Email] Double @@ signs in the second keyboard layer
2013-08-11 20:50:23 -07:00
Gaia Pushbot
9ccce68371
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/bde91dfcd775
Author: gasolin <gasolin@gmail.com>
Desc: Merge pull request #11396 from gasolin/issue-898262
Bug 898262 - HD: [CostControl] canvas and wifi/3g checkboxs not use scre..., r=lodr
========
https://hg.mozilla.org/integration/gaia-central/rev/5241d8afb674
Author: gasolin <gasolin@gmail.com>
Desc: Bug 898262 - HD: [CostControl] canvas and wifi/3g checkboxs not use screen space well
2013-08-11 19:35:29 -07:00
Gaia Pushbot
1cdbe4ad4e
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/82e365b7253c
Author: Jonathan Griffin <jgriffin@mozilla.com>
Desc: Merge pull request #11435 from jonallengriffin/902973
Bug 902973 - Disable sms notification_test.js for frequent TBPL orange, ...
========
https://hg.mozilla.org/integration/gaia-central/rev/bb7baf95cc0c
Author: Jonathan Griffin <jgriffin@mozilla.com>
Desc: Bug 902973 - Disable sms notification_test.js for frequent TBPL orange, a=test-only
2013-08-08 10:10:24 -07:00
Gaia Pushbot
f6c76813e3
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/c307df5aae16
Author: Francisco Jordano <arcturus@ardeenelinfierno.com>
Desc: Merge pull request #11398 from arcturus/contact_list_selectable-2
Bug 901079 - [Contacts] Contacts list should offer a select mode
========
https://hg.mozilla.org/integration/gaia-central/rev/6df7529b0aae
Author: Francisco Jordano <arcturus@ardeenelinfierno.com>
Desc: Bug 901079 - [Contacts] Contacts list should offer a select mode
2013-08-08 08:40:24 -07:00
Gaia Pushbot
0a3a96cae4
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/2665bef33588
Author: Francisco Borja Salguero Castellano <fbsc@tid.es>
Desc: Merge pull request #11427 from borjasalguero/paris_sms_manifest
Bug 879199 - Remove mobileconnection permission from SMS app r=julienw
========
https://hg.mozilla.org/integration/gaia-central/rev/a1350cdec37c
Author: borjasalguero <fbsc@tid.es>
Desc: Bug 879199 - Remove mobileconnection permission from SMS app r=julienw
2013-08-08 08:05:23 -07:00
Gaia Pushbot
dc785b8ea7
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/f7fe122995e7
Author: Francisco Jordano <arcturus@ardeenelinfierno.com>
Desc: Merge pull request #11420 from borjasalguero/paris_ftu_screen
Bug 902800 - [FTU] Flickering with start tour screen after About Firefox OS screen r=arcturus
========
https://hg.mozilla.org/integration/gaia-central/rev/e0b402a314ea
Author: borjasalguero <fbsc@tid.es>
Desc: Bug 902800 - [FTU] Flickering with start tour screen after About Firefox OS screen r=fcampo
2013-08-08 07:55:24 -07:00
Gaia Pushbot
dda86a1a21
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/6b84d29fdbb8
Author: Arthur Chen <crh0716@gmail.com>
Desc: Merge pull request #11336 from crh0716/895226
Bug 895226 - Add a check on active call r=etienne, a=leo+
========
https://hg.mozilla.org/integration/gaia-central/rev/7a870cd8850d
Author: crh0716 <crh0716@gmail.com>
Desc: Bug 895226 - Get the previous call from handledCalls directly
2013-08-08 07:45:32 -07:00
Gaia Pushbot
a73fc5e560
Bumping gaia.json for 3 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/feae4d017673
Author: Fabien Cazenave <fabien@cazenave.cc>
Desc: Merge pull request #11428 from fabi1cazenave/smsCursorScroll-bug875338
Bug 875338: the content is not scrolled down when sending an MMS, r=julienw
========
https://hg.mozilla.org/integration/gaia-central/rev/ad7ba745f6df
Author: Fabien Cazenave <fabien@cazenave.cc>
Desc: Bug 875338: the content is not scrolled down when sending an MMS, r=julienw
========
https://hg.mozilla.org/integration/gaia-central/rev/5bb8a4a8dcbf
Author: Fabien Cazenave <fabien@cazenave.cc>
Desc: Revert "Merge pull request #11055 from fabi1cazenave/smsCursorScroll-bug875338"
This reverts commit 96e8da02b834bc15fc4adc402b40c08ba36b2a59, reversing
changes made to b3fb4af5ef69ac087afc77329fdd82d5c6d122a0.
2013-08-08 07:10:24 -07:00
Gaia Pushbot
d9fe2ac62d
Bumping gaia.json for 5 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/20da670c9645
Author: Fabien Cazenave <fabien@cazenave.cc>
Desc: Merge pull request #11055 from fabi1cazenave/smsCursorScroll-bug875338
Bug 875338: the content is not scrolled down when sending an MMS, r=gnarf
========
https://hg.mozilla.org/integration/gaia-central/rev/8dd470c59d5d
Author: Fabien Cazenave <fabien@cazenave.cc>
Desc: Bug 875338: unit tests
========
https://hg.mozilla.org/integration/gaia-central/rev/91bcb68bfa1b
Author: Fabien Cazenave <fabien@cazenave.cc>
Desc: Bug 875338: the content is not scrolled down when sending an MMS, r=gnarf
+ do not scroll to bottom if the user already scrolled manually
========
https://hg.mozilla.org/integration/gaia-central/rev/347ba8341259
Author: ochameau <poirot.alex@gmail.com>
Desc: Merge pull request #11409 from ochameau/bug902625
Bug 902625 - DEVICE_DEBUG doesn't correctly set remote debugging mode r=@vingtetun
========
https://hg.mozilla.org/integration/gaia-central/rev/5415ffb74ea9
Author: Alexandre Poirot <poirot.alex@gmail.com>
Desc: Bug 902625 - DEVICE_DEBUG doesn't correctly set remote debugging mode
2013-08-08 07:00:29 -07:00
Gaia Pushbot
c3f45a7fb8
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/f10c7f33dcf5
Author: Etienne Segonzac <etienne@segonzac.info>
Desc: Merge pull request #11421 from lissyx/bug900848
Bug 900848 - Use withheld-number string key instead of unknown in call log r=etienne
========
https://hg.mozilla.org/integration/gaia-central/rev/bb08fbdbb2bf
Author: Alexandre Lissy <lissyx+github@lissyx.dyndns.org>
Desc: Bug 900848 - Use withheld-number string key instead of unknown in call log
Also remove a portion of dead code that was referring to the unknown
key: since |Utils.getPhoneNumberPrimaryInfo| will return null in case
|matchingTel| is invalid, it means that either way we will have been
thrown out of this code previously, since the |matchingTel| is being
checked for in the if() code just above.
2013-08-08 05:50:30 -07:00
Gaia Pushbot
9464359854
Bumping gaia.json for 1 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/cf4b9e1d77d1
Author: Julien Wajsberg <felash@gmail.com>
Desc: Bug 902390 - [sms][mms] the input is 1px too high with the 'Moz' font r=borja
2013-08-08 05:40:23 -07:00
Gaia Pushbot
42491b77a4
Bumping gaia.json for 4 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/80cde7ce278e
Author: Jose M. Cantera <jmcanterafonseca@gmail.com>
Desc: Merge pull request #11378 from jmcanterafonseca/align_fb_active_merge
Bug 901571 - FB Contacts must not match under different circumstances
========
https://hg.mozilla.org/integration/gaia-central/rev/f11cf9fe096d
Author: Jose M. Cantera <jmcanterafonseca@gmail.com>
Desc: Bug 901571 - FB Contacts must not match under different circumstances
========
https://hg.mozilla.org/integration/gaia-central/rev/45321dab19db
Author: Jose M. Cantera <jmcanterafonseca@gmail.com>
Desc: Merge pull request #11419 from jmcanterafonseca/edit_active_merge
Bug 902391 - Active merge in edit mode for Contacts
========
https://hg.mozilla.org/integration/gaia-central/rev/316758208a3c
Author: Jose M. Cantera <jmcanterafonseca@gmail.com>
Desc: Bug 902391 - Active merge in edit mode for Contacts
2013-08-08 05:30:23 -07:00
Gaia Pushbot
1074c2f211
Bumping gaia.json for 4 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/dbfb03ac7296
Author: Etienne Segonzac <etienne@segonzac.info>
Desc: Merge pull request #10865 from lissyx/bug889245
Bug 889245 - [Call log] When user make a voicemail call, call log shows ...
========
https://hg.mozilla.org/integration/gaia-central/rev/89fb5a99c545
Author: Alexandre Lissy <lissyx+mozillians@lissyx.dyndns.org>
Desc: Bug 889245 - [Call log] Display emergency number or Voicemail string
========
https://hg.mozilla.org/integration/gaia-central/rev/a212e78a202b
Author: Arthur Chen <crh0716@gmail.com>
Desc: Merge pull request #11333 from crh0716/900386
Bug 900386 - Use localize function to do localization r=evelyn
========
https://hg.mozilla.org/integration/gaia-central/rev/e6fa4ecb565c
Author: crh0716 <crh0716@gmail.com>
Desc: Bug 900386 - Use localize function to do localization
2013-08-08 04:10:23 -07:00
Gaia Pushbot
b938de4775
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/20258a9a0b11
Author: Etienne Segonzac <etienne@segonzac.info>
Desc: Merge pull request #10929 from lissyx/bug892520
Bug 892520 - Ensure serialization of upgrade path
========
https://hg.mozilla.org/integration/gaia-central/rev/bc8ab7a1d3bd
Author: Alexandre Lissy <lissyx+github@lissyx.dyndns.org>
Desc: Bug 892520 - Ensure proper upgrade path
2013-08-08 03:35:23 -07:00
Gaia Pushbot
545411e155
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/1d71d406d7fe
Author: George <georgeiscoming@gmail.com>
Desc: Merge pull request #11380 from cctuan/896934
Bug 896934 - [Settings] Listen new system message for Bluetooth pairing requests in connectivity.js
========
https://hg.mozilla.org/integration/gaia-central/rev/2a769b49413e
Author: cctuan <georgeiscoming@gmail.com>
Desc: Bug 896934 - [Settings] Listen new system message for Bluetooth pairing requests in connectivity.js
2013-08-08 02:05:23 -07:00
Gaia Pushbot
5bf497f04b
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/5eaec29efe38
Author: Arthur Chen <crh0716@gmail.com>
Desc: Merge pull request #11393 from chuck-lee/bug-901837_WAP_Push_test_app
Bug 901837 - Test app for receiving WAP Push. r=arthurcc
========
https://hg.mozilla.org/integration/gaia-central/rev/0a2692200e33
Author: Chuck Lee <chulee@mozilla.com>
Desc: Bug 901837 - Test app for receiving WAP Push.
2013-08-08 01:00:23 -07:00
Gaia Pushbot
1524f73ebb
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/fd03fbd18a09
Author: Arthur Chen <crh0716@gmail.com>
Desc: Merge pull request #11374 from crh0716/891742
Bug 891742 - Add roaming preference selector for CDMA r=jaoo
========
https://hg.mozilla.org/integration/gaia-central/rev/1265c3ddfe7c
Author: crh0716 <crh0716@gmail.com>
Desc: Bug 891742 - Add roaming preference selector for CDMA
2013-08-07 22:35:23 -07:00
Gaia Pushbot
c81d7d29be
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/78dcf8d32fa5
Author: Ian Liu <iliu@mozilla.com>
Desc: Merge pull request #11395 from oconnore/902305-clock-alarm-repeat-object
Bug 902305 - Change alarm repeat representation from a bitset to an object, r=@ian-liu
========
https://hg.mozilla.org/integration/gaia-central/rev/d5cb4c0c575e
Author: Eric O'Connor <eric@bocoup.com>
Desc: Change alarm repeat data representation from a bit-string to an object.
'0000011' -> {saturday: true, sunday: true}
2013-08-07 20:51:24 -07:00
Gaia Pushbot
26b36f402d
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/be017a4d1a4f
Author: James Lal <james@lightsofapollo.com>
Desc: Merge pull request #11327 from ganesh7/bug_901111
events only change if valid2
========
https://hg.mozilla.org/integration/gaia-central/rev/86d1045013b8
Author: gghosh <ganeshghosh@gmail.com>
Desc: BUG 901111- When editing an event with invalid data, despite the warning, the data is still saved.
2013-08-07 16:45:24 -07:00
Gaia Pushbot
123a1f916e
Bumping gaia.json for 4 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/b6408d2d9046
Author: Ghislain 'Aus' Lacroix <aus@noiseport.org>
Desc: Merge pull request #11254 from nullaus/market-customizations
Market customizations helper object and base test case
========
https://hg.mozilla.org/integration/gaia-central/rev/95614e3fffab
Author: Ghislain 'Aus' Lacroix <aus@mozilla.com>
Desc: bug 892153
Create Operator Variant Helper and base tests for Market Customization work. Object enables customization of settings and other application data on first SIM insertion AND during SIM changes at runtime if so desired.
r=timdream, julienw
========
https://hg.mozilla.org/integration/gaia-central/rev/8ebf016ddc47
Author: Jonathan Griffin <jgriffin@mozilla.com>
Desc: Merge pull request #11410 from jonallengriffin/902641
Bug 902641 - Disable contacts_list_test.js for frequent TBPL orange, a=t...
========
https://hg.mozilla.org/integration/gaia-central/rev/5b3a5f923cb9
Author: Jonathan Griffin <jgriffin@mozilla.com>
Desc: Bug 902641 - Disable contacts_list_test.js for frequent TBPL orange, a=test-only
2013-08-07 14:45:23 -07:00
Gaia Pushbot
b7823f313c
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/553715baac40
Author: Jonathan Griffin <jgriffin@mozilla.com>
Desc: Merge pull request #11407 from ahal/xulrunner
Bug 902496 - Update copy of xulrunner-sdk being used
========
https://hg.mozilla.org/integration/gaia-central/rev/8d6106f716c6
Author: Andrew Halberstadt <halbersa@gmail.com>
Desc: Bug 902496 - Update copy of xulrunner-sdk being used, r=jgriffin
2013-08-07 14:00:23 -07:00
Gaia Pushbot
0f562864a4
Bumping gaia.json for 2 gaia-central revision(s)
...
========
https://hg.mozilla.org/integration/gaia-central/rev/acd53f668718
Author: Vivien Nicolas <21@vingtetun.org>
Desc: Bug 902465 - Too many CanvasLayer on e.me results hurts panning. part 2. r=ran
========
https://hg.mozilla.org/integration/gaia-central/rev/f94712ea7073
Author: Evyatar Amitay <evyatron@gmail.com>
Desc: Bug 902465 - Too many CanvasLayer on e.me results hurts panning. part 1. r=vingtetun
2013-08-07 12:50:23 -07:00