Commit Graph

14842 Commits

Author SHA1 Message Date
Ryan VanderMeulen
79910dd5bf Merge m-c to inbound. a=merge
CLOSED TREE
2014-09-24 16:08:33 -04:00
Ryan VanderMeulen
36c25772d1 Merge fx-team to m-c. a=merge 2014-09-24 15:58:32 -04:00
Jim Chen
c665929ae2 Bug 1066760 - Redirect mozalloc_abort through Java exception handling; r=snorp 2014-09-24 14:12:54 -04:00
Lucas Rocha
74f29b3efa BUg 1061508 - Use FadedTextView in the toolbar (r=bnicholson) 2014-09-24 18:27:44 +01:00
Lucas Rocha
2059131d15 Bug 1061508 - Change FadedTextView to be a ThemedTextView (r=bnicholson) 2014-09-24 18:27:43 +01:00
Lucas Rocha
71a69470a5 Bug 1072414 - Use outsideOverlay scrollbar style in pre-search UI (r=margaret) 2014-09-24 18:25:44 +01:00
Carsten "Tomcat" Book
07d60492f6 Backed out changeset cc4d456a02e7 (bug 1065306) for breaking Android nightlys 2014-09-24 08:30:54 +02:00
Carsten "Tomcat" Book
380df73272 Backed out changeset 7a1c2d387052 (bug 1065306) 2014-09-24 08:30:35 +02:00
Carsten "Tomcat" Book
5eb8e199bc Backed out changeset c4ecd64d8b95 (bug 1065306) 2014-09-24 08:30:30 +02:00
Nick Alexander
48a60fa21f Bug 1065306 - Part 4: Write localized res/raw-*/browsersearch.json. r=mshal 2014-09-23 09:52:47 -07:00
Nick Alexander
2df6dc950f Bug 1065306 - Part 2: Extract generated_file_template. r=mshal
This was essentially mechanical: s/$/$$/; s/suggestedsites/$(1)/; move
libs realchrome:: and GARBAGE rules into template.

I feel like there should be a more direct form of $$($(1)), but I can't
think of it.
2014-09-23 09:52:45 -07:00
Nick Alexander
43e25d468d Bug 1065306 - Part 1: s/suggestedsites-json/suggestedsites/. r=mshal
This is a mechanical change.  In future, we will probably want to
generate files not named like res/raw/file.json.  I'm not going to
handle res/not-raw right now; but I am going to handle not-file.json.
This smoothes that path.
2014-09-23 09:52:44 -07:00
Margaret Leibovic
635afe2d63 Bug 1071022 - Make Yahoo default search engine r=mfinkle 2014-09-23 14:01:13 -07:00
Martyn Haigh
a70326e54f Bug 1056920 - Create grid based layout for tabs (r=lucasr) 2014-09-23 15:06:36 +01:00
Manu Jain
9a48d8100f Bug 1061944 - Clicking link loses text selection on Android before content script click listener runs. r=margaret 2014-09-22 15:09:00 -04:00
Margaret Leibovic
973944275f Bug 1051973 - Refine appearance of suggestions/search history items. r=wesj 2014-09-22 17:46:29 -07:00
Margaret Leibovic
aa8dcf6d38 Bug 965377 - Add android:summary to preferences_customize_tablet.xml. r=liuche 2014-09-22 17:40:37 -07:00
Margaret Leibovic
c1672710ae Bug 965377 - Add android:summary text to settings. r=liuche 2014-09-22 17:36:41 -07:00
Margaret Leibovic
449785d103 Bug 1060470 - Handle orientation changes in search activity. r=lucasr 2014-09-22 16:04:44 -07:00
vivek
9a6e799e54 Bug 1066062 - Remove "source" from about:feedback submission. r=margaret 2014-09-22 16:00:01 -07:00
Brian Nicholson
696c189f1f Bug 1030896 - Add swipe-to-dismiss to PreSearchFragment list. r=margaret 2014-09-22 15:20:31 -07:00
Brian Nicholson
e74295936a Bug 1030896 - Fixes to SwipeDismissListViewTouchListener. r=margaret 2014-09-22 15:20:31 -07:00
Brian Nicholson
147ec84afc Bug 1030896 - Import SwipeToDismissNOA. r=margaret
SwipeToDismissNOA (https://github.com/JakeWharton/SwipeToDismissNOA) is
a port of Roman Nurik's swipe-to-dismiss library to use NineOldAndroids.
SwipeToDismissNOA adds swipe behavior to ListView that animates and
removes the item.

As-is, there are a few problems with this library:
* The comments about the v12 API requirements are wrong
* It has problems with async adapters, such as CursorAdapter
* The MotionEvent#obtain calls are not followed by recycle
* There are beta warnings in the comments, likely due to the problems above

As a result, this library is being imported to mobile/android/base
instead of the normal thirdparty lib directory so we can make the
necessary modifications. Subsequent patches in bug 1030896 will aim to
address these issues to make this code production-ready.
2014-09-22 15:20:31 -07:00
Michael Comella
f4a84162dd Bug 1066253 - Part 2: Put favicons in the tab strip. r=lucasr 2014-09-22 14:44:49 -07:00
Michael Comella
598c869630 Bug 1066253 - Part 1: Remove favicon from BrowserToolbar. r=lucasr 2014-09-22 14:44:39 -07:00
Jim Chen
9d321701e4 Bug 1059907 - Include access type in permission setting; r=mfinkle
--HG--
extra : amend_source : 8ce0a0d1344d249aa567d4769cddde56bbaeec1c
2014-09-22 15:33:38 -04:00
Brian Nicholson
9fb31aae04 Bug 788073 - Use platform touch redirection. r=kats,wesj 2014-09-22 11:53:12 -07:00
Brian Nicholson
9a7fac6615 Bug 1067429 - Add values-v14, removing v14-only styles from values-v11. r=lucasr
--HG--
rename : mobile/android/base/resources/values-v11/themes.xml => mobile/android/base/resources/values-v14/themes.xml
2014-09-22 11:46:34 -07:00
Brian Nicholson
0aee2b337a Bug 1067429 - Create GeckoAppBase as the parent for Gecko.App. r=lucasr 2014-09-22 11:46:33 -07:00
Brian Nicholson
54d16e8354 Bug 1067429 - Alphabetize theme styles. r=lucasr 2014-09-22 11:46:33 -07:00
Ryan VanderMeulen
15d6f5ac3e Backed out 3 changesets (bug 1056920) for Android bustage on a CLOSED TREE.
Backed out changeset 89abe3df46af (bug 1056920)
Backed out changeset 881af39f223d (bug 1056920)
Backed out changeset a21fee67d9dc (bug 1056920)
2014-09-22 12:53:16 -04:00
Wes Johnston
64a3c6e098 backout 8ff6b2bf34cd (bug 989094) for regressions. r=backout 2014-09-22 09:22:06 -07:00
Martyn Haigh
0beb28bc02 Bug 1056920 - Create grid based layout for tabs (r=lucasr) 2014-09-22 17:22:13 +01:00
Martyn Haigh
8975b51d4c Backout bug 1056920 - incorrectly pushed (r=backout) 2014-09-22 16:44:45 +01:00
Martyn Haigh
c7dbdd6f98 Bug 1056920 - Create grid based layout for tabs (r=lucasr) 2014-09-22 16:29:35 +01:00
Martyn Haigh
2edb9eebdc Bug 1055539 - Rename TabsPanel internal class from TabsListContainer to PanelViewContainer (r=lucasr) 2014-09-22 15:37:34 +01:00
Martyn Haigh
ff558ffd0f Bug 1061163 - Rename tab_row to tabs_layout_item_view (r=lucasr) 2014-09-22 15:28:28 +01:00
Randall Barker
fb03f1d81f Bug 1048425 - Enable support for tab sharing with Roku device. r=wesj r=mfinkle 2014-09-19 13:50:00 +02:00
Brad Lassey
2a10c2164b Bug 1064834 - move common second screen modules to toolkit r=mfinkle
--HG--
rename : mobile/android/modules/RokuApp.jsm => toolkit/modules/secondscreen/RokuApp.jsm
rename : mobile/android/modules/SimpleServiceDiscovery.jsm => toolkit/modules/secondscreen/SimpleServiceDiscovery.jsm
2014-09-12 12:42:28 -04:00
Martyn Haigh
878ee5bf23 Bug 1046206 - Change TabsPanel to use alternative layout when isNewTablet (r=lucasr) 2014-09-24 11:55:47 +01:00
Michael Comella
ff56023e5a Bug 1069686 - Move new tablet tab strip resources to layout-large. r=mhaigh
--HG--
rename : mobile/android/base/resources/layout/tab_strip.xml => mobile/android/base/resources/layout-large-v11/tab_strip.xml
rename : mobile/android/base/resources/layout/tab_strip_item.xml => mobile/android/base/resources/layout-large-v11/tab_strip_item.xml
rename : mobile/android/base/resources/layout/tab_strip_item_view.xml => mobile/android/base/resources/layout-large-v11/tab_strip_item_view.xml
2014-09-23 11:36:39 -07:00
Ryan VanderMeulen
efd60523ec Backed out changeset 9efd03125b0b (bug 846184) for Android reftest failures. 2014-09-23 16:35:22 -04:00
Mark Finkle
dac433b04c Bug 846184 - Lightweight theme should be shown on startup, rather than when Gecko initializes r=rnewman 2014-09-23 15:25:28 -04:00
Vikneshwar
7a07e917ba Bug 1053994 - Made changes to recognize bookmark keywork on search. r=bnicholson 2014-09-15 12:09:00 +02:00
Eugen Sawin
20abeba3bd Bug 896735 - Create download directory for updates if it does not exist. r=snorp 2014-09-30 21:23:36 +02:00
Wes Johnston
b5af01b610 Bug 815682 - Lockscreen widget for guest sessions. r=bnicholson, rnewman 2014-09-10 16:32:14 -07:00
Chris Kitching
a2821dfb5e Bug 1067543: Hide reading list add button from overlay on low memory devices. r=rnewman 2014-09-19 18:28:31 -07:00
Chris Kitching
2a77d725c8 Bug 1067056: Remove JavaDomKeyLocation and GeneratorOptions annotation. r=jchen 2014-09-13 17:42:03 -07:00
Wes Kocher
b15d6b3049 Backed out changeset ba244ef9dead (bug 1064669) for android bustage on a CLOSED TREE 2014-09-19 18:16:51 -07:00
Wes Johnston
9bd47dbf12 Bug 1064669 - Move casting initialization to delayed startup. r=rnewman 2014-09-19 16:55:18 -07:00
Wes Johnston
93423811f4 Bug 1069182 - Move guest notification handling. r=bnicholson 2014-09-19 16:53:17 -07:00
vivek
afaf861805 Bug 1066062 - Add additional fields to about:feedback submission. r=margaret 2014-09-19 16:40:22 -07:00
Vikneshwar
bbc1df1d52 Bug 1066514 - Renamed home_history_list layout to home_list and HistoryListView to HomeList;r=margaret
--HG--
rename : mobile/android/base/resources/layout-large-land-v11/home_history_list.xml => mobile/android/base/resources/layout-large-land-v11/home_list.xml
rename : mobile/android/base/resources/layout-xlarge-v11/home_history_list.xml => mobile/android/base/resources/layout-xlarge-v11/home_list.xml
rename : mobile/android/base/resources/layout/home_history_list.xml => mobile/android/base/resources/layout/home_list.xml
2014-09-19 16:39:15 -07:00
Margaret Leibovic
d1ee91dea1 Bug 1049600 - Show search engine branding. r=wesj
--HG--
rename : mobile/android/search/java/org/mozilla/search/autocomplete/ClearableEditText.java => mobile/android/search/java/org/mozilla/search/autocomplete/SearchBar.java
rename : mobile/android/search/res/layout/clearable_edit_text.xml => mobile/android/search/res/layout/search_bar.xml
2014-09-19 16:15:40 -07:00
Brian Nicholson
6d53c0f2d3 No bug - Fix example comments in Messaging.jsm. DONTBUILD 2014-09-19 15:23:46 -07:00
Randall Barker
2b7acf8ad4 Bug 1066879 - The SSDP implementation can sometimes take too long to discover a device. r=mfinkle, r=wesj 2014-09-18 11:21:00 -04:00
Nick Alexander
97f1b629dd Bug 1065773 - Part 3: Add release signed instrumentation test APKs to instrumentation/ in tests package. r=mshal 2014-09-19 13:52:56 -07:00
Margaret Leibovic
debf1c8aa2 backout 79bf6ebacb09 for causing 1070072 2014-09-19 12:19:19 -07:00
Garvan Keeley
e132000043 Bug 1068388 - Part 5: If stumbler built off, test should ignore stumbler prefs. r=nalexander 2014-09-18 12:53:00 -04:00
Garvan Keeley
aee01f3965 Bug 1068388 - Part 4: Update UI pref key value for app.geo.reportdata. r=rnewman 2014-09-17 15:27:00 -04:00
Richard Newman
5b8f5069ef Bug 1068388 - Part 3: Hide stumbler settings items if stumbler isn't built. r=garvank 2014-09-17 12:35:41 -07:00
Garvan Keeley
8f4de031bf Bug 1068388 - Part 2: Remove the use of app.geo.reportdata from gecko. r=rnewman 2014-09-17 15:25:00 -04:00
Richard Newman
406152858d Bug 1068388 - Part 1: Clarify that Stumbler pref is Android-only. r=nalexander, r=garvank 2014-09-17 12:31:47 -07:00
Jim Mathies
ad73cb6c28 Bug 1072417 - Remove the browser.tabs.remote pref and turn everything it controls on by default. r=felipe 2014-09-29 16:11:08 -05:00
Kartikaya Gupta
540d107094 Bug 1071758 - Don't send two click events when doing a medium length tap. r=bnicholson 2014-09-29 15:32:44 -04:00
Wes Kocher
39403ad7cb Merge m-c to inbound a=merge 2014-09-30 17:10:24 -07:00
Jim Chen
30d276c56c Bug 888482 - Make sure default profile exists when starting Gecko; r=snorp 2014-09-30 18:20:59 -04:00
Jim Chen
6bac281a30 Bug 888482 - Start Gecko early; r=snorp 2014-09-30 18:20:59 -04:00
Jim Chen
0060658fc5 Bug 888482 - Send event to set layer client; r=snorp 2014-09-30 18:20:58 -04:00
Jim Chen
74215ff3b3 Bug 888482 - Make new event to set layer client in Gecko; r=snorp 2014-09-30 18:20:58 -04:00
Jim Chen
43913bb50f Bug 1062377 - Lock profile and use separate LocalBrowserDB instance for initializing new profile; r=rnewman 2014-09-30 18:19:26 -04:00
Jim Chen
f36170c6eb Bug 1062377 - Add JUnit test for new GeckoBackgroundThread; r=rnewman 2014-09-30 18:19:26 -04:00
Jim Chen
09fbc45943 Bug 1062377 - Rewrite GeckoBackgroundThread to not wait for thread start if possible; r=rnewman
When GeckoBackgroundThread is first used, it starts a new thread and waits for a Handler. This can delay startup. Instead, we can just save the Runnable and run it when the thread is starting.
2014-09-30 18:19:25 -04:00
Jim Chen
ca00814371 Bug 1062377 - Try loading profile.ini in background; r=mfinkle r=rnewman
We can move our profile accessing code to later in the startup process. The benefit of that is in early startup, we can prefetch the profile.ini file in the background and not block the UI thread
2014-09-30 18:19:25 -04:00
Terrence Cole
4f691e905f Bug 1075053 - Use the GC's low-memory profile on mobile; r=sfink
--HG--
extra : rebase_source : 664b0f188d2126cb4d549531479815ae3b00599a
2014-09-30 11:11:50 -07:00
Bill McCloskey
d60cf0a33f Bug 1074410 - Remove a use of isWindowPrivate (r=margaret) 2014-09-30 13:53:59 -07:00
James Willcox
10b691fc86 Bug 1024614 - Send network link change events on Android r=blassey,mcmanus
--HG--
extra : histedit_source : 75aaaad9762c577ff5d3861657c16a77b361d935
2014-09-26 09:18:28 -05:00
Garvan Keeley
85caf3c5c1 Bug 1054520 - Add ifdef to enable stumbler in nightly. r=nalexander 2014-08-15 14:30:00 -04:00
Nick Alexander
2554887d4d Bug 1068336 - Part 2: Add a slug and headers to avoid caching test JavaScript files. r=mcomella 2014-09-19 11:17:54 -07:00
Nick Alexander
277672174d Bug 1068336 - Part 1: Add a slug to avoid caching robocop_testharness.js. r=mcomella 2014-09-19 11:17:53 -07:00
Lucas Rocha
d7618a51ff Bug 1066634 - Make new Tablet configuration-related strings localizable (r=mcomella) 2014-09-19 15:18:17 +01:00
Ryan VanderMeulen
0bd9fd906d Backed out changeset 297008b7e1f6 (bug 1059792) for mass Android bustage. 2014-09-18 23:02:47 -04:00
Chenxia Liu
5f63c4168a Bug 1059792 - Launching Firefox for the first time through an external intent should not display First Run experience. r=margaret 2014-09-18 17:49:08 -07:00
Richard Newman
185a6b81e2 Bug 1069667 - Bump javac and ProGuard memory sizes when building Fennec. r=ckitching,nalexander 2014-09-18 16:23:55 -07:00
Justin Dolske
bc8d2f36a9 Bug 836415 - Kill PFS. r=bsmedberg 2014-09-18 10:01:23 -07:00
Wes Johnston
a44a3b504e Bug 816318 - Use Android DownloadManager for scanning downloads. r=mfinkle 2014-09-18 00:20:53 -07:00
Robin Ricard
52a95d659f Bug 994724 - Clean up ZoomHelper logic. r=margaret 2014-09-17 01:37:00 +02:00
Ryan VanderMeulen
0c7c2906aa Merge inbound to m-c. a=merge
CLOSED TREE
2014-09-17 22:10:31 -04:00
Ryan VanderMeulen
d1ce28d88f Backed out 5 changesets (bug 1068388) for robocop failures.
Backed out changeset 099d0ec27cd9 (bug 1068388)
Backed out changeset 29d39909222d (bug 1068388)
Backed out changeset e85caca8529f (bug 1068388)
Backed out changeset cf6f1223b6b7 (bug 1068388)
Backed out changeset 920b201d30e9 (bug 1068388)

CLOSED TREE
2014-09-17 21:47:20 -04:00
Nick Alexander
c1b63a1e81 Bug 1068388 - Follow-up: Update Robocop test. a=bustage
CLOSED TREE

--HG--
extra : amend_source : 8352390d15245ff94a16dab773b583f8d5da5161
2014-09-17 17:32:44 -07:00
Chris Kitching
2b7e41c767 Bug 1067060: Don't reference static things via instances in Robocop. r=mcomella 2014-09-13 19:56:51 -07:00
Chris Kitching
f6574c55b5 Bug 1067060: Eliminate SynchronousQueue from RobocopUtils. r=mcomella 2014-09-13 19:09:16 -07:00
Chris Kitching
61458ad6ea Bug 1067060: Don't construct StringHelper. r=mcomella 2014-09-13 19:41:33 -07:00
Chris Kitching
c0119e5330 Bug 1067060: Remove redundant typecasts, add final and some override annotations. r=mcomella 2014-09-13 18:58:07 -07:00
Chris Kitching
0c01e54769 Bug 1067060: Refactor PanelType usage in Robocop. r=mcomella 2014-09-13 18:58:04 -07:00
Richard Newman
ca5398df99 Bug 1068388 - Part 3: hide stumbler settings items if stumbler isn't built. r=garvank 2014-09-17 15:53:39 -07:00
Garvan Keeley
f565fe02c4 Bug 1068388 - Part 4: update UI pref key value for app.geo.reportdata. r=rnewman 2014-09-17 15:53:18 -07:00
Garvan Keeley
10020dcec3 Bug 1068388 - Part 2: remove use of app.geo.reportdata from gecko. r=rnewman 2014-09-17 15:53:18 -07:00
Richard Newman
b9d0287c93 Bug 1068388 - Part 1: clarify that Stumbler pref is Android-only. r=nalexander,garvank 2014-09-17 15:53:16 -07:00
Michael Comella
465eafab2f Bug 1058909 - Part 1: Don't hide the tabs tray button when opening the tabs tray on new tablet. r=lucasr 2014-09-17 14:00:04 -07:00
Garvan Keeley
d6c399c8fe Bug 1064677 - Part 2: Delay start of stumbler. r=rnewman
Removed starting stumbler from onResume(), broadcasting the stumbler startup
pref happens only in DelayedStartup. To further minimize the startup impact,
and so as not to compete for CPU/thread-space with more important services that
also have a delayed startup, delay by an additional second sending the start
message to stumbler.
2014-09-16 07:53:00 -04:00
Garvan Keeley
8c8fef85d2 Bug 1064677 - Part 1: Default stumbler pref to 'off'. r=rnewman 2014-09-15 15:43:00 -04:00
Ryan VanderMeulen
39d4036b5e Merge inbound to m-c. a=merge 2014-09-17 14:38:33 -04:00
Richard Newman
5d4e5b3c71 Bug 1057247 - Increase favicon refetch time to four hours. r=mfinkle 2014-09-17 09:22:11 -07:00
Lucas Rocha
fa6d117317 Bug 1068005 - Hide new tablet UI toggle on phones (r=mcomella) 2014-09-17 14:20:36 +01:00
Mark Finkle
aee0770a6d Bug 971751 - Remove the Java URL prefetch code from startup r=snorp 2014-09-17 09:19:33 -04:00
Myk Melez
b43fd485ac back out 5aa9b76448b5 (bug 960584) for bustage (it depends on fix that hasn't yet landed) 2014-09-17 01:14:47 -07:00
Tristan Pollitt
4fe4a9e1f3 Bug 1044781 - Allow reading list to store and display arbitrary URLs. r=lucasr 2014-09-06 16:51:50 +01:00
Wes Johnston
f4a9d5dd79 Bug 897711 - Follow up for missing file. r=bustage 2014-09-16 20:41:43 -07:00
Wes Johnston
2b01fdd60d Bug 897711 - Show a notification when in a guest session. r=bnicholson 2014-09-16 20:22:41 -07:00
Wes Johnston
a2bc4495f8 Bug 1063896 - Loop over all url list, not just ones with metadata. r=lucasr 2014-09-16 17:16:42 -07:00
Wes Johnston
0dbf84857e Bug 1042199 - Show a search box on error pages. r=margaret 2014-09-16 16:34:52 -07:00
Margaret Leibovic
7e8040ba9f Bug 1066033 - Use orange text selection handles in search bar. r=wesj 2014-09-16 16:35:41 -07:00
Margaret Leibovic
c8dc3c02d7 Bug 1067026 - Fall back to en-US if search plugins aren't found for the user's locale. r=rnewman 2014-09-16 16:35:39 -07:00
Wes Johnston
60c559be95 Bug 989094 - Remember video and audio sources for webrtc. r=mfinkle 2014-09-16 16:28:51 -07:00
Nick Alexander
f9ac46bb66 Bug 977161 - Part 3: Allow unhiding hidden devices. r=rnewman
I'd like to make the DialogFragment show icons, last synced times,
number of tabs, etc; but AlertDialog does not handle multi-choice lists
backed by a custom list adapters.  (It does handle single-choice lists
backed by custom list adapters.)  We can implement our own dialog
fragment if and when we want better looks.

I've made this somewhat general so that we can use it from
ShareDialog/SendTab, which currently use AlertDialog.  Using
DialogFragment has two advantages.  First, it smoothly persists across
configuration changes; AlertDialog does not.  Second, it allow us to use
AlertDialog until we implement the improved UI above.
2014-09-16 15:41:14 -07:00
Nick Alexander
b226800b48 Bug 977161 - Part 2: Add a clickable footer showing hidden device count. r=rnewman
This is quite delicate, due to the interactions between
ExpandableListView and the footer views.  At the end of the day, this
uses an Adapter that handles header and footer views as separate
view-group types.  That means working around Android's limitations; see
the comments in the code for the details.

The alternative would be to implement our own wrapping Adapter; or to
boil the specifics of our use case into RemoteTabsExpandableListAdapter.
This is certainly quicker than the former; and, I hope, less error prone
than the latter.
2014-09-16 15:41:13 -07:00
Nick Alexander
f5ab0b7ea2 Bug 977161 - Part 1: Add hide/show context menu items to remote clients. r=rnewman
We're not (yet) using show, but we may as well add it while we're here.
2014-09-16 15:41:12 -07:00
Nick Alexander
9d86f6e029 Bug 977161 - Part 0: Make Remote{Client,Tab} implement Parcelable. r=rnewman
This is necessary to provide the list of clients to another Fragment:
the way to persist "final members" across configuration changes is to
provide the initial data in the Fragment's arguments bundle.

Note: I'd like to see RemoteClient replace ParcelableClientRecord, and
Fennec's clients table replace direct access to Sync's clients table;
but one step at a time.
2014-09-16 15:41:11 -07:00
Nick Alexander
3135852912 Bug 1064304 - Part 3: Persist group collapsed/expanded state in SharedPreferences. r=rnewman 2014-09-16 15:41:10 -07:00
Nick Alexander
319ee1a78a Bug 1064304 - Part 2: Show group collapsed/expanded indicator as appropriate. r=rnewman 2014-09-16 15:41:09 -07:00
Nick Alexander
ed127f151c Bug 1064304 - Part 1: Land home group collapsed and expanded indicator resources. r=rnewman 2014-09-16 15:41:08 -07:00
Nick Alexander
13453ed89f Bug 1064304 - Pre: Align PrefUtils.putStringSet docstring and reality. r=rnewman 2014-09-16 15:41:07 -07:00
Nick Alexander
78a3c01148 Bug 1063765 - Part 2: Adjust top margin for static content on landscape phones. r=antlam
Per discussion with antlam, we shrink the top margin on landscape phones
in the hopes of fitting the content in the window.  On portrait phones
and all tablets, we maintain a larger top margin.
2014-09-16 15:41:07 -07:00
Nick Alexander
cc9b703884 Bug 1063765 - Part 1: Style Remote Tabs static panels for tablets and portrait phones. r=mcomella
This patch does several things:

1) It wraps static panel content in a ScrollView.

2) It tightens the static panels vertically.  We can fit landscape on
many high-end phones by reducing the space before the header and between
the header and the body text slightly.

3) It makes the body text just a little narrower than the button.  The
idea is for the call to action button to dominate the page horizontally.

4) It caps the maximum width of the content in the ScrollView.  I would
have used maxWidth, but that doesn't exist for LinearLayouts (or
ScrollViews).  Instead, I set a maxWidth for every RemoteTabsPanelItem,
which combined with wrap_content on the containing LinearLayout achieves
the same goal.  It's what I intended to do on tablets.
2014-09-16 15:41:05 -07:00
Michael Comella
375b0f2a2f Bug 1001655 - Part 1: Replace applicable Strings in test code with StringHelper references. r=wesj 2014-09-16 13:56:52 -07:00
Chris Kitching
233830b037 Bug 1067025: Abort when no extra_text present in share dialog. r=rnewman 2014-09-14 21:49:45 -07:00
Carsten "Tomcat" Book
0b40ec809f Merge m-c to fx-team 2014-09-16 07:07:55 +02:00
Nigel Babu
489aede8a8 Merge fx-team to m-c with bustage fix, a=merge 2014-09-16 08:43:45 +05:30
Margaret Leibovic
d8219f0f45 Bug 1064880 - Keep track of the current search engine in MainActivity. r=nalexander 2014-09-15 17:26:39 -07:00
Wes Kocher
332233753a Merge m-c to inbound a=merge 2014-09-15 16:41:45 -07:00
Shu-yu Guo
320f4e1440 Bug 1001090 - Part 5: Fix errors in tests throughout the tree. (r=robcee,gavin) 2014-09-15 16:30:47 -07:00
Shu-yu Guo
285e8aa396 Bug 1001090 - Part 4: Fix errors in chrome code. (r=zombie,gavin,fitzgen,dcamp,bgrins,fabrice,gwagner,margaret,mrbkap,mak,njn,vicamo) 2014-09-15 16:30:46 -07:00
Richard Newman
ec672d04e3 Bug 1022472 - Remove margins on default home screen panels. r=wesj
Relanding with follow-up: fix test with incorrect assumptions. r=mfinkle
2014-09-15 10:47:37 -07:00
Richard Newman
bca41139ca Bug 1022472 - Remove margins on default home screen panels. r=wesj 2014-09-15 10:47:37 -07:00
Michael Comella
1fa61010d9 Bug 1066250 - Part 3: Update testSettingsMenuItems. r=lucasr 2014-09-15 08:20:31 -07:00
Michael Comella
c2b692d1c4 Bug 1066250 - Part 2: Remove title in toolbar preference on new tablet. r=lucasr 2014-09-15 08:20:14 -07:00
Michael Comella
6c46770c0f Bug 1066250 - Part 1: Always show the url in the toolbar on new tablet. r=lucasr 2014-09-15 08:15:42 -07:00
dominique vincent
1eb150340a Bug 1062904 - crash in java.lang.NullPointerException: uriString at android.net.Uri.<init>(Uri.java) r=mfinkle 2014-09-09 18:16:45 +02:00
Mark Capella
1c5f67f8c4 Bug 1064657 - Add testSelectionHandler test to ensure readOnly input elements can't be cut, r=wesj 2014-09-15 16:47:25 -04:00
Ryan VanderMeulen
3778cb7fb2 Backed out changeset e016c34c4d52 (bug 1022472) for robocop failures. 2014-09-15 15:29:39 -04:00
Mark Capella
d37d2ef50a Bug 1044940 - Favicons in the bookmarks table should be read and written correctly, r=ckitching 2014-09-14 17:22:19 -07:00
Mark Finkle
a13ba5cc1d Bug 1066671 - Minor test cleanup r=trivial 2014-09-14 11:21:56 -04:00
Mark Finkle
dc00bc0160 Bug 1066671 - Minor cleanup r=wesj 2014-09-14 11:17:15 -04:00
Manu Jain
1b160da21c Bug 1066320 - Crop lightweight theme image if it's larger than the displayable area; r=mfinkle 2014-09-13 14:36:09 -04:00
Phil Ringnalda
9b4aa9966e Merge m-i to m-c, a=merge 2014-09-13 09:28:33 -07:00
Mark Finkle
e39fbeec8b Bug 1020564 - Fix a bad rebase r=me 2014-09-12 22:46:39 -04:00
Michael Comella
03e872a832 Bug 1065712 - Move new_tablet_* resources to *large* directories. r=mhaigh
--HG--
rename : mobile/android/base/resources/color/new_tablet_tab_strip_item_title.xml => mobile/android/base/resources/color-large-v11/new_tablet_tab_strip_item_title.xml
rename : mobile/android/base/resources/drawable-hdpi/new_tablet_tabs_count.png => mobile/android/base/resources/drawable-large-hdpi-v11/new_tablet_tabs_count.png
rename : mobile/android/base/resources/drawable-hdpi/new_tablet_tabs_count_foreground.png => mobile/android/base/resources/drawable-large-hdpi-v11/new_tablet_tabs_count_foreground.png
rename : mobile/android/base/resources/drawable-mdpi/new_tablet_tabs_count.png => mobile/android/base/resources/drawable-large-mdpi-v11/new_tablet_tabs_count.png
rename : mobile/android/base/resources/drawable-mdpi/new_tablet_tabs_count_foreground.png => mobile/android/base/resources/drawable-large-mdpi-v11/new_tablet_tabs_count_foreground.png
rename : mobile/android/base/resources/drawable/new_tablet_tab_strip_divider.xml => mobile/android/base/resources/drawable-large-v11/new_tablet_tab_strip_divider.xml
rename : mobile/android/base/resources/drawable/new_tablet_tab_strip_item_bg.xml => mobile/android/base/resources/drawable-large-v11/new_tablet_tab_strip_item_bg.xml
rename : mobile/android/base/resources/drawable-xhdpi/new_tablet_tabs_count.png => mobile/android/base/resources/drawable-large-xhdpi-v11/new_tablet_tabs_count.png
rename : mobile/android/base/resources/drawable-xhdpi/new_tablet_tabs_count_foreground.png => mobile/android/base/resources/drawable-large-xhdpi-v11/new_tablet_tabs_count_foreground.png
rename : mobile/android/base/resources/layout/new_tablet_tab_strip.xml => mobile/android/base/resources/layout-large-v11/new_tablet_tab_strip.xml
rename : mobile/android/base/resources/layout/new_tablet_tabs_counter.xml => mobile/android/base/resources/layout-large-v11/new_tablet_tabs_counter.xml
2014-09-12 18:28:05 -07:00
Mark Finkle
32798a9452 Bug 1058384 - Switch to a unique ID when registering targets r=wesj 2014-09-12 20:56:42 -04:00
Mark Finkle
bad779a9d7 Bug 1020564 - Change SSDP 'target' references to 'device' to cut down on confusing concepts r=wesj 2014-09-12 20:55:00 -04:00
Chenxia Liu
5c223bfd6a Bug 1059827 - [7" Tablet] First-run window navigation buttons are hidden in landscape. r=wesj 2014-09-12 17:12:33 -07:00
Chenxia Liu
fe74cb1447 Bug 1062257 - Handle HomeFragment deletions by panel/type instead of universally. r=margaret 2014-09-12 17:12:33 -07:00
Wes Kocher
cdeb7299d2 Merge m-c to inbound a=merge 2014-09-23 16:48:23 -07:00
Bill McCloskey
91adbce542 Bug 1069059 - [e10s] Convert isWindowPrivate calls to isBrowserPrivate/isContentWindowPrivate as appropriate (r=mconley,margaret) 2014-09-23 15:48:52 -07:00
Eitan Isaacson
8163c815e5 Bug 969512 - Don't use NS_MOUSEENTER/LEAVE in widget level code. r=kats r=yzen
Make accessibility explore by touch hover events touch events.
2014-09-23 12:09:22 -07:00
Chris Peterson
22ac4b817f Bug 758857 - Use Wikipedia's HTTPS search by default for Firefox on Android. r=mfinkle 2014-09-16 18:36:16 -07:00
Mike Hommey
c5cfe825f5 Bug 1063414 - Make DIRS relative to the file they were added from. r=gps 2014-10-02 09:14:07 +09:00
Mike Hommey
2ff412e6fe Bug 1062221 - Change how DIRS and TEST_DIRS are handled. r=gps
Up to now, DIRS and TEST_DIRS were dumb values. This change makes them
a list of ContextDerivedValues, and handles the fact that some types of
paths are relative to the current source directory and others to the
topsrcdir.

This also makes us one step closer to fixing bug 991983.
2014-10-02 09:14:07 +09:00
Mike Hommey
0412683b7d Bug 1062221 - Replace add_tier_dir with DIRS. r=gps 2014-10-02 09:14:07 +09:00
Monica Chew
bd333be9e6 Bug 1024555: Cancel gethash requests after 5 seconds if they are still pending 2014-09-08 16:44:08 -07:00
Carsten "Tomcat" Book
9005131aba merge m-i to m-c a=merge 2014-09-12 15:07:38 +02:00
Ryan VanderMeulen
6c9fe4b737 Merge m-c to fx-team. a=merge 2014-09-11 19:55:32 -04:00
Ryan VanderMeulen
f5c3ea6bc3 Backed out changeset 8d663f978a22 (bug 960746) for Android 4.0 robocop perma-fail. a=backout 2014-09-11 19:51:56 -04:00
Michael Comella
d9a7d5f709 Bug 960746 - Disable navigation buttons when they are hit until page load. r=lucasr 2014-09-11 12:06:40 -07:00
Richard Newman
52161380b6 Bug 1065531 - crash in java.lang.NoSuchMethodError: android.os.Bundle.getString at org.mozilla.gecko.preferences.GeckoPreferences.setupPreferences. r=nalexander 2014-09-11 11:21:19 -07:00
Carsten "Tomcat" Book
45c370572a Merge m-c to fx-team 2014-09-11 15:41:38 +02:00
Carsten "Tomcat" Book
9f7d9d41c9 merge fx-team to mozilla-central a=merge 2014-09-11 15:29:54 +02:00
Lucas Rocha
b000a1be2a Bug 1065454 - Disable new tablet UI by default (r=mcomella, a=merge) 2014-09-11 14:11:25 +01:00
Lucas Rocha
728d615823 Bug 1063914 - Restore edit mode's [x] icons (r=mcomella) 2014-09-11 13:58:55 +01:00
Lucas Rocha
d3150180ec Merge m-c to larch 2014-09-11 11:11:00 +01:00
Margaret Leibovic
1f606a69cd Bug 1017903 - Load the search service before running open search discovery tests. r=mfinkle 2014-09-11 09:10:28 +02:00
Lucas Rocha
87cb2645c5 Bug 1014987 - Gracefully handle out-of-bounds positions in TabsStripAdapter (r=mcomella) 2014-09-11 00:27:01 +01:00
Lucas Rocha
95fca9293a Bug 1065663 - Use correct layout param for TwoWayView in tabs_item_cell (r=mcomella) 2014-09-10 23:31:15 +01:00
Lucas Rocha
4d8e4d39f6 Bug 1014987 - Add tab strip to layout on new tablet UI (r=mcomella) 2014-09-10 21:28:58 +01:00
Lucas Rocha
4abd73bbfb Bug 1014987 - Introduce the new tab strip views (r=mcomella) 2014-09-10 21:28:58 +01:00
Richard Newman
8985e6d29b Bug 1065523 - Part 1: locale picker screen displays short locale display name, not capitalized region-decorated name. r=nalexander
What I think was happening here: we were taking a locale *tag* ("en-US") and giving it to the Java Locale constructor to parse. It parsed that as "en" (because it expects _ not -), so we'd get "English".

And because it was the display string from the locale, in e.g., French we'd get "français", lowercase.

The fix is to just use the same code path that we use for the list picker itself -- make a descriptor from the tag, and ask it for its display string.
2014-09-10 12:01:35 -07:00
Richard Newman
6c6be7170a Bug 1065523 - Part 0: enable KitKat-specific code in locale picker. r=nalexander 2014-09-10 12:01:34 -07:00
Margaret Leibovic
ab08f7c834 Bug 1065123 - Don't crash if the default engine isn't found. r=nalexander 2014-09-10 19:56:57 +02:00
Lucas Rocha
aab8472cce Backout bug 1053252, no need for different package name (r=backout) 2014-09-10 16:06:10 +01:00
Wes Johnston
cbf2ffcd5c Bug 1058150 - Use restricted profiles for guest mode. r=mfinkle 2014-09-09 15:08:37 -07:00
Lucas Rocha
4728c42d35 Bug 1065369 - Consolidate 'add tab' behaviour in Tabs (r=mfinkle) 2014-09-10 14:51:42 +01:00
Carsten "Tomcat" Book
8e98559e06 Merge m-c to fx-team 2014-09-10 15:16:09 +02:00
Carsten "Tomcat" Book
8950bb0799 merge fx-team to mozilla-central a=merge 2014-09-10 15:08:20 +02:00
Margaret Leibovic
3a34d0c2ef Bug 1038797 - Add network error page. r=bnicholson 2014-09-10 12:06:55 +02:00
Margaret Leibovic
6c74c5ee3b Bug 1063518 - Hide MLS "Learn More" link when MLS is disabled. r=liuche 2014-09-10 12:06:53 +02:00
Chris Kitching
d71be33e5d Bug 1064554: Remove unnecessary Proguard annotations from testDistribution. r=nalexander 2014-09-09 20:21:09 -07:00
Martyn Haigh
5f4da7ae39 Bug 960584 - notify user of download progress indication when fetching APK; r=myk 2014-09-09 19:43:47 -07:00
Lucas Rocha
d10e53c8ae Merge m-c to larch 2014-09-09 17:46:44 +01:00
Lucas Rocha
15fcefeec7 Backout bug 1014987, reftest failures (r=backout) 2014-09-09 17:17:03 +01:00
Lucas Rocha
40c817e44f Bug 1014987 - Add tab strip to layout on new tablet UI (r=mcomella) 2014-09-09 13:45:19 +01:00
Lucas Rocha
f557f1e603 Bug 1014987 - Introduce the new tab strip views (r=mcomella) 2014-09-09 13:45:18 +01:00
Richard Newman
5a70a70791 Bug 1044334 - Part 5: expose firefox_settings_alert. r=lucasr
--HG--
rename : mobile/android/base/resources/drawable-hdpi-v11/firefox_settings_alert.png => mobile/android/base/resources/drawable-hdpi/firefox_settings_alert.png
rename : mobile/android/base/resources/drawable-mdpi-v11/firefox_settings_alert.png => mobile/android/base/resources/drawable-mdpi/firefox_settings_alert.png
rename : mobile/android/base/resources/drawable-xhdpi-v11/firefox_settings_alert.png => mobile/android/base/resources/drawable-xhdpi/firefox_settings_alert.png
2014-09-08 21:32:47 -07:00
Richard Newman
14edb68c17 Bug 1044334 - Part 4: provide stub preference headers. r=lucasr
--HG--
rename : mobile/android/base/resources/menu-v11/preferences_search_menu.xml => mobile/android/base/resources/menu/preferences_search_menu.xml
rename : mobile/android/base/resources/xml-v11/preference_headers.xml => mobile/android/base/resources/xml/preference_headers.xml
rename : mobile/android/base/resources/xml-v11/preferences_customize_tablet.xml => mobile/android/base/resources/xml/preferences_customize_tablet.xml
2014-09-08 21:32:47 -07:00
Richard Newman
11cf0d9be0 Bug 1044334 - Part 3: fix access to tabs_panel_footer in TabsPanel. r=lucasr 2014-09-08 21:32:47 -07:00
Richard Newman
9afb37ba49 Bug 1044334 - Part 2: conditionalize access to, and stub out, Tools and Page menus that only exist in v11+. r=lucasr 2014-09-08 21:32:46 -07:00
Richard Newman
b0cbb50bb2 Bug 1044334 - Part 1: move HistoryListView style. r=lucasr 2014-09-08 21:32:46 -07:00
Chris Kitching
d1b79b2211 Bug 1064644: Remove inner-access comments. r=rnewman 2014-09-08 18:11:51 -07:00
Chris Kitching
f0e9b012e1 Bug 1064506: Eradicate lazy cursor pattern. r=rnewman 2014-09-08 13:10:46 -07:00
Nick Alexander
9dd5c3c8ce Bug 977164 - Update TwoLinePageRow in Remote Tabs home panel. r=margaret
This patch extracts a non-Cursor update method and uses it (when
possible) in the adapter that backs the Remote Tabs home panel.  This
updates the "switch-to-tab" text and button when appropriate.
2014-09-08 12:58:34 -07:00
Nick Alexander
ebbd90d39c Bug 1063028 - Change tests/browser/junit3 Java package root to be org.mozilla.gecko. r=rnewman
--HG--
rename : mobile/android/tests/browser/junit3/src/tests/BrowserTestCase.java => mobile/android/tests/browser/junit3/src/BrowserTestCase.java
rename : mobile/android/tests/browser/junit3/src/tests/TestDistribution.java => mobile/android/tests/browser/junit3/src/TestDistribution.java
rename : mobile/android/tests/browser/junit3/src/tests/TestGeckoMenu.java => mobile/android/tests/browser/junit3/src/TestGeckoMenu.java
rename : mobile/android/tests/browser/junit3/src/tests/TestGeckoProfilesProvider.java => mobile/android/tests/browser/junit3/src/TestGeckoProfilesProvider.java
rename : mobile/android/tests/browser/junit3/src/tests/TestGeckoSharedPrefs.java => mobile/android/tests/browser/junit3/src/TestGeckoSharedPrefs.java
rename : mobile/android/tests/browser/junit3/src/tests/TestImageDownloader.java => mobile/android/tests/browser/junit3/src/TestImageDownloader.java
rename : mobile/android/tests/browser/junit3/src/tests/TestJarReader.java => mobile/android/tests/browser/junit3/src/TestJarReader.java
rename : mobile/android/tests/browser/junit3/src/tests/TestRawResource.java => mobile/android/tests/browser/junit3/src/TestRawResource.java
rename : mobile/android/tests/browser/junit3/src/tests/TestSuggestedSites.java => mobile/android/tests/browser/junit3/src/TestSuggestedSites.java
rename : mobile/android/tests/browser/junit3/src/tests/TestTopSitesCursorWrapper.java => mobile/android/tests/browser/junit3/src/TestTopSitesCursorWrapper.java
2014-09-08 12:58:33 -07:00
Dominique Vincent
d3a7252460 Bug 1058027 - about:home is unresponsive to hardware menu button on returning to main activity on 2.3 devices. r=mcomella, r=snorp 2014-09-08 17:40:00 +02:00
Richard Newman
4ebcd5890a Bug 1053016 - Part 1: remove libomxpluginfroyo.so from Android package. r=nalexander 2014-09-08 07:59:35 -07:00
Ryan VanderMeulen
93bf6bf6a0 Merge inbound to m-c. a=merge 2014-09-09 19:26:59 -04:00
Wes Johnston
e408279dff Backout f3a47630d9a6 and 43e6d3d43b50 (bug 1058150) for breaking builds. r=backout CLOSED TREE 2014-09-09 15:53:25 -07:00
Wes Johnston
51b9e1df60 Bug 1058150 - Use parental controls to block things in guest mode. r=mfinkle 2014-09-09 15:08:37 -07:00
Nick Alexander
20070be1f7 Bug 1064677 - Back out changeset 60fbfb079b69 for autophone regressions. r=mfinkle 2014-09-09 14:51:19 -07:00
Richard Newman
3b8ff90267 Bug 1064363 - Part 3: remove SystemMessage stuff. r=snorp 2014-09-09 14:39:01 -07:00
Richard Newman
ff2149de42 Bug 1064363 - Part 2: remove Push.js. r=snorp 2014-09-09 14:39:01 -07:00
Richard Newman
74f4cd3b44 Bug 1064363 - Part 1: remove third-party WebSocket library. r=snorp
Per Bug 834033 Comment 75.
2014-09-09 14:39:00 -07:00
Ryan VanderMeulen
3831444a45 Backed out 3 changesets (bug 1062377) for troboprovider bustage.
Backed out changeset e34198954c2c (bug 1062377)
Backed out changeset 8f323dfa4f0f (bug 1062377)
Backed out changeset ec9b51158d34 (bug 1062377)
2014-09-09 16:52:51 -04:00
Chris Kitching
8b4f6e88ef Bug 1063887: Kill getItemFlags in BrowserDB. r=rnewman 2014-09-09 11:35:01 -07:00
Richard Newman
b1b7691e2d Bug 1063868 - Allow exclusion of fonts from constrained APKs. r=nalexander 2014-09-09 11:57:55 -07:00
Jim Chen
bb7aa8e680 Bug 1062377 - Add JUnit test for new GeckoBackgroundThread; r=rnewman 2014-09-09 14:03:54 -04:00
Jim Chen
269c3dabc8 Bug 1062377 - Rewrite GeckoBackgroundThread to not wait for thread start if possible; r=rnewman
When GeckoBackgroundThread is first used, it starts a new thread and waits for a Handler. This can delay startup. Instead, we can just save the Runnable and run it when the thread is starting.
2014-09-09 14:03:54 -04:00
Jim Chen
ca66925efb Bug 1062377 - Try loading profile.ini in background; r=mfinkle r=rnewman
We can move our profile accessing code to later in the startup process. The benefit of that is in early startup, we can prefetch the profile.ini file in the background and not block the UI thread
2014-09-09 14:03:53 -04:00
Margaret Leibovic
9a7620fe77 Bug 1017903 - Remove synchronous search service initialization. r=liuche 2014-09-05 15:39:55 -07:00
Martyn Haigh
c5c80e62bc Bug 1060345: Create a way of dynamically inflating the correct tab layout (r=lucasr) 2014-09-05 16:52:44 +01:00
Lucas Rocha
1588fe4cbe Merge m-c to larch 2014-09-05 14:37:02 +01:00
Martyn Haigh
37c2fc80f4 Bug 1055595 - Part 4: rename and extract adapter, make abstract and create concrete implementation within the list view (r=lucasr) 2014-09-05 09:28:25 +01:00
Martyn Haigh
a9590e0b46 Bug 1055595 - Part 3: introduce newView/bindView constructs in to adapter (r=lucasr) 2014-09-05 09:28:24 +01:00
Martyn Haigh
816adf39e3 Bug 1055595 - Part 2: move code from layout to item view (r=lucasr) 2014-09-05 09:28:24 +01:00
Martyn Haigh
ff2dd14741 Bug 1055595 - Part 1: Simplify adapter (r=lucasr) 2014-09-05 09:28:24 +01:00
Chris Kitching
9b41be7bb8 Bug 1062112: Part 1j: Use StringBuilders instead of appending in a loop. r=nalexander 2014-09-04 19:03:41 -07:00
Chris Kitching
4b406fa36a Bug 1062112: Part 1h: Remove redundant keywords from GeckoSmsManager. r=nalexander 2014-09-04 18:43:09 -07:00
Chris Kitching
e4ff21fb87 Bug 1062112: Part 1g: Make exception inner classes static. r=nalexander 2014-09-04 18:37:39 -07:00
Chris Kitching
99f5eee84a Bug 1062112: Part 1f: Stop comparing strings with ==. r=nalexander 2014-09-04 18:35:28 -07:00
Chris Kitching
0b3290111a Bug 1062112: Part 1e: Declare final effectively-final fields in GeckoSmsManager. r=nalexander 2014-09-04 18:32:11 -07:00
Wes Kocher
c537f62af1 Merge inbound to m-c a=merge 2014-09-04 18:30:01 -07:00
Chris Kitching
c6e4623844 Bug 1062112: Part 1d: Correctly define 2^32. r=nalexander 2014-09-04 18:29:51 -07:00
Chris Kitching
ccdd65da4e Bug 1062112: Part 1c: Replace PendingIntentGuid with an AtomicInteger. r=nalexander 2014-09-04 18:21:00 -07:00
Chris Kitching
d6ea3ae7fb Bug 1062112: Part 1b: Cleanup singleton use in SmsManager. r=nalexander 2014-09-08 12:48:10 -07:00
Chris Kitching
85d6053915 Bug 1062112: Part 1a: Move ISmsManager. r=nalexander 2014-09-04 18:13:05 -07:00
Jim Chen
82b9747f19 Bug 1058136 - Properly send text change notifications for composition text; r=cpeterson 2014-09-04 14:38:18 -04:00
Jim Chen
aa091cfa61 Bug 1058136 - Send separate compose event for composing text; r=cpeterson 2014-09-04 14:38:17 -04:00
Jim Chen
1472dab021 Bug 1058136 - Fix debug logging crash; r=cpeterson 2014-09-04 14:38:17 -04:00
Jim Chen
1935360c34 Bug 1058136 - Refactor GeckoEditable; r=cpeterson 2014-09-04 14:38:16 -04:00
Lucas Rocha
a51bc86e57 Backout bug 1055595, build failures (r=backout) 2014-09-04 18:29:19 +01:00
Martyn Haigh
f62424839a Bug 1055595 - Part 4: rename and extract adapter, make abstract and create concrete implementation within the list view (r=lucasr) 2014-09-04 16:54:01 +01:00
Martyn Haigh
d8b38fd683 Bug 1055595 - Part 3: introduce newView/bindView constructs in to adapter (r=lucasr) 2014-09-04 16:54:01 +01:00
Martyn Haigh
569276ea5c Bug 1055595 - Part 2: move code from layout to item view (r=lucasr) 2014-09-04 16:54:01 +01:00
Margaret Leibovic
06ab5a6eca Bug 1062632 - Follow-up to fix build bustage on a CLOSED TREE 2014-09-04 10:40:53 -07:00
Brian Nicholson
3d04f74b97 Bug 1062622 - Add catch function in Sanitizer.jsm. r=wesj 2014-09-04 10:31:13 -07:00
Martyn Haigh
ccf1d16193 Bug 1055595 - Part 1: Simplify Adapter (r=lucasr) 2014-09-04 16:54:00 +01:00
Chris Kitching
502304ad16 Bug 1062112: Part 1: Fix generics in DebugGeckoInputConnection. r=nalexander 2014-09-03 23:44:49 -07:00
Chris Kitching
e93d957a78 Bug 1062112: Part 4: Add silly hashCode methods. r=nalexander 2014-09-04 00:42:38 -07:00
Chris Kitching
2fa3f29985 Bug 1062112: Part 3: Move GeckoMediaPlayer. r=nalexander 2014-09-04 00:16:47 -07:00
Chris Kitching
222cb7294a Bug 1062112: Part 1.5: Move GeckoEditable interfaces to satisfy JDK 8. r=nalexander 2014-09-08 12:48:08 -07:00
Chris Kitching
3dfeb780ff Bug 1064246: Cleanup SpecialFoldersCursorWrapper. r=rnewman 2014-09-08 06:17:43 -07:00
Chris Kitching
75439ed71c Bug 1064246: Remove dead functions from LocalBrowserDB. r=rnewman 2014-09-08 06:15:20 -07:00
Chris Kitching
733a7b416e Bug 1064246: Remove some more dead code from BrowserDB. r=rnewman 2014-09-08 06:11:14 -07:00