Matt Brubeck
abb238e9da
Bug 853126 - Use PluralForm for the blocked popup message on Android [r=margaret]
2013-03-22 15:27:59 -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
Edwin Flores
26d9c1a784
Bug 846465 - Fix OMX plugin crash on HTC One X r=doublec
2013-03-22 15:24:47 +13:00
Margaret Leibovic
4528bf3bc4
Bug 853508 - Lazy load SelectionHandler. r=bnicholson
2013-03-21 16:50:42 -07:00
Margaret Leibovic
f892c2a8bf
Backed out changeset 89fa6284cb78 because of bad merge
2013-03-21 16:55:25 -07:00
Margaret Leibovic
568f39b295
Bug 853508 - Lazy load SelectionHandler. r=bnicholson
2013-03-21 16:50:42 -07: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
a68cc5ff41
Bug 853022 - Remove "Ideas" from feedback app. r=mfinkle
2013-03-21 14:01:02 -07: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
Brian Nicholson
55191144fa
Bug 828990 - Hide thumb on compositionend. r=margaret f=jchen
...
--HG--
extra : rebase_source : 8be4ddbc0f574179c12807d7c3d575624c9dbf48
2013-03-21 13:07:07 -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
Mark Banner
43e2c10866
Bug 834179 - Stop trying to package jetpack.xpt, since it was removed by bug 711838 (port to b2g/android). r=glandium
2013-03-21 12:25:46 +00: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
Mike Hommey
8cf8cff7ce
Backout changeset f12e5c87adf6 (bug 852950) because it breaks running from dist/bin
2013-03-20 23:59:45 +01: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
Chris Peterson
c146041f75
Bug 852714 - Add Mozilla's sourceid to Fennec's Amazon search URL. r=blassey
2013-03-19 14:12:55 -07:00
Mark Finkle
100f42a912
Bug 852962 - Bad optionsURL will show 'options' header but no options r=margaret
2013-03-20 15:30:24 -04:00
Mike Hommey
fa1c295631
Bug 852950 - Kill libxpcom. r=bsmedberg
...
--HG--
rename : xpcom/stub/dependentlibs.py => toolkit/library/dependentlibs.py
rename : xpcom/stub/nsXPComStub.cpp => xpcom/build/FrozenFunctions.cpp
2013-03-20 14:56:41 +01: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
217c1ce375
Bug 847823 - Obsolete Android pref; r=mfinkle
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
Mike Shal
7ecea60097
Bug 844654 - Part 2: Move MODULE to moz.build; rs=gps
2013-03-19 11:47:00 -07: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
46f50f1a30
Bug 847839 - Part 2: Remove obsolete files for Android XUL Fennec. r=mfinkle
2013-03-07 17:55:49 +00: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
Margaret Leibovic
0a95c5887f
Bug 852360 - Get rid of unused strings in aboutAddons.properties. r=mfinkle
2013-03-19 08:14:26 -07:00
Margaret Leibovic
fd2f759e34
Bug 852360 - Get rid of unused keyword.URL in region.properties. r=mfinkle
2013-03-19 08:14:26 -07:00
Margaret Leibovic
e636debd22
Bug 852334 - Set app disabled state on enable button instead of uninstall button. r=mbrubeck
2013-03-19 08:14:25 -07: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
4cf39f99e8
Bug 841151 - Don't try to restore wyciwyg URLs. r=bnicholson
2013-03-18 15:39:08 -07: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
a5987c174f
Bug 848420 - Distribution support for additional default search engines. r=mfinkle
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