Allison Naaktgeboren
382d2ffc3c
Bug 1209133 - Add mms/mmsto: support.r=sebastian
2015-11-17 15:09:11 -08:00
Allison Naaktgeboren
79451483c4
Bug 1224446 - Partner sms(to)/mms(to) links missing // lose phone number in Uri pruning.r=sebastian
2015-11-17 14:56:06 -08:00
Andy Chen
43506734c9
Bug 1225590 - Negate both X and Y for mouse wheel scrolling, which matches Android platform behaviour. r=kats
2015-10-30 15:32:59 -04:00
Andy Chen
c8e4ab3b66
Bug 1225566 - For pointer scrolling, we need to match Android platform behavior, to use the provided deltas, scaled by the preferred list item height. r=kats
2015-10-30 14:53:57 -04:00
Margaret Leibovic
c681c8b890
Bug 1212889 - Always use chrome://browser/content/aboutRights.xhtml to ensure mobile version of about:rights. r=mfinkle
2015-11-16 17:59:19 -05:00
Sebastian Kaspari
b2d6f9df48
Bug 1222381 - Remove default theme for restricted profiles. r=ally
...
Instead we will introduce a theme picker in bug 1220251.
2015-11-11 13:56:31 +01:00
Wes Kocher
0a9980fbf6
Merge m-c to fx-team, a=merge
2015-11-16 17:28:26 -08:00
Wes Kocher
268243ae19
Merge b2ginbound to central, a=merge
2015-11-16 15:38:57 -08:00
Jonathan Almeida (:jonalmeida)
d8549b1a82
Bug 1225225 - Incorrect pref type and name used ImageBlockingPolicy r=mfinkle
2015-11-16 15:37:34 -05:00
Jim Chen
6a525ebc2c
Bug 1224295 - Create task when starting activity from app context; r=snorp
...
This patch adds FLAG_ACTIVITY_NEW_TASK to two places where we start
activities from app contexts. In GeckoAppShell, the flag replaces the
FLAG_ACTIVITY_CLEAR_TOP flag from before.
2015-11-16 16:05:42 -05:00
Sebastian Kaspari
102d6c77e8
Bug 1224530 - Replace button toasts created with getButtonToast().show() with snackbars. r=mcomella
2015-11-13 15:09:57 +01:00
Varun Joshi
c27da95e62
Bug 1214811 - unbold all instances of mUserSearchTerm in search suggestions.r=ally
2015-11-15 20:19:17 -08:00
Phil Ringnalda
bf6b0c0919
Merge m-i to m-c, a=merge
2015-11-14 13:22:10 -08:00
Richard Newman
a47d86e104
Bug 1221290 - Default to not clearing logins as part of Clear Private Data. r=liuche
2015-11-14 08:24:44 -08:00
Carsten "Tomcat" Book
d9bc694e03
Backed out changeset 09bbdb107c10 (bug 1222907) for mulet bustage
2015-11-13 15:12:30 +01:00
Sebastian Kaspari
6084fb25a5
Bug 1157526 - (Part 6) Replace "Already signed in" toast with snackbar. r=mcomella
2015-11-12 18:23:32 +01:00
Sebastian Kaspari
f91a2a1879
Bug 1157526 - (Part 5) Remove unused toast method. r=mcomella
2015-11-12 17:52:02 +01:00
Sebastian Kaspari
28437a37b3
Bug 1157526 - (Part 4) Replace "Add-on installed" toast with snackbar. r=mcomella
2015-11-12 17:49:23 +01:00
Sebastian Kaspari
0c3ddde763
Bug 1157526 - (Part 3) Replace "Image unblocked" toast with snackbar. r=mcomella
2015-11-11 20:16:50 +01:00
Sebastian Kaspari
6a1dae0f3c
Bug 1157526 - (Part 2) Replace "New private tab" toast with snackbar. r=mcomella
2015-11-11 19:52:26 +01:00
Phil Ringnalda
ee1873a636
Merge m-c to b-i
2015-11-15 19:17:19 -08:00
Fabrice Desré
0da7fe6ed1
Bug 1220199 - [B2GDroid] |scrollTo({behavior: 'smooth'...| doesn't work r=kats
2015-11-13 13:11:08 -08:00
Chenxia Liu
94877be5b6
Bug 1212606 - Prompt user (with a doorhanger) to allow to notifications from a website. r=ally
2015-11-10 15:18:20 -08:00
Sebastian Kaspari
194c185b7b
Bug 1157526 - (Part 1) Replace "New tab" toast with snackbar. r=mcomella
2015-11-09 20:43:54 +01:00
Prabhjyot Singh Sodhi
066022fb40
Bug 1207340 - Pref/Search Engine Suggestions UI can get out of sync. r=mcomella
2015-11-13 02:20:00 +01:00
Sebastian Kaspari
2df2c7db66
Bug 1224175 - BrowserToolbar: Do not show context menu while editing. r=mcomella
2015-11-12 13:49:55 +01:00
Shih-Chiang Chien
90e103b0f9
Bug 1222907 - report media status to MediaCastingBar. r=mfinkle.
2015-11-09 17:56:59 +08:00
dominique vincent
bdb42b7ce2
Bug 1196146 - Activation of the zoomed view in Aurora. r=mcomella
2015-11-10 21:07:21 +01:00
Carsten "Tomcat" Book
6db3dfa3d6
Merge mozilla-central to fx-team
2015-11-12 12:39:34 +01:00
Carsten "Tomcat" Book
8e3314318c
merge mozilla-inbound to mozilla-central a=merge
2015-11-12 12:00:55 +01:00
Carsten "Tomcat" Book
25983f5128
merge fx-team to mozilla-central a=merge
2015-11-12 11:58:02 +01:00
Jim Chen
e7f2d544d3
Bug 1219016 - Add GeckoService for headless mode; r=snorp
...
This patch adds a Service that is able to launch Gecko in a headless
state.
2015-11-11 21:28:59 -05:00
Jim Chen
f83f87b5eb
Bug 1219016 - Don't use context class name to detect webapp process; r=mfinkle
...
The code in WebappsUpdateTimer.js tried to detect a webapp process by
using the context class name, which is extremely fragile. This patch
makes it detect the current Gecko profile instead.
2015-11-11 21:28:59 -05:00
Jim Chen
9cf7bc6dc1
Bug 1219016 - Use application context where appropriate; r=snorp
...
This patch makes code use the application context from GeckoAppShell
instead of the activity context. Enough changes are made to let headless
mode work.
2015-11-11 21:28:59 -05:00
Jim Chen
776204544b
Bug 1219016 - Store application context in GeckoAppShell; r=snorp
...
This patch adds separate setter and getter for the application context
in GeckoAppShell. The existing getContext method is misused for both
application and activity context, so new methods are added to improve
consistency.
2015-11-11 21:28:59 -05:00
Jim Chen
9d879a0145
Bug 1219016 - Don't use GeckoThread state to detect GeckoApp relaunching; r=snorp
...
Right now we use the GeckoThread state to detect whether GeckoApp is
first launching or is being restored after being destroyed. However,
because of headless mode, GeckoThread could already be running on
GeckoApp's first launch, so we need a separate way to detect
relaunching.
2015-11-11 21:28:59 -05:00
Wes Kocher
4a8b825304
Backed out 6 changesets (bug 1107636) for robocheck2 bustage
...
Backed out changeset 6e940538a171 (bug 1107636)
Backed out changeset 9145f78bb39c (bug 1107636)
Backed out changeset c575729788a7 (bug 1107636)
Backed out changeset 2b6f2bcfe767 (bug 1107636)
Backed out changeset 014b8c296cec (bug 1107636)
Backed out changeset 446d2b181d40 (bug 1107636)
2015-11-11 17:26:04 -08:00
Wes Kocher
74ef24a131
Merge m-c to fx-team, a=merge
2015-11-11 17:13:38 -08:00
Wes Kocher
88e0c59ae7
Merge m-c to b2ginbound, a=merge
2015-11-11 17:13:06 -08:00
Wes Kocher
25e2d200fc
Merge inbound to central, a=merge
2015-11-11 16:42:05 -08:00
Fabrice Desré
02bae8ee6d
Bug 1223666 - Enable webextensions on b2gdroid r=me
2015-11-11 14:35:55 -08:00
Fabrice Desré
e070254516
Bug 1223844 - [B2gDroid] homescreen slowly slides sideways when flinging r=kats
2015-11-11 14:17:26 -08:00
Michael Comella
7b879b1c14
Bug 1107636 - Change RelativeLayout params -> FrameLayout params. r=me
...
Due to the import, LayoutParams was RelativeLayout.LayoutParams and
it was referring to the parent container, which is now a FrameLayout.
2015-11-11 08:58:36 -08:00
Carsten "Tomcat" Book
48415afea7
merge mozilla-inbound to mozilla-central a=merge
2015-11-11 12:42:52 +01:00
Allison Naaktgeboren
5c7d6ce683
Bug 1215475 - Search suggestions are duplicated after one of it is previously selected.r=mcomella
2015-11-10 19:02:23 -08:00
Michael Comella
e81923fda8
Bug 1107636 - Remove RelativeLayout param from within FrameLayout. r=me
2015-11-10 16:47:12 -08:00
Bill McCloskey
a1d806a296
Bug 967873 - Proxy nsDocumentViewer::PermitUnload to the child process (r=Gijs)
2015-11-11 18:04:21 -08:00
Michael Comella
2dcc626813
Bug 1107636 - Replace RelativeLayout with FrameLayout in WebApp. r=me
...
It shares an implementation with GeckoApp so it needs to match.
2015-11-09 14:44:59 -08:00
Carsten "Tomcat" Book
92ef7db17d
Merge mozilla-central to mozilla-inbound
2015-11-11 12:44:18 +01:00
Michael Comella
c7416735ed
Bug 1107636 - Change gecko_layout to FrameLayout. r=sebastian
...
Changes on first three measure passes (CPU time):
1) 13.149ms -> 11.934ms
2) .827ms -> .582ms
3) 11.602 -> 12.199ms
2015-11-06 16:17:48 -08:00