Commit Graph

308 Commits

Author SHA1 Message Date
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
Mark Finkle
f75fea5152 Bug 476714: Closing the selected tab results in errors, r=gavin 2009-02-03 21:37:10 -05:00
Gavin Sharp
de72f6725e Backed out changeset 731f6fc9c130 2009-02-03 17:13:15 -05:00
Gavin Sharp
750f7a15ac Bug 476521: simplify chrome CSS, r=mfinkle 2009-02-02 17:11:51 -05:00
Taras Glek
9572d0770a Bug 474689 - Limit painting to visible area during loads, use a heuristic to reduce zoomtopage calls, etc r=stuart 2009-01-30 12:42:05 -08:00