dbaron%fas.harvard.edu
6b3cbec149
Fix the way HTML's align attribute works for horizontal alignment of blocks. Use the -moz-center and -moz-right even in strict mode, and apply them to blocks in addition to tables. r=attinasi b=37083, 40038
2000-07-27 23:37:44 +00:00
dbaron%fas.harvard.edu
a394eeee27
Improve performance of testing for visited links CSS selector matching by reducing string conversion and by caching the state of the link on the link element. r=waterson b=25963
2000-07-27 23:17:53 +00:00
dbaron%fas.harvard.edu
8f5f2da417
Improve performance of testing for visited links CSS selector matching by reducing string conversion and by caching the state of the link on the link element. r=waterson b=25963
2000-07-27 23:11:02 +00:00
hyatt%netscape.com
e5e26c9cb0
Fix to prevent crawling of template. Meant to check this earlier today
...
with the original approved template landing. r,a=waterson
2000-07-27 06:20:57 +00:00
rjc%netscape.com
fae4fe9f8f
Fix bug # 46211: handle insertion/sorting correctly with mixed static-dynamic content. r=waterson
2000-07-27 00:22:42 +00:00
hyatt%netscape.com
daefd4a8b7
Fixes to template builder for non-aggressive groveling. r=waterson,a=waterson
2000-07-26 23:56:02 +00:00
bienvenu%netscape.com
7e013b3f14
turn on warren and waterson's rdf optimization
2000-07-26 23:47:35 +00:00
mjudge%netscape.com
a2d557d597
46209 one of the last beta 2 blockers. adding ability to frames to tell if part of them is visible. idl change to allow nsISelectionController to give CheckVisibility. PresShell actually has the code for nsGfxTextControlFrame to call.
2000-07-26 11:31:12 +00:00
brendan%mozilla.org
88963e82c0
Oops, nsXBLService implements two interfaces: nsIXBLService and nsIMemoryPressureObserver (r=dbaron@fas.harvard.edu).
2000-07-25 01:44:22 +00:00
attinasi%netscape.com
dc9a1e9ec3
Fixed the way the HTML element's background is handled. b=2285 r=dbaron
2000-07-24 22:51:41 +00:00
hyatt%netscape.com
2866a486af
Fix for bug #45951 . r=waterson.
2000-07-24 22:42:34 +00:00
mjudge%netscape.com
90d5d99103
awful regression of not copypasting from textareas! fixed.r=akkana,anthonyd
2000-07-22 01:11:49 +00:00
jst%netscape.com
4801b5ce24
Fixing nsbeta2+ bug 45019, images didn't show up on document that were fully created with document.open(): document.write();... r=nisheet&rpotts
2000-07-21 23:44:38 +00:00
ftang%netscape.com
d4bb6b1c16
more fix for 39790 which we forget. change intl.charset.default to navigator.properties
...
r=nhotta/cata
2000-07-20 21:09:11 +00:00
brade%netscape.com
08e968606d
check if events have been handled already before dispatching them; r=saari; bug #45390
2000-07-20 14:32:30 +00:00
jst%netscape.com
c103e759e0
Trivial change to cut down on the noice in bug reports by not returning internal errors back to JS, this fixes harmless, but annoying JS exceptions when mousing over chromeless windows. r=waterson.
2000-07-20 06:11:22 +00:00
pnunn%netscape.com
31c3fa63dd
fix for bug#30852.(nsbeta2+). Image reloads not using necko reload attributes. pnunn.
...
rev:neeti; and tested on win/mac/linux.
2000-07-20 01:52:35 +00:00
mscott%netscape.com
eba6d58943
Bug #44397 --> quick fix to the bookmarks problem with create new profile, if the
...
url is about:blank then don't try to instantiate bookmarks just to get a charset!
i'm not sure this bookmarks code belongs here anyway. We'll file another bug to get it moved out.
r,a=waterson
2000-07-19 19:51:20 +00:00
warren%netscape.com
42870bddb5
Added nsIRDFDataSource::HasArcIn/HasArcOut. Changed nsXULTemplateBuilder.cpp to use it (ifdef'd for now). Speed up folder loading by about 24%. r=waterson,alecf
2000-07-19 03:58:25 +00:00
valeski%netscape.com
3f6c274d00
45723. r=rpotts. webshell-docshell consolodation changes.
2000-07-18 23:13:07 +00:00
attinasi%netscape.com
eedf5b9e23
Checkin for timeless@bemail.org: Fixed rounding error making LARGER work for font sizes less than 9px. b=12461, r=attinasi@netscape.com,disttsc@bart.nl a=brendan@mozilla.org
2000-07-18 21:48:51 +00:00
hyatt%netscape.com
f96409cba5
Fix for 45248. r=saari
2000-07-17 23:55:25 +00:00
valeski%netscape.com
85e516cef2
updating a comment
2000-07-16 15:05:31 +00:00
waterson%netscape.com
976122f3f3
Bug 45568. Don't flush notifications while looking for the nsIEditor object! The content sink may be in a crazy state where it's trying to rotate the content model. r=mozbot, because this is a smoketest blocker.
2000-07-15 20:51:01 +00:00
dbaron%fas.harvard.edu
fe84ff14d9
Fix bug 42895 (nsbeta2+), a huge leak whenever a text input receieves an event, by propogating SetDocument(null,...) calls to the anonymous content in ender-lite widgets so that script objects for that content are unrooted. r=hyatt, mjudge
2000-07-14 23:20:48 +00:00
sfraser%netscape.com
3e016210e2
Fix for nsbeta2+ bug 31134 -- paste in edit menu not enabled correctly. Add a new command set for clipboard-related menu items, and fire it on Copy. Also ensure that UpdateCommands("focus") gets called on window activation, and when unfocussing a wiget in page.
r=hyatt, saari
2000-07-14 22:06:31 +00:00
mjudge%netscape.com
2659d67fc4
making the element factory support weak references. needed to make ender-lite faster.
2000-07-13 23:18:37 +00:00
hyatt%netscape.com
8b2b14874d
Fix for smoketest blocker. r=saari, bug#=35952
2000-07-12 22:24:29 +00:00
jst%netscape.com
f7cab6aef4
Fixing nsbeta2+ bug 38610, don't throw a JS exception when .complete is accessed on an Image created in JS. r=pollman@netscape.com
2000-07-12 03:35:13 +00:00
jst%netscape.com
07b5435300
Fixing nsbeta2+ bug 44115, properly handle area elements even if the href is a relative url, r=vidur@netscape.com
2000-07-12 02:42:28 +00:00
jst%netscape.com
09704ae049
Fixing nsbeta2+ bug 44434, problems with width and height properties on preloaded images. r=vidur@netscape.com
2000-07-12 02:30:42 +00:00
mcafee%netscape.com
6cc57103d6
Checking in null pointer fix for bugscape:1205, netscape nsbeta2+ bug. r=saari
2000-07-12 02:22:41 +00:00
jst%netscape.com
6743cc42f4
Fixing nsbeta2+ bug 44001, nulling out output parameters to avoid crasing. r=vidur@netscape.com
2000-07-12 02:15:27 +00:00
ericb%neoplanet.com
614b09c2ff
resizers and titlebars r:hyatt a:hyatt
2000-07-11 23:34:44 +00:00
rods%netscape.com
07b2e9e199
setting parent to null to make sure there are no dnagling pointers from children
...
to their parents
b=44266, r=jst
2000-07-11 22:17:38 +00:00
rods%netscape.com
32b6fb9dd8
removing accidental checkin
2000-07-11 21:00:22 +00:00
pinkerton%netscape.com
5ce55a3f65
landing patch for crash when document goes away after tooltip timer has fired. basically, make mPossibleTooltipNode a strong ref. patch from roc+moz@cs.cmu.edu r=pinkerton, bug# 27828.
2000-07-11 20:55:57 +00:00
rods%netscape.com
45c7e846e4
option elements no longer add and remove themselves from the select, the select now does all the housekeeping. b=44266, r=pollmann
2000-07-11 20:55:21 +00:00
rods%netscape.com
8aed93cecf
*** empty log message ***
2000-07-11 20:55:20 +00:00
brendan%mozilla.org
312b64ae77
Must unregister memory pressure observer in \~nsXBLService (nsMemory doesn't clean up after us; r=warren).
2000-07-11 05:43:34 +00:00
brendan%mozilla.org
c6447c1283
XBLService implements nsIMemoryPressureObserver (44352, r=hyatt).
2000-07-11 01:28:36 +00:00
bryner%uiuc.edu
44f0d8f152
Fixing 44859. r=hyatt.
2000-07-10 20:19:32 +00:00
evaughan%netscape.com
3f9c79ee07
disable gfx scrollbars #44576
...
grid fixes for tree bugs
-r Hyatt
2000-07-10 20:10:27 +00:00
akkana%netscape.com
7dfa57ab2f
38232 (nsbeta2+): Make line break character configurable in the
...
output system, and use \n (the DOM linebreak character) when getting
output from text controls. Also fix some warnings. r=kin.
2000-07-10 19:46:59 +00:00
pollmann%netscape.com
cd1eceeb92
Bug 4891: Allow flushes to occur outside parsing of the <script> tag. This allows us to keep content lists up to date through document.writes in event handlers r=nisheeth
2000-07-08 00:19:44 +00:00
waterson%netscape.com
779800989a
Bug 37621. Add necessary logic to retract and fire rules in nsXULTemplateBuilder::OnChange(). I lost these when I re-wrote this method :-(. r=rjc
2000-07-07 23:01:14 +00:00
saari%netscape.com
13d87ad82a
fixing crashing popups on Windows. Smoketest blocker. Simple null check, nsPIDOMWindow QI result wasn't checked. Not sure why this fails suddenly, I would think everyone shoudl be implementing nsPIDOMWindow.... r=pinkerton
2000-07-07 22:17:00 +00:00
bryner%uiuc.edu
911f34cf7f
Fix for bug 43417. r=pinkerton.
2000-07-06 22:20:32 +00:00
karnaze%netscape.com
ebef864d30
bug 39799 - map NS_STYLE_TEXT_ALIGN_CENTER to align=center, r=syd.
2000-07-06 13:42:57 +00:00
waterson%netscape.com
ad2c431234
Fix silly leak that dbaron found with leaksoup. r=jack,a=lumpy.
2000-07-06 04:27:10 +00:00