Commit Graph

10025 Commits

Author SHA1 Message Date
Brian Nicholson
cdfde9b60e No bug - Remove obsolete Promise.defer() from comment. DONTBUILD 2014-08-14 17:11:29 -07:00
Wes Johnston
b4fc5d202a Bug 1042829 - Updated Android sdk to 20. r=mfinkle 2014-08-14 10:47:12 -07:00
Wes Kocher
76e9302a18 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
43f46a56f1 Backed out changeset b9fc8a08a0c2 (bug 1042829) for various Android failures 2014-08-14 15:50:42 -07:00
Ryan VanderMeulen
9292e3b6fb Merge m-c to fx-team. a=merge 2014-08-14 17:31:12 -04:00
Ryan VanderMeulen
9f14687e30 Merge fx-team to m-c. a=merge 2014-08-14 17:11:56 -04:00
Wes Johnston
ff826334e8 Bug 1052276 - Use Toast.jsm in place of NativeWindow.toast. r=margaret 2014-08-14 13:53:44 -07:00
Wes Johnston
6ea49644cf Bug 1052276 - Move toast code to a jsm module. r=margaret 2014-08-14 13:48:46 -07:00
Jim Chen
fcf060d9d8 Bug 1052595 - Respect toolbar autocomplete enabled pref; r=lucasr 2014-08-14 14:40:50 -04:00
Jim Chen
ef94db11af 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
e53fcd36ca Bug 917970 - Use correct text size for mixed content blocking notification. r=lucasr 2014-08-14 11:39:38 -07:00
Margaret Leibovic
e741297fb2 Bug 1048444 - Don't store searches that happen in private browsing mode. r=bnicholson 2014-08-14 11:39:25 -07:00
Nick Alexander
7d28527412 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
b1750b8308 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
6af5329b62 Bug 1042829 - Updated Android sdk to 20. r=mfinkle 2014-08-14 10:47:12 -07:00
Brian Nicholson
83b6383568 Bug 1052841 - Remove handleMessage from GeckoView. r=mfinkle 2014-08-14 12:52:51 -07:00
David Keeler
843f8bbee8 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
86ca102fd8 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
61da33795f 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
08acbf5275 Backed out changeset 70cda3c55557 (bug 1016613) for robocop failures; CLOSED TREE 2014-08-14 16:56:58 +01:00
Ethan Pransky
3cba06f3f1 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
c96ace0eaf Bug 973727 - Unhide browser toolbar when reaching the end of the page. r=wesj 2014-08-09 19:58:00 -04:00
Wes Johnston
b989727ead Bug 1052288 - Move PageActions to a jsm module. r=bnicholson 2014-08-13 21:38:37 -07:00
Theodore Kokkoris
62c0a1fee9 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
941547b55f Bug 1042238 - Turn on casting videos to Chromecast devices when possible. r=mfinkle 2014-07-22 12:14:44 -07:00
Wes Johnston
047c87f394 Bug 1042194 - Add a framework for adding widgets to error pages. r=margaret 2014-08-13 14:53:34 -07:00
Wes Johnston
5f9b68f09c Bug 1048000 - Expect undefined for non-matching regex groups. r=bnicholson 2014-08-13 14:53:34 -07:00
Wes Johnston
8bf3b3a592 Bug 1052254 - Disable loading of file URLs in guest sessions. r=rnewman 2014-08-13 14:53:34 -07:00
Wes Johnston
823ec6cf97 Bug 1046941 - Disable downloads and extension installs in guest mode. r=margaret 2014-08-13 14:53:33 -07:00
Margaret Leibovic
d261f0da98 Bug 1045655 - Focus search bar and open keyboard on launch. r=eedens 2014-08-13 12:36:22 -07:00
Eric Edens
3da73eaf74 Bug 1049282 - Remove textVisiblePassword input type from search box. r=margaret 2014-08-12 09:44:17 -07:00
Eugen Sawin
25ffc585f1 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
d7de573f64 Merge inbound to m-c. a=merge 2014-08-12 16:24:50 -04:00
Lucas Rocha
604f784e01 Bug 1052345 - Fix inflation issue in TabCounter (r=wesj) 2014-08-12 16:34:29 +01:00
Mark Capella
15a17d0b15 Bug 1048626 - Provide a minimal background thread pool for long-running tasks, r=rnewman 2014-08-11 22:50:47 -04:00
Brian Nicholson
9619f8a3b1 Bug 967325 - Implement GeckoRequest tests. r=jchen,mcomella 2014-08-11 19:37:39 -07:00
Brian Nicholson
4af3037d3a Bug 967325 - Implement GeckoRequest API. r=jchen,wesj 2014-08-11 19:37:39 -07:00
Chenxia Liu
3c909c38e3 Backout bug 1048525 for crash when Gecko is not running. 2014-08-11 18:13:51 -07:00
Wes Kocher
a891b9fc9e 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
9f7525e1fa Bug 1052177: Replace not-actually-redundant cast in BrowserToolbar. r=jchen 2014-08-11 16:19:20 -07:00
Margaret Leibovic
d97996bec5 Bug 1047021 - Don't force portrait mode. r=wesj 2014-08-11 16:16:01 -07:00
Eric Edens
38bcfc926c Bug 1048525 - Use SuggestClient from MC. r=margaret 2014-08-11 15:50:47 -07:00
Brian Nicholson
1a3ac959e5 Bug 967325 - Implement GeckoRequest tests. r=jchen,mcomella 2014-08-11 15:09:37 -07:00
Brian Nicholson
32916e2fc3 Bug 967325 - Implement GeckoRequest API. r=jchen,wesj 2014-08-11 15:09:37 -07:00
Brian Nicholson
e3574d8dd5 Bug 1051116 - Default to a search query for search suggestions. r=wesj 2014-08-11 14:39:26 -07:00
Ed Morley
565f70db0c Merge mozilla-central and inbound 2014-08-12 17:56:08 +01:00
Richard Newman
60a06f762d Bug 1050034 - Eliminate BrowserDB.URLColumns. r=lucasr 2014-08-11 10:52:37 -07:00
Margaret Leibovic
aa73842121 Bug 1048941 - Make all empty view images 90x90dp. r=lucasr 2014-08-11 09:55:43 -07:00
Lucas Rocha
012fc7cae9 Bug 1048903 - Change TabCounter to take layout id as attribute (r=wesj) 2014-08-11 15:28:02 +01:00
Tristan Pollitt
b4ec0881a6 Bug 1023652 - Update testBookmarksPanel to check for non-existence of Share option. r=mcomella 2014-08-06 04:04:00 -04:00