roc+%cs.cmu.edu
|
f295b9b118
|
Bug 183905. Allow horizontal scrolling with mouse sticks. Patch by Dainis_Jonitis, r+sr=roc+moz
|
2003-03-12 03:22:11 +00:00 |
dbaron%dbaron.org
|
62f2b8c3bd
|
Remember the lowest floater top for CSS2 9.5.1 rule 5 (a float cannot be higher than earlier floats) on the space manager rather than the block reflow state so that it works across blocks sharing the same space manager. Save and restore it in the space manager's PushState and PopState to fix incremental reflow bug (177331). b=196919 r+sr=roc+moz Change PRIntn to PRInt32. b=115153 r+sr=bzbarsky
|
2003-03-11 23:56:49 +00:00 |
bmlk%gmx.de
|
79a60cddf3
|
clip the border at the dirty rectangle, bug 86249 r+sr=roc+moz
|
2003-03-11 15:15:08 +00:00 |
jkeiser%netscape.com
|
b34d9fa683
|
Fix ISINDEX crash (bug 191974), r=aaronl@netscape.com, sr=dbaron@dbaron.org
|
2003-03-11 06:53:49 +00:00 |
aaronl%netscape.com
|
c616086a0c
|
Bug 194968. Use content id properly to expose whether window is content vs. UI. r/sr=roc+moz
|
2003-03-06 23:07:00 +00:00 |
dbaron%dbaron.org
|
811d5b0d7a
|
Implement garbage collection of the rule tree to fix some cases of memory growth and to allow us to move towards style rule immutability. b=117316 r+sr=bzbarsky
|
2003-03-06 19:14:17 +00:00 |
dbaron%dbaron.org
|
3c6ce196c4
|
Handle inline style changes by creating new style rules to wrap the modified nsCSSDeclarations, thus moving towards style rule immutability and away from property-based change hints. Patch from Boris Zbarsky <bzbarsky@mit.edu>. r=dbaron sr=roc b=171830
|
2003-03-06 19:07:22 +00:00 |
jkeiser%netscape.com
|
a0e80bf9d6
|
Remove unneeded include nsWidgetsCID.h (bug 189813), patch by luke_harless@attglobal.net, r=jkeiser@netscape.com, sr=sfraser@netscape.com
|
2003-03-06 00:59:43 +00:00 |
paper%animecity.nu
|
bd21cb55b0
|
Bug 194108 Don't PaintBackgroundColor when tiled image is opaque and fully covering. r=caillon sr=roc+moz
|
2003-03-05 23:34:48 +00:00 |
peterv%netscape.com
|
b3d575fd9b
|
Fix for bug 195153 (Remove bogus 'extern' decls from NS_New* functions.). Patch by jst, r=sicking, sr=peterv.
|
2003-03-05 15:08:41 +00:00 |
sfraser%netscape.com
|
0fce5c3a3b
|
Fix bug 74404: show caret drag feedback. r=brade, sr=kin
|
2003-02-27 23:09:51 +00:00 |
jst%netscape.com
|
725c515f9a
|
Fixing bug 182700. Make 'Copy Image Location' work for <input type=image> elements. r=timeless@myrealbox.com, sr=peterv@netscape.com
|
2003-02-27 01:38:20 +00:00 |
bzbarsky%mit.edu
|
7267f149a3
|
Eliminate libpr0n's use of prescontexts as unique keys; use documents instead
and do not hold a ref to them. Bug 190475, r=pavlov, sr=jst
|
2003-02-26 05:51:32 +00:00 |
sfraser%netscape.com
|
9c1a661d56
|
Make static data const in nsBidiUtils.cpp. Bug 74803. r=dbaron, sr=alecf.
|
2003-02-26 00:54:14 +00:00 |
kin%netscape.com
|
0f853ce268
|
Fix for regression bug 194774 (cursor appears to "jump" to beginning of line after hitting backspace)
Checking in this work around for leon.zhang@sun.com. Comment out the code that sets mCachedOffsetValid to PR_TRUE. This effectively disables the fix for bug 35296.
r=brade@netscape.com sr=sfraser@netscape.com a=leaf@mozilla.org
|
2003-02-25 18:10:35 +00:00 |
smontagu%netscape.com
|
7ee3fea849
|
Remove nsITextFrame. Bug 188618, r/sr=roc+moz.
|
2003-02-25 00:44:04 +00:00 |
henry.jia%sun.com
|
112b5683e2
|
Bug 35296: SetCaretEnabled() takes too long
Patch by Leon.Zhang@sun.com, r/sr=sfraser
|
2003-02-24 10:26:20 +00:00 |
bryner%netscape.com
|
d7a8d94462
|
Keep a reference to the style context for the lifetime of AttributeChanged(), so it's not deleted out from under us when the frame is destroyed. Fixes crasher bug 194584. r/sr=dbaron.
|
2003-02-23 23:02:26 +00:00 |
dbaron%dbaron.org
|
1d38d9f953
|
Make ProbePseudoStyleFor return null whenever :before and :after aren't displayed so that we don't try to reframe constantly in certain cases, preventing link clicking from working. b=188525 r+sr=bzbarsky
|
2003-02-23 17:28:25 +00:00 |
dbaron%dbaron.org
|
e2875e8fee
|
Replace the broken (since it can return destroyed data) ResolveStyleContextAndGetStyleData with GetXBLBindingURL. b=193847 r+sr=bzbarsky
|
2003-02-23 17:20:15 +00:00 |
timeless%mozdev.org
|
695aae1d23
|
Bug 126484 Occurences of uninitialized variables being used before being set (in Bidi files)
patch by mozilla-bugs@nogin.org r=smontagu sr=bz
|
2003-02-23 11:10:28 +00:00 |
timeless%mozdev.org
|
f7ac602489
|
Bug 193824 Remove unused globals from nsDocumentViewer.cpp
r=smontagu sr=alecf
|
2003-02-23 07:03:09 +00:00 |
bzbarsky%mit.edu
|
9694162f77
|
Make CSSStyleSheetImpl::Clone properly set various weak refs on the clone
(parent sheet, parent rule, owning node, document). Bug 167415, r+sr=dbaron
|
2003-02-23 04:44:41 +00:00 |
bryner%netscape.com
|
fc41bb081b
|
Fix some potentially uninitialized variables caused by my StyleContext checkin (bug 114713).
|
2003-02-23 04:03:49 +00:00 |
roc+%cs.cmu.edu
|
77e5c960ef
|
Bug 191938. 'Dont print backgrounds' by setting background to white. also clean up unused params and make background-attachment:fixed work in printing/printpreview. r+sr=bzbarsky
|
2003-02-23 02:49:22 +00:00 |
roc+%cs.cmu.edu
|
49dfc64596
|
Bug 157445. Be more aggressive about making visibility:hidden elements have visible views. r+sr=bzbarsky
|
2003-02-23 02:22:14 +00:00 |
roc+%cs.cmu.edu
|
7cc3ad9cea
|
Bug 186754. Make sure scrolled elements honor the content hierarchy for z-index. r+sr=bzbarsky
|
2003-02-23 02:03:43 +00:00 |
roc+%cs.cmu.edu
|
35fe4b6f27
|
Bug 189723. Fix valgrind warning on uninitialized value when GetPenMode isn't implemented. r+sr=bzbarsky
|
2003-02-22 22:27:45 +00:00 |
bryner%netscape.com
|
8cd3e31161
|
Fix leaks introduced from bug 114713 (bug 194468). r/sr=dbaron.
|
2003-02-22 22:21:20 +00:00 |
roc+%cs.cmu.edu
|
049cf112e1
|
Bug 180921. Make nsDocumentViewer::Show call nsDocumentViewer::MakeWindow instead of duplicating code. Fixes a bug where subdoc view linkage was added to MakeWindow but not Show. r=jkeiser,sr=jst
|
2003-02-22 21:48:39 +00:00 |
roc+%cs.cmu.edu
|
3f4a258f57
|
Bug 192469. Reparent views for blocks-in-inlines regardless of why we created the view. r+sr=bzbarsky
|
2003-02-22 21:37:55 +00:00 |
dbaron%dbaron.org
|
5ed54b92a0
|
Make CtlStyleWatch |#ifdef MOZ_PERF_METRICS|. b=191831 r+sr=roc+moz
|
2003-02-22 19:26:30 +00:00 |
dbaron%dbaron.org
|
c32b76ad84
|
Replace nsIStyleSheet::AttributeAffectsStyle with nsIStyleRuleProcessor::HasAttributeDependentStyle. Strengthen the attribute optimization and apply it to HTML as well. b=163556 r+sr=bzbarsky
|
2003-02-22 16:10:53 +00:00 |
dbaron%dbaron.org
|
d6bc81b26f
|
Reduce code size of atom lists by storing a table of strings and pointers to fill in. b=181383 r=alecf sr=sfraser
|
2003-02-22 15:58:07 +00:00 |
dbaron%dbaron.org
|
98a468e59f
|
Fix crash from over-releasing from bryner's changes yesterday. b=114713
|
2003-02-22 15:54:04 +00:00 |
dbaron%dbaron.org
|
754d904cda
|
Remove nsISizeOfHandler and associated SizeOf methods. b=106792 r=bzbarsky sr=jst
|
2003-02-22 15:34:38 +00:00 |
bryner%netscape.com
|
9be33464b3
|
fixing more nebiros bustage, use .get() on nsRefPtr<nsStyleContext> when calling ::GetStyleData
|
2003-02-22 09:16:41 +00:00 |
bryner%netscape.com
|
cc390fbe51
|
Remove nsIStyleContext (bug 114713), r/sr=dbaron. Changed lots of methods to use nsStyleContext* or already_AddRefed<nsStyleContext> as return values, depending on whether a reference is returned. Turn on nsRefPtr (bug 104346), and change nsDerivedSafe to not declare AddRef and Release explicitly virtual, r=jag, sr=dbaron.
|
2003-02-22 00:32:13 +00:00 |
jkeiser%netscape.com
|
ea491eb824
|
Make mousey events targeted properly at textnodes (bug 185889, bug 103055), fix client-side image maps (bug 110072), r=saari@netscape.com, sr=bryner@netscape.com, a=dbaron@dbaron.org
|
2003-02-14 21:43:06 +00:00 |
dbaron%dbaron.org
|
ebdf14098b
|
Fix leak when handling key events on zombie pages. b=192336 r+sr=roc a=asa
|
2003-02-11 20:26:42 +00:00 |
bzbarsky%mit.edu
|
5576244447
|
Make sure all caller have to pass in the "ignore 'print backgrounds'
preference" boolean. Make block/inline _not_ ignore that pref. Bug 191574,
r+sr=dbaron, a=asa
|
2003-02-01 23:54:32 +00:00 |
jkeiser%netscape.com
|
804d97c237
|
Fix window focus event regressions (bug 190767), patch by Ruslan Ismailov (croo@nm.ru), r=jkeiser@netscape.com, sr=bryner@netscape.com
|
2003-02-01 05:26:16 +00:00 |
timeless%mozdev.org
|
b4af4f3315
|
Bug 156405 Tabbed browsing frequently crashes Mozilla - Trunk M130A [@ nsXULWindow::ContentShellAdded]
patch by bsmedberg@covad.net r=roc+moz, sr=roc+moz, a=roc+moz
|
2003-01-31 21:31:48 +00:00 |
caillon%returnzero.com
|
099f831482
|
comment fixes r+sr=bzbarsky
|
2003-01-22 08:01:37 +00:00 |
rbs%maths.uq.edu.au
|
5cb8eebf8c
|
Add a comment following b=123049, r+sr=bzbarsky
|
2003-01-22 07:56:13 +00:00 |
jkeiser%netscape.com
|
ccc9f5af48
|
Stop firing mouse events at textnodes, fix tooltips not going away onmouseout (bug 185889, bug 185965), r=bryner@netscape.com, sr=jst@netscape.com
|
2003-01-21 21:26:45 +00:00 |
dbaron%dbaron.org
|
c51fe8f39d
|
Fix crash (and refix other crashes in a cleaner way) by making UndisplayedMap own references to content nodes, just like frames do. b=161304 r+sr=bzbarsky
|
2003-01-21 00:47:14 +00:00 |
karnaze%netscape.com
|
a8596de177
|
bug 179683 - implement printing of fixed positioned elemements, clean up ViewportFrame. sr=roc, r=bzbarsky.
|
2003-01-20 18:04:34 +00:00 |
jrgm%netscape.com
|
b9b898a7ea
|
remove '#ifndef REPEATING_TIMERS' code. This was accidentally turned back on in 9/02 after being dead from 12/01, and will now revert to using repeating timers. Affect caret, <blink>, bookmarks & search 'ping'. bug 182141, r+sr=smfr
|
2003-01-20 04:26:17 +00:00 |
rbs%maths.uq.edu.au
|
e85527e245
|
In certain dynamic updates, frames scheduled to be reprocessed could be destroyed in a ripple effect. Since this was a root problem, the patch fixes the crasher bugs 123049, 133219 154797 187671 187890, r=bzbarsky, sr=dbaron
|
2003-01-20 01:07:03 +00:00 |