Commit Graph

6332 Commits

Author SHA1 Message Date
Chenxia Liu
c820daa64e Bug 892094 - Create "Search" page in settings. r=liuche
--HG--
rename : mobile/android/base/resources/xml/preferences_customize.xml => mobile/android/base/resources/xml-v11/preferences_customize.xml
rename : mobile/android/base/resources/xml/preferences_customize.xml => mobile/android/base/resources/xml/preferences_customize.xml.in
2013-07-16 10:09:28 -07:00
Nick Alexander
ad4bf5a643 Merge latest green mozilla-central to services-central. 2013-07-16 08:31:31 -07:00
Nick Alexander
8f4e859881 Bug 890040 - Protect against orphans in Android health report uploader. r=rnewman
This does two main things.  First, it tracks sets of obsolete document
IDs and retries obsoletes and deletes.  Second, it tracks document IDs
that are attempted to be written to the server for obsolescence or
deletion without waiting for a server response to prevent orphaning
documents on successful upload and failed response.

The ObsoleteDocumentTracker uses a JSON map to maintain obsolete
document IDs and priority values.  That's not the right data
structure; Bug 894194 tracks improving it.
2013-07-15 19:44:21 -07:00
Ed Morley
053ab5c255 Bug 851861 - Disable testOverscroll, testPanCorrectness, testAxisLocking, testLoad & testFlingCorrectness for intermittent failures
--HG--
extra : rebase_source : f7fe2bb1bbfea14fa930dba045f9bcba5ffaab8c
2013-08-02 15:51:48 +01:00
Mark Capella
61c18ec314 Bug 766359 - Background update of add-ons/addons: Make success notification/toast more informative 2013-08-01 20:55:23 -04:00
Ryan VanderMeulen
d2dee60bec Merge m-c to inbound. 2013-08-01 20:25:21 -04:00
Marco Castelluccio
15584bed99 Bug 777402 - Implement support for packaged apps via the installPackage function in the mozapps DOM API in desktop web runtime. r=myk,wesj,fabrice 2013-08-01 17:00:39 -07:00
Ryan VanderMeulen
501ddf3329 Merge m-c to fx-team. 2013-08-01 16:35:13 -04:00
Wes Johnston
e565e45338 Bug 895655 - Remove gecko object from pageactions messages. r=margaret 2013-08-01 15:45:44 -07:00
Mike Shal
98243213d9 Bug 748470 - Remove FORCE dependency from mobile/android/base; r=nalexander 2013-08-01 18:01:22 -04:00
Margaret Leibovic
2ef7a01f8d Bug 722902 - Make AMO more discoverable in the browser. r=mfinkle
--HG--
rename : mobile/android/themes/core/images/addons-amo-hdpi.png => mobile/android/themes/core/images/marketplace-logo.png
2013-08-01 09:31:49 -07:00
Michael Comella
70c0334f36 Bug 863347 - Remove about:home from default bookmarks. r=wesj
* * *
TEMP. Try getAllPagesList(..., -1);
2013-07-12 10:51:41 -07:00
Lucas Rocha
a4e251dede Bug 887268 - Open items from "tabs from last time" on a new tabs (r=bnicholson) 2013-07-12 22:51:29 +01:00
Lucas Rocha
719444d123 Bug 887268 - Use HomePager.OnUrlOpenListener in BrowserSearch (r=bnicholson) 2013-07-12 22:51:28 +01:00
Lucas Rocha
a0b36beef3 Bug 887268 - Allow passing an explicit EditingTarget to openUrl() (r=bnicholson) 2013-07-12 22:51:28 +01:00
Lucas Rocha
c87665bfa1 Bug 885353 - Don't focus entry and show keyboard on new tab (r=mfinkle) 2013-07-12 19:39:55 +01:00
Mark Capella
3c8854b33f Bug 892947 - [fig] Update ReaderList Status when removed via ContextMenu, r=lucasr 2013-07-12 13:34:54 -04:00
Mark Finkle
de90739feb Bug 886496 - When doing lazy tab restoration, set the <browser>s in question to display:none until restored (Part 2) r=bnicholson 2013-07-13 00:34:38 -04:00
Phil Ringnalda
ea4182bf42 Back out cf07667d28cb (bug 880259) for Android crashes, timeouts, test failures and misrenderings
CLOSED TREE
2013-07-12 17:20:26 -07:00
Sriram Ramasubramanian
e862121429 Bug 891105: Use AsyncTaskLoaders for thumbnails. [r=lucasr] 2013-07-09 16:24:38 -07:00
Lucas Rocha
486e1d053f Bug 881774 - Restore domain autocomplete on editing mode (r=wesj) 2013-07-11 14:46:44 +01:00
Lucas Rocha
175b851f5d Bug 891883 - Pop back stack when removing a HomePager's subpage (r=bnicholson) 2013-07-11 14:46:42 +01:00
Sriram Ramasubramanian
1ad9ddc329 Bug 881802: TopBookmarks should use EditBookmark dialog. [r=wesj] 2013-07-10 16:39:54 -07:00
Sriram Ramasubramanian
be250371f4 Bug 891636: BookmarksListView click is causing ClassCastException. [r=bnicholson] 2013-07-10 16:39:43 -07:00
Margaret Leibovic
77774bbbac merge m-c to fig 2013-07-10 15:21:53 -07:00
Lucas Rocha
d1946bbe4c Bug 891485 - Use SimpleCursorAdapter from Android's support library (r=margaret) 2013-07-09 23:26:05 +01:00
Lucas Rocha
6b0a5730b1 Bug 887244 - Style list view dividers in new about:home as per design (r=sriram) 2013-07-09 20:35:24 +01:00
Lucas Rocha
fd284e1c89 Bug 887244 - Fix typo in BaseListView style name (r=sriram) 2013-07-09 20:35:24 +01:00
Lucas Rocha
074310389b Bug 891092 - fontFamily should be defined in TwoLinePageRow's text appearance (r=sriram) 2013-07-08 23:05:51 +01:00
Lucas Rocha
666ded0d67 Bug 882715 - Implement history/last tabs buttons in VisitedPage (r=bnicholson) 2013-07-08 23:05:51 +01:00
Lucas Rocha
e673f60ae4 Bug 882715 - Pack home pager in a frame layout (r=bnicholson) 2013-07-08 23:05:50 +01:00
Lucas Rocha
b3cb483ddf Bug 882715 - Allow fragments to handle back button (r=bnicholson)
* * *
more
2013-07-08 23:05:27 +01:00
Lucas Rocha
19f3171dfe Bug 882716 - Implement "Last Tabs" page for new about:home (r=bnicholson) 2013-07-08 23:02:02 +01:00
Lucas Rocha
6bd93715ae Bug 882716 - Add getFaviconBytesForUrl() to BrowserDB (r=wesj) 2013-07-08 23:02:02 +01:00
Lucas Rocha
8a66c135eb Bug 882715 - Implement history page in new about:home (r=bnicholson) 2013-07-08 23:02:02 +01:00
Sriram Ramasubramanian
6c6c977d3a Bug 891098: Static LoadThumbnailsTask to avoid NPE. [r=bnicholson] 2013-07-08 14:16:19 -07:00
Shilpan Bhagat
2361fbc01e Bug 891048: Changing the id of GeckoTextView from being "awesome" to just "url". [r=sriram] 2013-07-08 12:29:22 -07:00
Sriram Ramasubramanian
f937333e2c Merge m-c to fig. [r=karma] 2013-07-03 17:08:31 -07:00
Margaret Leibovic
80687b1667 Bug 862798 - Add "Reading List" page to new about:home. r=bnicholson,sriram 2013-07-02 21:40:29 -07:00
Margaret Leibovic
45738f0918 Backed out changeset 7f1cfc8c84e8 2013-07-03 10:35:46 -07:00
Margaret Leibovic
9cdc9349cd Bug 862798 - Add "Reading List" page to new about:home. r=bnicholson,sriram 2013-07-02 21:40:29 -07:00
Sriram Ramasubramanian
3efeb41c71 Bug 889649: VisitedPage should use CursorAdapter. [r=margaret] 2013-07-02 16:27:28 -07:00
Sriram Ramasubramanian
74dd8c7d17 Bug 889646: BookmarksPage should be the landing page on new about:home. [r=margaret] 2013-07-02 16:19:01 -07:00
Sriram Ramasubramanian
18142b2170 Bug 889612: TopBookmarksAdapter should be controlled by the BookmarksPage fragment. [r=bnicholson] 2013-07-02 14:31:34 -07:00
Sriram Ramasubramanian
531d7e4a64 Bug 889612: BookmarksListAdapter should be controlled by the BookmarksPage fragment. [r=bnicholson] 2013-07-02 15:03:13 -07:00
Kartikaya Gupta
9f7502c9b9 Bug 892267 - Fix incorrect application of scaling the render offset. r=Cwiiis 2013-07-31 14:48:44 -04:00
Max Li
824886f0ac Bug 900011 - Set initial content description on Search or Go image button. r=sriram 2013-07-31 11:18:00 -04:00
Geoff Brown
a28541a571 Bug 899794 - Fix testSettingsMenuItems timing on RAZR; r=jmaher
--HG--
extra : rebase_source : 3dbec0198bcda6e78111e069f3a36d9668c9ac2e
2013-07-31 08:50:17 -07:00
Geoff Brown
e5760aec19 Bug 899614 - Make tab count check more robust in testNewTab; r=jmaher
--HG--
extra : rebase_source : 1e354f8d8d6d1b21c9b9af365dbfd605f8f4bc15
2013-07-31 08:50:14 -07:00
Geoff Brown
4fd1e31f01 Bug 899655 - Update robocop testShareLink for JB+; r=jmaher
--HG--
extra : rebase_source : 599441884b6dd1d44d218178d0736098a31b8bf8
2013-07-31 08:50:11 -07:00
Ed Morley
3d591629ad Merge mozilla-central and inbound 2013-07-31 14:25:28 +01:00
Ming
c7a9d0baae Bug 898044 - Remove unnecessary null check from GeckoApp.onSaveInstanceState. r=kats 2013-07-31 08:33:17 -04:00
Ed Morley
75f33f681b Merge latest green fx-team changeset and mozilla-central 2013-07-31 13:02:44 +01:00
Mike Hommey
2be0fa8ae5 Bug 899405 - Use gcc 4.7 as host compiler for Android builds. r=ted 2013-07-31 14:04:34 +09:00
Michael Comella
1cdfe5a157 Bug 893910 - Reset FHR submission failure count after timeout. r=rnewman
--HG--
extra : rebase_source : d63fe817b34f09bdb3322eef353e4c7fe7a3e1ac
2013-07-30 16:58:56 -07:00
Chris Kitching
16bf67b4ee Bug 899440 - Add localisation comment for search-with-selection context menu item r=margaret.leibovic
--HG--
extra : rebase_source : 4bd8613dd24fb5034ae995ea1d9323e1360bbf10
2013-07-30 14:53:00 -07:00
Marco Castelluccio
b52b1bf039 Bug 896555 - Remember requested permission for a session. r=mfinkle, r=wesj 2013-07-30 15:38:01 -04:00
Marco Castelluccio
50f99a7d61 Bug 832960 - Geolocation and desktop notification should require a manifest entry for apps on Android. r=mfinkle 2013-07-30 15:38:01 -04:00
Chenxia Liu
01a590c58a Bug 896992 - Activity looping if GeckoApp has been killed and Settings is launched from notification. r=kats 2013-07-30 11:45:25 -07:00
Brian Nicholson
7c0db772a5 Bug 878156 - Mark all startup tabs as external. r=mfinkle 2013-07-30 13:26:45 -04:00
Jim Chen
4e81038ebf Bug 895236 - Make URL bar inputType and imeOptions consistent. r=sriram 2013-07-19 21:20:47 -04:00
Richard Newman
7ccb487c44 Bug 895931 - Firefox for Android often warns about max sane launch timestamps. r=nalexander
--HG--
extra : rebase_source : c37198b9ee9233a4c41e208584a1b1414890170a
2013-07-19 13:59:42 -07:00
Nick Alexander
5b5fa021f8 Bug 892603 - Remove unused MOZ_APP_ICON and LINUX_BRANDING_FILES from mobile/android/base/Makefile.in. r=mfinkle
MOZ_APP_ICON was a Makefile dependency not mentioned elsewhere in the
tree.

The text `LINUX_BRANDING` does not appear in the tree.  There are no
references to `fennec_48x48.png` or `fennec_72x72.png` outside of
mobile/android/base/Makefile.in, and that file explicitly copies the
referenced files (so does not depend on the deleted export rules).

This leaves the relevant Makefile.in files empty, so we can remove
them.

--HG--
extra : rebase_source : a62f1571ba43a8c7171db9dab7c39346ae3577b1
2013-07-19 13:59:42 -07:00
Nick Alexander
b22672844b Bug 895670 - Remove SetupScreen and associated assets. r=mfinkle
--HG--
extra : rebase_source : 67e551da22e8490138a94cc303c1102ef49599e9
2013-07-19 13:59:42 -07:00
Nick Alexander
b01f7f6c59 Bug 896031 - Avoid javac warning-as-error. r=mfinkle
--HG--
extra : rebase_source : b62f50c97d5399c8d502fa87e5caf5efff489971
2013-07-19 13:59:40 -07:00
Margaret Leibovic
bd4d07bd21 Bug 885962 - Polish mixed content blocking UI. r=sriram 2013-07-18 20:03:46 -07:00
Adrian Tamas
efd29b8868 Bug 869277 - Rewrite the test to check the SearchEngine:Data data for the test engine add. r=gbrown 2013-07-17 12:37:14 +03:00
Chris Lord
76305364f5 Bug 886576 - Fix scrolling cancelling locked dynamic toolbar animations. r=kats
Move the margin animation-cancelling call into the margins-pinned check block
in LayerMarginsAnimator to make sure margin animations aren't cancelled by
scrolling when margins are locked.
2013-07-19 17:39:44 +01:00
Wes Johnston
b4d9092033 Bug 885783 - Attach webrtc to a foreground notification. r=bnicholson 2013-07-18 16:35:34 -07:00
Ed Morley
5f8d297c62 Backed out changeset 4303c1af09f6 (bug 895409) for Android 2.2 reftest failures on a CLOSED TREE 2013-07-19 11:27:04 +01:00
Wes Kocher
cffbb20fc9 Backout 111b3d84c479 (bug 885962) for Android bustage on a CLOSED TREE
--HG--
rename : mobile/android/base/resources/drawable-mdpi/lock_identified.png => mobile/android/base/resources/drawable-mdpi/site_security_identified.png
rename : mobile/android/base/resources/drawable-mdpi/lock_verified.png => mobile/android/base/resources/drawable-mdpi/site_security_verified.png
extra : amend_source : aff11fe057de12ee7ec2fff8814a78b415d6554a
2013-07-18 21:31:44 -07:00
Sriram Ramasubramanian
1efbe84c71 Bug 888032: Restrict favicon size to 32dp in TopBookmarksView. [r=wesj] 2013-06-27 15:01:27 -07:00
Sriram Ramasubramanian
ae141aa43d Bug 888039: Use support library's CursorAdapter to use swapCursor(). [r=margaret] 2013-07-01 11:20:27 -07:00
Sriram Ramasubramanian
9aa31371e7 Bug 887985: TopBookmarksView should use cursor loaders. [r=lucasr] 2013-06-27 14:41:28 -07:00
Sriram Ramasubramanian
6dcb334802 Bug 887982: BookmarksListView should use cursor loaders. [r=lucasr] 2013-06-27 14:39:33 -07:00
Sriram Ramasubramanian
d7e5d9b93c Bug 885481: Add the folder name as an item in the BookmarksListView. [r=bnicholson] 2013-07-01 10:59:36 -07:00
Margaret Leibovic
8285df6e2e Bug 885962 - Polish mixed content blocking UI. r=sriram 2013-07-18 20:03:46 -07:00
James Willcox
cd9bbe366c Bug 895409 - Enable SkiaGL canvas on Android r=blassey 2013-07-03 10:06:52 -04:00
Brian Nicholson
3405019fa0 Bug 876765 - Part 4: Fix search suggestion opt-in prompt focus behavior. r=lucsar 2013-07-15 14:36:14 -07:00
Brian Nicholson
3c7a4e5845 Bug 876765 - Part 3: Enable navigating to search suggestions with gamepad. r=lucasr 2013-07-15 14:36:13 -07:00
Brian Nicholson
7a2bf8c612 Bug 876765 - Part 2: Give buttons a focusable state in AwesomeScreen. r=lucasr 2013-07-15 14:36:13 -07:00
Brian Nicholson
b6c82978aa Bug 876765 - Part 1: Factor out search view into SearchEngineRow. r=lucasr
--HG--
rename : mobile/android/base/resources/layout/awesomebar_suggestion_row.xml => mobile/android/base/resources/layout/search_engine_row.xml
rename : mobile/android/base/resources/layout/awesomebar_suggestion_item.xml => mobile/android/base/resources/layout/suggestion_item.xml
2013-07-15 14:36:13 -07:00
Brad Lassey
626ccd359e bug 893968 - LaunchState locking isn't actually locking anything useful r=kats 2013-07-15 15:36:00 -04:00
Brian Nicholson
989b629648 Bug 851373 - Have Tabs use the application context instead of the activity. r=rnewman 2013-07-15 12:12:15 -07:00
Sriram Ramasubramanian
3dca94d8f4 Bug 890006: Dynamic toolbar scrolling causing BrowserToolbar to show its background. [r=mfinkle] 2013-07-15 11:43:17 -07:00
Brad Lassey
d30c945b21 bug 880259 - Firefox should use GeckoView r=mfinkle 2013-07-10 13:25:49 -04:00
Sriram Ramasubramanian
7c8e1376bd Bug 885821: Crop factor of thumbnails in BookmarksThumbnailView. [r=wesj] 2013-06-21 16:57:24 -07:00
Sriram Ramasubramanian
3b375a8441 Bug 888039: NSME on visited page due to swapCursor(). [r=margaret] 2013-06-28 10:56:35 -07:00
Sriram Ramasubramanian
21caccc07c Bug 888034: No rounded corners on dominant colored backgrounds on BookmarkThumbnailView. [r=margaret]
--HG--
extra : rebase_source : 2b6d640d426d4e1eda6460c26a8f673c7ab6c563
2013-06-28 11:08:34 -07:00
Margaret Leibovic
dc4ef2fcbb Bug 888011 - Create different package name for fig so it can be installed beside nightly. r=mfinkle 2013-06-28 09:03:50 -07:00
Margaret Leibovic
dcca09a7a2 Backed out changeset 3901245dd341 2013-06-28 09:02:19 -07:00
Margaret Leibovic
ee4da2e2db Bug 888011 - Create different package name for fig so it can be installed beside nightly. r=mfinkle 2013-06-27 15:42:17 -07:00
Mark Capella
7638f6aa42 Bug 887930 - [fig] Open in New Tab from context menu switches to tab, r=sriram, f=margaret 2013-06-27 18:06:49 -04:00
Sriram Ramasubramanian
35c6cefab7 Bug 885485: Add scrolling to BookmarksListView when scrolled from a scrollable header. [r=lucasr] 2013-06-21 14:18:30 -07:00
Sriram Ramasubramanian
f713faa7a9 Bug 882365: Add TopBookmarksView as a header to BookmarksListView. [r=lucasr] 2013-06-24 11:03:28 -07:00
Sriram Ramasubramanian
e7926adcdb Bug 886504: ClassNotFoundException on Search engine row. [r=lucasr] 2013-06-24 13:45:11 -07:00
Lucas Rocha
d850f098a7 Bug 882715 - Define a background_light pre-defined color (r=sriram) 2013-06-25 20:00:38 +01:00
Sriram Ramasubramanian
a389ea0bb8 Bug 885519: Favicon query should set the Thumbnail's isThumbnail to false. [r=lucasr] 2013-06-24 11:55:35 -07:00
Sriram Ramasubramanian
59f958fdf6 Bug 885519: Show favicons if there is no thumbnail available. [r=lucasr] 2013-06-21 16:47:40 -07:00
Lucas Rocha
478e6ae1d3 Bug 884896 - Only expose home's public API when strictly necessary (r=sriram) 2013-06-25 18:04:00 +01:00
Lucas Rocha
f7b2104c23 Bug 884896 - Move all search-related classes to home package (r=sriram)
--HG--
rename : mobile/android/base/BrowserSearch.java => mobile/android/base/home/BrowserSearch.java
rename : mobile/android/base/SearchEngine.java => mobile/android/base/home/SearchEngine.java
rename : mobile/android/base/SearchEngineRow.java => mobile/android/base/home/SearchEngineRow.java
rename : mobile/android/base/SimpleCursorLoader.java => mobile/android/base/home/SimpleCursorLoader.java
rename : mobile/android/base/SuggestClient.java => mobile/android/base/home/SuggestClient.java
2013-06-25 18:00:09 +01:00
Lucas Rocha
aef0e34bda Bug 884398 - Don't keep reference to inflater after BrowserSearch detachment (r=bnicholson) 2013-06-25 17:51:57 +01:00
Lucas Rocha
909a2a8ec6 Bug 884398 - Use private/anonymous listener for item clicks in BrowserSearch (r=bnicholson) 2013-06-25 17:51:57 +01:00
Lucas Rocha
d1e8ac1487 Bug 862794 - Implement Visited page in about:home (r=bnicholson) 2013-06-25 17:51:57 +01:00
Lucas Rocha
40db803614 Bug 862794 - Factor out the code for handling favicon loaders (r=bnicholson) 2013-06-25 17:51:57 +01:00
Lucas Rocha
03dbd51680 Bug 884901 - Remove unnecessary super.onCreateView() call from BookmarksPage (r=sriram) 2013-06-25 11:58:53 +01:00
Nick Alexander
c5800c188a Merge s-c to m-i. 2013-07-18 17:41:17 -07:00
Nick Alexander
6de273c614 Bug 895635 - Make RES_DRAWABLE parallel to other RES_* in mobile/android/base/Makefile.in. r=blassey 2013-07-18 15:09:03 -07:00
Nick Alexander
8461a557cb Bug 895146 - Remove Android Sync support for profile migration. r=rnewman 2013-07-18 11:45:09 -07:00
Brad Lassey
2e8c88b744 bug 871863 - Guest mode for browsing r=mfinkle
--HG--
extra : rebase_source : e2e3fa0a72699d4fffe68b0aaefa7f1eeb196a80
2013-07-18 19:43:34 +01:00
Nick Alexander
5f532410d8 Merge s-c into m-i. 2013-07-18 14:15:46 -07:00
Benoit Girard
9cca89434d Bug 873378 - Add a limit on mobile of 20 layers per container layer. r=roc 2013-07-16 16:17:18 -04:00
Brian Nicholson
dc9febbae0 Bug 887655 - Revert hiding the download notification on completion. r=margaret 2013-07-18 12:12:38 -07:00
Brian Nicholson
36f8586ceb Bug 894087 - Fix 24-bit color detection. r=Cwiiis 2013-07-18 12:09:01 -07:00
Max Li
c0c1025be0 Bug 895000 - Set content descriptions on page action buttons. r=wesj 2013-07-18 14:50:42 -04:00
Michael Boon
d7c06dea92 Bug 872576 - Stop using deprecated for each ... in. r=mleibovic 2013-07-18 10:31:51 -04:00
Jim Chen
6c84e39125 Bug 886508 - Work around Google gesture keyboard quirk. r=cpeterson 2013-07-18 10:20:34 -04:00
Nathan Froyd
64842611f8 Bug 897407 - package JS shell for all android builds; r=gps 2013-07-24 12:53:43 -04:00
Ryan VanderMeulen
34238c722c Merge m-c to inbound. 2013-07-26 01:24:55 -04:00
Ryan VanderMeulen
10a360b66f Backed out changesets 4f35e943f939 and da5fa63e90cb (bug 896250) for causing frequent OSX debug asserts on a CLOSED TREE. 2013-07-26 01:22:40 -04:00
Dave Hylands
650bec4a8c Bug 896250 - Set layers to 1 for android, since 20 causes reftest to fail. r=joe 2013-07-25 12:41:13 -07:00
Mark Finkle
eba820179f Bug 897505 - crash in java.lang.NullPointerException: at org.mozilla.gecko.BrowserApp6.onBitmapFound(BrowserApp.java) r=sriram 2013-07-25 08:33:38 -04:00
Brian Nicholson
162dba6fb3 Bug 890515 - Purge 0-byte favicons and thumbnails from the database. r=rnewman
--HG--
extra : rebase_source : 0061324295111da592e2f543fa67f0042c005000
2013-07-24 22:08:42 -07:00
Mark Capella
bcae12953a Bug 886587 - Remove profile migrator, r=gcp, f=rnewman 2013-07-24 18:50:26 -04:00
Ryan VanderMeulen
81cd2d8d35 Backed out changeset decc061fbd43 (bug 896555) for possible causing robocop-2 failures in testDoorHanger.
CLOSED TREE
2013-07-24 14:30:57 -04:00
Ryan VanderMeulen
cc689f734d Backed out changeset fef7cf65b4e7 (bug 832960) for making bug 857240 perma-fail. 2013-07-24 11:49:00 -04:00
Ryan VanderMeulen
20fabd9691 Merge m-c to inbound. 2013-07-25 21:59:02 -04:00
Geoff Brown
287af825d6 Bug 897970 - Fix robocop testBookmark for x86/JB; r=jmaher 2013-07-25 17:38:10 -07:00
Shane Tully
698ced1b77 Bug 897561 - Bump target Android SDK to 16. r=cpeterson
--HG--
extra : rebase_source : c7cedc9047106c292a03b8c6733fd47b8cac89f7
2013-07-24 19:21:00 -07:00
Max Li
dec1b1843d Bug 886076 - Part 2: Support movement by granularity in AccessFu. r=eeejay 2013-07-24 17:52:57 -04:00
Nick Alexander
f37aeaf3b5 Bug 898296 - Search for Android SDK build tools version 18.0.0. r=gps
This patch also tries to verify that the tools are actually found
early in the configure process, rather than failing with difficult to
parse errors at the end of the build.

Since the Android developer tools are defined earlier in the build
process, we can remove a work-around needed for |make install|.
2013-07-30 09:15:50 -07:00
Wes Johnston
10f0f363ee Bug 895709 - Kill guest mode profile when we start in non-guest mode. r=blassey 2013-07-30 09:05:25 -07:00
Kartikaya Gupta
fb8cd07441 Bug 899421 - Rename getArguments so that FennecInstrumentationTestRunner is compatible with Android API level 18. r=gbrown 2013-07-30 11:13:34 -04:00
Margaret Leibovic
e12dc9659c Bug 897235 - Remove unused AlertsService.js. r=wesj 2013-07-29 15:49:19 -07:00
Margaret Leibovic
c1bab87b5c Bug 896048 - Don't show site identity info when a page has loaded mixed content. r=wesj 2013-07-29 15:49:16 -07:00
Ryan VanderMeulen
2ef7a9892a Merge m-c to inbound. 2013-07-29 18:42:45 -04:00
Ryan VanderMeulen
747adc4200 Merge m-c to fx-team. 2013-07-29 17:27:08 -04:00
Tomoaki Konno
f7cd8c637c Bug 797561 - Expose a server tcp socket API to web applications r=honza 2013-07-29 10:36:43 -07:00
Ed Morley
b651dfa6b0 Merge latest green fx-team changeset and mozilla-central 2013-07-29 15:16:29 +01:00
Chris Kitching
be8d84a3fa Bug 897123 - Make GeckoAppShell.pumpMessageLoop waste less CPU time r=jchen
--HG--
extra : rebase_source : 7d5ffa3f2b9d29ff245886c40f4083e7451daec1
2013-07-26 12:02:00 -07:00
Chris Kitching
46e44b47cd Bug 828254 - Add context menu item to query default search provider using selection. r=mleibovic 2013-07-29 12:17:32 -04:00
Mark Capella
759883d61c Bug 896764 - Initially populate Find in Page string with current text selection, r=margaret 2013-07-28 16:36:47 -04:00
Adrian Tamas
dbb2d0d4e4 Bug 869277 - Follow-up patch to remove todo_is assertion and make the test more reliable. r=gbrown 2013-07-23 16:13:48 +03:00
Trevor Saunders
64dbc43c4d backout bug 886526 because it probably made us use a lot more memory to link on windows 2013-07-29 11:03:21 -04:00
Sriram Ramasubramanian
3fe5075b20 Bug 885590: BookmarksListView should use a CursorAdapter. [r=margaret] 2013-06-20 16:40:45 -07:00
Sriram Ramasubramanian
51d5f9454d Bug 882365: Header count recalibaration for click events. [r=lucasr] 2013-06-18 15:12:14 -07:00
Sriram Ramasubramanian
bbb587bb65 Bug 882365: Add a border to TopBookmarkItemView if its showing a thumbnail. [r=lucasr] 2013-06-19 13:04:08 -07:00
Sriram Ramasubramanian
3a70ca0d37 Bug 882365: Add a top bookmarks section grid view. [r=lucasr] 2013-06-20 11:45:58 -07:00
Sriram Ramasubramanian
8219e68ce3 Bug 884004: DexClassLoader should use context's class loader. [r=kats]
--HG--
extra : rebase_source : 286e9df9b9154c5f968b6eacfcb5f176371abb46
2013-06-17 12:55:01 -07:00
Scott Johnson
b2de439519 Bug 808173: Add a switch for reflow-on-zoom to not activate when non-text elements are the target of a double-tap event. [r=kats] 2013-08-08 12:22:26 -05:00
Brad Lassey
c0960f9abc bug 894313 - GeckoThread should own its own static instance r=kats
--HG--
extra : rebase_source : bf7fdb0a4bd399c4edcc2046ed4c232b41a3827b
2013-08-08 09:02:02 -04:00
Chenxia Liu
6fdfdb1377 Bug 901038 - Follow-up: Update remote debugging url to new doc. r=sriram 2013-08-07 15:48:33 -07:00
Wes Johnston
64d11262d8 Bug 901821 - Use correct doc when handling clicks in error pages. r=mfinkle 2013-08-07 15:22:10 -07:00
Ryan VanderMeulen
0d3342271d Merge m-c to fx-team. 2013-08-07 14:46:19 -04:00
Michael Comella
a2f85a47fb Bug 901622 - Invalidate ProfileInformationCache by bumping version. r=rnewman 2013-08-07 09:28:10 -07:00
Adrian May
34d47e3229 Bug 899167 - Change 'SelectedText' to 'TextSelection' and move handling from browser.js to TextSelection.js, r=margaret 2013-08-06 16:58:41 -04:00
Ryan VanderMeulen
f211f91ef3 Backed out 2 changesets (bug 901151, bug 788073) for suspected robocop-2 orange.
Backed out changeset 6e7a45127e07 (bug 901151)
Backed out changeset bf050e52851f (bug 788073)
2013-08-06 15:28:46 -04:00
Wes Johnston
4516b5748c Bug 901151 - Set source when firing mouse events. r=kats 2013-08-06 09:37:28 -07:00
Wes Johnston
5669cbe8b0 Bug 788073 - Use platform touch fluffing on Android. r=kats 2013-08-06 09:37:27 -07:00
Ryan VanderMeulen
caabb03b5d Merge m-c to fx-team. 2013-08-06 10:16:50 -04:00
Gian-Carlo Pascutto
2caf81507c Bug 772280 - Abort text selection if the selection is far off the click point. r=margaret 2013-08-06 10:38:32 +02:00
Ryan VanderMeulen
bed2e900e1 Merge m-c to fx-team. 2013-08-05 23:22:11 -04:00
Shane Tully
62bdac3830 Bug 901163 - Rename "Wallpaper:Set" message to match the function of "Set Image As". r=mleibovic 2013-08-05 14:21:28 -07:00
Ryan VanderMeulen
03f1e9ee4f Merge m-c to inbound. 2013-08-05 20:00:43 -04:00
Ryan VanderMeulen
8fbbb10186 Merge fx-team to m-c. 2013-08-05 19:52:46 -04:00
Wes Johnston
adbe7839cf Bug 901408 - Use correct resolveGeckoURI function. r=margaret 2013-08-05 14:14:23 -07:00
Bhavana Bajaj
80a67bd18b Merging in version bump NO BUG 2013-08-05 11:06:54 -07:00
Carsten "Tomcat" Book
c7c707deba Merge m-i to m-c 2013-08-05 11:18:59 +02:00
Wes Johnston
c5020a3cb5 Bug 878416 - Allow file picker result to be null. r=liuche 2013-08-05 10:21:24 -07:00
Chris Kitching
08519b79f3 Bug 898151 - Add informational graphic to search engine customisation menu. r=liuche 2013-08-05 08:40:09 -07:00
Chris Kitching
d517bf8c58 Bug 892113 - Unbreak and clean up testAddSearchEngine. r=liuche 2013-08-05 08:39:32 -07:00
Chris Kitching
6e17621b50 Bug 892113 - Dialog to manage installed search providers. r=liuche 2013-08-05 08:39:29 -07:00
Tim Taubert
88d787e673 Backed out changeset aa054b0f118b (bug 892113) 2013-08-03 04:15:01 -07:00
Tim Taubert
f998d680b7 Backed out changeset aa3a115f998b (bug 898151) 2013-08-03 04:14:59 -07:00
Tim Taubert
13a53b661f Backed out changeset 7c080e5f472b (bug 895423) 2013-08-03 04:14:58 -07:00
Wes Johnston
074e9e3735 Bug 900608 - New strings for guest sessions. r=mfinkle 2013-08-02 22:26:40 -07:00
Chris Kitching
ee720b353b Bug 895423 - Use a FaviconView to display the icons for the customise search menu. r=liuche 2013-08-02 22:02:05 -07:00
Chris Kitching
9079e2d060 Bug 898151 - Add informational graphic to search engine customisation menu. r=liuche 2013-08-02 22:01:11 -07:00
Chris Kitching
9fcfd19453 Bug 892113 - Dialog to manage installed search providers. r=liuche 2013-08-02 22:00:13 -07:00
Shilpan Bhagat
5547d6537d Bug 886996 - Set as wallpaper now sets wallpapers using a chooser. r=margaret 2013-08-02 13:33:30 -07:00
Benoit Girard
5d7998f39f Bug 873378 - Add a limit on mobile of 20 layers per container layer. r=roc 2013-07-16 16:17:18 -04:00
Shane Tully
04621d26da Bug 901818 - Only enable Android backend for Contacts API on Nightly builds. r=reuben 2013-08-06 14:30:21 -07:00
Ryan VanderMeulen
7c6cdde735 Merge m-c to inbound. 2013-08-06 17:07:23 -04:00
Sriram Ramasubramanian
e2c29d61be Bug 889562: Action-mode not showing in Android 4.3 [r=mfinkle] 2013-08-01 15:39:21 -07:00
Chris Peterson
272c09331b Bug 900316 - Enable geolocation reporting for non-GSM Android devices. r=blassey r=hanno 2013-08-01 16:14:42 -07:00
Wes Johnston
00e61e639b Bug 901129 - Remove XUL Fennec's MOZ_ONLY_TOUCH_EVENTS flag. r=kats 2013-08-05 10:32:01 -07:00
Geoff Brown
7690f7ee38 Bug 900823 - Avoid long waits in testMasterPassword; r=jmaher 2013-08-02 20:25:30 -07:00
Sriram Ramasubramanian
7ec826918c Bug 883300: Remove URL listener from BookmarksPage. [r=margaret] 2013-06-14 13:07:18 -07:00
Sriram Ramasubramanian
05aaea323a Bug 883300: BookmarksListView's minor documentation. [r=margaret] 2013-06-14 12:14:46 -07:00
Sriram Ramasubramanian
1143a7354b Bug 883300: Make BookmarksListView a class of its own. [r=margaret] 2013-06-14 12:00:59 -07:00
Sriram Ramasubramanian
a3e790a538 Bug 883300: Add an XML layout for the boomarks page. [r=margaret] 2013-06-14 11:58:30 -07:00
Lucas Rocha
a41afee369 Bug 881780 - Change BrowserSearch to inherit from HomeFragment (r=sriram) 2013-06-14 17:44:00 +01:00
Lucas Rocha
864650f2c3 Bug 881780 - Merge item click listener into BookmarksPage (r=sriram) 2013-06-14 17:35:12 +01:00
Lucas Rocha
1333a89731 Bug 881780 - Move ContextMenu creation handling to HomeFragment (r=sriram) 2013-06-14 17:35:11 +01:00
Lucas Rocha
b0f07ae8f5 Bug 871642/881780 - Move touch handling from BookmarksPage to HomeListView (r=sriram) 2013-06-14 17:35:05 +01:00
Lucas Rocha
5cbfdaa674 Bug 881780 - Make favicon and bookmark type optional in HomeContextMenuInfo (r=sriram) 2013-06-14 17:33:24 +01:00
Lucas Rocha
cee6ecddca Bug 882081 - Restore bookmark indicator in TwoLinePageRow (r=sriram) 2013-06-14 17:26:36 +01:00
Lucas Rocha
8015b0c5cc Bug 882612 - Update star/reader icons for the page rows (r=sriram) 2013-06-14 17:07:37 +01:00
Lucas Rocha
324de409f8 Bug 882735 - Force recreation of children once favicons are loaded (r=bnicholson) 2013-06-14 10:01:25 +01:00
Lucas Rocha
05ba7ba319 Bug 881777 - Adjust favicon margins in SearchEngineRow (r=sriram) 2013-06-13 16:58:47 +01:00