Граф коммитов

11051 Коммитов

Автор SHA1 Сообщение Дата
Lauren Ko b8f38b37a1 Bug 919301 - Stop showing "switch to tab" from normal browsing when in private browsing. r=mleibovic 2013-10-03 17:13:42 -07:00
Carsten "Tomcat" Book 163c022cb2 merge fx-team to mozilla-central 2013-10-09 10:15:37 +02:00
Michael Comella af3879dde7 Bug 888086 - Use StringBuilder in sync/Utils.java r=rnewman 2013-10-08 18:42:47 -07:00
Gavin Sharp 992c46c5f1 Bug 922338: update link to phishing protection info in Firefox, r=dao,wesj,mbrubeck,fabrice 2013-10-08 14:00:48 -07:00
Brian Nicholson 0b3dcdfb2a Bug 924478 - Initialize sPriorityResetRunnable only once. r=kats 2013-10-08 12:25:42 -07:00
Phil Ringnalda 3210c71f75 Merge f-t to m-c 2013-10-07 18:47:22 -07:00
Richard Newman 4031f88e1f Bug 919645 - crash in android.os.NetworkOnMainThreadException. r=bnicholson 2013-10-07 12:54:41 -07:00
Reuben Morais f707258233 Backed out 2 changesets (bug 899574) for breaking Gaia tests
--HG--
rename : dom/tests/mochitest/notification/desktop-notification/create_notification.html => dom/tests/mochitest/notification/create_notification.html
rename : dom/tests/mochitest/notification/desktop-notification/notification_common.js => dom/tests/mochitest/notification/notification_common.js
rename : dom/tests/mochitest/notification/desktop-notification/test_basic_notification.html => dom/tests/mochitest/notification/test_basic_notification.html
rename : dom/tests/mochitest/notification/desktop-notification/test_basic_notification_click.html => dom/tests/mochitest/notification/test_basic_notification_click.html
rename : dom/tests/mochitest/notification/desktop-notification/test_leak_windowClose.html => dom/tests/mochitest/notification/test_leak_windowClose.html
rename : dom/tests/mochitest/notification/desktop-notification/test_notification_tag.html => dom/tests/mochitest/notification/test_notification_tag.html
rename : dom/tests/mochitest/notification/desktop-notification/test_system_principal.xul => dom/tests/mochitest/notification/test_system_principal.xul
2013-10-07 14:41:13 -04:00
Phil Ringnalda 4960e67245 Merge b-i to m-c 2013-10-06 18:31:14 -07:00
Brad Lassey ebd615fbdf bug 903082 - Add Yahoo as a general search provider for specified locales for Fennec r=mfinkle 2013-10-05 17:11:26 +02:00
Michael Henretty 46d59dbe62 Bug 899574 - Part 2, add Notification.get() with notification storage. r=bent
--HG--
rename : dom/tests/mochitest/notification/create_notification.html => dom/tests/mochitest/notification/desktop-notification/create_notification.html
rename : dom/tests/mochitest/notification/notification_common.js => dom/tests/mochitest/notification/desktop-notification/notification_common.js
rename : dom/tests/mochitest/notification/test_basic_notification.html => dom/tests/mochitest/notification/desktop-notification/test_basic_notification.html
rename : dom/tests/mochitest/notification/test_basic_notification_click.html => dom/tests/mochitest/notification/desktop-notification/test_basic_notification_click.html
rename : dom/tests/mochitest/notification/test_leak_windowClose.html => dom/tests/mochitest/notification/desktop-notification/test_leak_windowClose.html
rename : dom/tests/mochitest/notification/test_notification_tag.html => dom/tests/mochitest/notification/desktop-notification/test_notification_tag.html
rename : dom/tests/mochitest/notification/test_system_principal.xul => dom/tests/mochitest/notification/desktop-notification/test_system_principal.xul
2013-10-02 18:27:53 -07:00
Phil Ringnalda 0a24c6f994 Merge f-t to m-c 2013-10-04 22:05:03 -07:00
Matt Brubeck f905ab5aaf Back out f23136a1fedf (bug 698437) on suspicion of causing multiple Android mochitest failures on a CLOSED TREE 2013-10-04 12:41:43 -07:00
Nicholas Cameron cfa81cf3d7 Bug 854873. Keep scissor rect enabled. r=kats,nical 2013-10-05 01:03:09 +13:00
Phil Ringnalda e55ebbb920 Merge m-i to m-c 2013-10-03 07:58:59 -07:00
Matt Brubeck d0f97c46f6 Merge fx-team to mozilla-central 2013-10-03 07:38:41 -07:00
Ms2ger 4c35b806f8 Merge m-c to inbound. 2013-10-03 11:09:17 +02:00
Ms2ger f4153f40d4 Bug 900980 - Part a: Move unconditional assignments to EXPORT_LIBRARY to moz.build; rs=gps 2013-10-03 09:11:13 +02:00
Ms2ger d1e1fda3b3 Bug 922288 - Remove some unnecessary boilerplate from Makefile.ins; r=mshal 2013-10-03 09:10:00 +02:00
Mark Finkle 9bcd8ec267 Bug 922329 - HelperApps.getAppsForUri does not check for empty results and throws r=wesj 2013-10-01 23:43:23 -04:00
Wes Kocher dbb784a720 Merge inbound to m-c 2013-10-01 18:41:15 -07:00
Nick Alexander ede5b63e85 NO BUG - Deleted unused resource `gecko_actionbar_bg'. r=sriram 2013-10-01 14:13:22 -07:00
Brian Nicholson 5137554f82 Bug 897162 - Lower Gecko thread priority when showing Top Sites page. r=lucasr 2013-10-01 12:55:00 -07:00
Nick Alexander da7e97a1c3 Bug 903534 - Part 1: Build background-debug.apk. r=glandium
--HG--
rename : mobile/android/moz.build => mobile/android/tests/background/junit3/moz.build
rename : mobile/android/moz.build => mobile/android/tests/background/moz.build
rename : mobile/android/moz.build => mobile/android/tests/moz.build
2013-10-01 12:43:30 -07:00
Wes Johnston d11d66b401 Bug 920170 - Move Android prompt service components to their own namespace. r=margaret
--HG--
rename : mobile/android/base/Prompt.java => mobile/android/base/prompts/Prompt.java
rename : mobile/android/base/PromptInput.java => mobile/android/base/prompts/PromptInput.java
rename : mobile/android/base/PromptService.java => mobile/android/base/prompts/PromptService.java
2013-10-02 11:18:16 -07:00
Lucas Rocha 09c6c96d05 Bug 911695 - Use correct dppx values for HDPI and XHDPI devices (r=margaret) 2013-10-02 17:32:42 +01:00
Chris Kitching faae0adfb2 Bug 922116 - Don't clear FaviconView image data in formatImage. r=lucasr,margaret 2013-10-02 11:31:37 -04:00
Lucas Rocha e85bedd215 Bug 919516 - No need to account for header views in Bookmarks page (r=mfinkle) 2013-10-02 15:46:13 +01:00
Lucas Rocha b9f5a6a648 Bug 917805 - Use Tabs.loadUrl() for immediate reaction to ACTION_VIEW intents (r=margaret) 2013-10-01 17:15:44 +01:00
Lucas Rocha 340b0ff15b Bug 917805 - Remove unused animateHideHomePager(), simplify hideHomePager() (r=margaret) 2013-10-01 17:15:30 +01:00
Margaret Leibovic 65c13b9e3a Bug 910106 - Replace loadUrl with inputAndLoadUrl in PixelTest. r=lucasr 2013-09-24 14:07:02 -07:00
Margaret Leibovic 2f8728c39e Bug 921023 - Properly re-enable mixed content blocking. r=mfinkle 2013-10-01 11:42:42 -04:00
Lucas Rocha 82c2103084 Bug 906230 - Hide the Reading List page in about:home on low memory devices (r=sriram) 2013-10-01 14:22:24 +01:00
Lucas Rocha b655fa84ef Bug 906230 - Add HardwareUtils.isLowMemoryPlatform() (r=kats) 2013-10-01 14:22:15 +01:00
Ed Morley 57a8fe5fd5 Merge latest green inbound changeset and mozilla-central 2013-10-01 10:27:39 +01:00
Ed Morley 80c9d4fdb1 Merge mozilla-central and fx-team 2013-10-01 10:23:54 +01:00
Richard Newman 06cc82ed3f Bug 919768 - Slowdown and OOM hit visiting top-sites in about:home. r=sriram 2013-09-30 20:56:09 -07:00
Mark Finkle deb1d6d792 Backout 41701d2c0341 (bug 875731), Caused a regression that breaks all downloads in Firefox for Android (bug 921944) 2013-09-30 22:01:35 -04:00
Ryan VanderMeulen ad7d17c453 Merge m-c to b2g-inbound. 2013-09-30 16:30:26 -04:00
Ryan VanderMeulen 1f31fb75a5 Merge fx-team to m-c.
--HG--
rename : mobile/android/base/UpdateServiceHelper.java => mobile/android/base/updater/UpdateServiceHelper.java
2013-09-30 16:18:53 -04:00
Marco Castelluccio 46b658604e Bug 921527 - Enable the mozTCPSocket API for web apps on Android. r=wesj 2013-09-30 14:00:02 -04:00
Ben Hearsum b5cbd44469 bug 885477: switch Nightly users to Balrog - switch android builds. r=mfinkle 2013-09-30 12:28:21 -04:00
Wes Kocher edf79e60e0 Merge fx-team to m-c 2013-09-27 20:32:24 -07:00
Wes Kocher d2da167e7e Backed out changeset 5a520e97e6a5 (bug 911574) under suspicion of causing robocop1-1 orange. 2013-09-27 20:12:59 -07:00
Wes Kocher 5faf915abf Backed out changeset cfb6cd8accc3 (bug 911152) 2013-09-27 20:12:09 -07:00
Kartikaya Gupta c7e7d36612 Bug 911574 - Allow subframe panning on the body. r=wesj 2013-09-27 13:57:45 -04:00
Margaret Leibovic 72c72b0928 Bug 921265 - Send "HomeBanner:Data" message when first message is added. r=wesj 2013-09-26 16:53:09 -07:00
Errietta Kostala 96ee438da9 Bug 921756 - Don't let ButtonToast try to modify views it can't. r=lucasr 2013-09-30 10:59:40 -04:00
Chris Kitching 3d637abef5 Bug 920861 - Moving the UpdateService classes into directories matching their declared packages. r=snorp
--HG--
rename : mobile/android/base/UpdateService.java => mobile/android/base/updater/UpdateService.java
rename : mobile/android/base/UpdateServiceHelper.java => mobile/android/base/updater/UpdateServiceHelper.java
2013-09-30 10:59:40 -04:00
Mina Almasry 4b7620a0c7 Bug 813379 - Fennec hints to necko when search engines become visible. r=margaret 2013-09-30 10:59:40 -04:00
Sriram Ramasubramanian 43e2923dca Bug 920317: Banner cuts off TopSitesPage. [r=margaret]
--HG--
rename : b2g/config/emulator-ics/config.json => b2g/config/emulator/config.json
rename : b2g/config/emulator-ics/releng-emulator-ics.tt => b2g/config/emulator/releng-emulator.tt
extra : rebase_source : cdbc79b907ad0d90ff315966e645535ffb4a39b9
2013-09-26 15:39:36 -07:00
Kartikaya Gupta d846c81587 Bug 921477 - Fix typo causing certificate usage failure. rs=wesj 2013-09-27 14:06:14 -04:00
Kartikaya Gupta b9ca06189a Bug 911152 - Don't reprocess the same metadata over and over. r=wesj 2013-09-27 13:57:54 -04:00
Kartikaya Gupta 31a6a8ad74 Bug 911574 - Allow subframe panning on the body. r=wesj 2013-09-27 13:57:45 -04:00
Michael Comella 19b2a4c316 Bug 915355 - Part 3: Update default search engine comment to be more descriptive. r=rnewman 2013-09-27 09:38:25 -07:00
Michael Comella 534251fc7d Bug 915355 - Part 2: Add clarifying comments on keyword-search to Android code. r=rnewman 2013-09-27 09:38:25 -07:00
Raymond Lee 14924f9c42 Bug 875731 - Replace callers of nsIDownloadManager.usersDownloadsDirectory with Downloads.getUserDownloadsDirectory mobile/andriod/. r=mfinkle 2013-09-27 07:05:46 +08:00
Ryan VanderMeulen af288628a8 Merge m-c to inbound. 2013-09-30 16:51:06 -04:00
Benjamin Smedberg 9a19fa4609 Bug 920731 part B - also stop export JS symbols for android and B2G, r=glandium
--HG--
extra : rebase_source : 063d2f9e1776e6be4f333c3cc943a45c6d5e7373
2013-09-30 16:09:28 -04:00
Marco Castelluccio ca32bd1a60 Bug 898499 - Support mozPay API on desktop webapprt. r=ferjm 2013-09-27 14:38:14 -04:00
Timothy Nikkel 8d822b49ca Bug 918220. Part 2. Remove image.mem.allow_locking_in_content_processes pref from fennec pref file, it doesn't apply to fennec because it doesn't have content processes and could be confusing. Also, give the pref a default value in all.js. r=jmuizelaar 2013-09-30 12:53:46 -05:00
Timothy Nikkel 79f86039ed Bug 918220. Part 1. Rename the pref content.image.allow_locking to make it clear that it only applies to content processes. r=jmuizelaar 2013-09-30 12:53:46 -05:00
Ryan VanderMeulen 1286b0b31d Merge fx-team to m-c. 2013-09-26 21:36:35 -04:00
Brian Nicholson f1c82ffdb6 Bug 917538 - Fix Fennec Restarter flags and remove System.exit(0). r=blassey 2013-09-26 16:34:38 -07:00
Sriram Ramasubramanian b84d49e4a1 Bug 910882: Change search suggestions background to a lighter blue. [r=margaret]
--HG--
extra : rebase_source : cd4b8ab06669bc856bded04392d71abc6e8961ac
2013-09-24 11:54:16 -07:00
Sriram Ramasubramanian b9f4a59832 Bug 906227: Last tabs with switch-to-tab should not create new tabs. [r=margaret]
--HG--
extra : rebase_source : 929416c50248094fb3164b3b34a48486ac70f668
2013-09-23 16:35:46 -07:00
Chenxia Liu 86a04e2e04 Bug 919704 - Remove empty screen for "Top Sites". r=sriram 2013-09-26 10:47:23 -07:00
Niv Yahel 5760fc3e26 Bug 848772 - Remove the abouthome.title reference from config.dtd, create anaboutHome.dtd, and add it to jar.mn. r=mleibovic 2013-09-26 09:53:22 -04:00
Adrian Tamas 5c059ffc57 Bug 916107 - Tag BrowserSearch view for the UI tests to have access to it (r=lucasr) 2013-09-12 16:08:43 +03:00
Mark Capella e2806187d6 Bug 917944 - Remove "Most recent" header in history page, r=margaret 2013-09-25 21:48:16 -04:00
Michael Comella d523127540 Bug 920674 - Add clarifying log statements to FHR Prune service. r=nalexander 2013-09-25 17:03:29 -07:00
Michael Comella 1c347f4d25 Bug 920225 - Correct FHR manifest comments. r=rnewman 2013-09-25 15:31:47 -07:00
Michael Comella 64acb4c746 Bug 920642: Remove dead files from bug 870171. r=rnewman 2013-09-25 11:52:48 -07:00
Margaret Leibovic 110c9bd8fa Bug 912994 - Update top sites query to exclude reading list items. r=wesj 2013-09-25 08:56:56 -07:00
Monica Chew e8c34403bb Bug 842828: Clean up urlclassifier.gethashtables preferences (r=gcp)
* * *
Bug 842828: Mark attributes of nsIApplicationReputationQuery as readonly, remove unused field (r=mossop)
* * *
Bug 842828: Check local list to suppress remote lookups (r=paolo)
2013-09-26 06:51:59 -07:00
Ryan VanderMeulen 391b5cf7a5 Merge m-c to inbound. 2013-10-01 17:23:59 -04:00
Scott Johnson b0b7d88ca3 Bug 878935: Pause painting while reflow-on-zoom is in progress to provide a better user experience. [r=kats] 2013-10-01 14:52:13 -05:00
Adrian Tamas e0dff986cf Bug 899182 - Re-write testBookmark to work with the new about:home. r=lucasr 2013-08-19 17:11:09 +03:00
Mina Almasry 7aa8a9434a Bug 698437 - Allow spatial navigation with directional controller. r=kats 2013-10-04 12:59:27 -04:00
Karen Rudnitski e6dcf2a705 Bug 903084 - Add Bing as a general search provider for specified locales for Fennec r=blassey 2013-10-05 18:07:09 +02:00
Adrian Tamas 6037be2b03 Bug 896574 - Fix testAddSearchEngine to work with the new about:home. r=lucasr 2013-07-23 19:07:48 +03:00
Chris Kitching 7fc29f20ec Bug 918917 - Show no favicon until load fails, then show default favicon, or the result (r=margaret) 2013-09-27 12:12:22 +01:00
Wes Johnston 5edd4c1dab Bug 918079 - Show highlight when overscrolling. r=kats 2013-09-26 22:57:57 -07:00
Mark Capella c9416dbfc0 Bug 923086 - "Add to reading list" button does not save it's state, r=lucasr
Part 2 - Actual final bug solution, tie into Part 1
2013-10-14 09:58:16 -04:00
Mark Capella 13148e5eb5 Bug 923086 - "Add to reading list" button does not save it's state, r=lucasr
Part 1 - Ensure readinglist banner not visible until state is finalized
2013-10-14 09:58:16 -04:00
Ed Morley 4773dd0ddb Backed out changeset 59655b2db583 (bug 910106) since it has just morphed the failures into bug 920490 2013-09-25 14:27:48 +01:00
Wes Kocher ef78448563 Merge m-c to fx-team 2013-09-24 20:26:24 -07:00
Wes Kocher 1e02f948e4 Merge fx-team to m-c 2013-09-24 20:06:37 -07:00
Chenxia Liu a72b535983 Bug 910186 - Long-press on search providers in settings only triggers touch up. r=sriram 2013-09-24 17:51:18 -07:00
Mark Capella 8945efda67 Bug 918222: Misc null error in browser.js, r=mfinkle 2013-09-24 18:34:12 -04:00
Chenxia Liu f6e5a681fe Bug 919384 - "Text reflow" robocop test checks for the wrong RELEASE_BUILD boolean value. r=gbrown 2013-09-24 15:02:41 -07:00
Mark Finkle 5170d374d5 Bug 906039 - 'New Guest Session' doesn't deserve a toplevel menu item r=bnicholson 2013-09-24 17:09:55 -04:00
Federico Paolinelli d10fffc4c9 Bug 815202 - Add Pause and Cancel actions to download notifications. r=wesj
--HG--
rename : mobile/android/base/resources/drawable-hdpi/ic_menu_close_all_tabs.png => mobile/android/base/resources/drawable-hdpi/close.png
rename : mobile/android/base/resources/drawable-mdpi/ic_menu_close_all_tabs.png => mobile/android/base/resources/drawable-mdpi/close.png
rename : mobile/android/base/resources/drawable-xhdpi/ic_menu_close_all_tabs.png => mobile/android/base/resources/drawable-xhdpi/close.png
2013-09-24 13:53:55 -07:00
Brian Nicholson 3780d49372 Bug 919723 - Add missing import to Sanitizer.jsm
--HG--
extra : rebase_source : 952f34228a988f2f4b11b0ada66851baee4efe6e
2013-09-24 12:31:12 -07:00
Ed Morley a74662bd81 Bug 910106 - Disable Robocop verifyHomePagerHidden() on Android 2.2 for too many intermittent failures 2013-09-24 16:57:09 +01:00
Ed Morley 22b6bc0c1b Backed out changeset 403743a219a3 (bug 917944) for robocop-2 failures 2013-09-24 09:25:09 +01:00
Mark Capella 8cebca69ee Bug 917944 - Remove "Most recent" header in history page, r=margaret 2013-09-24 01:34:46 -04:00
Ryan VanderMeulen e55134bbc7 Merge inbound to m-c. 2013-09-23 23:05:11 -04:00
Ryan VanderMeulen 26ad3fc54b Merge m-c to inbound.
--HG--
rename : widget/gtk2/nsGtkIMModule.cpp => widget/gtk/nsGtkIMModule.cpp
2013-09-23 17:10:33 -04:00
Wes Johnston 07776a1d0b Bug 918086 - Disable overscroll when pinch zooming. r=kats 2013-09-23 11:47:05 -07:00
Wes Johnston 4dc4c594f2 Bug 705246 - Disable overscroll when panning. r=kats 2013-09-23 11:46:50 -07:00
Margaret Leibovic 14368e3729 Bug 919228 - (Part 2) Remove unused bookmark_add string. r=sriram 2013-09-23 10:40:26 -07:00
Margaret Leibovic 0324828e2d Bug 919228 - Update top sites thumbnail placeholder text to "Add a site". r=sriram 2013-09-23 10:40:24 -07:00
Mark Capella 80ca1f40c5 Bug 917297 - Clicking on a link sometimes results in a JS error to logcat instead of navigation, r=kats 2013-09-23 12:48:31 -04:00
Phil Ringnalda 650290f6b9 Merge m-c to fx-team 2013-09-22 09:16:05 -07:00
Wes Kocher 6479794675 Merge inbound to m-c 2013-09-20 19:28:47 -07:00
Ryan VanderMeulen 122bb761d8 Merge m-c to fx-team. 2013-09-20 18:19:03 -04:00
Lucas Rocha 03b17e0283 Bug 917455 - Implement missing getInt() in TopSitesCursorWrapper (r=sriram) 2013-09-20 15:53:04 -04:00
Lucas Rocha 9ab2b615c5 Bug 917806 - Immediately update title in toolbar on ACTION_VIEW intent (r=margaret) 2013-09-20 15:22:35 -04:00
Margaret Leibovic 9bdcaeec34 merge m-c to fig 2013-09-20 14:50:31 -04:00
Chenxia Liu 60333f3b54 Bug 917398 - Include test for new top sites. r=margaret 2013-09-20 13:35:29 -04:00
Chenxia Liu cee0b3dd6e Bug 917398 - Update tests for the new tabs in about:home. r=margaret 2013-09-20 13:35:29 -04:00
Lucas Rocha 749f66757b Bug 918377 - Remove unnecessary extra touch handling from BookmarksListView (r=sriram) 2013-09-19 17:23:58 -04:00
Lucas Rocha 28c5092128 Bug 918377 - Move and update header divider code to TopSitesPage (r=sriram) 2013-09-19 17:19:43 -04:00
Lucas Rocha a7f0b8f40f Bug 918377 - Misc layout fixes on new tab layout in about:home (r=sriram) 2013-09-19 17:19:43 -04:00
Lucas Rocha 8a36f852cf Bug 918032 - Top Sites query should include display, bookmarkId, historyId (r=wesj) 2013-09-19 17:18:06 -04:00
Lucas Rocha 9c387d261e 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
Sriram Ramasubramanian b3c403ad76 Bug 917848: Use a static class for LoadFaviconTask inside TwoLinePageRow. [r=lucasr] 2013-09-19 11:29:34 -04:00
Sriram Ramasubramanian 45f46cfbcb Bug 917455: Use a single cursor for the grid and the list. [r=lucasr] 2013-09-18 17:30:01 -04:00
Lucas Rocha f3e7db6940 Bug 917455 - Update top sites behaviour for about:home's Top Sites panel (r=wesj) 2013-09-18 17:56:32 -04:00
Margaret Leibovic d639c2867e Bug 917455 - Revert getTopBookmarks back to getTopSites. r=wesj 2013-09-18 13:32:22 -04:00
Sriram Ramasubramanian d382d8a090 Bug 917396: Crash in resetting the loader. [r=lucasr] 2013-09-18 10:05:43 -04:00
Sriram Ramasubramanian a3a1cdd9c4 Bug 833800: LinearLayout of android doesn't have the third constructor in pre-ICS. [r=margaret] 2013-09-18 10:00:37 -04:00
Patrick McManus 6104493dbf bug 904170 - telemetry for daily http data consumption r=jduell 2013-09-22 23:01:10 -04:00
Sriram Ramasubramanian 689741bd5c Bug 917396: Move the grid to "TopSites" page. [r=lucasr]
--HG--
rename : mobile/android/base/home/PinBookmarkDialog.java => mobile/android/base/home/PinSiteDialog.java
rename : mobile/android/base/home/TopBookmarksAdapter.java => mobile/android/base/home/TopSitesGridAdapter.java
rename : mobile/android/base/home/TopBookmarkItemView.java => mobile/android/base/home/TopSitesGridItemView.java
rename : mobile/android/base/home/TopBookmarksView.java => mobile/android/base/home/TopSitesGridView.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/pin_bookmark_dialog.xml => mobile/android/base/resources/layout/pin_site_dialog.xml
rename : mobile/android/base/resources/layout/top_bookmark_item_view.xml => mobile/android/base/resources/layout/top_sites_grid_item_view.xml
rename : mobile/android/base/resources/menu/top_bookmarks_contextmenu.xml => mobile/android/base/resources/menu/top_sites_contextmenu.xml
2013-09-17 16:24:48 -04:00
Sriram Ramasubramanian 92f66d6671 Bug 833800: FadedTextView should handle compound drawables. [r=lucasr] 2013-09-17 13:59:10 -04:00
Sriram Ramasubramanian 7fe469beea Bug 833800: Change the pin to be an image. [r=wesj] 2013-09-17 13:39:18 -04:00
Lucas Rocha ed9279760c Bug 917394 - Rearrange about:home tabs as per new design (r=sriram)
--HG--
rename : mobile/android/base/home/MostVisitedPage.java => mobile/android/base/home/TopSitesPage.java
rename : mobile/android/base/resources/layout/home_most_visited_page.xml => mobile/android/base/resources/layout/home_top_sites_page.xml
2013-09-17 16:58:12 -04:00
Alex Keybl 78cc8a9f85 Merging in version bump NO BUG 2013-09-17 09:38:37 -04:00
Brian Nicholson 8259250f69 Bug 919207 - Remove thumbnail from share intent. r=mfinkle 2013-09-23 16:16:08 -07:00
Jim Chen 311c1e5298 Bug 909940 - Disable updating the URL bar type for HTC keyboards. r=cpeterson 2013-09-23 17:23:37 -04:00
Nick Alexander b9e6733793 Bug 903531 - First copy of background JUnit 3 test suite. r=rnewman
The background test suite covers all the Android Background
Services, including Sync, Product Announcments, and Firefox Health
Report.  It is developed at

https://github.com/mozilla-services/android-sync
2013-09-23 13:01:40 -07:00
Brad Lassey 6a08b0e0ff bug 918645 - rash in java.lang.SecurityException: WifiService: Neither user 10061 nor current process has android.permission.ACCESS_WIFI_STATE. at android.os.Parcel.readException(Parcel.java r=mcmanus
--HG--
extra : rebase_source : fb48217a5654ceba1ec0361466af5698d2f2e3c5
2013-09-20 15:58:10 -04:00
Lucas Rocha a5064fa8a6 Bug 910191/913402 - Don't use OnPreDrawObserver on pre-HC devices (r=sriram) 2013-09-18 14:50:22 -04:00
Chris Kitching 5e407a0ed3 Bug 916588 - Show default favicon when we bail in FaviconView.formatImage. r=margaret 2013-09-18 13:47:35 -04:00
Michael Boon 20d1d06cc7 Bug 791475 - Android updater notification should provide more information like progress. r=snorp 2013-09-20 10:20:22 -04:00
Ed Morley 2f579f2c8b Merge latest green inbound changeset and mozilla-central 2013-09-20 10:18:21 +01:00
Michael Comella d984c2e9c2 Bug 870171 - Implement pruning service. r=rnewman,nalexander 2013-09-19 17:41:05 -04:00
Michael Comella 4a90977b5a Bug 870171 2013-09-19 17:41:04 -04:00
Brian Nicholson 9869943464 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 a9d73cd19d 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
Margaret Leibovic 6d4f403ddc Bug 913683 - (Part 2) Remove about:home from testSystemPages checks. r=gbrown 2013-09-19 09:38:00 -04:00
Margaret Leibovic bd8fe569ca Bug 913683 - (Part 1) Verify home pager is hidden before checking to make sure the page is painted, and increase the time we wait to make sure these things happen. r=gbrown 2013-09-19 09:37:58 -04:00
Timothy Nikkel db212c03af Bug 862602. Turn on image visibility for android so we don't keep all images in foreground tab locked. r=kats 2013-09-24 01:30:27 -05:00
Myk Melez 8f6377eaa1 bug 918611 - define MOZ_FENNEC when building mobile/android; r=glandium
--HG--
extra : amend_source : b7c5c8d9facabc7331bd221de3787dbf137df86d
2013-09-20 08:20:46 -07:00
Ed Morley a0e037f490 Merge mozilla-central and inbound 2013-09-20 10:55:03 +01:00
Honza Bambas 894ba59236 Bug 913807 - HTTP cache v2: API+top service+integration+tests, off by default, r=michal+ehsan+mark.finkle+fabrice+mhammond+gavin 2013-09-20 11:11:25 +02:00
Margaret Leibovic 169ab90146 Bug 905262 - Create a JS add-on API for adding content to the promotional banner. r=wesj 2013-08-19 17:22:47 -07:00
Richard Newman 3e79bc531b Bug 916316 - Follow-up to fix bustage on a CLOSED TREE. r=trivial 2013-09-18 13:12:26 -04:00
Lucas Rocha 27da66d630 Bug 905685 - Clear favicon until the new image finishes loading in TwoLinePageRow (r=sriram) 2013-09-18 12:58:58 -04:00
Lucas Rocha c1743d766a Bug 905685 - Don't try to load favicons from cursor in TwoLinePageRow (r=sriram) 2013-09-18 12:58:50 -04:00
Lucas Rocha 11bf30c33c Bug 905685 - Implement incremental favicon loading in about:home (r=sriram) 2013-09-18 12:58:25 -04:00
Richard Newman b149d0502d Bug 916316 - Speed up FHR date formatting. r=mcomella 2013-09-18 11:48:11 -04:00
Carsten "Tomcat" Book fd946fe2b2 merge fx-team to mc 2013-09-18 12:12:28 +02:00
Mark Capella 618621d1b2 Bug 770101 - about:config should label integer fields correctly so keyboard uses numerical mode, r=wesj 2013-09-17 23:54:48 -04:00
Mark Capella b7e72c7117 Bug 913214 - Create StringUtils method to provide readable URL / title string, r=wesj, sriram 2013-09-17 23:54:48 -04:00
Ryan VanderMeulen e6b0a07ee6 Merge m-c to inbound. 2013-09-17 22:47:28 -04:00
Matt Brubeck 5142bac9e7 Bug 917059 - Fix download size display when decimal separator is ',' [r=bnicholson] 2013-09-17 10:23:57 -07:00
Ed Morley 6b1d7df82c Backed out changeset dea697e42d70 (bug 913683) for robocop test failures 2013-09-17 16:12:30 +01:00
Mina Almasry a7e0d2ecbc Bug 890253 - Change widget/android/nsWindow.cpp GetDefaultScaleInternal() to use actual device DPI. r=mbrubeck, r=kats 2013-09-17 20:45:03 -04:00
Geoff Brown cf29957f40 Bug 917543 - Add an x86 version of the robocop.ini manifest; r=jmaher DONTBUILD 2013-09-17 17:40:58 -06:00
Brian Nicholson a02d3bcfb8 Bug 890392 - Include page thumbnail when sharing. r=mfinkle 2013-09-17 10:27:37 -04:00
Brian Nicholson 5c91d58b3e Bug 890392 - Replace the page title when sharing. r=sriram 2013-09-17 10:27:37 -04:00
Ed Morley 2ba324aea3 Merge mozilla-central and fx-team 2013-09-17 15:22:00 +01:00
Chenxia Liu a08903cbab Bug 915350 - Intermittent testBookmarklets,testHistory,testTabHistory,testBookmarkKeyword | Page title is correct - got http://mochi.test:8888/tests/robocop/robocop_blank_01.html, expected Browser Blank Page 01. r=gbrown 2013-09-17 10:05:39 -04:00
Margaret Leibovic 1ba4f64fa6 Bug 913683 - Verify home pager is hidden before checking to make sure the page is painted, and increase the time we wait to make sure these things happen. r=gbrown 2013-09-17 09:14:12 -04:00
Margaret Leibovic 8f9a7d5030 Bug 906041 - (Part 2) Dismiss editing mode if the user is loading a URL from an external app. r=lucasr 2013-09-17 09:14:00 -04:00
Margaret Leibovic e81a44d7f0 Bug 906041 - (Part 1) Don't change the visibility of the home pager if we're in editing mode. r=lucasr 2013-09-17 09:13:54 -04:00
Rick Eyre d646168781 Bug 895091 - Part 2: Add WebVTT parser and wrapper IDls r=rillian, ted, gwagner, khuey
- Added vtt.js, a JS WebVTT parser, to Gecko.
- Added a wrapper to interface between it and Gecko.
- Updated TextTrackCue and WebVTTListener to work with it.

--HG--
rename : content/media/WebVTTLoadListener.cpp => content/media/WebVTTListener.cpp
rename : content/media/WebVTTLoadListener.h => content/media/WebVTTListener.h
2013-09-19 08:26:00 -07:00
Brad Lassey aff2242ca9 bug 918378 - restrict WiFi permissions to nightly and aurora r=mfinkle
--HG--
extra : rebase_source : 93f39055a6a52d7fd632bcbef4e62c46003a9d54
2013-09-19 13:11:30 -04:00
Ed Morley 003a2a1a4c Bug 915350 - Disable testBookmarklets, testHistory, testTabHistory & testBookmarkKeyword for too many intermittent failures 2013-09-19 15:15:32 +01:00
Benoit Jacob ef57b5655b Bug 913847 - stop needlessly including nsThreadUtils.h - r=ehsan 2013-09-19 09:54:39 -04:00
Andrea Marchesini 7694ae6848 Bug 871445 - patch 1 - DataStoreService and getDataStores(), r=mounir, r=fabrice, r=ehsan
--HG--
rename : dom/apps/tests/file_app.sjs => dom/datastore/tests/file_app.sjs
rename : dom/apps/tests/file_hosted_app.template.webapp => dom/datastore/tests/file_app.template.webapp
2013-10-02 13:27:07 -04:00
Ed Morley 5b2269dad3 Backed out changeset 3986762b88a3 (bug 871445) for failures in test_app_install.html 2013-10-02 17:58:06 +01:00
Scott Johnson 1d75885366 Backout 6a5549d97d8d (bug 878935) for missing IID changes. 2013-10-02 11:36:44 -05:00
Andrea Marchesini e09904fb4c Bug 871445 - patch 1 - DataStoreService and getDataStores(), r=mounir, r=fabrice, r=ehsan
--HG--
rename : dom/apps/tests/file_app.sjs => dom/datastore/tests/file_app.sjs
rename : dom/apps/tests/file_hosted_app.template.webapp => dom/datastore/tests/file_app.template.webapp
2013-10-02 11:30:26 -04:00
Mark Capella 572dc247e5 Bug 906323 - It should be possible to update a menuitem's label, r=sriram, f=margaret 2013-10-17 02:06:56 -04:00
Viral Wang 2345a994cb Bug 908058 - Add orientation keyword 'default' to express normal orientation. r=mounir, r=blassey 2013-09-30 10:40:41 -04:00
Nick Alexander 2f1f13d152 Bug 900522 - Part 3: Add passthru ANDROID_GENERATED_RESFILES. r=gps
This defines all of the Android resources in moz.build files (although
some are still generated by mobile/android/base/Makefile.in).
2013-10-09 16:19:00 -07:00
Nick Alexander e0f324428d Bug 900522 - Part 2: Use ANDROID_RESFILES in mobile/android/base/moz.build. r=gps
This defines ANDROID_RESFILES in mobile/android/base/moz.build but
does not use the default processing from java-build.mk.
* * *
Bug 900522 - Part 1: Make ANDROID_RESFILES a moz.build-only variable. r=gps
2013-10-09 16:19:00 -07:00
Ryan VanderMeulen 9eb87a8a30 Merge m-c to fx-team. 2013-10-16 17:04:40 -04:00
Mark Finkle d7adf0ffe8 Bug 927451 - GeckoView profile folder is not created r=blassey r=wesj 2013-10-16 17:02:39 -04:00
Mark Finkle a45226d132 Bug 927253 - [geckoview] NPE in GeckoNetworkManager r=blassey 2013-10-16 17:02:36 -04:00
Georg Fritzsche e121225a3e Bug 920927 - Update plugin overlay handling on mobile. r=margaret 2013-10-15 10:35:50 +02:00
Randell Jesup 97cedd4a0e Bug 882145: Mirror desktop UI changes for Android (bug 916609) r=jesup,jib 2013-09-16 02:40:25 -04:00
Timothy Nikkel d747f1829c Bug 915526. Take into account display port and scroll port clamping in image visibility. r=roc f=kats 2013-09-15 13:51:35 -05:00
Ryan VanderMeulen 771bfb41ad Merge m-c to inbound. 2013-09-14 20:31:22 -04:00
Chris Kitching 23dcdad6a7 Bug 895423 - Use a FaviconView to display the icons for the customise search menu. r=liuche 2013-09-14 12:09:14 -07:00
Wes Kocher 1c210d6d88 Merge m-c to fx-team 2013-09-13 18:22:41 -07:00
Wes Kocher a4893cf330 Merge inbound to m-c 2013-09-13 18:14:32 -07:00
Wes Kocher 0897548c76 Merge fx-team to m-c 2013-09-13 18:08:07 -07:00
Margaret Leibovic b0407a7cfc Bug 908364 - Don't show doorhanger popup while in editing mode. r=bnicholson 2013-09-13 16:07:17 -07:00
Boris Zbarsky 0c4e2cc50c Bug 913855. Fix consumers of window mediator to be more consistent in their checking for closed windows. r=dolske
Note that we can't just stop returning closed windows from the window
mediator, because some consumers (e.g. session restore) rely on seeing
closed windows in the list so they can remove them from their internal
data structures expeditiouly.
2013-09-13 17:29:51 -04:00
Brian Nicholson 8041f4f33d Bug 896170 - Part 2: Use intent extra to trigger restore on restart. r=mfinkle
--HG--
extra : rebase_source : fd14708cfc970dce433c02c1a08863e38680e5b3
2013-09-10 11:17:42 -07:00
Brian Nicholson f14579eb13 Bug 896170 - Part 1: Send Session:Restore only on initial onCreate. r=mfinkle
--HG--
extra : rebase_source : bde410dbc3c24210cdf3c92a71c4ef1f25fc5de0
2013-09-10 11:17:42 -07:00
Chris Kitching 4cb14bde22 Bug 913890 - Remove dead action bar code, formerly associated with the Awesome Bar. r=mleibovic 2013-09-13 14:38:43 -04:00
Wes Johnston 3057ff32c5 Bug 690252 - Default to saving files. r=mfinkle 2013-09-12 15:46:35 -07:00
Chenxia Liu ca6b6880ed Bug 897571 - [Fig] Urlbar resize for entry is incorrectly rendered. r=sriram 2013-09-12 11:17:41 -07:00
Ryan VanderMeulen fdd0a38bda Backed out changeset c24ba14732cd (bug 907734) for Android bustage. 2013-09-12 13:13:14 -04:00
Adrian Tamas c15772aec8 Bug 907734 - Create the DataBaseHelper and StringHelper classes. r=margaret 2013-08-21 17:11:13 +03:00
Adrian Tamas 994cd04059 Bug 907734 - Create the DataBaseHelper and StringHelper classes. r=margaret 2013-08-21 17:11:13 +03:00
Chris Kitching cebc512b1c Bug 888326 - Part 6: Prevent a corrupted Favicon from causing us possibly to leak an unclosed InputStream. r=mleibovic 2013-09-12 10:50:36 -04:00
Chris Kitching 979cc4ce53 Bug 888326 - Part 5: Make the FaviconView able to resize strangely sized inputs to more appropriate sizes, if enabled. r=mleibovic 2013-09-12 10:50:20 -04:00
Chris Kitching dc3bf2ecb8 Bug 888326 - Part 4: LoadFaviconTask's use mNextFaviconLoadId is now thread safe. (Use AtomicInteger instead of long.) r=mleibovic 2013-09-12 10:50:03 -04:00
Chris Kitching 0bbf8c342a Bug 888326 - Part 3: Factor the inner classes of Favicon into their own files. r=mleibovic 2013-09-12 10:49:36 -04:00
Chris Kitching f126317bed Bug 888326 - Part 2: Refactoring Favicons to be static, not a singleton - the singleton instance was staticly assigned and never cleared. r=mleibovic 2013-09-12 10:49:20 -04:00
Chris Kitching e033459956 Bug 888326 - Part 1: Move the favicons class into its own package and, while we're at it, get rid of unused imports in the touched files. r=mleibovic
--HG--
rename : mobile/android/base/Favicons.java => mobile/android/base/favicons/Favicons.java
2013-09-12 10:48:59 -04:00
Ed Morley 9af3a8459a Merge mozilla-central and fx-team 2013-09-12 12:11:01 +01:00
Adrian Tamas c3efcc6b11 Bug 896557 - Split testWebContentContextMenu to make it more reliable (r=margaret) 2013-08-22 17:29:06 +03:00
Michael Comella 763eefa4a7 Bug 913713 - Part 1: Use optString to get search engine identifier. r=rnewman 2013-09-11 14:28:07 -07:00
Ryan VanderMeulen 3da9f94774 Backed out changeset 63aa3bb1a0dd (bug 896565) for Android 2.2 robocop failures.
--HG--
rename : mobile/android/base/tests/testAboutHomeSwipes.java.in => mobile/android/base/tests/testAwesomebarSwipes.java.in
2013-09-11 15:37:51 -04:00
Wes Johnston 938be0a54e Bug 842037 - Try harder to find a mimetype of the media scanner. r=blassey 2013-09-11 10:21:57 -07:00
Wes Johnston f1369f645b Bug 906030 - Don't create profiles when checking if they're locked. r=bnicholson 2013-09-11 10:10:47 -07:00
Lucas Rocha b78b4a49f5 Bug 896565 - Update testAwesomebarSwipes for new about:home (r=margaret)
--HG--
rename : mobile/android/base/tests/testAwesomebarSwipes.java.in => mobile/android/base/tests/testAboutHomeSwipes.java.in
2013-09-11 17:32:01 +01:00
Carsten "Tomcat" Book 4db2298cf7 merge fx-team to mozilla-central 2013-09-11 13:37:24 +02:00
Chenxia Liu 13f572fac5 Bug 912510 - Part 2: Update base tests to use Conditions. r=gbrown 2013-09-10 18:10:43 -07:00
Chenxia Liu af697c65f6 Bug 912590 - Part 1: Update base tests to use new Robotium 4.2 APIs for View fetching. r=gbrown 2013-09-10 18:10:29 -07:00
Ryan VanderMeulen 6692b3566a Merge m-c to inbound. 2013-09-10 21:10:44 -04:00
Mark Finkle 90c10a27ae Bug 888335 - Remove support for iGoogle/Reader from feed subscriptions r=bnicholson 2013-09-10 20:35:36 -04:00
Geoff Brown 3b66c9cb08 Bug 912519 - (2) Minor refactor of testSettingsMenuItems; r=liuche 2013-09-10 18:18:07 -06:00
Geoff Brown ab92758519 Bug 912519 - (1) Update robocop testSettingsMenuItems to allow for partially obscured menu item; r=liuche 2013-09-10 18:18:04 -06:00
Mike Hommey fe76476a58 Bug 914894 - res/values/strings.xml only depends on the res/values directory. r=gps 2013-09-11 08:15:53 +09:00
Ryan VanderMeulen 46c335b301 Merge fx-team to m-c. 2013-09-10 16:39:33 -04:00
Brad Lassey 658df973b5 bug 887819 - Investigate using the tiled layers backend, create pref to enable tiles r=BenWa 2013-09-10 14:21:37 -04:00
Carsten "Tomcat" Book f22d797ddf merge fx-team to mozilla-central 2013-09-10 10:27:04 +02:00
Ms2ger d9d7605e4f Merge last PGO-green inbound changeset to m-c.
--HG--
rename : dom/bindings/BindingUtils.h => dom/bindings/OwningNonNull.h
2013-09-10 10:13:12 +02:00
Mike Hommey 74d249b377 Bug 913842 - Avoid recursing under mobile/android/base/locales when rebuilding gecko.ap_. r=ted 2013-09-10 14:58:50 +09:00
Mike Hommey c244524eea Backed out changesets b1b292d8e383 and 24af5272b52f (bug 913842) for Android bustage. 2013-09-10 09:38:25 +09:00
Mike Hommey 2538834a31 Fixup for bug 913842. r=me 2013-09-10 08:43:53 +09:00
Mike Hommey ebc6df6ad1 Bug 913842 - Avoid recursing under mobile/android/base/locales when rebuilding gecko.ap_. r=ted 2013-09-10 07:11:58 +09:00
Ryan VanderMeulen 6f1f0691b8 Merge fx-team to m-c. 2013-09-09 16:30:03 -04:00
Gene Lian 0f3da7edee Bug 913436 - Gecko needs to return a proper error code when sending messages to non-FDN receivers. r=vicamo a=koi+ 2013-09-09 21:48:07 +08:00
Gene Lian a43f7058fb Backed out changeset 9f377abbf13e 2013-09-09 21:22:37 +08:00
Gene Lian 3471836472 Bug 913436 - Gecko needs to return a proper error code when sending messages to non-FDN receivers. r=vicamo a=koi+ 2013-09-09 21:00:45 +08:00
Chris Kitching abd1001920 Bug 794981 - Part 8: Add an annotation processor to the build process to generate the contents of part 5. r=kats, r=glandium 2013-09-09 08:57:37 -04:00
Chris Kitching 18c29be0b1 Bug 794981 - Part 1: Annotate Java methods that are to have JNI wrappers generated. r=kats 2013-09-09 08:57:36 -04:00
Michael Comella fa2c5e8fe1 Bug 912524: Do not reinflate SuggestionOptIn ViewStub. r=bnicholson 2013-09-10 10:00:47 -07:00
Margaret Leibovic e57f770a64 Bug 911828 - Treat clicks on SearchEngineRows differently than clicks on TwoLinePageRows in BrowserSearch. r=bnicholson 2013-09-04 15:10:13 -07:00
Mark Capella fcdad9b32f Bug 913756 - Text Selection Handles displayed from position in previously navigated screen, r=margaret 2013-09-09 17:48:19 -04:00
Sriram Ramasubramanian 6d0e4c0319 Bug 904172: Block content for thumbnails even before the cursor returns. [r=mfinkle] 2013-09-06 16:36:46 -07:00
Sriram Ramasubramanian 42ab84b1d1 Bug 872528: Password doorhanger is not shown in GB. [r=margaret] 2013-09-05 22:28:19 -07:00
Ryan VanderMeulen 10c13ed83a Merge m-c to inbound. 2013-09-11 22:20:33 -04:00
Nicholas Nethercote fbf85946b7 Bug 911641 (part 1) - Remove about:compartments, and show the compartment and ghost window lists into about:memory. r=johns.
--HG--
extra : rebase_source : c1ef005e272048e2eb84b20bafff15bcb5aae511
2013-09-03 20:05:17 -07:00
Ryan VanderMeulen e759b1bd9b Backed out 7 changesets (bug 906088) for robocop failures on a CLOSED TREE.
Backed out changeset c5b4781bd918 (bug 906088)
Backed out changeset a498d1641c16 (bug 906088)
Backed out changeset fcff9ef5cf7d (bug 906088)
Backed out changeset cf1603d47f6c (bug 906088)
Backed out changeset 8671264a5aaa (bug 906088)
Backed out changeset 01d6b977021f (bug 906088)
Backed out changeset 2910cc092c19 (bug 906088)
2013-09-11 14:45:12 -04:00
Nathan Froyd e0552f2a51 Bug 906088 - part 6 - update tests to use the new API; r=kats
Fixed testPrefsObserver to use the correct requestId for unregistering observers.
Changed all tests to use th same hexadecimal constant, per Kats's feedback.  Asking
for actual review now.  Local robocop testing shows the failing tests on try now pass
locally, so I'm assuming I have fixed the issues...
2013-09-04 09:58:32 -04:00
Nathan Froyd 3a9eefbd24 Bug 906088 - part 5 - send preference requests to JS through JNI and XPConnect rather than JSON; r=blassey,mfinkle
Small fix to notifyPrefObservers to call getPreferences with the new argument style.
Carrying over r+.
2013-09-04 09:58:23 -04:00
Nathan Froyd 9d5c5b9b33 Bug 906088 - part 4 - refactor browser.js's getPreferences function into a JSON frontend and a "raw" backend; r=mfinkle
This is a small patch, but I think it makes part 5 a little easier to understand.
In part five, we're going to be introducing XPCOM methods that browser.js needs to
implement.  That patch is going to require something very much like handlePreferencesRequest,
so just make it visible here and then part 5 should be much easier to understand.
2013-09-04 09:58:15 -04:00
Nathan Froyd 0d5414e952 Bug 906088 - part 1b - add ArrayList getPrefs method to PrefsHelper; r=bnicholson
Related to the last patch, this is the lone place where we transfer an ArrayList.
Just move the code into PrefsHelper in case anybody ever wants to do something similar.
2013-09-04 09:57:49 -04:00
Nathan Froyd 0b3cb176d8 Bug 906088 - part 1 - pass String[] to PrefsHelper.getPrefs wherever possible; r=blassey
We want JSONArray to go away, since we're going to be transferring strings via JNI.
2013-09-04 09:56:27 -04:00
Ryan VanderMeulen b1ff092f33 Backed out 10 changesets (bug 914944, bug 871445) for mochitest failures on a CLOSED TREE.
Backed out changeset a840638b5b18 (bug 914944)
Backed out changeset f40c7d5790bd (bug 914944)
Backed out changeset e1b288e29663 (bug 871445)
Backed out changeset 6242ddf7b6c7 (bug 871445)
Backed out changeset 7679185a8cf3 (bug 871445)
Backed out changeset 639ec7a627f8 (bug 871445)
Backed out changeset 93b050a79db4 (bug 871445)
Backed out changeset ec3382ceef99 (bug 871445)
Backed out changeset 51c0d5230306 (bug 871445)
Backed out changeset 76c9069bdb56 (bug 871445)
2013-09-11 11:45:51 -04:00