Commit Graph

2844 Commits

Author SHA1 Message Date
Kartikaya Gupta
02423cf9ac Bug 802510 - Reset position on the thumbnail data buffer to the beginning before reading out of it. r=blassey 2012-11-14 00:34:25 -08:00
Tetsuharu OHZEKI
22a1ee6347 Bug 810794 - Enable to config 'network.cookie.cookieBehavior'. r=mleibovic 2012-11-13 18:58:49 -05:00
Brad Lassey
4533ce272c bug 749352 - Firefox fails to connect when a proxy is used r=mfinkle,mossop
--HG--
rename : toolkit/system/windowsproxy/Makefile.in => toolkit/system/androidproxy/Makefile.in
rename : toolkit/system/windowsproxy/nsWindowsSystemProxySettings.cpp => toolkit/system/androidproxy/nsAndroidSystemProxySettings.cpp
2012-11-13 11:25:18 -08:00
Jim Chen
594ce3e8e5 Bug 808287 - Follow-up to combine IME enums, etc; r=cpeterson 2012-11-13 17:27:26 -05:00
Jim Chen
69a369d479 Bug 808287 - Fix out-of-order IME events during focus change; r=cpeterson 2012-11-13 17:27:19 -05:00
Jim Chen
27e7522ed0 Bug 810170 - Properly handle extracted text notification and selection notification; r=cpeterson 2012-11-13 17:26:18 -05:00
Kartikaya Gupta
9d0bbb2116 Bug 810171 - Add a test for VKB overlap input fields. r=cpeterson 2012-11-13 12:11:25 -08:00
Brian Nicholson
17e6a345ab Bug 762155 - Open keyword URLs without a search term. r=mfinkle 2012-11-13 11:37:33 -08:00
Brian Nicholson
6c3a6b14ac Bug 811144 - Check if DB initialized when calling expireHistory(). r=wesj 2012-11-13 11:34:11 -08:00
Brian Nicholson
cf4064cd81 Bug 784086 - Separate images table into favicon and thumbnail tables. r=lucasr,rnewman 2012-11-13 10:56:58 -08:00
Richard Newman
fa94153091 Bug 810988 - Part 2: separate pref broadcast announcement action for each Fennec version. r=kats 2012-11-13 09:47:05 -08:00
Richard Newman
968b316e26 Bug 810988 - Part 1: announcements handler changes for broadcast split. r=nalexander
--HG--
rename : mobile/android/base/background/announcements/AnnouncementsConstants.java => mobile/android/base/background/announcements/AnnouncementsConstants.java.in
2012-11-13 09:47:05 -08:00
Kartikaya Gupta
49a5bd083a Bug 810764 - Catch and handle various exceptions that can be thrown if the user pinches in a narrow window before Gecko is ready. r=jwir3 2012-11-12 16:07:41 -08:00
Wes Johnston
c7e5a60007 Bug 759041 - Tests for swipe between screens. r=lucasr 2012-11-12 10:49:26 -08:00
Wes Johnston
b553528d40 Bug 759041 - Add swipe between screens in awesomescreen. r=lucasr 2012-11-12 10:49:25 -08:00
Lucas Rocha
f6c20eae0f Bug 804600 - Fix crash when accessing about:reader with no arguments (r=mfinkle) 2012-11-12 15:58:41 +00:00
Lucas Rocha
34620465f3 Bug 808296 - Update top sites thumbnails from adapter, not from gridview (r=mfinkle) 2012-11-12 15:58:40 +00:00
Richard Newman
8acc3abab7 Bug 786926 - updateBookmark doesn't set DATE_MODIFIED. r=mfinkle 2012-11-10 15:06:50 -08:00
Jim Chen
bc468e1a27 Bug 810248 - Fix GeckoEditable call on wrong object; r=cpeterson 2012-11-10 13:06:56 -05:00
Wes Johnston
b930fca357 Bug 810415 - Support miniApp mode on samsung devices. r=mfinkle 2012-11-09 17:35:24 -08:00
Richard Newman
26cf47c5f0 No bug: kill trailing whitespace in android_strings.dtd. DONTBUILD r=trivial 2012-11-09 13:20:44 -08:00
Wes Johnston
0e88fa9cc1 Bug 786061 - Disable session restore in webapps. r=mfinkle 2012-11-08 14:49:07 -08:00
Wes Johnston
f6535051b7 Bug 759041 - Bring in Android compatibility libraries. r=blassey 2012-11-08 07:45:29 -08:00
Brian Nicholson
408a07c8e1 Bug 722661 - Prevent animation of restored OOM tabs. r=mfinkle 2012-11-07 18:34:54 -08:00
Chris Lord
b09e957f4a Bug 807299 - Fix incorrect progressive update cancelling. r=bgirard
Sometimes the rounding error on display ports is over a pixel - in this case,
progressive updates may be cancelled incorrectly and cause drawing to be missed
until the next invalidation (assuming that isn't also incorrectly cancelled).
2012-11-07 18:06:57 +00:00
Wes Johnston
950b8eb881 Bug 808212 - Expire thumbnails that we don't need. r=rnewman 2012-11-07 09:39:55 -08:00
Kartikaya Gupta
076143068a Bug 809199 - Update offsetViewportBy to take dx/dy instead of PointF. r=Cwiiis 2012-11-07 11:47:17 -05:00
Kartikaya Gupta
d4974f9af5 Bug 809199 - Update setViewportSize to take width/height instead of a FloatSize. r=Cwiiis 2012-11-07 11:47:08 -05:00
Kartikaya Gupta
47ba8e7df9 Bug 809199 - ViewportMetrics is dead. Long live ImmutableViewportMetrics. r=Cwiiis 2012-11-07 11:47:08 -05:00
Kartikaya Gupta
489650a19f Bug 809199 - Update the getDisplayPort JNI-called function to take an ImmutableViewportMetrics. r=Cwiiis 2012-11-07 11:47:08 -05:00
Kartikaya Gupta
baa905f00d Bug 809199 - Switch mGeckoViewport to be an ImmutableViewportMetrics instead of a ViewportMetrics. r=Cwiiis 2012-11-07 11:47:08 -05:00
Kartikaya Gupta
15548d7f45 Bug 809199 - Update createViewportEvent to take an ImmutableViewportMetrics. r=Cwiiis 2012-11-07 11:47:08 -05:00
Kartikaya Gupta
b1896320f7 Bug 809199 - Eliminate use of ViewportMetrics from PanZoomController. r=Cwiiis 2012-11-07 11:47:08 -05:00
Kartikaya Gupta
cbd04811c2 Bug 809199 - Add an offsetViewportBy function to ImmutableViewportMetrics. r=Cwiiis 2012-11-07 11:47:08 -05:00
Kartikaya Gupta
d1bf65d2b9 Bug 809199 - Modify methods in PanZoomTarget to take ImmutableViewportMetrics instead of ViewportMetrics. r=Cwiiis 2012-11-07 11:47:07 -05:00
Kartikaya Gupta
a3140f12d3 Bug 809199 - Move the interpolate function from ViewportMetrics to ImmutableViewportMetrics. r=Cwiiis 2012-11-07 11:47:07 -05:00
Lucas Rocha
75e689c81f Bug 803571 - Clear database before refreshing about:home (r=mfinkle) 2012-11-07 15:45:35 +00:00
Wes Johnston
05e54fd0c4 Bug 808663 - Use nearest neighbor scaling for favicons in awesomescreen. r=bnicholson 2012-11-06 19:51:06 -08:00
Vicamo Yang
6a20e6d6e6 Bug 775997 - Part 2/2: Android implementation. r=dougt 2012-11-06 13:32:07 -08:00
Sriram Ramasubramanian
91f8a610a3 Bug 786982: On closing last tab, open about:home in Fennec. [r=mfinkle]
--HG--
extra : rebase_source : b33d7ad1dcf08b7c117ecce7fec19d7b2ab473f4
2012-11-06 11:10:10 -08:00
Phil Ringnalda
9015923c81 Back out 0b25e27d0a35 (bug 784759) and 5266d6af1b81 (bug 786061) for bustage 2012-11-05 21:16:45 -08:00
Wes Johnston
5900db32b1 Bug 786061 - Disable session restore in webapps. r=mfinkle 2012-11-05 17:14:22 -08:00
Ehsan Akhgari
d014127d2a Backed out changeset 801d11096998 (bug 786061) for Android build bustage 2012-11-05 21:36:42 -05:00
Wes Johnston
aa3e2ea8ec Bug 786061 - Disable session restore in webapps. r=mfinkle 2012-11-05 17:14:22 -08:00
Jim Chen
6d33bff447 Bug 808405 - Use system preference for TimePicker 12/24 hour format; r=wesj 2012-11-05 14:33:43 -05:00
Lucas Rocha
c1fe0c501b Bug 808027 - Change favicons handling to be Bitmap-based (r=mfinkle) 2012-11-05 11:42:25 +00:00
Lucas Rocha
a7c14b468a Bug 808029 - Build AllPagesTab's context menu from favicon cache (r=mfinkle) 2012-11-05 11:42:25 +00:00
Wes Johnston
7bd63cad79 Bug 807872 - Add telemetry probes for database seizes. r=gcp 2012-11-02 17:44:20 -07:00
Ryan VanderMeulen
2eb1595013 Merge m-c to inbound. 2012-11-02 16:11:46 -04:00
Richard Newman
50d2aa8ec1 Merge m-c to s-c. 2012-11-02 11:01:46 -07:00