Brad Lassey
9bea226f36
bug 712300 - Checkerboard over about:home footer area r=mfinkle
2011-12-21 00:17:19 -05:00
Brad Lassey
5636309a03
bug 712536 - null pointer crash when rotating about:home r=mfinkle
2011-12-21 00:17:16 -05:00
Brad Lassey
1b2071b144
bug 712380 - Add support for clobbering the Android resources when needed r=mfinkle
2011-12-20 22:56:15 -05:00
Alex Pakhotin
f2d3a1ea94
Bug 705939 - Enter key pressed in the Awesome Bar does not open an URL sometimes. r=blassey
2011-12-20 19:44:17 -08:00
Brad Lassey
09fc9c88b9
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
7e66688065
Bug 697858 - Restore tabs from previous session, including history [r=mfinkle]
2011-12-20 20:41:45 -05:00
Alex Pakhotin
6d1ee9a522
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
703d9ecc32
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
78d4624638
Bug 711453 - Fix infinite zoom scale. r=pcwalton
2011-12-20 17:15:09 -05:00
Kartikaya Gupta
a09efe8450
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
36b1a1f54b
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
c5f70b0a51
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
Wes Johnston
5f24a57949
Bug 711905 - Support adding links to homescreen from awesomebar [r=mfinkle]
2011-12-20 10:28:12 -05:00
Sriram Ramasubramanian
266a40bd53
Bug 708616: Awesomebar bg should match main toolbar [r=mfinkle]
2011-12-19 15:30:03 -08:00
Sriram Ramasubramanian
347c5c4c3e
Bug 711198: Autocomplete popup should have a minimum width [r=mfinkle]
2011-12-19 13:19:05 -08:00
Ed Morley
bb4d5c8d26
Backout fe434c1887f5 (bug 708437) for Android build failures on clobber
2011-12-20 13:38:33 +00:00
Mike Hommey
29372046ab
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
f2889db297
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
2e202d67fc
backout changeset 3f050eb4f8ac (bug 711184)
2011-12-20 01:53:34 -05:00
Brad Lassey
1078e7ec5b
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
Brad Lassey
332577942f
bug 709330 - AboutHomeContent.getRecommendedAddonsStream() resource leak because ZipFile was not closed r=mfinkle
2011-12-16 20:22:34 -05:00
Kartikaya Gupta
e8312c4295
Bug 712037 - Add lots of logging to help diagnose viewport issues. r=Cwiiis
2011-12-19 22:32:41 -05:00
Kartikaya Gupta
7fd8d349cb
Bug 712037 - Add a toString() method on the viewport. r=Cwiiis
2011-12-19 22:28:48 -05:00
Kartikaya Gupta
d84f168de3
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
b301142d81
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
4a51b452b7
Bug 710463: Better to use no dpi for textures [r=mfinkle]
2011-12-13 16:49:19 -08:00
Sriram Ramasubramanian
fef6457c68
Bug 708700: New url bar size and styling [r=mfinkle]
2011-12-15 11:53:04 -08:00
Gian-Carlo Pascutto
0f769da574
Bug 699199 - Upgrade path from XUL to native fennec. r=blassey
2011-12-19 22:56:11 +01:00
Margaret Leibovic
c793a7040f
Bug 710703 - Use "plugins" instead of "flash" in strings. r=mfinkle
2011-12-19 11:43:39 -08:00
Sriram Ramasubramanian
f3032298b2
Bug 704864: New tabs tray with thumbnails [r=mfinkle]
2011-12-14 14:31:39 -08:00
Matt Brubeck
73adaab87c
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
2bedc5c02c
Bug 711232 - Avoid unnecessary bounce animations. r=pcwalton
2011-12-16 17:01:02 -05:00
Kartikaya Gupta
0b7c833306
Bug 711453 - Avoid potentially corrupting the fling velocity. r=pcwalton
2011-12-19 09:26:41 -05:00
Kartikaya Gupta
1925b6adfa
Bug 695170 - Fix incorrect comment caught by gcp. r=gcp
2011-12-19 09:26:20 -05:00
Sriram Ramasubramanian
c81670a5d7
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
dde6ccdccc
Merge mozilla-central to mozilla-inbound
2011-12-18 08:22:53 -08:00
Doug Turner
a3413ccb33
Backed out changeset 7957f2f39615
2011-12-17 22:39:08 -08:00
Doug Turner
0c63747781
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
143c82d10a
Backout of 9d027bf631d3
2011-12-17 21:52:54 -08:00
Doug Turner
6e114593ea
Backout of ba92c42f126f
2011-12-17 21:34:03 -08:00
Doug Turner
3405de188d
Backout of 8a5cc33141a3
2011-12-17 21:33:44 -08:00
Doug Turner
5c14206d26
Backout of f39dab2d2adb
2011-12-17 21:32:48 -08:00
Doug Turner
50ebb61b52
Backout of 74277c18e7ce
2011-12-17 21:32:24 -08:00
Doug Turner
10e94b75a7
Backout of 434e5060c706
2011-12-17 21:31:37 -08:00
Brad Lassey
55d94f419f
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
d2e08903d2
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
ddc68e6c76
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
72dad14f60
Bug 711232 - Avoid unnecessary bounce animations. r=pcwalton
2011-12-16 17:01:02 -05:00
James Willcox
215d32a09a
Bug 670930 - Use asynchronous direct texturing on Android when available
2011-12-16 16:40:58 -05:00
James Willcox
fcd57d7e41
back out 8a5cc33141a3 due to android-xul build failure
2011-12-16 14:45:58 -05:00