Commit Graph

16813 Commits

Author SHA1 Message Date
Michael Comella
e1b9066d7c Bug 1176886 - Add UselessParent ignore to tab_queue_prompt. r=mhaigh
--HG--
extra : commitid : CdwTYiJfLx4
extra : rebase_source : 4215e11755ed2f966696d89c60f1fb862a1ce1f3
2015-06-23 10:55:04 -07:00
Michael Comella
828915907f Bug 1177166 - Remove duplicate favicon_search & suggestion_item_search icons. r=jonalmeida
The icons are now called search_icon_inactive.

--HG--
extra : commitid : AAqTxhEWs7i
extra : rebase_source : efea5446fdbfb0415d328e8d076799b8078bb468
2015-06-24 12:45:36 -07:00
Michael Comella
85b2839e43 Bug 1177166 - Remove duplicated menu_tabs icons. r=jonalmeida
The duplicated icon is called menu.

--HG--
extra : commitid : 51T5XtKT4wV
extra : rebase_source : 2e5d0d0b0936951809c748112330e0586b85b8e9
2015-06-24 12:48:54 -07:00
Michael Comella
17aabfd667 Bug 1177166 - Remove duplicate icon_last_tabs_empty. r=jonalmeida
Used icon_remote_tabs_empty instead.

--HG--
extra : commitid : JVy0nOud4z
extra : rebase_source : 7c2eafb77585b6fd18c2dbcb1dc3a469f776eb6f
2015-06-24 12:10:01 -07:00
Sebastian Kaspari
f511089b41 Bug 1157539 - Create "speed dial" dynamic home panel layout. r=mhaigh
--HG--
extra : commitid : J69tandSl6o
extra : rebase_source : 0b7b26a376938ae42beb7d0f872b3f1df68eb7c3
2015-06-16 13:53:59 +02:00
Michael Comella
f84e7c9b72 Bug 1170884 - Change inner LinearLayout to wrap_content. r=mhaigh
Inside a ScrollView. According to Android Lint:

ScrollView children must set their layout_width or layout_height attributes to
wrap_content rather than fill_parent or match_parent in the scrolling dimension

--- Who am I to argue?

--HG--
extra : commitid : EomuSjCkA7a
extra : rebase_source : 7c6fb5539f96744f3dfa2bd3613ecd95fe1d6e2e
2015-06-23 10:39:55 -07:00
Carsten "Tomcat" Book
7fd037905e merge mozilla-inbound to mozilla-central a=merge 2015-06-24 16:01:47 +02:00
Michael Comella
2c907a42d3 Bug 1175388 - Disable AlwaysShowAction on a file level. r=margaret
We have a custom menu system here and interpret these attributes ourselves so
this warning isn't relevant to us.

--HG--
extra : commitid : 9iDtQH2P86
extra : rebase_source : 1f2e5c37e57057cd92971a3ff637837032f78516
2015-06-16 20:25:42 -07:00
Martyn Haigh
03247b4e71 Bug 1176883 - Fix privateBrowing translation issue (r=flod)
--HG--
extra : amend_source : d495dbfd681fa2a324052deddb4fab9ba66d3dc3
2015-06-23 10:37:45 -07:00
Carsten "Tomcat" Book
87e3154dff merge mozilla-inbound to mozilla-central a=merge 2015-06-22 14:03:17 +02:00
Ahmed Khalil
c503c4e252 Bug 1172077 - Merge tabs.db into browser.db. r=nalexander a=KWierso
This moves the tabs and clients table into the main per-profile
browser.db database.  It's a code savings but it also makes it easier
to query against open tabs when inspecting parts of the browser
database, like history and bookmarks.

--HG--
extra : commitid : GFnp5ADiaKQ
extra : rebase_source : 944afa7a2af67cb177c72fdad2d0340f470e5d23
extra : amend_source : 2a1748ed22db0d9dc984f20ef9f53385c2ce9fdb
2015-06-18 15:05:42 -07:00
Chenxia Liu
4cf955fbee Bug 1173887 - Only display one title + favicon for the first doorhanger in a popup. r=ally, a=Kwierso
--HG--
extra : commitid : GFYZDG4PxZ0
extra : rebase_source : 1ae9639284ab100e1e8348e144a99bcec80646dd
2015-06-16 14:03:09 -07:00
Chenxia Liu
ce2be88436 Bug 1150613 - Doorhanger should not reappear after being dismissed. r=margaret, a=Kwierso
--HG--
extra : commitid : 2E976j0ZsZ3
extra : rebase_source : 3012005fa03fb4bfcbd1229c7be3aac8e9562df7
2015-06-18 10:53:09 -07:00
Jonathan Almeida
11fd2b4a90 Bug 1161820 - Replace all back button presses with Solo.goBack in tests. r=liuche CLOSED TREE
--HG--
extra : amend_source : d3bdbfb4a990b187c633988f96f5bb3cc759403e
2015-06-17 17:24:48 -07:00
Ryan VanderMeulen
bbdd38fdde Merge inbound to m-c. a=merge
CLOSED TREE
2015-06-19 16:33:59 -04:00
Ryan VanderMeulen
38908bda34 Merge fx-team to m-c. a=merge 2015-06-19 16:33:00 -04:00
Eugen Sawin
4eaf9508d0 Bug 1175605 - Do not access DOMApplicationRegistry properties before it is ready. r=myk 2015-06-18 22:09:49 +02:00
Sylvestre Ledru
31098c91d9 Bug 1174506 - Bring back the version in the About:page of fennec r=glandium
Also update the configure to use MOZ_APP_VERSION for MOZ_APP_VERSION_ABOUT
if not found

--HG--
extra : rebase_source : bf511748c78577a2b84465bf4798ee635b036c22
2015-06-19 12:51:48 +02:00
Chenxia Liu
fe00972718 Bug 1175996 - Backout enable of testSettingsMenuItems for 2.3 from bug 1144898. CLOSED TREE r=orange, a=RyanVM
--HG--
extra : commitid : 1EKd20HGxjA
extra : amend_source : 768ad691076f9da74023626313d371d0d41a9dde
2015-06-18 10:54:52 -07:00
Sebastian Kaspari
1e85c546d0 Bug 1171288 - Add ability to build with RecyclerView support library. r=nalexander
--HG--
extra : rebase_source : 781c82348e9ea08183aa8560532ffb63222f8f8d
2015-06-16 19:52:44 +02:00
Chenxia Liu
9386258322 Bug 1144898 - Android 4.3 testSettingsMenuItems | Exception caught - junit.framework.AssertionFailedError: Text string: '^Mozilla$' is not found! r=mcomella
--HG--
extra : commitid : GLc0T5gB7Tv
extra : rebase_source : e6f46939bbce578f3ea2ca835ffc66db92661918
2015-06-17 09:52:49 -07:00
Mike Taylor
2429d0908e Bug 1175301: Update UA override for Youtube. r=mbrubeck 2015-06-17 13:02:30 -07:00
Nick Alexander
1175a4f453 Bug 1161234 - Pre: Add "CreateFirefoxAccountFromJSON" message. r=rnewman
We will probably grow a helper module for handling these
account-related messages, but this is enough to develop an
about:accounts style add-on.

--HG--
extra : commitid : 4w3nNnJLd59
extra : rebase_source : 2f4cf9c5700bf9555d0dec9bdbf6341b274fbfd2
2015-06-17 12:32:03 -07:00
Ryan VanderMeulen
c3ff518ee6 Merge fx-team to m-c. a=merge 2015-06-17 15:01:24 -04:00
Ryan VanderMeulen
bfad686249 Merge m-c to inbound. a=merge
CLOSED TREE
2015-06-17 12:10:37 -04:00
Michael Comella
97320bbf73 Bug 1170884 - Use 0dp for layout_w/h for perf reasons. r=mhaigh
This falls under the InefficientWeight rule.

Changes completed via Android Studio quick-fix.

--HG--
extra : commitid : 4c64Y9Q3mS3
extra : rebase_source : b888629fed9da8f7bc95e58766d395d40b2d7926
2015-06-16 20:37:17 -07:00
Michael Comella
78cc9bab41 Bug 1170884 - Add title to menu item. r=mhaigh
Part of android lint's "MenuTitle" warning.

This is a stub (according to the comments) so we don't actually need a title. I
was going to suppress the lint output but since the title is the empty string
on v11+ where this value is used, I figured an empty string title should
suffice.

--HG--
extra : commitid : IZCdKP6BgtF
extra : rebase_source : 599d608cd815cdfb09f7a636bffa52ae62a4da3c
2015-06-16 19:36:23 -07:00
Michael Comella
1d56a56d45 Bug 1170884 - Remove unnecessary namespace attribute. r=mhaigh
Part of android lint's "MissingPrefix" rule.

--HG--
extra : commitid : GGSU1tZsrqZ
extra : rebase_source : 488b7d77409e91baddc5eca036389c6fa7df77c7
2015-06-16 19:31:48 -07:00
Michael Comella
01c96292f5 Bug 1170884 - Add explicit orientation to LinearLayouts. r=mhaigh
android-lint recommends this as part of it's "Orientation" rule.

--HG--
extra : commitid : CYxhIiVkqNA
extra : rebase_source : 6551415a01926febf2d6c85c2205881eea91e084
2015-06-16 19:29:28 -07:00
Michael Comella
798df35512 Bug 1170884 - Remove obsolete layout params. r=mhaigh
Via the ObsoleteLayoutParam android Lint warning. Fixed automagically by
Android Studio.

--HG--
extra : commitid : IpVcy4sZdGc
extra : rebase_source : adc3d171ff911ccc715c14ca7c7f05adb778cf29
2015-06-12 17:27:03 -07:00
Martyn Haigh
10a086a22d Bug 1174845 - Remove purple overflow menu button (r=mcomella)
--HG--
extra : rebase_source : 2f18e26e7065561e939813d16534c8751b363bde
2015-06-17 15:36:39 +01:00
Mike Taylor
d22a598539 Bug 1169772 - Add Android version to platform identifier of Fennec's UA string. r=mfinkle, r=gerv 2015-06-11 09:38:00 -04:00
Martyn Haigh
57bb66ba9d Bug 1157978 - Remove duplicate what is private browsing messages (r=margaret)
--HG--
extra : rebase_source : 76db614388074f247685acc5f27700b7f981797a
2015-06-17 15:30:59 +01:00
Mike Taylor
39dfbc106a Bug 1175305 - Enable dynamic UA updates for Fennec. r=margaret 2015-06-18 15:00:00 +02:00
Nick Alexander
41cd99af7b Bug 1168407 - Implement a bidirectional Java addon interface. f=jchen,r=rnewman,r=mfinkle
There are several parts to this ticket:

1) Produce javaaddons-1.0.jar, a standalone JAR defining a (versioned)
Java interface suitable for consumption by third-party Java addon
implementations.

2) Support the new V1 interface in the JavaAddonManager.

3) Add Robocop JavascriptTests testing the JavaScript message passing
interface to and from Java.

This patch can be read as "not in tests/" and "everything in tests/".

--HG--
rename : mobile/android/base/JavaAddonManager.java => mobile/android/base/javaaddons/JavaAddonManager.java
extra : commitid : ApOd0Iz9BrZ
extra : rebase_source : 9808487ec3b233f31524e3694d1e997af78a0c84
extra : histedit_source : c8883a01805d7ed39ffb58e8523103260aa72d0b
2015-06-17 21:47:29 -07:00
Nick Alexander
b2342b8e9a Bug 1168407 - Pre: Add GeckoJarReader.extractStream. r=rnewman
The use case is to ship a classes.dex file in a Gecko add-on.  This
makes it easy to extract such a file from an add-on to a temporary
location.  (Sadly, the Android Dex loading classes expect files, not
streams.)

--HG--
extra : commitid : 5hvLXqQHtZz
extra : rebase_source : 6d5964253c7510f02c7ff7c3889264d341b2a61a
extra : histedit_source : f22be3f7c6a12f4aafc222e954d6cbeb466fe147
2015-06-15 16:21:55 -07:00
Nick Alexander
56e7e8be1b Bug 1168407 - Pre: Move roboextender under mobile/android/tests. r=gbrown
I want to include a file built during the Fennec build to the
roboextender extension; this is an easy way to arrange it.

I took the opportunity to make the extension file tree mirror the XPI
file tree, which always used base/.

--HG--
rename : testing/mochitest/roboextender/Makefile.in => mobile/android/tests/browser/robocop/roboextender/Makefile.in
rename : mobile/android/tests/browser/robocop/roboextender/SelectionUtils.js => mobile/android/tests/browser/robocop/roboextender/base/SelectionUtils.js
rename : mobile/android/tests/browser/robocop/roboextender/paymentsUI.html => mobile/android/tests/browser/robocop/roboextender/base/paymentsUI.html
rename : mobile/android/tests/browser/robocop/roboextender/robocop_home_banner.html => mobile/android/tests/browser/robocop/roboextender/base/robocop_home_banner.html
rename : mobile/android/tests/browser/robocop/roboextender/robocop_prompt_gridinput.html => mobile/android/tests/browser/robocop/roboextender/base/robocop_prompt_gridinput.html
rename : mobile/android/tests/browser/robocop/roboextender/testInputSelections.html => mobile/android/tests/browser/robocop/roboextender/base/testInputSelections.html
rename : mobile/android/tests/browser/robocop/roboextender/testSelectionHandler.html => mobile/android/tests/browser/robocop/roboextender/base/testSelectionHandler.html
rename : mobile/android/tests/browser/robocop/roboextender/testTextareaSelections.html => mobile/android/tests/browser/robocop/roboextender/base/testTextareaSelections.html
rename : testing/mochitest/roboextender/bootstrap.js => mobile/android/tests/browser/robocop/roboextender/bootstrap.js
rename : testing/mochitest/roboextender/chrome.manifest => mobile/android/tests/browser/robocop/roboextender/chrome.manifest
rename : testing/mochitest/roboextender/install.rdf => mobile/android/tests/browser/robocop/roboextender/install.rdf
rename : testing/mochitest/roboextender/moz.build => mobile/android/tests/browser/robocop/roboextender/moz.build
extra : commitid : 2BkQaW1ESSI
extra : rebase_source : cd7ca3327f77584542a77b26519c9a812f48c48e
extra : histedit_source : fe49f2ab0b6193b49a8c5c5cf4da51a5a4b993f7
2015-06-15 15:51:21 -07:00
Robert O'Callahan
1a734ee31b Bug 1150284. Disable offsetX/offsetY properties in FxOS/Fennec. r=smaug
--HG--
extra : commitid : 2uMnlr9UPTZ
extra : rebase_source : 1a8975b12472082f4b67fc03904054faa9393645
extra : amend_source : 26b0ba8272ec29c28d1165280223a7f0037ba084
2015-06-18 17:04:14 +12:00
Nikhil Marathe
0db24a2c7c Bug 1173389 - Disable ServiceWorker network interception by default. r=ehsan
--HG--
extra : rebase_source : 6309f011f978f08c4f104123910f7d8d9e56045a
2015-06-12 16:28:13 -07:00
Michael Comella
1a12b9417b Bug 963873 - Replace HashMap with SparseArray in AndroidGamepadManager. r=nalexander
I don't expect to have many devices attached to a Fennec instance so it's
unlkely we'll run into the performance issues of SparseArray when
adding/removing.

--HG--
extra : commitid : 71fM6BugV0U
extra : rebase_source : fc3969ba01078414d2945e64b514175cb7f563af
2015-06-16 15:41:22 -07:00
Phil Ringnalda
5dbf07ac86 Back out cc46990bc189 (bug 1144898) for testSettingsMenuItems failures and crashes 2015-06-16 19:44:05 -07:00
Chenxia Liu
fc9a2d751c Bug 1144898 - Android 4.3 testSettingsMenuItems | Exception caught - junit.framework.AssertionFailedError: Text string: '^Mozilla$' is not found! r=mcomella
--HG--
extra : commitid : 1UAZcOSX0gl
extra : rebase_source : 2995c048a531cd8a1796933c2027fee0cf595aea
2015-06-16 15:49:04 -07:00
Chenxia Liu
497b86be9e Bug 1175356 - Don't log JSONException when updating the SiteIdentity info. r=trivial
--HG--
extra : rebase_source : 43b76d0e9f3dd4caae606299a21cad3a623ed510
2015-06-16 17:23:46 -07:00
Michael Comella
01f7d5d3d2 Bug 1168980 - Search app store when there is no app to handle intent:// URI. r=margaret
--HG--
extra : commitid : 2ObnN55CYoU
extra : rebase_source : 68b6b5118b95480ec8b83091e9c05fb4f3735300
extra : source : cf876b6ac84324ed182b221b4f6425c10a3ce099
2015-06-16 11:39:00 -07:00
Justin Dolske
7f6848365c Bug 1109475 - Firefox should use HTTPS instead of HTTP for Safe Browsing URLs. r=gcp 2015-06-16 12:28:42 -07:00
Mike Hommey
aebb89442a Bug 1173681 - Move nsIProfileUnlocker.idl to toolkit/profile and remove profile. r=bsmedberg
--HG--
rename : profile/notifications.txt => toolkit/profile/notifications.txt
rename : profile/nsIProfileUnlocker.idl => toolkit/profile/nsIProfileUnlocker.idl
2015-06-23 08:55:40 -07:00
Carsten "Tomcat" Book
56a152e92c merge mozilla-inbound to mozilla-central a=merge 2015-06-16 16:08:27 +02:00
Phil Ringnalda
ad31d4331c Back out cf876b6ac843 (bug 1168980) for Android xpcshell crashes in test_redirect-caching_failure.js and test_redirect_failure.js
CLOSED TREE
2015-06-15 21:00:36 -07:00
Richard Newman
184191949e Bug 1031569 - Don't query for non-exported activities, don't crash if we fail to launch one. r=mfinkle
Tested youtube.com, send tab, sharing menu.
2015-06-15 18:56:06 -07:00
Michael Comella
44489ad323 Bug 1168662 - Add EXTRA_APPLICATION_ID to all outgoing Intents. r=margaret
--HG--
extra : commitid : IrwQtJ7C745
extra : rebase_source : ce5af1888b97959d10490df9f8f8ade301cf0c13
extra : histedit_source : 28a5747bbe2192e3bfa5cc88e93dee11562883de
2015-06-12 16:30:20 -07:00