Commit Graph

615 Commits

Author SHA1 Message Date
Stuart Parmenter
82da877e29 merge from m-b 2009-08-05 06:27:24 -07:00
Stuart Parmenter
109172921f Initial pass at getting sidebars scrolling 2009-08-04 16:13:28 -07:00
Roy Frostig
ae729ba550 Fix elementFromPoint module nsDocument::ElementFromPointHelper bug that will be fixed shortly. 2009-08-04 16:40:39 -07:00
Roy Frostig
7a2db6205e Fix content anchor clicks. 2009-08-03 20:32:17 -07:00
Roy Frostig
f581e94022 Some debug dump stuff. 2009-08-03 09:44:17 -07:00
Roy Frostig
2b413522d0 Implemented double click in browser view container do zoom to and from element.
Added Browser::forceChromeReflow() with a reflow-forcing hack thanks to dbaron.
Added BrowserView::forceContainerResize() to resize the browser view container even if in the middle of a batch operation.
2009-07-31 15:32:48 -07:00
Roy Frostig
8405c7c2ae Fixed Makefile.in WinNT/CE preprocessing command.
Tile manager macros done in BEGIN, END form.
Tile manager macros put to better use.  Small optimizations on begin and endCriticalRect.
Fixed tile pool sorting and eviction so that no extra evict guard is needed on every FORCREATE.
Fixed assorted small bugs throughout (maybe introduced some new ones ;p).
Added sweet sweet tilecache debug to browser.js.
2009-07-30 17:31:09 -07:00
Mark Finkle
dacc296201 Bug 502065: resize fennec when software keyboard is displayed, r=gavin 2009-07-30 16:41:04 -04:00
Roy Frostig
5f8fc47b99 Fix initing of zoomLevel to NaN during slow page load. 2009-07-29 15:44:41 -07:00
Roy Frostig
352c623ef1 Some cleanup plus some new messup that reveals more about the content click bug. 2009-07-29 13:27:42 -07:00
Roy Frostig
bbdfa3da1f Makefile fix to preprocess JS with both gcc and MSVS (thanks mfinkle, bcombee).
Use macros instead of forEachIntersectingRect everywhere in TileManager.
Small kinetic fix: kill the timer if the KineticController's panBy callback throws an exception of any kind.
2009-07-29 12:51:24 -07:00
Roy Frostig
956ee4b869 Simplification of sidebar snap.
Cleanup of global functions in browser.js (debug functions are still global), plus added documentation on said functions.
2009-07-28 16:14:57 -07:00
Roy Frostig
2d1122a4e5 Brought back scroll-wheel zoom, and documented much of InputHandler.js 2009-07-28 11:29:04 -07:00
Roy Frostig
da24accdba Changes to KineticController to stop it from painting as it scrolls.
Added sidebar snapping.
More debug dumps for the content click redispatch bug.
2009-07-27 19:04:22 -07:00
Roy Frostig
fc082b052d And a merge! 2009-07-24 15:53:34 -07:00
Roy Frostig
2d7ff91b90 MouseModule almost done except for a nasty bug where content doesn't like our clicks. Everything is near working, though... 2009-07-24 15:51:16 -07:00
Roy Frostig
7ed50c3cdc Add bcombee's Kinetic changes and modify input handler to have a bit of different grab/ungrab mechanism (currently unused anyway) and invent MouseModule. 2009-07-23 18:34:13 -07:00
Stuart Parmenter
445fdf54b7 merge 2009-07-22 06:21:11 -07:00
Stuart Parmenter
b7db120e94 fix up network loading bugs 2009-07-22 06:12:02 -07:00
Roy Frostig
570a462fa2 Fixes and finishes to new custom scrollbox dragger
Commented out the creation of a ContentPanningModule in InputHandler constructor
Commented out TileManager preprocessor macro since our preprocessor can't handle it (I can has C preprocessor plz?)
2009-07-21 12:28:30 -07:00
Ben Combee
e1f698e981 Bug 500835: Kinetic scrolling doesn't stop on page change, r=mfinkle 2009-07-21 11:28:29 -04:00
Roy Frostig
636f0fee9e ForEach macro definition and Dragger input code. 2009-07-20 18:32:52 -07:00
Stuart Parmenter
f7da5a4cfd clean up various code, improve getting of the visible rect, add the checkerboard back in 2009-07-20 13:48:26 -07:00
Mark Finkle
d4dc23f0d6 Bug 505033: Only show close button when in fullscreen mode, r=gavin 2009-07-20 16:22:22 -04:00
Stuart Parmenter
39964ffb19 use pause/resume rendering when panning, resize/repaint immediately when page is done loading, misc other fixes. 2009-07-18 02:59:24 -07:00
Stuart Parmenter
31058bc7ab hook up basic panning 2009-07-18 01:16:04 -07:00
Stuart Parmenter
1004e47063 Fennec + TileManager 2009-07-17 16:17:57 -07:00
Mark Finkle
0db40f3b0c Bug 501009: Download Dialog 'Open' button should be dimmed if no registered handler, r=tonikitoo 2009-07-16 15:57:39 -04:00
Vivien Nicolas
b9c535970b Bug 500427 - 1px left above the findbar, r=mfinkle 2009-07-02 11:57:21 -04:00
Vivien Nicolas
8798aa82bd Bug 500480: unable to install add-ons extensions, r=mfinkle 2009-07-01 12:50:20 -04:00
Vivien Nicolas
a83bd89c04 Bug 500012: Extension pages visited through Extension panel are loaded with right panel in view, r=mfinkle 2009-06-30 14:43:45 -04:00
Ben Combee
6de08cb865 Bug 500693 - "Several source files are missing semicolons as line terminators" [r=mark.finkle] 2009-06-29 14:33:05 -04:00
Hiroyuki Ikezoe
14568764ef Bug 499601: A lot of 'leaked URLs' when Fennec is finished, r=mfinkle 2009-06-25 01:37:31 -04:00
Mark Finkle
58732d47b3 Bug 472426: listbox is rendered outside the fennec window, r=gavin 2009-06-24 12:42:53 -04:00
Vivien Nicolas
b232bc5361 Bug 470989: properly freeze/unfreeze the main toolbar to avoid checkerboard artifacts when panning while panels are open, r=mfinkle/gavin 2009-06-19 17:25:42 -04:00
Mark Finkle
82624b0fa2 Bug 498494: _networkStop is busted (simple fix), r=combee 2009-06-16 17:04:48 -04:00
Vivien Nicolas
52dfa4a585 Bug 495535: titlebar should be visible after app launch, r=mfinkle 2009-06-16 16:35:48 -04:00
SHIMODA Hiroshi
d06e7d9429 Bug 476703: When switching tabs, use last pan x,y offsets, r=mfinkle 2009-06-16 01:31:15 -04:00
Nino D'Aversa
e063bb0c5e Bug 492883: Add JavaScript error console to Fennec, r=mfinkle 2009-06-09 13:55:14 -04:00
Mark Finkle
166b678d88 Bug 489433: larry UI is cut off in portrait mode, r=gavin 2009-06-08 14:09:18 -04:00
Mark Finkle
0ce9ab323e Bug 475678: content absolutely positioned at bottom of page shouldn't require scrolling, r=stuart, r=combee 2009-06-04 10:57:56 -04:00
Mark Finkle
60c4f4d658 Bug 494551: Use images for buttons in main chrome UI (widget part), r=gavin 2009-05-29 01:58:30 -04:00
Vivien Nicolas
5f1bda47c8 Bug 470441: Can't switch tabs between website and about:config, r=mfinkle 2009-05-28 11:52:26 -04:00
Hiroyuki Ikezoe
79ebeb2e0e Bug 494973: Should remove installListener, r=mfinkle 2009-05-26 21:46:44 -04:00
Hiroyuki Ikezoe
2ae98c8c56 Bug 494836: Remove controllers and stop assertions, r=mfinkle 2009-05-25 23:38:03 -04:00
Mark Finkle
5fcd41fc45 489686: Fix breakage and Ts regression from bug 474492, r=gavin 2009-05-22 17:21:20 -04:00
Brad Lassey
ebb18063ad bug 492065 - switching tabs leaves some of the previous tab on the screen r=stuart 2009-05-08 15:07:30 -04:00
Mark Finkle
e85c14d753 Bug 479808: Save As dialog is oversized and ugly, r=blassey 2009-05-07 00:44:22 -04:00
Mark Finkle
ad4fed76ae Bug 36074: Make Find bar resize-aware, part of the satck and not use a panel to display, r=bcombee 2009-05-04 00:47:07 -04:00
Mark Finkle
d799ef46ae Bug 490168: isTabContentWindow has bad implementation, r=gavin 2009-04-27 14:49:19 -04:00
Mark Finkle
89c23bcc7a Bug 486299: 'Back' button should be dimmed after clearing cache, r=gavin 2009-04-22 20:47:02 -04:00
Mark Finkle
bef773ce87 Bug 489510: Fix urlbar breakage, r=bcombee 2009-04-22 16:45:51 -04:00
Mark Finkle
6fb35cb03b Bug 474492: Update the downloads manager UI, r=gavin 2009-04-22 10:59:52 -04:00
Ben Combee
ac53466a44 Bug 486241: InputHandler should use cached nsIDOMWindowUtils from Browser, r=tglek 2009-04-17 17:10:06 -04:00
Ben Combee
99a9fff2e3 Bug 488236: Titlebar inconsistently shown after using bookmark button or tapping on tab, r=mfinkle 2009-04-17 10:41:44 -04:00
Mark Finkle
58faa9a12b Bug 479279: Fennec should have a system for browser-level notifications, r=gavin 2009-04-09 01:13:16 -04:00
Taras Glek
5b1c6a1e0b Bug 486137: less xpconnect stuff in browser[-ui].js r=mfinkle 2009-03-31 11:45:24 -07:00
Taras Glek
7826863de8 Bug 486136: Reduce painting during startup r=mfinkle 2009-03-31 11:38:34 -07:00
Mark Finkle
2b9b851a63 Bug 485556: Tab thumbnail on startup is black, r=tglek 2009-03-27 13:26:57 -05:00
Mark Finkle
7186548ff5 Bug 480894: CanvasBrowser._drawInterval is never shut off when loading page via cmdline, r=gavin r=tglek 2009-03-27 11:57:20 -05:00
Mark Finkle
748a7b9c6b fix spelling mistake in comments 2009-03-19 22:36:02 -05:00
Mark Finkle
f61ecfeb41 Bug 484130: Extensions don't load as expected, r=gavin 2009-03-19 22:31:08 -05:00
Mark Finkle
a01fc3c92e Bug 483736: switch to 'let' instead of 'const' for Cc, Ci and Cu, r=gavin 2009-03-16 23:27:29 -05:00
Taras Glek
44ef67e0c0 bug 482703 - misc optimizations r=stuart+vlad 2009-03-15 16:58:37 -07:00
Taras Glek
5c7e9e9a34 bug Bug 480761: avoid accidentally calling endLoading too early on startup, reduces drawing to a single drawWindow. r=mfinkle 2009-03-06 11:36:23 -08:00
Mark Finkle
9630579322 Bug 481567: Difficult to read text on sites like google reader, r=stuart 2009-03-06 00:42:39 -05:00
Gavin Sharp
aa7c3956cb Bug 481752: remove broken plugin-disabling code (re-enable plugins by default), r=stuart 2009-03-05 21:45:52 -05:00
Taras Glek
d9e6a31504 Bug 481515 - Draw a nicer tab preview r=stuart 2009-03-04 16:51:32 -08:00
Taras Glek
90da42d686 Bug 480761: resizing window while panned to the left doesn't redraw previously offscreen area r=gavin 2009-03-03 15:10:24 -08:00
Mark Finkle
c40d692ba6 Bug 477653: sizemode=maximized causes multiple resize events, r=gavin 2009-03-03 14:20:00 -05:00
Gavin Sharp
9e5b49aa6a bug 477105: second part of zoom responsiveness r=taras 2009-02-27 14:04:43 -08:00
Taras Glek
2ce7bbbfe9 Bug 480038: less setViewportSize, r=mfinkle 2009-02-26 12:50:00 -05:00
Mark Finkle
d9b8bd12be Bug 476672: Selecting current tab doesn't close the tab area, r=gavin 2009-02-10 16:52:23 -05:00
Gavin Sharp
47188504d9 Bug 477468: rework widgetstack pan handling to better support window resizes, r=vlad 2009-02-10 01:39:41 -05:00
Mark Finkle
0c63845ce2 Bug 476186: Ts regression on 2009-01-28, r=gavin 2009-02-06 02:35:29 -05:00
Gavin Sharp
62b48b4f47 Bug 474804: improve Fennec UI window resize handling by making sure to resize chrome widgets properly, and by fixing some of the bugs caused by not properly updating the rects tracked by the WidgetStack, r=vlad 2009-02-04 18:03:36 -05:00
Mark Finkle
914d846735 Bug 476915: Cursor not in URLBar after adding a new tab, r=gavin 2009-02-04 15:53:59 -05:00
Gavin Sharp
b2c24752a9 Bug 476693: Fix default larry behavior since we don't call onSecurityChange for about:firstrun, r=mfinkle 2009-02-04 15:18:43 -05:00
Mark Finkle
f75fea5152 Bug 476714: Closing the selected tab results in errors, r=gavin 2009-02-03 21:37:10 -05:00
Taras Glek
66c6526e73 Bug 473647: speed up resizing r=mfinkle 2009-01-16 14:54:59 -08:00
Anton Rogaynis
722ae03f15 Bug 472735: optimize about:blank onlocationchange (breakage fix), r=mfinkle 2009-01-16 11:07:08 -05:00
Taras Glek
9a5b56bbf1 Bug 472745 - less zoomToPage on startup r=stuart 2009-01-15 14:18:36 -08:00
Taras Glek
835310100d Bug 472735: 0 setURI calls on startup r=mfinkle 2009-01-14 16:13:27 -08:00
Taras Glek
e56bb0a5f5 bug 472735: optimize about:blank onlocationchange r=gavin 2009-01-13 14:05:03 -08:00
Taras Glek
b54616eab9 Bug 472876 - remove setupGeolocation from browser.js r=dougt 2009-01-09 13:22:20 -08:00
Mark Finkle
0ed38b6178 Bug 468880: Change Browser.newTab to take a URI, r=gavin 2009-01-09 01:51:13 -05:00
Gavin Sharp
77febd05d6 Bug 466280: fix WidgetStack to support resizes, and use that support to enable panning the full range of content at smaller-than-default window sizes, r=vlad/stuart 2008-12-19 18:04:16 -05:00
Gavin Sharp
5957151874 Bug 470477: make sure to always redraw when switching tabs, r=stuart 2008-12-19 16:54:11 -05:00
Mark Finkle
78ec9d049e Bug 470288: Toolbar overlays content after page loads, r=gavin 2008-12-18 17:36:59 -05:00
Gavin Sharp
e6da3d4781 Bug 468870: re-enable Spatial Navigation, r=mfinkle 2008-12-10 10:50:12 -08:00
Gavin Sharp
b5f634023a Bug 449517: clean up Browser API (replace Browser.content with Browser.canvasBrowser, change canvas element ID to be less generic), r=mfinkle 2008-12-09 13:43:20 -08:00
Gavin Sharp
9f179d6ad0 Bug 466717: reimplement nsIAutocompletePopup to avoid using a <panel> for the autocomplete popup, r=mfinkle 2008-12-09 10:38:31 -08:00
Gavin Sharp
9c9dc143ef Followup to fix bustage from revision 5e0434efb89e for bug 460330, r=stuart 2008-12-04 14:16:52 -05:00
Mark Finkle
e46840ebd4 Bug 460330: Larry UI not updated when switching tabs, r=gavin 2008-12-02 16:07:33 -05:00
Gavin Sharp
8048fc41c4 Tabs be gone 2008-11-23 00:50:28 -05:00
Mark Finkle
9a49ca3939 Bug 462425: Convert Fennec to use WidgetStack framework for panning, r=stuart 2008-11-22 00:12:25 -05:00
Stuart Parmenter
760554ba4c fix comments 2008-11-05 17:34:55 -08:00
Stuart Parmenter
2b53ceffaa bug 463291. speed up translatePhoneNumbers by reducing the number of text nodes we have to run regexes on. r=gavin 2008-11-05 17:28:35 -08:00
Taras Glek
6801302bea bug 463322: use drawImage instead of drawWindow for tab thumbnail r=stuart 2008-11-05 17:20:31 -08:00
Daniel Brooks
7f7697836f add a missing exclamation mark. r=vlad 2008-10-06 14:30:55 -05:00
Gavin Sharp
9c8742eef7 Comment typo fix 2008-10-04 03:52:16 -04:00
Stuart Parmenter
3971d31b20 bug 458489. Avoid doing unnecessary work when iframes finish loading
when we only care about the main document. r=gavin
2008-10-04 00:29:08 -07:00
Mark Finkle
293301abc2 Bug 454869: Geolocation UI strings have a typo, r=gavin 2008-10-01 15:36:38 -05:00
Daniel Brooks
4f7f0fd842 bug 457781 — Plugin disabling in Addons Manager does not stick: change the name of the (hopefully temporary) pref 2008-09-30 10:01:27 -05:00
Daniel Brooks
50ac1f1cbc bug 457781 — Plugin disabling in Addons Manager does not stick: catch the first run of fennec and disable all plugins so that new users won't see the crashyness 2008-09-30 08:23:18 -05:00
Gavin Sharp
6266680ff8 Bug 452274: make spatial nav pan the content, r=mfinkle 2008-09-29 12:35:08 -04:00
Daniel Brooks
7045cdfce2 bug 441794 — User configurable keyboard shortcuts: address further review comments, and fix a js error and warning 2008-09-27 00:34:27 -05:00
Daniel Brooks
a6af066b2d bug 436077 - Preferences: merge 2008-09-24 16:11:01 -05:00
Neil Deakin
cda1c261b7 Bug 456083, open new windows in tabs 2008-09-24 12:14:06 -04:00
Mark Finkle
87bd389cdc Bug 456487: Canceled changes to 'Folder' field are applied, r=gavin 2008-09-23 23:18:10 -05:00
Daniel Brooks
44949c68da merge for bug 436077 2008-09-23 10:30:05 -05:00
Daniel Brooks
81bf0ac357 bug 436077 - Preferences, implement a pref that turns plugins on or off 2008-09-23 10:19:11 -05:00
Gavin Sharp
93b7726815 Bug 456393: disable plugins, r=mfinkle 2008-09-22 14:17:46 -04:00
Stuart Parmenter
72eecfb362 bug 450930. only redraw when necessary (get rid of 100ms timer redraws.) r=gavin 2008-09-18 11:07:16 -07:00
Mark Finkle
792fb374fe b=452069, r=gavin. Off-screen UI should slide into view when apnned 2008-09-10 19:38:02 -05:00
Johnathan Nightingale
0648bd5ead Fennec should implement firefox-style security error ui. b=437372 r=enndeakin 2008-09-09 11:52:21 -04:00
Neil Deakin
0ed3fca05d Bug 446672, improve appearance of notification bars so all buttons are visible, r=gavin 2008-09-07 08:12:05 -04:00
Mark Finkle
099969f660 b=448080, p=enn & mfinkle, r=gavin. switching between tabs fails to update parts UI 2008-08-20 02:09:22 -04:00
Mark Finkle
67deec0628 b=437959, r=gavin. View, install and remove add-ons 2008-08-19 22:18:36 -04:00
Justin Dolske
dad9e64f8f Bug 436054 – Password Manager (for Fennec). r=gavin 2008-08-18 12:59:14 -07:00
Doug Turner
6029d90d62 bug 448174 changed how SpatialNavigation is initalized. This changeset updates browser.js to use the new style. 2008-08-05 15:49:41 -07:00
Mark Finkle
114ba2edcc b=449266, r=gavin. browser.js cleanup 2008-08-05 16:19:22 -04:00
Gavin Sharp
ff49cfb696 Bug 448350: fix 'undeclared variable' warning 2008-07-29 17:24:16 -07:00
Daniel Brooks
c159d7a269 merge commit for bug 440797 2008-07-25 18:44:05 -05:00
Daniel Brooks
48d2b5514f Bug 440797 – don't harcode Fennec in browser.js 2008-07-25 18:38:17 -05:00
"Brad Lassey"
026bd6f6a6 Bug 437956 - Linkify phone numbers r=mfinkle 2008-07-25 19:27:31 -04:00
Mark Finkle
19a87469ad b=446673, r=gavin. Sidebar never goes away 2008-07-25 14:10:35 -04:00
Johnathan Nightingale
ff97013d35 Bug 447843 - remove duplicated pref service r=gavin 2008-07-24 15:48:40 -04:00
Neil Deakin
0678db9252 Bug 436064, support multiple documents with a tab navigation bar, r=gavin 2008-07-24 14:50:32 -04:00
Gavin Sharp
cf75a75663 Fix missing variable declaration and CSS typo 2008-07-22 09:38:26 -04:00
Mark Finkle
c410380ecd b=445993, r=gavin. followup to remove unneeded setTimeout 2008-07-21 17:12:47 -04:00
Mark Finkle
3b50f8427c b=445993, r=gavin. target=_blank doesn't load the URL 2008-07-21 17:00:55 -04:00
dougt@dougt-ubuntu
f3feee5ba7 Geolocation UI. Bug 444665. r=mfinkle 2008-07-16 17:07:43 -07:00
Neil Deakin
e62b36e943 Bug 431842, support autocomplete list and findbar, r=gavin
--HG--
rename : mobile/chrome/content/deckbrowser.css => mobile/chrome/content/browser.css
2008-07-16 17:41:38 +02:00
Gavin Sharp
8c79cc2ac3 Bug 436079: zoom pages to fit the display area width, r=stuart 2008-07-16 15:37:28 +02:00
Mark Finkle
2e41e7481f b=445493, r=gavin. Hide sidebar controls when overpanning left 2008-07-16 09:19:55 -04:00
Mark Finkle
1ed6fdc0d8 b=444418, r=gavin. Use overpan event to show sidebar controls 2008-07-11 23:09:35 -04:00
Johnathan Nightingale
6cfb3be360 Add popup blocker UI. b=436057 r=mfinkle 2008-07-11 14:51:28 -04:00
Mark Finkle
81ef3850d9 b=444504, r=gavin. Add notificationbox support 2008-07-10 10:24:48 -04:00
Doug Turner
05d7cc8b40 Bug 444373 renamed spatial-navigation to SpatialNavigation 2008-07-09 11:33:03 -07:00
Doug Turner
f9f4181c71 Enabling spatial navigation in Fennec. b=443009, r=mfinkle 2008-07-09 10:33:40 -07:00
Mark Finkle
e9f64d30a6 b=444218, r=gavin. Show/Hide the side navigation controls 2008-07-08 21:24:49 -04:00
Mark Finkle
7cf5fbf00f b=436068, r=gavin. Add new navigation UI 2008-07-04 02:16:46 -04:00
Gavin Sharp
7625c0b351 Bug 441589: refresh the display periodically to make it possible to use forms, see DHTML effects, etc., r=mfinkle 2008-06-24 21:18:16 -04:00
Gavin Sharp
75a23f05e9 Bug 431843: removal of the deckpage/tab support (r=mfinkle) and re-implementation of panning/zooming using canvas & hidden browser (based on PoC from stuart, r=stuart) 2008-06-21 14:51:41 -04:00
johnath@gavin-pc-ubuntu
a9426e3aef Initial port of identity UI to Fennec. b=437955 r=gavin 2008-06-20 17:01:42 -04:00
Gavin Sharp
4b8881d655 Bug 439452 followup (change deb installed description)
--HG--
branch : mobile
2008-06-16 12:56:51 -04:00
Gavin Sharp
a71e8d6552 Bug 439452: Fennec, not Firefox
--HG--
branch : mobile
2008-06-16 12:43:15 -04:00
dougt@dougt-ubuntu
a54108332e clear the total momentum on ever new pan
--HG--
branch : mobile
2008-05-23 09:57:47 -07:00
dougt@dougt-ubuntu
9c40969f94 ws cleanup
--HG--
branch : mobile
2008-05-22 15:12:08 -07:00
mark.finkle@gmail.com
5c4c6e6859 b=435244 – Add initial support for zooming. Animation is disabled.
--HG--
branch : mobile
2008-05-22 16:46:20 -04:00
dougt@dougt-ubuntu
ef0fa25066 kinetic scrolling should base its speed on more than just the last event
--HG--
branch : mobile
2008-05-22 10:52:42 -07:00
mark.finkle@gmail.com
197abf58e4 Swicth to bubbling mouse events
--HG--
branch : mobile
2008-05-21 15:12:08 -04:00
mark.finkle@gmail.com
6a4759e1dd Moved startPan() call into mousemove so it doesn't conflict with double-click
Minor cleanup getting ready for some zoom patches

--HG--
branch : mobile
2008-05-21 15:11:07 -04:00
dougt@dougt-ubuntu
6e3b84de50 use bubble, not capture, on mousedown so that sites can get mouse events
--HG--
branch : mobile
2008-05-21 11:48:03 -07:00
dougt@dougt-ubuntu
6f4c4fea0e removing unneed variables, commenting out dump, adding HTMLAnchorElements as another element we should ignore if the mouse is pressed down on them.
--HG--
branch : mobile
2008-05-21 11:42:28 -07:00
Gavin Sharp
a6e969eb41 Bug 434573: fixup URIs displayed in the URL bar (avoid wyciwyg://), r=mfinkle
--HG--
branch : mobile
2008-05-20 15:14:19 -04:00
dougt@dougt-ubuntu
c3686c7e35 bug 434675. basic kinetic scrolling
--HG--
branch : mobile
2008-05-20 10:37:59 -07:00
mark.finkle@gmail.com
5931a7d8b6 b=433578 - make panning work better.
--HG--
branch : mobile
2008-05-18 02:35:30 -04:00
Brad Lassey
3276c34959 fixing bug #432647, r=mfinkle
--HG--
branch : mobile
2008-05-13 17:39:17 -04:00
mfinkle@mozilla.com
81a9f93d09 Switched to proposal 6 UI
changed browser.sessionhistory.max_entries to 50

--HG--
branch : mobile
2008-05-09 17:56:14 -05:00
mfinkle@mozilla.com
167270b26f Better canvas panning
Added canvas updating during the pan
Removed deckbrowser.loadURI

--HG--
branch : mobile
2008-05-08 17:59:16 -05:00
mfinkle@mozilla.com
c481b58516 initial canvas panning
--HG--
branch : mobile
extra : convert_revision : svn%3A4eb1ac78-321c-0410-a911-ec516a8615a5/projects/fennec/mobile%4012843
2008-05-06 14:56:21 +00:00
mfinkle@mozilla.com
5c5e5c8577 broke browser.js apart into overlays
added basic support for proposal 8
started to add support for proposal 6 download UI
original proposal 6 code is still buildable too

--HG--
branch : mobile
extra : convert_revision : svn%3A4eb1ac78-321c-0410-a911-ec516a8615a5/projects/fennec/mobile%4012789
2008-05-02 20:15:45 +00:00
mfinkle@mozilla.com
4a7af77213 buildable mobile browser
--HG--
branch : mobile
extra : convert_revision : svn%3A4eb1ac78-321c-0410-a911-ec516a8615a5/projects/fennec/mobile%4012383
2008-04-18 13:41:49 +00:00