Commit Graph

12571 Commits

Author SHA1 Message Date
Andrew Osmond
2250b84012 Bug 1169342 - Remove nsIDOMDeviceStorage. Cleanup nsDOMDeviceStorage event wrappers. r=dhylands 2015-05-28 18:53:16 -04:00
Karim Benhmida
de8173f084 Bug 1138635 - Keep keyboard up after voice input. r=liuche 2015-05-21 14:55:53 -07:00
Allison Naaktgeboren
489b1a55ac Bug 1065004 - Provide an option to always open external tabs in Private Browsing.r=margaret 2015-05-26 15:26:33 -07:00
Margaret Leibovic
26fa2df2ed Bug 1150174 - Update Android reader button logic to avoid doing full readability parse on every page load. r=mcomella 2015-04-10 17:09:21 -07:00
vivek
b2acd2534d Bug 822979 - Bookmark popup notification improvements. r=margaret 2015-05-07 15:07:00 +02:00
Nick Desaulniers
f3fc2d8bc9 Bug 1152597 - Icons are shown for some apps. r=marco 2015-05-19 11:43:39 -07:00
Phil Ringnalda
ae0515f0a5 Merge f-t to m-c, a=merge 2015-05-23 14:28:07 -07:00
Michael Comella
762d2aaa92 Bug 1166868 - Add default favicon search assets. r=trivial
Forgot to add these in the last commits - this will fix the build bustage.
2015-05-22 16:28:20 -07:00
Michael Comella
670df6e052 Bug 1166868 - review: Add clarifying comments to FaviconView. r=trivial 2015-05-22 16:18:56 -07:00
Michael Comella
adf53f5e5e Bug 1166868 - Update default favicon for custom search engines. r=margaret" 2015-05-22 11:32:09 -07:00
Michael Comella
9a4a0c57d1 Bug 1158282 - Correct showDefaultFavicon comment. r=me
I thought the dominant color box was always used, but it is only used when it
is enabled in XML attrs.
2015-05-22 11:35:45 -07:00
Michael Comella
f6077389d6 Bug 1158282 - Clarify existing comment in FaviconView.formatImage. r=margaret 2015-05-21 14:11:41 -07:00
Michael Comella
826339c3ee Bug 1158282 - Handle the default favicon as any other favicon. r=margaret
This removes the complications of handling the "default favicon" as a special
case simplifying the code into two branches - no favicon (i.e. blank) and a
custom favicon.  Under the hood, the Android framework probably does a similar
amount of work (e.g. opening & scaling the bitmap) so I doubt this is less
efficient.

This solves the custom search engine icons changing on FaviconView reuse
(i.e. scrolling) and the incorrect scaling of the default favicon in the
search engine bar.

I attempted to solve the issue while keeping the default favicon as a special
case and it caused a lot of hard to follow code branches so it wasn't worth it.
This special casing is also why this bug existed in the first place!

One caveat to the handle-the-default-as-any-other-approach is mentioned in
the code comments (see FaviconView.showDefaultFavicon).
2015-05-21 14:03:16 -07:00
Ryan VanderMeulen
ecdd625f1a Merge inbound to m-c. a=merge 2015-05-22 14:02:47 -04:00
Karim Benhmida
11a882747d Bug 1164301 - Voice input in url activates on click and release. r=liuche 2015-05-21 10:51:37 -07:00
Aaron Raimist
a94f0a4f67 Bug 1163211 - Remove windowSoftInputMode comment in AndroidManifest.xml.in r=mcomella 2015-05-21 14:17:42 -07:00
Margaret Leibovic
6b86c2ac37 Bug 1166392 - Include about:reader strings on Android. r=mfinkle 2015-05-21 12:46:42 -07:00
Carsten "Tomcat" Book
0e09dfeb83 Merge mozilla-central to fx-team 2015-05-21 15:16:40 +02:00
Carsten "Tomcat" Book
967e6f7f03 merge mozilla-inbound to mozilla-central a=merge 2015-05-21 14:56:34 +02:00
Mark Finkle
f39f5b4167 Bug 1151786 - Intermittent testOfflinePage: Restructure test to wait for offline state to change r=margaret 2015-05-21 08:40:45 -04:00
Mike Hommey
434f0fefde Bug 1166538 - Use zip py_action in a few places. r=gps 2015-05-21 15:17:02 +09:00
dominique vincent
a5b86a8b0f Bug 1165128 - Enable zoomedview by default. r=mcomella 2015-05-15 22:20:12 +02:00
Matt King
c84b4da484 Bug 1150983 - Add "Synced Tabs" to Clear Private Data option list. r=nalexander 2015-05-04 14:08:31 +02:00
Karim Benhmida
aba78ca9c4 Bug 1159978 - Strip out old StartPane activity. r=liuche 2015-05-20 12:26:44 -07:00
Makoto Kato
d62075c412 Bug 958421 - XUL dialog for certificate is security/manager/pki/resouces is unnecessary on Firefox Android. r=snorp 2015-05-22 14:28:04 +09:00
darrenjl
b9cafa0ac9 Bug 1121651 - Remove static StringHelper.get references in UITest framework.r=mcomella 2015-04-30 12:37:33 +10:00
Martyn Haigh
dab68db035 Bug 1165856 - Nightly app does not appear in task switcher when opening external links 2015-05-20 10:08:41 +01:00
Carsten "Tomcat" Book
aa59538a7b Merge mozilla-central to fx-team 2015-05-20 16:10:15 +02:00
Carsten "Tomcat" Book
df805f488e merge mozilla-inbound to mozilla-central a=merge 2015-05-20 15:52:31 +02:00
Neil Bleasdale
85fc1e211e Bug 1165137 - Remove the 'static' keyword from ChangeVerifier interface. r=mcomella 2015-05-18 05:14:00 -04:00
Mike Taylor
085c7a83db Bug 1162099 - Set the prefs to use the dynamic UA override mechanism. r=mfinkle
Once deploying + infrastructure is in place we'll flip
general.useragent.updates.enabled to true.
2015-05-13 20:01:00 -04:00
Mike Taylor
a398baa257 Bug 1162099 - Add ua-update.json to the package manifest + DIST_FILES. r=mfinkle, r=nalexander 2015-05-13 21:57:00 -04:00
Mike Taylor
f291905a73 Bug 1162099 - Create ua-override.json.in and move Youtube override into it. r=nalexander 2015-05-13 21:55:00 -04:00
Nick Alexander
efd6624013 Bug 1151619 - Add Adjust SDK license. r=gerv 2015-05-11 14:05:06 -07:00
Nick Alexander
21b13f80c7 No bug - Brace an if block for clarity. 2015-05-19 08:53:25 -07:00
Michael Comella
1e1936b48a Bug 1137483 - Disable testInputUrlBar on 2.3. r=margaret 2015-05-15 15:52:03 -07:00
Michael Comella
13924d6908 Bug 1137483 - Add AppConstants.Versions to ProGuard config to prevent removal. r=nalexander
ProGuard removing Versions' fields caused test failures in comment 50.
2015-05-13 16:29:49 -07:00
Michael Comella
c625a2f637 Bug 1137483 - Move search engine bar under keyboard when shown. r=liuche
This requires the window to resize when the keyboard is shown, which required a
revision in when we draw the window background.
2015-04-23 12:21:55 -07:00
Michael Comella
56de5c73a0 Bug 1137483 - Set content description of SearchEngineBar items. r=liuche
I tested with Talkback to ensure only the outer container of each search engine
favicon is selected.
2015-04-22 16:45:23 -07:00
Michael Comella
4f94ecca4d Bug 1137483 - Add telemetry for items selected from the quick search bar. r=liuche 2015-04-21 17:26:52 -07:00
Michael Comella
b6fff6e82c Bug 1137483 - Center SearchEngineBar when it doesn't fill the screen. r=liuche 2015-04-21 17:12:43 -07:00
Michael Comella
62fecb0470 Bug 1137483 - Add search engine bar to the bottom of BrowserSearch. r=liuche 2015-04-21 16:25:33 -07:00
Mark Capella
a6cab67cf8 Bug 1157637 - Create ActionBar Handler and Gecko SelectionCarets tests, r=margaret 2015-05-14 22:06:13 -04:00
Mark Capella
f717288334 Bug 988143 - Enable Gecko Touch in Fennec, Enable all in Mobile, r=margaret 2015-05-14 22:06:13 -04:00
Mark Capella
44e15b5186 Bug 988143 - Enable Gecko Touch in Fennec, New ActionBar Handler, r=margaret 2015-05-14 22:06:13 -04:00
Mark Capella
d8c48d613f Bug 988143 - Enable Gecko Touch in Fennec, TextSelection mods, r=margaret 2015-05-14 22:06:13 -04:00
Mark Capella
20c2759bed Bug 988143 - Enable Gecko Touch in Fennec, SelectionCarets mods, r=ehsan
* * *
Bug 988143 - Enable Gecko Touch in Fennec, Add new Mobile prefs, r=ehsan
2015-05-14 22:06:13 -04:00
Mark Capella
9549c6e21f Bug 988143 - Enable Gecko Touch in Fennec, TouchCaret mods, r=ehsan
* * *
Bug 988143 - Enable Gecko Touch in Fennec, TouchCaret mods, r=ehsan
2015-05-14 22:06:13 -04:00
Mark Capella
16f6e4d712 Bug 988143 - Enable Gecko Touch in Fennec, Android specific nsCaret mods, r=ehsan 2015-05-14 22:06:13 -04:00
Michael Comella
0f6c3017e3 Bug 1164938 - Add MOZ_ANDROID_TAB_QUEUE flag only on NIGHTLY_BUILD. r=nalexander 2015-05-14 15:39:46 -07:00