Lucas Rocha
|
01478db0da
|
Bug 942231 - Remove unused member from HomePager (r=margaret)
|
2013-12-12 10:55:35 +00:00 |
|
Brad Lassey
|
f2777b5a19
|
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
|
52f8a5d808
|
Bug 945212 - Encapsulate identity data/security mode behind a type-safe API (r=margaret)
|
2013-12-12 00:28:15 +00:00 |
|
Lucas Rocha
|
cd8e722b78
|
Bug 943915 - Encapsulate button click listener in SiteIdentityPopup (r=wesj)
|
2013-12-12 00:28:14 +00:00 |
|
Lucas Rocha
|
131a49b995
|
Bug 943915 - Change SiteIdentityPopup's API to be package-scoped (r=wesj)
|
2013-12-12 00:28:14 +00:00 |
|
Lucas Rocha
|
d5faac5b26
|
Bug 943915 - Encapsulate SiteIdentityPopup into BrowserToolbar (r=wesj)
|
2013-12-12 00:28:14 +00:00 |
|
Lucas Rocha
|
97032192e6
|
Bug 943915 - Remove 'a' prefix from arguments in ArrowPopup/SiteIdentityPopup (r=wesj)
|
2013-12-12 00:28:14 +00:00 |
|
Lucas Rocha
|
870bda677c
|
Bug 943915 - Add ArrowPopup constructor without anchor view argument (r=wesj)
|
2013-12-12 00:28:14 +00:00 |
|
Lucas Rocha
|
93dd334270
|
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
|
a4c7b100af
|
Bug 943915 - Small cleanup on the use of Resources in ArrowPopup (r=wesj)
|
2013-12-12 00:28:13 +00:00 |
|
Lucas Rocha
|
5482eb08d3
|
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
|
ecf342e3fb
|
Bug 943915 - Make DoorHanger's API public (r=wesj)
|
2013-12-12 00:28:13 +00:00 |
|
Nick Alexander
|
42814c41ba
|
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
|
ebcb8e249c
|
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
|
3b06e55cf8
|
Bug 934646 - Part 1: Delete unused resources. r=mfinkle
--HG--
extra : rebase_source : 0cb4e5f30e54971b912706f5eaba8c8284b5a6ec
|
2013-12-11 21:16:54 -08:00 |
|
Brad Lassey
|
69d394213f
|
bug 944043 - security exception on start up for GeckoView app r=mfinkle
|
2013-11-27 18:37:44 -05:00 |
|
Wes Johnston
|
632126b8d6
|
Bug 875750 - Provide a basic color picker for Android. r=mfinkle
|
2013-12-11 15:51:01 -08:00 |
|
Brian Nicholson
|
96a2d77ce4
|
Backout 078a331fb494 (bug 949048) for robocop failures CLOSED TREE
|
2013-12-11 13:05:09 -08:00 |
|
Brian Nicholson
|
6805ff24a7
|
Bug 949048 - Fix favicon/thumbnail checks in testBrowserProvider. r=margaret
|
2013-12-11 11:01:18 -08:00 |
|
Ryan VanderMeulen
|
a5f41a6d54
|
Merge inbound to m-c.
|
2013-12-11 13:32:11 -05:00 |
|
Ryan VanderMeulen
|
9e328f1404
|
Backed out changeset 0aeb846dc2e7 (bug 846340) for causing frequent testMasterPassword failures (bug 915449).
|
2013-12-11 08:51:02 -05:00 |
|
Carsten "Tomcat" Book
|
ee52c53bd6
|
merge fx-team to mozilla-central
|
2013-12-11 10:15:44 +01:00 |
|
Geoff Brown
|
64950d26dd
|
Bug 948591 - Disable testClearPrivateData on Android x86 for too many intermittent failures
|
2013-12-10 19:34:58 -07:00 |
|
Geoff Brown
|
1cd2a46453
|
Bug 907768 - Disable testSearchSuggestions on Android x86 for too many intermittent failures
|
2013-12-10 19:34:56 -07:00 |
|
Wes Kocher
|
7431567293
|
Merge inbound to m-c
|
2013-12-10 16:42:47 -08:00 |
|
Wes Kocher
|
8a682a1408
|
Merge fx-team to m-c
|
2013-12-10 15:58:54 -08:00 |
|
Ryan VanderMeulen
|
ea9bd0cd52
|
Merge fx-team to m-c.
|
2013-12-10 15:39:40 -05:00 |
|
Wes Johnston
|
f7f9666f32
|
Bug 948157 - Use custom style for native action bar. r=sriram
|
2013-12-10 10:51:23 -08:00 |
|
Wes Johnston
|
12e1c8e490
|
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
|
60cfa4bf6c
|
Bug 947321 - Set all actionmode icons to show if room. r=margaret
|
2013-12-10 10:46:08 -08:00 |
|
Richard Newman
|
42328ed006
|
Bug 932092 - Part 2: support natively sending UI telemetry events from Java. r=mfinkle
|
2013-12-10 10:41:34 -08:00 |
|
Ryan VanderMeulen
|
a762d43c40
|
Merge m-c to inbound.
|
2013-12-10 15:48:16 -05:00 |
|
Randell Jesup
|
e2ddafcdc2
|
Bug 853356: backout p1
|
2013-12-10 01:00:18 -05:00 |
|
Michael Comella
|
77864804d1
|
Bug 947527 - Correct waitForPageIndex output per device. r=margaret
|
2013-12-09 17:52:36 -08:00 |
|
Stefan Sobering
|
92d0bc0082
|
Bug 947610 - Fix spelling error in "remember password" string. r=mcomella
|
2013-12-10 10:29:38 -05:00 |
|
Ryan VanderMeulen
|
afbf215b68
|
Merge fx-team to m-c.
|
2013-12-09 17:21:47 -05:00 |
|
Alex Keybl
|
aca3b4f5cf
|
Merging in version bump NO BUG
|
2013-12-09 13:38:06 -05:00 |
|
Jonathan Watt
|
999bea7c4f
|
Bug 947718 - Work around bug 946184 for Aurora. r=bz
|
2013-12-08 21:27:28 +00:00 |
|
Phil Ringnalda
|
31ef9a4e42
|
Merge m-c to b-i
|
2013-12-07 08:28:10 -08:00 |
|
Carsten "Tomcat" Book
|
2532a744d1
|
merge fx-team to mozilla-central
|
2013-12-07 12:47:39 +01:00 |
|
Wes Kocher
|
871ed2b150
|
merge m-c to b2g-inbound
|
2013-12-06 20:49:02 -06:00 |
|
Wes Kocher
|
0e753ef1c9
|
merge m-c to fx-team
|
2013-12-06 20:48:11 -06:00 |
|
Geoff Brown
|
f0ee08aca2
|
Bug 945675 - Disable testMozPay on Android 2.2 for too many intermittent failures
|
2013-12-06 16:02:49 -07:00 |
|
Alfredo Yang
|
6a6930d332
|
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
|
c70ac95274
|
Bug 941357 - (Part 2) Update BrowserProvider to use PerProfileDatases. r=rnewman
|
2013-12-09 09:06:02 -08:00 |
|
Margaret Leibovic
|
4c1903ffde
|
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
|
c058cc17aa
|
Bug 946517 - Provide MOZ_DISABLE_PROGUARD envvar to disable ProGuard (r=rnewman)
|
2013-12-09 12:21:38 +00:00 |
|
Brian Nicholson
|
dda348d48b
|
Bug 878597 - Ignore selected flag for stubbed tabs in Tab:Added listener. r=mfinkle
|
2013-12-09 21:59:01 -08:00 |
|
Mark Capella
|
33cd63dee4
|
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
|
2660081718
|
Bug 938827 - Part 10: Remove remaining reflection from FennecNativeActions. r=rnewman
|
2013-12-06 11:43:12 -08:00 |
|
Michael Comella
|
be30179d74
|
Bug 938827 - Part 9: Remove unregisterEventListener reflection. r=rnewman
|
2013-12-06 11:43:12 -08:00 |
|
Michael Comella
|
7db5286fab
|
Bug 938827 - Part 8: Remove registerEventListener reflection. r=rnewman
|
2013-12-06 11:43:11 -08:00 |
|
Michael Comella
|
c72c1530a0
|
Bug 938827 - Part 7: Remove preferences event reflection. r=rnewman
|
2013-12-06 11:43:11 -08:00 |
|
Michael Comella
|
d4412b007b
|
Bug 938827 - Part 6: Remove BroadcastEvent reflection. r=rnewman
|
2013-12-06 11:43:11 -08:00 |
|
Michael Comella
|
e5cc5ac660
|
Bug 938827 - Part 5: Remove querySql reflection. r=rnewman
|
2013-12-06 11:43:11 -08:00 |
|
Michael Comella
|
507154379e
|
Bug 938827 - Part 3: Call registerEventListener directly. r=rnewman
|
2013-12-06 11:43:11 -08:00 |
|
Michael Comella
|
a0bfdfd212
|
Bug 938827 - Part 2: Call PanningPerfAPI directly. r=rnewman
|
2013-12-06 11:43:10 -08:00 |
|
Michael Comella
|
61185614b9
|
Bug 938827 - Part 1: Get LayerView in getSurfaceView. r=rnewman
|
2013-12-06 11:43:10 -08:00 |
|
Michael Comella
|
014af26400
|
Bug 947508 - Correct assertCurrentPage output.
|
2013-12-06 16:53:47 -08:00 |
|
Michael Comella
|
fbfb3b6d06
|
Bug 946547 - Change TestConstants package to org.mozilla.gecko.tests. r=bnicholson
|
2013-12-06 16:50:56 -08:00 |
|
retornam
|
31e35e213f
|
Bug 790898 - Match desktop in restrictions for Add Search Engine option. r=margaret
|
2013-12-06 16:03:21 -08:00 |
|
Mark Finkle
|
8877993860
|
Bug 943475 - Predictive lookup for awesomebar entries r=rnewman
|
2013-12-05 23:50:23 -05:00 |
|
Lucas Rocha
|
859da07837
|
Bug 933739 - Use given search term in handleAutocomplete, not mSearchTerm (r=bnicholson)
|
2013-12-05 23:50:13 -05:00 |
|
Richard Newman
|
f36184cb78
|
Bug 946074 - Awesomebar cursor processing is inefficient. r=mfinkle
|
2013-12-03 22:02:28 -08:00 |
|
Tetsuharu OHZEKI
|
2b17cbcd78
|
Bug 944925 - Add an option to switch dynamic toolbar mode. r=mleibovic
|
2013-12-06 10:29:27 -05:00 |
|
Carsten "Tomcat" Book
|
54db99c88c
|
Merge m-c to fx-team
|
2013-12-06 07:58:06 +01:00 |
|
Mark Finkle
|
14d34cd461
|
Backout f118b840cabe, 8f90c8059733, d440fa8a1568 because bug 946074 breaks a test
|
2013-12-06 01:41:50 -05:00 |
|
Wes Johnston
|
2bb8c5a4bd
|
Bug 943513 - Lazy load animation time. r=lucasr
|
2013-12-05 22:32:11 -08:00 |
|
Mark Finkle
|
9377f407c4
|
Bug 943475 - Predictive lookup for awesomebar entries r=rnewman
|
2013-12-05 23:50:23 -05:00 |
|
Lucas Rocha
|
503315a01a
|
Bug 933739 - Use given search term in handleAutocomplete, not mSearchTerm (r=bnicholson)
|
2013-12-05 23:50:13 -05:00 |
|
Richard Newman
|
fbd59fd12f
|
Bug 946074 - Awesomebar cursor processing is inefficient. r=mfinkle
|
2013-12-03 22:02:28 -08:00 |
|
Brad Lassey
|
0ac351d6ac
|
bug 944104 - support creating a GeckoView programmatically r=mfinkle
|
2013-11-27 17:58:41 -05:00 |
|
Brad Lassey
|
39a03f6cf8
|
bug 944168 - null pointer when adding tab with GeckoView r=mfinkle
|
2013-11-27 18:27:53 -05:00 |
|
Margaret Leibovic
|
997837256b
|
Bug 946486 - Don't cache "browser.snippets.enabled" value. r=bnicholson
|
2013-12-05 12:43:22 -08:00 |
|
Margaret Leibovic
|
d73768b715
|
Bug 946802 - Update bing icon to new triangular icon. r=mfinkle
|
2013-12-05 11:13:42 -08:00 |
|
Mark Finkle
|
8b55cd4b7a
|
Bug 946779 - Disable history in the hidden reader <browser> element r=lucasr
|
2013-12-05 12:08:55 -05:00 |
|
Lucas Rocha
|
e22a9feb42
|
Bug 935473 - Change animateForwardButton() to take an animation argument (r=wesj)
|
2013-12-05 16:26:36 +00:00 |
|
Lucas Rocha
|
6a501d50a8
|
Bug 935473 - Add comment explaining animateForwardButton's behaviour (r=wesj)
|
2013-12-05 16:26:35 +00:00 |
|
Lucas Rocha
|
346c6ef950
|
Bug 935473 - Change updateBackButton/updateForwardButton to take a Tab argument (r=wesj)
|
2013-12-05 16:26:35 +00:00 |
|
Lucas Rocha
|
bfc381cb17
|
Bug 935473 - Update forward button visibility when exiting editing mode (r=wesj)
|
2013-12-05 16:26:35 +00:00 |
|
Lucas Rocha
|
e98f41fead
|
Bug 935473 - Factor out method to animate forward button's visibility (r=wesj)
|
2013-12-05 16:26:35 +00:00 |
|
Lucas Rocha
|
2bbe686072
|
Bug 935473 - Avoid unnecessary animations in forward button (r=wesj)
|
2013-12-05 16:26:35 +00:00 |
|
Lucas Rocha
|
68049ca718
|
Bug 935473 - Replace ViewGroup.MarginLayoutParams with MarginLayoutParams (r=sriram)
|
2013-12-05 16:26:34 +00:00 |
|
Lucas Rocha
|
29554f6034
|
Bug 945375 - Unconditionally return mSubmenu in GeckoMenuItem.getSubMenu() (r=rnewman)
|
2013-12-05 11:16:45 +00:00 |
|
Wes Johnston
|
2b69d256c0
|
Bug 942680 - Place search pane below actionbar. r=lucasr
|
2013-12-04 21:20:19 -08:00 |
|
Wes Johnston
|
f377eb09f3
|
Bug 943513 - Update visual style of action modes. r=lucasr
|
2013-12-04 08:35:58 -08:00 |
|
Michael Comella
|
f89bf49487
|
Bug 910859 - Part 4: Add Proguard annotations. r=ckitching
|
2013-12-04 18:32:53 -08:00 |
|
Michael Comella
|
6ead8a6f1f
|
Bug 910859 - Part 3: Add missing go button work around. r=lucasr
|
2013-12-04 18:32:53 -08:00 |
|
Michael Comella
|
df7dbf9f62
|
Bug 910859 - Part 2: Wait for DOMTitleChanged event in waitForPageLoad. r=lucasr
|
2013-12-04 18:32:53 -08:00 |
|
Michael Comella
|
ac919d9e6d
|
Bug 910859 - Bootstrap new API for UI testing in Fennec. r=lucasr,gbrown
|
2013-12-04 18:32:53 -08:00 |
|
Ryan VanderMeulen
|
b761046e21
|
Merge inbound to m-c on a CLOSED TREE.
|
2013-12-04 17:35:44 -05:00 |
|
Gian-Carlo Pascutto
|
4086d32015
|
Bug 933775 - Fix download timestamp by changing 'when' parameter to contain time since epoch. r=wesj
|
2013-12-04 13:31:00 +01:00 |
|
Richard Newman
|
c3bfea94b8
|
Bug 941844 - Part 3: additional Robocop checks for page titles. r=trivial
|
2013-12-03 20:21:33 -08:00 |
|
Margaret Leibovic
|
2d665d31aa
|
Bug 943466 - Fix copy/cut errors in SelectionHandler. r=wesj
|
2013-12-03 14:47:37 -08:00 |
|
Richard Newman
|
eb45f3d8f0
|
Bug 945832 - java.lang.IllegalStateException: No ContextGetter; cannot fetch prefs. on rotation or system locale change. r=wesj
|
2013-12-03 15:05:43 -08:00 |
|
Richard Newman
|
c34e10b816
|
Bug 936756 - Switch locales via pref, not via system locale setting. r=mfinkle,sriram (relanded as one patch)
|
2013-12-03 15:05:43 -08:00 |
|
Margaret Leibovic
|
ddc7ad74e3
|
Bug 933420 - Update bookmark item view when title is edited. r=rnewman
|
2013-12-03 12:39:27 -08:00 |
|
Mike Hommey
|
b0636c3ae0
|
Bug 943728 - Fixup for multilocale builds. r=me
|
2013-12-04 07:28:03 +09:00 |
|
Ryan VanderMeulen
|
5ea6a4aa15
|
Merge inbound to m-c.
|
2013-12-03 16:45:17 -05:00 |
|
Richard Newman
|
0b1bb74b8e
|
Merge m-c to fx-team.
|
2013-12-03 10:47:15 -08:00 |
|