Граф коммитов

3217 Коммитов

Автор SHA1 Сообщение Дата
ftang%netscape.com 36ab05611e fix bug 80552 r=ftang r/sr=jst
check in for simon@softel.co.il
change BidiEnable to GetBidiEnable
2001-05-16 13:40:08 +00:00
ftang%netscape.com 2f2edcb566 fix 76003. fix bidi rendering context state corrupting
check in for simon@softel.co.il
r=dbaron@fas.harvard.edu
sr=kin@netscape.com
2001-05-16 12:18:19 +00:00
dr%netscape.com 0394710c89 fix for 46287 (<frame scrolling=no> breaks window.scroll and html anchors). r=evaughan, sr=hyatt 2001-05-16 05:30:24 +00:00
ftang%netscape.com 43b3808c42 fix port bustage 2001-05-15 14:34:23 +00:00
ftang%netscape.com 80449836af fix and check in 77252 for simon@softel.co.il
r=ftang sr=blizzard
2001-05-15 12:29:10 +00:00
ftang%netscape.com ca3ebe5c0b temp fix bug 80352 untill simon@softel.co.il come out the real fix
We cannot pass in PR_TRUE to force reflow here. Otherwise, we will incrase stylechange reflow right after
we visit a link from a page which have frameset or iframe
r/sr=vidur sr=jst
2001-05-15 12:13:57 +00:00
ftang%netscape.com 66b124af56 fix 80163. check in for simon@softel.co.il
r=ftang
sr=blizzard@mozilla.org
2001-05-15 12:04:34 +00:00
ftang%netscape.com 1dc36fa113 fix bug 71358. Use xpcom pointer and do right thing for ref count
r/sr=hyatt
2001-05-15 11:57:22 +00:00
nhotta%netscape.com 5cc892db6c Chagned nsFrameImageLoader::Init to use ToNewUTF8String instead of ToNewCString
in order to avoid data loss for non ASCII data, bug 61132, r=ftang, sr=attinasi.
2001-05-15 03:04:23 +00:00
karnaze%netscape.com f6cc8a5a36 bug 78291 - disable processing the dummy layout request during special table reflow command cancel, sr=attinasi 2001-05-14 14:37:13 +00:00
ducarroz%netscape.com ff036aec4f Fix for bug 78445. Need to addref ourself to avoid potential self destruction while processing the onload event. R=sspitzer, SR=hyatt 2001-05-12 17:40:12 +00:00
locka%iol.ie 1ea47acd47 Fix window.print crash when called early during page loading. b=66934 r=pollmann@netscape.com sr=jst@netscape.com 2001-05-12 15:52:06 +00:00
brade%netscape.com 3bda423b89 add GetScrollableView; bug #65124 2001-05-11 13:24:28 +00:00
mkaply%us.ibm.com 1d8fb745cf senna REQUIRES bustage 2001-05-11 11:55:38 +00:00
anthonyd%netscape.com 70e7f3b871 rechecking in bug fix for 59005
r=rods
sr=kin
2001-05-11 02:32:31 +00:00
waterson%netscape.com 89d0f227f0 Bug 62589. Remove ad hoc timers from layout regression page cycler, collection regression data 200msec after page load has completed. Fix some bustage on framesets that happened when landing the new embed APIs. Fix Win32 harness to set XPCOM_DEBUG_BREAK=warn. r=karnaze,rpotts; sr=attinasi 2001-05-11 02:17:35 +00:00
danm%netscape.com f533dd2922 adjust for possible rounding in intrinsic window sizing calculation. bugs 68352,77639, probably others. r=brendan,hyatt 2001-05-11 00:47:38 +00:00
mkaply%us.ibm.com c89c12bc33 Fix most senna REQUIRES bustage
We don't need to include nsIUBidiUtils.h in nsIPresContext.h
Also saves tons of interdependency between components
Also removing IBM spam while I'm here
2001-05-10 22:05:38 +00:00
dcone%netscape.com 352fe42dcd bug 79477 r=kmmclusk sr=attinasi 2001-05-10 14:19:58 +00:00
dr%netscape.com 0b8398d67b fix for 78010 (implement nsIClipboardHelper). r=pavlov, pinkerton, hewitt, sr=hyatt 2001-05-10 02:35:00 +00:00
ftang%netscape.com 43c6033bba fix 75982 to prepare bidi landing
r=leaf sr=erik
check in for erik@netscape.com
2001-05-09 11:20:46 +00:00
jst%netscape.com 621060c4fd Landing the XPCDOM_20010329_BRANCH branch, changes mostly done by jband@netscape.com and jst@netscape.com, also some changes done by shaver@mozilla.org, peterv@netscape.com and markh@activestate.com. r= and sr= by vidur@netscape.com, jband@netscape.com, jst@netscpae.com, danm@netscape.com, hyatt@netscape.com, shaver@mozilla.org, dbradley@netscape.com, rpotts@netscape.com. 2001-05-08 17:42:36 +00:00
jst%netscape.com adf1d8320a Landing the XPCDOM_20010329_BRANCH branch, changes mostly done by jband@netscape.com and jst@netscape.com, also some changes done by shaver@mozilla.org, peterv@netscape.com and markh@activestate.com. r= and sr= by vidur@netscape.com, jband@netscape.com, jst@netscpae.com, danm@netscape.com, hyatt@netscape.com, shaver@mozilla.org, dbradley@netscape.com, rpotts@netscape.com. 2001-05-08 16:46:42 +00:00
bnesse%netscape.com 55f46d5b73 Fix for broken color preferences. bug 77828. r=sfraser, sr=alecf. 2001-05-08 01:40:09 +00:00
joki%netscape.com 5d8ff15bf1 Fix for 77362, null check of global window before firing resize to it. sr:bienvenu, r:jst 2001-05-04 03:04:40 +00:00
dcone%netscape.com a7ba45407e Added a parameter to regression testing output. sr=waterson r=karnaze b=78523 2001-05-03 21:20:35 +00:00
pierre%netscape.com d05e1c657a attempt to make unix compilers happy 2001-05-03 14:08:50 +00:00
pierre%netscape.com 941bd70ab7 43457: change the mutable style context APIs, disable style context sharing, implement style data sharing. r=waterson. 2001-05-03 13:20:48 +00:00
hyatt%netscape.com b5612e0006 Fix for 800K leaks on tinderbox. Fix for broken printing. Both bugs r=danm, sr=hewitt 2001-05-03 01:41:10 +00:00
waterson%netscape.com 4deba6b4cb Bug 78055. Remove vestigial content construction code. r=mjudge, sr=attinasi. 2001-05-02 22:26:33 +00:00
pierre%netscape.com b5be561045 14448 'border' property not resetting 'border-color' to initial value. tested=dbaron/hixie 2001-05-02 10:58:45 +00:00
pierre%netscape.com 3b75a7e5fb 62304 [CASCADE] Can't style form controls. r=attinasi, a=hyatt, sr=the man formerly known as buster. 2001-05-02 10:45:07 +00:00
dr%netscape.com cce73f69d0 fix for 65617 (unsafe memory allocations in PresShell). r=jag, sr=smfr 2001-05-02 00:36:02 +00:00
hyatt%netscape.com 23b0c38927 Fix for 76495. r=danm, sr=rpotts 2001-05-01 22:54:11 +00:00
hyatt%netscape.com e051c14ef3 Fix for 76495. r=danm, sr=rpotts 2001-05-01 22:50:16 +00:00
dbaron%fas.harvard.edu 28489935bf Fix crash due to null frame type atom. b=77630 r=pierre@netscape.com sr=tor@cs.brown.edu 2001-04-28 02:19:13 +00:00
sfraser%netscape.com 0e1ace29ab Fix for 76758, 63241 and 68307. Make Find search through all frames, bring the Find dialog up from JS, and make a docShell enumerator. r=adamlock, sr=kin 2001-04-27 21:11:03 +00:00
heikki%netscape.com a0844e5329 Bugs 65848 and 75031, support for application/xml and application/xhtml+xml mime types. This also fixes almost all of content to use NS_LITERAL_STRING instead of NS_ConvertASCIItoUCS2. r=harishd, valeski (mime types), sr=vidur. 2001-04-26 19:33:12 +00:00
bnesse%netscape.com 19dccef1bc Prefs API refactoring. Bug #46863. r=valeski, sr=alecf. 2001-04-26 18:41:11 +00:00
brade%netscape.com 4e70416b21 scroll after moving caret to top or bottom of editfield; bug #74600; r=mjudge, sr=kin 2001-04-26 18:37:04 +00:00
hyatt%netscape.com 31a850a277 Fix for 77002. reviewers=jst,waterson,hixie,shaver,brendan,pavlov 2001-04-25 19:52:49 +00:00
kmcclusk%netscape.com 795cf0457b Removed errant conditional which prevented the PresShell from being scrolled to (0,0). bug 52024 r=rods@netscape.com, sr=attinasi@netscape.com a=chofmann@netscape.com 2001-04-24 23:17:22 +00:00
waterson%netscape.com 9bd2e82ac0 Bug 76407. Handle second CantRenderReplacedElement() request for same frame: check to see if we've already posted an event for the frame. r=dbaron, sr=attinasi, a=chofmann 2001-04-24 00:05:33 +00:00
harishd%netscape.com 6836236914 69455 - enable noframes content when frames are disabled
r=heikki,sr=waterson,a=choffmann
2001-04-21 22:22:15 +00:00
bryner%uiuc.edu cbc8cea88c Backing out bnesse's fix for bug 46863 due to numerous types of runtime bustage on linux and windows. a=brendan. 2001-04-20 06:45:56 +00:00
shanjian%netscape.com 7e501c5ca2 #59405 IME candidate window position is not correct in text field on New card and To field
r = sfraser sr=kin a=blizzard
Handle the difference of cursor coordinate required by different platform.
nsICaret.h
nsCaret.cpp
nsEditor.cpp
nsPlaintextEditor.cpp
nsHTMLEditor.cpp
2001-04-19 22:46:29 +00:00
bnesse%netscape.com 6a048b1a8f Landing PrefAPI refactoring bug 46863. r=valeski, sr=alecf, a=blizzard. 2001-04-19 22:21:39 +00:00
dr%netscape.com 012f3bd03f fix for 76733 (DocumentViewer::GetInLink, ::GetInImage should be quieter -- needed for immediate silencing of unnecessary mailnews assertions). r=pink, sr=scc, a=asa 2001-04-19 21:47:17 +00:00
dr%netscape.com 39003ffb2a 64313 (Implement cmd_copyLink, cmd_copyImageLocation, cmd_copyImageContents). Implement the commands, hook them up in the navigator and mailnews frontends, provide hooks for embedding. r=hyatt, sr=waterson 2001-04-18 06:06:31 +00:00
hyatt%netscape.com ee0bcc6cf5 Fix for my 0.9 focus issues. r=saari, sr=brendan 2001-04-18 01:41:20 +00:00