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

100826 Коммитов

Автор SHA1 Сообщение Дата
colinp%oeone.com 0d96980730 fixed the unifinder listboxes (formerly trees) 2002-04-05 19:19:22 +00:00
ian%hixie.ch 072fec1dac Update the parameter list so that the 'type' parameter is explicitly named (although it still isn't used since this expander only supports one type). Also change the semantics of the data hash: no longer replace the data into a one member hash. This is a minor optimisation that eases interaction between expanders but will require changes to all existing templates. 2002-04-05 19:16:14 +00:00
ian%hixie.ch dc771237be Add a 'type' argument to the string expander interface so that string expanders can support multiple types. Also split getExpandedString so that callers can expand strings separately from getting strings, in case that is ever necessary. 2002-04-05 19:13:14 +00:00
shrutiv%netscape.com c4d52dec41 Fix for bug 105736: Need ability to delete a configuration (r=smeredith) 2002-04-05 19:13:07 +00:00
ian%hixie.ch 7b650c7e1e Minor typo correction: change 'import New::SMTP' to 'import Net::SMTP' 2002-04-05 19:11:21 +00:00
ian.mcgreer%sun.com cc03c22316 remove unused Stan build files 2002-04-05 19:08:32 +00:00
bnesse%netscape.com ec282b702d Fix for smoketest blocker 135697. Bump up version on the compiler test to force JS to be compiled with opt level 2. a=leaf. 2002-04-05 19:06:29 +00:00
colinp%oeone.com 6058417c27 fix to bug 135617 - Tooltips show empty title or descriptions 2002-04-05 18:52:57 +00:00
brade%netscape.com 35a16ebeb2 fix confirmEx api's (smoketest blocker bug 135672), r=ccarlen, sr=kin, a=leaf 2002-04-05 18:15:13 +00:00
ducarroz%netscape.com c5bfb67c22 Fix for bug 132418. Check for null ptr, patch provided by ccarlen@netscape.com. R=pinkerton, SR=sspitzer, A=asa 2002-04-05 15:28:59 +00:00
ducarroz%netscape.com 40ce895cab Fix for bug 132418. When receiving a file spec while drag&drop, the correct data to use is rawData. R=pinkerton, SR=sspitzer, A=asa 2002-04-05 15:27:52 +00:00
kin%netscape.com 46443f0738 Fix for bug 135234 (Cursor is an I-beam when over scrollbar)
Use "*:scrolled-content" instead of "*" for text cursor rule to limit the impact to the content area.

r=glazman@netscape.com  sr=sfraser@netscape.com
a=asa@mozilla.org  adt=jaimejr@netscape.com
2002-04-05 15:27:38 +00:00
briane%qnx.com 9de47f2838 PHOTON BUILD only
Removed an errant printf
2002-04-05 15:24:37 +00:00
ian.mcgreer%sun.com 5ffd5b4aa2 fix broken 64-bit platforms 2002-04-05 15:19:37 +00:00
briane%qnx.com 13479ae303 PHOTON BUILD only
Fixes some compile issues.
2002-04-05 15:17:55 +00:00
briane%qnx.com 192d39ee70 PHOTON BUILD only
Removal of some printfs and fixes for rendering issues and the Clipboard implementation.
Also fixes a problem with scrolling lists sometimes causing a crash.
2002-04-05 15:15:59 +00:00
briane%qnx.com 813bf4e452 PHOTON BUILD only
Removal of printfs and some minor bug fixes for drawing.
2002-04-05 15:14:59 +00:00
bienvenu%netscape.com eeeb8bc0e2 display status during send unsent messages 134624 r=ducarroz, sr=sspitzer, a=asa 2002-04-05 14:43:20 +00:00
seawood%netscape.com 57c567dfbd Use shell script instead of batch script since win9x appears to have problems calling a batch script from a cygwin shell.
Bug #134344 r=jrgm a=asa,jaimejr
2002-04-05 14:27:44 +00:00
colinp%oeone.com 1006137555 Added classic skin (bug 133618) 2002-04-05 14:27:07 +00:00
brade%netscape.com 2ee578753f bug 75898 Mac needs platform-specific keybinding for new message (r=akkana, sr=sspitzer, a=asa, adt=jaime) 2002-04-05 13:42:52 +00:00
rods%netscape.com c4b7b10914 This backs out the previous patch and just check to see if it is also a
listControlFrame to see if it should set the visibility to false in
nsContainerFrame
Bug 92333 r=dcone sr=attinasi a=asa adt=jaime
2002-04-05 13:27:04 +00:00
rods%netscape.com 073485a97b This backs out the previous patch and just check to see if it is also a
listControlFrame to see if it should set the visibility to false in
nsContainerFrame
Bug 92333 r=dcone sr=attinasi a=asa adt=jaime
2002-04-05 12:13:23 +00:00
peterv%netscape.com 1461394aa0 Fix for bug 34849 (dynamically added STYLE element doesn't alter style). r=sicking, sr=jst, a=roc+moz, adt=jaimejr. 2002-04-05 11:29:40 +00:00
jpierre%netscape.com 54221f5768 Fix world record warning message 2002-04-05 10:23:58 +00:00
blakeross%telocity.com 92587e349f fix browser url. add findUtils.js 2002-04-05 10:08:14 +00:00
blakeross%telocity.com e47db360f6 find tweaks. 2002-04-05 10:05:45 +00:00
blakeross%telocity.com 5eaa5cc78a stylistic tweaks. 2002-04-05 09:57:28 +00:00
blakeross%telocity.com 59a12ddfe2 new find dialog. 2002-04-05 09:46:31 +00:00
blakeross%telocity.com 1beda4e03b new find dialog. 2002-04-05 09:44:00 +00:00
relyea%netscape.com 154669fa43 Tempararily back out random change so that we don't actually read *every* file in system32. 2002-04-05 09:18:57 +00:00
relyea%netscape.com 904e0c4fd1 Multi-access database changes. 2002-04-05 09:17:51 +00:00
caillon%returnzero.com 0320a795f2 Bug 69295. Enable copying of images in Page Info with Accel+C. Patch by db48x@yahoo.com, r=timeless,caillon sr=alecf, a=asa 2002-04-05 09:10:20 +00:00
blakeross%telocity.com 1e376108c3 comment out policy.js for now. 2002-04-05 08:45:01 +00:00
blakeross%telocity.com 2b81014800 kill navigatorOverlay.xul 2002-04-05 08:44:18 +00:00
blakeross%telocity.com b6e674f941 fix up the go button. 2002-04-05 08:36:42 +00:00
timeless%mac.com dda079660d Bug 128905 nsIPromptService.idl confirmEx is poorly prototyped
[api] change confirmEx from void w/ out of buttonPressed to PRInt32 buttonPressed w/ one less parameter.
fixes and cleans up callers
r=ccarlen sr=scc a=asa
2002-04-05 08:13:27 +00:00
timeless%mac.com d6081dd2fc Bug 101423 Trunk M099 N622 crash [@ nsDocElementBoxFrame::CreateAnonymousContent] search/sidebar consumers
patch by timeless r=heikki sr=scc a=asa
Bug 134374 crash going to file from xul directory listing - Trunk [@ nsTreeBodyFrame::GetImage]
patch by dbaron r=timeless sr=scc a=asa
2002-04-05 08:07:09 +00:00
hyatt%netscape.com f2a3a670c3 Fix for 99344, inline styles not being recognized under certain DHTML circumstances. r=dbaron, sr=waterson, a=asa 2002-04-05 08:05:33 +00:00
blakeross%telocity.com eec226b77e get rid of globalOverlay.xul 2002-04-05 07:50:24 +00:00
bbaetz%student.usyd.edu.au 0b41bffae7 bug 134562 - taint error in buglist.cgi
r=justdave, gerv
2002-04-05 07:48:27 +00:00
blakeross%telocity.com 88a76f3248 make location bar showing work properly. 2002-04-05 07:41:32 +00:00
blakeross%telocity.com a13ee56d54 get rid of contentAreaContextOverlay.xul, make view source in context menu work. 2002-04-05 07:37:59 +00:00
blakeross%telocity.com f0dbf41808 removing margin about urlbar. 2002-04-05 07:31:34 +00:00
gerv%gerv.net 6941d5a343 Bug 117760 - Templatise showvotes.cgi and incorporate doeditvotes.cgi. CVS removal of old CGIs. 2002-04-05 07:15:18 +00:00
gerv%gerv.net 498c4c6e03 Bug 117760 - Templatise showvotes.cgi and incorporate doeditvotes.cgi. Patch by gerv, r=myk, bbaetz. 2002-04-05 07:13:55 +00:00
blakeross%telocity.com ee38024427 remove sidebar cruft and sidebarOverlay.xul 2002-04-05 07:11:04 +00:00
gerv%gerv.net fa7a99a2a2 Bug 124920 - Templatise post_bug.cgi. Patch by gerv, r=myk, bbaetz. 2002-04-05 07:09:28 +00:00
blakeross%telocity.com 4560624380 fix typo. 2002-04-05 07:03:30 +00:00
blakeross%telocity.com 91fcfe7610 minor updates. 2002-04-05 06:58:49 +00:00