Commit Graph

32 Commits

Author SHA1 Message Date
Mark Finkle
b224a31878 Bug 572214 - [e10s] Add support for remote and local rendering [r=vingtetun] 2010-06-16 10:47:13 -04:00
Vivien Nicolas
6debf7d491 Bug 556046 - vertical line on tab thumbnails on about:home [r=mfinkle] 2010-04-28 16:49:49 -04:00
Benjamin Stover
e8ec7dbdae Bug 542607 - No checkerboarding for pages with animation [r=mark.finkle r=vingtetun] 2010-02-18 20:58:24 -05:00
Benjamin Stover
e108afe330 Bug 539787 - [regression] center() throws sometimes when switching tabs [r=mfinkle] 2010-01-14 14:31:25 -08:00
Benjamin Stover
1f0357c915 Bug 538669 - Improve idle crawler [r=vingtetun,froystig] 2010-01-14 13:35:08 -08:00
Benjamin Stover
4c9e2814ab Bug 539062 - Less checkerboarding [r=vingtetun,froystig] [and stuart's cool with it too] 2010-01-14 10:30:04 -08:00
Benjamin Stover
93b1695914 Bug 538571 - checkerboard appears after slow pan [r=stuart,vingtetun,froystig] 2010-01-12 10:10:17 -08:00
Brad Lassey
fcb11b12e6 bug 537660 - fennec takes too long to respond to zoom command r=mfinkle,stechz,froystig 2010-01-11 15:43:47 -05:00
Benjamin Stover
aff3fe9511 Bug 534652 - Remove White area surrounding content document on nightly builds. r=dougt 2009-12-22 16:45:54 -08:00
Doug Turner
084fd53cf6 Bug 534054 - Black horizontal lines on some sites. Workaround. r=webapps@stechz.com 2009-12-11 09:47:24 -08:00
Benjamin Stover
47ccb25fdf Bug 523988 - Dirty Tiles show up when trying to zoom during a page load [r=mfinkle] 2009-12-08 09:44:57 -08:00
Benjamin Stover
61cec97594 Bug 526904 - Tabs loading in background are not pannable 2009-11-24 13:59:35 -08:00
Benjamin Stover
60a49afb27 Bug 528323: Improve zooming perf and fix zoom for some sites [r=mark.finkle] 2009-11-12 23:41:45 -05:00
Roy Frostig
b7356d7df4 Bug 480958. Update viewport dimensions as per MozScrolledAreaChanged. r=mfinkle 2009-09-08 15:02:49 -07:00
Mark Finkle
1c87dca41e Backed out changeset d7623fd1ad70 2009-10-21 15:41:09 -04:00
Roy Frostig
a877092d0f Bug 480958: Update viewport dimensions as per MozScrolledAreaChanged [r=mark.finkle r=stuart] 2009-10-21 14:05:55 -04:00
Benjamin Stover
32d5975f3a Bug 523373: [Regression] _criticalRect is empty and throws in Rect.center() [r=froystig] 2009-10-20 22:16:06 -04:00
Mark Finkle
93486d724a Bug 522514: Make tile capacity a preference [r=stechz] 2009-10-19 16:22:17 -04:00
Benjamin Stover
b645bd4a7a Bug 520910: Refactor Rect and add Point class, r=gavin 2009-10-15 15:50:32 -04:00
Doug Turner
dcf48cdd02 Bug 522060 - OOM caused by too much memory used in the tile cache. r=mfinkle 2009-10-13 13:54:51 -07:00
Roy Frostig
16ad2cf8a9 Prefetch tiles in TileManager when device is idle as reported by nsIIdleService. r=dougt,mfinkle. 2009-10-09 20:03:14 -07:00
Benjamin Stover
276de79670 Bug 518959: Only repaint dirty parts, r=stuart, r=mfinkle 2009-10-05 23:14:57 -04:00
Benjamin Stover
da8cf2a2d4 Bug 486014: GMail storage counter flickers with each update, r=mfinkle, r=stuart 2009-09-21 17:46:10 -04:00
Roy Frostig
f4cecbcf44 bug 511516. Add BrowserView API for rendering to a destination canvas. 2009-08-22 14:06:51 -04:00
Roy Frostig
8c9d106456 Minor changes to address review comments on TileManager and BrowserView. 2009-08-06 18:44:20 -07:00
Stuart Parmenter
c7f370f8cd Hook up urlbar scrolling/panning 2009-08-05 13:28:43 -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
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
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