Commit Graph

4223 Commits

Author SHA1 Message Date
Richard Newman
8bb119825d 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
2d22741616 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
b8fe24742a Bug 709391 - Part 3: Makefile changes to preprocess sync_syncadapter.xml. r=blassey 2011-12-21 08:44:06 -08:00
Richard Newman
1c44779f1b 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
02b4531191 Bug 709391 - Part 1: implement in-Fennec Android Sync shipping solution. r=blassey 2011-12-21 08:44:06 -08:00
Ed Morley
26a6324065 Merge last PGO-green changeset from mozilla-inbound to mozilla-central 2011-12-21 12:11:14 +00:00
Matt Brubeck
83d4c9fc09 Bug 712506 - Fix urlbar end-cap backgrounds on XHDPI devices [r=mfinkle]
--HG--
extra : rebase_source : fd4801cb206a0abd6f16f11bb20970c9ca3a72f6
2011-12-20 21:18:14 -08:00
Patrick Walton
ee0ce3f70a 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
5aac39b41c 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
98c6de380a 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
Christian Legnitto
ea58834386 Bug 700000 - Version bump 2011-12-20 09:24:38 -08:00
Ed Morley
0bee76c718 Merge last green changeset of mozilla-inbound to mozilla-central 2011-12-20 16:52:57 +00:00
Matt Brubeck
ed1b569bd6 Bug 709921 - (2/2) Rename "Preferences" to "Settings" for Android fennec [r=cpeterson] 2011-12-20 08:33:25 -08:00
Matt Brubeck
3af30fc50b 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
a4411ce61c Bug 711905 - Support adding links to homescreen from awesomebar [r=mfinkle] 2011-12-20 10:28:12 -05:00
Ed Morley
83479792cd Merge last PGO-green changeset from mozilla-inbound to mozilla-central 2011-12-20 11:15:11 +00:00
Brad Lassey
78b07a1efc 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
02923e6b84 backout changeset 3f050eb4f8ac (bug 711184) 2011-12-20 01:53:34 -05:00
Brad Lassey
e777c345b9 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
5a53daeb6f Bug 697858 - Restore tabs from previous session, including history [r=mfinkle] 2011-12-20 20:41:45 -05:00
Alex Pakhotin
a4ba35de5e 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
cdf5ab0913 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
7c708ba320 Bug 708616: Awesomebar bg should match main toolbar [r=mfinkle] 2011-12-19 15:30:03 -08:00
Sriram Ramasubramanian
634ccbe90a Bug 711198: Autocomplete popup should have a minimum width [r=mfinkle] 2011-12-19 13:19:05 -08:00
Ed Morley
78ab3199c8 Backout fe434c1887f5 (bug 708437) for Android build failures on clobber 2011-12-20 13:38:33 +00:00
Markus Stange
d63e804d99 Bug 636564 - Make scroll frames deal correctly with scrollbars that overlay content. r=roc 2011-12-20 13:30:14 +01:00
Mike Hommey
5308b2adf8 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
Gregory Szorc
5c5956446f merge m-c to s-c 2011-12-19 12:26:39 -08:00
Brad Lassey
7aff663832 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
00b68564c6 Bug 711453 - Fix infinite zoom scale. r=pcwalton 2011-12-20 17:15:09 -05:00
Kartikaya Gupta
e475dfb3a6 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
b74f03c21e 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
6a504879ae 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
fa7bc5351e Bug 710885 - In some cases tapping to activate Flash does not activate Flash. r=mfinkle 2011-12-20 13:26:01 -08:00
Kartikaya Gupta
3a22a4cc3c Bug 711453 - Avoid potentially corrupting the fling velocity. r=pcwalton 2011-12-19 09:26:41 -05:00
Kartikaya Gupta
3c92181cf6 Bug 695170 - Fix incorrect comment caught by gcp. r=gcp 2011-12-19 09:26:20 -05:00
Mark Finkle
87c5b28bf5 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
Brad Lassey
20b663c27d bug 709330 - AboutHomeContent.getRecommendedAddonsStream() resource leak because ZipFile was not closed r=mfinkle 2011-12-16 20:22:34 -05:00
Kartikaya Gupta
2082d75da1 Bug 712037 - Add lots of logging to help diagnose viewport issues. r=Cwiiis 2011-12-19 22:32:41 -05:00
Kartikaya Gupta
fbaeedc588 Bug 712037 - Add a toString() method on the viewport. r=Cwiiis 2011-12-19 22:28:48 -05:00
Sriram Ramasubramanian
a85cded278 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
Richard Newman
012380b6dc Merge m-c to s-c. 2011-12-16 09:16:17 -08:00
Richard Newman
c119e883be Merge m-c to s-c. 2011-12-15 11:55:38 -08:00
Kartikaya Gupta
f4c86ea00b Bug 710864 - (Cleanup) Fix up incorrect logtags. r=blassey 2011-12-15 10:46:36 -05:00
Kartikaya Gupta
88b887c1d9 Bug 710864 - Close stream after we're done with it. r=blassey 2011-12-15 10:46:36 -05:00
Kartikaya Gupta
4ec181f5d4 Bug 702624 - Fix regex for replaceAll so it doesn't die. r=blassey 2011-12-15 10:46:36 -05:00
Mike Hommey
897722e75d Bug 709721 - Move video and audio libraries in a gkmedias library on Windows. r=khuey 2011-12-15 06:40:20 +01:00
Jason Voll
4ca6d623bb Bug 710418 - Browser content provider can't handle null projections in query. r=blassey, a=rnewman 2011-12-14 21:37:11 -08:00
Gregory Szorc
ba6209b00e Merge m-c to s-c 2011-12-14 20:49:23 -08:00
Gregory Szorc
30236d5e05 Merge m-c to s-c 2011-12-14 17:29:29 -08:00