dbaron%dbaron.org
23fb9bee1a
Apply the quirk that simple selectors of the form ':hover' apply only to links to those of the form '.class:hover' as well. b=169078 r+sr=bzbarsky
2003-01-14 21:50:27 +00:00
aaronl%netscape.com
3d4836da75
Bug 189011. Mail compose broken. Partial backout of bug 176296, r=brade, sr=smfr
2003-01-14 20:42:11 +00:00
glen.beasley%sun.com
3810215899
solaris pkg version
2003-01-14 20:26:36 +00:00
bbaetz%student.usyd.edu.au
5923ebef4a
Bug 163290 - move DB handling code into a module
...
r=justdave, myk, joel, preed
a=justdave
2003-01-14 20:00:11 +00:00
dougt%netscape.com
d2b5a32d38
fixing os2 bustage
2003-01-14 18:08:49 +00:00
nboyd%atg.com
61e4970b2a
Update to R4.
2003-01-14 16:42:16 +00:00
mikep%oeone.com
9a35a14298
Fixing problem with long descriptions being cut off, OEone bug 4948.
2003-01-14 16:23:11 +00:00
igor%mir2.org
1fdf60d476
Fixing mnemonics shortcuts for Debug menu
2003-01-14 14:44:46 +00:00
wtc%netscape.com
4cc60f0f6e
Bug 188396: don't use ftime because its 32-bit timestamp will overflow
...
around year 2038. Use GetSystemTimeAsFileTime instead. The patch is
contributed by timeless@bemail.org .
Modified files: config/now.c _win95.h _winnt.h ntio.c ntmisc.c w95io.c
2003-01-14 13:22:32 +00:00
igor%mir2.org
2b475ccedd
From Steaven Beal:
...
This looks like a simple case of using the Hashtable key
instead of the value...
public void clearAllBreakpoints() {
// Igor - Use of keys() is inappropriate here. It produces
// a ClassCastException on the assignment below. The
// keys are String instances, not SourceInfo instances...
//
//Enumeration e = sourceNames.keys();
Enumeration e = sourceNames.elements();
...
}
2003-01-14 11:24:47 +00:00
seawood%netscape.com
b4c2921a65
Return to using clobber_all instead of distclean.
2003-01-14 10:51:47 +00:00
seawood%netscape.com
6d7c2c106e
Backed out previous checkin.
2003-01-14 10:51:13 +00:00
seawood%netscape.com
928b582882
Oops forgot to change this back to 1hr.
2003-01-14 10:05:32 +00:00
peterv%netscape.com
0f3016339b
Fix for bug 188872 (Switching between type of HTMLInputElement incorrectly reset size from Int to pixel). Fix by Ruslan Ismailov <croo@nm.ru>, r=sicking, sr=peterv.
2003-01-14 09:53:57 +00:00
seawood%netscape.com
850a7a8524
Run the clobber & build steps in separate processes since they use the same ruleset and the dependency to re-run configure isn't triggered properly.
2003-01-14 09:15:03 +00:00
seawood%netscape.com
8a60bba907
Add support for timing out cvs checkouts.
...
Bug #184757 r=mcafee
2003-01-14 08:27:05 +00:00
dougt%netscape.com
43e2c9a328
removing nsEmbedString from this directory. It has been moved to mozilla/string/embed. r=cls
2003-01-14 07:22:46 +00:00
bryner%netscape.com
db12bec6c1
Combine content and layout into a single library (bug 106161). r=dbaron, sr=jst.
2003-01-14 07:08:59 +00:00
jouni%heikniemi.net
10beb4fb12
Bug 156169: Bug number styling issues in attachment viewer/editor. r=joel, a=justdave
2003-01-14 06:36:12 +00:00
jkeiser%netscape.com
e15232bf92
Fix crash while document is going away (bug 168013), r=sicking@bugmail.cc, sr=sfraser@netscape.com
2003-01-14 05:54:38 +00:00
bzbarsky%mit.edu
dee0cb06e0
Fix crash on tearing down the download progress window. Bug 188877,
...
r=timeless, sr=jag
2003-01-14 05:02:46 +00:00
nisheeth%netscape.com
790df497bc
Fix Irix bustage. Remove Windows linefeeds from file.
2003-01-14 04:41:53 +00:00
dougt%netscape.com
94e63e54f2
fixing bustage
2003-01-14 04:35:55 +00:00
aaronl%netscape.com
c18bf1f6ae
Bug 187511. Add Find As You Type to menus. r=shliang, sr=jag
2003-01-14 04:07:48 +00:00
aaronl%netscape.com
c7fbbdd7e5
Bug 176296. Create accessibility.typeaheadfind.autostart boolean pref. If false, / or ' is required to start Find As You Type. Also fixes bug 183998, allowing manual start with / or ' in mailnews. Find As You Type now uses the command system to get notification that a new find should start. r=kyle, sr=jst
2003-01-14 04:03:35 +00:00
sgehani%netscape.com
7ca7fa37d0
Make exiting print preview less ``choppy''.
...
b=186346; r=shliang; sr=jaggernaut
2003-01-14 03:55:03 +00:00
dougt%netscape.com
4d7967dd5a
Moving nsEmbedString to mozilla/string. r=cls.
2003-01-14 03:41:52 +00:00
dougt%netscape.com
35e036d0f1
Moving nsEmbedString to mozilla/string. r=cls
2003-01-14 03:37:34 +00:00
timeless%mozdev.org
012c454086
Bug 138633 Esc key should close element properties dialog.
...
patch by walk84@yahoo.com r=jag sr=bz
2003-01-14 03:02:46 +00:00
cavin%netscape.com
934784527d
Fix for bug 188905. Copy zip code from mozilla record to palm record. Thanks to tom.lostaunau@sun.com for the patch. r/sr=sspitzer.
2003-01-14 02:29:27 +00:00
wtc%netscape.com
f00ec187f5
Bug 188976: avoid calculating the difference of two unsigned integer if
...
the difference is really a negative number. Thanks to Rick Swift for the
patch.
2003-01-14 02:07:16 +00:00
zach%zachlipton.com
fb31c883a6
remove these, they belong on the branch (woops!)
...
r=mystupidstupidself
2003-01-14 01:54:30 +00:00
bryner%netscape.com
229f2042d9
updates and clarifications
2003-01-14 01:45:28 +00:00
seawood%netscape.com
266fc886d4
Add unix printing components to the GRE.
...
Thanks to Roland Mainz <Roland.Mainz@informatik.med.uni-giessen.de> for the patch.
Bug #188275 r=cls
2003-01-14 01:37:15 +00:00
seawood%netscape.com
989ae02886
Throw an error if we are building with qt support and the qt libs are not found.
...
Bug #188275 r=timeless
2003-01-14 01:31:21 +00:00
dbaron%dbaron.org
0611aee9cc
Fix ContentStatesChanged so it correctly handles combinations of two elements where one is changing from 'display:none' to needing frames. b=188734 r+sr=bzbarsky
2003-01-14 01:29:34 +00:00
zach%zachlipton.com
3520b2ee79
Readd the changes back on the (now updated) branch :(
2003-01-14 01:09:33 +00:00
bishakhabanerjee%netscape.com
1403d269af
Bug 171263 - NSS test apps to check return value of NSS_Shutdown
2003-01-14 01:03:21 +00:00
alecf%netscape.com
1cada8278a
fix for bug 156940 - stop crashing on exit by manually releasing the 'param' attribute when the autocomplete widget goes away - this way the mork row doesn't hang around after the db is closed...
...
r=timeless, sr=sfraser
2003-01-14 00:41:01 +00:00
nhotta%netscape.com
a956371d57
move the pref dialog size info platform jar files,
...
check in for yxia@netscape.com
bug 99402, r=nhotta, sr=jag.
2003-01-14 00:03:12 +00:00
pkw%us.ibm.com
1c225168ea
Bug 188527 - AIX: Linker errors when building GTK2 as default toolkit.
...
r=seawood@netscape.com
2003-01-13 23:33:54 +00:00
leaf%mozilla.org
6bebd35d61
Automated update
2003-01-13 23:30:13 +00:00
cbiesinger%web.de
7f60c4e7de
no bug - qt only - fix optimized build on qt 2.x systems
...
r=cls
2003-01-13 23:19:34 +00:00
dbaron%dbaron.org
4dd14b7edb
Make implementations consistent across platforms: ensure IsDirectory and IsFile return false even when the file doesn't exist (and they return an nsresult error status). b=187014 r=dougt sr=alecf
2003-01-13 23:17:49 +00:00
dbaron%dbaron.org
4abc025fba
Most of the changes needed for Mozilla to build with gcc's -pedantic-errors option. b=175423 r=seawood sr=bryner
2003-01-13 23:15:42 +00:00
dbaron%dbaron.org
b0da06ed7e
Implement CSS3 :target pseudo-class, which matches the target of the fragment identifier of the document's URL. Change the semantics of nsIPresShell::GoToAnchor by requiring that it be called whenever the current target changes, with an additional boolean parameter specifying whether to scroll. b=188734 r=glazman sr=bzbarsky
2003-01-13 23:10:53 +00:00
bishakhabanerjee%netscape.com
45ba9d6985
Bug 171263 - NSS test apps shd check return value of NSS_Shutdown
2003-01-13 22:36:39 +00:00
nisheeth%netscape.com
1d197c1bbc
Ongoing work for bug 182366. Use machine learning techniques to sort autocomplete results. r=heikki. sr=hewitt.
2003-01-13 22:23:41 +00:00
harishd%netscape.com
5a449b70c9
Prevent a hang by consuming entity-look-alike ( &# ) as text. b=188278, r=heikki,sr=jst
2003-01-13 22:05:52 +00:00
mikep%oeone.com
88d2586728
Fixing build script.
2003-01-13 21:57:01 +00:00