Commit Graph

14048 Commits

Author SHA1 Message Date
Eric Edens
278e263b47 Bug 1042943 - Allow users to switch search engine. r=margaret 2014-08-14 16:40:30 -07:00
Margaret Leibovic
a1039e8b10 Bug 1043034 - Add underline to search bar when inactive. r=wesj 2014-08-14 17:13:42 -07:00
Brian Nicholson
57e5eeea76 No bug - Remove obsolete Promise.defer() from comment. DONTBUILD 2014-08-14 17:11:29 -07:00
Wes Johnston
b5cdf43d84 Bug 1042829 - Updated Android sdk to 20. r=mfinkle 2014-08-14 10:47:12 -07:00
Wes Kocher
2f68c81825 Backed out 2 changesets (bug 1052276) for causing various Android failures
Backed out changeset fb6d69690255 (bug 1052276)
Backed out changeset 14a934f9c207 (bug 1052276)
2014-08-14 16:36:59 -07:00
Wes Kocher
0f063da203 Backed out changeset b9fc8a08a0c2 (bug 1042829) for various Android failures 2014-08-14 15:50:42 -07:00
Ryan VanderMeulen
66cd1029eb Merge m-c to fx-team. a=merge 2014-08-14 17:31:12 -04:00
Ryan VanderMeulen
6d7abde6f2 Merge fx-team to m-c. a=merge 2014-08-14 17:11:56 -04:00
Wes Johnston
0fd3ac2d22 Bug 1052276 - Use Toast.jsm in place of NativeWindow.toast. r=margaret 2014-08-14 13:53:44 -07:00
Wes Johnston
89d12cd851 Bug 1052276 - Move toast code to a jsm module. r=margaret 2014-08-14 13:48:46 -07:00
Jim Chen
4f73b1b69e Bug 1052595 - Respect toolbar autocomplete enabled pref; r=lucasr 2014-08-14 14:40:50 -04:00
Jim Chen
2545b90386 Bug 1052595 - Make BrowserToolbar own toolbar prefs; r=lucasr
--HG--
rename : mobile/android/base/toolbar/ToolbarTitlePrefs.java => mobile/android/base/toolbar/ToolbarPrefs.java
2014-08-14 14:40:49 -04:00
Margaret Leibovic
531b13b0a1 Bug 917970 - Use correct text size for mixed content blocking notification. r=lucasr 2014-08-14 11:39:38 -07:00
Margaret Leibovic
38afcd5c35 Bug 1048444 - Don't store searches that happen in private browsing mode. r=bnicholson 2014-08-14 11:39:25 -07:00
Nick Alexander
6433cfb8d4 Bug 1053494 - Android Eclipse support for Android v7 support libraries and Play Services. r=bnicholson 2014-08-14 11:28:31 -07:00
Nick Alexander
c27049728e Bug 1052889 - Make Android Eclipse generate R.java. r=bnicholson
This patch does two things.  First, it adds the Search Activity sources
to the main Fennec Eclipse project (when enabled).  There's no reason
for a separate project for these, since they are built as part of the
main Fennec package by moz.build.

Second, it arranges for Eclipse to generate the R.java and Manifest.java
files for all Android libraries and ignores the files generated by
moz.build.  (The relevant classes are org.mozilla.{gecko,search}.R.)
This means renaming the FennecResources Eclipse project's package to
org.mozilla.gecko, and renaming the FennecResourcesSearch project's
package to org.mozilla.search.  To be consistent, I switched
org.mozilla.fennec.resources to org.mozilla.gecko throughout.

To accommodate the crash reporter resources, which depend on the static
and generated resources, I added a layer of indirection. By moving the
main resources into project FennecResourcesStatic, we can have (reading
indentation as "depends on"):

FennecResources
  FennecResourcesCrashReporter
    FennecResourcesStatic
    FennecResourcesGenerated
  FennecResourcesBranding

This lets us break the bidirectional dependency between FennecResources
and FennecResourcesCrashReporter.
2014-08-14 11:28:27 -07:00
Wes Johnston
e23461e137 Bug 1042829 - Updated Android sdk to 20. r=mfinkle 2014-08-14 10:47:12 -07:00
Brian Nicholson
bb18db7d58 Bug 1052841 - Remove handleMessage from GeckoView. r=mfinkle 2014-08-14 12:52:51 -07:00
David Keeler
c3d3df58ac bug 1030963 - remove non-standard window.crypto functions/properties r=jst r=briansmith r=glandium 2014-08-14 09:38:42 -07:00
Ben Curtis
573fe4f1e9 Bug 1046020 - Include URI port in token server audiences. r=nalexander
========

5b97feec90
Author: Ben Curtis <androiddev@nosolutions.com>
    Bug 1046020 - Include URI port in token server audiences.

--HG--
extra : amend_source : 706eaa493e969ce27470aafd482f6b61f5f88db8
2014-08-13 16:47:23 -07:00
Nick Alexander
ecd82acacc Bug 830270 - Follow-up: Land other piece. r=trivial
This landed with only some of the changes from the android-sync
repository present.
2014-08-14 11:25:46 -07:00
Ed Morley
10aae40c12 Backed out changeset 70cda3c55557 (bug 1016613) for robocop failures; CLOSED TREE 2014-08-14 16:56:58 +01:00
Ethan Pransky
134a9bbee4 Bug 1016613 - Replace RemoteTabsPanel view with ViewStub in tabs_panel.xml and created new layout file to inflate the ViewStub when user clicks on 3rd button in TabsPanel. r=mcomella
This was done in order to save on resources and not create the RemoteTabsPanel until needed
2014-08-13 10:39:32 -07:00
Rahul Parsani
86ce7f252a Bug 973727 - Unhide browser toolbar when reaching the end of the page. r=wesj 2014-08-09 19:58:00 -04:00
Wes Johnston
0d8e7c1945 Bug 1052288 - Move PageActions to a jsm module. r=bnicholson 2014-08-13 21:38:37 -07:00
Theodore Kokkoris
b7977bc57c Bug 1052100 - Make updater respect mobile hotspot setting on Android. r=snorp
--HG--
extra : histedit_source : 85a2017bd4e6e68a5a7d1b7b1dbf9fdb0d45b59c
2014-08-12 18:59:56 +03:00
Wes Johnston
48bd8f2c96 Bug 1042238 - Turn on casting videos to Chromecast devices when possible. r=mfinkle 2014-07-22 12:14:44 -07:00
Wes Johnston
99b56f9731 Bug 1042194 - Add a framework for adding widgets to error pages. r=margaret 2014-08-13 14:53:34 -07:00
Wes Johnston
821554a3e1 Bug 1048000 - Expect undefined for non-matching regex groups. r=bnicholson 2014-08-13 14:53:34 -07:00
Wes Johnston
2622559577 Bug 1052254 - Disable loading of file URLs in guest sessions. r=rnewman 2014-08-13 14:53:34 -07:00
Wes Johnston
9bd9ffb659 Bug 1046941 - Disable downloads and extension installs in guest mode. r=margaret 2014-08-13 14:53:33 -07:00
Margaret Leibovic
e024ea7005 Bug 1045655 - Focus search bar and open keyboard on launch. r=eedens 2014-08-13 12:36:22 -07:00
Eric Edens
dc66fc90ad Bug 1049282 - Remove textVisiblePassword input type from search box. r=margaret 2014-08-12 09:44:17 -07:00
Eugen Sawin
2462bc6f45 Bug 1046631 - Don't process meta-viewport tags from a new page load before displaying the new page. r=kats 2014-08-12 21:55:36 +02:00
Ryan VanderMeulen
d5a4ba923d Merge inbound to m-c. a=merge 2014-08-12 16:24:50 -04:00
Lucas Rocha
e43397cf64 Bug 1052345 - Fix inflation issue in TabCounter (r=wesj) 2014-08-12 16:34:29 +01:00
Mark Capella
3d9fea83e3 Bug 1048626 - Provide a minimal background thread pool for long-running tasks, r=rnewman 2014-08-11 22:50:47 -04:00
Brian Nicholson
db77d8aa46 Bug 967325 - Implement GeckoRequest tests. r=jchen,mcomella 2014-08-11 19:37:39 -07:00
Brian Nicholson
28f33b0cd4 Bug 967325 - Implement GeckoRequest API. r=jchen,wesj 2014-08-11 19:37:39 -07:00
Chenxia Liu
3a2c026174 Backout bug 1048525 for crash when Gecko is not running. 2014-08-11 18:13:51 -07:00
Wes Kocher
ebe949d25a Backed out 2 changesets (bug 967325) for rc4 failures
Backed out changeset 5db7e8e8bd6c (bug 967325)
Backed out changeset bbd7ca6452ff (bug 967325)
2014-08-11 16:31:15 -07:00
Chris Kitching
3135d03b90 Bug 1052177: Replace not-actually-redundant cast in BrowserToolbar. r=jchen 2014-08-11 16:19:20 -07:00
Margaret Leibovic
0f5193d6c1 Bug 1047021 - Don't force portrait mode. r=wesj 2014-08-11 16:16:01 -07:00
Eric Edens
52d29bdbcf Bug 1048525 - Use SuggestClient from MC. r=margaret 2014-08-11 15:50:47 -07:00
Brian Nicholson
c268a38982 Bug 967325 - Implement GeckoRequest tests. r=jchen,mcomella 2014-08-11 15:09:37 -07:00
Brian Nicholson
fa2250d244 Bug 967325 - Implement GeckoRequest API. r=jchen,wesj 2014-08-11 15:09:37 -07:00
Brian Nicholson
530f3c384a Bug 1051116 - Default to a search query for search suggestions. r=wesj 2014-08-11 14:39:26 -07:00
Ed Morley
62b7aa6b87 Merge mozilla-central and inbound 2014-08-12 17:56:08 +01:00
Richard Newman
9d7233b729 Bug 1050034 - Eliminate BrowserDB.URLColumns. r=lucasr 2014-08-11 10:52:37 -07:00
Margaret Leibovic
7fcfb56b13 Bug 1048941 - Make all empty view images 90x90dp. r=lucasr 2014-08-11 09:55:43 -07:00