Kartikaya Gupta
5398fdbade
Bug 853366 - Clean up activity/app lifecycle events. r=mfinkle,cpeterson
2013-03-26 14:05:10 -04:00
Kartikaya Gupta
60d6932616
Bug 853366 - Some minor code cleanup. r=cpeterson
2013-03-26 14:04:20 -04:00
Geoff Brown
60ab25b9b6
Bug 854549 - Take a screenshot on robocop test failure; r=jmaher
2013-03-26 11:31:25 -06:00
Eitan Isaacson
fc8aade1b0
Bug 854006 - Don't cache a11y events that are directly emitted. r=kats,sriram; Additional tweaks by MarcoZ, r=eeejay,kats
2013-03-26 18:23:03 +01:00
Margaret Leibovic
097b6f1c77
Bug 853691 - Reorganize SelectionHandler cleanup code paths. r=bnicholson
2013-03-25 18:25:19 -04:00
James Hugman
64ac400479
Bug 813736 - Enable installPackage api on Android. r=wesj,fabrice
2013-03-25 13:03:58 -07:00
Sriram Ramasubramanian
8e9bea61c5
Bug 848719: URL Bar corruption with dyn-toolbar. [r=mfinkle]
...
--HG--
extra : rebase_source : eec4e124028c43af2d1b237c14e711d883417b89
2013-03-21 17:28:42 -07:00
Kartikaya Gupta
fa81dd327d
Bug 853831 - Fix fixed margins on the opposite side of overscroll. r=kats
...
If overscroll eats into a fixed margin, we need to apply the opposite
offset to the opposite side of the axis this occurred on. This has the effect
of fixed-position elements aligned to the bottom of the screen remaining
visible when at the top of the page.
2013-03-25 14:13:59 -04:00
Ben Hearsum
8ef55db6de
bug 853823: updater should be case insensitive when parsing hash function in update xml. r=kats
2013-03-25 09:26:46 -04:00
Kartikaya Gupta
1dbc6eb9d5
Bug 850318 - Avoid blocking the UI thread on the background thread when calling getClipboardText. r=wesj
2013-03-22 22:03:17 -04:00
Sriram Ramasubramanian
270fc80858
Bug 850217: Corruption in opt-in animation. [r=bnicholson]
...
--HG--
extra : rebase_source : 7b83bf28a76c3308fa734d0e07ef840362f62ead
2013-03-22 16:38:11 -07:00
Wes Johnston
e00e146a30
Bug 816979 - Only use system overscroll on Gingerbread+. r=kats
2013-03-22 13:37:24 -07:00
Lucas Rocha
561a22891f
Bug 853300 - Show toolbar when hw menu button is pressed (r=cwiiis)
2013-03-22 10:26:32 +00:00
Lucas Rocha
4c0b89b72e
Bug 853497 - Remove spacer view from gecko_app.xml (r=cwiiis)
2013-03-22 10:26:26 +00:00
Sriram Ramasubramanian
0d544e30bb
Bug 833427: Remove homescreen widget. [r=mfinkle]
...
--HG--
extra : rebase_source : 1b447efd820eff6b7f1d7bd223613e80525e64e0
2013-01-22 11:19:35 -08:00
Margaret Leibovic
c3b3602d7d
Bug 851170 - Put homescreen wallpaper feature behind confvars variable. r=ted
2013-03-21 14:01:02 -07:00
Brian Nicholson
f880b41bf8
Bug 850693 - Create a NotificationHandler for each Fennec instance. r=kats
...
--HG--
rename : mobile/android/base/NotificationServiceClient.java => mobile/android/base/NotificationClient.java
rename : mobile/android/base/NotificationService.java => mobile/android/base/NotificationHandler.java
extra : rebase_source : 861bb500d9f1cd7cbc98a0c3628ddf7894e1e976
2013-03-21 13:32:11 -07:00
Wes Johnston
30a5a7b3d2
Bug 844895 - Avoid using the same db connection for a spawned task. r=lucasr
2013-03-21 10:50:32 -07:00
Chris Lord
fae357a331
Bug 852565 - Don't expand the viewport for small pages. r=kats
...
Only expand the CSS viewport when a page reaches the screen size. If it's
smaller than the screen size, lock the dynamic toolbar and keep the same,
smaller CSS viewport. This 'fixes' sites that try to size themselves to the
size of the screen and get it wrong.
2013-03-21 11:23:49 +00:00
Chris Lord
fefea759ce
Bug 849573 - Handle interrupted tabs tray animation. r=sriram
...
If the tabs tray animation is interrupted to run in the opposite direction,
run the animation from the point the tray currently is, rather than snapping
it to the open or closed position first.
2013-03-20 23:43:47 +00:00
Chris Lord
202e1980aa
Bug 852526 - Make sure the compositor starts unpaused and with a size. r=kats
...
This changes compositor creation so that we can specify an initial size and
makes sure the local variable in nsWindow reflects that the compositor starts
unpaused.
2013-03-20 22:45:07 +00:00
Jim Chen
1829ba6890
Bug 847823 - Clean up NotifyIME to use the Gecko NotificationToIME enum; r=cpeterson
2013-03-19 16:54:49 -04:00
Jim Chen
e6b769351a
Bug 847823 - Change NotifyIMEEnabled to NotifyIMEContext; r=cpeterson
2013-03-19 16:54:48 -04:00
Jim Chen
bcab05a661
Bug 706336 - Use meta states from KeyListener; r=cpeterson
2013-03-19 18:26:33 -04:00
Brian Nicholson
3136d26edf
Bug 851056 - Remove NotificationHandler. r=kats
2013-03-19 14:09:44 -07:00
Chris Peterson
82b1bfe822
Bug 847839 - Part 1b: Clean up VideoPlayer.java style nits. r=mfinkle
2013-03-08 10:35:29 +00:00
Chris Peterson
7cf3c5d989
Bug 847839 - Part 1a: Port XUL Fennec's VideoPlayer to Native Fennec. r=mfinkle
...
--HG--
rename : embedding/android/VideoPlayer.java => mobile/android/base/VideoPlayer.java
rename : embedding/android/resources/layout/videoplayer.xml => mobile/android/base/resources/layout/videoplayer.xml
2013-03-07 14:44:22 +00:00
Lucas Rocha
53b6755a85
Bug 850936 - Actually update toolbar layout state on rotation (r=mfinkle)
2013-03-19 15:25:46 +00:00
Lucas Rocha
5a5c910863
Bug 843641 - Ensure tabs button images are refreshed on device rotation (r=mfinkle)
2013-03-19 15:25:46 +00:00
Chris Lord
104b3caf40
Bug 852158 - Fix content scrolling to the top with the dynamic toolbar enabled. r=kats
...
Make sure that the toolbar doesn't obscure content when it scrolls to the top
of the page.
2013-03-19 09:53:12 +00:00
Mark Finkle
6113416bf8
Backout bc88f1602468, Bug 842911 - Remove support for Samsung mini-app mode r=blassey
2013-03-18 23:32:52 -04:00
Phil Ringnalda
cdddb24556
Back out a23ff3177682 (bug 823644), 02d63d7e6c87 (bug 848961), 505fbab9b980:2f24c9525f57 (bug 823644) for mochitest-1 and robocop-2 bustage
...
CLOSED TREE
2013-03-18 20:00:04 -07:00
Phil Ringnalda
0eb1a18c02
Back out 28db68d1a57a (bug 842911) for Android 2.2 destruction
...
CLOSED TREE
2013-03-18 19:50:50 -07:00
Mark Finkle
c1124e09e0
Backout bc88f1602468, Bug 842911 - Remove support for Samsung mini-app mode r=blassey a=blassey
2013-03-18 20:02:40 -04:00
Margaret Leibovic
2f9600769e
Bug 848420 - (Part 2) Test for distribution search engines. r=gbrown
2013-03-18 15:39:08 -07:00
Margaret Leibovic
c85660b872
Bug 848254 - Add support of pre-pinned bookmarks on about:home for distributions. r=rnewman
2013-03-18 15:39:08 -07:00
Sriram Ramasubramanian
27f63e96f8
Bug 823644: Text appearance for about:home. [r=mfinkle]
...
--HG--
extra : rebase_source : ad0072491fd6c11a7773193bbe73050755dfa1f6
2013-03-14 11:53:30 -07:00
Sriram Ramasubramanian
bb20c15094
Bug 848961: Cleanup font-sizes in Android UI. [r=mfinkle]
...
--HG--
extra : rebase_source : 9c7ad9a149598ebfdab09bd74270813b26cd9a88
2013-03-07 13:38:54 -08:00
Sriram Ramasubramanian
a957468105
Bug 850927: Redundant doorhanger layout xml file. [r=mfinkle]
...
--HG--
extra : rebase_source : c4ea02bf18584f6405cefe339813e6d8f4b01601
2013-03-13 21:18:33 -07:00
Sriram Ramasubramanian
119d3ce949
Bug 823644: Base TextAppearances for the application. [r=mfinkle]
...
--HG--
extra : rebase_source : 2321d6b1215713dc191710fcb6c80793b917cc44
2013-03-14 11:44:09 -07:00
Sriram Ramasubramanian
908a226409
Bug 823644: Cleanup list-view style. [r=mfinkle]
...
--HG--
extra : rebase_source : 0d806581a999edf580221e4c9dabe913928ea1e5
2013-03-13 16:59:02 -07:00
Sriram Ramasubramanian
f5f090edd8
Bug 823644: Remove the style named "Screen". [r=mfinkle]
...
--HG--
extra : rebase_source : eefb69421cc8cf2a49fa3d21625d51b661c4a91a
2013-03-13 15:26:25 -07:00
Sriram Ramasubramanian
8e98d90baa
Bug 823644: Base theme for Fennec. [r=mfinkle]
...
--HG--
extra : rebase_source : e65143bdcbcc334b8d239bfb495f27583d8fd05f
2013-03-13 15:04:50 -07:00
Lucas Rocha
059987ecdb
Bug 852227 - Don't highlight tab cell background on press (r=mfinkle)
2013-03-18 21:46:54 +00:00
Lucas Rocha
1a49be3438
Bug 844959 - Set an explicit height for horizontal tabs tray (r=mfinkle)
2013-03-18 21:46:54 +00:00
Lucas Rocha
c02f75d8b7
Bug 848551 - Use same tab thumbnail height on phones and tablets (r=mfinkle)
2013-03-18 21:46:54 +00:00
Lucas Rocha
e5a5c088b8
Bug 842621 - Gap between horizontal tab thumbnails should be narrower (r=mfinkle)
2013-03-18 21:46:54 +00:00
Sriram Ramasubramanian
0bd13d9f59
Bug 852237: Tabs button pressed state with neutral highlight color. [r=mfinkle]
...
--HG--
extra : rebase_source : 1b686f50165419c641b15401260e081d558f9886
2013-03-18 14:44:39 -07:00
Kartikaya Gupta
45793fac7f
Bug 852163 - Unregister pref observer on activity destroy so that it doesn't leak the activity. r=Cwiiis
2013-03-18 17:41:36 +01:00
Jim Chen
33cb2fe9e4
Bug 845416 - Detect mangled package name in ANR reporter; r=blassey
2013-03-18 12:27:40 -04:00