Commit Graph

7736 Commits

Author SHA1 Message Date
Wes Johnston
bbbc2d6c82 Bug 759041 - Tests for swipe between screens. r=lucasr 2012-11-12 10:49:26 -08:00
Wes Johnston
98c3e8e65c Bug 759041 - Add swipe between screens in awesomescreen. r=lucasr 2012-11-12 10:49:25 -08:00
Wes Johnston
12a4eadc8a Bug 810048 - Show filename as title for downloads. r=mleibovic 2012-11-12 09:38:34 -08:00
Lucas Rocha
36a7b4808a Bug 804600 - Fix crash when accessing about:reader with no arguments (r=mfinkle) 2012-11-12 15:58:41 +00:00
Lucas Rocha
7d88bee492 Bug 808296 - Update top sites thumbnails from adapter, not from gridview (r=mfinkle) 2012-11-12 15:58:40 +00:00
Brian Smith
1da60348ef Bug 799007: Remove support for low/weak/null cipher suites, r=honzab, r=dao 2012-11-10 20:49:29 -08:00
Brian Smith
87d054d8e5 backout cset b36d5c933092 due to orange 2012-11-10 19:09:07 -08:00
Brian Smith
cb19bf16cd Bug 799007: Remove support for low/weak/null cipher suites, r=honzab, r=dao
--HG--
extra : rebase_source : 822ef336a5cdeb7d6693dbe46844a26465600854
2012-11-10 18:18:14 -08:00
Richard Newman
246044160d Bug 786926 - updateBookmark doesn't set DATE_MODIFIED. r=mfinkle 2012-11-10 15:06:50 -08:00
Jim Chen
f46c517014 Bug 810248 - Fix GeckoEditable call on wrong object; r=cpeterson 2012-11-10 13:06:56 -05:00
Wes Johnston
02e09f52e0 Bug 810415 - Support miniApp mode on samsung devices. r=mfinkle 2012-11-09 17:35:24 -08:00
Richard Newman
b36444e916 No bug: kill trailing whitespace in android_strings.dtd. DONTBUILD r=trivial 2012-11-09 13:20:44 -08:00
Mounir Lamouri
33e851046c Bug 556145 - Use opacity instead of GrayText for ::-moz-placeholder UA's style. r=bz,davidb 2012-11-09 10:30:54 +00:00
Mounir Lamouri
58aa0a96d8 Bug 737786 - 2/5 - Use a pseudo-element instead of a pseudo-class for placeholder styling. r=bz 2012-11-09 10:24:23 +00:00
Marco Bonardo
734834f6cd Bug 799609 - Disable Places in B2G - Part 4 - Disable Places in Firefox for Android.
Move Android history implementation to the mobile folder, use the newly
exposed NotifyVisited API, disable Places.
r=blassey

--HG--
rename : toolkit/components/places/nsAndroidHistory.cpp => mobile/android/components/build/nsAndroidHistory.cpp
rename : toolkit/components/places/nsAndroidHistory.h => mobile/android/components/build/nsAndroidHistory.h
2012-11-09 10:55:59 +01:00
Wes Johnston
f7534a5bbc Bug 786061 - Disable session restore in webapps. r=mfinkle 2012-11-08 14:49:07 -08:00
Wes Johnston
22c7e28cb7 Bug 757208 - Don't move mousepoints for zero width and height elements. r=mfinkle 2012-11-08 15:51:52 -08:00
Ehsan Akhgari
084e31b05f Bug 807316 - Import PrivateBrowsingUtils.jsm lazily on Android; r=bnicholson 2012-11-08 15:23:19 -05:00
Wes Johnston
7e7639ef9e Bug 759041 - Bring in Android compatibility libraries. r=blassey 2012-11-08 07:45:29 -08:00
Brian Nicholson
3de3c4fed4 Bug 722661 - Prevent animation of restored OOM tabs. r=mfinkle 2012-11-07 18:34:54 -08:00
Chris Lord
06198ad8de 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
95c0ae32b9 Bug 808212 - Expire thumbnails that we don't need. r=rnewman 2012-11-07 09:39:55 -08:00
Kartikaya Gupta
3c21360542 Bug 809199 - Update offsetViewportBy to take dx/dy instead of PointF. r=Cwiiis 2012-11-07 11:47:17 -05:00
Kartikaya Gupta
1659b1784a Bug 809199 - Update setViewportSize to take width/height instead of a FloatSize. r=Cwiiis 2012-11-07 11:47:08 -05:00
Kartikaya Gupta
46436ac6d3 Bug 809199 - ViewportMetrics is dead. Long live ImmutableViewportMetrics. r=Cwiiis 2012-11-07 11:47:08 -05:00
Kartikaya Gupta
cbfc940100 Bug 809199 - Update the getDisplayPort JNI-called function to take an ImmutableViewportMetrics. r=Cwiiis 2012-11-07 11:47:08 -05:00
Kartikaya Gupta
127e982753 Bug 809199 - Switch mGeckoViewport to be an ImmutableViewportMetrics instead of a ViewportMetrics. r=Cwiiis 2012-11-07 11:47:08 -05:00
Kartikaya Gupta
d03b60194c Bug 809199 - Update createViewportEvent to take an ImmutableViewportMetrics. r=Cwiiis 2012-11-07 11:47:08 -05:00
Kartikaya Gupta
7d92cc7bef Bug 809199 - Eliminate use of ViewportMetrics from PanZoomController. r=Cwiiis 2012-11-07 11:47:08 -05:00
Kartikaya Gupta
46d17b95d2 Bug 809199 - Add an offsetViewportBy function to ImmutableViewportMetrics. r=Cwiiis 2012-11-07 11:47:08 -05:00
Kartikaya Gupta
ad50848c59 Bug 809199 - Modify methods in PanZoomTarget to take ImmutableViewportMetrics instead of ViewportMetrics. r=Cwiiis 2012-11-07 11:47:07 -05:00
Kartikaya Gupta
05fa391d0c Bug 809199 - Move the interpolate function from ViewportMetrics to ImmutableViewportMetrics. r=Cwiiis 2012-11-07 11:47:07 -05:00
Lucas Rocha
3bab4a3b7b Bug 803571 - Clear database before refreshing about:home (r=mfinkle) 2012-11-07 15:45:35 +00:00
Kartikaya Gupta
d974f62ce4 Bug 808003 - Add a few telemetry probes to help tune tab zombification parameters. r=gcp, mfinkle 2012-11-07 10:00:48 -05:00
Kartikaya Gupta
550ae65e3b Bug 808003 - Refactor the code to add telemetry probes in browser.js. r=gcp 2012-11-07 10:00:48 -05:00
Paul Adenot
061130052b Bug 779997 - Import SoundTouch Library in the tree. r=khuey,rstrong 2012-08-26 22:36:44 -07:00
Paul Adenot
63623db352 Backed out changeset 98f9d1044e54 because r= bit is missing in commit message. 2012-11-07 10:30:49 +01:00
Paul Adenot
4107bd8751 Bug 779997 - Import SoundTouch Library in the tree. r= 2012-08-26 22:36:44 -07:00
Wes Johnston
f8d70a077b Bug 808663 - Use nearest neighbor scaling for favicons in awesomescreen. r=bnicholson 2012-11-06 19:51:06 -08:00
Vicamo Yang
9b246c4e60 Bug 775997 - Part 2/2: Android implementation. r=dougt 2012-11-06 13:32:07 -08:00
Sriram Ramasubramanian
4291736672 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
Boris Zbarsky
4107cb0d98 Bug 807222 part 5. Actually ship the xpts for camera api and devicestorage on Firefox for Android, like we do everywhere else. r=khuey 2012-11-05 22:05:40 -08:00
Phil Ringnalda
d557b8b1ac Back out 0b25e27d0a35 (bug 784759) and 5266d6af1b81 (bug 786061) for bustage 2012-11-05 21:16:45 -08:00
Wes Johnston
6aa502df5e Bug 784759 - Move database creation out of startup on firstrun. r=mfinkle 2012-11-05 17:14:20 -08:00
Wes Johnston
bd314cb4a2 Bug 786061 - Disable session restore in webapps. r=mfinkle 2012-11-05 17:14:22 -08:00
Ehsan Akhgari
d8cfad8335 Backed out changeset 57d9fa15f3e1 (bug 784759) for Android build bustage 2012-11-05 21:37:03 -05:00
Ehsan Akhgari
b190abaef0 Backed out changeset 801d11096998 (bug 786061) for Android build bustage 2012-11-05 21:36:42 -05:00
Wes Johnston
25e8415172 Bug 786061 - Disable session restore in webapps. r=mfinkle 2012-11-05 17:14:22 -08:00
Wes Johnston
0d0ed8176d Bug 784759 - Move database creation out of startup on firstrun. r=mfinkle 2012-11-05 17:14:20 -08:00
Jim Chen
029f02f2b8 Bug 808405 - Use system preference for TimePicker 12/24 hour format; r=wesj 2012-11-05 14:33:43 -05:00