Commit Graph

108206 Commits

Author SHA1 Message Date
dougt%netscape.com
13ffb97ec0 Fixes broken symlinks. r=neeti, sr=darin, a=a=rjesup@wgate.com, b=166529. 2002-09-05 05:01:12 +00:00
depstein%netscape.com
c9b2086e00 Added menus for nsICmdParams tests. Updated nsICommandParams tests. not part of the build. 2002-09-05 02:50:27 +00:00
rbs%maths.uq.edu.au
03096fcdeb Overshooting when measuring the text caused things to go out-of-sync and to hang, b=142206, r=shanjian, sr=dbaron, a=asa 2002-09-05 01:58:55 +00:00
nicolson%netscape.com
5d2a8fb52b fix 166711: SSLSocket.setCipherPreference does the wrong thing. 2002-09-05 01:33:40 +00:00
nicolson%netscape.com
a53bc3d664 Fix 166721: shared library rule does not handle dependencies correctly. 2002-09-05 01:21:35 +00:00
nicolson%netscape.com
ab02daa4a8 Fix 166711: SSLSocket.setCipherPreference does the wrong thing. 2002-09-05 01:17:00 +00:00
nicolson%netscape.com
b3a2ea855b "assert" is now a keyword, so remove this method. 2002-09-05 01:06:26 +00:00
stephend%netscape.com
3e25705c51 Bug 166690. Remove Messages column in Subscribe for News. r=varga@netscape.com, sr=sspitzer@netscape.com. UI approval by jglick@netscape.com. a=asa@mozilla.org 2002-09-05 00:56:37 +00:00
smontagu%netscape.com
244a1b0f8d Back out bidi visual selection. Bug 76190, r=mjudge, sr=kin, a=asa. 2002-09-05 00:56:25 +00:00
rogerl%netscape.com
007ef76f6d WriteProperty work-in-progress (broken!) 2002-09-05 00:26:34 +00:00
jpierre%netscape.com
c285793b55 Fix for 166719 - crash in large object file mapping emulation code . r=wtc 2002-09-05 00:25:29 +00:00
bbaetz%student.usyd.edu.au
8c2189214f Bug 146134 - checksetup.pl gives weird error message
r=justdave x2
2002-09-04 23:30:43 +00:00
bugreport%peshkin.net
7f1dd2dc9b Bug 123957 run checksetup.pl non-interactively (for use with cron jobs on test installs)
2xr=justdave
2002-09-04 23:11:02 +00:00
pschwartau%netscape.com
89cb19ca6d Have factored skip regress-96526.js into three separate tests. Skip them. 2002-09-04 22:56:39 +00:00
bbaetz%student.usyd.edu.au
5bc51b82dd Bug 165756 - Running tests without checksetup causes failure
r=joel, jake
2002-09-04 22:43:38 +00:00
pschwartau%netscape.com
c99a7cdfd6 Breaking up test regress-96526.js into separate testcases - 2002-09-04 21:56:13 +00:00
pschwartau%netscape.com
8a42be778d Removing this test to break it up into three separate tests: regress-96526-001.js, -002.js, -003.js 2002-09-04 21:53:40 +00:00
locka%iol.ie
79f95dba6f Trivial fix for blocker. Restore control ids to the values that commdlg expects. b=166673 2002-09-04 21:50:02 +00:00
cbiesinger%web.de
24665ca7ed no bug, removing unused file. r=bryner sr=blake 2002-09-04 21:13:11 +00:00
timeless%mac.com
febd13a923 bug 166610 jar packaging failure
r=cls. macosx build fails to launch due to packaging failure
2002-09-04 20:13:07 +00:00
mikep%oeone.com
1ac95e2997 Fixing bug 166615. 2002-09-04 19:26:34 +00:00
mikep%oeone.com
ded2f92106 Fixing bug 166605. 2002-09-04 17:17:54 +00:00
mikep%oeone.com
aade8d48ff Fixing bug 164864. 2002-09-04 15:26:53 +00:00
mikep%oeone.com
aacd198d7a Fixing bug with changing to dialog instead of window tag. 2002-09-04 15:21:08 +00:00
mikep%oeone.com
937bd61088 Fixing bug 165425 2002-09-04 15:05:33 +00:00
mikep%oeone.com
23dde50a21 Cleaning up the preferences a bit. 2002-09-04 14:43:25 +00:00
timeless%mac.com
a4be2d0cde Bug 166574 password input controls don't accept typing (goes to typeaheadfind) smoketest blocker r=jesup sr=dbaron a=dbaron 2002-09-04 14:38:22 +00:00
mikep%oeone.com
8aa8b12536 Fixing bug 165299, problem with reloading servers if pref not set. 2002-09-04 13:47:40 +00:00
mikep%oeone.com
9e674cafd3 Fixing bug 165440. 2002-09-04 13:30:56 +00:00
mikep%oeone.com
76230b8ba8 Fixing bug 166283 2002-09-04 13:26:56 +00:00
mikep%oeone.com
d3d163568f New build date. 2002-09-04 13:25:57 +00:00
igor%mir2.org
c0c5171c48 Store line number and operation type as int field instead of wrapping them into Integer; use Node subclass for nodes with string data; add few explicit checks about node structure assumptions. 2002-09-04 09:28:58 +00:00
peterv%netscape.com
cdab51dfe9 Fixing more sicking bustage. 2002-09-04 09:11:53 +00:00
sicking%bigfoot.com
f224a6be00 These files should be part of the build just yet. 2002-09-04 07:43:10 +00:00
sicking%bigfoot.com
4e99a9c765 Need these as well to build. 2002-09-04 07:26:02 +00:00
sicking%bigfoot.com
443bb6d0bc Bug 64945: XML Prettyprinting stage 1
r=peterv sr=jst
2002-09-04 06:57:25 +00:00
karnaze%netscape.com
3687f1f3d0 bug 149275 - Allocate reflow state and let ReflowBlock initialize it so the correct reflow state can be passed to DidReflow. Combined DoReflowBlock with ReflowBlock. sr=bzbarsky, r=alexsavulov. 2002-09-04 06:55:40 +00:00
curt%netscape.com
b668808c50 Still cleaning up the MRE stuff that got mixed into the code.
(Not yet part of build.)
2002-09-04 06:53:28 +00:00
timeless%mac.com
9b478a4f58 Bug 166371 Crashes at [@ nsThreadPool::Shutdown] in Trunk, N700
r=bz sr=darin
2002-09-04 06:45:10 +00:00
darin%netscape.com
0f68f4db04 fixing a typo in one of the comments. 2002-09-04 06:09:38 +00:00
darin%netscape.com
5ab5744dce removing dead/unused/broken theme protocol handler, r=beard 2002-09-04 06:06:51 +00:00
brendan%mozilla.org
4710765b36 Checking in rogerl's patch for 141078, to restore pre-ECMA perl-ish octal escape sequences in regexps (r=me). 2002-09-04 06:05:56 +00:00
darin%netscape.com
f6026fd746 removing some commented out code and other unused cruft. 2002-09-04 06:01:46 +00:00
aaronl%netscape.com
248e652669 Bug 166033: Type ahead find messed up menu keyboard navigation. r=caillon, sr=bzbarsky. Bug 165665: Type ahead find not working when new doc loaded in window, r=caillon, sr=bzbarsky. Bug 166340: Type ahead find in full text search mode wouldn't find certain characters. r=akkana, sr=bzbarsky. These fixes also contain some perf improvements for type ahead find. 2002-09-04 05:43:13 +00:00
depstein%netscape.com
a88aa13760 Added another form of FormatAndPrintOutput, accepting double param. not part of the build. 2002-09-04 05:14:59 +00:00
mkaply%us.ibm.com
e11c584e8d #67749
r=cls
Better solution for platform specific forms.css - add platform-forms.css for OS/2
2002-09-04 05:12:18 +00:00
rginda%netscape.com
171d43ee25 - venkman only -
crop view titles.
hide js components when "Exclude Browser Files" is enabled.
fix strict warnings.
use jsds to get parent instead of __parent__ to avoid warning.
make sure script is valid before trying to pretty print it.
don't trace errors from chrome urls if "Exclude Browser Files" is enabled.
add a source code colorization limit, default to 1500 lines.
add "Include ECMA Properties" and "Include Functions" options in the Locals and Watch views.
fix "Files" node in the Open Windows view.
Don't get property counts in the Locals and Watch views, because it takes too long.
don't print the hook error, of the hook in question was the display hook, to avoid an infinite loop.
Fix logic to reuse tabs once max-tab limit has been reached.
show an error when an unknown pref or pref pattern is passed to the /pref command.
2002-09-04 04:27:32 +00:00
dmose%netscape.com
a03600716f Fix --enable-ldap-experimental build bustage 2002-09-04 04:03:23 +00:00
karnaze%netscape.com
132be7a8bd bug 137388 - Jery Tan's patch to restrict applying CalcQuirkContainingBlockHeight to a frame inside a table cell. sr=bzbarsky, r=karnaze. 2002-09-04 04:00:41 +00:00
timeless%mac.com
7edc5fcee1 Bug 158739 Tabbed Browsing, OS X: Command+Enter checkbox text displayed in 3 lines (should be 1 line)
r=doron sr=jag
2002-09-04 03:35:58 +00:00