Commit Graph

676 Commits

Author SHA1 Message Date
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
d1465b4f3d Oopsie, small bugfix for bug I introduced to wsRect::intersects in my last commit. 2009-07-30 18:17:15 -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
Roy Frostig
5f8fc47b99 Fix initing of zoomLevel to NaN during slow page load. 2009-07-29 15:44:41 -07:00
Roy Frostig
544af1f196 Slight simplification of chrome document check for events. 2009-07-29 14:05:03 -07:00
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
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
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
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
Vivien Nicolas
9ec97b01b9 Bug 500678: Manage text off-center in Bookmarks Manager, r=mfinkle 2009-07-21 11:37:29 -04: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
Gavin Sharp
55228390c7 Bump version, r=mfinkle/blassey 2009-07-14 17:51:04 -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
Axel Hecht
596cacf283 bug 503654, add Turkish (tr) to fennec l10n builds 2009-07-14 15:33:20 +02: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