Commit Graph

6444 Commits

Author SHA1 Message Date
Carsten "Tomcat" Book
7afee8566b merge mozilla-inbound to mozilla-central 2014-02-28 14:31:00 +01:00
Richard Newman
37b73fb52a Bug 969637 - NullPointerException in org.mozilla.gecko.GeckoConnectivityReceiver.start. r=wesj 2014-02-27 12:32:34 -08:00
Brian Nicholson
041c5acbd3 Bug 962103 - Make progress bar overlap content. r=lucasr 2014-02-27 14:12:11 -08:00
Brad Lassey
d9849195e5 bug 977677 - GeckoView can't access some resources it needs r=snorp 2014-02-27 12:19:06 -05:00
Kartikaya Gupta
34865cf049 Bug 912238 - Ignore exceptions that are thrown after calling System.exit. r=mfinkle 2014-02-27 08:49:51 -05:00
Josh Dover
7393d9ce58 Bug 966047 - Hide banner when there are no panels enabled. r=mleibovic 2014-02-24 17:05:52 -08:00
Ryan VanderMeulen
bd214454e7 Merge m-c to inbound. 2014-02-27 17:33:47 -05:00
Jim Chen
981fc4db21 Bug 968409 - Run InputConnection tests on IC thread; r=cpeterson r=mcomella 2014-02-27 16:17:56 -05:00
Jim Chen
cf5bc6a579 Bug 968409 - Add testInputConnection with basic tests; r=cpeterson r=mcomella 2014-02-27 16:17:56 -05:00
Jim Chen
de61c44444 Bug 968409 - Add TextInputHelper for UITests; r=mcomella 2014-02-27 16:17:55 -05:00
Jim Chen
66d1211396 Bug 968409 - Add GeckoViewComponent for UITests; r=mcomella 2014-02-27 16:17:55 -05:00
Jim Chen
f7435ca215 Bug 968409 - Add FrameworkHelper for UITests; r=mcomella 2014-02-27 16:17:55 -05:00
Jim Chen
5b37a42a60 Bug 968409 - Add assertNotEquals method; r=mcomella 2014-02-27 16:17:54 -05:00
Wesley Johnston
1a5db9c1f5 Bug 959742 - Close dialogs when inputs change if there are no buttons on the dialog. r=bnicholson 2014-02-06 16:26:00 -08:00
Wes Johnston
33f83c1758 Bug 963208 - Use a factory for GeckoEvents. r=kats 2014-02-28 12:25:30 -08:00
Lucas Rocha
f6f2d6b0d5 Bug 981676 - Backout progress bar refinements from bugs 980438/962103 (r=mfinkle) 2014-03-13 12:57:51 -04:00
Margaret Leibovic
3e8c13807c backout 7c458c70cd5c for suspected talos regression 2014-03-13 07:48:57 -07:00
Margaret Leibovic
5bf6ed5073 backout 4bc6027f5638 for causing bug 978741 2014-03-05 12:21:22 -08:00
Margaret Leibovic
8846766a7a backout 9ee8634f70dc because it didn't work 2014-03-05 12:21:20 -08:00
Geoff Brown
a3dd74fccb Bug 967704 - Disable a few tests on Android 2.3 for intermittent failures 2014-03-20 17:16:40 -06:00
Wes Kocher
30f4638ed7 Backed out changeset e82cb49c7a8d (bug 959742) for android test bustage 2014-02-26 14:37:57 -08:00
Wesley Johnston
af605323df Bug 959742 - Auto close lists if they don't have any buttons on them. r=bnicholson 2014-02-06 16:26:00 -08:00
Ryan VanderMeulen
de3682eb87 Backed out the rest of bug 959742. 2014-02-26 15:32:10 -05:00
Wes Johnston
8bfb2792e1 backout b0fd368ba5ec (Bug 959742) for build bustage 2014-02-26 11:32:33 -08:00
Wesley Johnston
68c9262096 Bug 959742 - Auto close lists if they don't have any buttons on them. r=bnicholson 2014-02-06 16:26:00 -08:00
Brian Nicholson
8275ad7aca Bug 969492 - Follow-up naming fix. r=lucasr 2014-02-26 11:06:21 -08:00
Brian Nicholson
5d7247fdd7 Bug 969492 - Use 10% as the load progress reset state. r=lucasr 2014-02-26 11:02:21 -08:00
Brian Nicholson
ebf9204092 Bug 969492 - Move LOAD_PROGRESS constants into Tab. r=lucasr 2014-02-26 11:02:21 -08:00
Wes Kocher
774b85e488 Merge m-c to fx-team 2014-02-25 20:38:33 -08:00
Wes Kocher
4b2c29ea00 Merge inbound to m-c
--HG--
rename : mobile/android/chrome/content/PluginHelper.js => browser/metro/base/content/contenthandlers/PluginHelper.js
2014-02-25 20:09:33 -08:00
Nick Alexander
c10b58c3e8 Bug 975504 - Add filtered_resources to AndroidEclipseProjectData. r=bnicholson 2014-02-25 15:59:31 -08:00
Richard Newman
ac89d3726f Bug 947939 - Part 2: transaction handling in deletes and updates, more efficient bulk updates. r=nalexander 2014-02-25 12:27:54 -08:00
Richard Newman
e89fbbd823 Bug 947939 - Part 1: reimplement cleanupSomeDeletedRecords. r=nalexander 2014-02-25 12:27:54 -08:00
Richard Newman
a727f26a38 Bug 947939 - Part 0: general cleanup in BrowserProvider. r=nalexander 2014-02-25 12:27:53 -08:00
Wesley Johnston
10bfb0a173 Bug 973045 - Add a tabbed box input type for prompts. r=bnicholson 2014-02-06 16:24:00 -08:00
Richard Newman
3cc987bf79 Bug 975792 - ContentProvider tests don't clean up their cursors. r=nalexander
* * *
Bug 975792 - Follow-up: attempting to fix bustage that only appears on tinderbox. a=test-only
* * *
Bug 975792 - Follow-up: y u fail, test?
2014-02-23 10:53:10 -08:00
Wesley Johnston
57fc82bb98 Bug 973036 - Create an intent chooser dialog class. r=bnicholson 2014-02-06 16:21:00 -08:00
Margaret Leibovic
ac72b79dbf Bug 976175 - Initialize home_pager_container view to GONE. r=lucasr 2014-02-25 09:40:59 -08:00
Margaret Leibovic
708964f4e3 Bug 976176 - Clear animations before trying to hide home banner on pre-honeycomb devices. r=lucsar 2014-02-25 09:40:56 -08:00
Wes Johnston
6836771e3b Bug 974286 - Remove mSelected from PromptListAdapter. r=bnicholson 2014-02-25 08:55:14 -08:00
Carsten "Tomcat" Book
ba5a0fa512 Merge mozilla-central to fx-team on a CLOSED TREE 2014-02-25 15:42:32 +01:00
Lucas Rocha
e2344229e4 Bug 975198 - Don't use default favicon as placeholder in PanelItemView (r=margaret) 2014-02-25 13:32:59 +00:00
Kartikaya Gupta
0a7ab784fa Bug 976160 - Log exceptions from EventDispatcher.sendResponse and sendError instead of eating them. r=wesj 2014-02-25 08:19:41 -05:00
Josh Dover
c4a9d96b4d Bug 920791 - Hide banner when keyboard is focused. r=margaret 2014-02-21 11:13:55 -08:00
Carsten "Tomcat" Book
4735423511 Backed out changeset 9122f3be8c3a (bug 975792) for frequent test failures on a CLOSED TREE 2014-02-25 13:35:57 +01:00
Carsten "Tomcat" Book
d22576b34d Backed out changeset efa293b98893 (bug 975792) for frequent failures on a CLOSED TREE 2014-02-25 13:35:41 +01:00
Carsten "Tomcat" Book
168bdc9673 Backed out changeset f3aa442c84e4 (bug 976418) for frequent test failures on a CLOSED TREE 2014-02-25 13:35:18 +01:00
Lucas Rocha
498bf937fb Bug 972351 - Factor URL handling into PanelViewUrlHandler (r=margaret) 2014-02-25 10:41:57 +00:00
Brian Nicholson
dc81487a29 Bug 976033 - Make menu item drawable mutable. r=wesj 2014-02-24 21:05:49 -08:00
Wesley Johnston
8b70073f44 Bug 973013 - Pull PromptListAdapter into its own class. r=bnicholson 2014-02-06 16:16:00 -08:00
Wesley Johnston
cddf65eb6f Bug 973013 - Pull PromptListItem into its own class. r=bnicholson 2014-02-06 16:13:00 -08:00
Richard Newman
11b09e5feb Bug 976418 - Amend CursorDumper to log BLOBs. a=test-only 2014-02-24 20:26:51 -08:00
Nick Alexander
60bffe2072 Bug 975152 - Part 2: Make Fennec* projects sort nicely in Eclipse. r=bnicholson
This orders projects like:

Fennec
FennecResources
FennecResourcesBranding
...

which is in order of expected use.
2014-02-24 18:14:05 -08:00
Nick Alexander
0184f3901f Bug 975152 - Part 1: Include CrashReporter resources in Android Eclipse projects. r=bnicholson
The set of resources of all the Android library projects are processed
at once.  That means that the bi-directional dependency between the main
project resources and the crash reporter resources causes no build time
problems.  Therefore, this patch moves all the main project resources
into a library project (FennecResources) and adds an optional additional
library project (FennecCrashReporterResources).
2014-02-24 18:14:04 -08:00
Richard Newman
4a79b60791 Bug 975792 - Follow-up: blindly copy CursorDumper into Robocop tests. r=me 2014-02-24 16:52:13 -08:00
Brian Nicholson
f429b94a34 Bug 963249 - Override MenuItemsAdapter#areAllItemsEnabled to always be true. r=wesj 2014-02-24 12:45:44 -08:00
Richard Newman
c8eaf0b2b9 Bug 975792 - ContentProvider tests don't clean up their cursors. r=nalexander
* * *
Bug 975792 - Follow-up: attempting to fix bustage that only appears on tinderbox. a=test-only
* * *
Bug 975792 - Follow-up: y u fail, test?
2014-02-23 10:53:10 -08:00
Wes Johnston
9af214a35d backout 95849d209a1f (Bug 975525) for crashes. r=backout 2014-02-24 08:44:56 -08:00
Ed Morley
a20dbea084 Merge mozilla-central and fx-team 2014-02-24 15:51:40 +00:00
Ed Morley
2035c99c9a Backed out changeset 49a1923db9be (bug 975792) for frequent robocop failures 2014-02-24 15:45:31 +00:00
Ed Morley
39fa62918f Backed out changeset 1f6450d61d3f (bug 975792) 2014-02-24 15:45:04 +00:00
Richard Newman
07d6123f82 Bug 975792 - Follow-up: attempting to fix bustage that only appears on tinderbox. a=test-only 2014-02-23 12:47:26 -08:00
Richard Newman
7152f9a75b Bug 975792 - ContentProvider tests don't clean up their cursors. r=nalexander 2014-02-23 10:53:10 -08:00
Murph Finnicum
1ce8abf0d7 Bug 974001 - Allow HelperApps to return results if requested. r=wesj 2014-02-24 09:57:31 -05:00
Lucas Rocha
6ee4a5a8aa Bug 975357 - Initialize HomeConfigInvalidator in GeckoApplication.onCreate() (r=margaret) 2014-02-24 10:19:13 +00:00
Ryan VanderMeulen
0a359611a1 Merge m-c to inbound. 2014-02-25 15:28:35 -05:00
Martyn Haigh
34a1f3a40c Bug 970201 - Change manifestUrl to manifestURL in WebapManager._autoUpdates aData argument. r=wesj 2014-02-18 16:54:08 +00:00
Richard Newman
d768f13301 Bug 975774 - Part 26: clean up imports in GeckoApp. r=trivial 2014-02-22 19:53:02 -08:00
Richard Newman
9e275769ab Bug 975774 - Part 25: clean up imports in preferences/. r=trivial 2014-02-22 19:53:02 -08:00
Richard Newman
50b4ae88db Bug 975774 - Part 24: clean up imports in menu/. r=trivial 2014-02-22 19:53:01 -08:00
Richard Newman
6d57311743 Bug 975774 - Part 23: clean up imports in home/. r=trivial 2014-02-22 19:53:01 -08:00
Richard Newman
e273a3f8b7 Bug 975774 - Part 22: clean up imports in Prompt. r=trivial 2014-02-22 19:53:01 -08:00
Richard Newman
b2c2ab3ebb Bug 975774 - Part 20: clean up imports in HomeProvider. r=trivial 2014-02-22 19:53:00 -08:00
Richard Newman
0804ea54cb Bug 975774 - Part 19: clean up imports in Tab. r=trivial 2014-02-22 19:53:00 -08:00
Richard Newman
e507e77710 Bug 975774 - Part 18: clean up imports in PanelManager. r=trivial 2014-02-22 19:52:59 -08:00
Richard Newman
6f7ba894cf Bug 975774 - Part 17: clean up imports in GeckoAppShell. r=trivial 2014-02-22 19:52:59 -08:00
Richard Newman
6cfcaf7ab7 Bug 975774 - Part 16: clean up imports in LocalBrowserDB. r=trivial 2014-02-22 19:52:59 -08:00
Richard Newman
563a039811 Bug 975774 - Part 15: clean up imports in DataReportingNotification. r=trivial 2014-02-22 19:52:58 -08:00
Richard Newman
5e8d02c871 Bug 975774 - Part 14: clean up imports in ContactService. r=trivial 2014-02-22 19:52:58 -08:00
Richard Newman
34d516e3c7 Bug 975774 - Part 13: clean up imports in ColorPickerInput. r=trivial 2014-02-22 19:52:57 -08:00
Richard Newman
6f81453e13 Bug 975774 - Part 12: clean up imports in ButtonToast. r=trivial 2014-02-22 19:52:57 -08:00
Richard Newman
861d827ec9 Bug 975774 - Part 11: clean up imports in BrowserToolbar. r=trivial 2014-02-22 19:52:57 -08:00
Richard Newman
b9000cb3db Bug 975774 - Part 10: clean up imports in BrowserHealthRecorder. r=trivial 2014-02-22 19:52:56 -08:00
Richard Newman
177da916d6 Bug 975774 - Part 9: clean up imports in BrowserDB. r=trivial 2014-02-22 19:52:56 -08:00
Richard Newman
95dbfcd7e4 Bug 975774 - Part 8: clean up imports in BrowserApp. r=trivial 2014-02-22 19:52:56 -08:00
Richard Newman
0f88f52d18 Bug 975774 - Part 7: clean up imports in BookmarksListView. r=trivial 2014-02-22 19:52:56 -08:00
Richard Newman
9395a8d6b6 Bug 975774 - Part 6: clean up imports in BitmapUtils. r=trivial 2014-02-22 19:52:55 -08:00
Richard Newman
7bae45e2e3 Bug 975774 - Part 5: clean up imports in Axis. r=trivial 2014-02-22 19:52:55 -08:00
Richard Newman
2e79ec09c3 Bug 975774 - Part 4: clean up imports in Allocator. r=trivial 2014-02-22 19:52:55 -08:00
Richard Newman
a4f0a68d8f Bug 975774 - Part 2: clean up imports in ActionModeCompatView. r=trivial 2014-02-22 19:52:54 -08:00
Richard Newman
aa18b0010d Bug 975774 - Part 1: clean up imports in ANRReporter. r=trivial 2014-02-22 19:52:53 -08:00
Margaret Leibovic
2a5cd1bdcc Bug 975173 - (Part 3) Declare local variables as final in getDrawable. r=jdover 2014-02-22 09:41:30 -08:00
Margaret Leibovic
bd300c0347 Bug 975173 - (Part 2) Always call BitmapLoader.onBitmapFound on the UI thread. r=bnicholson 2014-02-22 09:41:30 -08:00
Margaret Leibovic
58e0313595 Bug 975173 - (Part 1) Make sure HomeBanner only touches views on the main thread. r=bnicholson 2014-02-22 09:41:30 -08:00
Eugen Sawin
50d8a2fbf3 Bug 971012 - Use onConfigurationChange for screen orientation change. r=snorp 2014-02-20 18:50:18 +01:00
Wes Johnston
d83b4a9eaf Bug 975525 - Refresh action mode buttons when activities are uninstalled. r=mfinkle 2014-02-21 13:56:40 -08:00
Josh Dover
e4309011ee Bug 960359: (4/4) Update HomeBanner test for new implementation. r=margaret 2014-02-20 16:12:04 -08:00
Josh Dover
75dbe095d2 Bug 960359: (3/4) Display HomeBanner on default page and animate. r=margaret 2014-02-13 15:47:17 -08:00
Josh Dover
9b610f86fb Bug 960359: (2/4) Control HomeBanner visibility from home_pager_container. r=margaret 2014-02-13 15:43:48 -08:00
Josh Dover
e79b36333b Bug 960359: (1/4) Remove HomeBanner from TopSitesPanel. r=margaret 2014-02-13 15:41:08 -08:00
Margaret Leibovic
0243173eb3 Bug 839885 - Update the selected tab style before calling setSelection. r=lucasr 2014-02-21 11:20:37 -08:00
Lucas Rocha
5a6f77714d Bug 974598 - Handle locale changes immediately in HomeConfigInvalidator (r=margaret) 2014-02-21 10:50:15 +00:00
Lucas Rocha
80c98a3435 Bug 968172 - Trigger a full refresh when locale changes (r=rnewman) 2014-02-21 10:47:45 +00:00
Lucas Rocha
871a2991e9 Bug 968172 - Ensure consistent locale string on onLocaleReady() calls (r=rnewman) 2014-02-21 10:47:44 +00:00
Lucas Rocha
62e1559d87 Bug 968172 - Rename PREFS_KEY constant to PREFS_CONFIG_KEY (r=rnewman) 2014-02-21 10:47:44 +00:00
Lucas Rocha
779f59b36a Bug 968172 - Don't invalidate HomePager in onLocaleReady (r=margaret) 2014-02-21 10:47:44 +00:00
Lucas Rocha
e0c2d96875 Bug 972306 - Rename HomePanels:Refresh to HomePanels:Update (r=margaret) 2014-02-21 10:33:59 +00:00
Lucas Rocha
a16f45f7a6 Bug 972306 - Change HomePanels:Uninstall to take an id (r=margaret) 2014-02-21 10:33:59 +00:00
Lucas Rocha
23f1bf973d Bug 972306 - Rename HomePanels:Remove to HomePanels:Uninstall (r=margaret) 2014-02-21 10:33:58 +00:00
Brian Nicholson
9376f5dfbb Bug 965453 - Add submenu for bookmarks. r=wesj 2014-02-20 21:27:04 -08:00
Brian Nicholson
e15c9d8385 Bug 965453 - Remove arrow from secondary submenu items. r=wesj 2014-02-20 21:27:04 -08:00
Josh Dover
4f3f868636 Bug 942295 - Add basic filter support to Hub panels. r=lucasr 2014-02-05 11:00:06 -08:00
Chenxia Liu
55f8d9a076 Bug 950698 - Change the text for the tip for adding more search providers from Settings->Customize->Search settings. r=bnicholson 2014-02-20 13:11:25 -08:00
Chenxia Liu
2f8a210663 Bug 950698 - Part 0: Use formatted strings for image. r=bnicholson 2014-02-20 13:11:24 -08:00
Kartikaya Gupta
59cc705f53 Bug 960146. r=kats,wesj 2014-02-20 09:36:48 -05:00
Lucas Rocha
25a15a3610 Bug 973666 - Rename TwoLinePageRow.Description style to TwoLinePageRow.Url (r=margaret) 2014-02-20 11:03:37 +00:00
Lucas Rocha
041606d858 Bug 973666 - Remove unnecessary TwoLineRow view (r=margaret)
--HG--
rename : mobile/android/base/resources/layout/two_line_row.xml => mobile/android/base/resources/layout/two_line_page_row.xml
2014-02-20 10:54:18 +00:00
Veeti Paananen
583fc0629c Bug 950826 - Kitkat theme for super toasts. r=wesj 2013-12-22 07:16:29 +02:00
Wes Johnston
bb6bdc158e Bug 952582 - Disable bookmarking in Guest mode. r=mcomella 2014-02-19 13:08:43 -08:00
Wes Johnston
ae34d199f0 Bug 958109 - Wrap prompt inputs so that we can add padding around them. r=margaret 2014-02-18 13:20:00 -08:00
Richard Newman
b539cd6314 Bug 974291 - Correctly handle deleted items in getItemFlags. r=bnicholson 2014-02-19 10:53:24 -08:00
Lucas Rocha
0bea4cb73f Bug 973667 - Remove unnecessary HomeGridView style (r=margaret) 2014-02-19 20:51:27 +00:00
Lucas Rocha
21c959b948 Bug 973670 - Draw selector on top in PanelGridView (r=margaret) 2014-02-19 20:44:28 +00:00
Lucas Rocha
616324ce91 Bug 970247 - Stub the ButtonToast view (r=wesj) 2014-02-19 17:56:03 +00:00
Wes Johnston
2f426fb3de Bug 974179 - "Backout patch to hide menus in editing mode" [r=mark.finkle] 2014-02-18 16:09:00 -08:00
Lucas Rocha
b50a914858 Bug 966022 - Use ItemType to define panel view items (r=margaret) 2014-02-19 17:37:00 +00:00
Lucas Rocha
33c48b0c1a Bug 966022 - Generalize text appearance style for titles and descriptions (r=margaret) 2014-02-19 17:36:59 +00:00
Lucas Rocha
5e4c607655 Bug 966022 - Introduce ItemType into HomeConfig/Home.jsm (r=margaret) 2014-02-19 17:36:59 +00:00
Richard Newman
2701729b53 Bug 917942 - Create a JS interface to Sync configuration. r=margaret 2014-02-18 19:20:27 -08:00
Margaret Leibovic
a6baabe81e Bug 970372 - Invalidate LocalBrowserDB cache when bookmarks content changes are observed. r=lucasr 2014-02-18 21:33:01 -08:00
Wes Kocher
144b249db9 Backed out changeset f51db1b6c9a6 (bug 917942) for android rc4 bustage 2014-02-18 21:11:46 -08:00
Richard Newman
97566f6a01 Bug 917942 - Create a JS interface to Sync configuration. r=margaret 2014-02-18 19:20:27 -08:00
Josh Dover
615adf2978 Bug 972879 - Only dim system UI on SDK >= 14. r=lucasr 2014-02-18 09:18:44 -08:00
Josh Dover
dcc0491e2d Bug 966489 - Use string resource for display name to match searchable. r=bnicholson 2014-02-13 18:16:30 -08:00
Wesley Johnston
c3721e31eb Bug 972327 - Inflate actionbar at startup on tablets. r=mfinkle 2014-02-13 20:43:00 -08:00
Nick Alexander
4109da3c38 Bug 973807 - Fixes to AndroidEclipse build backend. r=me
Largest changes: run mach less frequently and add build logging.
2014-02-18 00:08:41 -08:00
Lucas Rocha
1bc44ce653 Bug 971735 - Remove element using iterator while looping in ArrayList (r=wesj) 2014-02-17 11:07:53 +00:00
Phil Ringnalda
3207eea72f Back out a12e6c2e9535 (bug 972327) for not actually building
CLOSED TREE
2014-02-16 10:33:54 -08:00
Wesley Johnston
41c1e57baa Bug 972327 - Inflate actionmode items on startup for tablets. r=mfinkle 2014-02-13 20:43:00 -08:00
Margaret Leibovic
c80b27185d Bug 963561 - Split testHomeBanner into smaller test methods. r=mcomella 2014-02-14 16:51:44 -08:00
Margaret Leibovic
3ed0707047 Bug 963561 - Test case for new home banner dismiss handler. r=mcomella 2014-02-14 16:51:44 -08:00
Margaret Leibovic
a2b224a6ae Bug 963561 - Notify Home.banner consumers when a message is dismissed. r=wesj 2014-02-14 16:51:43 -08:00
Brian Nicholson
2a48c2258d Bug 970081 - Use Activity context instead of Application context for UI. r=mfinkle 2014-02-14 15:12:31 -08:00
Joshua Dover
a2b40c3365 Bug 953272: Add selected attribute for prompts with multichoice. r=wesj 2014-01-09 12:15:07 -08:00
p0ff
882e102cff Bug 968908 - PromptInputs should return an Object not a String. r=wesj 2014-02-13 14:14:24 -05:00
Wes Johnston
bc5686d9c3 Bug 970506 - Break up FilePicker and ActivityHandlerHelper. r=lucasr
--HG--
rename : mobile/android/base/ActivityHandlerHelper.java => mobile/android/base/FilePicker.java
2014-02-14 12:02:05 -08:00
Wesley Johnston
b67558cc70 Bug 971939 - Use native Android intent chooser for FilePicker [r=lucasr] 2014-02-13 12:06:00 -08:00
Wesley Johnston
4ece281fee Bug 971939 - Rename FilePickresulthandler to avoid confusion [r=lucasr] 2014-02-12 22:56:00 -08:00
Wesley Johnston
b4a40fa10e Bug 971939 - Combine all FileResultHandlers into one [r=lucasr] 2014-02-13 08:17:00 -08:00
Michael Comella
381886f6da Bug 947550 - Wait for Gecko:DelayedStartup in testAboutHomePageNavigation. r=margaret 2014-02-04 18:57:54 -08:00
Margaret Leibovic
f268d5655e Bug 935264 - Add more test cases to testHomeBanner (and update it to use UITest). r=mcomella 2014-02-14 11:02:12 -08:00
Margaret Leibovic
41bf15281d Bug 958111 - Disable assertion in testFindInPage. r=gbrown 2014-02-14 11:02:08 -08:00
Robin Ricard
6523e7ec80 Bug 958111 - "Find in Page" on Android should zoom in on the highlighted result. r=margaret 2014-02-14 11:02:05 -08:00
Michael Comella
085d5a8e11 Bug 938824: Create and set SuggestClient in testing without reflection. r=nalexander 2014-02-14 09:46:55 -08:00
Ryan VanderMeulen
68383a28c8 Backed out changesets d3855e27cb32, 6ac71c1149a5, and b8d0cbe94d15 (bug 971939) for Android bustage.
CLOSED TREE
2014-02-14 12:13:07 -05:00
Sola Ogunsakin
a62c7478f8 Bug 961238 - Make an abstract ContentProvider class. r=margaret 2014-01-20 07:38:18 -08:00
Sebastian Kaspari
bcdbd307b4 Bug 944142 - Implement NavigationHelper.goForward for phones. r=mcomella 2014-02-14 11:52:13 -05:00
Wes Johnston
0c2132c111 Bug 971939 - Use a native intent chooser for the FilePicker. r=lucasr 2014-02-14 08:24:11 -08:00
Wes Johnston
cc3e9aff30 Bug 971939 - Rename FileResultHandler to avoid confusion. r=lucasr 2014-02-14 08:24:10 -08:00
Wes Johnston
8e9da759b5 Bug 971939 - Combine FilePickerResultHandlers into a single implementation. r=lucasr 2014-02-14 08:24:10 -08:00
Wes Johnston
b86214b50f Bug 946344 - Remove GeckoEventResponder. r=mfinkle,blassey,kats
--HG--
rename : mobile/android/base/util/EventDispatcher.java => mobile/android/base/EventDispatcher.java
2014-02-11 09:16:00 -08:00
Ryan VanderMeulen
74b0c9951b Merge inbound to m-c. 2014-02-14 08:54:12 -05:00
Nick Alexander
e96865087e Bug 853045 - Part 4: Add Android Eclipse projects to moz.build files. r=gps 2014-02-13 22:19:50 -08:00
Ryan VanderMeulen
1e1750c692 Backed out changeset 27a790bd9a90 (bug 968908) for Android bustage. 2014-02-13 14:47:12 -05:00
p0ff
91b793a84e Bug 968908 - PromptInputs should return an Object not a String. r=wesj 2014-02-13 14:14:24 -05:00
Lucas Rocha
42cfc9fc92 Bug 968573 - Use ViewConfig's item handler to define url opener flags (r=margaret) 2014-02-13 18:42:34 +00:00
Lucas Rocha
ae0f5adadc Bug 968573 - Introduce ItemHandler into HomeConfig/Home.jsm (r=margaret) 2014-02-13 18:42:33 +00:00
Lucas Rocha
13ea7ab563 Bug 972046 - Rename home_empty*page.xml layouts to home_empty*panel.xml (r=margaret)
--HG--
rename : mobile/android/base/resources/layout/home_empty_page.xml => mobile/android/base/resources/layout/home_empty_panel.xml
rename : mobile/android/base/resources/layout/home_empty_reading_page.xml => mobile/android/base/resources/layout/home_empty_reading_panel.xml
2014-02-13 17:12:41 +00:00
Sola Ogunsakin
5c69487441 Bug 965361 - Show firefox watermark when you hide all panels in about:home (r=lucasr) 2014-02-12 21:52:47 -08:00
Ryan VanderMeulen
b9ec37c0dc Backed out changeset 346678134a33 (bug 965361) for Android test bustage.
CLOSED TREE
2014-02-13 11:54:37 -05:00
Sola Ogunsakin
c83afde2ba Bug 965361 - Show firefox watermark when you hide all panels in about:home (r=lucasr) 2014-02-12 21:52:47 -08:00
Lucas Rocha
bcd64a7265 Bug 971745 - Ignore Back presses while initial bookmark list is loading (r=mfinkle) 2014-02-13 11:53:39 +00:00
Lucas Rocha
a5e5d77b99 Bug 935542 - Unset site selection listener when PinSiteDialog gets destroyed (r=mfinkle) 2014-02-13 11:48:56 +00:00
Lucas Rocha
c7d4334ec4 Bug 935542 - PinSiteDialog fragment should be owned by TopSitesPanel (r=mfinkle) 2014-02-13 11:48:56 +00:00
Lucas Rocha
a16cb91d73 Bug 968170 - Only refresh all HomeConfig entries when requested (r=margaret) 2014-02-13 11:46:25 +00:00
Lucas Rocha
7d77666147 Bug 968170 - Factor out method to replace a PanelConfig in a list (r=margaret) 2014-02-13 11:46:25 +00:00
Lucas Rocha
8588506603 Bug 968170 - Remove unused DELETED state from PanelConfig (r=margaret) 2014-02-13 11:46:25 +00:00
Lucas Rocha
111df1d823 Bug 968170 - Change HomeConfigInvalidator to operate on pending changes (r=margaret) 2014-02-13 11:46:25 +00:00
Lucas Rocha
c05e8efc3f Bug 968170 - Use base class for ConcurrentLinkedQueue (r=margaret) 2014-02-13 11:46:24 +00:00
Brian Nicholson
f773440fdb Bug 970719 - Animate progress bar to end of the screen. r=lucasr 2014-02-12 21:47:11 -08:00
Margaret Leibovic
13cb611078 Bug 961773 - (Part 2) Check to make sure a panel is in the adapter before setting it as the current item in HomePager. r=lucasr 2014-02-12 14:42:35 -08:00
Richard Newman
dc8a47a6ed Bug 959833 - Re-land pngcrushed images that were mistakenly undone by e624202c4fdf in Bug 969227. a=borked 2014-02-12 13:31:51 -08:00
Ryan VanderMeulen
acaaa6bfd2 Merge m-c to fx-team. 2014-02-12 15:59:34 -05:00
Richard Newman
c45d14d382 Bug 972613 - In-memory sync rate limiting. r=trivial 2014-02-13 19:46:24 -08:00
Richard Newman
ec363e88b5 Bug 958900 - Backoff handling and periodic syncing for FxAccountSyncAdapter. r=nalexander 2014-02-13 19:46:23 -08:00
Mark Finkle
7678c907da Bug 971873 - ProxySelector references String.isEmpty(), which is API level 9 r=bnicholson 2014-02-13 22:10:43 -05:00
Brian Nicholson
c84b12ea0a Bug 971413 - Send Reader:Removed as response to Reader:Remove. r=lucasr 2014-02-13 15:58:07 -08:00
Richard Newman
61503c762c Bug 970604 - Tab loads hit the DB twice when once will do. r=bnicholson 2014-02-12 11:50:35 -08:00
Ryan VanderMeulen
53195ed6e8 Backed out changeset 3761b11b90f0 (bug 970247) for robocop NPEs (again).
CLOSED TREE
2014-02-12 13:37:13 -05:00
Brian Nicholson
7603ce9757 Bug 944374. r=blassey 2014-02-12 09:51:33 -08:00
Lucas Rocha
bf108d31e9 Bug 970247 - Stub the ButtonToast view (r=wesj) 2014-02-12 17:45:34 +00:00
Ryan VanderMeulen
0e1e9e9832 Backed out changeset 03bf10b236ea (bug 970247) for robocop NPEs.
CLOSED TREE
2014-02-12 11:50:28 -05:00
Lucas Rocha
415e09133d Bug 970247 - Stub the ButtonToast view (r=wesj) 2014-02-12 15:40:39 +00:00
Ryan VanderMeulen
5364ffe4bf Merge m-c to fx-team on a CLOSED TREE. 2014-02-12 09:07:12 -05:00
Ryan VanderMeulen
8a97c5bb49 Backed out changeset bb5701078d13 (bug 961238) for likely troboprovider bustage. 2014-02-12 09:02:46 -05:00
Ryan VanderMeulen
f62f94ad2a Merge m-c to fx-team on a CLOSED TREE. 2014-02-12 08:40:19 -05:00
Ryan VanderMeulen
1c3ab347d5 Merge inbound to m-c. 2014-02-12 08:37:35 -05:00
Lucas Rocha
59a3b10e9a Bug 970702 - Collapse image space when PanelListRow has no imageUrl (r=margaret) 2014-02-12 11:54:21 +00:00
Richard Newman
64d6769eb7 Bug 969227 - Handle X-Backoff headers. r=nalexander 2014-02-11 22:10:40 -08:00
Nick Alexander
318dbba684 Bug 938821 - Part 10: Remove reflection from ContentProviderTest. r=mcomella 2014-02-11 18:10:07 -08:00
Nick Alexander
d846196649 Bug 938821 - Part 9: Remove reflection from ContentProviderTest.authority. r=mcomella 2014-02-11 18:10:07 -08:00
Nick Alexander
86120f33bf Bug 938821 - Part 8: Remove reflection from ContentProviderTest.appendUriParam. r=mcomella 2014-02-11 18:10:07 -08:00
Nick Alexander
c45cb35802 Bug 938821 - Part 7: Remove ContentProviderTest.get*Column reflection. r=mcomella 2014-02-11 18:10:07 -08:00
Nick Alexander
c78a52035e Bug 938821 - Part 6: Remove loadContractInfo madness from testBrowserProviderPerf. r=mcomella 2014-02-11 18:10:06 -08:00
Nick Alexander
4da0964925 Bug 938821 - Part 5: Remove loadContractInfo madness from testBrowserProvider. r=mcomella 2014-02-11 18:10:06 -08:00
Nick Alexander
a74e1437b0 Bug 938821 - Part 4: Remove GUID constants. r=mcomella 2014-02-11 18:10:06 -08:00
Nick Alexander
501a4c6714 Bug 938821 - Part 3: Remove ContentProviderTest.getContentUri. r=mcomella 2014-02-11 18:10:06 -08:00
Nick Alexander
80549761b0 Bug 938821 - Part 2: Remove getContentUri and get*Column from testHomeListsProvider. r=mcomella
This is rather artificial: since the test is currently disabled it
merely needs to compile.
2014-02-11 18:10:05 -08:00
Nick Alexander
3c10bcf9c4 Bug 938821 - Part 1: Remove java.lang.reflect imports from SessionTest. r=mcomella 2014-02-11 18:10:05 -08:00
Nick Alexander
84a8801e29 Bug 969922 - Part 3: Don't use Solo.getView(String). r=mcomella 2014-02-11 18:08:56 -08:00
Nick Alexander
8c0e0c7863 Bug 969922 - Part 2: Replace Driver.findElement(Activity, String) with (Activity, int). r=mcomella 2014-02-11 18:08:56 -08:00
Nick Alexander
5ab96396dc Bug 969922 - Pre: Close cursor. r=mcomella 2014-02-11 18:08:56 -08:00
Sola Ogunsakin
a82dcdc207 Bug 961238 - Make an abstract ContentProvider class. r=margaret 2014-01-20 07:38:18 -08:00
Richard Newman
8a43601132 Bug 969965 - avoid testUITelemetry dependency on telemetry being enabled. r=mfinkle 2014-02-11 09:39:40 -08:00
Richard Newman
58d9334c9b Bug 959833 - Use pngquant for PNG size reduction. r=mfinkle 2014-02-10 20:11:40 -08:00
Brian Nicholson
f703172f4b Bug 968738 - Don't short-circuit most tab updates if the URL is the same. r=rnewman 2014-02-10 18:08:03 -08:00
Brad Lassey
ba3e5908bb bug 951959 - GeckoScreenOrientationListener is invoked hundreds of times during page load r=rnewman 2014-01-14 22:46:26 -08:00
Wes Kocher
1b42ed7a59 Backed out changeset bb4254c72efb (bug 961238) for robocop1 bustage on a CLOSED TREE 2014-02-10 15:52:52 -08:00
Sola Ogunsakin
f9b2cd78c2 Bug 961238 - Make an abstract ContentProvider class. r=margaret 2014-01-20 07:38:18 -08:00
Chris Peterson
7dd412c2c2 Bug 950237 - Upgrade Fennec's geolocation data collection to current format. r=blassey 2014-02-06 20:25:35 -08:00
Myk Melez
cd3ce6c91b bug 934760 - implement synthetic APK update flow; r=wesj 2014-02-07 23:50:13 -08:00
Lucas Rocha
f1f42ff250 Bug 969445 - Don't show progress bar in about:privatebrowsing (r=mfinkle) 2014-02-07 20:03:42 +00:00
Mark Finkle
7705fbde4d Bug 958517 - Create a 'Page' menu and move some of the URL context menu actions there (test changes) r=lucasr 2014-02-07 14:49:35 -05:00
Mark Finkle
2ba8b9636c Bug 958517 - Create a 'Page' menu and move some of the URL context menu actions there r=lucasr 2014-02-07 14:49:32 -05:00
Ryan VanderMeulen
394ed67dc4 Merge m-c to fx-team. 2014-02-07 14:43:45 -05:00
Ryan VanderMeulen
4635913456 Merge inbound to m-c. 2014-02-07 14:22:17 -05:00
Lucas Rocha
c1e872eb77 Bug 966866 - Correctly update SiteIdentityPopup for MIXED_CONTENT_BLOCKED (r=margaret) 2014-02-07 19:21:28 +00:00
Chenxia Liu
3b41ea16d7 Bug 968180 - Favicons in URL bar are not fetched after changing an option in settings menu (backout bug 934658). r=mfinkle 2014-02-07 10:42:04 -08:00
Lucas Rocha
c91a2fadc5 Bug 969316 - Use description column instead of url in PanelListRow (r=margaret) 2014-02-07 17:06:47 +00:00
Lucas Rocha
44ca5510fa Bug 968878 - Misc tweaks in PanelGridView's layout (r=margaret) 2014-02-07 15:22:45 +00:00
Lucas Rocha
e2f2b42ea9 Bug 968735 - Don't use 'm' prefix for non-member variables (r=liuche) 2014-02-07 13:34:09 +00:00
Lucas Rocha
90e778326f Bug 968735 - Rename displayPanelConfig() to displayHomeConfig() (r=liuche) 2014-02-07 13:34:08 +00:00
Lucas Rocha
92b2c31da3 Bug 964508 - Rename TwoLineRow members and move icon code to TwoLinePageRow (r=margaret) 2014-02-07 13:29:40 +00:00
Carsten "Tomcat" Book
e3aafe9e11 merge fx-team to mozilla-central 2014-02-07 09:52:32 +01:00
Margaret Leibovic
1ddc12a8ce Bug 964447 - Add sync APIs to HomeProvider. r=mcomella 2014-02-06 18:08:07 -08:00
Wes Kocher
86f62c4c20 Backed out changeset 71118c075821 (bug 947550) r=margaret on a CLOSED TREE 2014-02-06 16:50:43 -08:00
Wes Johnston
9a04e40830 Backed out changeset 60651784715f (bug 967254) r=margaret 2014-02-06 15:13:27 -08:00
Wes Johnston
3307fa6b1b Backed out changeset 2c2c426e4afe (bug 784759) r=margaret 2014-02-06 15:12:59 -08:00
Lucas Rocha
76ece06da1 Bug 963046 - Remove unused imports from PanelListRow (r=margaret) 2014-02-06 21:06:39 +00:00
Lucas Rocha
5198a32d66 Bug 963046 - Use Picasso to load images in PanelListRow and PanelGridItemView (r=margaret) 2014-02-06 21:06:39 +00:00
Lucas Rocha
231b83b5c0 Bug 963046 - Add image_url column to HomeProvider's fake items (r=margaret) 2014-02-06 21:06:39 +00:00
Lucas Rocha
e8633436b2 Bug 963046 - Use HomeItems DB constract in PanelListRow (r=margaret) 2014-02-06 21:06:39 +00:00
Lucas Rocha
f424e24a26 Bug 963046 - Add Picasso image loading library to the tree (r=nalexander) 2014-02-06 21:06:38 +00:00
Geoff Brown
3112675caf Bug 948387 - Avoid intermittent NPE in testAddSearchEngine; r=wesj 2014-02-04 23:47:00 -07:00
Carsten "Tomcat" Book
bc44ee255c Merge mozilla-central to fx-team 2014-02-06 13:27:21 +01:00
Carsten "Tomcat" Book
117533e244 merge fx-team to mozilla-central 2014-02-06 12:51:21 +01:00
Lucas Rocha
2051750fb8 Bug 909550 - Lazy-inflate TabsPanel once the first pageload is finished (r=mfinkle) 2014-02-06 08:59:50 +00:00
Brian Nicholson
7ab064ef5d Bug 965137 - Replace SessionStore pageshow listener with DOMTitleChanged listener. r=mfinkle 2014-02-05 23:47:51 -08:00
Sola Ogunsakin
42784703ce Bug 968084 - Context menu doesn't appear on list entries in Top Sites section. r=margaret 2014-02-05 11:44:16 -08:00
Sebastian Kaspari
0c91ea0db5 Bug 946352 - Remove go button workaround in ToolbarComponent.commitEditingMode. r=mcomella 2014-02-05 17:14:17 -05:00