Граф коммитов

750 Коммитов

Автор SHA1 Сообщение Дата
Roy Frostig ed1cb55400 imported patch sidebars 2009-08-05 14:06:38 -07:00
Stuart Parmenter 7618e8a31e merge from m-b 2009-08-05 06:27:24 -07:00
Stuart Parmenter 99ef0b4082 Initial pass at getting sidebars scrolling 2009-08-04 16:13:28 -07:00
Roy Frostig b4c3d16c7c Fix elementFromPoint module nsDocument::ElementFromPointHelper bug that will be fixed shortly. 2009-08-04 16:40:39 -07:00
Vivien Nicolas dcac979084 Bug 508216: Error : 'val is null' the first time the preferences panel is showed [r=mark.finkle] 2009-08-04 09:26:58 -04:00
Roy Frostig e193d19193 Fix content anchor clicks. 2009-08-03 20:32:17 -07:00
Mark Finkle 52715dde3c Bug 506730: Update toggles to use a 'thumb', r=gavin 2009-08-03 13:21:51 -04:00
Roy Frostig a2bb44d333 Some debug dump stuff. 2009-08-03 09:44:17 -07:00
Roy Frostig bc52a14062 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
Gavin Sharp cec7fd740c Bug 494191: move the bookmarks button out of the toolbar, add it as an option in the autocomplete popup instead, r=mfinkle 2009-07-31 17:03:47 -04:00
Roy Frostig 61595743b7 Oopsie, small bugfix for bug I introduced to wsRect::intersects in my last commit. 2009-07-30 18:17:15 -07:00
Roy Frostig a32bb0b6f0 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 8072ba9bac Bug 502065: resize fennec when software keyboard is displayed, r=gavin 2009-07-30 16:41:04 -04:00
Mark Finkle 5ea435cd89 Bug 506720: Use media queries to adapt browser tools UI for portrait/landscape, r=gavin 2009-07-31 08:33:41 -04:00
Roy Frostig 1b5f509699 Fix initing of zoomLevel to NaN during slow page load. 2009-07-29 15:44:41 -07:00
Roy Frostig 1ea2935fa2 Slight simplification of chrome document check for events. 2009-07-29 14:05:03 -07:00
Roy Frostig 72096fa669 Content click bug fixed. Fennec content window now receives clicks! 2009-07-29 14:01:54 -07:00
Roy Frostig 657b164f1e Some cleanup plus some new messup that reveals more about the content click bug. 2009-07-29 13:27:42 -07:00
Roy Frostig 206611c381 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 50d555a460 Bug 479111: investigate notification bar color scheme [r=mark.finkle] 2009-07-29 15:24:32 -04:00
Ben Combee 82d8e588a1 Bug 458741: need to be able to scroll subframes (e.g. iframe), r=mfinkle 2009-07-29 04:04:24 -04:00
Vivien Nicolas fb488263bd Bug 502745: SelectHelper should scroll the first selected element into view, r=mfinkle 2009-07-28 23:36:00 -04:00
kantha kanchiraju 4649b88ce5 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 f34f3c75b9 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 babd5dd59f 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 8644b4a9a6 More doc and cleanup of InputHandler.js 2009-07-28 15:15:08 -07:00
Roy Frostig 7dbf3cf198 Brought back scroll-wheel zoom, and documented much of InputHandler.js 2009-07-28 11:29:04 -07:00
Roy Frostig 19e225ec8f 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 0874fc97b3 And a merge! 2009-07-24 15:53:34 -07:00
Roy Frostig 936f43b007 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 54f98e4c03 fix some js errors 2009-07-23 18:40:22 -07:00
Roy Frostig 6ce15e1f13 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 2954b29595 Fix comment typo 2009-07-23 12:01:46 -04:00
Ben Combee 197694aa5d Bug 504673: Page doesn't redraw when entering text into field [r=mark.finkle] 2009-07-22 15:17:16 -04:00
Stuart Parmenter 0a020cf3f4 merge 2009-07-22 06:21:11 -07:00
Stuart Parmenter b49ec38f3d fix up network loading bugs 2009-07-22 06:12:02 -07:00
Gavin Sharp cb9bc44293 Bug 500710: double clicking in the url bar should select all, r=vingtetun 2009-07-21 20:05:01 -04:00
Roy Frostig 600e926a00 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 d86d15fcf9 Not a real change, but about to experiment with some preprocessor Makefile magic. 2009-07-21 15:32:53 -07:00
Roy Frostig 4676d4ecff 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 5998798fed Bug 500835: Kinetic scrolling doesn't stop on page change, r=mfinkle 2009-07-21 11:28:29 -04:00
Roy Frostig 0e95215f89 ForEach macro definition and Dragger input code. 2009-07-20 18:32:52 -07:00
Stuart Parmenter f895bee678 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 830ac57864 Bug 505033: Only show close button when in fullscreen mode, r=gavin 2009-07-20 16:22:22 -04:00
Stuart Parmenter b54a3b3cca 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 b47b1b03a5 hook up basic panning 2009-07-18 01:16:04 -07:00
Stuart Parmenter 8756a8505e adding Util.js to the script 2009-07-17 20:12:10 -07:00
Roy Frostig 60e8a44c39 Added Util with deprecated and new (ws)Rect 2009-07-17 20:08:47 -07:00
Roy Frostig f48bb91431 post merge fun 2009-07-17 20:05:07 -07:00
Roy Frostig f1e7faff4e merge with stuart 2009-07-17 19:30:57 -07:00
Roy Frostig 598e195acb [mq]: tileman 2009-07-17 17:14:49 -07:00
Stuart Parmenter a26c9c7855 Fennec + TileManager 2009-07-17 16:17:57 -07:00
Mark Finkle 4f85a16589 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 de3917f5b0 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 c474a66726 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 a0148a42b4 [mq]: tilebase 2009-07-13 14:58:11 -07:00
Ben Combee 4ded4fdb4a Bug 503960: Two bindings for Ctrl+W in Fennec, r=mfinkle 2009-07-13 17:58:10 -04:00
Doug Turner c6efbbd5ba 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 6fc6a3f8c0 Bug 475356: Revise theme for smaller screens and lower resolutions (WinCE), r=mfinkle 2009-07-09 17:09:42 -04:00
Doug Turner 3a6c8e3c9a [Bug 501766] switch from maximized to fullscreen on windows mobile. r=mfinkle 2009-07-08 09:48:09 -07:00
Mark Finkle 0e989df200 Bug 494194: button to close fullscreen screens, r=gavin 2009-07-08 10:55:07 -04:00
Mark Finkle 5a9a86ef16 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 9741875723 Bug 502828: mouseout is handle twice in InputHandler.js [r=combee] 2009-07-07 10:59:51 -04:00
Mark Finkle 1d299e8904 Bug 500832: commas are replaced with spaces when adding tags to bookmarks, r=bcombee 2009-07-07 09:45:01 -04:00
Vivien Nicolas f83d9069af Bug 500208: select element should update label when script changes selection, r=mfinkle 2009-07-06 13:14:46 -04:00
Doug Turner a9c14c149f Backing out 501766 2009-07-05 22:36:36 -07:00
Mark Finkle 42d2df80ec Bug 502052: Bookmark 'star' button is not updated when switching tabs, r=bcombee 2009-07-05 12:22:09 -04:00
Mark Finkle 4d9b9897df Bug 493635: long filenames cut off in download dialog, r=blassey 2009-07-02 17:49:00 -04:00
Vivien Nicolas 8311247460 Bug 502000: awesome bar result can be out of view [r=mark.finkle] 2009-07-02 14:49:08 -04:00
Vivien Nicolas b1ac49b6a0 Bug 501693: Remove unuseful box, r=mfinkle 2009-07-02 12:19:03 -04:00
Vivien Nicolas 76c5b0be1e Bug 500427 - 1px left above the findbar, r=mfinkle 2009-07-02 11:57:21 -04:00
Mark Finkle 1a9aebd827 Bug 489996: Changing the top-level window name is confusing, r=gavin 2009-07-01 23:10:26 -04:00
Doug Turner c68b2def89 [Bug 501766] switch from maximized to fullscreen on windows mobile. r=mfinkle 2009-07-01 14:28:16 -07:00
Ben Combee a33fdb44b1 Bug 501135: pressing space in a checkbox should toggle it, r=mfinkle 2009-07-01 16:57:23 -04:00
Mark Finkle 162a4043bc 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 6459f11326 Bug 500480: unable to install add-ons extensions, r=mfinkle 2009-07-01 12:50:20 -04:00
Vivien Nicolas e44c4df51b 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 5253533da7 Bug 501326: helperApp should be localized, r=mfinkle 2009-06-30 12:26:07 -04:00
Vivien Nicolas 0fddeb7080 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 26956e3ca1 Bug 500693 - "Several source files are missing semicolons as line terminators" [r=mark.finkle] 2009-06-29 14:33:05 -04:00
Hiroyuki Ikezoe f80fdd6933 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 738c031a0c 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 a3d607c520 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 bb4c39bdda Bug 500454: Cleanup notifications, r=gavin 2009-06-25 14:15:09 -04:00
Mark Finkle 14c217d179 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 2120f6b895 Bug 500309: Stop button does not reliably show while pages are loaded, r=mfinkle 2009-06-25 11:11:00 -04:00
Hiroyuki Ikezoe 1cac9701d6 Bug 499601: A lot of 'leaked URLs' when Fennec is finished, r=mfinkle 2009-06-25 01:37:31 -04:00
Vivien Nicolas 9fc4642199 Bug 500270 - "back/forward buttons are not updated when switching tabs" [] 2009-06-24 18:43:26 -04:00
Mark Finkle 715503655c Bug 472426: listbox is rendered outside the fennec window, r=gavin 2009-06-24 12:42:53 -04:00
Vivien Nicolas 13f19b9146 Bug 499946 - "DOMMouseScroll on chrome UI fire content zoom" [r=combee] 2009-06-23 13:46:08 -04:00
Vivien Nicolas 15002e4591 Bug 494200: Simplify header of Get-addons section, r=mfinkle 2009-06-23 12:23:48 -04:00
Edward Lee 9ff596ded3 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 580fd0e34f Bug 499698 - "bad call to this._reset()" [r=mark.finkle] 2009-06-22 12:59:39 -04:00
Ben Combee 41c48adc9e Bug 491911 - "endKinetic didn't call endPanning, so screen updates sometimes stopped" [r=pavlov] 2009-06-22 11:10:57 -04:00
Edward Lee f93709dc0b 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 20f9b10787 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 0bc43de447 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 54bcd62238 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 17f383c8e9 Bug 495436: Leave tab area open after a tab is closed, r=mfinkle 2009-06-19 11:52:42 -04:00
Vivien Nicolas fb0e2e39fd Bug 499277: Once unzoomed, dblClick can throw an error - aElement is null, r=mfinkle 2009-06-19 11:35:41 -04:00
Mark Finkle 92f34768ed Bug 498029: Star in edit bookmark dialog should have transparent background, r=stuart 2009-06-19 01:15:25 -04:00
Mark Finkle 121adc29a7 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 3ed30b1fe9 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 aab5c08fec Backing out changeset 94b547d119a9 2009-06-17 16:38:39 -04:00
Vivien Nicolas 1d52d3d4f6 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 716958ef3d Bug 498974: WidgetStack.panBy should round its parameters, r=gavin 2009-06-17 15:15:30 -04:00
Gavin Sharp bd3eef24b0 name some anonymous functions to help debugging, no bug 2009-06-17 15:13:58 -04:00
Vivien Nicolas ab488d49e9 Bug 485607: Add attributes for 'on' and 'off' labels in toggle checkbox, r=mfinkle 2009-06-17 09:55:18 -04:00
Vivien Nicolas 75cbc0c8ac Bug 498789: Extension restart keyboard shortcut ('U') doesn't do anything, r=mfinkle 2009-06-17 09:31:32 -04:00
Mark Finkle d4f17f5f7d Bug 498494: _networkStop is busted (simple fix), r=combee 2009-06-16 17:04:48 -04:00
Vivien Nicolas 774e2a08cb Bug 495535: titlebar should be visible after app launch, r=mfinkle 2009-06-16 16:35:48 -04:00
Mark Finkle 7b91ec68ec Bug 494550: Get nsIDownloadManager initialization out of startup path, r=gavin 2009-06-16 16:15:46 -04:00
Mark Finkle 19645d2142 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 a4b81ffe7d Bug 476703: When switching tabs, use last pan x,y offsets, r=mfinkle 2009-06-16 01:31:15 -04:00
Vivien Nicolas 0f5c7b9609 Bug 495435: cmd_close does not work, r=combee 2009-06-15 08:44:30 -04:00
Mark Finkle f9005bd470 Bug 497988: Ts/Txul regression due to Error Console, r=crowder 2009-06-12 18:06:40 -04:00
Vivien Nicolas 91bebf7063 Bug 496879: oncommand attribute on scrollbox is fired twice, r=combee 2009-06-10 13:24:23 -04:00
Nino D'Aversa cfe5199c2e Bug 492883: Add JavaScript error console to Fennec, r=mfinkle 2009-06-09 13:55:14 -04:00
Gavin Sharp d8cade19c2 bug 476521: simplify browser.xul styling, r=mfinkle 2009-06-08 15:59:34 -04:00
Mark Finkle 2d76989bca Bug 489433: larry UI is cut off in portrait mode, r=gavin 2009-06-08 14:09:18 -04:00
Gavin Sharp d47059fa08 Bug 474496: add section buttons to the preferences pane, r=mfinkle 2009-06-08 11:45:20 -04:00
Hiroyuki Ikezoe 576352df01 Bug 484234: Need to show URLBar while the page is loading, r=mfinkle 2009-06-06 01:30:31 -04:00
Fabrice Desré c7d74b155e 495930: Textbox support in preferences, r=mfinkle 2009-06-05 11:39:34 -04:00
Hiroyuki Ikezoe f5a3f8c125 Bug 496492: Remove unused variable in flushRegion, r=mfinkle, r=combee 2009-06-05 11:16:04 -04:00
Mark Finkle 6314d0e07c 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 f39282769d Bug 495471: Easy to lose access to canvas from firstrun screen, r=mfinkle 2009-06-02 22:05:39 -04:00
Ben Combee 78f27e1f22 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 f3d5322f75 Bug 489356: Fennec should store starred bookmarks in unfiledBookmarksFolder - like FF, r=gavin 2009-06-01 15:05:03 -04:00
Mark Finkle 60f37743af Bug 495731: Remove shortcut editor related files, r=gavin 2009-06-01 00:40:19 -04:00
Mark Finkle effbff9253 Bug 495615: Remove 'Enable JavaScript Tracing' pref, r=gavin 2009-05-31 00:39:03 -04:00
Ben Combee d7a4bc36c5 Bug 495437: ContentClickingModule uses clickTimeout but means _clickTimeout, r=mfinkle 2009-05-31 00:34:53 -04:00
Mark Finkle a1b5751922 Bug 495466: new theme nitpicking, r=gavin 2009-05-30 23:51:03 -04:00
Doug Turner b38a322ec5 Bug 484074. Geolocation front end update. r=mfinkle 2009-05-29 18:28:12 -07:00
Mark Finkle a4f7bdb393 Bug 495439: Kinetic scrolling just doesn't work at all, r=stuart 2009-05-29 10:01:54 -04:00
Mark Finkle a1dc5c3de8 Bug 494551: Use images for buttons in main chrome UI (widget part), r=gavin 2009-05-29 01:58:30 -04:00
Vivien Nicolas 2d86d285d2 Bug 470441: Can't switch tabs between website and about:config, r=mfinkle 2009-05-28 11:52:26 -04:00
Mark Finkle 6429b237f9 Bug 493589: about:config rendering problem, r=gavin 2009-05-28 11:27:12 -04:00
Hiroyuki Ikezoe aecc98f6e4 Bug 494973: Should remove installListener, r=mfinkle 2009-05-26 21:46:44 -04:00
Gavin Sharp 774c3832f3 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 ac15870e6e Bug 494836: Remove controllers and stop assertions, r=mfinkle 2009-05-25 23:38:03 -04:00
Mark Finkle 6f13ce4b05 489686: Fix breakage and Ts regression from bug 474492, r=gavin 2009-05-22 17:21:20 -04:00
Gavin Sharp 02561120c1 Bug 466542, update preference pane strings, r=mfinkle 2009-05-20 14:15:02 -04:00
Gavin Sharp 880fd4655f Bug 493989: change default radio button strings to Yes/No, r=mfinkle 2009-05-20 14:14:23 -04:00
Mark Finkle 0b55ef24e8 Bug 491885: Clearing private data gives no feedback, r=gavin 2009-05-20 13:31:53 -04:00
Brian Crowder a7888272cf 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 f742f1f0b1 Bug 493131: Shorten DM strings, r=gavin 2009-05-15 17:23:30 -04:00
Mark Finkle 5123763e04 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 d172999016 Bug 492907: undeclared variable in extensions.js, r=mfinkle 2009-05-14 13:29:04 -04:00
Brad Lassey 19028cdd3c 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 f22b212c67 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 db21557807 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 04f619d76b Bug 491999: Update dark theme toggles, r=stuart 2009-05-08 00:43:08 -04:00
Taras Glek 1d44420928 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 cbd7c3275f 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 33b9aac45d Bug 486082: Add bookmark dialog shouldn't be visible in settings view, r=gavin 2009-05-07 01:51:47 -04:00
Mark Finkle d980ea00ea Bug 491665: Ts regression on 2009-05-05 (dark theme), r=stuart 2009-05-07 00:46:08 -04:00
Mark Finkle 6610bbb816 Bug 479808: Save As dialog is oversized and ugly, r=blassey 2009-05-07 00:44:22 -04:00
Mark Finkle 9030eb5c3f Bug 491301: Create new 'dark' theme, r=stuart 2009-05-05 22:30:43 -04:00
Gavin Sharp d07fabac2f Bug 477624: make search plugin strip pannable+expandable, r=mfinkle 2009-05-04 16:45:40 -04:00
Mark Finkle b103c20153 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 a80e670576 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 a238411e00 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 128412969d Bug 489854: Delay in editing preferences, r=gavin, stuart 2009-04-28 13:14:38 -04:00
Mark Finkle c8fed0b43f Bug 490168: isTabContentWindow has bad implementation, r=gavin 2009-04-27 14:49:19 -04:00
Mark Finkle a5e397771e Bug 489804: Add-ons UI cleanup, r=gavin 2009-04-23 17:10:54 -04:00
Mark Finkle 60c59cb6f4 Bug 486299: 'Back' button should be dimmed after clearing cache, r=gavin 2009-04-22 20:47:02 -04:00
Mark Finkle 9293c04a97 Ben Combee <combee@mozilla.com> 2009-04-22 17:43:20 -04:00
Mark Finkle 3fc9a7afe5 Bug 489510: Fix urlbar breakage, r=bcombee 2009-04-22 16:45:51 -04:00
Gavin Sharp 5c24b64dbf Fix copy/pasto from bug 474480 2009-04-22 14:30:21 -04:00
Mark Finkle 9abad7a202 Bug 474492: Update the downloads manager UI, r=gavin 2009-04-22 10:59:52 -04:00
Mark Finkle ae1c66c29d Bug 474480: Update the Add-ons Manager UI, r=dtownsend, r=gavin 2009-04-22 10:19:48 -04:00
Mark Finkle 1194536f89 Bug 486287: Fennec should not create bookmarks wihtout a name, r=gavin 2009-04-21 16:55:05 -04:00
Ben Combee c134362049 Bug 486241: InputHandler should use cached nsIDOMWindowUtils from Browser, r=tglek 2009-04-17 17:10:06 -04:00
Ben Combee 2f725e5b3d Bug 488204: Add pref to control mousemove fixups, r= mfinkle 2009-04-17 17:08:53 -04:00
Ben Combee 3b273bb154 Bug 487686: Get rid of pref for turning kinetic on/off, r=stuart, mfinkle 2009-04-17 17:02:24 -04:00
Ben Combee 8bacd2442f 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 bb96f88cd4 Bug 488545: Include more UI when resizing controls, r=bcombee 2009-04-15 17:23:53 -04:00
Mark Finkle 6297bd86f7 Bug 488418: Simplify kinetic averaging code, r=stuart 2009-04-15 01:51:10 -04:00
Mark Finkle a7a78df001 Bug 488122: Fix error in InputHandler.js, r=gavin 2009-04-13 14:24:54 -04:00
Mark Finkle aabbede213 Bug 487670: Cleanup errors in InputHandler.js, r=bcombee 2009-04-09 16:09:27 -04:00
Mark Finkle 2b8aadba15 Bug 481986: Loading bookmarks into bookmark list is slow, r=gavin 2009-04-09 01:40:05 -04:00
Mark Finkle d47adc4868 Bug 479279: Fennec should have a system for browser-level notifications, r=gavin 2009-04-09 01:13:16 -04:00
Stuart Parmenter c38d717299 remove tabs 2009-04-02 04:15:50 -07:00
Stuart Parmenter 761c9bbfac 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 a6d067d6cb 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 22bd360d83 Bug 486562: remove unused widgetStack handleEvents code, r=bcombee/vlad 2009-04-05 03:22:58 -04:00
Gavin Sharp 1bcf900235 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 8dd9ce07dd Bug 485962: Kinetic scrolling was disabled with lock-panning patch, r=stuart 2009-03-30 14:18:23 -04:00
Taras Glek 6ae483373c Bug 486137: less xpconnect stuff in browser[-ui].js r=mfinkle 2009-03-31 11:45:24 -07:00
Taras Glek d25962138c Bug 486136: Reduce painting during startup r=mfinkle 2009-03-31 11:38:34 -07:00
Stuart Parmenter 0f19553d06 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 4063d44a54 Bug 485381: Add special widget for checkboxes, r=gavin 2009-03-27 17:32:42 -05:00
Mark Finkle df59c0252c Bug 485556: Tab thumbnail on startup is black, r=tglek 2009-03-27 13:26:57 -05:00
Taras Glek 42c064d001 add missing lets to silence strict mode r=mfinkle 2009-03-27 10:29:21 -07:00
Mark Finkle 45af918810 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 78367e240c 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 fcc61a12fd Bug 484271: ContentPanningHandler gets out of sync when dragging out of window, r=mfinkle 2009-03-19 17:32:50 -04:00
Ben Combee cd4e6fe7f0 Bug 4844485: Add null check for boxObject, r=mfinkle 2009-03-20 18:41:55 -04:00
Gavin Sharp 4db167ba2e 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 dbbbb3402f fix spelling mistake in comments 2009-03-19 22:36:02 -05:00
Mark Finkle 2c46f96ebe Bug 484130: Extensions don't load as expected, r=gavin 2009-03-19 22:31:08 -05:00
Mark Finkle 4373fe6229 Bug 484282: add cmd/ctrl+w shortcut to close main Fennec window, r=gavin 2009-03-19 18:20:32 -05:00
Taras Glek ba5fca70ea Bug 483425 - bandaid visual jarring when clicking on link r=mfinkle 2009-03-19 10:31:12 -07:00
Ezadkiel Marbella 16339f6341 Bug 468214: Add mochitest support for Fennec, r=mfinkle 2009-03-18 22:28:42 -05:00
Taras Glek 034651408a update api to reflect changes made by bug 477708 2009-03-18 10:05:56 -07:00
Taras Glek 008bed21ab Bug 483417: optimize CanvasBrowser region handling r=vlad 2009-03-17 10:08:06 -07:00
Vladimir Vukicevic aa27494083 b=483417, optimize CanvasBrowser region handling; r=tglek 2009-03-17 10:01:37 -07:00
Mark Finkle 5de8bccdb8 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 6470725cc8 bug 482703 - misc optimizations r=stuart+vlad 2009-03-15 16:58:37 -07:00
Doug Turner 9d5c57b54a 483019. no need for Math.abs when multiplying two numbers together. r=gavin 2009-03-13 14:11:02 -07:00
Mike Kristoffersen 19b728c0f5 Bug 483182: fix typo in _onMouseDown, r=bcombee 2009-03-13 16:00:50 -04:00
Taras Glek 2bde24eebe typo 2009-03-13 07:03:25 -07:00
Taras Glek ca30d1338c Bug 482703 - less getElementById()ing. Speed-up panning r=gavin 2009-03-13 06:47:10 -07:00
Taras Glek 02b28a369d Bug 482703 - less setAttribute()ing(speed up panning) 2009-03-13 06:44:51 -07:00
Taras Glek 0e10852afa leftover code likely causing slower page loads 2009-03-13 06:44:03 -07:00
Taras Glek a3e8c1c63e Bug 482688 - Get rid of native widget on the tabbar r=gavin 2009-03-13 01:30:35 -07:00
Stuart Parmenter c36d92a29c 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 41c46b6597 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 c5138c5706 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 3d5a6ae61f Bug 481567: Difficult to read text on sites like google reader, r=stuart 2009-03-06 00:42:39 -05:00
Gavin Sharp e2064f36a1 Bug 481778: remove some unused code, r=mfinkle 2009-03-05 22:05:20 -05:00
Gavin Sharp dc01cb63fb Bug 481752: remove broken plugin-disabling code (re-enable plugins by default), r=stuart 2009-03-05 21:45:52 -05:00
Gavin Sharp 31ad419bae 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 eed06e1023 Bug 481517: While panning, mouse out of desktop window doesn't stop, r=mfinkle 2009-03-04 18:50:43 -05:00
Taras Glek 04870cd6ba Bug 481515 - Draw a nicer tab preview r=stuart 2009-03-04 16:51:32 -08:00
Mark Finkle 73963ba65c Bug 481460: Add content JIT preference to UI, r=stuart 2009-03-04 14:08:59 -05:00
Ben Combee 5cf306431f Bug 481259: Should have no click timeout for chrome elements, r=mfinkle 2009-03-03 15:50:15 -05:00
Taras Glek cdf9a72c91 Bug 480595: Do not show navbar on zoomToElement r=gavin 2009-03-03 15:54:27 -08:00
Taras Glek c081943e62 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 67199f28ad Bug 477653: sizemode=maximized causes multiple resize events, r=gavin 2009-03-03 14:20:00 -05:00
Mark Finkle 7e87d744cd Bug 481121: Misc minor bookmark bugs, r=gavin 2009-03-03 09:31:51 -05:00
Mark Finkle 4559cdabc5 Bug 480361: Amoving bookmark into subfolder stops ability to exit 'manage' mode, r=gavin 2009-03-02 19:50:44 -05:00
Mark Finkle 96881e22ee Bug 480950: unable to edit bookmarks from manage mode, r=bcombee 2009-03-02 16:45:36 -05:00
Mark Finkle 5415aa9e1e Disable ChromeInputHandler to see if it caused Ts regression on 2009-02-27 2009-03-02 13:55:52 -05:00
Taras Glek efcd5af6c1 bug 458741: unbreak panning r=bcombee 2009-03-02 10:51:31 -08:00
Gavin Sharp 9b817da3b7 Add missing ; 2009-03-02 05:25:43 -05:00
Gavin Sharp 1169f807e1 Merge backout of 02384ea1b0d9 (bug 480860) 2009-03-02 04:53:52 -05:00
Gavin Sharp f8a8e36002 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 c58482d09f Bug 480447 - clear outstanding paint events when repainting the whole canvas r=gavin 2009-03-01 14:32:40 -08:00
Gavin Sharp f9199f1f19 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 4d80c6628c Bug 45871: need to be able to scroll xul, r=mfinkle 2009-02-27 14:44:35 -05:00
Taras Glek 8bb8c4418c bug 477105: microoptimizations to intersect and flushRegion r=stuart 2009-02-27 14:14:49 -08:00
Gavin Sharp 4e0db1e990 bug 477105: second part of zoom responsiveness r=taras 2009-02-27 14:04:43 -08:00
Taras Glek a8c9e35908 Bug 477105 - improve zoom responsiveness, draw everything clipped r=stuart 2009-02-26 11:35:03 -08:00
Taras Glek 8eb65f299b Bug 480038: less setViewportSize, r=mfinkle 2009-02-26 12:50:00 -05:00
Ben Combee 488526a847 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 c6aaf1ca3a Bug 467670: Bookmark management (part 2), r=gavin 2009-02-25 01:20:45 -05:00
Mark Finkle 529613465f Bug 467670: Bookmark management (part 1), r=gavin 2009-02-25 01:20:45 -05:00
Taras Glek 32af1e3814 Bug 479821 - fix wsRect.intersects bustage r=stuart 2009-02-23 12:58:46 -08:00
Taras Glek 9efe87978d bug 477855: Rework painting to be based on Region union/subtract operations r=stuart 2009-02-23 09:11:00 -08:00