Commit Graph

615 Commits

Author SHA1 Message Date
Benjamin Stover
f78fe445f7 fixes 2010-08-18 19:12:28 -07:00
Wes Johnston
8d359fcdd9 Bug 584790 - "Remove image preloader code" [r=mark.finkle] 2010-08-17 17:44:00 -07:00
Chris Jones
a8b3aca875 Bug 576192 - "Use browser elements for browsing surface" [] 2010-08-12 20:22:00 -07:00
Mark Finkle
496f9b0a7b Bug 552828 - "update Form History to work with Electrolysis" [r=mfinkle] 2010-06-25 21:34:00 -07:00
Vivien Nicolas
5d605a2e80 Bug 586317 - Add Search Engine option is always offered even after adding [r=mfinkle] 2010-08-17 19:04:00 +02:00
Matt Brubeck
361fbc7c7b Bug 556069 - API for addons to add their own PageActions to the site menu 2010-08-13 11:41:00 -07:00
Matt Brubeck
dddb9bb5cc Bug 584865 - Use IPC context for zooming canvas [r=mark.finkle]
This fixes the zoom animation, but MozGetIPCCanvas is slow on Android so we
need to reuse the same canvas and cache it at startup time (this means a
significant startup time regression).  See bug 586353 for more.
2010-08-12 08:43:00 -07:00
Matt Brubeck
ff57039e2b Bug 583770 - Close the blank tab before opening an about: page in a new local tab [r=mfinkle] 2010-08-10 14:32:32 -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
86aad7524b Bug 583828 - Fix zoom level calculation in _getZoomRectForRect [r=stechz] 2010-08-02 13:54:52 -07:00
Matt Brubeck
0eaa60bed8 Bug 579555 - Fix the destination coordinates for double-tap zoom [r=stechz] 2010-07-30 15:36:00 -07:00
Matt Brubeck
fc950a8cd3 Bug 582615 - Sharing front-end [r=mfinkle] 2010-07-30 00:51:31 -04:00
Jeremias Bosch
d8616ab0a0 Bug 580230 - Cannot submit forms [r=mfinkle] 2010-07-28 15:43:14 -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
Mark Finkle
29113997ab Bug 579361 - Enhance SessionStore service in Fennec [r=vingtetun] 2010-07-19 01:27:52 -04:00
Mark Finkle
b3c5c734e3 Bug 579340 - Miscellaneous code cleanup [r=vingtetun] 2010-07-16 11:48:52 -04:00
Matt Brubeck
0dc833cb1a Bug 578122 - Use Services.jsm in Fennec [r=mfinkle] 2010-07-13 10:36:09 -04:00
Matt Brubeck
2ad964766a Bug 576396 - Pinch zoom allows zooming out past minimum (page-fit) level [r=mfinkle] 2010-07-13 10:01:44 -04:00
Vivien Nicolas
35d2940ab8 Bug 575998 - [Regression] double-tap zooms to the bottom left/right of the screen instead of where the user tapped [r=mfinkle] 2010-07-08 16:20:22 +02:00
Mark Finkle
d05bda64df Bug 576343 - Make sure search provider loads are in a remote browser [r=mbrubeck] 2010-07-02 13:48:46 -04:00
Vivien Nicolas
8072bd0910 Bug 562717 - Form helper should disappear when reloading the page [r=mfinkle] 2010-07-02 07:50:47 +02:00
Mark Finkle
e904c792a4 Bug 576330 - Minor code cleanup [r=vingtetun] 2010-07-01 15:39:31 -04:00
Matt Brubeck
6d5fbf4b82 Bug 547307 - Cannot reach the bottom of the page using keyboard (scrolling to the bottom, End, Page Down, arrow keys) [r=mfinkle] 2010-06-30 17:24:27 -04:00
Matt Brubeck
7d9092984e Bug 574045 - "[e10s] Tiles don't update while panning" [r=stechz] 2010-06-30 10:37:00 -07:00
Vivien Nicolas
53550880f7 Bug 575939 - View is pannable once context menu has been displayed [r=mfinkle] 2010-06-30 19:22:57 +02:00
Mark Finkle
5a5bc4b809 Bug 575807 - ContextMenu appears after a double-click [r=vingtetun] 2010-06-30 02:21:47 -04:00
Vivien Nicolas
9138ee5933 Bug 575579 - Errors when loading the panel error console [r=mfinkle] 2010-06-29 20:33:33 +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
Jaakko Kiviluoto
7b09080466 Bug 437957 - Animate zoom [r=mfinkle] 2010-06-25 17:16:01 -04:00
Mark Finkle
6627af5721 Bug 574699 - Move FormSubmitObserver to content process [r=vingtetun] 2010-06-25 12:32:46 -04:00
Mark Finkle
eeb455055a Bug 574683 - Local XUL pages (about:config) are not rendering [r=vingtetun] 2010-06-25 11:28:42 -04:00
Benjamin Stover
55059a8227 Bug 552809 - Intermittent NS_ERROR_FAILURE when calling asyncDrawXULElement [r=mfinkle] 2010-06-24 17:37:09 -07:00
Mark Finkle
a945aa5640 Bug 574123 - Add support for zoom-to-rect for zooming to an element [r=mbrubeck] 2010-06-25 09:30:15 -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
Mark Finkle
8297721406 Bug 574260 - Remove last uses of contentWindow and contentDocument [r=vingtetun] 2010-06-24 18:13:01 -04:00
Benjamin Stover
6fa002495d Bug 574117 - Page content never updates [r=mfinkle] 2010-06-23 15:16:01 -07:00
Mark Finkle
700f9239a7 Bug 573908 - Tab thumbnail must support remote tabs [r=vingtetun r=mbrubeck] 2010-06-23 15:23:06 -04:00
Mark Finkle
15b52e96e8 Bug 573902 - Remove any panning and zooming code that doesn't work in e10s [r=mbrubeck] 2010-06-23 15:23:06 -04:00
Mark Finkle
100988c71c Bug 573666 - Remove tab state and sacrificing system [r=vingtetun] 2010-06-22 09:24:55 -04:00
Mark Finkle
b41aa6980f Bug 570823 - [e10s] Add scrollTo / scrollBy message based API to browser binding [r=vingtetun] 2010-06-22 09:24:02 -04:00
Vivien Nicolas
40eb062c12 Bug 566288 - [e10s] Move FormHelper code into its own file [r=mfinkle] 2010-06-21 22:36:56 +02:00
Vivien Nicolas
ff9c0348de Bug 573041 - Clicker code should happen on content side [r=mfinkle] 2010-06-21 22:16:37 +02:00
Vivien Nicolas
fd4e9b57cb Bug 573443 - Remove Util.Timeout in Util.js [r=mfinkle] 2010-06-21 22:04:59 +02:00
Matt Brubeck
ef2c7fca8d Bug 515409 - closing a tab should go back to opening tab [r=mfinkle] 2010-06-18 00:31:24 -04:00
Mark Finkle
24cd38c4db Bug 552832 - Make about: pages in Fennec be local, in-content UI [r=mbrubeck r=vingtetun] 2010-06-17 12:27:26 -04:00
Mark Finkle
b224a31878 Bug 572214 - [e10s] Add support for remote and local rendering [r=vingtetun] 2010-06-16 10:47:13 -04:00
Vivien Nicolas
bf0af73483 Bug 571868 - Pull identity data from message data [r=mfinkle] 2010-06-16 15:53:29 +02:00
Jeremias Bosch
65d88dc7c4 Bug 587492 - More consistent zooming into input elements [r=vingtetun, mfinkle] 2010-08-27 16:30:45 -04:00
Vivien Nicolas
b7e81196ec Bug 591133 - Identity button should open the Open Search popup list when touching the Menu button on Android [r=mbrubeck,mfinkle] 2010-08-27 10:24:17 +02:00
Fabrice Desré
c7e1994df1 Bug 586624 - support for nsIBrowserDOMWindow.OPEN_NEWWINDOW is broken [r=mfinkle] 2010-08-26 21:59:20 -04:00
Vivien Nicolas
d7bd4f54ac Bug 590476 - Open search engines awesome screen row take a lot of space [r=mfinkle] 2010-08-27 01:09:56 +02:00
Matt Brubeck
79f5aceeaa Bug 590246 - Multitouch swipe gestures [r=mfinkle] 2010-08-25 09:03:07 -07:00
Mark Finkle
a83df8280b Bug 581295 - Site panel doesn't disappear when tapping anywhere but the popup box UI [r=vingtetun] 2010-08-25 11:27:57 -04:00
Matt Brubeck
f3f84a2b0c Bug 515409 - closing a tab should go back to opening tab [r=mfinkle] 2010-06-15 17:56:13 -04:00
Mark Finkle
ed8e6cae42 Bug 571882 - Use messages for handling offscreen browser property [r=vingtetun] 2010-06-14 12:59:08 -04:00
Mark Finkle
df4a6fe79e Bug 571812 - Remove setIcon [r=vingtetun] 2010-06-14 09:08:07 -04:00
Mark Finkle
d3e1dfa753 Bug 571814 - Remove PluginObserver [r=vingtetun] 2010-06-14 09:08:06 -04:00
Matt Brubeck
0b1a0689c5 Bug 522167 - tc.isOccupied is not a function in error console [r=mfinkle] 2010-06-13 22:00:12 -04:00
Mark Finkle
fd43e4c469 Bug 571371 - [e10s] Move BrowserView event handling to message-based API [r=vingtetun] 2010-06-11 10:23:24 -04:00
Mark Finkle
e3c0743fdf Bug 571070 - [e10s] Add support for cross process keyevents [r=stechz] 2010-06-10 13:37:03 -04:00
Vivien Nicolas
e11e19fc2c Bug 570745 - [f10s] Save As PDF menu does nothing [r=mfinkle] 2010-06-10 04:12:05 +02:00
Matt Brubeck
b9e8c73ea8 Bug 566500 - e10s: Move viewport metadata support into the browser XBL binding [r=mfinkle] 2010-06-09 19:07:12 -04:00
Vivien Nicolas
22ab6bbb0c [f10s] Remove isRootWindow and use currentInnerWindowId instead [r=mfinkle] 2010-06-09 22:07:32 +02:00
Vivien Nicolas
d40009b8db Bug 566640 - [f10s] Move mIconURL to browser.xml [r=mfinkle] 2010-06-08 18:11:28 +02:00
Mark Finkle
c27765cb2a Bug 568092 - e10s: Add a messsage API for DOMTitleChanged/DOMLinkAdded/etc [r=vingtetun] 2010-06-08 11:22:20 -04:00
Mark Finkle
03654bb02a Bug 570156 - Convert download dialog to a nsIPromptService prompt [r=mbrubeck] 2010-06-07 15:46:54 -04:00
Matt Brubeck
f3781aae4b Bug 559838 - Switching between subscriptions in Google Reader resets zoom level [r=mfinkle] 2010-06-04 09:15:13 -04:00
timeless@mozdev.org
79fee7a2e9 Bug 570121 NS_ERROR_XPC_BAD_CONVERT_JS in xml:browser.loadURIWithFlags from xml:browser.loadURI from nsBrowserAccess.prototype._getBrowser
r=mfinkle
2010-06-04 15:21:10 +03:00
Vivien Nicolas
0f6a18f100 Bug 538999 - Formfill does not zoom out on load of dynamically loaded page content [r=mfinkle] 2010-06-04 10:59:57 +02:00
Mark Finkle
32fee3f23a Bug 569613 - Backout changes from bug 564285 [r=vingtetun] 2010-06-02 13:04:03 -04:00
Mark Finkle
03a171e7f1 Bug 562132 - Closing Fennec twice creates an empty confirmation prompt/dialog [r=mbrubeck] 2010-05-28 11:52:07 -04:00
Matt Brubeck
4c1dca383e Bug 567186 - When possible, set viewport size before page finishes loading [r=mfinkle] 2010-05-27 16:01:41 -04:00
Mark Finkle
0bf96ac5d4 Bug 561016 - e10s: Add support for openURIInFrame in BrowserAccess [r=stechz] 2010-05-24 15:27:45 -04:00
Matt Brubeck
905a072c6b Bug 567044 - Tapping in urlbar doesn't work after pressing Android menu button [r=mfinkle] 2010-05-21 13:05:46 -04:00
Mark Finkle
a18c1c32bb Bug 558061 - Fennec should annotate crash report with URL [r=vingtetun] 2010-05-21 13:00:27 -04:00
Vivien Nicolas
e955664f9d Bug 564285 - Remember password infobar is overlapped by the url bar, while loading [r=mfinkle] 2010-05-20 15:11:10 -04:00
Mark Finkle
96c70bdb7a Bug 565887 - window.sizeToContent breaks layout in Fennec main window [r=vingtetun] 2010-05-20 13:52:30 -04:00
Mark Finkle
732bb72489 Bug 562495 - Support the new add-ons manager [r=dtownsend] 2010-05-19 22:43:02 -04:00
Vivien Nicolas
99766d6307 Bug 564019 - Thick border on iframe can cause inputs to become unclickable [r=mfinkle] 2010-05-14 12:14:04 -04:00
Matt Brubeck
f843765197 Bug 563759 - Incorrect arguments to nodesFromRect [r=vingtetun] 2010-05-12 12:17:54 -04:00
Vivien Nicolas
727be4ffff Bug 564075 - Url bar gets displaced, with open sidebar, focusing url bar and then dismissing awesome bar [r=mfinkle] 2010-05-06 10:32:24 -04:00
Vivien Nicolas
a03d3624fe Bug 564138 - Shift+Ctrl+o lock the screen _AND_ resize the window [r=mfinkle] 2010-05-06 09:21:26 -04:00
Matt Brubeck
7f6fc000ba Bug 562773 - Viewport is not resized on window resize / orientation change [r=mfinkle r=stechz] 2010-05-05 15:51:58 -04:00
Matt Brubeck
fed9dd6753 Bug 561455 - Change the ratio of CSS/viewport px to physical pixels on high density screens [r=mfinkle r=stechz] 2010-05-05 15:51:55 -04:00
Mark Finkle
f4443f53df Bug 563546 - Newly opened page is a little bit scrolled down, when opened in new tab [r=vingtetun r=mbrubeck] 2010-05-05 12:47:12 -04:00
Vivien Nicolas
3ed1fc0cd2 Bug 559829 - Click on an entry in search suggestions drop-down activates a link underneath (the list is click-transparent) [r=mfinkle] 2010-05-04 11:15:57 -04:00
Matt Brubeck
f05771b48e Bug 563136 - Cheat code to toggle orientation for desktop Fennec [r=mfinkle] 2010-05-03 11:53:42 -04:00
Vivien Nicolas
9fc0dff54a Bug 562981 - Mouse click event in iframe has wrong coordinates [r=mfinkle] 2010-05-03 11:42:56 -04:00
Matt Brubeck
6800925826 Bug 561815 - Respect viewport user-scalable, minimum-scale and maximum-scale when zooming [r=mfinkle] 2010-04-29 15:29:01 -04:00
Alex Pakhotin
73abc853b4 Bug 559915 - Handle Menu and Search AppCommand events [r=mfinkle]
--HG--
extra : rebase_source : aac9684c89f4e4f6f55b0574fbff1d811159d448
2010-04-27 13:33:59 -07:00
Vivien Nicolas
476db6a1a3 Bug 561733 - Mouse click event in iframe doesn't fire [r=mfinkle] 2010-04-27 16:55:55 -04:00
Vivien Nicolas
380381bc24 Bug 560384 - about:config row are not highlighted correctly on mousedown [r=mfinkle] 2010-04-19 20:52:21 -04:00
Matt Brubeck
d46ebde009 Bug 559440 - Clientwidth/-height check instead of offsetwith/-height should be used for panning [r=mfinkle] 2010-04-19 15:24:15 -04:00
Vivien Nicolas
011389b383 Bug 558488 - Can't click Google Reader Feeds button or most entries [r=mfinkle] 2010-04-13 16:14:44 -04:00
Vivien Nicolas
2b5c670721 Bug 558840 - Botched tab preview for start page [r=mfinkle] 2010-04-13 16:10:54 -04:00
Matt Brubeck
359bebf45f Bug 556414 - Panning inside overflow:auto elements (Google Reader) stops for some posts [r=mfinkle] 2010-04-13 15:21:35 -04:00
Mark Finkle
1c3d87d316 Bug 556619 - portrait mode - about:config rows shorter than a touchheight [r=vingtetun] 2010-04-12 23:34:54 -04:00
Matt Brubeck
f3f922def7 Bug 554979 - zoomin and zoomout should use better/nonlinear increments [r=mfinkle] 2010-04-12 22:42:35 -04:00
Vivien Nicolas
7a5b08c659 Bug 558363 - Add some prefs for link tapping [r=mfinkle] 2010-04-10 23:55:05 -04:00
Matt Brubeck
90fef6d84a Bug 557222 - start page zoomed too big when another tab is opened at start [r=mfinkle] 2010-04-10 00:22:13 -04:00
Vivien Nicolas
254b45fbca Bug 556016 - Fennec should use NodesFromRect [mfinkle] 2010-04-08 14:50:05 -04:00
Vivien Nicolas
751deb63d9 Bug 555244 - search engines list can be empty the awesome panel [r=mfinkle] 2010-04-08 10:54:18 -04:00
Mark Finkle
d9e669c25e Bug 521828 - Search entries and urls are not saved to urlbar until page is loaded (early load fix) [r=mbrubeck] 2010-04-08 10:44:53 -04:00
Matt Brubeck
24a83dae94 Bug 556617 - volume rocker zooming allows zooming out past page-width [r=mark.finkle] 2010-04-08 10:43:04 -04:00
Matt Brubeck
d5ebed0fb4 Bug 557567 - urlbar changes when pages load within frames [r=mark.finkle r=stechz] 2010-04-07 12:57:12 -04:00
Mark Finkle
4ea82da65a Bug 557422 - Blank Page startup should not display the awesomebar screen [r=vingtetun] 2010-04-06 09:26:21 -04:00
Vivien Nicolas
a9dbeb5d26 Bug 556601 - start page polish [r=mark.finkle] 2010-04-05 16:03:09 -04:00
Matt Brubeck
f1c8a606fb Bug 557244 - Minor code cleanup in Browser.startup [r=mark.finkle] 2010-04-05 13:37:17 -04:00
Vivien Nicolas
c07ab0fe3f Bug 556635 - revise default order of site menu items [r=mark.finkle] 2010-04-05 10:48:52 -04:00
Mark Finkle
275000da11 Backout scroll indicators (bug 461843) for performance test 2010-04-05 09:50:04 -04:00
Mark Finkle
0c6b626ba0 Bug 556618 - portrait mode - viewport device-width pages do not resize when changing orientation [r=blassey] 2010-04-02 20:00:15 -04:00
Vivien Nicolas
2d7936154f Bug 547927 - Page layout broken if some wider page has been visited before [r=mark.finkle] 2010-04-02 10:31:08 -04:00
Mark Finkle
29a21b845f Bug 539284 - n900: 'Read More' links on slashdot perform no action on first click [r=vingtetun] 2010-04-01 17:17:43 -04:00
Vivien Nicolas
8d8f87e78e Bug 461843 - Show indication of where on the page you are when scrolling [r=mark.finkle] 2010-04-01 17:00:27 -04:00
Mark Finkle
9fd2368a76 Bug 556087 - reftests fail when scrollbar shows up [r=vingtetun] 2010-03-31 22:50:06 -04:00
Vivien Nicolas
0171e34e2b Bug 538700 - Add preferences to control form fill assistant behavior [r=mark.finkle] 2010-03-30 13:56:06 -04:00
Vivien Nicolas
b7fc97d04d Bug 552526 - fennec UI - style for site menu [r=mark.finkle] 2010-03-29 16:41:03 -04:00
Vivien Nicolas
033b81c71e Bug 465305 - Save page [r=mark.finkle] 2010-03-26 15:06:58 -04:00
Matt Brubeck
a27e9f8043 Bug 555196 - Regression: Zoom in/out commands break when zoom level is 1.0 [r=mark.finkle] 2010-03-26 11:32:43 -04:00
Mark Finkle
f5e90ba2f4 Bug 545395 - Prompt user when closing with more than one tab open [r=vingtetun] 2010-03-26 11:21:53 -04:00
Mark Finkle
bababe0137 Bug 551889 - Start Page redesign [r=vingtetun] 2010-03-26 11:11:03 -04:00
Matt Brubeck
9e17a1a990 Bug 551193 - page position changes on backgrounds tabs when the foreground tab is scrolled [r=stechz] 2010-03-26 00:18:20 -04:00
Matt Brubeck
4e2125241b Bug 454456 - Tweak zoom on pageload to favor quality [r=stechz] 2010-03-26 00:09:23 -04:00
Matt Brubeck
df97e61e4b Bug 545722 - address bar 'jumps' when it gets focus [r=mark.finkle] 2010-03-24 23:02:47 -04:00
Vivien Nicolas
6d3342d006 Bug 456077 - No mechanism to edit popup preferences [r=mark.finkle] 2010-03-24 15:55:09 -04:00
Mark Finkle
7efca738ba Bug 551711 - Open Link in New Tab via content panel [r=vingtetun] 2010-03-24 14:22:18 -04:00
Vivien Nicolas
1eda5208c8 Bug 540009 - revise about:config screen design for touch use [r=mark.finkle] 2010-03-24 11:31:09 -04:00
Mark Finkle
80fea9ac09 Bug 553687 - Lazy load JavaScript Modules [r=vingtetun] 2010-03-22 10:05:27 -04:00
Vivien Nicolas
5ca98c5a84 Bug 547722 - Get rid of the 400ms waiting phase if we're sure that the click is not a part of a double click [r=stechz r=mark.finkle] 2010-03-11 09:18:41 -05:00
Mark Finkle
2111433d60 Bug 546273 - Form Assistant misses focus on profiles.yahoo.com (bustage fix) [r=vingtetun] 2010-03-04 12:01:07 -05:00
Brad Lassey
0fc54cd1fa bug 544898 - resize window due to softkb popping up results in an usable add-ons manager r=mfinkle 2010-02-09 22:15:06 -05:00
Brad Lassey
a334449a6a bug 542884 - remove softkb observer r=mfinkle 2010-01-29 11:22:50 -05:00
Gavin Sharp
c9e9304366 Bug 542316 followup followup, one more reference 2010-01-26 18:39:31 -05:00
Mark Finkle
08bbac3093 Bug 542298 - plugin-changed-event does not match frontend's plugin-reflow-event [r=dougt r=stechz] 2010-01-26 17:22:24 -05:00
Mark Finkle
606a93c0d0 Bug 542316 - Disable all plugins by default [r=gavin.sharp r=stechz] 2010-01-26 17:22:23 -05:00
Benjamin Stover
1118051946 Bug 540937 - [regression] Render plugin content in iframes [r=mfinkle] 2010-01-22 09:52:24 -08:00
Doug Turner
201834a612 Bug 540795 - NotifyPluginEventObservers crashes [r=mfinkle] [r=stechz] 2010-01-20 13:49:28 -08:00
Fabrice Desré
ea471fbe68 Bug 539996 - Can't pan articles in google reader [r=mfinkle a=stuart] 2010-01-19 14:19:07 -05:00
Mark Finkle
d24e70aaf8 Bug 540084 - meta viewport tag remembers last visit [r=vingtetun r=blassey a=stuart] 2010-01-19 09:34:47 -05:00
Benjamin Stover
06f16d9244 Bug 539985 - lots of checkerboarding when panning while a page is loaded in background [r=mfinkle] 2010-01-15 10:42:22 -08:00
Benjamin Stover
1f0357c915 Bug 538669 - Improve idle crawler [r=vingtetun,froystig] 2010-01-14 13:35:08 -08:00
Mark Finkle
07c5bf2817 Bug 539481 - tile.cache.size default should be set every time Fennec loads [r=dougt r=stechz] 2010-01-14 16:08:40 -05:00
Vivien Nicolas
dc71458f25 Bug 539444 - [Regression] Refreshing google.com when zoomed and scrolled to the right, messed up the rendering [r=mfinkle r=stechz] 2010-01-14 15:44:28 -05:00
Benjamin Stover
0e0db2623d Bug 539493 - Always pause rendering during drag [r=mfinkle] 2010-01-13 12:30:08 -08:00
Benjamin Stover
61b4fa76bf Bug 538619 - Fennec Crashes on N900 when Lycos Mail is browsed. [r=dougt,mfinkle] 2010-01-13 10:23:39 -08:00
Benjamin Stover
93b1695914 Bug 538571 - checkerboard appears after slow pan [r=stuart,vingtetun,froystig] 2010-01-12 10:10:17 -08:00
Vivien Nicolas
6d5c2f50f7 bug 537694. don't snap to the top of the page. r=stechz/stuart 2010-01-11 03:11:20 -08:00
Brad Lassey
fcb11b12e6 bug 537660 - fennec takes too long to respond to zoom command r=mfinkle,stechz,froystig 2010-01-11 15:43:47 -05:00
Doug Turner
26ccee8378 Bug 537742 - disable plugins by default on the n810 2010-01-09 20:06:30 -08:00
Vivien Nicolas
4cb0ffcd19 Bug 537615: impossible to position cursor in text field (avoid consuming clicks on form elements that are already focused), r=mfinkle/gavin 2010-01-08 19:18:12 -05:00
Doug Turner
e3e71bcec7 Bug 537742 - disable plugins by default on the n810. r=mfinkle 2010-01-05 15:12:04 -08:00
Mark Finkle
ea40f7b6bb Bug 500280 - clicking the preferences button takes a few seconds to switch screens [r=gavin.sharp] 2009-12-17 17:35:48 -05:00
Gavin Sharp
b04db3668e Tweak progressListener comments (bug 535596) 2009-12-17 15:33:27 -05:00
Mark Finkle
5bd3e03548 Bug 535596 - Filter the types of webprogress notifications [r=gavin.sharp] 2009-12-17 14:16:29 -05:00
Stuart Parmenter
e2e7ef16ce bug 534737. move scrollContentToTop back to onLocationChange. r=mfinkle 2009-12-15 12:38:44 -08:00
Stuart Parmenter
a0b0a0a39e bug 534681. fix checkerboarding problems r=mfinkle 2009-12-15 11:59:01 -08:00
Vivien Nicolas
98d31705e7 Bug 533764 - Go button doesn't show up on startup [r=mark.finkle] 2009-12-15 15:39:30 -05:00
Mark Finkle
9e87bc8e47 Bug 534579 - Tab thumbnail takes 1/2 a second longer to disappear after tab close [r=stuart] 2009-12-15 15:37:02 -05:00
Stuart Parmenter
e2423e1366 bug 534662. Fix some trace aborts. r=gavin 2009-12-15 09:40:19 -08:00
Doug Turner
66eb50e1a2 Differences between the patch in 533502 and what was pushed. r=mfinkle 2009-12-13 21:51:11 -08:00
Benjamin Stover
59d106423a Bug 501566 - It takes way too long to highlight a selected link [r=mfinkle] 2009-12-11 11:41:28 -08:00
Vivien Nicolas
6cdc747042 Bug 528406 - XUL files opened via Browser.addTab do not display [r=stechz] 2009-12-11 11:35:42 -08:00
Benjamin Stover
96c3a81d15 Bug 531897 - plugins in iframes do not work. r=dougt 2009-12-11 10:39:59 -08:00
Benjamin Stover
39763a2ce2 Bug 533989 - center page when doing incremental zoom [r=mfinkle] 2009-12-10 11:00:46 -08:00
Benjamin Stover
cc4583b12b Bug 533502 - Idle crawler is too aggressive [r=mfinkle] 2009-12-10 10:17:39 -08:00
Benjamin Stover
9214993b17 Bug 496644 - when going back or forward, use the last pan x, y offsets [r=vingtetun] 2009-12-10 09:55:27 -08:00
Vivien Nicolas
6f0298bbd5 Bug 524501 - Form UI doesn't go to Search Mail or Search the Web buttons in Gmail [r=mark.finkle] 2009-12-09 03:03:04 -05:00
Benjamin Stover
42be263e92 Bug 532442 - unable to zoom [r=mfinkle] 2009-12-08 09:28:01 -08:00
Brad Lassey
dc41e8936b Bug 533367 - don't translate phone numbers [r=stuart] 2009-12-07 22:19:54 -05:00
Benjamin Stover
c13a9ac5cb Bug 530835 - Flash: Chrome UI shows up on background of flash videos [r=gavin.sharp] 2009-12-04 12:03:56 -08:00
Mark Finkle
4987dae331 Bug 531071 - bypass the awesomescreen when the browser is being opened for specific page [r=gavin.sharp] 2009-12-03 13:46:35 -05:00
Fabrice Desré
c3a133bf89 Bug 511432 - Handle panning inside overflow:auto elements (Google Reader) [r=mark.finkle] 2009-12-02 14:53:44 -05:00
Mark Finkle
794467d7db Bug 532120: Download Pop-Up Dialog does not block accessing content [r=gavin.sharp] 2009-12-02 00:28:43 -05:00
Mark Finkle
e5ff2665a4 Bug 532137: [Regression] Panning in scrollable content areas first pans the entire content document [r=stechz r=combee] 2009-12-01 21:22:10 -05:00
Benjamin Stover
13874dc49a Bug 531871 - Clipping problem with some flash [r=mfinkle] 2009-12-01 10:49:53 -08:00
Mark Finkle
bc97856d83 Bug 515878: refreshing page scrolls to the top (partial revert) [r=gavin] 2009-11-30 15:52:25 -05:00
Vivien Nicolas
48193c532f Bug 515878: refreshing page scrolls to the top [r=mark.finkle] 2009-11-30 15:19:24 -05:00
Fabrice Desré
95b9c14fdf Bug 460678: make it possible to scroll content-area XUL widgets [r=mark.finkle] 2009-11-30 13:25:06 -05:00
Vivien Nicolas
76a81364cb Bug 507391: noscript addon causes select box rendering to fail in fennec [r=mark.finkle] 2009-11-28 00:37:01 -05:00
Mark Finkle
7da7dc3597 Bug 531105: Fennec gets focus after page load is complete while user has switched to another app/desktop on N900 [r=gavin.sharp] 2009-11-27 19:18:45 -05:00
Benjamin Stover
7d8248edbc Bug 530887 Some web pages do not zoom to fit page on window resize [r=mfinkle] [r=vingtetun] 2009-11-25 11:07:00 -08:00
Benjamin Stover
61cec97594 Bug 526904 - Tabs loading in background are not pannable 2009-11-24 13:59:35 -08:00
Vivian Nicolas
9a13f1ae48 Bug 518642 - zoom level is reset when softkb is displayed 2009-11-24 11:44:05 -08:00
Mark Finkle
8e8b5eb43f Bustage fix 2009-11-24 14:27:42 -05:00
Mark Finkle
e0982c8b27 Bug 530013: Fennec should take steps to auto-connect network connections [r=gavin.sharp] 2009-11-24 13:23:41 -05:00
Benjamin Stover
5f5e50edff Bug 529098: Inform embedded Flash objects where to render [r=mark.finkle] 2009-11-24 02:46:01 -05:00
Vivien Nicolas
827f9fb24c Bug 527986: new tabs open with partial thumbnail of old tab [r=gavin.sharp] 2009-11-22 23:27:31 -05:00
Mark Finkle
594957691c Bug 528279: Portion of larry ui shown when adding a search engine [r=vingtetun] 2009-11-20 23:41:58 -05:00
Gavin Sharp
ffc1745cbc Bug 529935: add infrastructure for memoizing getters for commonly referenced elements (and add one for the browser stringbundle), r=mfinkle 2009-11-19 16:40:13 -05:00
Gavin Sharp
81865d642e Bug 523740: only show about:firstrun on real "first runs", show autocomplete popup otherwise, r=mfinkle 2009-11-13 14:36:39 -05:00
Fabrice Desré
6903b51003 Bug 526667: importDialog() doesn't clean up empty text nodes [r=mark.finkle] 2009-11-12 23:51:29 -05:00
Benjamin Stover
60a49afb27 Bug 528323: Improve zooming perf and fix zoom for some sites [r=mark.finkle] 2009-11-12 23:41:45 -05:00
Benjamin Stover
04142b0d04 Bug 500280: clicking the preferences button takes a few seconds to switch screens [r=mark.finkle] 2009-11-12 14:14:57 -05:00
Vivien Nicolas
95ed3d13bb Bug 524495: Chrome buttons do not always recognize tapping [r=mark.finkle r=webapps] 2009-11-10 10:48:37 -05:00
Gavin Sharp
84b80dc42b Add try/catch here required by the behavior change in bug 524995 (enabling/disabling plugins is broken), r=mfinkle 2009-11-04 11:59:14 -05:00
Brad Lassey
b4a0c50a6b Bug 436083: Viewport meta tag [r=mark.finkle r=gavin.sharp] 2009-11-03 16:20:03 -05:00
Roy Frostig
b7356d7df4 Bug 480958. Update viewport dimensions as per MozScrolledAreaChanged. r=mfinkle 2009-09-08 15:02:49 -07:00
Gavin Sharp
d628e4b284 Bug 525088: clean up getZoomForPage and consolidate code, r=blassey 2009-10-29 00:37:58 -04:00