Ed Morley
35be13eed4
Merge mozilla-central to mozilla-inbound
2011-12-21 12:15:42 +00:00
Ed Morley
7e0fca53bc
Backout ac9fac23227a (bug 712380) for causing native Android build failures
2011-12-21 11:29:41 +00:00
Ed Morley
7f8243c4b6
Backout 640682cbaebc (bug 704588) for failing to build
2011-12-21 11:06:24 +00:00
Steffen Wilberg
5b13671433
Bug 704588: New design for about: = about:firefox = about:fennec to match about:home. ui-spec by ibarlow, r=mfinkle
2011-12-21 09:52:39 +01:00
Brad Lassey
3d3a62ab89
bug 712300 - Checkerboard over about:home footer area r=mfinkle
2011-12-21 00:17:19 -05:00
Brad Lassey
9368a2d7ff
bug 712536 - null pointer crash when rotating about:home r=mfinkle
2011-12-21 00:17:16 -05:00
Brad Lassey
03e68a70c4
bug 712380 - Add support for clobbering the Android resources when needed r=mfinkle
2011-12-20 22:56:15 -05:00
Christian Legnitto
9ddee30408
Bug 700000 - Version bump
2011-12-20 09:24:38 -08:00
Ed Morley
a4d65a5f85
Merge last green changeset of mozilla-inbound to mozilla-central
2011-12-20 16:52:57 +00:00
Matt Brubeck
c797031bda
Bug 709921 - (2/2) Rename "Preferences" to "Settings" for Android fennec [r=cpeterson]
2011-12-20 08:33:25 -08:00
Matt Brubeck
d0672955b4
Bug 709921 - (1/2) Clean up unused localization files [r=mfinkle]
...
--HG--
rename : mobile/android/locales/en-US/chrome/preferences.dtd => mobile/android/locales/en-US/chrome/aboutHome.dtd
2011-12-20 08:33:22 -08:00
Wes Johnston
d2e1ab92b3
Bug 711905 - Support adding links to homescreen from awesomebar [r=mfinkle]
2011-12-20 10:28:12 -05:00
Brad Lassey
5fb4d8f356
bug 711184 - make sure we don't do any work creating about:home if we're not showing about:home r=dougt
2011-12-20 02:49:44 -05:00
Brad Lassey
3745a0a234
backout changeset 3f050eb4f8ac (bug 711184)
2011-12-20 01:53:34 -05:00
Brad Lassey
e293d72600
bug 711757 - Fatal Exception: GeckoLooper Thread @ java.lang.IllegalArgumentException: width and height must be > 0 r=dougt
2011-12-20 00:29:04 -05:00
Brian Nicholson
f00763c8f6
Bug 697858 - Restore tabs from previous session, including history [r=mfinkle]
2011-12-20 20:41:45 -05:00
Alex Pakhotin
33cb4360d2
Bug 712118 - Form autocomplete is broken because we're not receiving compositionupdate events. r=blassey
2011-12-20 17:03:54 -08:00
Brad Lassey
1b35730ba2
bug 711184 - make sure we don't do any work creating about:home if we're not showing about:home r=dougt
2011-12-20 00:08:07 -05:00
Sriram Ramasubramanian
dfed63da69
Bug 708616: Awesomebar bg should match main toolbar [r=mfinkle]
2011-12-19 15:30:03 -08:00
Sriram Ramasubramanian
332c3e0082
Bug 711198: Autocomplete popup should have a minimum width [r=mfinkle]
2011-12-19 13:19:05 -08:00
Ed Morley
99ad401ef3
Backout fe434c1887f5 (bug 708437) for Android build failures on clobber
2011-12-20 13:38:33 +00:00
Mike Hommey
b52ed5ef38
Bug 708437 - Avoid race condition (res/values/strings.xml:1: error: Error parsing XML: no element found). r=ted
2011-12-20 13:24:36 +01:00
Brad Lassey
c0ae6fb398
bug 712296 - IOException on startup due to ZipFile closing before ZipInputStream read in AboutHomeContent r=mfinkle
2011-12-20 10:58:21 -05:00
Kartikaya Gupta
41bc5109b2
Bug 711453 - Fix infinite zoom scale. r=pcwalton
2011-12-20 17:15:09 -05:00
Kartikaya Gupta
6d82dbf388
Bug 709817 - Don't clobber mState if animations are aborted. r=pcwalton
...
Ensure that if the animation is aborted by changing the value of
mState (such as if we get an onTouchStart and set the mState to
TOUCHING), then we don't clobber it and set it back to NOTHING.
Only set it back to NOTHING when the animation finishes normally.
2011-12-20 16:53:39 -05:00
Kartikaya Gupta
cc417ad0e7
Bug 709817 - Ensure PZC is always accessed on the UI thread. r=pcwalton
...
Ensure that all public functions in PZC are always called from
the UI thread, so that internal variables are not mutated on
different threads. I also made animatedZoomTo private so that
it can't be inadvertently called from a non-UI thread outside
the class.
2011-12-20 16:53:39 -05:00
Kartikaya Gupta
3114ee3c37
Bug 709817 - (Cleanup) Replace geometryChanged() with abortAnimation() and remove dead calls. r=pcwalton
...
Since the geometryChanged function does nothing if the parameter passed
in is false, better to rename the function to be more indicative of
what it actually does, and remove all the resulting dead code.
2011-12-20 16:53:39 -05:00
Margaret Leibovic
371a20ecb9
Bug 710885 - In some cases tapping to activate Flash does not activate Flash. r=mfinkle
2011-12-20 13:26:01 -08:00
Brad Lassey
5e5c6bb313
bug 709330 - AboutHomeContent.getRecommendedAddonsStream() resource leak because ZipFile was not closed r=mfinkle
2011-12-16 20:22:34 -05:00
Kartikaya Gupta
f54e1685bd
Bug 712037 - Add lots of logging to help diagnose viewport issues. r=Cwiiis
2011-12-19 22:32:41 -05:00
Kartikaya Gupta
2445917fbe
Bug 712037 - Add a toString() method on the viewport. r=Cwiiis
2011-12-19 22:28:48 -05:00
Kartikaya Gupta
98da888bf9
Bug 709560 - Set blend function when enabling gl blending. r=pcwalton
...
The missing blend function was causing the default of GL_ONE,
GL_ZERO to take effect, making it look like alpha blending wasn't
working. It would start working once the 9-patch shadow was rendered
since that code sets the correct blend function. Fix this by
ensuring we set the blend function wherever we use blending.
2011-12-19 17:40:01 -05:00
Sriram Ramasubramanian
05d40c4d24
Bug 712087: Density DPI is doesn't change and needn't be asked everytime from Android [r=mfinkle]
2011-12-19 12:10:35 -08:00
Sriram Ramasubramanian
acaf094329
Bug 710463: Better to use no dpi for textures [r=mfinkle]
2011-12-13 16:49:19 -08:00
Sriram Ramasubramanian
c70e021408
Bug 708700: New url bar size and styling [r=mfinkle]
2011-12-15 11:53:04 -08:00
Gian-Carlo Pascutto
cb61654618
Bug 699199 - Upgrade path from XUL to native fennec. r=blassey
2011-12-19 22:56:11 +01:00
Margaret Leibovic
9fd016883f
Bug 710703 - Use "plugins" instead of "flash" in strings. r=mfinkle
2011-12-19 11:43:39 -08:00
Sriram Ramasubramanian
a935fc3ed1
Bug 704864: New tabs tray with thumbnails [r=mfinkle]
2011-12-14 14:31:39 -08:00
Matt Brubeck
d438d0d166
Bug 699052 - Android back button should close the selected tab and return to the parent tab when possible [r=mfinkle]
2011-12-19 10:44:52 -08:00
Kartikaya Gupta
3c83b196a9
Bug 711232 - Fix multiple useless zooms during page load. r=pcwalton
2011-12-16 17:01:02 -05:00
Kartikaya Gupta
688ba96c8d
Bug 711232 - Avoid unnecessary bounce animations. r=pcwalton
2011-12-16 17:01:02 -05:00
Kartikaya Gupta
3378d30686
Bug 708745 - Do a better job of opening new tabs. r=mfinkle
2011-12-16 17:01:03 -05:00
Wes Johnston
07658464ed
Bug 708273 - Add save image support. r=mfinkle
2011-12-19 08:44:48 -08:00
Kartikaya Gupta
9ab8826a15
Bug 711453 - Avoid potentially corrupting the fling velocity. r=pcwalton
2011-12-19 09:26:41 -05:00
Kartikaya Gupta
89b8c53ab6
Bug 695170 - Fix incorrect comment caught by gcp. r=gcp
2011-12-19 09:26:20 -05:00
Mark Finkle
2166d4e5c8
Bug 711855 - Unable to access the Add-Ons Manager - URL is not valid and cannot be loaded [r=mbrubeck]
2011-12-19 01:28:44 -05:00
Sriram Ramasubramanian
a298c1b9f1
Bug 711627: ContentProvider Authority string needs to be preprocessed [r=mfinkle]
...
--HG--
rename : mobile/android/base/db/BrowserContract.java => mobile/android/base/db/BrowserContract.java.in
2011-12-16 14:50:34 -08:00
Matt Brubeck
f8451c0415
Merge mozilla-central to mozilla-inbound
2011-12-18 08:22:53 -08:00
Doug Turner
6c0520430a
Backed out changeset 7957f2f39615
2011-12-17 22:39:08 -08:00
Doug Turner
27de3ebe09
bug 711184 - make sure we don't do any work creating about:home if we're not showing about:home r=dougt
2011-12-17 22:00:40 -08:00
Doug Turner
944da30fea
Backout of 9d027bf631d3
2011-12-17 21:52:54 -08:00
Doug Turner
047c6779e9
Backout of de081ef87383
2011-12-17 21:52:36 -08:00
Doug Turner
ff69f5349b
Backout of b407ff123b6f
2011-12-17 21:52:19 -08:00
Doug Turner
145c9309b4
Backout of ba92c42f126f
2011-12-17 21:34:03 -08:00
Doug Turner
541b00f7c6
Backout of 8a5cc33141a3
2011-12-17 21:33:44 -08:00
Doug Turner
ed7e7d5a1e
Backout of f39dab2d2adb
2011-12-17 21:32:48 -08:00
Doug Turner
01edd43220
Backout of 74277c18e7ce
2011-12-17 21:32:24 -08:00
Doug Turner
8bb095e568
Backout of 434e5060c706
2011-12-17 21:31:37 -08:00
Gian-Carlo Pascutto
20a57fd11d
Bug 711034 - Native Fennec is still creating places.sqlite. r=dougt
2011-12-17 10:08:58 +01:00
Brad Lassey
a3df325117
bug 711184 - make sure we don't do any work creating about:home if we're not showing about:home r=dougt
2011-12-16 16:17:57 -05:00
Brad Lassey
c76192df95
bug 709832 - crash [@ mozalloc_abort] typing with vkb in url on the EEEpad Transformer r=mfinkle
2011-12-15 16:17:04 -05:00
Alex Pakhotin
30161e293b
Bug 708626 - Pressing physical volume button dismisses keyboard, doesn't adjust ringer volume. r=blassey
2011-12-16 13:19:48 -08:00
Kartikaya Gupta
16770807dd
Bug 708745 - Do a better job of opening new tabs. r=mfinkle
2011-12-16 17:01:03 -05:00
Kartikaya Gupta
c23b1e95b2
Bug 711232 - Fix multiple useless zooms during page load. r=pcwalton
2011-12-16 17:01:02 -05:00
Kartikaya Gupta
4a884dba9a
Bug 711232 - Avoid unnecessary bounce animations. r=pcwalton
2011-12-16 17:01:02 -05:00
James Willcox
14c2e91c32
Bug 670930 - Use asynchronous direct texturing on Android when available
2011-12-16 16:40:58 -05:00
James Willcox
72ede3876a
back out 8a5cc33141a3 due to android-xul build failure
2011-12-16 14:45:58 -05:00
Mark Finkle
f36486c31b
Bug 703378 - Native Fennec executes javascript: urls pasted or typed into the awesome bar [r=mbrubeck]
2011-12-16 14:32:32 -05:00
Joel Maher
90498fe0fa
Bug 701076 - [tests] Robotium integration into mozilla-central. r=mfinkle,dburns
2011-12-16 14:27:52 -05:00
James Willcox
e1fd7358b3
Bug 670930 - Use asynchronous direct texturing on Android when available
...
--HG--
extra : rebase_source : 116b2882092d11b17046bdec5ca4d142d088d6cf
2011-12-16 10:54:10 -05:00
James Willcox
41962bb189
Bug 670930 - Add Android direct texture implementation
...
--HG--
extra : rebase_source : eb3f095e2663c0ebc0a03117ec8883d66dd8f1b5
2011-12-16 10:54:08 -05:00
Masayuki Nakano
efe739e3f9
Bug 700199 EventUtils.js should use synthesized events for sendKey(), sendChar() and sendString() rather than untrusted events r=smaug+ehsan+dolske+enndeakin
2011-12-16 22:38:45 +09:00
Margaret Leibovic
3ed223571b
Bug 706876 - Create "Clear Site Settings" menuitem. r=mfinkle
2011-12-17 13:50:09 -08:00
Matt Brubeck
dff5dd8122
Bug 376997 - Include TopLevelImageDocument.css in mobile manifest [r=mfinkle]
2011-12-17 10:20:14 -08:00
Alex Pakhotin
1273e52b65
Bug 595008 - Make Android IME more efficient by reducing communication between Java and Gecko. r=blassey
2011-12-15 13:35:45 -08:00
Chris Lord
17a5e93a19
Bug 708307 - Decouple texture size from tile size. r=pcwalton
...
This removes the hard-coded limit of 1024x2048 tile sizes, and allows for
arbitrary tile-sizes. It will still only allocate texture sizes in powers of
two, however. It replaces the tile size with a buffered-area size, which can be
re-allocated as the screen dimensions change.
2011-12-15 23:45:52 +00:00
Brad Lassey
a3c57e0b3a
bug 710575 - INSTALL_FAILED_CONFLICTING_PROVIDER when installing a custom build r=rnewman
...
--HG--
rename : mobile/android/base/db/BrowserProvider.java => mobile/android/base/db/BrowserProvider.java.in
2011-12-15 16:18:29 -05:00
Patrick Walton
f6866f0ce1
Bug 710119 - Use a low friction for long flings and a high friction for short ones. r=Cwiiis
2011-12-15 12:04:49 -08:00
Kartikaya Gupta
5a96405374
Bug 708893 - Allow panning after releasing pinch zoom finger. r=pcwalton
2011-12-15 14:50:04 -05:00
Matt Brubeck
75845463ef
Bug 703029 - Add text inflation font size prefs to the UI [r=mfinkle]
2011-12-15 10:43:56 -08:00
Brad Lassey
339621ad9b
bug 710905 - about:home flashes before page loads, whitespace fix r=mfinkle
2011-12-15 13:02:37 -05:00
Brad Lassey
d0476609c3
bug 710905 - about:home flashes before page loads r=mfinkle
2011-12-14 18:10:34 -05:00
Ed Morley
dcbac58923
Merge mozilla-central to mozilla-inbound
2011-12-15 17:27:51 +00:00
Kartikaya Gupta
a0b7a9c911
Bug 710864 - (Cleanup) Fix up incorrect logtags. r=blassey
2011-12-15 10:46:36 -05:00
Kartikaya Gupta
352c9162cb
Bug 710864 - Close stream after we're done with it. r=blassey
2011-12-15 10:46:36 -05:00
Kartikaya Gupta
919fdf2cf1
Bug 702624 - Fix regex for replaceAll so it doesn't die. r=blassey
2011-12-15 10:46:36 -05:00
Brad Lassey
91b8bd071e
bug 710843 - switch keyboard action button from go to search when action would be a search in the awesome bar r=minkle
2011-12-15 02:34:54 -05:00
Jason Voll
b3569be7d9
Bug 710418 - Browser content provider can't handle null projections in query. r=blassey, a=rnewman
2011-12-14 21:37:11 -08:00
Matt Brubeck
cefe5e14b5
Bug 708772 - (bustage fix) Add IsTablet method to AndroidBridge (merge to /mobile/android) [r=dougt a=ehsan]
2011-12-14 13:53:38 -08:00
Mark Finkle
d991be955b
Bug 710783 - about:firefox won't load [r=mbrubeck a=android-only]
2011-12-14 17:26:00 -05:00
Kartikaya Gupta
0fd6d2a2bc
Bug 710393 - Stop using Math.copySign which doesn't exist on Froyo. r=Cwiiis a=ehsan
2011-12-14 16:57:29 -05:00
Matt Brubeck
d0c866971f
Bug 710578 - Pages without contentDocument cause JSON exception in handleLocationChange [r=mfinkle a=javascript]
2011-12-14 16:36:29 -05:00
Mark Finkle
8c9f1415d4
Bug 710697 - LinkPreference causes a null preference to be sent to Gecko [r=mbrubeck a=android-only]
2011-12-14 16:36:27 -05:00
Ehsan Akhgari
13a6f5f387
Backout changeset 3e972d3efc11 (bug 708307) because it breaks Android tests; a=me
2011-12-14 15:55:17 -05:00
Sriram Ramasubramanian
172c1f9c60
Bug 695444 - Form history autocomplete. r=mfinkle a=android-only
2011-12-06 16:44:08 -08:00
Chris Lord
7dd2dedd76
Bug 708307 - Decouple texture size from tile size. r=pcwalton a=android-only
...
This removes the hard-coded limit of 1024x2048 tile sizes, and allows for
arbitrary tile-sizes. It will still only allocate texture sizes in powers of
two, however. It replaces the tile size with a buffered-area size, which can be
re-allocated as the screen dimensions change.
2011-12-14 19:41:37 +00:00
Brad Lassey
ee89fc04c4
bug 710751 - Updater is broken, backout aebdec71790e r=mfinle a=java-only
2011-12-14 12:35:58 -05:00
Brad Lassey
a6fb6adb36
bug 710751 - Updater is broken, backout b0165c0d85e1 r=mfinle a=java-only
2011-12-14 12:35:37 -05:00
Margaret Leibovic
c5859b24f8
Bug 707665 - Save as PDF option should be disabled for about:home and any XUL documents. r=mfinkle a=android-only
2011-12-13 16:23:35 -08:00
Matt Brubeck
87673c259e
Bug 710302 - going to about: pages does a 'feeling lucky' search [r=mfinkle a=java-only]
2011-12-13 19:17:58 -05:00