Commit Graph

11611 Commits

Author SHA1 Message Date
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
Michael Comella
1b0fadd1d4 Bug 947550 - Use Robotium side swipe methods. r=margaret 2013-12-11 14:31:55 -08:00
Nick Alexander
4eb068477b Merge m-c to elm 2013-12-11 14:08:02 -08: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
Ryan VanderMeulen
ec34e0fb19 Merge inbound to m-c. 2013-12-11 13:32:11 -05:00
Nick Alexander
17885804f2 Merge m-c to elm 2013-12-11 10:25:40 -08: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
Benjamin Smedberg
b68e9f44c2 Bug 853973 - If a plugin is overlayed by other content on the page, then treat it as a hidden plugin: hide the overlay and present the infobar for click-to-play or crashed plugins, r=jaws 2013-12-17 10:53:32 -05: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
Michael Comella
856538ad58 Bug 938827 - Part 9: Remove unregisterEventListener reflection. r=rnewman 2013-12-06 11:43:12 -08:00
Michael Comella
da3ac3d82a Bug 938827 - Part 8: Remove registerEventListener reflection. r=rnewman 2013-12-06 11:43:11 -08:00
Michael Comella
dc0c8ebbba Bug 938827 - Part 7: Remove preferences event reflection. r=rnewman 2013-12-06 11:43:11 -08:00
Michael Comella
0e46eddbbd Bug 938827 - Part 6: Remove BroadcastEvent reflection. r=rnewman 2013-12-06 11:43:11 -08:00
Michael Comella
e8e777aa4e Bug 938827 - Part 5: Remove querySql reflection. r=rnewman 2013-12-06 11:43:11 -08:00
Michael Comella
02fc2ef104 Bug 938827 - Part 3: Call registerEventListener directly. r=rnewman 2013-12-06 11:43:11 -08:00
Michael Comella
7f6de6ba25 Bug 938827 - Part 2: Call PanningPerfAPI directly. r=rnewman 2013-12-06 11:43:10 -08:00
Michael Comella
999dc15cde Bug 938827 - Part 1: Get LayerView in getSurfaceView. r=rnewman 2013-12-06 11:43:10 -08:00
Michael Comella
9e551f9936 Bug 947508 - Correct assertCurrentPage output. 2013-12-06 16:53:47 -08:00
Michael Comella
8f53f4c275 Bug 946547 - Change TestConstants package to org.mozilla.gecko.tests. r=bnicholson 2013-12-06 16:50:56 -08:00
retornam
df63415f90 Bug 790898 - Match desktop in restrictions for Add Search Engine option. r=margaret 2013-12-06 16:03:21 -08:00
Mark Finkle
b682b58a12 Bug 943475 - Predictive lookup for awesomebar entries r=rnewman 2013-12-05 23:50:23 -05:00
Lucas Rocha
d1f1587fdd Bug 933739 - Use given search term in handleAutocomplete, not mSearchTerm (r=bnicholson) 2013-12-05 23:50:13 -05:00
Geoff Brown
0c6feeddad Bug 915449 - Avoid EditText error in testMasterPassword; r=jmaher 2013-12-16 09:57:01 -07:00
Richard Newman
735bd4e31f Bug 946074 - Awesomebar cursor processing is inefficient. r=mfinkle 2013-12-03 22:02:28 -08:00
Tetsuharu OHZEKI
cf503a50b2 Bug 944925 - Add an option to switch dynamic toolbar mode. r=mleibovic 2013-12-06 10:29:27 -05:00
Carsten "Tomcat" Book
b6007c09a9 Merge m-c to fx-team 2013-12-06 07:58:06 +01:00
Mark Finkle
ecf7141363 Backout f118b840cabe, 8f90c8059733, d440fa8a1568 because bug 946074 breaks a test 2013-12-06 01:41:50 -05:00
Wes Johnston
8c99faf61a Bug 943513 - Lazy load animation time. r=lucasr 2013-12-05 22:32:11 -08:00
Mark Finkle
10d194b3ef Bug 943475 - Predictive lookup for awesomebar entries r=rnewman 2013-12-05 23:50:23 -05:00
Lucas Rocha
9c30a52f0d Bug 933739 - Use given search term in handleAutocomplete, not mSearchTerm (r=bnicholson) 2013-12-05 23:50:13 -05:00
Richard Newman
d2713f6e6a Bug 946074 - Awesomebar cursor processing is inefficient. r=mfinkle 2013-12-03 22:02:28 -08:00
James Willcox
ee3ad9642d Bug 869368 - Fix Flash plugin positioning on Android 2.3 r=clord
--HG--
extra : rebase_source : a02d012302a161897fb0e34f32386b57e6e7a088
2013-12-18 11:17:59 -06: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
Brad Lassey
d7c4523357 bug 944104 - support creating a GeckoView programmatically r=mfinkle 2013-11-27 17:58:41 -05:00
Brad Lassey
3333d49ee9 bug 944168 - null pointer when adding tab with GeckoView r=mfinkle 2013-11-27 18:27:53 -05:00
Margaret Leibovic
825e8d3671 Bug 946486 - Don't cache "browser.snippets.enabled" value. r=bnicholson 2013-12-05 12:43:22 -08:00
Margaret Leibovic
d25a0f1ace Bug 946802 - Update bing icon to new triangular icon. r=mfinkle 2013-12-05 11:13:42 -08:00
Mark Finkle
0f50cd0ad3 Bug 946779 - Disable history in the hidden reader <browser> element r=lucasr 2013-12-05 12:08:55 -05:00
Lucas Rocha
9599408bb8 Bug 935473 - Change animateForwardButton() to take an animation argument (r=wesj) 2013-12-05 16:26:36 +00:00
Lucas Rocha
884dd8e002 Bug 935473 - Add comment explaining animateForwardButton's behaviour (r=wesj) 2013-12-05 16:26:35 +00:00
Lucas Rocha
fd5abbe8e9 Bug 935473 - Change updateBackButton/updateForwardButton to take a Tab argument (r=wesj) 2013-12-05 16:26:35 +00:00
Lucas Rocha
47bafa663a Bug 935473 - Update forward button visibility when exiting editing mode (r=wesj) 2013-12-05 16:26:35 +00:00
Lucas Rocha
27ec5ed06e Bug 935473 - Factor out method to animate forward button's visibility (r=wesj) 2013-12-05 16:26:35 +00:00
Lucas Rocha
daefc5178d Bug 935473 - Avoid unnecessary animations in forward button (r=wesj) 2013-12-05 16:26:35 +00:00
Lucas Rocha
c66f80cdb1 Bug 935473 - Replace ViewGroup.MarginLayoutParams with MarginLayoutParams (r=sriram) 2013-12-05 16:26:34 +00:00
Lucas Rocha
190480b342 Bug 945375 - Unconditionally return mSubmenu in GeckoMenuItem.getSubMenu() (r=rnewman) 2013-12-05 11:16:45 +00:00
Wes Johnston
22195de062 Bug 942680 - Place search pane below actionbar. r=lucasr 2013-12-04 21:20:19 -08:00
Wes Johnston
33cb028f34 Bug 943513 - Update visual style of action modes. r=lucasr 2013-12-04 08:35:58 -08:00
Michael Comella
6c6b346d45 Bug 910859 - Part 4: Add Proguard annotations. r=ckitching 2013-12-04 18:32:53 -08:00
Michael Comella
cc40a4f34d Bug 910859 - Part 3: Add missing go button work around. r=lucasr 2013-12-04 18:32:53 -08:00
Michael Comella
3e4470a648 Bug 910859 - Part 2: Wait for DOMTitleChanged event in waitForPageLoad. r=lucasr 2013-12-04 18:32:53 -08:00
Michael Comella
f0c34d1e5e Bug 910859 - Bootstrap new API for UI testing in Fennec. r=lucasr,gbrown 2013-12-04 18:32:53 -08:00
Ryan VanderMeulen
2ec48f94e7 Merge inbound to m-c on a CLOSED TREE. 2013-12-04 17:35:44 -05:00
Gian-Carlo Pascutto
eaad65b612 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
b657005a37 Bug 941844 - Part 3: additional Robocop checks for page titles. r=trivial 2013-12-03 20:21:33 -08:00
Margaret Leibovic
60712ffec0 Bug 943466 - Fix copy/cut errors in SelectionHandler. r=wesj 2013-12-03 14:47:37 -08:00
Richard Newman
1455270433 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
9ca672e19b 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
72ed686f8f Bug 933420 - Update bookmark item view when title is edited. r=rnewman 2013-12-03 12:39:27 -08:00
Mike Hommey
728c45d666 Bug 943728 - Fixup for multilocale builds. r=me 2013-12-04 07:28:03 +09:00
Ryan VanderMeulen
c3d3e82743 Merge inbound to m-c. 2013-12-03 16:45:17 -05:00
Richard Newman
e26b65d95a Merge m-c to fx-team. 2013-12-03 10:47:15 -08:00
Mark Finkle
1a77654367 Backout 9ebed437d78f, 606c4b4ab77f, 686b4b5a5be3, c46514ce6886, 9cbe6533c480 due to critical breakage in bug 945723 2013-12-03 10:15:26 -05:00
Carsten "Tomcat" Book
c40b2ecd96 merge fx-team to mozilla-central 2013-12-03 10:39:56 +01:00
Margaret Leibovic
73928f1858 Bug 941685 - Ping metrics server with snippets impression data. r=bnicholson 2013-12-02 16:54:21 -08:00
Lucas Rocha
93be7d818e Bug 944537 - Don't send showMessage boolean with Tabs.START event (r=mfinkle) 2013-12-03 16:20:32 +00:00
Lucas Rocha
cd0eb4fdbb Bug 944537 - No need to check for showProgress in BrowserToolbar (r=mfinkle) 2013-12-03 16:20:31 +00:00
Lucas Rocha
c2617f7947 Bug 944537 - Use message data to decide whether to show Tab progress or not (r=mfinkle) 2013-12-03 16:20:31 +00:00
Lucas Rocha
7a812d26d4 Bug 944537 - No need to store showProgress as a Tab state/param (r=mfinkle) 2013-12-03 16:20:31 +00:00
Chris Lord
2fab05a2c9 Bug 950696 - Cache the 'enable tiles' layers pref. r=bgirard
Rename layers.force-tiles to layers.enable-tiles and cache it with the other
layers prefs in gfxPlatform.
2013-12-17 14:02:16 +00:00
Masayuki Nakano
d16795393e Bug 912858 part.5 Implement KeyboardEvent.key for printable keys on Android r=jchen+smaug 2013-12-11 01:14:54 +09:00
Gregory Szorc
158ed8b3ec Bug 774572 - Part 2: Define JAR_MANIFESTS in moz.build files; r=glandium
Every directory with a jar.mn now has JAR_MANIFESTS defined in its
moz.build file.

We also removed the may_skip special consideration of jar.mn files
because this information is now available during tier traversal by the
reader courtesy of the variables being present in moz.build files.

--HG--
extra : rebase_source : 21049b15e6bd9cf65b0805ccaccc4ba5aae93c98
extra : amend_source : 0b1ea866d725beef92d37c6f6d475369ac002e19
2013-12-10 16:18:11 +09:00
Mike Hommey
13372f862b Bug 946576 - Disable unified builds on b2g and xulrunner builds, and android debug builds. r=ehsan 2013-12-06 08:45:29 +09:00
Carsten "Tomcat" Book
e8b7ad5f14 Merge m-c to mozilla-inbound 2013-12-03 11:29:37 +01:00
CJ Barker
39919c1b52 Bug 870049 - Added SharedPreferences to persistent Crash Report client settings. r=bnicholson 2013-12-02 22:46:06 -05:00
Chris Kitching
a010c19c34 Bug 709230 - Part 5: activate Proguard. r=gbrown,rnewman 2013-11-18 17:30:00 -08:00
Ryan VanderMeulen
89058b6357 Merge fx-team to m-c. 2013-12-02 16:43:03 -05:00
Michael Boon
56a6822193 Bug 923237 - Updater should immediately apply update when downloaded manually. r=snorp 2013-12-02 12:51:25 -05:00
Nick Alexander
93e112c0d8 Merge m-c to elm 2013-11-18 08:22:59 -08:00
Ryan VanderMeulen
cb5b5eee51 Merge m-c to inbound on a CLOSED TREE. 2013-12-11 22:39:20 -05:00
James Willcox
9a9278242c Bug 948003 - Mark GeckoAppShell.loadPluginClass() as used from JNI r=blassey 2013-12-11 15:53:06 -06:00
Michael Comella
5096ff5098 Bug 946656 - Add debug output to ToolbarTitleTextChangeVerifier. r=margaret 2013-12-18 09:55:32 -08:00
Frederik Braun
50df192add Bug 948894 - Move inline scripts for about:apps into AboutApps.js. r=mleibovic 2013-12-18 12:59:21 +01:00
Nick Alexander
c4c4054b38 Merge m-c to elm 2013-11-14 22:41:14 -08:00
Ryan VanderMeulen
bc153b7708 Merge fx-team to m-c on a CLOSED TREE. 2013-11-14 22:19:19 -05:00
Ryan VanderMeulen
e57afbe1f2 Merge m-c to inbound. 2013-12-02 16:58:15 -05:00
Mike Hommey
bf60896454 Bug 943728 - Replace double quotes with single quotes in Makefiles (or remove them when it makes sense). r=mshal 2013-12-03 06:34:21 +09:00
Nick Alexander
06134af972 Merge b-i to elm 2013-11-13 21:16:19 -08:00
Nick Alexander
1388c07693 Bug 922147 - Abstract password out of Android Sync auth flow. r=rnewman
--HG--
extra : amend_source : 785ee7294bce83665caa3d79ee2144644fc7b9b5
extra : histedit_source : b4b47d0903d6f94b8bd08b78654b4538d18e220f%2Cf89a9d672b5ac4e13481abfcc0f937182680eddd
2013-11-13 19:36:02 -08:00
Nick Alexander
3360f7d3bf Bug 933300 - Write preprocessed Fennec code into generated/org/mozilla/*. r=glandium 2013-11-13 19:32:55 -08:00
Nick Alexander
fc061cca31 Backed out changeset ba9c8fcf76e6 (bug 933300) 2013-11-13 17:11:58 -08:00
Nick Alexander
2cde72ea2c Backed out changeset 569d58c88da3 (bug 922147) 2013-11-13 17:03:18 -08:00
Nick Alexander
d173d8dae4 Backed out changeset 1bef02988eb7 (bug 922147) 2013-11-13 17:03:17 -08:00
Nick Alexander
302f127195 Merge b-i to elm 2013-11-13 15:48:47 -08:00
Nick Alexander
a962481cd5 Bug 922147 - Follow-up: Fix build bustage on a CLOSED TREE.
--HG--
extra : amend_source : 20b3c088b9bfe11ca4a187fe1d96334f4196f323
2013-11-13 15:43:20 -08:00
Nick Alexander
73d7019012 Bug 892025 - Implement Android client for FxAccount auth server. r=rnewman 2013-11-13 15:27:13 -08:00
Nick Alexander
954a0cd13b Merge b-i to elm
--HG--
rename : b2g/chrome/content/forms.js => dom/inputmethod/forms.js
2013-11-13 15:16:51 -08:00
Nick Alexander
99d5d20513 Bug 922147 - Abstract password out of Android Sync auth flow. r=rnewman 2013-11-13 15:11:16 -08:00
Nick Alexander
4bf3628f8f Merge m-c to elm 2013-11-13 13:43:32 -08:00
Chris Kitching
a23ca26511 Bug 913985: Part 6 - Remove redundant AndroidBridge::Bridge() checks. r=kats 2013-11-12 10:41:01 -08:00
Chris Kitching
7144e8c767 Bug 913985: Part 5 - Refactor the Bridge to use the generated code. r=kats 2013-11-12 10:41:01 -08:00
Chris Kitching
a053b765bb Bug 913985: Part 3 - Update the annotation processor to generate wrapper classes. r=kats
--HG--
rename : build/annotationProcessors/MethodWithAnnotationInfo.java => build/annotationProcessors/AnnotationInfo.java
rename : build/annotationProcessors/utils/AlphabeticMethodComparator.java => build/annotationProcessors/utils/AlphabeticAnnotatableEntityComparator.java
rename : build/annotationProcessors/utils/GeneratableEntryPointIterator.java => build/annotationProcessors/utils/GeneratableElementIterator.java
2013-11-21 20:41:28 +00:00
Chris Kitching
c47d9f7dc4 Bug 913985: Part 2 - Add annotations to all remaining JNI entry points, marking them for generations. r=kats 2013-11-12 10:41:00 -08:00
Chris Kitching
d522296441 Bug 913985: Part 1 - Introduce a nicer annotation API for the generator, and migrate all existing annotations to it. r=kats
--HG--
rename : mobile/android/base/mozglue/OptionalGeneratedParameter.java => mobile/android/base/mozglue/generatorannotations/OptionalGeneratedParameter.java
rename : mobile/android/base/mozglue/GeneratableAndroidBridgeTarget.java => mobile/android/base/mozglue/generatorannotations/WrapElementForJNI.java
2013-11-12 10:40:59 -08:00
Lucas Rocha
ae0e640603 Bug 883500 - Update query to avoid bookmarks with null URLs. r=mfinkle 2013-11-18 15:40:27 -08:00
Ryan VanderMeulen
4e7cc6f723 Merge m-c to fx-team. 2013-11-21 11:39:17 -05:00
Ryan VanderMeulen
6ce6c0bddf Backed out changeset 95562517dc8c (bug 938818) for Android crashes. 2013-11-21 11:06:22 -05:00
Carsten "Tomcat" Book
247dddda8c merge fx-team to mozilla-central 2013-11-21 14:32:10 +01:00
Lucas Rocha
c54806862f Bug 939060 - Check URL associated with grid item before displaying favicon. r=rnewman 2013-11-20 17:09:51 -08:00
Brad Lassey
774d62c601 bug 930059 - Overscroll.java doesn't need to use compatibility libraries, follow up to not use invalidateAfterAnnimation on ICS r=wesj 2013-11-20 14:35:10 -08:00
Taylor Skidmore
69109ed2d8 Bug 938818 - Change calls to mLayerView.setVisibility to mLayerView.show or .hide. r=mcomella 2013-11-20 20:04:42 -05:00
Lucas Rocha
81377fa2d1 Bug 937534 - Only handle BACK key on ACTION_UP in Bookmarks page (r=mfinkle) 2013-11-21 13:43:21 +00:00