Commit Graph

8904 Commits

Author SHA1 Message Date
Kartikaya Gupta
69823dcd0f 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
117136e650 Bug 850217: Corruption in opt-in animation. [r=bnicholson]
--HG--
extra : rebase_source : 7b83bf28a76c3308fa734d0e07ef840362f62ead
2013-03-22 16:38:11 -07:00
Wes Johnston
058e1ae758 Bug 840593 - Create a main style file for about pages to inherit from. r=mbrubeck 2013-03-22 16:36:31 -07:00
Matt Brubeck
cc3eb090e3 Bug 853126 - Use PluralForm for the blocked popup message on Android [r=margaret] 2013-03-22 15:27:59 -07:00
Wes Johnston
17a78cab03 Bug 816979 - Only use system overscroll on Gingerbread+. r=kats 2013-03-22 13:37:24 -07:00
Lucas Rocha
5d6f9746e2 Bug 853300 - Show toolbar when hw menu button is pressed (r=cwiiis) 2013-03-22 10:26:32 +00:00
Lucas Rocha
631e863aed Bug 853497 - Remove spacer view from gecko_app.xml (r=cwiiis) 2013-03-22 10:26:26 +00:00
Edwin Flores
7da79436e5 Bug 846465 - Fix OMX plugin crash on HTC One X r=doublec 2013-03-22 15:24:47 +13:00
Margaret Leibovic
2ad4332a9d Bug 853508 - Lazy load SelectionHandler. r=bnicholson 2013-03-21 16:50:42 -07:00
Margaret Leibovic
c5a508f366 Backed out changeset 89fa6284cb78 because of bad merge 2013-03-21 16:55:25 -07:00
Margaret Leibovic
b254e3e129 Bug 853508 - Lazy load SelectionHandler. r=bnicholson 2013-03-21 16:50:42 -07:00
Sriram Ramasubramanian
5605c312ef Bug 833427: Remove homescreen widget. [r=mfinkle]
--HG--
extra : rebase_source : 1b447efd820eff6b7f1d7bd223613e80525e64e0
2013-01-22 11:19:35 -08:00
Margaret Leibovic
60b22ab8a6 Bug 853022 - Remove "Ideas" from feedback app. r=mfinkle 2013-03-21 14:01:02 -07:00
Margaret Leibovic
e50647fad7 Bug 851170 - Put homescreen wallpaper feature behind confvars variable. r=ted 2013-03-21 14:01:02 -07:00
Brian Nicholson
5e13ac281a 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
9aa41ab69a 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
172ce4c7a3 Bug 844895 - Avoid using the same db connection for a spawned task. r=lucasr 2013-03-21 10:50:32 -07:00
Mark Banner
6a4576c991 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
ba90002039 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
ead1fe5b4c 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
bb6cc49735 Backout changeset f12e5c87adf6 (bug 852950) because it breaks running from dist/bin 2013-03-20 23:59:45 +01:00
Chris Lord
e74007c62d 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
bca6b68164 Bug 852714 - Add Mozilla's sourceid to Fennec's Amazon search URL. r=blassey 2013-03-19 14:12:55 -07:00
Mark Finkle
1eed50db8e Bug 852962 - Bad optionsURL will show 'options' header but no options r=margaret 2013-03-20 15:30:24 -04:00
Mike Hommey
b93ae84da9 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
56d8e22547 Bug 847823 - Clean up NotifyIME to use the Gecko NotificationToIME enum; r=cpeterson 2013-03-19 16:54:49 -04:00
Jim Chen
9393319ee3 Bug 847823 - Obsolete Android pref; r=mfinkle 2013-03-19 16:54:49 -04:00
Jim Chen
72f7263504 Bug 847823 - Change NotifyIMEEnabled to NotifyIMEContext; r=cpeterson 2013-03-19 16:54:48 -04:00
Mike Shal
ea1d9b8ba7 Bug 844654 - Part 2: Move MODULE to moz.build; rs=gps 2013-03-19 11:47:00 -07:00
Jim Chen
47e557c907 Bug 706336 - Use meta states from KeyListener; r=cpeterson 2013-03-19 18:26:33 -04:00
Brian Nicholson
af416ef4e2 Bug 851056 - Remove NotificationHandler. r=kats 2013-03-19 14:09:44 -07:00
Chris Peterson
9d0c967f1b Bug 847839 - Part 2: Remove obsolete files for Android XUL Fennec. r=mfinkle 2013-03-07 17:55:49 +00:00
Chris Peterson
42292d790c Bug 847839 - Part 1b: Clean up VideoPlayer.java style nits. r=mfinkle 2013-03-08 10:35:29 +00:00
Chris Peterson
ec3afb3b87 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
0588cf6a58 Bug 850936 - Actually update toolbar layout state on rotation (r=mfinkle) 2013-03-19 15:25:46 +00:00
Lucas Rocha
85e2ed9f22 Bug 843641 - Ensure tabs button images are refreshed on device rotation (r=mfinkle) 2013-03-19 15:25:46 +00:00
Margaret Leibovic
130c393c36 Bug 852360 - Get rid of unused strings in aboutAddons.properties. r=mfinkle 2013-03-19 08:14:26 -07:00
Margaret Leibovic
b6fb6370d3 Bug 852360 - Get rid of unused keyword.URL in region.properties. r=mfinkle 2013-03-19 08:14:26 -07:00
Margaret Leibovic
54e7f0caac 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
43c09e9c75 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
1a1dae1c2d Backout bc88f1602468, Bug 842911 - Remove support for Samsung mini-app mode r=blassey 2013-03-18 23:32:52 -04:00
Phil Ringnalda
59cb0c80dd 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
ae481fe54b Back out 28db68d1a57a (bug 842911) for Android 2.2 destruction
CLOSED TREE
2013-03-18 19:50:50 -07:00
Mark Finkle
20fb313f7f 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
8bb233ea86 Bug 841151 - Don't try to restore wyciwyg URLs. r=bnicholson 2013-03-18 15:39:08 -07:00
Margaret Leibovic
389f04bc16 Bug 848420 - (Part 2) Test for distribution search engines. r=gbrown 2013-03-18 15:39:08 -07:00
Margaret Leibovic
e6fd726a14 Bug 848420 - Distribution support for additional default search engines. r=mfinkle 2013-03-18 15:39:08 -07:00
Margaret Leibovic
901cdf93d7 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
c1f81b8347 Bug 823644: Text appearance for about:home. [r=mfinkle]
--HG--
extra : rebase_source : ad0072491fd6c11a7773193bbe73050755dfa1f6
2013-03-14 11:53:30 -07:00
Sriram Ramasubramanian
917d222a06 Bug 848961: Cleanup font-sizes in Android UI. [r=mfinkle]
--HG--
extra : rebase_source : 9c7ad9a149598ebfdab09bd74270813b26cd9a88
2013-03-07 13:38:54 -08:00