Commit Graph

338 Commits

Author SHA1 Message Date
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