Commit Graph

14690 Commits

Author SHA1 Message Date
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
Carsten "Tomcat" Book
1f82b2fb58 merge fx-team to mozilla-central a=merge 2014-09-30 15:10:47 +02:00
Eugen Sawin
14a7672910 Bug 1051654 - Delete APK after update. r=snorp 2014-09-29 22:15:45 +02:00
Margaret Leibovic
555152bf1f Bug 1065891 - (Part 2.6) Migrate search activity default pref on app update. r=bnicholson 2014-09-29 20:56:21 -07:00
Margaret Leibovic
69a390f044 Bug 1065891 - (Part 2.5) Add test to make sure search plugin XML file ends up where we expect it to. r=bnicholson 2014-09-29 20:56:20 -07:00
Margaret Leibovic
aad5f309b7 Bug 1065891 - (Part 2) Update the search activity default engine when the gecko default search engine changes. r=bnicholson 2014-09-29 20:56:20 -07:00
Margaret Leibovic
7bcb44c968 Bug 1065891 - (Part 1) Remove search engine pref from search activity settings screen. r=liuche 2014-09-29 20:56:20 -07:00
Mark Finkle
c5a73a9a0a Bug 1074413 - Add null check for Tab when handling potentially stale messages in JavaPanZoomController r=kats 2014-09-29 23:39:34 -04:00
Mark Finkle
7f9363ec23 Bug 1071738 - Formatting cleanup in FormAssistPopup.java r=bnicholson 2014-09-29 15:07:09 -04:00
Mark Finkle
57495bc136 Bug 1071738 - Limit form autofill dropdown to a maximum of five rows r=bnicholson 2014-09-29 15:07:06 -04:00
Ryan VanderMeulen
87aa42169a Backed out changesets ba4b4066c0fe and 1372b8919331 (bug 1071738) for Android crashes.
CLOSED TREE
2014-09-29 16:57:09 -04:00
wesj
03d83df18a Bug 1072376 - Only set lock screen flags if we're showing on the lockscreen. r=lucasr 2014-09-29 13:14:39 -07:00
Mark Finkle
5eeddf01a2 Bug 1071738 - Formatting cleanup in FormAssistPopup.java r=bnicholson 2014-09-29 15:07:09 -04:00
Mark Finkle
e26df52232 Bug 1071738 - Limit form autofill dropdown to a maximum of five rows r=bnicholson 2014-09-29 15:07:06 -04:00
Michael Comella
fef23c8190 Bug 1073449 - Correct favicon size. r=lucasr 2014-09-29 11:35:11 -07:00
Nick Alexander
67c57e95cd Bug 1072954 - Iterate entire list in RemoteClientsDialogFragment onClick. r=trivial 2014-09-29 11:27:11 -07:00
Michael Comella
09269da38f Bug 1071226 - Part 2: Update text color in private browsing and tab strip. r=lucasr 2014-09-29 09:51:46 -07:00
Michael Comella
fb81815fac Bug 1071226 - Part 1: Use same menu asset for private browsing mode. r=lucasr 2014-09-29 09:51:45 -07:00
Margaret Leibovic
513418338f Bug 1074204 - Show correct android:summary text for sync. r=liuche 2014-09-29 11:08:32 -07:00
Margaret Leibovic
3fd26288c1 Bug 1063193 - Update Wikipedia search plugin so that it won't redirect to a new domain. r=mfinkle 2014-09-29 11:08:30 -07:00
Margaret Leibovic
ac7026e25a Bug 1050457 - Increase top/right/left values of edit_text_focus layer-list drawable to fix pixel issue on 4.1. r=liuche 2014-09-29 11:08:27 -07:00
Carsten "Tomcat" Book
203c114322 merge mozilla-inbound to mozilla-central a=merge 2014-09-29 15:42:55 +02:00
Eugen Sawin
10514e3510 Bug 1072639 - Fix context for web app notifications. r=snorp 2014-09-24 14:39:07 +02:00
Eugen Sawin
dff3fab30e Bug 1034114 - Defer remote debugger initialization via notification. r=snorp 2014-09-26 18:53:12 +02:00
Wes Kocher
90f6caa641 Merge m-c to inbound a=merge 2014-09-26 19:16:54 -07:00
Brian Nicholson
11e1f9150e Bug 1073257 - Fix condition for suggested image URL. r=me 2014-09-26 13:43:32 -07:00
Nick Alexander
c895290da3 Bug 1069648 - Add instrumentation manifests to moz.build. r=ted
These manifests are special in that they don't package their test files
into the test package.  Each test listed in an instrumentation manifest
serves as an identifier rather than a file.

--HG--
extra : rebase_source : 0321528a2dc380e57b824746efbcf61d295204a9
2014-09-26 11:44:58 -07:00
Nick Alexander
c7eb81d119 Bug 1064177 - Part 2: Don't show Synced Tabs home panel in Guest Mode. r=wesj
We hard-code a number of default panel configuration options here, so
let's add another.

I don't care to migrate serialized Guest profile Home Panel
configurations forward.  I don't expect there are any: no Home Panel
configuration is written to SharedPreferences until the user edits the
default configuration in Settings > Customize > Home, and I expect ~0
folks to have taken these steps while in Guest Mode.

While I was here, I updated the other uses of GeckoProfile.inGuestMode
to guard Sync related things that I found.

--HG--
extra : rebase_source : 995a70fb19abbd1958e84f2517bd864ffdf75584
2014-09-26 11:44:56 -07:00
Nick Alexander
feead1eb8e Bug 1064177 - Part 1: Add RestrictedProfiles.DISALLOW_MODIFY_ACCOUNTS. r=wesj
This corresponds to UserManager.DISALLOW_MODIFY_ACCOUNTS.

--HG--
extra : rebase_source : 9a337cf2cb7c3cf6d8ae4c9b9c7a41138651410f
2014-09-26 11:44:55 -07:00
Ryan VanderMeulen
5c949f8890 Merge m-c to inbound. a=merge 2014-09-26 17:01:30 -04:00
wesj
1b588ab324 Bug 1063541 - Destory singleton NetworkManager object when requested. r=mfinkle 2014-09-25 13:05:00 -07:00
Brian Nicholson
e8a5dcaf32 Bug 1071039 - Update TestSuggestedSites to check IDs. r=lucasr 2014-09-26 11:37:04 -07:00
Brian Nicholson
4cc3520ff3 Bug 1071039 - Add ID support to suggested sites. r=lucasr 2014-09-26 11:37:04 -07:00
Brian Nicholson
4a47ae9d7a Bug 1073257 - Get imageurl and bgcolor from cursor 2014-09-26 11:34:39 -07:00
Brian Nicholson
ba1902adf3 Bug 1073257 - Update TopSitesCursorWrapper to include imageurl and bgcolor 2014-09-26 11:34:39 -07:00
wesj
ec2a2da566 Bug 1071076 - Handle enter key in search page searches. r=margaret 2014-09-26 11:31:12 -07:00
wesj
9e399bdfd8 Bug 1072332 - Allow clearing metadata based on a profile name. r=mfinkle 2014-09-26 11:31:11 -07:00
wesj
5b33ccde26 Bug 1071091 - Restrict the system download manager to non-release builds for now. r=nalexander 2014-09-24 22:29:00 -07:00
Michael Comella
b3cce5583a Bug 1072466 - Part 2: Update url bar entry asset. r=lucasr 2014-09-26 11:22:49 -07:00
Michael Comella
30683fde10 Bug 1072466 - Part 1: Update tabs panel button asset. r=lucasr 2014-09-26 11:21:24 -07:00
Projjol Banerji
eb3166e06f Bug 1060056 - Rename MainActivity to SearchActivity. r=margaret
--HG--
rename : mobile/android/search/java/org/mozilla/search/MainActivity.java => mobile/android/search/java/org/mozilla/search/SearchActivity.java
2014-09-26 11:12:59 -07:00
Jim Chen
dde35410d0 Bug 1073328 - Prevent using our own handler as system handler; r=snorp 2014-09-26 15:45:46 -04:00