Carsten "Tomcat" Book
|
9a8b0c002e
|
merge fx-team to mozilla-central
|
2013-12-12 13:28:08 +01:00 |
|
Brad Lassey
|
e35d4527cf
|
bug 944104 - support creating a GeckoView programmatically, follow up to have just one LayerView constructor r=mfinkle
|
2013-12-11 21:03:56 -05:00 |
|
Lucas Rocha
|
03f47d073e
|
Bug 945212 - Encapsulate identity data/security mode behind a type-safe API (r=margaret)
|
2013-12-12 00:28:15 +00:00 |
|
Lucas Rocha
|
f9cbf23895
|
Bug 943915 - Encapsulate button click listener in SiteIdentityPopup (r=wesj)
|
2013-12-12 00:28:14 +00:00 |
|
Lucas Rocha
|
dac6b31421
|
Bug 943915 - Change SiteIdentityPopup's API to be package-scoped (r=wesj)
|
2013-12-12 00:28:14 +00:00 |
|
Lucas Rocha
|
a080391f5b
|
Bug 943915 - Encapsulate SiteIdentityPopup into BrowserToolbar (r=wesj)
|
2013-12-12 00:28:14 +00:00 |
|
Lucas Rocha
|
8944238fc5
|
Bug 943915 - Remove 'a' prefix from arguments in ArrowPopup/SiteIdentityPopup (r=wesj)
|
2013-12-12 00:28:14 +00:00 |
|
Lucas Rocha
|
ebb6ea8721
|
Bug 943915 - Add ArrowPopup constructor without anchor view argument (r=wesj)
|
2013-12-12 00:28:14 +00:00 |
|
Lucas Rocha
|
26762edcd2
|
Bug 943915 - Move SiteIdentityPopup to the toolbar package (r=wesj)
--HG--
rename : mobile/android/base/SiteIdentityPopup.java => mobile/android/base/toolbar/SiteIdentityPopup.java
|
2013-12-12 00:28:14 +00:00 |
|
Lucas Rocha
|
942d7bb2ac
|
Bug 943915 - Small cleanup on the use of Resources in ArrowPopup (r=wesj)
|
2013-12-12 00:28:13 +00:00 |
|
Lucas Rocha
|
afb973f9c7
|
Bug 943915 - Move DoorHanger to the widget package (r=wesj)
--HG--
rename : mobile/android/base/DoorHanger.java => mobile/android/base/widget/DoorHanger.java
|
2013-12-12 00:28:13 +00:00 |
|
Lucas Rocha
|
dc6a70e75b
|
Bug 943915 - Make DoorHanger's API public (r=wesj)
|
2013-12-12 00:28:13 +00:00 |
|
Nick Alexander
|
6fade1ad27
|
Bug 934646 - Part 3: Declare Android resource directories relative to $SRCDIR. r=glandium,gps,mfinkle
--HG--
rename : mobile/android/base/resources/drawable-mdpi/crash_reporter.png => mobile/android/base/crashreporter/res/drawable-mdpi/crash_reporter.png
rename : mobile/android/base/resources/layout/crash_reporter.xml => mobile/android/base/crashreporter/res/layout/crash_reporter.xml
rename : mobile/android/branding/aurora/content/fennec_72x72.png => mobile/android/branding/aurora/res/drawable-hdpi/icon.png
rename : mobile/android/branding/aurora/content/fennec_48x48.png => mobile/android/branding/aurora/res/drawable-mdpi/icon.png
rename : mobile/android/branding/aurora/content/fennec_96x96.png => mobile/android/branding/aurora/res/drawable-xhdpi/icon.png
rename : mobile/android/branding/aurora/content/fennec_144x144.png => mobile/android/branding/aurora/res/drawable-xxhdpi/icon.png
rename : mobile/android/branding/beta/content/fennec_72x72.png => mobile/android/branding/beta/res/drawable-hdpi/icon.png
rename : mobile/android/branding/beta/content/fennec_48x48.png => mobile/android/branding/beta/res/drawable-mdpi/icon.png
rename : mobile/android/branding/beta/content/fennec_96x96.png => mobile/android/branding/beta/res/drawable-xhdpi/icon.png
rename : mobile/android/branding/beta/content/fennec_144x144.png => mobile/android/branding/beta/res/drawable-xxhdpi/icon.png
rename : mobile/android/branding/nightly/content/fennec_72x72.png => mobile/android/branding/nightly/res/drawable-hdpi/icon.png
rename : mobile/android/branding/nightly/content/fennec_48x48.png => mobile/android/branding/nightly/res/drawable-mdpi/icon.png
rename : mobile/android/branding/nightly/content/fennec_96x96.png => mobile/android/branding/nightly/res/drawable-xhdpi/icon.png
rename : mobile/android/branding/nightly/content/fennec_144x144.png => mobile/android/branding/nightly/res/drawable-xxhdpi/icon.png
rename : mobile/android/branding/official/content/fennec_72x72.png => mobile/android/branding/official/res/drawable-hdpi/icon.png
rename : mobile/android/branding/official/content/fennec_48x48.png => mobile/android/branding/official/res/drawable-mdpi/icon.png
rename : mobile/android/branding/official/content/fennec_96x96.png => mobile/android/branding/official/res/drawable-xhdpi/icon.png
rename : mobile/android/branding/official/content/fennec_144x144.png => mobile/android/branding/official/res/drawable-xxhdpi/icon.png
rename : mobile/android/branding/unofficial/content/fennec_72x72.png => mobile/android/branding/unofficial/res/drawable-hdpi/icon.png
rename : mobile/android/branding/unofficial/content/fennec_48x48.png => mobile/android/branding/unofficial/res/drawable-mdpi/icon.png
rename : mobile/android/branding/unofficial/content/fennec_96x96.png => mobile/android/branding/unofficial/res/drawable-xhdpi/icon.png
rename : mobile/android/branding/unofficial/content/fennec_144x144.png => mobile/android/branding/unofficial/res/drawable-xxhdpi/icon.png
extra : rebase_source : f6ec8a38594e70520b10202c735dc019f8c856fd
|
2013-12-11 21:20:07 -08:00 |
|
Nick Alexander
|
e3dc10d7c3
|
Bug 934646 - Part 2: Replace hard-coded Android resource ID. r=mfinkle
--HG--
extra : rebase_source : f37370654b9bb59573c4703c5f097ff792b3f037
|
2013-12-11 21:16:55 -08:00 |
|
Nick Alexander
|
e634dd0b92
|
Bug 934646 - Part 1: Delete unused resources. r=mfinkle
--HG--
extra : rebase_source : 0cb4e5f30e54971b912706f5eaba8c8284b5a6ec
|
2013-12-11 21:16:54 -08:00 |
|
Brad Lassey
|
b4b8665da8
|
bug 944043 - security exception on start up for GeckoView app r=mfinkle
|
2013-11-27 18:37:44 -05:00 |
|
Wes Johnston
|
3ad0f3a8aa
|
Bug 875750 - Provide a basic color picker for Android. r=mfinkle
|
2013-12-11 15:51:01 -08:00 |
|
Brian Nicholson
|
709eccd128
|
Backout 078a331fb494 (bug 949048) for robocop failures CLOSED TREE
|
2013-12-11 13:05:09 -08:00 |
|
Brian Nicholson
|
e50c838e74
|
Bug 949048 - Fix favicon/thumbnail checks in testBrowserProvider. r=margaret
|
2013-12-11 11:01:18 -08:00 |
|
Ryan VanderMeulen
|
ec34e0fb19
|
Merge inbound to m-c.
|
2013-12-11 13:32:11 -05:00 |
|
Ryan VanderMeulen
|
789c341d29
|
Backed out changeset 0aeb846dc2e7 (bug 846340) for causing frequent testMasterPassword failures (bug 915449).
|
2013-12-11 08:51:02 -05:00 |
|
Carsten "Tomcat" Book
|
a7a7bbcfe5
|
merge fx-team to mozilla-central
|
2013-12-11 10:15:44 +01:00 |
|
Geoff Brown
|
e5708621ad
|
Bug 948591 - Disable testClearPrivateData on Android x86 for too many intermittent failures
|
2013-12-10 19:34:58 -07:00 |
|
Geoff Brown
|
4db5bb07b0
|
Bug 907768 - Disable testSearchSuggestions on Android x86 for too many intermittent failures
|
2013-12-10 19:34:56 -07:00 |
|
Wes Kocher
|
d3ea48a878
|
Merge inbound to m-c
|
2013-12-10 16:42:47 -08:00 |
|
Wes Kocher
|
e3bce8ae11
|
Merge fx-team to m-c
|
2013-12-10 15:58:54 -08:00 |
|
Ryan VanderMeulen
|
e6e2bad3d0
|
Merge fx-team to m-c.
|
2013-12-10 15:39:40 -05:00 |
|
Wes Johnston
|
9da681c2b2
|
Bug 948157 - Use custom style for native action bar. r=sriram
|
2013-12-10 10:51:23 -08:00 |
|
Wes Johnston
|
381eadd30d
|
Bug 947793 - Change clipboard manager hasText implementation to directly query the android clipboardservice. r=jchen
|
2013-12-10 10:46:13 -08:00 |
|
Wes Johnston
|
c5dc1f883a
|
Bug 947321 - Set all actionmode icons to show if room. r=margaret
|
2013-12-10 10:46:08 -08:00 |
|
Richard Newman
|
fb6845b990
|
Bug 932092 - Part 2: support natively sending UI telemetry events from Java. r=mfinkle
|
2013-12-10 10:41:34 -08:00 |
|
Ryan VanderMeulen
|
6fb3114a62
|
Merge m-c to inbound.
|
2013-12-10 15:48:16 -05:00 |
|
Randell Jesup
|
fac641fbfb
|
Bug 853356: backout p1
|
2013-12-10 01:00:18 -05:00 |
|
Michael Comella
|
7a2f204cff
|
Bug 947527 - Correct waitForPageIndex output per device. r=margaret
|
2013-12-09 17:52:36 -08:00 |
|
Stefan Sobering
|
f45491b9cd
|
Bug 947610 - Fix spelling error in "remember password" string. r=mcomella
|
2013-12-10 10:29:38 -05:00 |
|
Ryan VanderMeulen
|
15c6ad1a06
|
Merge fx-team to m-c.
|
2013-12-09 17:21:47 -05:00 |
|
Alex Keybl
|
b260957292
|
Merging in version bump NO BUG
|
2013-12-09 13:38:06 -05:00 |
|
Jonathan Watt
|
b9c0b3f28e
|
Bug 947718 - Work around bug 946184 for Aurora. r=bz
|
2013-12-08 21:27:28 +00:00 |
|
Phil Ringnalda
|
304d9f6577
|
Merge m-c to b-i
|
2013-12-07 08:28:10 -08:00 |
|
Carsten "Tomcat" Book
|
5484d45941
|
merge fx-team to mozilla-central
|
2013-12-07 12:47:39 +01:00 |
|
Wes Kocher
|
ea7a42ee9b
|
merge m-c to b2g-inbound
|
2013-12-06 20:49:02 -06:00 |
|
Wes Kocher
|
dabbd9e4be
|
merge m-c to fx-team
|
2013-12-06 20:48:11 -06:00 |
|
Geoff Brown
|
e1ed1a4576
|
Bug 945675 - Disable testMozPay on Android 2.2 for too many intermittent failures
|
2013-12-06 16:02:49 -07:00 |
|
Alfredo Yang
|
e36a238d1e
|
Bug 853356 - Part1 Add new permissions and prompt for mutiple permissions request. r=fabrice, felipc, wjohnston, mrbkap, jimm
|
2013-12-06 17:38:51 -05:00 |
|
Margaret Leibovic
|
803715f1ba
|
Bug 941357 - (Part 2) Update BrowserProvider to use PerProfileDatases. r=rnewman
|
2013-12-09 09:06:02 -08:00 |
|
Margaret Leibovic
|
ab39990106
|
Bug 941357 - (Part 1) Consolidate per-profile content provider logic in PerProfileDatabases, starting with TabsProvider. r=rnewman
|
2013-12-09 09:05:59 -08:00 |
|
Lucas Rocha
|
3c46d14f74
|
Bug 946517 - Provide MOZ_DISABLE_PROGUARD envvar to disable ProGuard (r=rnewman)
|
2013-12-09 12:21:38 +00:00 |
|
Brian Nicholson
|
fd426c961c
|
Bug 878597 - Ignore selected flag for stubbed tabs in Tab:Added listener. r=mfinkle
|
2013-12-09 21:59:01 -08:00 |
|
Mark Capella
|
ce86138bca
|
Bug 946030 - HTMLTextAreaElement should be considered an input element for text selection, r=wesj, f=margaret
|
2013-12-06 14:55:26 -05:00 |
|
Michael Comella
|
73bb85c991
|
Bug 938827 - Part 10: Remove remaining reflection from FennecNativeActions. r=rnewman
|
2013-12-06 11:43:12 -08:00 |
|