Jim Chen
fa5235816c
Bug 835906 - Add ability for GeckoEditable to switch to a different thread; r=cpeterson
2013-02-08 16:07:12 -05:00
Mark Capella
05796d50ff
Bug 839359 - Crash -- java.lang.NullPointerException, r=kats
2013-02-08 10:22:35 -05:00
Kartikaya Gupta
88dcc6657a
Bug 777468 - Move ownership of TouchEventHandler from LayerView to JavaPanZoomController. r=Cwiiis
...
This patch has a bunch of semi-independent changes that unfortunately
couldn't be split apart without introducing hacks to make stuff build
on the intermediate patches. The main changes are:
- Moving TouchEventHandler from LayerView to JavaPanZoomController
- Registering the touch interceptor on the LayerView rather than the
TouchEventHandler
- Moving the Tab:HasTouchListener handler from GeckoApp to JPZC
The net effect of all of this is that the TouchEventHandler is hidden
behind the PanZoomController interface and not accessible to GeckoApp
or GeckoAppShell.
Additionally, some of the JPZC methods were renamed from onXXX to
handleXXX to maintain the convention that onXXX methods are "interface"
methods (i.e. exposed to arbitrary other code) whereas handleXXX
methods are private/package and should only be called in very specific
ways.
2013-02-08 09:13:09 -05:00
Kartikaya Gupta
4dcacbb416
Bug 777468 - Move mobile/android/base/ui/* to mobile/android/base/gfx/. r=Cwiiis
...
--HG--
rename : mobile/android/base/ui/Axis.java => mobile/android/base/gfx/Axis.java
rename : mobile/android/base/ui/PanZoomController.java => mobile/android/base/gfx/PanZoomController.java
rename : mobile/android/base/ui/PanZoomTarget.java => mobile/android/base/gfx/PanZoomTarget.java
rename : mobile/android/base/ui/SimpleScaleGestureDetector.java => mobile/android/base/gfx/SimpleScaleGestureDetector.java
rename : mobile/android/base/ui/SubdocumentScrollHelper.java => mobile/android/base/gfx/SubdocumentScrollHelper.java
2013-02-08 09:11:43 -05:00
Kartikaya Gupta
f4f5d9a488
Bug 794982 - Extract non-libxul native JNI functions from GeckoAppShell. r=glandium, cpeterson
2013-02-07 09:37:06 -05:00
Kartikaya Gupta
e35c69b34c
Bug 837775 - Fix some UseValueOf lint warnings. r=bnicholson
2013-02-04 15:15:51 -05:00
Jim Chen
cfbb5d8e6e
Bug 830557 - Fix startup crash by preloading class; r=gbrown
2013-02-04 14:59:14 -05:00
Brian Nicholson
8b5a8ba707
Bug 827370 - Remove RedirectorRunnable. r=mfinkle
2013-02-01 11:49:08 -08:00
Kartikaya Gupta
6e4510693c
Bug 834414 - Remove a dangling reference to the LayerView in the IME code when the activity is destroyed. r=jchen
2013-01-25 13:51:41 -05:00
Kartikaya Gupta
add4bab00f
Bug 834414 - Destroy the SiteIdentityPopup when the activity is destroyed to prevent leaking the activity. r=margaret
2013-01-25 13:51:41 -05:00
Phil Ringnalda
b8c910183c
Back out 5a56a56a6481:a5969a01955b (bug 834414) to investigate whether it caused reftest-4 failures
...
CLOSED TREE
2013-01-25 20:03:50 -08:00
Kartikaya Gupta
f8cf570e3c
Bug 834414 - Remove a dangling reference to the LayerView in the IME code when the activity is destroyed. r=jchen
2013-01-25 13:51:41 -05:00
Kartikaya Gupta
1265ebb176
Bug 834414 - Destroy the SiteIdentityPopup when the activity is destroyed to prevent leaking the activity. r=margaret
2013-01-25 13:51:41 -05:00
Kartikaya Gupta
0d0df781e2
Bug 832987 - Make sure the launch state is updated on Gecko:Ready even if GeckoApp isn't around at the time. r=cpeterson
2013-01-23 09:38:57 -05:00
Wes Johnston
faf28fae58
Bug 819037 - Set appId on browsers in webapps. r=mfinkle
2013-01-22 10:37:35 -08:00
Mark Finkle
6b7a960ded
Bug 827250 - Wallpaper over the WallpaperManager crash r=kats a=android-only
2013-01-21 17:32:00 -05:00
Mark Capella
8af848e621
Bug 824161 - Homescreen widget doesn't open awesomebar, r=wesj, sriram
2013-01-11 04:26:39 -05:00
Chris Peterson
a90d14ab62
Bug 828594 - Part 2: Remove unused Java imports. r=kats
2013-01-09 10:32:50 -08:00
Chris Peterson
fd64056c9d
Bug 828594 - Part 1: Remove redundant Java imports. r=kats
2013-01-09 09:54:54 -08:00
Wes Johnston
f1da34eb65
Bug 725018 - FormAssistant should reposition itself on viewport changes. r=kats,mleibovic
2013-01-09 11:37:01 -08:00
Sriram Ramasubramanian
792df27d31
Bug 809790: Remove custom share menu. [r=mfinkle]
2013-01-04 14:31:07 -08:00
Mark Finkle
9d58f43868
Bug 826467 - Remove unused variables r=bnicholson
2013-01-06 10:28:58 -05:00
Mark Finkle
b05c02d822
Bug 826467 - Listen for account changes and persist r=bnicholson
2013-01-06 10:28:55 -05:00
Phil Ringnalda
7821de9ea2
Back out b7f50cfa3fe1 (bug 801739) for Android build bustage
2013-01-03 16:33:38 -08:00
Shriram Kunchanapalli
5caaa5906e
Bug 801739 - Initialize mDoorHangerPopup in WebApp rather than GeckoApp. r=mleibovic
2012-12-26 20:15:47 +05:30
Sriram Ramasubramanian
4f682324de
Bug 824469: New tab button based on the tabs-section. [r=mfinkle]
2013-01-02 13:43:01 -08:00
Sriram Ramasubramanian
e85bcdd6aa
Bug 817706: Tab-style switcher in tabs-tray for phones. [r=mfinkle]
...
--HG--
rename : mobile/android/base/resources/layout/tabs_panel.xml => mobile/android/base/resources/layout/tabs_panel.xml.in
2012-12-18 17:04:39 -08:00
Sriram Raghuraman
5c2c4ba720
Bug 715736 - Add 'Save as Wallpaper' Android functionality in context menu when viewing images. r=snorp,margaret
2012-12-17 23:00:01 +05:30
Brian Nicholson
9c1661ae3b
Bug 795045 - Part 1: Cleanup for TextSelection/TextSelectionHandle. r=wesj
2012-12-18 22:57:54 -08:00
Kartikaya Gupta
aa24841938
Bug 817134 - Delete dead code in java-land to display checkerboarding. r=blassey
2012-12-15 10:43:57 -05:00
Kartikaya Gupta
3da21dae58
Bug 817134 - Remove the low-res screenshotting code. r=blassey
2012-12-15 10:43:52 -05:00
Brian Nicholson
80fd82632b
Bug 735399- Only do session restore after a crash. r=mfinkle
2012-12-07 10:50:40 -08:00
Brian Nicholson
78a779dd75
Bug 819070 - Don't restore session if Gecko is already running. r=mfinkle
...
--HG--
extra : rebase_source : 35f720d9815d6e54d09419002dd30e5ab87f2d1a
2012-12-07 10:50:56 -08:00
Mike Hommey
580138ee52
Bug 804303 part 4 - Set environment variables earlier on Android. r=blassey,r=wesj
2012-12-07 09:32:24 +01:00
Sriram Ramasubramanian
62ed6ae93a
Bug 800453: Add MenuItem attributes for add-on submenus. [r=mfinkle]
...
--HG--
extra : rebase_source : 0f12b5296b72faa14652da9ad2a4ffb013b91f23
2012-10-29 16:29:55 -07:00
Sriram Ramasubramanian
4310f40390
Bug 818229: Refactor menu code to have different menu-presenters. [r=mfinkle]
...
--HG--
extra : rebase_source : 9c7e3a2e5000896cab04130824489542b40476ad
2012-12-04 13:12:04 -08:00
Kartikaya Gupta
7e8cc24ac5
Bug 817067 - Introduce a ThumbnailHelper to deal with thumbnailing of pages. r=cpeterson, gcp
2012-12-03 14:27:34 -05:00
Lucas Rocha
61fa340765
Bug 709433 - Animate toolbar when switching to/from awesome screen (r=mfinkle)
2012-12-03 10:50:41 +00:00
Lucas Rocha
2a8196727f
Bug 807279 - Turn Favicons into a singleton (r=mfinkle)
2012-12-03 08:59:17 +00:00
Kartikaya Gupta
fd09773c95
Bug 793150 - Exit full-screen mode when invoking the menu. r=sriram
2012-11-30 12:59:49 -05:00
Brian Nicholson
fc07859647
Bug 810732 - Ensure that sessionstore-windows-restored is always dispatched. r=mfinkle
2012-11-27 16:35:20 -08:00
Kartikaya Gupta
eeb2edf044
Bug 783521 - Fix busted function override. r=mfinkle
2012-11-27 15:18:01 -05:00
Wes Johnston
fe69ddea28
Bug 813677 - Only send about:home telemetry pings when showing about:home. r=mfinkle
2012-11-26 14:57:11 -08:00
Kartikaya Gupta
c099f5397e
Bug 775511 - Move full screen state variable from GeckoApp to LayerView. r=Cwiiis
2012-11-24 17:32:08 -05:00
Mark Capella
03c6c86a89
Bug 711772 - Create custom two-line checkable list item for site settings dialog, r=wesj
...
Based on Margarets original patch
2012-11-23 19:40:07 -05:00
Kartikaya Gupta
02423cf9ac
Bug 802510 - Reset position on the thumbnail data buffer to the beginning before reading out of it. r=blassey
2012-11-14 00:34:25 -08:00
Brian Nicholson
cf4064cd81
Bug 784086 - Separate images table into favicon and thumbnail tables. r=lucasr,rnewman
2012-11-13 10:56:58 -08:00
Richard Newman
fa94153091
Bug 810988 - Part 2: separate pref broadcast announcement action for each Fennec version. r=kats
2012-11-13 09:47:05 -08:00
Wes Johnston
0e88fa9cc1
Bug 786061 - Disable session restore in webapps. r=mfinkle
2012-11-08 14:49:07 -08:00
Brian Nicholson
408a07c8e1
Bug 722661 - Prevent animation of restored OOM tabs. r=mfinkle
2012-11-07 18:34:54 -08:00