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

95481 Коммитов

Автор SHA1 Сообщение Дата
darin%netscape.com 443bc5c268 fixes bug 117507 "HTTP Authentication hangs if no username/password is entered"
r=badami@netscape.com sr=jag
2002-01-11 20:33:03 +00:00
bnesse%netscape.com 6d085a53be Removing files obsoleted by alecf's checkin for bug 112708. 2002-01-11 20:13:27 +00:00
dougt%netscape.com ce4024d68d Moving Memory Util functions into nsMemory. r=dmose, sr=jband, bug=119082 2002-01-11 20:12:22 +00:00
bnesse%netscape.com 63af2ddd81 Removing files obsoleted by the checkin for bug 89137. 2002-01-11 20:12:09 +00:00
dbaron%fas.harvard.edu b3b11b7aec Do restoration of information in the layout history state immediately after frame initialization rather than using separate code within PresShell::ContentAppended that calls GetPrimaryFrameFor (which is slow and forces every frame into the primary frame map, inefficiently). b=109428 r=rods sr=waterson 2002-01-11 20:10:46 +00:00
bnesse%netscape.com 682cd7d759 Fix for bug 118903. Add autoconfig to install packaging. Also fixes copying of prefcalls.js to dist on Windows. r=alecf, sr=sfraser. 2002-01-11 20:09:03 +00:00
mitchf%netscape.com f508706eb5 fixed typo 2002-01-11 19:53:03 +00:00
jpierre%netscape.com 5bfd366791 Fix for 98068 - PR_CALLBACK OS/2 issues 2002-01-11 19:53:00 +00:00
sdagley%netscape.com 627abe4d47 Fix #60203 and #100460 - change name of downloaded files from the salted name to original name when download finishes and no longer delete temp files passed off to helper apps. Based on patch from Terence Tan. r=pinkerton,sr=sfraser 2002-01-11 19:51:57 +00:00
timeless%mac.com bc10522c8d Bug 114396�JS evaluation result is not displayed in the JS console
patch by neil@parkwaycc.co.uk r=doron sr=hewitt
2002-01-11 19:45:00 +00:00
harishd%netscape.com 8cd8ea8a25 Reduce the size of tokens. b=113657, r=heikki, sr=jst 2002-01-11 19:39:57 +00:00
bzbarsky%mit.edu 6f2a5a0699 Change more instances of NS_ConvertASCIItoUCS2 to NS_LITERAL_STRING.
Bug 104159, r=jag, sr=alecf
2002-01-11 19:39:51 +00:00
dbaron%fas.harvard.edu c771dc3b80 Fix background painting as the default color while leaving a page. b=118867 r=sfraser sr=jst 2002-01-11 19:38:21 +00:00
hwaara%chello.se 002e52a743 #105842, "Empty or no <title> or image does not update title in tabbed browsing"
Patch by neil@parkwaycc.co.uk

r=jag, sr=hyatt
2002-01-11 19:37:20 +00:00
mitchf%netscape.com f010c94325 Adds Javascript entry page into wizard (Bugscape #11290) 2002-01-11 19:33:33 +00:00
harishd%netscape.com 670334d2e7 Decrement mOpenFormCount only if there's an open form. b=115262, r=heikki, sr=jst.\n Counter related code should be DEBUG only. b=92618, r=heikki, sr=jst 2002-01-11 19:33:31 +00:00
attinasi%netscape.com 1264a2434d Fixed problem with images splitting when they should not be. b=111255 r=karnaze sr=waterson 2002-01-11 19:32:55 +00:00
dbaron%fas.harvard.edu e8d0381108 Fix bustage. 2002-01-11 19:24:51 +00:00
hwaara%chello.se dd7ed08266 #65523, "'View Stored Cookies' button needs a better name"
Patch by Vidar Braut Haarr <vidar@coretrek.com>

r=morse, sr=alecf
2002-01-11 19:24:17 +00:00
attinasi%netscape.com 0eb52c8ec8 Added regression test for split images (bug 111255). Not part of build 2002-01-11 19:05:05 +00:00
attinasi%netscape.com 9a5d7dbc8d Regression test for split images. Not part of build 2002-01-11 19:04:37 +00:00
relyea%netscape.com 63ca3827f8 Keep a copy of the DER Crl. 2002-01-11 17:31:09 +00:00
blizzard%redhat.com 9e39d6b163 Add exclusion lists to the packager. Not part of the default build. 2002-01-11 17:18:01 +00:00
alecf%netscape.com a6947aff4b remove dead file - not used anywhere 2002-01-11 15:09:32 +00:00
rods%netscape.com c12271de2f reflow was using the wrong DC to rendering context for PP
now cropping progress title to 64 chars with elipse o the front
BUg 117745,118729 r=dcone sr=attinasi
2002-01-11 11:59:00 +00:00
rods%netscape.com 92367f8431 reflow was using the wrong DC to rendering context for PP
BUg 117745 r=dcone sr=attinasi
2002-01-11 11:56:10 +00:00
wtc%netscape.com da59099106 Bugzilla bug 119406: fixed a misspelling. Thanks to Nick Blievers
<nickb@adacel.com.au> for the bug report and the fix.
2002-01-11 05:35:26 +00:00
rbs%maths.uq.edu.au 8d75f67960 Some tweaks 2002-01-11 05:08:11 +00:00
beard%netscape.com 8da9b13a48 Starting to develop gc infrastructure. 2002-01-11 04:45:02 +00:00
beard%netscape.com 8b289b1567 copy(NULL) == NULL 2002-01-11 04:42:11 +00:00
bryner%netscape.com 9e0460e24e XBL form control work-in-progress:
- Separated form control css into implementation (in layout/html/forms),
and appearance (in the theme)
- Implemented select size=1 in modern
- Hooked up onchange events for select size=1
- Removed unneeded theme.mk file

Not turned on by default.  r/sr=hewitt.
2002-01-11 04:34:19 +00:00
zach%zachlipton.com 612645c0ec Additional fix for bug 112914: "Test should not `cat $file`" Previous
patch fixed the problem, but this patch stops once it finds strict so
it will not take as long to run.

Patch by ddkilzer@theracingworld.com. R=zach@zachlipton.com though review
is not required for tests.
2002-01-11 03:53:18 +00:00
aaronl%netscape.com 8c3eb5b497 Active Accessibility: use tooltiptext attribute for accessible name if there is no label. r=jgaunt, sr=waterson 2002-01-11 03:49:13 +00:00
aaronl%netscape.com fc06116b5f Bug 119067. Add nsIDOMXULMenuListElement.idl, implement open property. r=jgaunt, sr=hyatt. Bug 119251 - Active Accessibility status bar shouldn't act like a leaf - need the ability to have children. r=jgaunt, sr=waterson 2002-01-11 03:48:02 +00:00
bryner%netscape.com 6a1f72eaf5 bug 90254 - blank menu item under privacy and security on mac. r=stephend, sr=sfraser. 2002-01-11 03:17:36 +00:00
tor%cs.brown.edu f16e8dbdbf Bug 116378: fix win32 byte ordering. r=pavlov, sr=blizzard 2002-01-11 03:16:44 +00:00
andreww%netscape.com ec08ce22c9 bugzilla bug 112314,85226 r=shliang (shuehan) , sr=hewitt ; fixing themes preview window 2002-01-11 03:05:25 +00:00
waterson%netscape.com 55387d480a Bug 118863. Fix several incorrect uses of IsElementContainedBy when IsElementInBuilder is required. Fixes problems with nested templates. r=rjc, sr=hyatt. 2002-01-11 03:00:53 +00:00
andreww%netscape.com 399924be6a bugzilla bug 29896 r=blake, racham, sr=hewitt folder names truncate in middle instead of right in folderpane. 2002-01-11 03:00:38 +00:00
rbs%maths.uq.edu.au 92fa2779f2 Alert! MissingMathML fonts. Here goes the prompt that the user will see when it is detected that crucial stretchy MathML fonts are not installed. The list of those fonts that are missing is shown so that the user can install them. The message is hardcoded and would need to be localized 2002-01-11 02:57:03 +00:00
andreww%netscape.com c2bd1b0497 bugzilla bug 62011 r=racham, shliang sr=hewitt status bar in subscribe dlg should be at bottom. 2002-01-11 02:52:26 +00:00
javi%netscape.com 43cd7b4006 Turns out there isn't a corresponding .def file for the Builtins module.
So I still need this file.
2002-01-11 02:19:41 +00:00
javi%netscape.com 1646f286a0 *.exp files (for symbol exporting) are now generated dynamically. 2002-01-11 02:13:49 +00:00
beard%netscape.com 0c4dfb640b First working version using ObjectOwner & semi-spaces. 2002-01-11 01:59:52 +00:00
danm%netscape.com fd7c3efbe2 constrain windows centered on a parent window to be onscreen. bug 119332 r=ben,hyatt 2002-01-11 01:53:23 +00:00
pschwartau%netscape.com 150958d489 Correcting a mistaken comment. 2002-01-11 01:34:07 +00:00
darin%netscape.com 69aa85361a fixes bug 118995 "links with non-ascii characters fail to work in Mozilla 0.9.7"
patch=william.tan@i-dns.net
r/sr=brendan,darin
2002-01-11 01:31:43 +00:00
harishd%netscape.com d90fad4f02 119038 - Make sure that WillResume() and WillInterrupt() get called on the sink. This should fix the fast loader assertion. r=heikki, sr=brendan 2002-01-11 01:26:41 +00:00
pschwartau%netscape.com 720ebc13e5 Initial add. Regression test for bug 103602. 2002-01-11 01:23:40 +00:00
ssu%netscape.com 1cafbf33ae checking in patch for neil@parkwaycc.co.uk. fixes bug 102711 - implement F6/shift+F6 and Ctrl+(shift)+tab to cycle through panes in mailnews window. r=ssu, sr=mscott 2002-01-11 01:17:04 +00:00