caillon%returnzero.com
e6a3eca1ed
Bug 210601 - XSLT should check whether the subject principal is the system principal.
...
r=axel@pike.org sr=jst@netscape.com
2003-06-25 22:40:58 +00:00
jst%netscape.com
6a7d554b55
Fixing more of bug 209884. Same change that was done all over the place in the original patch, sr=me.
2003-06-25 22:24:25 +00:00
bryner%netscape.com
2211a2a6f9
Fix a shutdown crash with gtk2 by not attempting to unload libgconf after we've called gconf_client_get_default(). gconf initializes ORBit which in turn registers atexit() handlers, so unloading the library would cause those function pointers to become invalid. Also, release our reference to the GConfClient in the GConfProxy dtor, and remove some unneeded code from the dtor. Bug 210471, r=bolian.yin@sun.com, sr=alecf.
2003-06-25 06:29:44 +00:00
seawood%netscape.com
e355b2283f
Fixing build bustage
2003-06-25 01:20:47 +00:00
jst%netscape.com
168bb7a4ba
Fixing build bustage.
2003-06-24 23:08:18 +00:00
jst%netscape.com
abefba9053
Fixing bug 209884. Writing an inline helper to safely get an nsIScriptContext from a JSContext and making direct callers of JS_GetContextPrivate() use the helper. r=caillon@aillon.org, sr=peterv@netscape.com
2003-06-24 21:43:01 +00:00
axel%pike.org
04e84a9763
bustage fix for unix, shupid me
2003-06-24 21:38:18 +00:00
axel%pike.org
1fb99991f5
bug 209539, 209089, crash on several ways when linking to a non-existing XSLT stylesheet, r=sicking, sr=peterv
2003-06-24 20:41:49 +00:00
dwitte%stanford.edu
0a56c23de4
fixing a trivial warning due to mismatch of |class| fwd-declaration for a struct.
...
r=timeless
2003-06-24 14:33:26 +00:00
aaronl%netscape.com
ac723d47ad
Fixing part of checkin from bug 209354 to be in line with darin's comments. No new sr= needed
2003-06-24 08:29:34 +00:00
dbaron%dbaron.org
06bb24f863
Implement the DOM interfaces for CSS style rules on a wrapper object which allows the immutable rule object to be swapped out underneath. b=188803 r+sr=bzbarsky
2003-06-24 05:40:37 +00:00
dwitte%stanford.edu
5abc7e03c5
Fixing leak regression from bug 200632 landing (the latest cookie rewrite).
...
This changes the nsCookieService singleton fu to AddRef only once, rather than twice (and removes the corresponding Release in the module dtor). The double-addref was making the cookie module stick around until XPCOM starts shutting down modules, which is too late to release things we own (observer service, prefbranch, etc). So we were violating XPCOM shutdown rules without knowing it.
So, the tracemalloc leak stats on Brad should halve. :)
b=209571, r=alecf, sr=darin.
2003-06-24 05:00:22 +00:00
dwitte%stanford.edu
d6f586015d
removing bitmap/png, screen capturing, and boxmodel colorpicking functionality from DOM Inspector.
...
b=211096, r=caillon, sr=jst.
2003-06-24 04:44:55 +00:00
axel%pike.org
1a97d2a623
bug 208561, grammar check, a X vs. an X, patch by Joseph Myers, r=axel@pike.org, sr=peterv
2003-06-23 14:25:23 +00:00
jshin%mailaps.org
a02a46efd1
bug 205649 : replace U+00E5 represented in ISO-8859-1 (0xe5) with U+00E5 in
...
UTF-8 in all XUL files to make them to be genuinely encoded in UTF-8. All the
changes are in comments so that this shouldn't affect anything at run-time.
(r=hwaara)
2003-06-23 13:18:12 +00:00
bzbarsky%mit.edu
e5aa92e533
Show #document nodes in iframes. Fix up various code that assumed they would
...
_not_ be shown. Minor cleanup of various sorts (nsCOMArray, etc). Bug 201585,
r=caillon, sr=alecf
2003-06-22 22:40:34 +00:00
bzbarsky%mit.edu
41c35baf3c
Show the root #document node in the Inspector DOM view. Highlight doctype
...
nodes in a different color. Bug 156072, patch by ajvincent@juno.com (Alex
Vincent), r=caillon, sr=bzbarsky
2003-06-22 07:13:32 +00:00
rginda%netscape.com
70afe25025
rebuild stalk expressions when the stalk options are changed from the pref panel
...
reload css when motif changed from pref panel
2003-06-22 00:31:54 +00:00
rginda%netscape.com
cd32973f61
initial add of file utility library, copied from venkman
2003-06-22 00:18:26 +00:00
rginda%netscape.com
95381c7eb2
landing patches for the following bugs, as 0.8.34:
...
193246 /list doesn't work on RFC2812 compliant IRC servers
114744 File->Close vs. View-Close
80125 Logging facility in Chatzilla.
198538 Chat views tab titles are lowcase
200188 PgDn/PgUp scroll left and right Chatzilla panes
199201 sound settings blocks stalked messages if WAV sound file ...
114104 messaging from private chat tab does not show the addressee
201324 Userlist not always kept sorted as requested
202644 Column sort behavior should parallel mailnews
184228 Spelling error in irc.js: "function net_conenct()".
206915 /join reports joining new channel in current window
209524 stalk word list cannot have length one
198823 Should be able to set Default Character Coding in Prefere...
200097 lowcase ``<nickname> has changed the topic to...''
205792 important text notification does not properly differentia...
86526 chatzilla stores default prefs in prefs.js
Thanks to ssieb, kazhik ans Silver for the patches.
2003-06-22 00:17:55 +00:00
axel%pike.org
d4e0a79f99
npob, jprof support for transformiix standalone, rs=peterv
2003-06-20 19:54:56 +00:00
dwitte%stanford.edu
eb7529542c
removing some unused default ctors now that nsDerivedSafe can handle it.
...
no bug, r+sr=bz
2003-06-20 02:20:34 +00:00
dbaron%dbaron.org
4afcaa0e69
DeCOMtaminate nsIFrame::GetView and SetView, and add HasView, GetClosestView, and AreAncestorViewsVisible to consolidate common patterns. b=208004 r+sr=roc
2003-06-19 23:44:01 +00:00
bzbarsky%mit.edu
bf56dff08c
Fix tail matching algorithm. Bug 209902, patch by mvl@exedo.nl (Michiel van
...
Leeuwen), r=dwite, sr=bzbarsky.
2003-06-19 22:35:08 +00:00
sicking%bigfoot.com
13f65a560a
Bug 209667: Make it possible to hold an nsRefPtr to a class that lacks an empty ctor. I'll back this out if it breaks any ports.
...
r=jag sr=dbaron on the nsCOMPtr.h part
r=Pike sr=peterv on the transformiix part
2003-06-19 18:21:39 +00:00
mozilla.BenB%bucksch.org
18775106ea
- extension for firebird
...
- adapted prefs dialog to firebird (pain!)
2003-06-19 02:01:44 +00:00
bryner%netscape.com
23fb72d6eb
Fix gtk2 static build bustage - MODULE_NAME in Makefile.in must match NS_IMPL_NSGETMODULE. Bug 209747.
2003-06-18 22:54:25 +00:00
aaronl%netscape.com
d220ebb06a
Bug 209354. Typeahead causing memory leaks. r=darin, sr=alecf
2003-06-18 21:24:35 +00:00
sicking%bigfoot.com
f939dab6e1
Documentation changes only
2003-06-18 20:04:28 +00:00
mozilla.BenB%bucksch.org
02c668ea90
- whitespace only
...
- (ok, also fixed a non-sensical comment)
- what are these contents.rdf changes always?
2003-06-18 17:14:19 +00:00
mozilla.BenB%bucksch.org
65bddb20cf
?
2003-06-18 17:02:10 +00:00
mozilla.BenB%bucksch.org
b17c3467ef
fix XXXs
2003-06-18 16:51:29 +00:00
mozilla.BenB%bucksch.org
c9630b111b
accidently checked in activagted debug printouts
2003-06-18 16:18:48 +00:00
mozilla.BenB%bucksch.org
c2b75210da
experimental warning
2003-06-18 15:56:32 +00:00
dwitte%stanford.edu
813391e0a7
remove cid's/contractid's and factory constructors for nsCookie and nsPermission, since these objects shouldn't be instantiable.
...
b=209506, r=darin/mvl, sr=bz
2003-06-18 00:52:59 +00:00
mozilla.BenB%bucksch.org
8db5f0784d
- License changes
2003-06-18 00:04:36 +00:00
alecf%flett.org
b7fa256d74
fix for bug 209220 - now that i18n APIs take ASCII charset names, update consumers to avoid excess conversions.. which usually means storing charset names as ASCII and updating a few other APIs
...
r=jkeiser, sr=jst and some great comments from jshin@mailaps.org
2003-06-17 16:40:34 +00:00
sicking%bigfoot.com
d27334ffbc
Attempt at fixing ports bustage
2003-06-17 15:49:25 +00:00
dwitte%stanford.edu
8b616c41b0
fix a couple of memory leaks in DOM inspector's PNG encoder, and clean up the interface a little.
...
b=208704, r=biesi/caillon, sr=jst
2003-06-17 07:43:47 +00:00
bolian.yin%sun.com
8442b87c63
Remedy patch for Bug 202388, runtime switch between system prefs and mozilla prefs. The original patch got sr=alecf, r=kyle.
2003-06-17 05:52:04 +00:00
sicking%bigfoot.com
6da2b447fd
Try to fix build bustage and also fix a couple of new warnings.
2003-06-16 23:50:40 +00:00
sicking%bigfoot.com
dbd0da7d1e
Bug 205703: Refcount Expr-results, to avoid cloning, and recycle them, to avoid memorymanagement.
...
r=Pike sr=peterv
2003-06-16 22:31:20 +00:00
aaronl%netscape.com
fccde7c7eb
Bug 208460. Remove nsIDOM3Node.idl dependency from nsIDOMNode.idl
2003-06-16 11:17:18 +00:00
mozilla.BenB%bucksch.org
bf0289678d
no encrpytion for now
2003-06-15 22:52:10 +00:00
mozilla.BenB%bucksch.org
18f28148be
missed in previous checkins
2003-06-15 21:43:55 +00:00
dbaron%dbaron.org
39d390d27f
Create only one CSSStyleRuleImpl per rule rather than one per comma-separated selector to fix CSSOM compliance bugs and make rule immutability easier. Store list of selectors on the CSSStyleRuleImpl, each with their own weight. b=98765 r+sr=bzbarsky
2003-06-14 23:50:54 +00:00
dwitte%stanford.edu
cc8373a599
removing nsCookies.{h,cpp} and nsCookieManager.{h,cpp}. to find old blame info and logs for those files, look in attic.
...
cookie rewrite part 3, b=200632, r=alecf, sr=darin.
2003-06-14 22:33:50 +00:00
dwitte%stanford.edu
6fd2b6cf13
yet another cookie rewrite - up to part 3 this time.
...
- moves core cookie code into nsCookieService.{h,cpp}, and kills nsCookies & nsCookieManager
- makes nsCookieService a singleton object that implements nsICookieManager also
- improves mem efficiency of the nsCookie object, and removes unneeded conversions
- adds an nsICookie2 interface to extend the sucky nsICookie.
- fixes a few (unrelated) trivial things while I'm in there (use ->ASCII instead of ->UTF8, and remove some erroneous stuff in nsPermissionManager.h)
cvs removal of nsCookies.{h,cpp} and nsCookieManager.{h,cpp} will follow; to find old blame info and logs for those files, look in attic.
burn the witch!
b=200632, r=alecf, sr=darin.
2003-06-14 20:10:55 +00:00
nisheeth%netscape.com
5b1e15b50a
Fix for bug 209338. r=harishd@netscape.com, sr=jst@netscape.com. Make nsSoapEncoding instantiable from JS again.
2003-06-13 22:38:09 +00:00
caillon%returnzero.com
0db192dac1
Reducing webservices codesize from my checkin to bug 209087 r+sr=jst
2003-06-13 22:31:49 +00:00
caillon%returnzero.com
2df173e9c8
Bug 209087
...
Content interface out-parameters should use ptr-to-ptrs instead of ref-to-ptrs and some small deCOMtamination.
r+sr=jst@netscape.com
2003-06-13 20:10:01 +00:00
harishd%netscape.com
85570db892
Grant access to SOAP response document's properties and also allow the document to be serializable. b=193953, r=heikki@netscape.com, sr=jst@netscape.com
2003-06-12 20:18:34 +00:00
harishd%netscape.com
8a1178805d
Checking in for peterv@netscape.com: Fixing the problem with viewing P3P summary more than once. b=208560, r=harishd, sr=heikki
2003-06-11 19:12:23 +00:00
alecf%flett.org
2751c6b097
fix for bug 206379:
...
- combine nsICharsetConverterManager2 and nsICharsetConverterManager
- get rid of nsIAtom in most of the methods
- provide versions of getUnicodeDecoder/Encoder which don't do alias resolution
- change all charset types to ASCII strings
- clean up some other i18n APIs which could be simplified
- fix all consumers of all changed i18n interfaces
r=jshin, smontagu
rs=sfraser
2003-06-11 18:16:03 +00:00
ssu%netscape.com
b3d4ec2f77
landing neil's patch for bug 208464 - From the Start menu select Help & Support and a blank window appears. r=ssu, sr=sspitzer, a=asa
2003-06-11 17:45:30 +00:00
jst%netscape.com
53c6ada14b
Cleaning up some whitespace.
2003-06-11 06:15:23 +00:00
varga%netscape.com
91245bd20d
Fix for bug 208912. DOMParser produces documents with about:blank uri.
...
r=heikki, sr=peterv
2003-06-10 23:31:07 +00:00
seawood%netscape.com
0a45cd74a3
Removing old cfm build files. Use the CFM_LAST_RITES tag to resurrect. r=macdev
2003-06-10 22:31:00 +00:00
seawood%netscape.com
97649bab86
Removing old cfm build files. Use the CFM_LAST_RITES tag to resurrect. r=macdev
2003-06-10 21:18:27 +00:00
seawood%netscape.com
b28ce0a530
Removing old cfm build files. Use the CFM_LAST_RITES tag to resurrect. r=macdev
2003-06-10 20:12:33 +00:00
sicking%bigfoot.com
3e919f8fcf
Bug 206338: improve txStack performance by inlining functions and moving bounds-check to outside the txStack-class
...
r=Pike sr=peterv
2003-06-09 18:48:15 +00:00
bolian.yin%sun.com
8001504701
Bug 202388 runtime switch between system prefs and mozilla prefs.
...
sr=alecf.
2003-06-09 08:30:04 +00:00
aaronl%netscape.com
83e8f6b6b4
Bug 208271. Make accessproxy not part of build. r=cls, no sr= needed for build changes
2003-06-06 10:12:34 +00:00
sicking%bigfoot.com
6d84bf3b87
tree close, backing out
2003-06-05 21:43:20 +00:00
sicking%bigfoot.com
4695e7c5eb
Bug 206338: Improve performance of txStack by inlineing functions and by removing boundschecks
...
r=Pike sr=peterv
2003-06-05 21:42:27 +00:00
jkeiser%netscape.com
2b9fcafff4
Bustage fix, r/sr=peterv
2003-06-05 21:40:41 +00:00
peterv%netscape.com
7bf70f7472
Bustage fix. sr=jag.
2003-06-05 20:15:35 +00:00
jkeiser%netscape.com
751ad5cc58
Make XSLT #include less stuff (bug 208188), r=bugmail@sicking.cc, sr=peterv@netscape.com
2003-06-05 17:56:57 +00:00
sicking%bigfoot.com
23d9f34ead
Documentation changes only. More ideas for optimized xpath
2003-06-05 16:26:22 +00:00
aaronl%netscape.com
7ef51af56a
Backing out, to see if it fixes orange
2003-06-05 12:53:01 +00:00
aaronl%netscape.com
e120bf384f
Fixing bustage correctly
2003-06-05 10:10:23 +00:00
aaronl%netscape.com
5cb1d43332
Fixing bustage
2003-06-05 09:50:12 +00:00
aaronl%netscape.com
ca3689f4ab
Bug 208271. Remove access-builtin from build, but keep in tree. r=cls. No sr= required for build changes
2003-06-05 08:29:36 +00:00
peterv%netscape.com
2355d9abb8
Fix for bug 191920 (P3P Summary button does not work anymore). r=heikki/harishd, sr=jst.
2003-06-05 08:16:39 +00:00
shliang%netscape.com
df938ddfef
208357 - image manager menuitem needs to be removed for ns builds on mac osx. r=sgehani, sr=jag
2003-06-05 03:49:48 +00:00
kairo%kairo.at
0b93c73eee
bug 207642 - update localeVersion for 1.5a - r=rchen, sr=blizzard
2003-06-04 11:11:19 +00:00
robinf%netscape.com
7d2a73dee2
updating to reflect latest UI; r=oeschger and per bug 161765
2003-06-03 00:59:20 +00:00
axel%pike.org
8e34ccdb95
npob, fix crash on exit, r=sicking
2003-06-01 16:32:57 +00:00
timeless%mozdev.org
2e50895ae7
Bug 153736 Warning ``reference to undefined property this.mLinkedPanel'' [xs] in file ``chrome://inspector/content/inspector.xml#panel.linkedPanel (setter)'', line 1, character 0.
...
r=rginda sr=bz
2003-05-30 22:25:02 +00:00
timeless%mozdev.org
26b02a7381
Bug 207057 Division by zero in UCDET.DLL
...
r=smontagu sr=rbs
2003-05-29 23:42:12 +00:00
dwitte%stanford.edu
6a1a2f65cf
spring cleaning in extensions/wallet, bug 204184.
...
hunting season is open!
r=timeless, sr=bryner.
2003-05-29 10:02:39 +00:00
bolian.yin%sun.com
646e3ffe37
Bug 195794, missing access keys for Personal panel
...
The path is from jessie.li@sun.com r=kyle sr=jst
2003-05-29 09:48:58 +00:00
neil%parkwaycc.co.uk
f019834d8f
Bug 207242 styleRules.js misuses prompt service r=caillon sr=jst
2003-05-29 09:11:11 +00:00
peterv%netscape.com
ad1ad80290
Bustage fix.
2003-05-27 13:46:20 +00:00
peterv%netscape.com
a87aadcac5
Fix for bug 203978 (Invalid read of size 4 const nsString FunctionCall::INVALID_PARAM_VALUE(NS_LITERAL_STRING("invalid parameter value for function: "));). r=Pike, sr=jst.
2003-05-27 12:30:32 +00:00
aaronl%netscape.com
ef71f3a441
Bug 204777. Prevent backspace to send us back in history in general embedded case. r=brade, sr=sfraser
2003-05-25 19:39:21 +00:00
jaggernaut%netscape.com
a80007ca0a
Fixing bustage
2003-05-23 22:53:58 +00:00
timeless%mozdev.org
09ded03b99
Bug 206162 unused variable `nsresult result' in nsPolicyReference::ProcessExpiryElement
...
r=harishd sr=heikki
2003-05-23 22:21:30 +00:00
timeless%mozdev.org
187f4d5075
Bug 204426 Warnings in nsTypeAheadFind.cpp/nsTypeAheadFind.h
...
r=aaronl sr=dbaron
2003-05-23 22:00:33 +00:00
timeless%mozdev.org
b584be9dec
Bug 203973 txXSLTProcessor::shutdown releases a log module it doesn't own
...
r=axel sr=peterv
2003-05-23 21:55:16 +00:00
dwitte%stanford.edu
270d3909ca
bug 100649: Length() being used where IsEmpty() is meant
...
treewide changes to convert incorrect usages of string.Length() to string.IsEmpty().
thanks to afatecha@idea.com.py (Ariel Fatecha) for the patch. r=dwitte, sr=jst.
got the ok from Asa to land into a closed tree.
2003-05-23 21:34:47 +00:00
sicking%bigfoot.com
57097a2753
Bug 199331: Recompile stylesheet if the underlying DOM is modified after .importStylesheet is called
...
r=Pike sr=peterv a=mkaply
2003-05-23 15:02:08 +00:00
axel%pike.org
c39a545555
not part of build, fix gcc3.2 and hex, r/sr=peterv, a=mkaply
2003-05-23 14:02:07 +00:00
varga%netscape.com
717feaab4a
Landing bookmarks changes.
...
Bug 205378 - Meta bug for changes in bookmarks sorting code
r=jag, sr=sspitzer, a=sspitzer,asa
The CloneResource() has been back ported from Firebird, originally
implemented by Pierre Chanial.
2003-05-23 12:03:40 +00:00
rbs%maths.uq.edu.au
285c623645
Output basic entities such as during 'Save As' of HTML documents (there is another option/flag to output more entities such as accented letters if needed), r=adamlock, sr=heikki, a=asa
2003-05-23 06:18:11 +00:00
rginda%netscape.com
81f8daa616
bug 206639, "land latest chatzilla", a=asa
...
Changes between 0.8.26 and 0.8.31 are:
* bug 119746: it is now possible to change character sets per channel.
* bug 206066: auto-connect networks now open in correct order
* bug 193246: fixed /list problem on some servers
2003-05-22 21:28:13 +00:00
dwitte%stanford.edu
d2fb75c8f6
oops, missed a file in previous checkin
2003-05-22 20:43:56 +00:00
dwitte%stanford.edu
97883af4de
Bug 206022: [cookies] parser doesn't allow spaces in NAME token.
...
makes the cookie parser tolerant of spaces in the token name strings, which some sites rely on.
r=mvl, sr=alecf, a=asa.
2003-05-22 20:41:17 +00:00
dwitte%stanford.edu
a1fcc8d125
Bug 206356: cookies refused by default if you just close dialog.
...
makes the "do you want to accept this cookie?" dialog more user-friendly, by not touching the permission list if you dismiss the dialog without clicking a button.
patch by mvl, r=neil, sr=jag, a=asa.
2003-05-22 00:37:48 +00:00
caillon%returnzero.com
1df18183cb
206452 - Making new attribute and edit attribute work again.
...
r=ajvincent@juno.com sr=dmose a=asa
2003-05-21 23:38:17 +00:00
oeschger%netscape.com
decaa3dd93
some image reference problems in composer_help.html, review dispensation per 162559 content bug, a=sspitzer
2003-05-21 13:55:52 +00:00
heikki%netscape.com
40530ab6c1
Bug 204545, remove event listeners when needed, which fixes practically all known memory leaks and gets us a step closer to IE compatibility. r=harishd, sr=jst, a=asa.
2003-05-20 21:48:25 +00:00
caillon%returnzero.com
3987f2a037
Bug 199566 - Inspector needs a command line handler.
...
The following should now work:
./mozilla -inspector
./mozilla -inspector "http://www.foo.com/ "
r=timeless sr=jst a=asa
2003-05-20 21:30:42 +00:00
axel%pike.org
14650d084e
bug 47719, pass nsresults and error messages back to content, r=sicking, sr=peterv, a=asa
2003-05-20 19:48:56 +00:00
ssu%netscape.com
96c2e33be5
fixing bug 205865 - Chatzilla's command key in the 'Window' menu is in conflict with IM's menu item. r=rginda, sr=jag, a=sspitzer
2003-05-20 17:21:52 +00:00
axel%pike.org
4947df4f21
bug 205675, error on recursive import/include, r=sicking, sr=peterv, a=asa
2003-05-20 09:30:10 +00:00
harishd%netscape.com
8716c5a9d2
Set param type before invoking an exception. b=206108, r=dbardley@netscape.com, sr=jst@netscape.com, a=asa@mozilla.org
2003-05-20 00:36:00 +00:00
sicking%bigfoot.com
9d5719c93f
Bug 199579: Sorting case-order is inverted. Also sort using application locale as default locale.
...
r=Pike sr=peterv a=asa
2003-05-19 21:06:10 +00:00
caillon%returnzero.com
2e5037068b
Make Inspector localizable and use nsIPromptService for alerts
...
Bug 109891
r=biesi rs=bzbarsky a=sspitzer
2003-05-18 12:15:22 +00:00
rginda%netscape.com
f7f04032cd
bug 204572, "land latest venkman", a=sspitzer
...
check in differences between 0.9.67 and 0.9.75
* Fixes literal tab expansion in the new source view
* Fixes places where search() was used instead of indexOf. bug 204341
* Makes it so that editing properties on a hard breakpoint also modifies
properties on the future breakpoint.
* Makes it so that venkman can load source for files are are currently being
loaded by mozilla. bug 166935
* Catches exceptions thrown by file picker widget
* fixes a typo in the change-container command
* fixes a bug where splitters would be misplaced if you dragged a view directly from one tab container to another
* adds tooltips to the buttons in the toolbar
2003-05-16 05:03:39 +00:00
oeschger%netscape.com
4782f6ba84
just cleaning up the help content a little, dispensation per 162559, r=robinf, adding missing gifs, fixing typos, etc.
2003-05-16 02:29:50 +00:00
dbaron%dbaron.org
75ff60c62f
Clean up API (and its callers) for getting style data: remove unneeded null checks and switch to new inline member functions (one for each struct) that return values. b=197205 r+sr=roc a=brendan
2003-05-15 03:42:21 +00:00
aaronl%netscape.com
8c599b7dcb
Bug 196126. Hook up keyboard prefs help, update keyboard help. r=oeschger, no sr= required for help file changes, a=asa
2003-05-14 21:47:21 +00:00
neil%parkwaycc.co.uk
0783e3feac
Bug 150158 clean up after nsIFile.delete was renamed to .remove p=stevechapel@earthlink.net r=shliang sr=brendan a=asa
2003-05-14 14:30:12 +00:00
jgaunt%netscape.com
9d9f72b78d
bug 203979 - plug SOAP leaks of default encoding
...
r=harishd sr=jst a=asa
2003-05-13 21:05:59 +00:00
pkw%us.ibm.com
7fecf2c8fd
Bug 204796 - txStylesheetCompiler.cpp fails to build in VisualAge C++ v6.
...
r=bugmail@sicking.cc , sr=peterv@netscape.com , a=asa@mozilla.org
2003-05-13 19:08:00 +00:00
sicking%bigfoot.com
83cd9f3da7
Bug 203384: When no document has been set in the nsXPathEvaluator we should be case sensitive.
...
r=peterv sr=heikki a=asa
2003-05-13 19:00:06 +00:00
robinf%netscape.com
1381d783f6
help content updates per bug 161765; r=oeschger
2003-05-12 23:16:30 +00:00
robinf%netscape.com
10a568f5ff
updating image for help; bug 161765; r=oeschger
2003-05-12 23:06:06 +00:00
harishd%netscape.com
42426ec8f0
Fix for random crashes caused by uninitialized XPCVariant type. Also, fixed an FMR. b=203434, r=dbardley@netscape.com, sr=jst@netscape.com, a=sspitzer@netscape.com
2003-05-11 16:27:34 +00:00
caillon%returnzero.com
da46821012
Fix a leak and some minor code cleanup. r+sr=jst, a=sspitzer. (205104)
2003-05-10 02:01:10 +00:00
caillon%returnzero.com
1508e7f9c1
204810 - Inspector does not need an nsISecurityUI object to be created for its <browser>s
...
r+sr=jag a=sspitzer
2003-05-09 08:28:17 +00:00
mhammond%skippinet.com.au
ffa5109721
Fix severe leaks when using string object, and update the test suite
...
to try and catch this in the future. Not part of the build.
2003-05-09 01:23:22 +00:00
mhammond%skippinet.com.au
1426d22449
Correct 1.4 build errors on Linux. Not part of the build.
2003-05-09 01:20:32 +00:00
jgaunt%netscape.com
8d04276ced
bug 203836 - changes impl of addref/release for default sopa encoeding so they don't inherit the model for gnereal encodings, also changes some class names
...
r=rayw sr=jst a=asa
2003-05-08 22:43:39 +00:00
sicking%bigfoot.com
996fcdbd70
Fix OSX bustage from previous checkin
2003-05-08 21:02:10 +00:00
sicking%bigfoot.com
1df4c907ed
Bug 203229: Use strings better by using existing stringobjects inside ExprResults if one exists.
...
r=Pike sr=peterv a=asa
2003-05-08 19:54:39 +00:00
jgaunt%netscape.com
ca0d58c10e
backing out cause of bustage
2003-05-08 18:03:43 +00:00
heikki%netscape.com
8b997764dd
Bug 177533, fix most XMLHttpRequest memory leaks and other minor issues, r=darin, sr=jst, a=asa.
2003-05-08 17:33:59 +00:00
jgaunt%netscape.com
ce12631b96
bug 203836 - changes impl addref/release for default soap encodings so they don't inherit the model for other encodings.
...
r=rayw sr=jst a=asa
2003-05-08 16:53:21 +00:00
jaggernaut%netscape.com
bdfa490d82
Bug 204809: <browser disableHistory=.../> -> <browser disablehistory=.../>. r=sr=a=sspitzer
2003-05-08 03:08:15 +00:00
dwitte%stanford.edu
3415bcd74d
Bug 204623: setting src attribute on img element created in a doc with no window crashes.
...
fixes up some queryinterface fu to not suck.
r=mvl, sr=peterv, a=asa.
2003-05-08 01:55:37 +00:00
axel%pike.org
8518816fb9
bug 204456, remove #defined errorcodes, r=sicking, sr=peterv, a=sspitzer
2003-05-06 07:35:23 +00:00
darin%netscape.com
41280f92f9
fixes bug 22994 "Mail reader allows spammers to set/get cookies to track web usage"
...
r=dwitte sr=dveditz a=sspitzer
2003-05-05 21:27:02 +00:00
peterv%netscape.com
0e633d85f1
Part of fix for bug 203192 (Improvements to XSLT loading). r=Pike, sr=jst, a=asa.
2003-05-05 11:53:21 +00:00
peterv%netscape.com
7b55319f22
Part of fix for bug 203192 (Improvements to XSLT loading). r=Pike, sr=jst, a=asa.
2003-05-05 11:25:43 +00:00
peterv%netscape.com
8e6bcb49f7
Part of fix for bug 203192 (Improvements to XSLT loading). Move test files into their own directory and add some error strings. r=Pike, sr=jst, a=asa.
2003-05-05 09:10:17 +00:00
timeless%mozdev.org
d9200c8666
Bug 191873 Some minor text changes to quick launch help files and stuff
...
patch by pepperxn@netscape.net r=jatin sr=brendan a=asa
2003-05-05 06:56:59 +00:00
timeless%mozdev.org
4613fea7e9
Bug 203947 - Creating '@mozilla.org/xmlextras/proxy/webserviceproxy;1' or '@mozilla.org/xmlextras/proxy/webserviceproperty
...
r=harishd sr=heikki a=sspitzer
2003-05-02 21:23:31 +00:00
dwitte%stanford.edu
3c1484b14a
Bug 202313: Lifetime = 0 makes cookies disappear and reappear w/ multiple refreshes.
...
polishes cookie expiry behavior and cleans up a little expiry code.
r=mvl, sr=darin, a=sspitzer.
2003-05-02 20:43:43 +00:00
darin%netscape.com
3c6e0afaa8
fixes bug 197079 "Status bar doesn't display 'Stopped' when stop button is clicked" r=dougt sr=jag a=asa
2003-05-02 06:31:55 +00:00
heikki%netscape.com
d3447cecde
These files were copied to webservices extension, not part of build.
2003-05-01 20:59:36 +00:00
heikki%netscape.com
eaedcca341
This file was moved into the webservices extension, not used here.
2003-05-01 20:56:33 +00:00
heikki%netscape.com
eec82a9bef
Removing unused file.
2003-05-01 20:52:10 +00:00
dwitte%stanford.edu
61f5de43c9
follow-up to bug 202131: BubbleSort is too slow. fixes an omission that was supposed to go in with the original patch.
...
p=neil, r=dwitte, sr=darin, a=sspitzer.
2003-05-01 04:53:14 +00:00
rginda%netscape.com
01382263f2
add new image
2003-05-01 04:49:00 +00:00
rginda%netscape.com
bb4371516e
bug 203848, landing the latest venkman xpi, a=asa@mozilla.org
...
Fix the following bugs:
* Sometimes HTML files would not completely load in the source view. I had
been reusing a scriptable input stream in a place where that's not allowed.
* When you reloaded a file in the source view, the loaded scripts view would
stop responding to double clicks.
* If you cycled the ``Exclude Browser Files'' option from on to off, the
browser files would appear as disabled files, even though they were
no longer disabled.
* There was no way to delete a pref with the /pref command.
* If you moved a tree-based view, it would stop responding to double-clicks.
* The debugger would get into a bad state if you examined an object that
had a property named "__proto__".
Adds tabbed views.
2003-05-01 04:48:47 +00:00
harishd%netscape.com
013170f5a0
Initialize variable that was causing unexpected behavior. b=203434, r=heikki@netscape.com, sr=jst@netscape.com, a=sspitzer
2003-05-01 01:14:39 +00:00
axel%pike.org
e1a6bcbcc9
bug 199329, reenable embedded XSLT stylesheets, r=sicking, sr=peterv, a=asa
2003-04-30 21:05:11 +00:00
sspitzer%netscape.com
f78fac3f66
fix for regression bug #203629
...
Attached images don't display inline if "Do not load remote images..." is turned on
caused by my fix for bug #51631 .
r/sr=bienvenu, a=sspitzer
2003-04-30 06:28:16 +00:00