Commit Graph

17802 Commits

Author SHA1 Message Date
Carsten "Tomcat" Book
e91d5a31b6 Merge m-c to mozilla-inbound 2015-10-02 13:37:27 +02:00
Carsten "Tomcat" Book
ca77b70a8d merge mozilla-inbound to mozilla-central a=merge 2015-10-02 11:52:49 +02:00
Carsten "Tomcat" Book
e27620864a merge fx-team to mozilla-central a=merge 2015-10-02 11:44:11 +02:00
Allison Naaktgeboren
365b592767 Bug 1209951 - Text cutoff in search suggestions if the text is longer than one row.r=mfinkle 2015-10-01 12:21:12 -07:00
Carsten "Tomcat" Book
6db5f58151 Merge m-c to fx-team
--HG--
rename : testing/mozharness/configs/builds/releng_sub_android_configs/64_api_11.py => testing/mozharness/configs/builds/releng_sub_android_configs/64_api_11_partner_sample1.py
rename : testing/taskcluster/tasks/builds/android_api_11.yml => testing/taskcluster/tasks/builds/android_api_11_partner_sample1.yml
extra : rebase_source : c4eedd0e67e1271c3faa6294abefbdbea6ee4fd0
2015-10-01 14:16:12 +02:00
Carsten "Tomcat" Book
07ed19e582 merge mozilla-inbound to mozilla-central a=merge 2015-10-01 12:39:25 +02:00
Mark Finkle
8bf71c2acd Bug 1210082 - Remove NIGHTLY flag for Android Printing feature r=sebastian 2015-10-01 08:04:13 -04:00
Reuben Morais
576abdd9db Bug 1172740 - Implement Android HAL backend for alarms. r=snorp 2015-10-01 14:40:53 -03:00
Sebastian Kaspari
9ce1f24f2c Bug 1209871 - GeckoView: onDetachedFromWindow() should call its super method. r=jchen
Previously GeckoView.onDetachedFromWindow() accidentally called
super.onAttachedToWindow().

--HG--
extra : commitid : 8CgYozytqPT
2015-10-01 09:57:23 +02:00
Jonathan Almeida [:jonalmeida]
47a4b2c778 Bug 1210129 - Change copy in click-to-play images to specify long press to show images r=antlam
--HG--
extra : transplant_source : %CE%FF%C1%5C%3E%1C2%80%FD%B0c%5BMi%FD%8C%EF%87x%01
2015-09-30 16:48:42 -04:00
slayerjain
3cfdddf416 Bug 1208705 - Set colorAccent in v21+ theme. r=sebastian 2015-09-28 23:49:43 +05:30
Wes Kocher
296abd21ee Merge m-c to inbound a=merge
--HG--
extra : rebase_source : 38a51b2c491658bc19cfac0d227b04ef6e5f6718
2015-09-30 14:10:21 -07:00
Wes Kocher
7c2b0c515f Merge inbound to central, a=merge 2015-09-30 13:49:27 -07:00
Martin Thomson
afdaddf1d7 Bug 1155923 - Removing moz prefix from RTC interfaces, r=jesup,smaug
--HG--
extra : transplant_source : %0Adu%1E%A6j%9E%C2B%25%ECruo%F7%7Fc%EA%99%18
2015-09-28 11:25:04 -07:00
Jordan Lund
68262b788c Bug 1199720 - Setup builds for b2gdroid, mozconfig parts, r=nalexander 2015-09-30 13:58:18 -07:00
Jordan Lund
520f9b8623 Bug 1199720 - Setup builds for b2gdroid, taskcluster and mozharness bits, r=dustin 2015-09-30 13:57:52 -07:00
Jordan Lund
cd9b824499 Bug 1163084 - Releng work for producing dummy partner Android APK, r=dustin
--HG--
rename : testing/mozharness/configs/builds/releng_sub_android_configs/64_api_11.py => testing/mozharness/configs/builds/releng_sub_android_configs/64_api_11_partner_sample1.py
rename : testing/taskcluster/tasks/builds/android_api_11.yml => testing/taskcluster/tasks/builds/android_api_11_partner_sample1.yml
2015-09-30 13:56:39 -07:00
Tooru Fujisawa
a72ceafdee Bug 1207499 - Part 4: Remove use of expression closure from mobile/. r=mfinkle
--HG--
extra : commitid : ARFwLxJ3d4X
extra : rebase_source : f1d4578096130a038d50a132bc3b7d3586f787fc
2015-09-23 18:42:18 +09:00
Carsten "Tomcat" Book
191ce6efd0 Merge mozilla-central to fx-team 2015-09-29 12:41:12 +02:00
Carsten "Tomcat" Book
b63d7b04fc merge mozilla-inbound to mozilla-central a=merge 2015-09-29 12:00:25 +02:00
Allison Naaktgeboren
7ce6023e4f Bug 1199335 - Polish the search engine row object UI.r=mcomella 2015-09-28 17:35:30 -07:00
Wes Kocher
889e270547 Merge inbound to central, a=merge 2015-09-28 15:36:38 -07:00
Wes Kocher
7c15603db0 Backed out changeset 161d0b4fcccd (bug 1208534) for test_about_logins failures CLOSED TREE 2015-09-28 12:09:26 -07:00
Jim Chen
eb87f7d742 Bug 1200343 - Remove pref events from GeckoEvent; r=snorp
Now that we use native calls, we can remove the pref-related events from
GeckoEvent.
2015-09-28 12:07:09 -04:00
Jim Chen
5c45d400b9 Bug 1200343 - Add native calls for pref events; r=snorp
This patch adds two native calls to PrefsHelper to avoid using
GeckoEvent for getting prefs.
2015-09-28 12:07:09 -04:00
Nick Alexander
7bfaef64e4 Bug 1208534 - Ensure about:logins animated CSS spinner is painted before janky main-thread load. r=ally
Right now, in response to "load" (on the window), we're:

1) updating the DOM to show the spinner;
2) loading the logins with a main-thread janking synchronous load;
3) updating the DOM to hide the spinner.

This is all on the main-thread, so we only see a layout and paint
after 3).  Thus no interstitial is ever visible, and the logins list
pops in after a long delay.

This patch ensures that 2) occurs at least one layout after 1).  This
allows a paint to occur with the interstitial visible.  Since the
animated CSS spinner is carefully designed to hit the off-main-thread
animation pipeline, it animates smoothly even though the main-thread
janking synchronous load blocks JavaScript progress.

There is a small race window between the promises resolving and the
_logins member being accessed by the filter.  It's not clear that this
was ever well guarded, so I haven't tried to mitigate.

--HG--
extra : commitid : IReBJuG3b15
extra : rebase_source : 6e14f7ad7419e334bafef4bc9f0ac4dcf4355b2a
extra : amend_source : 39e97f5d2cd0e13a691a78e4c65044d379076fa6
2015-09-25 11:17:42 -07:00
Kartikaya Gupta
427e64138f Bug 1201076 - Don't clobber the page rect update if one comes in while in the middle of a bounce animation. r=snorp
--HG--
extra : commitid : BgVD6DON2mj
2015-09-28 11:06:37 -04:00
Sebastian Kaspari
66ccd684c3 Bug 1208391 - Restricted profiles: Hide "private browsing" hint in empty state. r=mcomella
--HG--
extra : commitid : 9kfx8i6EG6
extra : rebase_source : a5e6a8b64322e7f7a029e6d12f127bc8f29a7230
2015-09-25 17:08:31 +02:00
Sebastian Kaspari
03b4af6028 Bug 1208576 - Build with appcompat-v7 regardless of MOZ_NATIVE_DEVICES flag. r=nalexander
--HG--
extra : commitid : 5PmivDcq7NB
extra : rebase_source : 01f72d51d670e1cce51b96f2258300df42251485
2015-09-28 12:10:42 +02:00
Carsten "Tomcat" Book
601264c5c1 Merge mozilla-central to fx-team 2015-09-28 14:19:22 +02:00
Carsten "Tomcat" Book
363e40e298 merge mozilla-inbound to mozilla-central a=merge 2015-09-28 14:13:24 +02:00
Carsten "Tomcat" Book
fc4b2033ce merge fx-team to mozilla-central a=merge 2015-09-28 14:10:50 +02:00
Mark Finkle
b8cdfc1977 Bug 1208240 - Move the Adjust initialization to BrowserApp and observe FHR opt-out r=nalexander 2015-09-26 15:12:22 -04:00
James Willcox
45564cbbb2 Bug 1182665 - Use a direct JNI call to determine screen size in nsScreenManagerAndroid r=jchen 2015-09-28 09:36:56 -05:00
Sebastian Kaspari
0e0121f2cb Bug 1202052 - Bypass cache on reload button long press. r=margaret
--HG--
extra : commitid : Jqr0id1curC
extra : rebase_source : c1b541e4295f0b516f01d2cb8884cecd9be5f337
2015-09-24 15:27:56 +02:00
Sergej Kravcenko
a892827f58 Bug 1205149 - Update SearchEngineRow.java to use resource values.xml over private constants. r=mcomella 2015-09-24 05:30:18 +03:00
Wes Kocher
bf91aa6821 Merge m-c to b2ginbound, a=merge 2015-09-25 18:03:13 -07:00
Fabrice Desré
cdf82479cf Bug 1208540 - The toolkit.defaultChromeURI window is opened twice r=jchen 2015-09-25 14:50:56 -07:00
Fabrice Desré
e212d0acdb Bug 1198338 - Get the IMEI r=snorp 2015-09-25 09:49:11 -07:00
Carsten "Tomcat" Book
f5891cfdca Backed out 2 changesets (bug 1144707, bug 1201623) for bustage
Backed out changeset 3aef96cabf2c (bug 1201623)
Backed out changeset a362959c7f52 (bug 1144707)

--HG--
extra : rebase_source : d1fa77c2dc2b788304e27159da06e5abee9a5dc7
2015-09-25 16:19:04 +02:00
Jean-Yves Avenard
e071e87392 Bug 1207429: P1. remove media.fragmented-mp4.exposed pref. r=kentuckyfriedtakahe 2015-09-27 15:19:27 +10:00
Sergej Kravcenko
661fb63327 Bug 1201623 - On tablets URL bar, about:home magnifying glass and globe icon take up different widths. r=mcomella 2015-09-23 03:17:44 +03:00
Sergej Kravcenko
259466d494 Bug 1201623 - On tablets URL bar, about:home magnifying glass and globe icon take up different widths. r=mcomella
--HG--
extra : rebase_source : 5cead057886c85acf5fbe3341ba668c0903ff9e5
2015-09-23 03:17:44 +03:00
Sergej Kravcenko
e43d009926 Bug 1144707 - Tapping in between the three dot menu button and the edge of the screen will enable edit mode. r=mcomella
--HG--
extra : rebase_source : d99589e070ca5b6bc72e307480e137bcea79e61f
2015-09-24 17:57:27 +03:00
Sebastian Kaspari
1e9cab1706 Bug 1195692 - Replace AlertNotification with NotificationCompat.Builder based implementation. r=mcomella
--HG--
extra : commitid : HcgYPxpoy9K
extra : rebase_source : 47c162811cd8c74d76979dff29af8aa8a6d46d10
2015-09-23 19:43:31 +02:00
Carsten "Tomcat" Book
e7d6f7ce2c merge mozilla-inbound to mozilla-central a=merge 2015-09-25 14:39:34 +02:00
Wes Kocher
f9f25580af Merge m-c to fx-team, a=merge 2015-09-24 17:15:17 -07:00
Wes Kocher
0d3937e34d Merge b2ginbound to central, a=merge 2015-09-24 16:57:38 -07:00
Fabrice Desré
d4aa7f63e2 Bug 1204557 - Stop using base64 for native app icons in the application registry r=jchen 2015-09-24 11:53:05 -07:00
Fabrice Desré
b1f264280e Bug 1207682 - Bring back android.support.v4.app.NotificationManagerCompat r=fabrice 2015-09-24 09:55:52 -07:00