Commit Graph

168 Commits

Author SHA1 Message Date
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
Vivien Nicolas
72195c8bf6 Bug 622553 - Tap Highlighting blue glow CSS fixes [r=mfinkle] 2011-01-03 17:50:43 +01:00
Matt Brubeck
da8f2fcb65 Bug 621892 - Adjust y coordinate after text reflow [r=vingtetun]
--HG--
extra : rebase_source : f0d3cc721f7cc34af4713ae0ee85c3a424d91918
2010-12-29 07:34:16 -08:00
Vivien Nicolas
3d71a7ae01 Bug 621730: Blue Highlighting rect calculation is wrong on google images [r=mfinkle] 2010-12-29 05:53:08 +01:00
Matt Brubeck
e1dad6aae3 Bug 621683 - Double-tap does not zoom correctly if text reflow changes the layout [r=mfinkle]
--HG--
extra : rebase_source : 761114d9af7408575e450483b18b66afa6ab9c7a
2010-12-28 20:08:14 -08:00
Matt Brubeck
938e8c2a38 Bug 611555 (2/2) - Add a pref to control reflow zoom [r=mfinkle]
--HG--
extra : rebase_source : 400d48a82a22a71c10350a4e46c9402c1d55fe8c
2010-12-27 21:27:36 -08:00
Matt Brubeck
6d8e43b46a Bug 611555 (1/2) - Use code from Easy Reading to reflow text on zoom [r=mfinkle]
--HG--
extra : rebase_source : 920f1317cd758db43105840196f47ea30b9803b9
2010-12-27 21:23:14 -08:00
Vivien Nicolas
476ac39fcb Bug 619824 - Dispatch a delayed mousemove event soon after TapDown [r=mfinkle] 2010-12-17 02:38:28 +01:00
Vivien Nicolas
7bb8a9a970 Bug 614606 - Find in Page does not scroll down when hitting the previous button the first time [r=mfinkle] 2010-12-09 10:08:12 -05:00
Mark Finkle
6aaab7a32d Bug 614249 - Tabs don't open in background when using CTRL key and tapping a link [r=wjohnston] 2010-12-01 14:59:02 -05:00
Vivien Nicolas
30eb87d907 Bug 614813 - Content of pages not displayed when Site panel is opened [r=mfinkle] 2010-11-29 19:15:03 +01:00
Wesley Johnston
04ecad225f Bug 517889 - Add referrer to OpenURI [r=mfinkle] 2010-11-22 12:08:49 -08:00
Matt Brubeck
fb4c0131d6 Bug 590777 - part 3: Convert various constants from pixels to physical units [r=mfinkle] 2010-11-18 11:36:46 -08:00
Matt Brubeck
6a118f5110 Bug 590777 - part 2: Calculate viewport scale based on display DPI [r=mfinkle] 2010-11-16 14:50:34 -08:00
Wes Johnston
3901fcfc7b Bug 589337 - Set css viewport to zero when tab is hidden. [r=stechz, a=b3+] 2010-11-17 15:01:00 -05:00
Matt Brubeck
5dce4ee408 Bug 590777 - part 1: Viewport metadata cleanup [r=mfinkle] 2010-11-16 09:22:31 -08:00
Vivien Nicolas
6c3db20940 Bug 540613 - Form helper does not come up selecting username/password fields on Wordpress [r=mfinkle] 2010-11-08 11:53:42 +01:00
Vivien Nicolas
ad3fe26ec5 Bug 608266 - [Regression] Can't open a link in new tab from the awesome panels [r=mfinkle] 2010-11-03 14:48:01 +01:00
Alon Zakai
e1a4c6ed9f Bug 608445 - Fix hang when pressing a key on about:* pages [r=mfinkle] 2010-11-02 10:08:43 -07:00
Mark Finkle
54ad5c7d88 Bug 566478 - Invalid SSL cert error is not mobile-friendly [r=vingtetun] 2010-10-28 11:58:37 -04:00
Vivien Nicolas
74fb5d3f2d Bug 597036 - Find in page does not display results on screen when page is zoomed [r=mfinkle] 2010-10-25 16:35:13 +02:00
Honza Bambas
b33ea0b496 Bug 536295 - e10s HTTP: offline application cache [r=mfinkle] 2010-10-19 15:32:00 -04:00
Vivien Nicolas
206f14fda5 [Bug 605405] Remove IME hacks used as a workaround for bug 604192 [r=mfinkle] 2010-10-19 15:11:16 +02:00
Matt Brubeck
8e7dbc5131 Bug 590715 - Fullscreen video for Fennec [r=mfinkle] 2010-10-16 06:25:15 -07:00
Vivien Nicolas
1fc65cf72a Bug 601619 - page title shows up on urlbar when flipping through awesomescreen panes [r=mfinkle] 2010-10-14 15:15:29 +02:00
Matt Brubeck
42fce401f5 Bug 590719 - Add Play/Pause to the context menu for videos [r=mfinkle]
--HG--
extra : rebase_source : 62444c7c85af2d7837e0c4ecc2c85460d1a5f9cd
2010-10-12 08:57:03 -07:00
Vivien Nicolas
a5909981ed Bug 592330 - [VKB] Enhance virtual keyboard support in the chrome UI - part 1 [r=mfinkle] 2010-09-30 23:14:47 +02:00
Matt Brubeck
78b41b61ad Bug 596895 - "Context menu option list displayed for a long tap on image with link varies depending on the tap location" [r=mbrubeck r=21] 2010-09-20 15:13:00 -04:00
Vivien Nicolas
fdf7a851a1 Bug 596619 - "panning the page during findbar use shouldn't dismiss the findbar" [r=mark.finkle] 2010-09-21 08:29:00 -04:00
Vivien Nicolas
67b8ab8606 Bug 546808 - "focusing a link title on the result page of google.fr should highlight the entire link" [r=mark.finkle] 2010-09-16 16:24:00 -04:00
Benjamin Stover
00fa3cf59b Bug 599512 Partial black thumbnails on viewports with width != 800 r=mfinkle 2010-09-24 17:41:10 -07:00
Mark Finkle
150014bcaa Backout suspected performance regression, reverting to 54af7f2df238 [r=mfinkle] 2010-09-27 11:11:56 -04:00
Benjamin Stover
7bd6381779 Bug 599512 Partial black thumbnails on viewports with width != 800 r=mfinkle 2010-09-24 17:41:10 -07:00
Benjamin Stover
fc8c7eaf5a Bug 599053 text typed in awesome bare shows up on previously focused form field [r=mfinkle] 2010-09-24 17:39:41 -07:00
Benjamin Stover
c1e0c84a37 Bug 597600 - Ignore old context menu and tap highlight events r=mfinkle 2010-09-22 16:27:11 -07:00
Benjamin Stover
2817ccff66 Bug 597286, part 8: Create new longtap event and use it to bring up context menus [r=mbrubeck] 2010-09-22 15:12:41 -07:00
Benjamin Stover
33c9bda330 Bug 597159 - Double taps sometime cause single taps - part 2 tap highlight [r=mbrubeck]
--HG--
extra : rebase_source : ca58d42b388ab3985f0a2f0e168dee4e1e2b959a
2010-09-17 11:48:20 -07:00
Benjamin Stover
7b195b8cab Bug 597281 - Cannot pinch to zoom during loading [r=mbrubeck] 2010-09-17 10:59:09 -07:00
Matt Brubeck
09f7d7af81 Bug 596952 - Temporary hack to fix the viewport in local tabs [r=mfinkle] 2010-09-16 13:17:09 -07:00
Matt Brubeck
693f06bd5a Bug 597019 - Don't open javascript: links in new tabs [r=mfinkle] 2010-09-16 09:42:05 -07:00
Matt Brubeck
7c7d2a9123 Bug 596864 - Open links from about: pages in remote tabs [r=mfinkle] 2010-09-15 23:28:12 -07:00
Benjamin Stover
3138a7a8fe [mq]: review 2010-09-15 15:05:50 -07:00
Matt Brubeck
35f5eaef40 Merge mobile-browser -> mobile2. 2010-09-15 14:11:37 -07:00
Matt Brubeck
7e754d6c20 Bug 542735 - Fire a mousemove event at the start of a click [r=mfinkle]
--HG--
extra : rebase_source : 54707e973565daab38db05489eeb2498d89912d8
2010-09-15 00:54:45 -07:00
Matt Brubeck
e12c7d6563 Merge mobile-browser -> mobile2 2010-09-10 14:39:23 -07:00
Matt Brubeck
1473ad91ec Revert some incorrect changes from bug 593499 [r=stechz]
--HG--
extra : rebase_source : 3ef0a007d75354c2e2cd9ba26de217d7a9a36bd9
2010-09-08 13:26:47 -07:00
Benjamin Stover
15d70ac574 merge 2010-09-08 10:51:29 -07:00
Benjamin Stover
59670a43f7 remove coalescer stuff 2010-09-07 11:39:54 -07:00
Benjamin Stover
36d766ab1d remove mozscrolledareachanged from content.js 2010-09-07 10:13:10 -07:00
Matt Brubeck
fe82fbe249 Bug 593499 - Increase the double-tap thresholds [r=mfinkle] 2010-09-05 07:23:01 -07:00
Benjamin Stover
71046cb6b0 merge 2010-09-03 10:01:35 -07:00
Vivien Nicolas
e7f53e95ae Bug 593237 - Use defineLazyGetter/defineLazyGetterService [r=mbrubeck] 2010-09-03 11:01:25 +02:00
Benjamin Stover
8e12efac88 fix tap highlighting 2010-09-02 13:57:02 -07:00
Benjamin Stover
e9b2690b41 merge with trunk 2010-08-31 13:24:19 -07:00
Benjamin Stover
3ef7c6f0e0 remove most of browserview and begin using browser element 2010-08-27 15:01:32 -07:00
Benjamin Stover
aaeb843de4 use viewport api 2010-08-26 11:20:05 -07:00
Benjamin Stover
c8433e1095 merge with trunk 2010-08-24 11:39:14 -07:00
Matt Brubeck
658d7212aa Bug 584785: Restrict sharing based on URI scheme [r=mfinkle] 2010-08-23 17:27:40 -07:00
Benjamin Stover
887ffc618d fix keyboard and mouse, and remove more tile cruft 2010-08-19 16:28:44 -07:00
Benjamin Stover
3f3233417a panning 2010-08-19 15:10:39 -07:00
Jan Arne Petersen
705f8b0f35 Bug 588713 - Fennec should set docShell.isActive correctly [r=mfinkle] 2010-08-19 14:01:48 -04:00
Vivien Nicolas
d060265351 Bug 587663 - Bustage fix [r=stechz] 2010-08-17 19:00:43 +02:00
Matt Brubeck
2ea958a3d8 Bug 585771 - Fennec needs to call SetIsActive() on its nsIWebBrowser [r=mfinkle] 2010-08-11 07:27:09 -07:00
Matt Brubeck
5c779268d6 Bug 583783 - Keyboard shortcuts do not work in remote tabs [r=mfinkle] 2010-08-09 13:14:35 -07:00
Matt Brubeck
fc950a8cd3 Bug 582615 - Sharing front-end [r=mfinkle] 2010-07-30 00:51:31 -04:00
Matt Brubeck
d7ed8ff6f2 Bug 581999 - "Make it easier for add-ons to extend the context menu"
[r=mark.finkle] (pt 2)

missed part - forgot to qrefresh after resolving conflicts
2010-07-28 21:13:31 -07:00
Matt Brubeck
6d958dd562 Bug 581999 - "Make it easier for add-ons to extend the context menu" [r=mark.finkle] 2010-07-26 13:17:00 -07:00
Jeremias Bosch
d8616ab0a0 Bug 580230 - Cannot submit forms [r=mfinkle] 2010-07-28 15:43:14 -04:00
Matt Brubeck
c843502124 Bug 581088 - Don't zoom to inline elements on double-tap [r=mfinkle] 2010-07-22 23:55:58 -04:00
Josh Matthews
279fed5e68 Bug 580382 - Typos and misc cleanups in mobile js. r=mfinkle 2010-07-20 16:49:31 -04:00
Vivien Nicolas
a12f7fa03c Bug 580213 - Enhance the look of Form Assistant and Find-In-Page [r=mfinkle] 2010-07-22 01:35:47 +02:00
Vivien Nicolas
8851ea2b8c Bug 541817 - Fennec needs find in page functionality [r=mfinkle] 2010-07-19 16:51:03 +02:00
Matt Brubeck
0dc833cb1a Bug 578122 - Use Services.jsm in Fennec [r=mfinkle] 2010-07-13 10:36:09 -04:00
Bug 578018 - Contextmenu is show even if preventDefault has been called [r=mfinkle]
4278368645 Vivien Nicolas <21@vingtetun.org> 2010-07-13 01:29:03 +02:00
Vivien Nicolas
d3660acd7a Bug 575999 - Context menu pops up when clicking on links [r=mfinkle] 2010-07-09 04:15:23 -04:00
Matt Brubeck
c003abfedb Bug 577429 - Temporarily disable contextmenu in Fennec [r=mfinkle] 2010-07-08 06:09:01 -04:00
Mark Finkle
e904c792a4 Bug 576330 - Minor code cleanup [r=vingtetun] 2010-07-01 15:39:31 -04:00
Mark Finkle
5a5bc4b809 Bug 575807 - ContextMenu appears after a double-click [r=vingtetun] 2010-06-30 02:21:47 -04:00
Matt Brubeck
8dc3b6bdeb Bug 575295 - Clicking links broken after scrolling via in-page (uri fragment) link [r=vingtetun] 2010-06-29 20:34:48 +02:00
Mark Finkle
773b65bafb Bug 574006 - Support context menu and open-in-new-tab behavior [r=vingtetun] 2010-06-29 14:15:07 -04:00
Matt Brubeck
dbf6ae14c3 Bug 574332 - [e10s] Convert sendSyncMessage calls to sendAsyncMessage [r=mfinkle] 2010-06-26 00:28:39 -04:00
Mark Finkle
6627af5721 Bug 574699 - Move FormSubmitObserver to content process [r=vingtetun] 2010-06-25 12:32:46 -04:00
Mark Finkle
8d7ceda4b7 Bug 574123 - Add support for zoom-to-rect for zooming to an element [r=mbrubeck] 2010-06-24 18:17:35 -04:00