dbaron@dbaron.org
|
d68725b23c
|
Force reflow on default font change, since style data comparison is not sufficient for things not reflected in style data. b=394057 r+sr=roc a=blocking1.9+
|
2008-02-08 11:52:46 -08:00 |
|
bzbarsky@mit.edu
|
ed67adb341
|
Speed up page zoom by skipping the unnecessary resize reflow when we tell the viewmanager about its new size, since we plan to go ahead and do a full dirty reflow right after that. Bug 403660, patch by Daniel Brooks <db48x@yahoo.com>, r=bzbarsky, sr=roc
|
2008-01-28 20:10:59 -08:00 |
|
roc+@cs.cmu.edu
|
ab982faa16
|
Bug 355548. Clean up MathML's font handling by moving most of it to the style system. Creates nsMathMLElement to put functionality there. Tightens MathML attribute parsing and introduces full support for 'scriptsizemultiplier', 'scriptminsize' and their interactions with CSS font-size. r+sr=dbaron
|
2008-01-09 01:38:28 -08:00 |
|
roc+@cs.cmu.edu
|
96da482e7e
|
backing out bug 355548 due to test failures
|
2008-01-08 15:11:27 -08:00 |
|
roc+@cs.cmu.edu
|
c816d4ca4f
|
Bug 355548. Clean up MathML's font handling by moving most of it to the style system. Creates nsMathMLElement to put functionality there. Tightens MathML attribute parsing and introduces full support for 'scriptsizemultiplier', 'scriptminsize' and their interactions with CSS font-size. r+sr=dbaron
|
2008-01-08 14:36:46 -08:00 |
|
mats.palmgren@bredband.net
|
23d8566024
|
Don't call GetViewManager() if 'mShell' is null. b=408216 r+sr=roc a=blocking1.9
|
2007-12-16 20:59:59 -08:00 |
|
roc+@cs.cmu.edu
|
5ef857aad6
|
Bug 403067. mVisibleArea may get stale so use GetWindowDimensions() when we're going to do a SetWindowDimensions() with new dimensions. r+sr=dbaron
|
2007-12-11 18:27:00 -08:00 |
|
myk@mozilla.org
|
5c633024c5
|
bug 405483: explicitly sync devicecontext scale to prescontext scale upon prescontext initialization, fixing bug where web pages would either be too small (with scrollbars in the middle of the viewport) or too big (with scrollbars offscreen) when loaded if the previous page loaded in that tab had a non-default full zoom value; r+sr=roc
|
2007-11-26 20:54:30 -08:00 |
|
myk@mozilla.org
|
9346fcb9dc
|
bug 385224: optimize performance of site-specific preferences; r=mconnor,roc
|
2007-11-26 00:35:22 -08:00 |
|
bzbarsky@mit.edu
|
15bd8eb8f4
|
Don't allow presentational attributes to set colors if the "don't use document colors" pref is set. Bug 400452, r+sr=dbaron
|
2007-11-15 19:46:42 -08:00 |
|
reed@reedloden.com
|
e07b2a88e9
|
Bug 391868 - "Page Source very small with meta charset=windows-1258" [p=chris@pearce.org.nz (Chris Pearce) r+sr=dbaron a=blocking1.9+]
|
2007-10-11 15:54:18 -07:00 |
|
dbaron@dbaron.org
|
0c9f816e8a
|
Make IsWidgetStyled use style system to really check whether author styled borders or backgrounds, rather than depending on default values in forms.css. b=240117 r+sr=bzbarsky a=roc
|
2007-10-08 16:11:01 -07:00 |
|
dbaron@dbaron.org
|
7eb9fb4438
|
Destroy the old rule tree *after* processing the change list, in case the change list has frame reconstructs in it. Patch from Eli Friedman <sharparrow1@yahoo.com>. r+sr+a1.9=dbaron b=389744
|
2007-09-30 12:23:48 -07:00 |
|
sharparrow1@yahoo.com
|
511ac7eb40
|
Bug 391494: full page zoom causes scrollbars to be cut off. r+sr+a=roc
|
2007-08-24 10:46:59 -07:00 |
|
mozilla@weilbacher.org
|
672757f230
|
Bug 385891: Removal of non-Cairo code from nsFrame.cpp and nsObjectFrame.cpp, p=alfredkayser, r/sr/a=dbaron
|
2007-08-23 17:13:43 -07:00 |
|
dbaron@dbaron.org
|
6b78554c14
|
Add nsPresContext and nsEventStateManager to cycle collection. b=385376 r=Olli.Pettay sr=jst a=jst
|
2007-08-10 14:25:24 -07:00 |
|
sharparrow1@yahoo.com
|
29bb7c7d5d
|
Bug 389720: zooming frameset is poor. r+sr=roc, a=dbaron
|
2007-08-07 13:38:35 -07:00 |
|
roc+@cs.cmu.edu
|
9562390da7
|
Bug 387969. Use CSS 'text-rendering' property to control text quality. r=pavlov,r+sr=bzbarsky
|
2007-07-26 02:47:43 -07:00 |
|
sharparrow1@yahoo.com
|
0881e734d3
|
Bug 4821: Implement page zoom (backend). r+sr=roc.
|
2007-07-25 20:34:16 -07:00 |
|
sharparrow1@yahoo.com
|
2217b2847d
|
Bug 386640: ClearStyleDataAndReflow is fundamentally broken. r+sr=bz
|
2007-07-25 10:14:13 -07:00 |
|
dbaron@dbaron.org
|
70f9b787c2
|
Rewrite the pref for forbidding pages from setting colors and backgrounds so that it changes transparency less often and interferes less with user and user-agent styles. b=58048, 255829, 255411 r+sr=bzbarsky
|
2007-05-16 14:10:31 -07:00 |
|
sayrer@gmail.com
|
9d85f96e43
|
Bug 375434. cleanup constructor in nsPresContext.cpp. r+sr=roc
|
2007-04-19 12:11:42 -07:00 |
|
bzbarsky@mit.edu
|
eeaa1a101b
|
Rename nsIFrame::GetPresContext to nsIFrame::PresContext. Bug 376042, patch byTaras Glek <tglek@mozilla.com>, rs=roc.
|
2007-03-30 14:11:41 -07:00 |
|
sharparrow1%yahoo.com
|
1d2635a33a
|
Bug 371238 Fix uninitialized variable in nsPresContext::GetContainer. r+sr=roc
|
2007-02-22 22:09:14 +00:00 |
|
sharparrow1%yahoo.com
|
1706963a44
|
Bug 369698: fix dynamic changes to layout.css.dpi pref. r+sr=roc.
|
2007-02-15 09:04:25 +00:00 |
|
sharparrow1%yahoo.com
|
a8f437abc4
|
Bug 369834: Get rid of SetAltDevice and friends (and fix print preview). r+sr=roc.
|
2007-02-13 22:36:59 +00:00 |
|
sharparrow1%yahoo.com
|
55aba527d3
|
Bug 369690: nsPresContext::mImageLoaders uses wrong key; r+sr=bzbarsky
|
2007-02-09 20:44:10 +00:00 |
|
sharparrow1%yahoo.com
|
76a64e5c22
|
Bug 177805: Fix the use of units in Gecko. r+sr=roc
|
2007-02-07 07:46:44 +00:00 |
|
timeless%mozdev.org
|
4e651390ef
|
Bug 355300 There should be only one nsGkAtoms creature
r=dbaron
|
2006-12-26 17:47:52 +00:00 |
|
dbaron%dbaron.org
|
31f1898810
|
Bug 300030: Move intrinsic width computation out of nsIFrame::Reflow and into its own methods on nsIFrame. Replace reflow reasons, types, and commands with dirty bits/notifications. Thanks to bzbarsky for almost all of the HTML form controls (mozilla/layout/forms) changes, and many others for help testing and patching. For detailed commit logs, see REFLOW_YYYYMMDD_BRANCH, where YYYYMMDD is one of 20061031, 20060830, 20060603, 20060302, 20060119, 20051011, 20050804, 20050429, 20050315, 20050111, and 20041213.
|
2006-12-08 05:38:33 +00:00 |
|
bzbarsky%mit.edu
|
8bfd20a05a
|
Move GetCompatibilityMode() to nsIDocument. Bug 362797, r+sr=jst
|
2006-12-05 15:46:18 +00:00 |
|
roc+%cs.cmu.edu
|
4b33f10cb8
|
Bug 324963. Keep a list of active popups to help us dispatch mouse events to them ... moving handling of 'always on top' popups towards a view-less world. r+sr=bzbarsky
|
2006-11-29 23:09:13 +00:00 |
|
bzbarsky%mit.edu
|
5c5673fe67
|
Coalesce native theme change notifications to deal with the dozens of them we
get when the GTK theme changes. Bug 352096, r+sr=roc
|
2006-09-12 04:36:03 +00:00 |
|
timeless%mozdev.org
|
97d86b0df2
|
Bug 106386 Correct misspellings in source code
r=bernd rs=brendan
|
2006-08-28 20:12:37 +00:00 |
|
bzbarsky%mit.edu
|
3c2930f20a
|
Handle the minimum font size being changed to 0 correctly. Bug 327054, r+sr=roc
|
2006-08-08 16:43:20 +00:00 |
|
Olli.Pettay%helsinki.fi
|
6431c70f98
|
Bug 346119, update PresContext's document when PresShell is changed, r+sr=bz
|
2006-07-28 06:22:19 +00:00 |
|
Olli.Pettay%helsinki.fi
|
cb1f0a0bb9
|
Bug 338122, Crash [@ nsIMEStateManager::IsActive] when window gets removed on mousedown at button, r+sr=roc
|
2006-05-19 10:26:44 +00:00 |
|
masayuki%d-toybox.com
|
6fb048961a
|
Bug 327003 Don't commit the IME composition string when Mozilla is deactivated r=roc+masaki.katakai+timeless sr=roc
|
2006-04-11 16:37:58 +00:00 |
|
sharparrow1%yahoo.com
|
3b62c93943
|
Bug 332927: Cleanup iframe/frame printing code (and a couple other misc. cleanups)
|
2006-04-11 01:48:48 +00:00 |
|
sharparrow1%yahoo.com
|
dc0d45c95e
|
Bug 244055: Page layout for editor. There is no UI yet, and caret display is buggy at the moment, but otherwise it works. Patch by Alexandre Tr�mon, r+sr=roc.
|
2006-04-01 01:19:28 +00:00 |
|
dbaron%dbaron.org
|
5dcd0b1309
|
One-line descriptions of files, partly because they show up in LXR.
|
2006-03-30 05:56:38 +00:00 |
|
sharparrow1%yahoo.com
|
1e650e3784
|
Bug 331415: some printing code cleanup. r+sr=roc.
|
2006-03-30 00:27:42 +00:00 |
|
dbaron%dbaron.org
|
80962467f4
|
Always use the UI direction for the scrollbar side, which is what we used to do in the most common case, but make it a pref. b=330863 r=smontagu sr=roc
|
2006-03-26 00:48:03 +00:00 |
|
cvshook%sicking.cc
|
1b3207b1d5
|
Relanding patches that (hopefully) don't affect Tdhtml
|
2006-03-24 00:09:50 +00:00 |
|
cvshook%sicking.cc
|
e26140ab7d
|
Back out a few of my patches to see if any caused the Tdhtml regression in bug 331364.
|
2006-03-23 08:21:21 +00:00 |
|
pavlov%pavlov.net
|
5f68395a20
|
draw image selection using thebes in cairo builds instead of tiling an image. bug 328390. r=vlad sr=roc
|
2006-03-16 21:42:50 +00:00 |
|
cvshook%sicking.cc
|
de7a063b91
|
Bug 325426: Only use baseURI to resolve relative uris. r=bz sr=jst
|
2006-03-08 05:01:16 +00:00 |
|
cbiesinger%web.de
|
c2d981f764
|
bug 183156 remove *UCS2* functions, replacing them with *UTF16* ones
r+sr=darin
|
2006-02-03 14:18:39 +00:00 |
|
roc+%cs.cmu.edu
|
77bca74243
|
Bug 317375. Reorganize frame painting and mouse event targeting around frame display lists. Some review from dbaron, lots of testing help from Martijn, Julien and others
|
2006-01-26 02:29:17 +00:00 |
|
bmlk%gmx.de
|
6c6b9013a4
|
use scaledpixels to convert from CSS pixels to realword pixels bug=307367 r/sr=roc
|
2006-01-21 09:31:45 +00:00 |
|