Wes Johnston
476e8c2e17
Bug 914740 - Reland drawable and -moz-icon changes. r=mfinkle DONTBUILD
2013-10-15 10:40:57 -07:00
Wes Johnston
bed402769e
Backout 0708b8629399 and a2aa2637a1b7 to fix commit message. r=fixup
2013-10-15 10:40:09 -07:00
Wes Johnston
0bda3d7fec
Bug 807313 - Allow showing app icons in native ui using -moz-icon protocols. r=mfinkle
2013-10-15 10:32:39 -07:00
Wes Johnston
12d4db7d00
Bug 807313 - Allow using android drawables in drawable:// resources. r=mfinkle
2013-10-15 10:32:36 -07:00
Wes Johnston
3a22f19819
Bug 904245 - TWhitespace fixup r=kats
2013-10-15 08:08:10 -07:00
Wes Johnston
a3587c5f75
Bug 904245 - Take touch radius into account when calculating pan threshold. r=kats
2013-10-15 08:06:01 -07:00
Chris Kitching
388c22fcc3
Bug 914296: Add more intelligent caching to the Favicons system. r=rnewman
2013-10-11 16:42:39 -07:00
Nicholas Cameron
24e0e87f57
Bug 854873. Keep scissor rect enabled. r=kats,nical
2013-10-05 01:03:09 +13:00
Wes Johnston
f0f62f6748
Bug 918079 - Show highlight when overscrolling. r=kats
2013-09-26 22:57:57 -07:00
Wes Johnston
740ef3c50f
Bug 918086 - Disable overscroll when pinch zooming. r=kats
2013-09-23 11:47:05 -07:00
Wes Johnston
6db539f16b
Bug 705246 - Disable overscroll when panning. r=kats
2013-09-23 11:46:50 -07:00
Nathan Froyd
7e10e3ef99
Bug 906088 - part 1 - pass String[] to PrefsHelper.getPrefs wherever possible; r=blassey
...
We want JSONArray to go away, since we're going to be transferring strings via JNI.
2013-09-04 09:56:27 -04:00
Chris Kitching
c0417f1587
Bug 794981 - Part 1: Annotate Java methods that are to have JNI wrappers generated. r=kats
2013-09-09 08:57:36 -04:00
Kartikaya Gupta
df795739bf
Bug 913228 - Fix floating point math to not round to zero accidentally. r=autra
2013-09-06 12:43:06 -04:00
Ed Morley
4d7caef9c0
Merge latest green fx-team changeset and mozilla-central
2013-09-05 12:07:58 +01:00
Kartikaya Gupta
68f38de585
Bug 911510 - Add a pref to override the dead zone threshold. r=bnicholson
2013-09-04 21:58:40 -04:00
Augustin Trancart
0effd858bf
Bug 711959 - Make FlingRenderTask time-based. r=kats
2013-09-04 14:07:12 -04:00
Augustin Trancart
49cd1761a9
Bug 711959 - Making BounceRenderTask time-based. r=kats
2013-09-04 14:07:12 -04:00
Augustin Trancart
a70cc6c832
Bug 711959 - Adapt JavaPanZoomController to use the RenderTask mechanism. r=Cwiiis, kats
2013-09-04 14:07:11 -04:00
Augustin Trancart
1bd25745bc
Bug 711959 - Adapt LayerMarginsAnimator to use the new RenderTask mechanism. r=kats
2013-09-04 14:07:11 -04:00
Augustin Trancart
c77d049d47
Bug 711959 - Add RenderTask and the necessary mechanisms to use it. r=kats
2013-09-04 14:07:11 -04:00
Mark Finkle
a7bbfbf6f8
Bug 880118 - Dynamically pull resource IDs to avoid R.java reordering r=kats
2013-09-05 00:29:29 -04:00
Kartikaya Gupta
50abb51412
Bug 884047 - Add some diagnostic logging to help investigation. r=blassey
2013-09-04 09:12:46 -04:00
Dennis
a6b2e634eb
Bug 845747 - Add the pref "ui.scrolling.negate_wheel_scrollY" to mobile.js so that "scrollY" can be negated in JavaPanZoomController.java to allow a mouse scroll wheel to scroll the screen in the direction of choice depending on the true/false state of "mNegateWheelScrollY". r=kats
2013-08-27 21:01:40 -04:00
Nathan Froyd
b6dfe59d55
Bug 908919 - Backout 1117002f074f:c03239a1493a (bug 906088) for causing Ts regressions; r=performance-is-job-1
2013-08-26 14:07:34 -04:00
Nathan Froyd
a3debf229b
Bug 906088 - part 1 - pass String[] to PrefsHelper.getPrefs wherever possible; r=blassey
2013-08-16 10:39:02 -04:00
Lucas Rocha
a7000e967f
Merge m-c into fig
2013-08-19 13:49:45 +01:00
Kartikaya Gupta
43fc0208a0
Bug 898877 - Prevent pages from getting stuck without the dynamic toolbar. r=Cwiiis
...
The problematic scenario is when the page is exactly the height of the screen
(with dynamic toolbar not visible). In this case, the scrollable() function in
Axis.java returns false on the vertical axis, and so the JavaPanZoomController
never does any scrolling. This in turns means that the scrollBy code in
LayerMarginsAnimator never gets to run, so you can never drag the toolbar back
into being visible. The patch ensures that scrollable() returns true when some
or all of the margins are not visible, ensuring that in these scenarios the
user can still scroll the toolbar back onto the screen. This patch also adds
some comments/asserts to verify the new code is threadsafe.
2013-08-16 08:42:23 -04:00
Kartikaya Gupta
d8c768311d
Bug 902888 - Fix coordinate system mismatch with pre-Honeycomb plugins on Android. r=snorp
...
The plugin code was returning a rect in LayoutDevicePixels whereas Java
was treating it as a CSS-pixel rect. This patch makes the types more
explicit and adds a conversion in AndroidBridge to convert from the
LayoutDevicePixels to CSSPixel rects.
2013-08-13 11:49:21 -04:00
Margaret Leibovic
33236f4337
merge m-c into fig
...
--HG--
rename : browser/devtools/styleinspector/css-logic.js => toolkit/devtools/styleinspector/css-logic.js
2013-08-16 11:31:14 -07:00
Margaret Leibovic
6089710bf9
merge m-c to fig
2013-08-04 15:14:01 -07:00
Margaret Leibovic
0bacdf2ae9
merge m-c into fig
2013-07-28 12:08:01 -07:00
Margaret Leibovic
0c5dbd2403
merge m-c into fig
2013-07-22 12:11:05 -07:00
Kartikaya Gupta
9f7502c9b9
Bug 892267 - Fix incorrect application of scaling the render offset. r=Cwiiis
2013-07-31 14:48:44 -04:00
Margaret Leibovic
9e5c72f1b0
merge m-c into fig
2013-07-17 13:50:36 -07:00
Margaret Leibovic
77774bbbac
merge m-c to fig
2013-07-10 15:21:53 -07:00
Sriram Ramasubramanian
f937333e2c
Merge m-c to fig. [r=karma]
2013-07-03 17:08:31 -07:00
Botond Ballo
f79359461b
Bug 895904 - Hook up NativePanZoomController.abortAnimation(). r=kats
2013-07-23 16:41:22 -04:00
Chris Lord
76305364f5
Bug 886576 - Fix scrolling cancelling locked dynamic toolbar animations. r=kats
...
Move the margin animation-cancelling call into the margins-pinned check block
in LayerMarginsAnimator to make sure margin animations aren't cancelled by
scrolling when margins are locked.
2013-07-19 17:39:44 +01:00
Botond Ballo
ffdcf14f78
Bug 859929 - Make AsyncPanZoomController work with progressive tile painting on Fennec. r=kats
2013-07-22 22:33:05 -04:00
Sriram Ramasubramanian
d2ecb92a88
Merge m-c to fig
2013-06-04 11:12:13 -07:00
Sriram Ramasubramanian
2ff01ea490
Bug 873579: Remove existing vertical about:home view. [r=bnicholson]
2013-05-29 11:31:52 -07:00
Brad Lassey
e133627d07
bug 867517 - Gecko-based WebView for Android, refactor patch r=mfinkle
2013-05-24 12:21:01 -04:00
Kartikaya Gupta
3e23df6b02
Bug 876060 - Handle medium-length taps as clicks. r=Cwiiis
2013-06-03 10:05:59 -04:00
Chris Kitching
fd9b995e51
Bug 888074 - Replacing single-threaded uses of StringBuffer with StringBuilder. r=rnewman
2013-07-02 08:12:17 -04:00
Shilpan Bhagat
ac81cde553
Bug 734877 - Updates to pageaction based on the new design. r=wesj
2013-07-15 17:19:05 -07:00
Ed Morley
6db9b0c328
Backed out changeset 2f2634b1f695 (bug 884075)
2013-07-16 12:00:04 +01:00
Chris Lord
0e93918776
Bug 892246 - Allow subdocument scrolling to reveal margins. r=kats
...
This adds a notification callback to PanZoomTarget that the PanZoomController
can call to notify GeckoLayerClient that a subdocument is being scrolled. This
allows GeckoLayerClient to call LayerMarginsAnimator and alter the margins
accordingly, stopping a page from trapping the toolbar on/off the screen with
a screen-covering subframe.
2013-07-15 17:03:24 +01:00
Wes Johnston
909282c2c0
Bug 884075 - Add a method to get drawables from urls in BitmapUtils. r=margaret
2013-07-16 01:33:05 -07:00
Chris Peterson
cb5ab39d5e
Bug 863154 - Part 2: Catch Bitmap OOMs when decoding resources. r=mfinkle
2013-05-07 18:30:47 -07:00