Kartikaya Gupta
332865f4e6
Bug 859951 - Split MotionEvent's action into mask and index in Java rather than in JNI code. r=wesj
2013-04-17 17:39:11 -04:00
Kartikaya Gupta
eaa5b3fc84
Bug 859951 - Refactor the code to convert MOTION_EVENT GeckoEvents to nsTouchEvent instances. r=wesj
2013-04-17 17:39:10 -04:00
Kartikaya Gupta
f32710dcdf
Bug 847898 - Put Android Beam support behind a confvar variable. r=mfinkle
2013-04-17 16:08:11 -04:00
Ryan VanderMeulen
10ee4aac68
Backed out changeset f5a10853e457 (bug 858340) for Android bustage on a CLOSED TREE.
2013-04-17 13:31:05 -04:00
Sriram Ramasubramanian
6d58db8d61
Bug 861655: Settings screen should be in white. [r=wesj]
2013-04-16 11:48:55 -07:00
Wes Johnston
b53f213e98
Bug 858340 - Domain autocompletion for Fennec. r=jchen
2013-04-17 09:13:49 -07:00
David Hsu
3be1522d20
Bug 861205 - Added fuzzyEquals method for float comparisions. r=kats
...
Replaces the (Math.abs(x) < 1e-6) previously used.
2013-04-17 09:12:08 -04:00
Mike Hommey
f7f1330788
Bug 861158 - Always run jarmaker for searchplugins. r=ted
2013-04-17 14:58:35 +02:00
Lucas Rocha
fa750e7efc
Bug 814587 - Add "Add to Reading List" context menu (r=bnicholson)
2013-04-17 12:09:18 +01:00
Lucas Rocha
86ee6c8245
Bug 814587 - Change Reader:Add to handle tabID and URL as input (r=bnicholson)
2013-03-16 01:40:06 +05:30
Aditya Bhardwaj
ed847aa5b6
Bug 784387 - Long press on reader button to add to reading list (r=lucasr)
2013-04-17 11:43:30 +01:00
Lucas Rocha
88b40306f6
Bug 784387 - Handle duplicate reading list item case (r=bnicholson)
2013-04-17 11:43:22 +01:00
Margaret Leibovic
3f720e92d2
Bug 858323 - Focus tab.browser when the tab is selected. r=wesj
2013-04-16 17:39:47 -07:00
Margaret Leibovic
7b50d97cf8
Bug 862125 - Properly quote addon id when passing string to querySelector. r=bnicholson
2013-04-16 17:39:47 -07:00
Margaret Leibovic
af8c451de1
Bug 860326 - Don't update BrowserToolbar after editing a top site on about:home. r=wesj
2013-04-16 17:39:47 -07:00
Sriram Ramasubramanian
cdeed52b22
Bug 861314: Prompts crash on 2.2. [r=bnicholson] [CLOSED TREE]
...
--HG--
extra : rebase_source : 82014ce40342ef8313575e7121f59ba71b3d1715
2013-04-15 15:06:42 -07:00
Wes Johnston
8da3a43ea8
Bug 815715 - Send location change methods even if we're just moving inside the same document. r=bnicholson
2013-04-16 15:07:11 -07:00
Wes Johnston
640afdb409
Bug 837132 - Remove 'remove' option from top sites page. r=margaret
2013-04-16 15:06:19 -07:00
Brian Nicholson
4b61e6ad55
Bug 838793 - Part 2: Move AboutHome update to foreground thread. r=lucasr
2013-04-16 14:34:46 -07:00
Brian Nicholson
830f0c9453
Bug 838793 - Part 1: Convert AboutHomeContent to a Fragment. r=lucasr
2013-04-16 14:34:46 -07:00
Scott Johnson
b50787e6b6
Bug 800805: Account for left border and padding when snapping in to text after reflow on zoom. [r=kats]
2013-04-16 16:29:11 -05:00
Scott Johnson
a0a8b12fb7
Bug 836565, Part 1: Make pinch gestures perform reflow-on-zoom operations only once to improve performance. [r=kats]
2013-04-16 16:29:04 -05:00
Scott Johnson
63715cfdf5
Bug 803719: Add a getClientRect API to CaretPosition and use it to maintain position for reflow-on-zoom feature. [r=kats,tn]
2013-04-16 16:12:03 -05:00
Scott Johnson
d50f0f6e2a
Backed out changeset 6d29c583d5c0 due to incorrect commit message.
2013-04-16 16:10:20 -05:00
Scott Johnson
cbb7e746ff
Bug 803719: Add a toDOMRange API to CaretPosition and use it to maintain position for reflow-on-zoom feature. [r=kats,tn]
2013-04-16 16:08:38 -05:00
Ryan VanderMeulen
9205e033e1
Backed out changeset 1d41c64ab235 (bug 860326) for robocop crashes.
2013-04-16 15:38:50 -04:00
Mike Shal
df7deac25b
Bug 846634 - Part 2: Move EXPORTS to moz.build; r=joey
2013-04-16 15:24:43 -04:00
Geoff Brown
6c20d931b6
Bug 862493 - disable robocop tests that cause instability on panda; r=jmaher DONTBUILD
2013-04-16 13:32:39 -06:00
Ben Hearsum
5b4c8051e3
bug 861967: updater sets PLATFORM_VERSION part of URL wrong. r=snorp
2013-04-16 14:04:59 -04:00
Margaret Leibovic
a27528e195
Bug 862440 - Remove unused aboutReaderContent.html and aboutReaderContent.css. r=bnicholson
2013-04-16 10:37:14 -07:00
Margaret Leibovic
82e8d55330
Bug 860326 - Don't update BrowserToolbar after editing a top site on about:home. r=wesj
2013-04-16 10:39:16 -07:00
Margaret Leibovic
43f3047662
Bug 857989 - Add Serif/Sans Serif font toggle to Reader Mode. r=lucasr
2013-04-16 10:39:16 -07:00
Gian-Carlo Pascutto
2da9da464a
Bug 835716 - Enable building of WebRTC on Android by default. r=ted
2013-04-16 15:47:42 +02:00
Ryan VanderMeulen
95bf443385
Merge the last PGO-green inbound changeset to m-c.
2013-04-15 21:49:22 -04:00
Gregory Szorc
c9c21b22f4
Merge mozilla-central into services-central
2013-04-15 16:55:11 -07:00
Brian Nicholson
06ae07c12b
Bug 859584 - Fix about:home thumbnail issues. r=lucasr
2013-04-15 15:31:05 -07:00
Nick Alexander
835366eae5
Bug 860513 - QI fallback service to nsIPromptFactory in getPrompt. r=mfinkle
2013-04-11 11:01:52 -07:00
Nick Alexander
02abb420aa
Bug 858828 - Always return desktop user agent if requested, even for Youtube domains. r=mfinkle
2013-04-11 11:01:52 -07:00
Nick Alexander
31dac9cb1f
Bug 858828 - Avoid missing URI host member when special-casing user agent string for Youtube domains. r=mfinkle
2013-04-11 11:01:52 -07:00
Brian Nicholson
1b60178849
Bug 860454 - Remove space from UpdateServiceHelper. r=mfinkle
2013-04-10 13:34:44 -07:00
Justin Busby
52b6c3eadd
Bug 755240 - Allow Fennec axis locking behaviour to be controlled by a pref. r=kats
2013-04-14 14:27:02 +01:00
Chris Peterson
a888299fc2
Bug 861395 - Part 2: Still try to report exception if the exception reporter throws an exception. r=kats
2013-04-12 14:17:37 -07:00
Mark Capella
e77d5b02c2
Bug 848267 - Awesomebar loses correct tab selection, r=wesj, f=lucasr
2013-04-13 08:34:13 -04:00
Chris Peterson
1275edbe5e
Bug 861395 - Part 1: Log the cause
exception that we report to Socorro. r=kats
2013-04-12 12:56:31 -07:00
Margaret Leibovic
9c01b7b1f0
Bug 838368 - Remove unused modules. r=mfinkle
2013-04-12 12:03:44 -07:00
Margaret Leibovic
2e6ecb9f4f
Bug 861005 - Get rid of Fennec FormAutoComplete component. r=mfinkle
2013-04-12 12:03:43 -07:00
Margaret Leibovic
e21cd12cb8
Bug 730445 - Add UI to specify a default search engine. r=mfinkle
2013-04-12 12:03:43 -07:00
Sriram Ramasubramanian
65b0469d80
Bug 850489: Preferences screen scrolling in blue [r=mfinkle]
2013-04-02 15:17:47 -07:00
Chris Lord
3fddc7fa63
Bug 852955 - Disable dynamic toolbar when accessibility features are enabled. r=kats
...
The dynamic toolbar is just not a useful feature when it comes to accessibility.
2013-04-12 16:51:56 +01:00
Chris Lord
b6655d43d1
Bug 855240 - Don't allow CSS viewport changes to happen on MozScrolledAreaChanged. r=kats
...
Changing the CSS viewport in response to MozScrolledAreaChanged can cause
infinite resizing loops. Also take the opportunity to throttle viewport size
changes and short-circuit unnecessary viewport remeasuring.
2013-04-12 16:04:55 +01:00