Commit Graph

150 Commits

Author SHA1 Message Date
Philipp von Weitershausen
da8f152f19 Back out bug 662867 (changeset 3453df4d6852) 2011-06-15 17:43:24 +02:00
Mark Finkle
0daed24e68 Bug 662867 - redirect about:<nonsensical words> does not go to a 'The URL is not valid and cannot be loaded.' dialog [r=mbrubeck] 2011-06-15 00:53:03 -04:00
Wes Johnston
5380cd0cb9 Bug 663023 - Cache getDPI calls. r=mbrubeck 2011-06-13 13:32:17 -07:00
Steffen Wilberg
3b7e75b4ce Bug 435325: Offline mode error page should go online when clicking 'Try Again'. Add a goOnline() method to nsDOMWindowUtils, and call that from about:neterror in the netOffline case. ui-r=faaborg, r=bz, gavin. 2011-06-11 15:38:40 +02:00
Wes Johnston
a88761845c backout 3e9a4e14f6c6 - bustage fix 2011-06-10 10:28:18 -07:00
Wes Johnston
3aa3bd7fb7 Bug 663023 - Cache getDPI calls. r=mbrubeck 2011-06-09 13:54:34 -07:00
Mark Finkle
3e1dd27826 Bug 662101 - Support simple console.trace() in Fennec [r=wjohnston] 2011-06-08 01:20:06 -04:00
Vivien Nicolas
a0dabf92da Bug 658727 - Error when dispatching a mouse event to an element that is hidden [r=stechz] 2011-06-03 13:02:14 +02:00
Ed Morley
ba1cdb5896 Bug 617539 - Integrate nsIMarkupDocumentViewer_MOZILLA_2_0_BRANCH back into the main interface; r=smontagu 2011-05-30 18:36:23 +02:00
Vivien Nicolas
eba839df1e Bug 659012 - 'Select Input Method' context menu when long tapping on a input type=submit button [r=wesj] 2011-05-25 13:49:12 +02:00
Matt Brubeck
d5991cae74 Bug 654127 (followup) - Cache "contentMightCaptureMouse" attribute per tab instead of globally [r=wesj] 2011-05-05 09:37:53 -07:00
Matt Brubeck
01a58f3c9c Bug 653990 - preventDefault on touchmove does not completely prevent panning [r=wesj] 2011-05-02 12:57:22 -07:00
Matt Brubeck
09cf38f1e6 Bug 654127 - Cache "contentMightCaptureMouse" attribute per tab instead of globally [r=wesj] 2011-05-02 10:43:28 -07:00
Matt Brubeck
1c285487e5 Bug 653990 - Minor bustage fixes for touch events [r=wesj] 2011-05-02 10:43:25 -07:00
Matt Brubeck
d1c065054f Bug 653899 - Don't send MouseMove messages to pages without touch listeners [r=mfinkle] 2011-04-30 14:17:51 -07:00
Matt Brubeck
a80759d38f Bug 653009 (part 2/2) - preventDefault on touchstart should prevent click [r=wesj] DONTBUILD (mobile only)
--HG--
extra : rebase_source : 8b57bd3988b9bd5a6d57dfd6ae8ca7d00fad78c0
2011-04-29 17:19:49 -07:00
Matt Brubeck
c55a97ac16 Bug 653009 (part 1/2) - Make preventDefault on touch events compatible with WebKit [r=wesj] DONTBUILD (mobile only)
--HG--
extra : rebase_source : bb77614e151f8491d2ebe0daaed2b1f809780b92
2011-04-29 17:19:45 -07:00
Wes Johnston
f5742c9125 Bug 650339 - Add escape borders from touchEvents in Fennec. r=mbrubeck 2011-04-29 15:06:33 -07:00
Wes Johnston
a877055cdc Bug 650342 - Give content process time to capture drag events [r=mfinkle, mbrubeck] 2011-04-28 14:15:00 -04:00
Wes Johnston
11253e1521 Bug 544614 - Touch Events [r=mfinkle, bstover] 2011-03-21 11:20:34 -07:00
Mark Finkle
d95bcd52e5 Bug 470876 - anti-phishing support not in fennec (defaulted off) [r=vingtetun] 2011-04-26 15:39:21 -04:00
Vivien Nicolas
a075c5c9e5 Bug 644641: Fix perma-oranges browser-chrome tests on desktop [r=mfinkle] 2011-03-25 00:35:21 +01:00
Matt Brubeck
ab7185ff56 Bug 637031 - Add "bookmark link" to context menu [r=vingtetun, uir=madhava] 2011-03-21 10:28:34 -07:00
Matt Brubeck
07e4b719b8 Bug 641578 - No context menu for text areas [r+a=mfinkle] 2011-03-14 12:25:02 -07:00
Matt Brubeck
07b44c3900 Bug 641217 - Show context menu for password fields [r+a=mfinkle] 2011-03-12 09:10:56 -08:00
Brad Lassey
f6318da3a6 bug 623820 - Text zoom reflow messes up layout on AMO and other sites r=mfinkle a=blocking-fennec 2011-03-11 00:42:29 -05:00
Vivien Nicolas
0f9958d591 Bug 639969 - no context menus for content textareas [r=mbrubeck,wesj,a=approval2.0+] 2011-03-09 03:33:34 +01:00
Vivien Nicolas
f996480c18 Bug 638523 - Save Image saves htm, not the image [r=mbrubeck] 2011-03-04 12:55:07 +01:00
Vivien Nicolas
80221eae95 Bug 569552 - Fennec: onbeforeunload event is not handled properly [r=mfinkle] 2011-03-02 15:13:25 +01:00
Matt Brubeck
501aae3bc9 Bug 634883 - Hide Share/Open in context menu for non-shareable/openable links [r=mfinkle] 2011-02-28 14:46:40 -08:00
Brad Lassey
86f6534840 bug 611741 - Implement copy/paste for text fields in web content r=mfinkle a=2.0+ 2011-02-27 10:47:27 -05:00
Matt Brubeck
acb86b6829 Bug 627103 - Don't wait for reflow to finish before zooming [r=mfinkle] 2011-02-24 20:30:11 -08:00
Wes Johnston
1848c46179 Bug 628012 - Ensure click is fired on highlighted element [r=mfinkle, a=blocking-fennec] 2011-02-18 14:12:22 -08:00
Wes Johnston
7d313c67dc Bug 611580 - Allow chaning character encoding in Fennec. [r=mfinkle, a=blocking] 2011-02-18 11:48:50 -08:00
Vivien Nicolas
c1ba06c401 Bug 632837 - Move (more) code out of Browser.startup() (part 1) [r=mfinkle] 2011-02-11 19:52:49 +01:00
Benjamin Stover
48b227f773 Bug 630593 Remove try/catch and test for saving history r=mfinkle 2011-02-09 11:46:28 -08:00
Vivien Nicolas
c300c2486a Bug 630946 - Repaint does not occur when dismissing a combo box [r=mfinkle] 2011-02-09 00:22:27 +01:00
Vivien Nicolas
d32bab5d31 Bug 626457 - Move some code out of Browser.startup(); [r=mfinkle] 2011-02-08 23:46:24 +01:00
Mark Finkle
a7d4d8c68d Bug 630542 - Regression: Context menus do not pop up on links (remove the dump) [r=stechz] 2011-02-01 14:41:40 -05:00
Mark Finkle
fd47a771a2 Bug 630542 - Regression: Context menus do not pop up on links [r=stechz] 2011-02-01 13:59:58 -05:00
Benjamin Stover
5b90b847d9 Bug 630145 Regression: History not saved r=mfinkle 2011-01-31 10:57:03 -08:00
Vivien Nicolas
5c6a030ac7 Bug 629397 - Use sendCrossProcessKeyEvent instead of a custom message for keys [r=mfinkle,f=mbrubeck] 2011-01-28 19:11:12 +01:00
Matt Brubeck
e91c52afe1 Bug 628323 - Context menus cannot be changed by restartless add-ons [r=mfinkle] 2011-01-24 11:20:39 -08:00
Oleg Romashin
8d8289736a Bug 575586 - [LongTap]Fennec does not pass long tap event to plug-ins [r=mbrubeck] 2011-01-15 11:38:30 +02:00
Matt Brubeck
4dba80dfc6 Bug 623313 - Let text reflow finish before zooming [r=mfinkle] 2011-01-13 17:07:10 -08:00
Wes Johnston
e15cf4cdac Bug 623765 - Use active pseudoclass for tap highlighting [r=vingtetun] 2011-01-11 16:21:06 -08:00
Mark Finkle
cc30128887 Bug 588441 - Remove progress listeners in chrome [r=mbrubeck r=bstover] 2011-01-10 23:53:20 -05:00
Wes Johnston
6549a8aad1 Bug 623763 - Highlight links on mousedown [r=vingtetun] 2011-01-10 14:10:01 -08:00
Mark Finkle
39218ae8d2 Bug 623591 - Add basic support for window.console [r=vingtetun] 2011-01-06 12:42:03 -05:00
Vivien Nicolas
9db7ba6f04 Bug 609866 - Fennec fires contextmenu event in content during panning/tapping [r=mfinkle,wesj] 2011-01-05 12:58:32 +01:00