Commit Graph

148610 Commits

Author SHA1 Message Date
Benjamin Bouvier
be0e631f9c Bug 901110: Use Float32 constants pool on x64; r=sstangl 2013-09-19 18:20:21 -07:00
Gaia Pushbot
5a89664366 Bumping gaia.json for 2 gaia-central revision(s) a=NPOTB
========

https://hg.mozilla.org/integration/gaia-central/rev/1d3a29265764
Author: Ghislain 'Aus' Lacroix <aus@noiseport.org>
Desc: Merge pull request #12323 from nullaus/891724-supportcontactcustomization

bug 891724

========

https://hg.mozilla.org/integration/gaia-central/rev/4aca518388b7
Author: Ghislain 'Aus' Lacroix <aus@noiseport.org>
Desc: bug 891724

Add ability to customize Support Contacts via variant json files.

r=qDot
2013-09-19 18:00:23 -07:00
Gaia Pushbot
b7f81f9f63 Bumping gaia.json for 2 gaia-central revision(s) a=NPOTB
========

https://hg.mozilla.org/integration/gaia-central/rev/009fcae0968f
Author: Bob Silverberg <bob.silverberg@gmail.com>
Desc: Merge pull request #12265 from anah/gaia_ui_tests_bug_917207

Bug 917207 - Create a system region for cards view and migrate tests to use it

========

https://hg.mozilla.org/integration/gaia-central/rev/a629deb37a8b
Author: Ana Hristova <ana.nikolaeva@gmail.com>
Desc: Bug 917207 - Create a system region for cards view and migrate tests to use it
2013-09-19 15:05:23 -07:00
Michael Comella
eacf365766 Bug 870171 - Implement pruning service. r=rnewman,nalexander 2013-09-19 17:41:05 -04:00
Michael Comella
864f7c48f1 Bug 870171 2013-09-19 17:41:04 -04:00
Gaia Pushbot
7b19a4a2de Bumping gaia.json for 2 gaia-central revision(s) a=NPOTB
========

https://hg.mozilla.org/integration/gaia-central/rev/4ff387ba1fbb
Author: Eitan Isaacson <eitan@monotonous.org>
Desc: Merge pull request #12282 from eeejay/bug-917586

Bug 917586 - Use newer version of screen reader simulator in desktop firefox. r=kgrandon

========

https://hg.mozilla.org/integration/gaia-central/rev/467adffea105
Author: Eitan Isaacson <eitan@monotonous.org>
Desc: Bug 917586 - Use newer version of screen reader simulator in desktop firefox.
2013-09-19 14:30:25 -07:00
Lucas Rocha
4f5f1505bd Bug 918377 - Remove unnecessary extra touch handling from BookmarksListView (r=sriram) 2013-09-19 17:23:58 -04:00
Lucas Rocha
efb7cd3d7c Bug 918377 - Move and update header divider code to TopSitesPage (r=sriram) 2013-09-19 17:19:43 -04:00
Lucas Rocha
91387b1c7a Bug 918377 - Misc layout fixes on new tab layout in about:home (r=sriram) 2013-09-19 17:19:43 -04:00
Lucas Rocha
2f77bef5ef Bug 918032 - Top Sites query should include display, bookmarkId, historyId (r=wesj) 2013-09-19 17:18:06 -04:00
Marco Castelluccio
7b0cdc77b6 Bug 859631 - Move test_uninstall_errors to dom/apps and avoid UI confirmation. r=fabrice 2013-09-19 15:38:45 -04:00
Marina Samuel
bd715b9ae4 Bug 904702 - Toggle download-progress notifications. r=mbrubeck 2013-09-19 13:55:54 -04:00
Lucas Rocha
bed607c9fa Merge m-c to fig
--HG--
rename : mobile/android/base/home/PinBookmarkDialog.java => mobile/android/base/home/PinSiteDialog.java
rename : mobile/android/base/home/TopBookmarksView.java => mobile/android/base/home/TopSitesGridView.java
rename : mobile/android/base/home/MostVisitedPage.java => mobile/android/base/home/TopSitesPage.java
rename : mobile/android/base/home/BookmarkThumbnailView.java => mobile/android/base/home/TopSitesThumbnailView.java
rename : mobile/android/base/resources/color/top_bookmark_item_title.xml => mobile/android/base/resources/color/top_sites_grid_item_title.xml
rename : mobile/android/base/resources/drawable-hdpi/top_bookmark_add.png => mobile/android/base/resources/drawable-hdpi/top_site_add.png
rename : mobile/android/base/resources/drawable-mdpi/top_bookmark_add.png => mobile/android/base/resources/drawable-mdpi/top_site_add.png
rename : mobile/android/base/resources/drawable-xhdpi/top_bookmark_add.png => mobile/android/base/resources/drawable-xhdpi/top_site_add.png
rename : mobile/android/base/resources/drawable/bookmark_thumbnail_bg.xml => mobile/android/base/resources/drawable/top_sites_thumbnail_bg.xml
rename : mobile/android/base/resources/layout/home_most_visited_page.xml => mobile/android/base/resources/layout/home_top_sites_page.xml
rename : mobile/android/base/resources/layout/pin_bookmark_dialog.xml => mobile/android/base/resources/layout/pin_site_dialog.xml
rename : mobile/android/base/resources/menu/top_bookmarks_contextmenu.xml => mobile/android/base/resources/menu/top_sites_contextmenu.xml
extra : amend_source : 459360495389bad89cab14a8bd70f3dacb10d9f5
2013-09-19 13:53:14 -04:00
Brian Nicholson
08926df4d4 Bug 896281 - Part 2: Remove Sync pref for guest session. r=wesj
--HG--
extra : rebase_source : 9936a08abc8c639d2cb57a65f9c964e9c6e8568b
2013-09-19 13:40:48 -04:00
Brian Nicholson
ff82689fa1 Bug 896281 - Part 1: Disable synced tab for guest session. r=sriram
--HG--
extra : rebase_source : 621253f2a28aca48fff7957c20fde7f8097887a2
2013-09-19 13:40:48 -04:00
Shane Caraveo
2cca712075 bug 904104 fix window.close usage from chat and social panels, r=felipc 2013-09-19 10:41:32 -07:00
Shane Caraveo
22d9247c62 bug 914926 fix workers on startup when social disabled, r=markh 2013-09-19 10:25:08 -07:00
Jared Wein
a9c0cb064f Bug 912351 - Hide the visible palette before beginning the transition to exit customization mode. r=Gijs 2013-09-19 13:23:55 -04:00
Gaia Pushbot
ea39e1ac6d Bumping gaia.json for 2 gaia-central revision(s) a=NPOTB
========

https://hg.mozilla.org/integration/gaia-central/rev/a5b50081635b
Author: Fernando Jiménez Moreno <ferjmoreno@gmail.com>
Desc: Merge pull request #12313 from ferjm/bug915038.imei

Bug 915038 - [Dialer] MMI codes not working in dialer app. r=rik

========

https://hg.mozilla.org/integration/gaia-central/rev/e3d3374484d8
Author: Fernando Jiménez <ferjmoreno@gmail.com>
Desc: Bug 915038 - [Dialer] IMEI code not working in dialer app. r=rik
2013-09-19 09:25:24 -07:00
Gijs Kruitbosch
075feb2604 Fix bustage caused by broken merge (77b5a2c97a28), rs=bustage, No bug
--HG--
rename : browser/base/content/test/browser_windowopen_reflows.js => browser/base/content/test/general/browser_windowopen_reflows.js
2013-09-19 17:45:14 +02:00
Gaia Pushbot
4614be4ec1 Bumping gaia.json for 1 gaia-central revision(s) a=NPOTB
========

https://hg.mozilla.org/integration/gaia-central/rev/80b4004cd338
Author: Ben Kelly <ben@wanderview.com>
Desc: Revert "Merge pull request #12304 from wanderview/contacts-css-opt" r=jmcf

This reverts commit 2216eb383b005b9f6159f2b04fd7400f4f2641af, reversing
changes made to 9043813ee4d5fb68e7dec34dd9cd97d5fc5adcfc.
2013-09-19 08:35:23 -07:00
Gijs Kruitbosch
9ee822dc4a Bug 878551 - The list-all-tabs button should always be in the tabbar, r=jaws 2013-09-19 17:31:02 +02:00
Gijs Kruitbosch
5a2d552de8 Bug 918275 - set place when wrapping toolbar item, r=mikedeboer 2013-09-19 17:29:57 +02:00
Sriram Ramasubramanian
883b7f02ce Bug 917848: Use a static class for LoadFaviconTask inside TwoLinePageRow. [r=lucasr] 2013-09-19 11:29:34 -04:00
Anton Kovalyov
45c957c688 Bug 912260 - Make Scratchpad use CodeMirror. r=robcee r=msucan 2013-09-20 11:34:10 -07:00
Florian Quèze
b0ffb84743 Bug 910305 - Detached chat windows are always above other browser windows, r=mixedpuppy. 2013-09-20 20:24:41 +02:00
Ed Morley
01d078a07c Merge mozilla-central and b2g-inbound 2013-09-19 16:28:54 +01:00
Gijs Kruitbosch
3b9ad26395 Merge m-c to UX
--HG--
rename : browser/base/content/test/Makefile.in => browser/base/content/test/general/Makefile.in
rename : browser/base/content/test/browser_bug462289.js => browser/base/content/test/general/browser_bug462289.js
rename : browser/base/content/test/browser_bug624734.js => browser/base/content/test/general/browser_bug624734.js
rename : browser/base/content/test/head.js => browser/base/content/test/general/head.js
2013-09-19 17:15:24 +02:00
Gaia Pushbot
d138c4d649 Bumping gaia.json for 4 gaia-central revision(s) a=NPOTB
========

https://hg.mozilla.org/integration/gaia-central/rev/ca3e0c37006f
Author: Francisco Borja Salguero Castellano <borjasalguero@users.noreply.github.com>
Desc: Merge pull request #12312 from borjasalguero/followup_sms

Bug 918302 - [Followup 900443][SMS] Add a robust check when retrieving a...

========

https://hg.mozilla.org/integration/gaia-central/rev/99c1b41313cd
Author: borjasalguero <fbsc@tid.es>
Desc: Bug 918302 - [Followup 900443][SMS] Add a robust check when retrieving a contact from activity. r=julienw

========

https://hg.mozilla.org/integration/gaia-central/rev/d6876efaab51
Author: Fernando Campo <fernando.campo@o2.com>
Desc: Merge pull request #12270 from fcampo/BT-exportVcard-887534

Bug 887534 - [US] Send contact as a VCARD via bluetooth (r=borjasalguero)

========

https://hg.mozilla.org/integration/gaia-central/rev/a258d8fafed8
Author: Fernando Campo <fernando.campo@o2.com>
Desc: Bug 887534 - [US] Send contact as a VCARD via bluetooth
-------------------------------------------------------

Create bt.js and use it for bluetooth call
Add error messages, seems to work, error related to other bugs
Fixing activity parameters
Correct path for file
Getting the file from sdcard
Adding log sfor debug
More logs, seems to work now
last changes, working now, need to clean up code
Cleaning up
Refactor and final cleanup
Adding tests
2013-09-19 08:10:22 -07:00
Gaia Pushbot
5d645a9de3 Bumping gaia.json for 1 gaia-central revision(s) a=NPOTB
========

https://hg.mozilla.org/integration/gaia-central/rev/f8a6680334ee
Author: Corey Frang <gnarf37@gmail.com>
Desc: Bug 917956 - [Clock] Timer spinner allows for out-of-bound input - r=jugglinmike

- The "upper" limit of the select should be the length of values - 1 (not the length)
2013-09-19 08:00:23 -07:00
Ed Morley
02ff03f180 Merge latest green fx-team changeset and mozilla-central 2013-09-19 15:39:37 +01:00
Ed Morley
f85e620314 Merge latest green b2g-inbound changeset and mozilla-central 2013-09-19 15:38:36 +01:00
Kartikaya Gupta
daa8031e4b Bug 909525 - Prevent the scroll offset being picked up from the wrong element in some cases. r=botond,tn
In some cases pages from the bfcache can get displayed to the screen without going through layout.
In these cases, the element associated with the ROOT_SCROLL_ID may be from a different document,
so it is inadvisable to use that element's scroll position as if it were the current document's
scroll position. Doing so can lead to incorrect behaviour. This patch fixes such a case.
2013-09-19 10:31:28 -04:00
Gaia Pushbot
8cb79360e9 Bumping gaia.json for 2 gaia-central revision(s) a=NPOTB
========

https://hg.mozilla.org/integration/gaia-central/rev/33d22cba7641
Author: Arnau <arnau@arnaumarch.com>
Desc: Merge pull request #11860 from rnowm/821673

Bug 821673 - Redesign back, menu and close buttons

========

https://hg.mozilla.org/integration/gaia-central/rev/1b57a5c8be1d
Author: Arnau <arnau@arnaumarch.com>
Desc: Bug 821673 - Redesign back, menu and close buttons
2013-09-19 06:10:24 -07:00
Gaia Pushbot
ea16a35391 Bumping gaia.json for 2 gaia-central revision(s) a=NPOTB
========

https://hg.mozilla.org/integration/gaia-central/rev/239f22974aae
Author: Francisco Borja Salguero Castellano <borjasalguero@users.noreply.github.com>
Desc: Merge pull request #11889 from borjasalguero/madrid_getdisplayinfo

Bug 900443 - [SMS] Remove repeated request to Contacts API when retrievi...

========

https://hg.mozilla.org/integration/gaia-central/rev/d0a61a8248a6
Author: borjasalguero <fbsc@tid.es>
Desc: Bug 900443 - [SMS] Remove repeated request to Contacts API when retrieving a contact from 'Contacts' activity. r=julienw
2013-09-19 05:35:27 -07:00
Szu-Yu Chen [:aknow]
80c7707a35 Bug 805838 - Add MARIONETTE_HEAD_JS support. r=jgriffin 2013-09-19 08:32:51 -04:00
Gaia Pushbot
808614c137 Bumping gaia.json for 2 gaia-central revision(s) a=NPOTB
========

https://hg.mozilla.org/integration/gaia-central/rev/9bf9368a1110
Author: George <georgeiscoming@gmail.com>
Desc: Merge pull request #12155 from cctuan/911673

Bug 911673 - [system] use 'scroll from device side to screen'(scroll up) gesture to back to homescreen

========

https://hg.mozilla.org/integration/gaia-central/rev/483951ba1552
Author: cctuan <georgeiscoming@gmail.com>
Desc: Bug 911673 use 'scroll from device side to screen'(scroll up) gesture to back to homescreen
2013-09-19 04:15:25 -07:00
Gaia Pushbot
ba9eabe6de Bumping gaia.json for 2 gaia-central revision(s) a=NPOTB
========

https://hg.mozilla.org/integration/gaia-central/rev/b74eef52b0d0
Author: Germán Toro del Valle <gtorodelvalle@gmail.com>
Desc: Merge pull request #12308 from gtorodelvalle/contacts-bug-916100-footer-button-not-disabled-reloaded

Bug 916100 - [Contacts] Taapping on the disabled merge button when there are not contacts selected to be merged make it to change its colour (r=jmcanterafonseca)

========

https://hg.mozilla.org/integration/gaia-central/rev/36fe8acf08df
Author: Germán Toro del Valle <gtorodelvalle@gmail.com>
Desc: Bug 916100 - [Contacts] Taapping on the disabled merge button when there are not contacts selected to be merged make it to change its colour
2013-09-19 02:55:23 -07:00
Gaia Pushbot
e0fb917d28 Bumping gaia.json for 4 gaia-central revision(s) a=NPOTB
========

https://hg.mozilla.org/integration/gaia-central/rev/892887f2e1c2
Author: Jose M. Cantera <jmcanterafonseca@gmail.com>
Desc: Merge pull request #12307 from jmcanterafonseca/bug-917783

Bug 917783 - [Contacts] Email field is case sensitive when merging

========

https://hg.mozilla.org/integration/gaia-central/rev/79d6af966b4b
Author: Jose M. Cantera <jmcanterafonseca@gmail.com>
Desc: Bug 917783 - [Contacts] Email field is case sensitive when merging

========

https://hg.mozilla.org/integration/gaia-central/rev/a8027db4408d
Author: Jose M. Cantera <jmcanterafonseca@gmail.com>
Desc: Merge pull request #12309 from jmcanterafonseca/bug-917684

Bug 917684 - [Contacts] Importing from SIM a contact without phone numbe...

========

https://hg.mozilla.org/integration/gaia-central/rev/ca914400218f
Author: Jose M. Cantera <jmcanterafonseca@gmail.com>
Desc: Bug 917684 - [Contacts] Importing from SIM a contact without phone number, will add an empty phone for that contact
2013-09-19 02:40:21 -07:00
Jon Coppeard
e29ed058ae Bug 917843 - Handlify JS identifier APIs r=billm 2013-09-19 08:54:02 +01:00
Jon Coppeard
97f8bee930 Bug 917295 - GC: Handlify public date APIs r=terrence r=bz 2013-09-19 08:54:01 +01:00
Jon Coppeard
dffe7f475b Bug 917798 - Handlify JS exception APIs r=terrence r=bz 2013-09-19 08:54:01 +01:00
Jon Coppeard
2f22e4980a Bug 917296 - GC: Handlify public regexp APIs r=billm 2013-09-19 08:54:01 +01:00
Dão Gottwald
ce7f6aff7c Bug 868640 - Implement private browsing indicator. r=mdeboer
--HG--
rename : browser/themes/windows/privatebrowsing-dark.png => browser/themes/windows/privatebrowsing-indicator.png
2013-09-19 09:42:06 +02:00
Gaia Pushbot
d86ec87b72 Bumping gaia.json for 4 gaia-central revision(s) a=NPOTB
========

https://hg.mozilla.org/integration/gaia-central/rev/684f7deeab97
Author: Jose M. Cantera <jmcanterafonseca@gmail.com>
Desc: Merge pull request #12304 from wanderview/contacts-css-opt

Bug 918174: Load contacts CSS from index.html

========

https://hg.mozilla.org/integration/gaia-central/rev/6c981ec2dccd
Author: Ben Kelly <ben@wanderview.com>
Desc: Bug 918174: Load contacts CSS from index.html

========

https://hg.mozilla.org/integration/gaia-central/rev/0a88a2ce13e7
Author: Jose M. Cantera <jmcanterafonseca@gmail.com>
Desc: Merge pull request #12290 from jmcanterafonseca/bug-917208

Bug 917208 - [Contacts] Phone field appears twice when merging two conta...

========

https://hg.mozilla.org/integration/gaia-central/rev/47e3f76ae9dc
Author: Jose M. Cantera <jmcanterafonseca@gmail.com>
Desc: Bug 917208 - [Contacts] Phone field appears twice when merging two contacts with same phone number
2013-09-19 00:35:22 -07:00
Gijs Kruitbosch
9011f467c3 Bug 917706 - add tests for updating disabled/hidden values dynamically, r=test-only
--HG--
extra : rebase_source : b7be8eefe9387310328bc2cafe98f8ef75685447
2013-09-19 09:11:44 +02:00
Gijs Kruitbosch
136e9263e8 Bug 917706 - menu items and shortcuts should start working as soon as the relevant pref(s) are flipped, r=robcee
--HG--
extra : rebase_source : ecf03f556d09eb045bc395d36b7ae9b4ee9c66ac
2013-09-19 09:10:42 +02:00
Gijs Kruitbosch
035c9b2b1c Merge mozilla-central and ux 2013-09-19 09:09:59 +02:00
Phil Ringnalda
9b61e0092a Merge m-c to b-i 2013-09-18 23:31:20 -07:00
Ehsan Akhgari
005683ab88 Bug 917269 - Remove kFontAppleMyungjo; r=jdagget
--HG--
extra : rebase_source : 7a8ed04534c14423185c27ffdcfe2e3c64825c97
2013-09-19 02:18:33 -04:00