Commit Graph

734 Commits

Author SHA1 Message Date
Roy Frostig
feea08b89e Content click bug fixed. Fennec content window now receives clicks! 2009-07-29 14:01:54 -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
Vivien Nicolas
3bcca714c7 Bug 479111: investigate notification bar color scheme [r=mark.finkle] 2009-07-29 15:24:32 -04:00
Ben Combee
e0ea670fd5 Bug 458741: need to be able to scroll subframes (e.g. iframe), r=mfinkle 2009-07-29 04:04:24 -04:00
Vivien Nicolas
04be79939e Bug 502745: SelectHelper should scroll the first selected element into view, r=mfinkle 2009-07-28 23:36:00 -04:00
kantha kanchiraju
38f70ab2a3 Bug 507000: Hardware Key mapping for volume Up/Down getting overridden (wince) [r=mark.finkle] 2009-07-28 19:55:53 -04: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
Vivien Nicolas
6cbf0fedf5 Add URL to help disambiguate location bar autocomplete entries, also add favicon and 'tagged' indication, r=gavin 2009-07-28 18:49:09 -04:00
Roy Frostig
cf4b2d9f11 More doc and cleanup of InputHandler.js 2009-07-28 15:15:08 -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
24cf5e5417 fix some js errors 2009-07-23 18:40:22 -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
Gavin Sharp
bd0c34482e Fix comment typo 2009-07-23 12:01:46 -04:00
Ben Combee
2d5c275143 Bug 504673: Page doesn't redraw when entering text into field [r=mark.finkle] 2009-07-22 15:17:16 -04: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
Gavin Sharp
00d0a8c725 Bug 500710: double clicking in the url bar should select all, r=vingtetun 2009-07-21 20:05:01 -04:00
Roy Frostig
1b940abdeb Preprocess TileManager.js.in to TileManager.js
--HG--
rename : mobile/chrome/content/TileManager.js => mobile/chrome/content/TileManager.js.in
2009-07-21 16:23:19 -07:00
Roy Frostig
d1604a6d70 Not a real change, but about to experiment with some preprocessor Makefile magic. 2009-07-21 15:32:53 -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
07d091663e adding Util.js to the script 2009-07-17 20:12:10 -07:00
Roy Frostig
93763bc1c4 Added Util with deprecated and new (ws)Rect 2009-07-17 20:08:47 -07:00
Roy Frostig
c751721781 post merge fun 2009-07-17 20:05:07 -07:00
Roy Frostig
1b5d678982 merge with stuart 2009-07-17 19:30:57 -07:00
Roy Frostig
00ca6f826b [mq]: tileman 2009-07-17 17:14:49 -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
Gavin Sharp
a7de943c6e Bug 504352: handle DOMWindowClose so that window.close() within a tab closes the tab, rather than the entire window, r=mfinkle 2009-07-16 11:45:50 -04:00
Mark Finkle
0d8df301c3 Bug 500695: Clicking on the top and bottom areas of the URLbar textfield does not highlight the text, r=bcombee 2009-07-14 10:16:23 -04:00
Roy Frostig
3de71cc1d1 [mq]: tilebase 2009-07-13 14:58:11 -07:00
Ben Combee
556f2e7845 Bug 503960: Two bindings for Ctrl+W in Fennec, r=mfinkle 2009-07-13 17:58:10 -04:00
Doug Turner
5b01da7044 Bug 503362 - Kinetic scrolling update. Using different algorithm to calculate final speed of scroll. r=mfinkle 2009-07-10 12:43:14 -07:00
Kantha Kanchiraju
ad6406f1a2 Bug 475356: Revise theme for smaller screens and lower resolutions (WinCE), r=mfinkle 2009-07-09 17:09:42 -04:00
Doug Turner
74bfdfb4fa [Bug 501766] switch from maximized to fullscreen on windows mobile. r=mfinkle 2009-07-08 09:48:09 -07:00
Mark Finkle
23c790aeb9 Bug 494194: button to close fullscreen screens, r=gavin 2009-07-08 10:55:07 -04:00
Mark Finkle
a47a971cbd Bug 501137: select widget needs to be careful not to append to existing content, r=gavin 2009-07-07 17:18:54 -04:00
Vivien Nicolas
f2a2bfa145 Bug 502828: mouseout is handle twice in InputHandler.js [r=combee] 2009-07-07 10:59:51 -04:00
Mark Finkle
8a5ad0faea Bug 500832: commas are replaced with spaces when adding tags to bookmarks, r=bcombee 2009-07-07 09:45:01 -04:00
Vivien Nicolas
c3c332b282 Bug 500208: select element should update label when script changes selection, r=mfinkle 2009-07-06 13:14:46 -04:00
Doug Turner
3773a50a88 Backing out 501766 2009-07-05 22:36:36 -07:00
Mark Finkle
f0f59161e0 Bug 502052: Bookmark 'star' button is not updated when switching tabs, r=bcombee 2009-07-05 12:22:09 -04:00
Mark Finkle
d76b3ba10a Bug 493635: long filenames cut off in download dialog, r=blassey 2009-07-02 17:49:00 -04:00
Vivien Nicolas
ad4f45639f Bug 502000: awesome bar result can be out of view [r=mark.finkle] 2009-07-02 14:49:08 -04:00
Vivien Nicolas
8bad5cbfbf Bug 501693: Remove unuseful box, r=mfinkle 2009-07-02 12:19:03 -04:00
Vivien Nicolas
b9c535970b Bug 500427 - 1px left above the findbar, r=mfinkle 2009-07-02 11:57:21 -04:00
Mark Finkle
9f7bf75e50 Bug 489996: Changing the top-level window name is confusing, r=gavin 2009-07-01 23:10:26 -04:00
Doug Turner
ed8eeb5932 [Bug 501766] switch from maximized to fullscreen on windows mobile. r=mfinkle 2009-07-01 14:28:16 -07:00
Ben Combee
4cac791fbc Bug 501135: pressing space in a checkbox should toggle it, r=mfinkle 2009-07-01 16:57:23 -04:00
Mark Finkle
3f07e0c089 500049: Refresh and cleanup images, r=stuart
--HG--
rename : mobile/themes/hildon/images/check-default-30.png => mobile/themes/hildon/images/check-30.png
rename : mobile/themes/hildon/images/tab-close.png => mobile/themes/hildon/images/close-30.png
rename : mobile/themes/hildon/images/go-default-30.png => mobile/themes/hildon/images/go-30.png
rename : mobile/themes/hildon/images/reload-default-30.png => mobile/themes/hildon/images/reload-30.png
rename : mobile/themes/hildon/images/star-default-30.png => mobile/themes/hildon/images/star-30.png
rename : mobile/themes/hildon/images/starred-default-64.png => mobile/themes/hildon/images/starred-64.png
rename : mobile/themes/hildon/images/stop-default-30.png => mobile/themes/hildon/images/stop-30.png
rename : mobile/themes/hildon/images/tag-default-30.png => mobile/themes/hildon/images/tag-30.png
rename : mobile/themes/wince/images/check-default-30.png => mobile/themes/wince/images/check-30.png
rename : mobile/themes/wince/images/tab-close.png => mobile/themes/wince/images/close-30.png
rename : mobile/themes/wince/images/go-default-30.png => mobile/themes/wince/images/go-30.png
rename : mobile/themes/wince/images/reload-default-30.png => mobile/themes/wince/images/reload-30.png
rename : mobile/themes/wince/images/star-default-30.png => mobile/themes/wince/images/star-30.png
rename : mobile/themes/wince/images/starred-default-64.png => mobile/themes/wince/images/starred-64.png
rename : mobile/themes/wince/images/stop-default-30.png => mobile/themes/wince/images/stop-30.png
rename : mobile/themes/wince/images/tag-default-30.png => mobile/themes/wince/images/tag-30.png
2009-07-01 15:16:52 -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
Vivien Nicolas
915daf333b Bug 501326: helperApp should be localized, r=mfinkle 2009-06-30 12:26:07 -04:00
Vivien Nicolas
17a38ccbbe Bug 500829 - "Clicking empty space in awesome bar history list reloads current page" [r=gavin.sharp] 2009-06-29 14:33:59 -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
b06f77c5a9 Bug 500540 - "Can not input any characters in URLBar when focused in it by tab key" [r=mark.finkle] 2009-06-26 00:48:10 -04:00
Mark Finkle
2fb8438209 Bug 499836: Setting focus in locationbar and hitting escape wipes out the URL of loaded page, r=gavin 2009-06-26 00:23:01 -04:00
Mark Finkle
7a711a9142 Bug 500503: When creating a new tab, please show the URLBar instead of a blank screen, r=gavin 2009-06-25 17:34:41 -04:00
Mark Finkle
17d827f762 Bug 500454: Cleanup notifications, r=gavin 2009-06-25 14:15:09 -04:00
Mark Finkle
4679981b86 Bug 500275: when clicking on URLbar in Fennec, the virtual keyboard is not raised, r=gavin 2009-06-25 12:42:46 -04:00
Vivien Nicolas
05ecc4f78a Bug 500309: Stop button does not reliably show while pages are loaded, r=mfinkle 2009-06-25 11:11:00 -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
Vivien Nicolas
361a014e36 Bug 500270 - "back/forward buttons are not updated when switching tabs" [] 2009-06-24 18:43:26 -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
b1ffcb3c10 Bug 499946 - "DOMMouseScroll on chrome UI fire content zoom" [r=combee] 2009-06-23 13:46:08 -04:00
Vivien Nicolas
525b23a3c7 Bug 494200: Simplify header of Get-addons section, r=mfinkle 2009-06-23 12:23:48 -04:00
Edward Lee
9a1136c462 Bug 499007 - richpref-button sets preference type to "button". r=mfinkle
Explicitly set the preference type to bool instead of inheriting button.
2009-06-22 11:40:11 -07:00
Ben Combee
50b4dc1ebf Bug 499698 - "bad call to this._reset()" [r=mark.finkle] 2009-06-22 12:59:39 -04:00
Ben Combee
009d82465f Bug 491911 - "endKinetic didn't call endPanning, so screen updates sometimes stopped" [r=pavlov] 2009-06-22 11:10:57 -04:00
Edward Lee
3b0be4fd6d Bug 499403 - Allow richprefs to be disabled. r=mfinkle
Have disabled richpref push the disabled attribute to the child inputs and have the custom checkbox push disabled to the radiogroup. richpref[type=button] need to manually set the child button to disabled.
2009-06-20 08:57:50 -07:00
Gavin Sharp
eb67abb96d Bug 480637: be sure to call the viewportUpdateHandler when the viewport size changes, to ensure that we redraw things properly after zooming while the sidebars are visible, r=mfinkle/vingtetun 2009-06-19 17:48:13 -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
Gavin Sharp
d6292c484b Bug 452286: make sure to redraw the page appropriately when it scrolls itself (e.g. after an anchor link click, scrollTo call, or find-in-page), r=mfinkle 2009-06-19 11:59:36 -04:00
Vivien Nicolas
8ce04c82ec Bug 495436: Leave tab area open after a tab is closed, r=mfinkle 2009-06-19 11:52:42 -04:00
Vivien Nicolas
d8a0e703b2 Bug 499277: Once unzoomed, dblClick can throw an error - aElement is null, r=mfinkle 2009-06-19 11:35:41 -04:00
Mark Finkle
7ffd78b491 Bug 498029: Star in edit bookmark dialog should have transparent background, r=stuart 2009-06-19 01:15:25 -04:00
Mark Finkle
3eecba9b0d Bug 498572: Cursor does not stay in the URLBar after making a new tab, r=stuart 2009-06-19 01:14:04 -04:00
Vivien Nicolas
6078e14ea6 Bug 494715: When panning the content and switching tabs, viewport can be wrong, r=combee 2009-06-17 16:43:56 -04:00
Mark Finkle
6e5d2a6df7 Backing out changeset 94b547d119a9 2009-06-17 16:38:39 -04:00
Vivien Nicolas
f876cc746d Bug 494715: When panning the content and switching tabs, viewport can be wrong, r=combee 2009-06-17 15:51:27 -04:00
Ben Combee
d265f820f7 Bug 498974: WidgetStack.panBy should round its parameters, r=gavin 2009-06-17 15:15:30 -04:00
Gavin Sharp
ff568fa385 name some anonymous functions to help debugging, no bug 2009-06-17 15:13:58 -04:00
Vivien Nicolas
62c317d70e Bug 485607: Add attributes for 'on' and 'off' labels in toggle checkbox, r=mfinkle 2009-06-17 09:55:18 -04:00
Vivien Nicolas
04539f46eb Bug 498789: Extension restart keyboard shortcut ('U') doesn't do anything, r=mfinkle 2009-06-17 09:31:32 -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
Mark Finkle
e380759a79 Bug 494550: Get nsIDownloadManager initialization out of startup path, r=gavin 2009-06-16 16:15:46 -04:00
Mark Finkle
56a0d65cf4 Bug 492814: no progress indicator when installing an add-on from outside of the manager, r=gavin 2009-06-16 15:45:00 -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
Vivien Nicolas
c198dcdb23 Bug 495435: cmd_close does not work, r=combee 2009-06-15 08:44:30 -04:00
Mark Finkle
b33ebdbfa7 Bug 497988: Ts/Txul regression due to Error Console, r=crowder 2009-06-12 18:06:40 -04:00
Vivien Nicolas
646689cd4e Bug 496879: oncommand attribute on scrollbox is fired twice, r=combee 2009-06-10 13:24:23 -04:00
Nino D'Aversa
e063bb0c5e Bug 492883: Add JavaScript error console to Fennec, r=mfinkle 2009-06-09 13:55:14 -04:00
Gavin Sharp
33ecea2bab bug 476521: simplify browser.xul styling, r=mfinkle 2009-06-08 15:59:34 -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
Gavin Sharp
c5c7db3ea8 Bug 474496: add section buttons to the preferences pane, r=mfinkle 2009-06-08 11:45:20 -04:00
Hiroyuki Ikezoe
a4d2b85278 Bug 484234: Need to show URLBar while the page is loading, r=mfinkle 2009-06-06 01:30:31 -04:00
Fabrice Desré
85dbff3b40 495930: Textbox support in preferences, r=mfinkle 2009-06-05 11:39:34 -04:00
Hiroyuki Ikezoe
a26b9c5d6e Bug 496492: Remove unused variable in flushRegion, r=mfinkle, r=combee 2009-06-05 11:16:04 -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
Stuart Parmenter
3cda067622 Bug 495471: Easy to lose access to canvas from firstrun screen, r=mfinkle 2009-06-02 22:05:39 -04:00
Ben Combee
8fa36d50a5 Bug 490873: Dragging in chrome causes an extra click event to be sent at the end of a drag, r=stuart 2009-06-01 15:25:02 -04:00
Mark Finkle
71de2fcd96 Bug 489356: Fennec should store starred bookmarks in unfiledBookmarksFolder - like FF, r=gavin 2009-06-01 15:05:03 -04:00
Mark Finkle
e33baa2108 Bug 495731: Remove shortcut editor related files, r=gavin 2009-06-01 00:40:19 -04:00
Mark Finkle
c0bdd2656f Bug 495615: Remove 'Enable JavaScript Tracing' pref, r=gavin 2009-05-31 00:39:03 -04:00
Ben Combee
c561be0752 Bug 495437: ContentClickingModule uses clickTimeout but means _clickTimeout, r=mfinkle 2009-05-31 00:34:53 -04:00
Mark Finkle
6588926392 Bug 495466: new theme nitpicking, r=gavin 2009-05-30 23:51:03 -04:00
Doug Turner
0191a72363 Bug 484074. Geolocation front end update. r=mfinkle 2009-05-29 18:28:12 -07:00
Mark Finkle
4136326a03 Bug 495439: Kinetic scrolling just doesn't work at all, r=stuart 2009-05-29 10:01:54 -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
Mark Finkle
33e8511b30 Bug 493589: about:config rendering problem, r=gavin 2009-05-28 11:27:12 -04:00
Hiroyuki Ikezoe
79ebeb2e0e Bug 494973: Should remove installListener, r=mfinkle 2009-05-26 21:46:44 -04:00
Gavin Sharp
2063e9cc12 Bug 468658: show 'no results' string when no matches appear in the awesomebar, and be sure to always have it appear even when there are no results, so that search engines are accessible, r=mfinkle, ui-r=madhava 2009-05-26 11:46:39 -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
Gavin Sharp
f2285a3dd1 Bug 466542, update preference pane strings, r=mfinkle 2009-05-20 14:15:02 -04:00
Gavin Sharp
f7d5bd9774 Bug 493989: change default radio button strings to Yes/No, r=mfinkle 2009-05-20 14:14:23 -04:00
Mark Finkle
43e00d4a0c Bug 491885: Clearing private data gives no feedback, r=gavin 2009-05-20 13:31:53 -04:00
Brian Crowder
ed1386036f Bug 479161 - Double-tap zooming doesn't continue to zoom in for nested elements, r=tglek 2009-05-19 10:09:57 -07:00
Mark Finkle
cf30b892a5 Bug 493131: Shorten DM strings, r=gavin 2009-05-15 17:23:30 -04:00
Mark Finkle
16cdb8bd15 Bug 492876: Text description for an add-on doesn't fully use screen real estate, r=gavin 2009-05-15 17:18:38 -04:00
Hiroyuki Ikezoe
8a6d583a4f Bug 492907: undeclared variable in extensions.js, r=mfinkle 2009-05-14 13:29:04 -04:00
Brad Lassey
be2d6bbd02 bug 491874 - When mouse up during pan ends up on the title bar, painting ends r=bcombee, stuart 2009-05-08 15:08:16 -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
Gavin Sharp
43f1dcfac1 Bug 491955: followup to address mfinkle's review comment (remove hardcoded limit on number of search engines) 2009-05-08 13:55:05 -04:00
Mark Finkle
cfac05f081 Bug 491999: Update dark theme toggles, r=stuart 2009-05-08 00:43:08 -04:00
Taras Glek
51bd20d6a9 Bug 491944: FIX Drawing fastpath doesn't check for _isPanning, turns into slowpath. r=stuart 2009-05-07 15:42:04 -07:00
Ben Combee
de74bd8baa bug 441585. Make it easier to click on links (and avoid starting a drag). r=blassey sr=stuart 2009-05-02 00:54:50 -07:00
Mark Finkle
c51be34223 Bug 486082: Add bookmark dialog shouldn't be visible in settings view, r=gavin 2009-05-07 01:51:47 -04:00
Mark Finkle
f4064afaea Bug 491665: Ts regression on 2009-05-05 (dark theme), r=stuart 2009-05-07 00:46:08 -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
3245667b4b Bug 491301: Create new 'dark' theme, r=stuart 2009-05-05 22:30:43 -04:00
Gavin Sharp
3eb6d9a61f Bug 477624: make search plugin strip pannable+expandable, r=mfinkle 2009-05-04 16:45:40 -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
Gavin Sharp
a0e0987852 Bug 488410: allow more than 7 entries in location bar autocomplete, also make the list pannable, r=mfinkle 2009-04-30 18:09:48 -07:00
timeless
fbdb79d3b2 Bug 468323 N810 task switch button reloads page
r=mfinkle

http://maemo.org/maemo_release_documentation/maemo4.1.x/Maemo_Diablo_Reference_Manual_for_maemo_4.1.pdf
Page 129, the hardware home key maps to F5 and is used to "show home"
2009-01-14 01:33:41 +01:00
Mark Finkle
40ee2ea5dc Bug 489854: Delay in editing preferences, r=gavin, stuart 2009-04-28 13:14:38 -04:00
Mark Finkle
d799ef46ae Bug 490168: isTabContentWindow has bad implementation, r=gavin 2009-04-27 14:49:19 -04:00
Mark Finkle
d2bf46a4dc Bug 489804: Add-ons UI cleanup, r=gavin 2009-04-23 17:10:54 -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
9344b4d258 Ben Combee <combee@mozilla.com> 2009-04-22 17:43:20 -04:00
Mark Finkle
bef773ce87 Bug 489510: Fix urlbar breakage, r=bcombee 2009-04-22 16:45:51 -04:00
Gavin Sharp
dc3d62af53 Fix copy/pasto from bug 474480 2009-04-22 14:30:21 -04:00
Mark Finkle
6fb35cb03b Bug 474492: Update the downloads manager UI, r=gavin 2009-04-22 10:59:52 -04:00
Mark Finkle
257ff33541 Bug 474480: Update the Add-ons Manager UI, r=dtownsend, r=gavin 2009-04-22 10:19:48 -04:00
Mark Finkle
d6f657b4e6 Bug 486287: Fennec should not create bookmarks wihtout a name, r=gavin 2009-04-21 16:55:05 -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
263383371b Bug 488204: Add pref to control mousemove fixups, r= mfinkle 2009-04-17 17:08:53 -04:00
Ben Combee
ac986bc4a4 Bug 487686: Get rid of pref for turning kinetic on/off, r=stuart, mfinkle 2009-04-17 17:02:24 -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
edb13725a5 Bug 488545: Include more UI when resizing controls, r=bcombee 2009-04-15 17:23:53 -04:00
Mark Finkle
21e6ed76e9 Bug 488418: Simplify kinetic averaging code, r=stuart 2009-04-15 01:51:10 -04:00
Mark Finkle
4ea16e7de7 Bug 488122: Fix error in InputHandler.js, r=gavin 2009-04-13 14:24:54 -04:00
Mark Finkle
904163481b Bug 487670: Cleanup errors in InputHandler.js, r=bcombee 2009-04-09 16:09:27 -04:00
Mark Finkle
1f066ead76 Bug 481986: Loading bookmarks into bookmark list is slow, r=gavin 2009-04-09 01:40:05 -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
Stuart Parmenter
6075af3d09 remove tabs 2009-04-02 04:15:50 -07:00
Stuart Parmenter
e8b1bb98a5 Bug 487165. Make kinetic panning smoother and more responsive. r=bcombee sr=gavin 2009-04-02 04:11:51 -07:00
bcombee@bcombee-linux-vm
03547935e5 Bug 485385. Refactor kinetic code. Patch from Ben Combee <combee@mozilla.com>. r/sr=me. 2009-04-02 16:45:27 -04:00
Gavin Sharp
124730fcea Bug 486562: remove unused widgetStack handleEvents code, r=bcombee/vlad 2009-04-05 03:22:58 -04:00
Gavin Sharp
d3e2bc74a5 Bug 485901: use new flush-less scrollX/Y getter to avoid unnecessary layout flushes, r=mfinkle 2009-04-05 03:20:57 -04:00
Ben Combee
21f3ee8003 Bug 485962: Kinetic scrolling was disabled with lock-panning patch, r=stuart 2009-03-30 14:18:23 -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
Stuart Parmenter
556c021a90 bug 485612. Avoid causing extra non-interruptible reflows the document when zooming to width during page load. r=taras 2009-03-26 08:38:27 -07:00
Mark Finkle
2aef044434 Bug 485381: Add special widget for checkboxes, r=gavin 2009-03-27 17:32:42 -05:00
Mark Finkle
2b9b851a63 Bug 485556: Tab thumbnail on startup is black, r=tglek 2009-03-27 13:26:57 -05:00
Taras Glek
8a514e201a add missing lets to silence strict mode r=mfinkle 2009-03-27 10:29:21 -07: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
Ben Combee
66f43015b1 Bug 464063: Lock panning into horizontal or vertical based on initial movememnt, r=mfinkle r=tglek 2009-03-24 12:35:36 -04:00
Ben Combee
cac02aa232 Bug 484271: ContentPanningHandler gets out of sync when dragging out of window, r=mfinkle 2009-03-19 17:32:50 -04:00
Ben Combee
adda1ca1e1 Bug 4844485: Add null check for boxObject, r=mfinkle 2009-03-20 18:41:55 -04:00
Gavin Sharp
d35610a806 Bug 484736: call setPluginState when syncing to preference, not when syncing from preference, r=mfinkle 2009-03-23 01:30:08 -04: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
2059ca323d Bug 484282: add cmd/ctrl+w shortcut to close main Fennec window, r=gavin 2009-03-19 18:20:32 -05:00
Taras Glek
53b6b37c44 Bug 483425 - bandaid visual jarring when clicking on link r=mfinkle 2009-03-19 10:31:12 -07:00
Ezadkiel Marbella
fe9e92c6b5 Bug 468214: Add mochitest support for Fennec, r=mfinkle 2009-03-18 22:28:42 -05:00
Taras Glek
ef771e1db8 update api to reflect changes made by bug 477708 2009-03-18 10:05:56 -07:00
Taras Glek
c6ce8906ab Bug 483417: optimize CanvasBrowser region handling r=vlad 2009-03-17 10:08:06 -07:00
Vladimir Vukicevic
a8f211601f b=483417, optimize CanvasBrowser region handling; r=tglek 2009-03-17 10:01:37 -07: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
Doug Turner
98f95a2220 483019. no need for Math.abs when multiplying two numbers together. r=gavin 2009-03-13 14:11:02 -07:00
Mike Kristoffersen
25f28968db Bug 483182: fix typo in _onMouseDown, r=bcombee 2009-03-13 16:00:50 -04:00
Taras Glek
d67c75f5b6 typo 2009-03-13 07:03:25 -07:00
Taras Glek
bc80bb6ae0 Bug 482703 - less getElementById()ing. Speed-up panning r=gavin 2009-03-13 06:47:10 -07:00
Taras Glek
decd66cf1a Bug 482703 - less setAttribute()ing(speed up panning) 2009-03-13 06:44:51 -07:00
Taras Glek
3dee8b150d leftover code likely causing slower page loads 2009-03-13 06:44:03 -07:00
Taras Glek
7d2c91844c Bug 482688 - Get rid of native widget on the tabbar r=gavin 2009-03-13 01:30:35 -07:00
Stuart Parmenter
a002733c00 Increase size of the checkerboard tile so that the tiling code doesn't have to draw it as many times. r=vlad 2009-03-11 04:33:31 -07:00
Stuart Parmenter
a4552d5d75 bug 481814. flush paints at the end of pans rather than at the beginning of the next one. r=taras 2009-03-05 15:59:06 -08: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
9eab5c844c Bug 481778: remove some unused code, r=mfinkle 2009-03-05 22:05:20 -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
Gavin Sharp
0c25a6ddd1 Bug 479984: make sure to mark pages as 'typed' when they are visited as a result of user-triggered loads (the default autocomplete query only searches through 'typed' pages), r=mfinkle 2009-03-05 18:30:28 -05:00
Ben Combee
86d5592a4e Bug 481517: While panning, mouse out of desktop window doesn't stop, r=mfinkle 2009-03-04 18:50:43 -05:00
Taras Glek
d9e6a31504 Bug 481515 - Draw a nicer tab preview r=stuart 2009-03-04 16:51:32 -08:00
Mark Finkle
bd5de1c969 Bug 481460: Add content JIT preference to UI, r=stuart 2009-03-04 14:08:59 -05:00
Ben Combee
cfe7782d19 Bug 481259: Should have no click timeout for chrome elements, r=mfinkle 2009-03-03 15:50:15 -05:00
Taras Glek
03aeb251bb Bug 480595: Do not show navbar on zoomToElement r=gavin 2009-03-03 15:54:27 -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
Mark Finkle
7f61c78f84 Bug 481121: Misc minor bookmark bugs, r=gavin 2009-03-03 09:31:51 -05:00
Mark Finkle
4ea1985051 Bug 480361: Amoving bookmark into subfolder stops ability to exit 'manage' mode, r=gavin 2009-03-02 19:50:44 -05:00
Mark Finkle
146f974d8e Bug 480950: unable to edit bookmarks from manage mode, r=bcombee 2009-03-02 16:45:36 -05:00
Mark Finkle
c05ca4a388 Disable ChromeInputHandler to see if it caused Ts regression on 2009-02-27 2009-03-02 13:55:52 -05:00
Taras Glek
6f7ab6c7e1 bug 458741: unbreak panning r=bcombee 2009-03-02 10:51:31 -08:00
Gavin Sharp
195330709e Add missing ; 2009-03-02 05:25:43 -05:00
Gavin Sharp
c0912db190 Merge backout of 02384ea1b0d9 (bug 480860) 2009-03-02 04:53:52 -05:00
Gavin Sharp
04873b9f78 Backed out changeset 02384ea1b0d9 because it is suspected of having caused a Ts regression: bug 480860 2009-03-02 04:53:11 -05:00
Taras Glek
7a72d6d837 Bug 480447 - clear outstanding paint events when repainting the whole canvas r=gavin 2009-03-01 14:32:40 -08:00
Gavin Sharp
16c141d266 Bug 480761: make sure to always redraw window correctly when resizing by ensuring we always call the viewportUpdateHandler in updateSize, r=taras 2009-03-01 05:50:26 -05:00
Ben Combee
f6267666a7 Bug 45871: need to be able to scroll xul, r=mfinkle 2009-02-27 14:44:35 -05:00
Taras Glek
39a957c6f5 bug 477105: microoptimizations to intersect and flushRegion r=stuart 2009-02-27 14:14:49 -08:00
Gavin Sharp
9e5b49aa6a bug 477105: second part of zoom responsiveness r=taras 2009-02-27 14:04:43 -08:00
Taras Glek
f7bfaf19e6 Bug 477105 - improve zoom responsiveness, draw everything clipped r=stuart 2009-02-26 11:35:03 -08:00
Taras Glek
2ce7bbbfe9 Bug 480038: less setViewportSize, r=mfinkle 2009-02-26 12:50:00 -05:00
Ben Combee
409575c2fc Bug 458741: need to be able to scroll subframes (XUL patch), r=mfinkle, r=stuart 2009-02-23 16:35:25 -05:00
Mark Finkle
4214774238 Bug 467670: Bookmark management (part 2), r=gavin 2009-02-25 01:20:45 -05:00
Mark Finkle
a13bfa29ec Bug 467670: Bookmark management (part 1), r=gavin 2009-02-25 01:20:45 -05:00
Taras Glek
f70cbbcdf2 Bug 479821 - fix wsRect.intersects bustage r=stuart 2009-02-23 12:58:46 -08:00
Taras Glek
cef51c7aef bug 477855: Rework painting to be based on Region union/subtract operations r=stuart 2009-02-23 09:11:00 -08:00
Mark Finkle
5a483fda74 Bug 479307: sizemode='maximized' does not work well on desktop, r=gavin 2009-02-20 15:51:34 -05:00
Taras Glek
8f45e140d7 bug 478092 - fix for when loading page, some images and stuff hves white horizontal lines through them. r=stuart 2009-02-19 18:21:36 -08:00
Jonathan DiCarlo
fdb09df935 Bug 478942: reveal-tabs button in browser.xul cannot be overlaid correctly by extension xul, r=mfinkle 2009-02-18 00:23:29 -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
Taras Glek
78f298be72 Bug 477435: fix zoomToElement r=gavin 2009-02-09 17:48:54 -08:00
Doug Turner
d1334a303f Bug 476705 - sizemode=maximized 2009-02-09 12:10:33 -08:00
Ben Combee
8c67f5d179 Bug 477203: InputHandler.js keeps passing events to modules after a grab, r=stuart 2009-02-09 13:43:41 -05:00
Gavin Sharp
6d01ff63c4 Bug 477104: prevent widgetstack bustage when window is larger than the pannableBounds, r=stuart 2009-02-06 17:47:08 -05:00
Mark Finkle
8e08254409 Bug 477262: viewportVisibleRect can return null if viewingRect has size 0, r=gavin 2009-02-06 17:27:13 -05:00
Taras Glek
87e9ca09d7 Bug 477160: fix panning bustage r=stuart 2009-02-06 12:17:51 -08:00
Mark Finkle
0c63845ce2 Bug 476186: Ts regression on 2009-01-28, r=gavin 2009-02-06 02:35:29 -05:00
Taras Glek
9fdc0f3080 bug 476729: Calculate a viewing rect relative to the canvas 2009-02-04 16:38:43 -08: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