Commit Graph

385 Commits

Author SHA1 Message Date
Mark Finkle
d58ced4180 Bug 713600 - MasterPassword helper is missing _tokenName [r=blassey] 2011-12-27 01:07:44 -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
776d9d3ad3 Bug 712761 - Fix returning incorrect object from openURI. r=dougt 2011-12-27 00:58:18 -05:00
Kartikaya Gupta
bd69e07903 Bug 710297 - Send page size updates to Java more often during load. r=Cwiiis 2011-12-27 00:57: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
Steffen Wilberg
d38f10bc2f Bug 712766: Replace the buildid by an easily readable build date in about:. r=mfinkle 2011-12-21 23:20:02 +01: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
Matt Brubeck
9beb79c27a Bug 709921 - (followup) Update strings about:config to say "Settings" instead of "Preferences" [r=mfinkle] 2011-12-21 11:20:06 -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
Steffen Wilberg
858ebcd006 Bug 704588 - New design for about: = about:firefox = about:fennec to match about:home. ui-spec by ibarlow, r=mfinkle 2011-12-21 11:40:31 +00:00
Patrick Walton
16beb9fe59 Bug 712527 - Save and restore the deck's selected panel when removing a tab. r=mfinkle 2011-12-20 21:13:20 -08:00
Doug Turner
2af58ec2b4 Bug 712358 - Enable asynchronous I/O sqlite backend. This should improvement perf, but not preserve the durable property. The plan is to collect data only on m-c. if the data looks good, then we should consider uplifting. If the data doesn't look good, we back out. r=taras/blassey 2011-12-20 21:04:26 -08: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
Ed Morley
94398eb881 Backout 640682cbaebc (bug 704588) for failing to build 2011-12-21 11:06:24 +00:00
Steffen Wilberg
8349122bb0 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
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
Christian Legnitto
f42e8695fa Bug 700000 - Version bump 2011-12-20 09:24:38 -08: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
Matt Brubeck
0e987f36e0 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
5f24a57949 Bug 711905 - Support adding links to homescreen from awesomebar [r=mfinkle] 2011-12-20 10:28:12 -05:00