Kartikaya Gupta
04aa4f1aef
Bug 715443 - [1/2] Robotium cleanup. r=jmaher
...
- Extract a common BaseTest class to hold the duplicated setup/tearDown stuff
- Convert 2-space indent to 4-space indent in keeping with rest of android code
- Prefix class member variables with 'm'
- Convert tabs to spaces, remove trailing whitespace
- Remove unused imports
- Use generics to reduce unchecked warnings
2012-01-05 10:20:22 -05:00
Kartikaya Gupta
a14cc99e99
Bug 715011 - Ensure that panning of subwindows can still happen while the top window is locked on one or both axes. r=Cwiiis
2012-01-04 13:25:11 -05:00
Ed Morley
361ea91c35
Backout b48ad2fa6178 (bug 708651) for talos and mochitest failures
2012-01-05 04:25:07 +00:00
James Willcox
37d3c2bd21
Bug 715190 - Clear existing GL errors before trying to check for a new one r=clord
2012-01-04 21:51:11 -05:00
Wes Johnston
1d05dc9cb7
Bug 708651 - Create a fake profile directory if BrowserProvider is started before Gecko. r=blassey
2012-01-04 17:28:04 -08:00
Mark Finkle
0c5507b483
Bug 714975 - [ICS] Home Screen icons are too small on ICS [r=wesj]
2012-01-04 15:52:22 -05:00
Brad Lassey
13c544c303
bug 714972 - Opening links from external apps doesn't work after OOM r=mfinkle
2012-01-03 21:47:48 -08:00
Patrick Walton
ab264c019f
Bug 709492 - Part 4: Send a viewport size upon loading Gecko so that we don't suppress painting for the first page. r=kats
2012-01-03 22:55:10 -08:00
Patrick Walton
37040a8f9f
Bug 709492 - Part 3: Tie viewport updates to drawing to avoid page transition flicker. r=kats
2012-01-03 22:55:04 -08:00
Brad Lassey
b3ced2fdad
bug 711156 - Perf: regression on performance on startup from 12/11 to 12/12, move profile migration check off main thread r=gcp,alexp
2012-01-03 10:50:44 -08:00
Wes Johnston
88102487c7
Bug 713921 - Updating master password should not reattach textbox listeners. r=mfinkle
2012-01-03 15:53:29 -08:00
Mark Finkle
207d5c1b76
Bug 714062 - Add-ons Manager page should be opened once, e.g. tapping on 'Add-ons' should switch to opened about:addons page [r=mbrubeck]
2012-01-03 13:57:24 -05:00
Mark Finkle
2cea8f28f7
Bug 714829 - Unused StringBuffer is created in GeckoApp.addEnvToIntent [r=dougt]
2012-01-03 12:19:51 -05:00
Mark Finkle
4dca8cf6bc
Bug 714711 - A few unused local variables in PanZoomController.onScaleEnd [r=kats]
2012-01-03 12:19:49 -05:00
Mark Finkle
132308062c
Bug 714762 - ArrayIndexOutOfBoundsException at Tabs.getTabAt [r=kats]
2012-01-03 12:19:47 -05:00
Mark Finkle
90382bf112
Bug 714713 - Comparison of strings using == [r=dougt]
2012-01-03 12:19:44 -05:00
Marco Bonardo
181c5aa8a8
Merge mozilla-central and mozilla-inbound
2012-01-03 12:39:02 +01:00
Marco Bonardo
f23be3ed5f
Merge last green PGO from mozilla-inbound to mozilla-central
2012-01-03 12:36:26 +01:00
Mark Finkle
7d91708920
Backout 0284b1ff46c6, for NullPointerException
2012-01-03 02:18:39 -05:00
Mark Finkle
144134c4a1
Bug 714715 - Variable is used before a null check in GeckoApp.launch [r=dougt]
2012-01-03 00:57:24 -05:00
Mark Finkle
3da9ce82a8
Bug 714710 - LayerRenderer.checkFrameRateMonitorEnabled should use start() instead of run() [r=dougt]
2012-01-03 00:57:06 -05:00
Mark Finkle
cffd557695
Bug 714713 - Comparison of strings using == [r=dougt]
2012-01-03 00:56:57 -05:00
Mark Finkle
1a18449203
Bug 714708 - NullPointerException at GeckoInputConnection.notifyIME [r=dougt]
2012-01-03 00:54:29 -05:00
Richard Newman
74356d6f43
Bug 714565 - Part 2: more logging cleanup in BrowserProvider.java.in. r=mfinkle
2012-01-02 08:37:14 -08:00
Richard Newman
dc3525af0d
Bug 714565 - Part 1: correct synchronization in BrowserProvider. r=mfinkle
2012-01-02 08:37:13 -08:00
Patrick Walton
d075492ab2
Backed out bug 709492 due to breakage with external urls. r=backout
2011-12-30 18:47:06 -05:00
Patrick Walton
4cd852ecf1
Bug 711333 - Fix race condition when moving and updating textures. r=kats
2011-12-30 14:08:58 -08:00
Joel Maher
e41beec0c5
Bug 711591 - make the robotium test driver a bit more driver like. r=ctalbert
2011-12-30 15:57:34 -05:00
Mark Finkle
995cd0767e
Bug 708806 - Remove strings for homepage preference r=wesj
2011-12-30 14:54:16 -05:00
Mark Finkle
422c8452a8
Bug 714234 - Handle window.close() via DOMWindowClose r=wesj
2011-12-30 14:48:21 -05:00
Kartikaya Gupta
ffe7d6d96d
Bug 713586 - Robustify against undetected race conditions. r=pcwalton
...
The exception in bug 713586 can only occur if there are race conditions
in the PanZoomController that we haven't fixed yet. Until the race conditions
are fixed, we can robustify the code from dying horribly by making
the bounce-related variables local to the BounceRunnable, so that
different BounceRunnables running concurrently don't interfere with each
other.
2012-01-02 19:06:49 -05:00
Kartikaya Gupta
413ca00d80
Bug 713729 - Ensure that a fling is in progress when doing velocity-based fling adjustments. r=pcwalton
2011-12-29 22:29:16 -05:00
Gian-Carlo Pascutto
d75b0d6c5e
Bug 714148 - Check whether favicon images are decoded successfully. r=mfinkle
2011-12-30 02:41:16 +01:00
Gian-Carlo Pascutto
f797ba0116
Bug 713408 - Reduce log output from Profile Migrator. r=mfinkle
2011-12-30 02:40:56 +01:00
Patrick Walton
0fff0f0bdd
Bug 709492 - Part 4: Hide the page when navigating, and expose it when the new page appears. r=kats
2011-12-29 15:10:30 -08:00
Patrick Walton
9f4fa76ed7
Bug 709492 - Part 3: Implement expose events. r=kats
2011-12-29 15:10:28 -08:00
Mike Hommey
6e62c747d6
Backout 45820730dfa7 and 860035a3c04a (bug 701371) and 8ac6f34b44ff (bug 709776) because of Android random oranges.
...
--HG--
rename : mozglue/build/Makefile.in => memory/mozutils/Makefile.in
rename : mozglue/build/dummy.cpp => memory/mozutils/dummy.cpp
rename : mozglue/build/fixcrt.py => memory/mozutils/fixcrt.py
rename : mozglue/build/mozglue.def.in => memory/mozutils/mozutils.def.in
rename : mozglue/android/APKOpen.cpp => other-licenses/android/APKOpen.cpp
rename : mozglue/android/APKOpen.h => other-licenses/android/APKOpen.h
rename : mozglue/android/nsGeckoUtils.cpp => other-licenses/android/nsGeckoUtils.cpp
2011-12-28 12:12:09 +01:00
Mike Hommey
00bf052883
Bug 701371 - Rename mozutils to mozglue, and move it to top-level. r=khuey
...
--HG--
rename : memory/mozutils/Makefile.in => mozglue/Makefile.in
rename : memory/mozutils/Makefile.in => mozglue/build/Makefile.in
rename : memory/mozutils/dummy.cpp => mozglue/build/dummy.cpp
rename : memory/mozutils/fixcrt.py => mozglue/build/fixcrt.py
rename : memory/mozutils/mozutils.def.in => mozglue/build/mozutils.def.in
2011-12-28 08:24:02 +01:00
Kartikaya Gupta
c89a2e3670
Bug 712386 - Limit how much zoom can be applied. r=Cwiiis
2011-12-27 00:56:57 -05:00
Brad Lassey
ce30022ca2
bug 712559 - top sites section of about:home resizes when thumbnails populate r=mfinkle
2011-12-27 12:44:22 -05:00
Geoff Lankow
c801a48c75
Backed out 3 changesets (bug 710297, bug 712386, bug 712761) for perma-orange on Android native m1 and m2
...
Backed out changeset 3b1e6033d3ff (bug 712761)
Backed out changeset bb41941cdf9d (bug 710297)
Backed out changeset d4f9960e286a (bug 712386)
2011-12-28 01:00:02 +13:00
Margaret Leibovic
9243887289
Bug 711216 - Form autocomplete popup doesn't disappear when input gets out of view after pinch zoom [r=mfinkle]
2011-12-21 17:03:21 -08:00
Mark Finkle
dbd7444216
Bug 712627 - Fennec crashes if a long tap is performed in AwesomeBar/History (forgot to qref) [r=mfinkle]
2011-12-27 01:13:25 -05:00
Wesley Johnston
4aafe8083e
Bug 712627 - Fennec crashes if a long tap is performed in AwesomeBar/History [r=mfinkle]
2011-12-27 01:07:46 -05:00
Mark Finkle
f60cd56011
Bug 713578 - java.lang.NullPointerException at org.mozilla.gecko.Tabs.closeTab [r=blassey]
2011-12-27 01:07:41 -05:00
Brad Lassey
a5d2cf3ffa
Bug 712980 - java.lang.NullPointerException @ org.mozilla.gecko.GeckoPreferences.onPreferenceChange [r=mfinkle]
2011-12-26 10:19:27 -05:00
Kartikaya Gupta
6e2b14a747
Bug 712386 - Limit how much zoom can be applied. r=Cwiiis
2011-12-27 00:56:57 -05:00
Chris Lord
fc3a62f889
Bug 711426 - Fix some causes of crashes when rotating. r=kats
...
The lock on the software buffer was not being respected when destroying the
surface on screen rotation, meaning we could destroy it while Gecko was still
drawing to it. This would certainly cause a crash on rotation under the right
conditions. The same situation also occurred in
GeckoSoftwareLayerClient.getBitmap().
We also waited until the next redraw when freeing the old texture associated
with the surface. This had the effect of temporarily increasing the memory
usage (generally by either 4.5 or 9 megabytes). If memory pressure is high,
this could also cause a crash, though it is far less likely than the above case.
2011-12-24 00:49:00 +00:00
Gian-Carlo Pascutto
38830dcdc9
Bug 712718 - Force creation of WebIconDatabase event handler. r=dougt
2011-12-24 00:55:53 +01:00
Brad Lassey
fafce1025a
bug 711680 - VKB/Awesome bar shows Search /Magnifying glass after you goto an url and then tap twice on the awesome bar r=dougt
2011-12-23 14:40:17 -05:00
Brad Lassey
adfe883205
bug 712380 - Add support for clobbering the Android resources when needed r=dougt
2011-12-21 19:44:33 -05:00
Geoff Brown
aaf8a4cf00
Bug 701076: Minor updates to robotium tests to improve reliability of text entry; r=jmaher
2011-12-22 09:09:50 -05:00
Chris Lord
af9860b781
Bug 709152 - Adjust viewport offset while panning. r=pcwalton
...
This patch adjusts the viewport offset while panning to increase the
buffered area in the direction of panning, and thereby reduce checkerboarding.
2011-12-22 11:35:41 +00:00
Chris Lord
020657935d
Bug 709152 - Squash multiple viewport events in nsAppShell. r=pcwalton
...
We only ever want to respond to the latest viewport sent, separate the
viewport change into its own event and remove all but the latest in the queue
when processing events.
2011-12-22 11:35:32 +00:00
Chris Lord
092cd9cdfb
Bug 709152 - Group multiple texture uploads into a single upload. r=pcwalton
...
Instead of tracking multiple rectangles when we receive endDrawing calls,
just union the dirty area into a single rectangle.
2011-12-22 11:35:17 +00:00
Axel Hecht
952d911706
bug 708015, support both native and xul l10n, r=stas, dougt
...
--HG--
rename : mobile/android/locales/Makefile.in => mobile/locales/Makefile.in
rename : mobile/android/locales/en-US/chrome/region.properties => mobile/locales/en-US/chrome/region.properties
rename : mobile/android/locales/en-US/chrome/overrides/appstrings.properties => mobile/locales/en-US/overrides/appstrings.properties
rename : mobile/android/locales/en-US/chrome/overrides/netError.dtd => mobile/locales/en-US/overrides/netError.dtd
rename : mobile/android/locales/en-US/chrome/overrides/passwordmgr.properties => mobile/locales/en-US/overrides/passwordmgr.properties
rename : mobile/android/locales/en-US/profile/bookmarks.inc => mobile/locales/en-US/profile/bookmarks.inc
rename : mobile/android/locales/en-US/searchplugins/amazondotcom.xml => mobile/locales/en-US/searchplugins/amazondotcom.xml
rename : mobile/android/locales/en-US/searchplugins/google.xml => mobile/locales/en-US/searchplugins/google.xml
rename : mobile/android/locales/en-US/searchplugins/list.txt => mobile/locales/en-US/searchplugins/list.txt
rename : mobile/android/locales/en-US/searchplugins/twitter.xml => mobile/locales/en-US/searchplugins/twitter.xml
rename : mobile/android/locales/en-US/searchplugins/wikipedia.xml => mobile/locales/en-US/searchplugins/wikipedia.xml
rename : mobile/android/locales/en-US/searchplugins/yahoo.xml => mobile/locales/en-US/searchplugins/yahoo.xml
rename : mobile/android/locales/filter.py => mobile/locales/filter.py
rename : mobile/android/locales/generic/profile/bookmarks.json.in => mobile/locales/generic/profile/bookmarks.json.in
rename : mobile/android/locales/jar.mn => mobile/locales/jar.mn
rename : mobile/android/locales/l10n.ini => mobile/locales/l10n.ini
2011-12-22 00:10:06 +01:00
Brad Lassey
ea1c675935
bug 712787 - remove showScreenshot (dead code) r=dougt
2011-12-21 18:01:57 -05:00
Brad Lassey
6a9bbf9f99
bug 712719 - NullPointerException at org.mozilla.gecko.GeckoAppShell.notifyIMEEnabled r=dougt
2011-12-21 18:14:46 -05:00
Sriram Ramasubramanian
b5b0ebbd55
Bug 712477: Landscape specific resources should be used in Android [r=mfinkle]
2011-12-21 00:03:34 -08:00
Mark Finkle
c0153da69a
Bug 712414 - Throbber does not stop after running on pages that use document.write without document.close [r=mbrubeck]
2011-12-21 16:34:02 -05:00
Wes Johnston
a91160fa34
Bug 700527 - Master password support for native fennec. r=mfinkle
2011-12-21 13:08:01 -08:00
Ed Morley
ce9293b876
Merge mozilla-central to mozilla-inbound
2011-12-21 20:42:18 +00:00
Ed Morley
f0508ae968
Merge last green changeset of mozilla-inbound to mozilla-central
2011-12-21 20:31:10 +00:00
Margaret Leibovic
71ca12fa2c
backout 243520b7d8c3 because it broke the autocomplete popup text
2011-12-21 12:30:53 -08:00
James Willcox
32dd584aa5
Bug 670930 - Use asynchronous direct texturing on Android when available
2011-12-21 14:05:23 -05:00
Richard Newman
3c4e9c5b1c
Bug 709391 - hide Sync setup task in Launcher, make syncs return immediately. a=java-only.
2011-12-21 08:44:08 -08:00
Richard Newman
bead2776d2
Bug 709391 - initial import of Android Sync code (Git tag: v0.1.2-fixes). a=java-only
2011-12-21 08:44:08 -08:00
Richard Newman
e0015aebf0
Bug 709391 - Part 3: Makefile changes to preprocess sync_syncadapter.xml. r=blassey
2011-12-21 08:44:06 -08:00
Richard Newman
5c2c28f397
Bug 709391 - Part 2: l10n build changes to include Sync strings. r=blassey, f=Pike
2011-12-21 08:44:06 -08:00
Richard Newman
5189891253
Bug 709391 - Part 1: implement in-Fennec Android Sync shipping solution. r=blassey
2011-12-21 08:44:06 -08:00
Margaret Leibovic
09668436d1
Bug 711595 - Request desktop site should be disabled for the same URIs as share. r=mfinkle
2011-12-21 08:05:38 -08:00
Ed Morley
6084e70492
Merge last PGO-green changeset from mozilla-inbound to mozilla-central
2011-12-21 12:11:14 +00: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
Sriram Ramasubramanian
5a12e11890
Bug 711428: Awesomescreen tab indicators needs to be curved [r=mfinkle]
2011-12-20 12:53:56 -08:00
Ed Morley
708c260982
Merge mozilla-central to mozilla-inbound
2011-12-21 12:15:42 +00:00
Ed Morley
fba6700738
Backout ac9fac23227a (bug 712380) for causing native Android build failures
2011-12-21 11:29:41 +00:00
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
Ed Morley
fcef14b458
Merge last green changeset of mozilla-inbound to mozilla-central
2011-12-20 16:52:57 +00:00
Matt Brubeck
a3d22fab71
Bug 709921 - (2/2) Rename "Preferences" to "Settings" for Android fennec [r=cpeterson]
2011-12-20 08:33:25 -08:00
Wes Johnston
5f24a57949
Bug 711905 - Support adding links to homescreen from awesomebar [r=mfinkle]
2011-12-20 10:28:12 -05: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
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
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
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
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
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
Mark Finkle
4dd8e37e7b
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
cefc6850ad
Bug 701076 - [tests] Robotium integration into mozilla-central. r=mfinkle,dburns
2011-12-16 14:27:52 -05:00
James Willcox
3525bb5a77
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
4143f62539
Bug 670930 - Add Android direct texture implementation
...
--HG--
extra : rebase_source : eb3f095e2663c0ebc0a03117ec8883d66dd8f1b5
2011-12-16 10:54:08 -05:00
Margaret Leibovic
497010a089
Bug 706876 - Create "Clear Site Settings" menuitem. r=mfinkle
2011-12-17 13:50:09 -08:00
Alex Pakhotin
f315a7aca6
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
c855fa8dbb
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
080514f880
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
35e3d0eb37
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
e99b90b671
Bug 708893 - Allow panning after releasing pinch zoom finger. r=pcwalton
2011-12-15 14:50:04 -05:00
Matt Brubeck
206f46bb11
Bug 703029 - Add text inflation font size prefs to the UI [r=mfinkle]
2011-12-15 10:43:56 -08:00
Brad Lassey
0954f33167
bug 710905 - about:home flashes before page loads, whitespace fix r=mfinkle
2011-12-15 13:02:37 -05:00
Brad Lassey
180652de47
bug 710905 - about:home flashes before page loads r=mfinkle
2011-12-14 18:10:34 -05:00
Ed Morley
e6470963f0
Merge mozilla-central to mozilla-inbound
2011-12-15 17:27:51 +00:00
Kartikaya Gupta
2f06d43f2f
Bug 710864 - (Cleanup) Fix up incorrect logtags. r=blassey
2011-12-15 10:46:36 -05:00
Kartikaya Gupta
3d2ad72fd6
Bug 710864 - Close stream after we're done with it. r=blassey
2011-12-15 10:46:36 -05:00
Kartikaya Gupta
1c0a97ad18
Bug 702624 - Fix regex for replaceAll so it doesn't die. r=blassey
2011-12-15 10:46:36 -05:00
Brad Lassey
af71180b5b
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
b4e2ebcece
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
3a656ac9f9
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
Kartikaya Gupta
12e78e9171
Bug 710393 - Stop using Math.copySign which doesn't exist on Froyo. r=Cwiiis a=ehsan
2011-12-14 16:57:29 -05:00
Mark Finkle
e14f8d3be1
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
ee65f0052e
Backout changeset 3e972d3efc11 (bug 708307) because it breaks Android tests; a=me
2011-12-14 15:55:17 -05:00
Sriram Ramasubramanian
90c2cc8371
Bug 695444 - Form history autocomplete. r=mfinkle a=android-only
2011-12-06 16:44:08 -08:00
Chris Lord
39ec78e96c
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
542b17ee12
bug 710751 - Updater is broken, backout aebdec71790e r=mfinle a=java-only
2011-12-14 12:35:58 -05:00
Brad Lassey
a8d129ff84
bug 710751 - Updater is broken, backout b0165c0d85e1 r=mfinle a=java-only
2011-12-14 12:35:37 -05:00
Margaret Leibovic
9e29357fce
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
865af700d9
Bug 710302 - going to about: pages does a 'feeling lucky' search [r=mfinkle a=java-only]
2011-12-13 19:17:58 -05:00
Patrick Walton
302ed2cf16
Bug 710096 - Hold the monitor on the layer controller when adjusting and rendering the viewport metrics. r=Cwiiis a=java-only
2011-12-13 14:43:08 -08:00
Brad Lassey
5b90c3df97
bug 707929 - java.lang.NullPointerException @ ZipFile.getInputStream(ZipFile.java:256) r=mfinke a=java-only
2011-12-13 17:54:28 -05:00
Brad Lassey
2f3f240182
bug 708961 - We still use ByteBuffer.allocateDirect for large buffers r=pcwalton a=java-only
2011-12-13 17:53:51 -05:00
Brad Lassey
7974e607d8
bug 710328 - null pointer when attaching android idle handler r=mfinkle a=java-only
2011-12-13 17:53:06 -05:00
Margaret Leibovic
a82ff315ba
Bug 702653 - Add prefs for flash activation on demand/always on/off. r=mfinkle a=no-cpp
2011-12-13 14:28:45 -08:00
Kartikaya Gupta
754e9e25fa
Bug 707675 - Change OOM log level from error to warning. r=blassey a=java-only
2011-12-13 16:42:51 -05:00
Lucas Rocha
3ff1637de7
Bug 706667 - Change AboutHomeContent layout as per design (r=blassey, a=mfinkle)
...
--HG--
rename : mobile/android/base/resources/layout/abouthome_addon_list_item.xml => mobile/android/base/resources/layout/abouthome_addon_row.xml
rename : mobile/android/base/resources/layout/abouthome_grid_box.xml => mobile/android/base/resources/layout/abouthome_topsite_item.xml
2011-12-13 20:15:17 +00:00
Lucas Rocha
a147946f7b
Bug 706667 - Organize/cleanup imports on AboutHomeContent (r=blassey, a=mfinkle)
2011-12-13 20:15:17 +00:00
Lucas Rocha
885061c5fd
Bug 706667 - Remove unused properties from AboutHomeContent (r=blassey, a=mfinkle)
2011-12-13 20:15:17 +00:00
Lucas Rocha
b95251c350
Bug 706667 - Change indentation of about:home layout files for consistency (r=blassey, a=mfinkle)
2011-12-13 20:15:17 +00:00
Lucas Rocha
96f9f2cf3d
Bug 708485 - Add Fennec bookmarks to special "mobile" folder (r=blassey, a=mfinkle)
2011-12-13 19:47:40 +00:00
Lucas Rocha
b3ebd4a538
Bug 708485 - Create "mobile" special bookmarks folder on DB creation (r=blassey, a=mfinkle)
2011-12-13 19:47:40 +00:00
Lucas Rocha
f0b399ed34
Bug 709962 - Eliminate required table references in BrowserProvider's query interface (r=blassey, a=mfinkle)
2011-12-13 19:47:40 +00:00
Chris Lord
b77fdce4a3
Bug 708683 - Guard more rigorously against bad viewport updates. r=kats a=android-only
...
Check more values in browser.js when updating the viewport, and restructure
the JSON conversion in Java so that it's easier to tell what value caused a
bad viewport if it comes from Java.
2011-12-13 14:12:07 -05:00
Sriram Ramasubramanian
561eabd80c
Bug 709255: Avoid multiple instances of TabsTray. [r=mfinkle a=android-only]
2011-12-12 14:25:29 -08:00
Mark Finkle
57eedcd517
Bug 701374 - Show go or search icon in awesomescreen field, as appropriate [r=lucasr a=android-only]
2011-12-13 11:31:35 -05:00
Brad Lassey
83ff99096f
bug 710194 - Nightly has violated its self-enforced StrictMode policy after a clean install r=mfinkle a=java-only
2011-12-13 11:12:01 -05:00
Lucas Rocha
1aedff0808
Bug 708151 - Fix switch indentation in BrowserProvider (r=blassey, a=mfinkle)
2011-12-13 14:46:58 +00:00
Lucas Rocha
236a1dacec
Bug 708151 - Change GUID generation to be more compliant with Sync (r=rnewman, a=mfinkle)
2011-12-13 14:46:58 +00:00
Lucas Rocha
ee4790cb36
Bug 708151 - Add indexes where needed in local bookmarks/history DB (r=blassey, a=mfinkle)
2011-12-13 14:46:58 +00:00
Lucas Rocha
8ed3b08390
Bug 708151 - Handle deleted records in a sync-friendly way (r=blassey, a=mfinkle)
2011-12-13 14:46:58 +00:00
Lucas Rocha
37067a8c68
Bug 708151 - Add _id column to images and implement missing operations (r=blassey, a=mfinkle)
...
We need all operations (query, delete, insert, and update) for images in order
to implement favicon sync properly.
2011-12-13 14:46:58 +00:00
Lucas Rocha
aedb47c5d3
Bug 708331 - Add keyword, description, and tags columns to Bookmarks (r=mfinkle, a=mfinkle)
2011-12-13 14:46:58 +00:00
Lucas Rocha
c74f44c78c
Bug 707636 - Use "signature" permissions on BrowserProvider (r=blassey, a=mfinkle)
...
To allow apps with same signature than Fennec to access Fennec's local DB via
content provider.
2011-12-13 14:12:03 +00:00
Lucas Rocha
32ea7cbd71
Bug 707124 - Add query to BrowserProvider to fetch DB schema version (r=blassey, a=mfinkle)
2011-12-13 14:12:01 +00:00
Lucas Rocha
40c0a3b972
Bug 707732 - Handle case of updating favicon on non-existing URL (r=blassey, a=mfinkle)
2011-12-13 13:59:37 +00:00
Lucas Rocha
3a8ebee812
Bug 707732 - More robust implementation of add bookmark (r=blassey, a=mfinkle)
2011-12-13 13:59:27 +00:00
Lucas Rocha
482081e5c7
Bug 707732 - More robust implementation of thumbnail update (r=blassey, a=mfinkle)
...
Also fixes thumbnail update on Honeycomb/ICS.
2011-12-13 13:59:15 +00:00
Lucas Rocha
032142fb4c
Bug 701913 - Fix query to check bookmark URL in Honeycomb/ICS (r=blassey, a=mfinkle)
2011-12-13 13:44:54 +00:00
Lucas Rocha
974aaa4bfd
Bug 698828 - Fix add bookmark operation in Honeycomb/ICS (r=blassey, a=mfinkle)
2011-12-13 13:44:54 +00:00
Lucas Rocha
ace363cdd7
Bug 701835 - Fix bookmark removal in Honeycomb/ICS (r=blassey, a=mfinkle)
2011-12-13 13:44:54 +00:00
Doug Turner
b35608a242
Bug 708200 - Do not create timer to fire geckoLoaded. r=blassey a=android-only
...
--HG--
extra : rebase_source : bab7b26936fa41d2f9ab4664e01d050a20038414
2011-12-12 16:27:34 +08:00
Doug Turner
c953cb8966
Bug 708280 - delay checking checking for update until idle to avoid startup path. r=mfinkle
...
--HG--
extra : rebase_source : 0f8595409e980da3421fd86133bf83238d7ceb55
2011-12-12 16:27:34 +08:00
Doug Turner
f2f02f7573
Bug 709595 - Add a name for each java thread and timer to aide with debugging. r=blassey
...
--HG--
extra : rebase_source : 1f5472ef5301739425b162d5ce4b28a577daf0fb
2011-12-12 16:27:35 +08:00
Chris Peterson
06f666321d
Bug 708114 part 2 - Add resource flag to enable Android StrictMode for nightly and local builds. r=dougt a=android-only
2011-12-12 17:15:38 -08:00
Chris Peterson
cc4bf2588c
Bug 708114 part 1 - Comment out Android StrictMode for all build configurations. r=dougt a=android-only
2011-12-12 17:15:23 -08:00
Brad Lassey
e23645ccfa
bug 704520 - Flash content does not have a placeholder if on Android 3.x r=snorp a=java-only
2011-12-12 16:47:37 -05:00
Mark Finkle
f960360d53
Bug 709103 - Optimize creating and saving thumbnail bitmaps (OOM fix) r=kats a=java-only
2011-12-12 15:04:59 -05:00
Chris Lord
961a907049
Bug 705092 - Kinetic scrolling is too slow. r=pcwalton a=java-only
...
This introduces a friction factor, so that the deceleration is relative to
the current velocity. Now, the faster you scroll, the slower the view
decelerates, allowing you to page through longer pages easier.
2011-12-12 18:56:15 +00:00
Kartikaya Gupta
e24b9c4f9e
Bug 704738 - Resize page content on device rotation. r=Cwiiis a=java-only
...
Some cleanup: ensure we abort and re-bounce the viewport
if the device is rotated during a double-tap zoom. Also
rename variables to be more appropriate
2011-12-12 11:22:34 -05:00
Mark Finkle
67a3f3ff8b
Bug 709103 - Optimize creating and saving thumbnail bitmaps r=blassey a=java-only
2011-12-12 13:50:35 -05:00
Brad Lassey
fbe618425e
bug 706574 - show native about:home in onCreate() r=dougt a=blassey, java only
2011-12-12 12:57:04 -05:00
Kartikaya Gupta
f9c4cd982c
Bug 708683 - Improve JSON generation by using JSONStringer. r=pcwalton a=java-only
2011-12-09 22:58:10 -05:00
Kartikaya Gupta
d072b75773
Bug 708683 - Fix NaN viewport values. r=pcwalton
...
The zero page width and height values were
causing the zoom scale to go to Infinity, introducing
all sorts of badness in the viewport values.
2011-12-09 22:57:57 -05:00