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

4514 Коммитов

Автор SHA1 Сообщение Дата
neil%parkwaycc.co.uk 790f197571 Bug 203029 <?xml-stylesheet?> in XBL can cause assertions r=caillon sr=bz a=asa 2003-04-24 08:13:11 +00:00
bsmedberg%covad.net d1f638b36f Bug 201034 non-const enumeration in nsBaseHashtable, add
nsTHashtable::RawRemove. Add a hashtable test-suite, and
clean up some codesize issues. Also fixes bug 203030 and
hopefully SunOS build bustage. r=jkeiser sr=alecf a=asa
2003-04-24 01:54:57 +00:00
rginda%netscape.com e02861a9ba bump version number 2003-04-24 01:12:07 +00:00
rginda%netscape.com 5729506acb bug 203114 "find in this file" does not work, a=asa@mozilla.org
fixes a typo in cmdFindString, and cleans up some whitespace issues
2003-04-24 01:10:51 +00:00
mkaply%us.ibm.com 42e1d7aade OS/2 bustage - I know there are other compilers that have trouble with inline in the header without a defintion 2003-04-23 04:39:34 +00:00
bzbarsky%mit.edu 86a37b4d39 Stop doing incorrect updating of selection in cookie viewer. Bug 198409, patch
by mvl@exedo.nl (Michiel van Leeuwen), r=suresh, sr=jag
2003-04-23 00:53:32 +00:00
heikki%netscape.com 1dfcfb8f7c Bug 191800, move FIXptr and XPointer into xmlextras, r=harishd, sr=jst. 2003-04-23 00:07:37 +00:00
dmose%mozilla.org e1e383cfa8 Speed up nsPermissionManager by using hashtables; decrease footprint by not using an array of permission_TypeStructs (bug 200697). Thanks to Michiel van Leeuwen <mvl@exedo.nl> for the patch. r=dwitte@stanford.edu; sr=alecf@flett.org 2003-04-22 23:33:31 +00:00
mhammond%skippinet.com.au 201d250df0 PyXPCOM: some strings were being terminated at the first \0, and some extra
tests.  Not part of the build.
2003-04-22 11:54:40 +00:00
timeless%mozdev.org d66191cdc9 Bug 173557 flawfinder warnings in inspector
r=caillon sr=bz
2003-04-22 05:17:52 +00:00
rginda%netscape.com 16f6754a4d - chatzilla only -
use Math.floor instead of parseInt
2003-04-22 00:34:03 +00:00
rginda%netscape.com 85b23a0761 nly -
landing venkman 0.9.60

add x-jsd:debugger url handler to launch venkman.  Useful to start venkman from feonix.
convert some of the 81 column files to 80 column.
Show disabled scripts (and files that contian them) in red italics in the Loaded Scripts view.
Fix some issues with step over.  Requres the latest js engine fixes from bug 202177 to be completely effective.
add default window flags value for the /open-dialog command.
fix xml charset detection.
Use Math.floor instead of parseInt.
remove the "paint-hack" hack.
remove ":" from the list of illegal url characters.
unmark the stop line before setting a new one, to avoid the case where you see two yellow indicators in a single file.
add complete, selectable url below the source window in the source2 view.
e
clean up after bug 127589.
2003-04-21 23:55:12 +00:00
harishd%netscape.com 82e0e5c067 Patch provided by rayw@netscape.com: Ignore xsi:type if it's not a proper subtype of the schema-guaranteed type. b=202597, r=harishd@netscape.com, sr=jst@netscape.com 2003-04-21 23:23:26 +00:00
harishd%netscape.com 585dcf5d8c Make SOAP arrays easily accessible via JS. b=202485, r=dbradley@netscape.com, sr=jst@netscape.com 2003-04-21 22:44:54 +00:00
timeless%mozdev.org 1962d37dfe Bug 73748 Remove nsJSComponentManager.js and nsJSSupportsUtils.js
patch by doron@netscape.com r=timeless sr=rbs
2003-04-20 20:46:25 +00:00
ere%atp.fi 73c8d49169 Fix for bug 202707: cookie and image manager sort entries in descending order
patch by dwitte
r=mvl
sr=bzbarsky
2003-04-20 20:29:41 +00:00
mhammond%skippinet.com.au 705e1b5fbd Make use if the new PyGILState_ API if available.
Not part of the build.
2003-04-20 02:47:31 +00:00
cbiesinger%web.de ab361e2f48 followup to 202517 patch by dwitte@stanford.edu r=biesi remove some unused code from TestCookie.cpp and remove now-unneeded dependency on intl; affects TestCookie only 2003-04-19 12:51:44 +00:00
jst%netscape.com f1b9b87862 Fixing bug 111514. In an XHTML document served as application/xhtml+xml, |document| is not an HTML document object, but an XML document object. r=bugmail@sicking.cc, sr=peterv@netscape.com 2003-04-19 00:28:09 +00:00
robinf%netscape.com a573494495 help updates per bug161765; r=oeschger 2003-04-18 23:57:44 +00:00
harishd%netscape.com aeecb85b02 Prevent a potential stack overflow if a wsdl file imports itself. b=202478, r=nisheeth@netscape.com sr=jst@netscape.com 2003-04-18 20:58:44 +00:00
danm%netscape.com be10ebb86e there was an extra \r in the last checkin that was killing my build 2003-04-18 18:34:55 +00:00
danm%netscape.com ee839f796f remove extraneous #include. bug 192584 code=freetzer@netscape.net r=me 2003-04-18 17:53:18 +00:00
harishd%netscape.com 3f2cb73146 No need to allocate param arrays if the input type and the output type are void. b=200767, r=dbradley@netscape.com, sr=jst@netscape.com 2003-04-18 17:42:32 +00:00
cbiesinger%web.de a355b79bd9 202517 patch by dwitte@stanford.edu r+sr=darin [cookies] new testsuite 2003-04-18 17:37:49 +00:00
cbiesinger%web.de bdfabf0708 202131 patch by dwitte@stanford.edu r=mvl@exedo.nl sr=darin BubbleSort is too slow 2003-04-18 17:34:02 +00:00
jaggernaut%netscape.com 9d7d2a4332 Bug 127589: when switching tabs with find dialog open, update dialog's internal state so it's "attached" to the focused tab. r=Jan, sr=peterv 2003-04-18 12:43:51 +00:00
harishd%netscape.com f2fed9e715 Fabricate a unique name for anonymous schema types. b=199555, r=rayw@netscape.com, sr=jst@netscape.com 2003-04-18 00:11:34 +00:00
kairo%kairo.at b6009f1e51 bug 202312 - localeVersion update for 1.4b, r=rchen, sr=blizzard 2003-04-17 18:43:57 +00:00
robinf%netscape.com f3743890d3 help updates per bug 161765; r=oeschger 2003-04-16 21:16:04 +00:00
neil%parkwaycc.co.uk 91727ef506 Bug 200127 Standardize on <tree class="focusring"> r=varga sr=jag r=rginda (venkman) 2003-04-16 10:01:07 +00:00
bzbarsky%mit.edu d79ecc068f Make DOM inspector deal with a root Document object in the DOM view. Bug
201577, r=timeless, sr=peterv
2003-04-16 01:56:52 +00:00
mhammond%skippinet.com.au acf70bff49 Initialize a static to be nice, and printf() errors if the console
service is not available.  Not part of the build.
2003-04-16 01:26:51 +00:00
mhammond%skippinet.com.au 949f6757f2 Prevent allocating zero bytes. 2003-04-16 01:23:40 +00:00
robinf%netscape.com 30aa4ca0f5 help updates per bug 1617565; r=oesc hger-------------------------------------------------------------------- 2003-04-15 20:54:32 +00:00
heikki%netscape.com e485f5fcdf Bug 186554 XMLSerializer does not serialize documentElement correctly. Extended document encoder API to make it possible to seriaalize a node. r=jfrancis, sr=bzbarsky. 2003-04-15 18:13:13 +00:00
mhammond%skippinet.com.au 09cdecfcf4 Bring the Python XPCOM binding IO routines in line with Moz 1.4.
Not part of the build.
2003-04-15 14:39:31 +00:00
wade%ezri.org 8ef3ab1a46 Fix build from checkin of bug 195708 2003-04-15 14:32:37 +00:00
timeless%mozdev.org 205f577adb Bug 201864 Context menu always has unblock image when image in permission list
patch by mvl@exedo.nl r=dwitte sr=bz
2003-04-15 14:26:28 +00:00
axel%pike.org 9f33fa2eab bug 70855, nspr logging for transformiix, log stylesheet compilation IO, r=peterv, sr=jag 2003-04-15 07:10:25 +00:00
bolian.yin%sun.com e0c588e9d7 Bug 195708, Mozilla should read system preferences (using gconf on Gnome Desktop)
r/sr=alecf.
2003-04-15 02:28:27 +00:00
neil%parkwaycc.co.uk fb1969ff5d Bug 199067 ChatZilla Op, Voice & Nick sort settings not remembered r=rginda 2003-04-14 08:32:41 +00:00
bzbarsky%mit.edu b7e3933dd1 Make frequence tables in universal charset decoder const to move them into the
readonly segment.  Bug 201361, patch by ataylor@its.to (Andrew Taylor),
r=smontagu, sr=alecf
2003-04-12 03:14:30 +00:00
heikki%netscape.com 34132d62d9 Bug 197141, XMLHttpRequest behavior did not match IE when host was not found, r=harishd, sr=darin. 2003-04-11 17:06:29 +00:00
ccarlen%netscape.com c1a4389e74 Bug 194650 - Dynamic profile switching does not logout of password manager completely if the only user of wallet data is the wallet viewing UI. r=kaie/sr=dveditz 2003-04-10 13:18:42 +00:00
dbaron%dbaron.org 655e594112 Fix build warnings by using character literals. b=183354 r=smontagu sr=bzbarsky 2003-04-09 21:13:23 +00:00
samuel%sieb.net 1663cf6ca7 0.8.25 -> 0.8.26
chatzilla only
2003-04-09 21:10:02 +00:00
oeschger%netscape.com 0e842e6d68 checking in some patches for andreas kunz, r=oeschger, dispensation pper 162559, fixing leftover netscape references, typos and other problems 2003-04-09 05:01:54 +00:00
samuel%sieb.net e542c4afbc Bug 199830 - strict warnings on nick change
r=rginda
chatzilla only
2003-04-08 22:10:03 +00:00
samuel%sieb.net 1bfda01ee4 Bug 199234 - Ctrl+Shift+Tab and ctrl-pgup don't work on the first tab
r=rginda
chatzilla only
2003-04-08 22:07:28 +00:00