bzbarsky%mit.edu
ec0e304f16
Bump skinVersion up to 1.5, since older skins are likely to get broken by the
...
change to no longer support single-':' pseudo-elements. Bug 211657, r+sr=dbaron
2003-07-25 23:03:39 +00:00
jaggernaut%netscape.com
f1efc20ae6
Bug 213602: Switch some users of NS_GetWeakReference over to do_GetWeakReference. r=bzbarsky, sr=dbaron
2003-07-25 19:06:59 +00:00
mkaply%us.ibm.com
0110d3002e
#56301
...
r=mkaply, pedemont, jblanco, sr=kin@netscape.com , a=drivers
Check mozdev spellchecker into Mozilla - hurrah!
Not turned on yet :)
2003-07-25 15:47:55 +00:00
mkaply%us.ibm.com
71e83f7596
#56301
...
r=mkaply, pedemont, jblanco, sr=kin@netscape.com , a=drivers
Check mozdev spellchecker into Mozilla - hurrah!
Not turned on yet :)
2003-07-24 21:39:28 +00:00
neil%parkwaycc.co.uk
7546e29b67
Bug 207634 Convert GetSortKeyLen/CreateRawSortKey to AllocateRawSortKey r=smontagu sr=sspitzer
2003-07-24 20:31:35 +00:00
bzbarsky%mit.edu
76799ff743
Add an nsIDocument* GetOwnerDocument() to nsGenericElement, deCOMify
...
nsINodeInfo a tad. Bug 211634, r=jkeiser, sr=jst
2003-07-24 17:30:52 +00:00
caillon%returnzero.com
9c22160a4b
Bug 83536.
...
Merge script principal implementations into one class.
Should reduce footprint, speed up calls to caps a little bit, and fixes several memory leaks.
Also fixes bugs 211174 and 211263
r=jst@netscape.com
sr=bzbarsky@mit.edu
moa=mstoltz@netscape.com (he looked at an earlier patch and said it looked fine, and will do a retroactive review when he returns from vacation as well)
2003-07-24 05:15:20 +00:00
jaggernaut%netscape.com
ef99140d6d
Bug 213601: Switch some users of NS_NewAtom over to do_GetAtom. r=bzbarsky, sr=dbaron
2003-07-24 04:53:13 +00:00
mhammond%skippinet.com.au
d1e853d30c
We were breaking Python's rules for comparison result returns - and
...
this only started mattering in Python 2.3.
Not part of the build.
2003-07-23 00:23:45 +00:00
sicking%bigfoot.com
bdc7371305
not part of build. installfile for a buster.xpi. Also put the overlayed menuitem in the Webdevelopment menu so that it works for official builds.
2003-07-22 19:56:01 +00:00
dbaron%dbaron.org
f61c45ed1a
Remove unused content quality stubs. b=111346 r+sr=bzbarsky
2003-07-22 18:38:08 +00:00
mhammond%skippinet.com.au
c27a9ae0f9
When new components are registered, re-scan the Python directory for
...
new .pth files (which may have just been installed).
Add _xpcom.GetSpecialDirectory() to make this work.
Not part of the build.
2003-07-22 07:30:55 +00:00
jgaunt%netscape.com
0d2b704ff6
not part of build
...
dropping the uddi support into webservices so it doesn't get lost.
2003-07-21 18:03:42 +00:00
mkaply%us.ibm.com
978661fa27
webbnet hostname changed
2003-07-21 14:47:02 +00:00
varga%utcru.sk
3aab060321
Fix for bug 152209. unnecessary distinction between "content" and "treeitem" template conditions
...
r=neil, sr=bienvenu
2003-07-20 10:35:41 +00:00
jaggernaut%netscape.com
f008bc2bad
Bug 25886: Get rid of a bunch of unused NS_DEFINE_IID, NS_DEFINE_CID. r=caillon, sr=dbaron
2003-07-20 07:47:59 +00:00
mhammond%skippinet.com.au
06c602fd58
Convert constants from hex to dec, to prevent warnings in Python 2.3
...
Not part of the build.
2003-07-17 11:02:34 +00:00
axel%pike.org
523864fb46
bug 211485, check for UniversalBrowserRead for xpath/xslt security checks, r=sicking, sr=jst
2003-07-17 10:13:24 +00:00
mhammond%skippinet.com.au
ee8bb06cc9
Python XPCOM bindings - not part of the build.
...
* Attempt to import a "sitepyxpcom" module at startup.
* Process the main bin\Python directory as a "site directory". This means
.pth files will be scanned in that directory, allowing sys.path changes
to be managed in a sensible way locally to mozilla.
2003-07-17 06:39:00 +00:00
jaggernaut%netscape.com
bf82a649b9
Bug 212272: Switch some Substring users over to String(Begins|Ends)With. r=dwitte, sr=bzbarsky
2003-07-14 07:37:39 +00:00
jaggernaut%netscape.com
20004e3489
Bug 73353: clean up MODULE/REQUIRES story. r=cls, sr=bryner
2003-07-13 22:29:00 +00:00
bzbarsky%mit.edu
e91ae1f2b8
Update the string stream interface a bit and simplify the implementation a
...
lot. Bug 212109, r=dougt, sr=darin
2003-07-11 23:10:27 +00:00
dbaron%dbaron.org
92b921aca3
Remove hint parameter from AttributeChanged methods and simplify style hint mechanism. b=211308 r+sr=bzbarsky
2003-07-11 21:16:12 +00:00
ashishbhatt%netscape.com
cd5f705bc7
Adding simple type wsdl test cases
2003-07-11 20:30:59 +00:00
dwitte%stanford.edu
6e4c26ccb3
Bug 212284: Adding a web site to allowed popup site list crashes Mozilla [@ nsPermissionManager::Add ]
...
fixing a crasher regression from yesterday's landing of bug 209475.
patch by mvl; r=dwitte, sr=bz, a=dbaron.
2003-07-11 00:04:02 +00:00
darin%netscape.com
dcfa3ae7f2
MSVC++ uses old-school variable scoping with |for| loop initializers. fixes win32 bustage.
2003-07-09 01:29:51 +00:00
dwitte%stanford.edu
79a057d46a
Bug 209475: Make nsIPermissionManager more flexible for extensions.
...
Changes nsIPermissionManager.idl to accept type strings rather than integers; this allows consumers to register unique types more easily, without fear of conflicting with an already-existing one.
Also fixes some bounds-checking fu (sr=bz on irc for those additional portions).
patch by mvl; r=dwitte, sr=bz.
2003-07-09 00:20:57 +00:00
dbaron%dbaron.org
0f54f545ce
Add UI code, intended to replace viewer, into extensions/layout-debug/. Separate UI-related features out of existing regression testing interface. b=137331 r+sr=bryner
2003-07-08 21:08:23 +00:00
varga%netscape.com
adc5c485ed
Updating sqltest to the latest API.
...
Not part of build.
2003-07-08 20:38:33 +00:00
varga%netscape.com
527dac4c37
Fix for bug 199501. Fix "Update alias" command
...
Not part of build.
2003-07-08 20:33:37 +00:00
kaie%netscape.com
2dc27003e2
b=210948 Some file dialogs have harcoded filter description
...
patch from Vincent B�ron
r=kaie sr=brendan
2003-07-08 14:46:21 +00:00
kaie%netscape.com
f82f7c9d38
b=195574 SSL extremely flaky if Ask for Master Password is 'Every time'
...
r=darin sr=brendan
2003-07-08 14:41:02 +00:00
bzbarsky%mit.edu
fccc1e29ba
Move to the double-'::' notation for -moz-tree-* pseudo-elements in SeaMonkey.
...
Bug 211657, r+sr=dbaron
2003-07-07 21:22:24 +00:00
varga%netscape.com
4de96cc907
Removing old files.
2003-07-07 18:27:05 +00:00
varga%netscape.com
4756cb89f8
Build changes for sql extension
...
- eliminated packager subdir
- separated sqltest app
Not part of build
2003-07-07 18:25:46 +00:00
neil%parkwaycc.co.uk
78542d9e61
Bug 211537 DOM Inspector not displaying full tree of nodes r=caillon sr=bz
...
Using correct line endings this time :-)
2003-07-07 08:28:34 +00:00
caillon%returnzero.com
931a2d025a
Backout of Neil's patch for bug 211537. This was only supposed to touch 10 or so lines, not every line in each of two files.
2003-07-06 21:09:22 +00:00
neil%parkwaycc.co.uk
549be42b93
Bug 211537 DOM Inspector not displaying full tree of nodes r=caillon sr=bz
2003-07-06 18:31:56 +00:00
smontagu%netscape.com
c6c796519b
Comment-only checkin arising from bug 14871 and bug 211343, not part of the build.
2003-07-04 18:34:25 +00:00
timeless%mozdev.org
7697a4010a
Bug 132209 Many XUL documents are invalid XML (<!DOCTYPE window ...>)
...
patch by riceman+bmo@mail.rit.edu r=timeless rs=jag moa=varga
2003-07-03 08:44:33 +00:00
timeless%mozdev.org
c402cefb4f
Bug 132209 Many XUL documents are invalid XML (<!DOCTYPE window ...>)
...
patch by riceman+bmo@mail.rit.edu r=sicking rs=jag
2003-07-03 01:25:29 +00:00
timeless%mozdev.org
6aa7522fbf
Bug 132209 Many XUL documents are invalid XML (<!DOCTYPE window ...>)
...
patch by riceman+bmo@mail.rit.edu r=timeless rs=jag moa=dwitte
2003-07-03 00:25:56 +00:00
timeless%mozdev.org
244383325d
Bug 132209 Many XUL documents are invalid XML (<!DOCTYPE window ...>)
...
patch by riceman+bmo@mail.rit.edu r=timeless rs=jag moa=rginda
2003-07-02 14:30:02 +00:00
timeless%mozdev.org
d17657f89a
Bug 132209 Many XUL documents are invalid XML (<!DOCTYPE window ...>)
...
patch by riceman+bmo@mail.rit.edu r=timeless rs=jag
2003-07-02 14:29:47 +00:00
dwitte%stanford.edu
9eb97d8753
clean up p3p a little, by making it not observe nsIHttpNotify notifications. cookies pushes a channel to the p3pservice, so there's no point wasting cycles doing the same work twice.
...
b=210491, r=harishd, sr=darin.
2003-07-02 07:30:50 +00:00
harishd%netscape.com
907e9b432f
Should have been a part of my previous checkin. This change was requested by jst@netscape.com
2003-07-01 19:03:46 +00:00
harishd%netscape.com
7952a97b18
Override same origin check for public services listed in the master service list. b=203371, r=darin@netscape.com sr=jst@netscape.com
2003-07-01 18:51:59 +00:00
bzbarsky%mit.edu
6541dcc119
Fix some memory leaks in Inspector. Bug 211166, r=caillon, sr=alecf
2003-07-01 01:03:02 +00:00
sicking%bigfoot.com
4adfa335e0
Backing out patch from bug 210528 to fix ports bustage
2003-06-30 20:11:13 +00:00
sicking%bigfoot.com
a0f48359e6
Bug 208979: Fix NS_ENSUREs to use the right variable. Patch by peterv
...
r=sicking sr=jst
2003-06-30 19:03:35 +00:00
sicking%bigfoot.com
9b80a0db7c
Bug 210528: Modernize XPath-classes to use nsAutoPtr
...
r=Pike sr=jst
2003-06-30 18:44:22 +00:00
dbaron%dbaron.org
2f31f8cbce
Move towards replacing viewer by reorganizing files and renaming classes. b=137331 r+sr=bryner
2003-06-27 21:37:29 +00:00
caillon%returnzero.com
2145bade1a
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
b2dd1f5161
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
1a85d1f804
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
7f3b1c240c
Fixing build bustage
2003-06-25 01:20:47 +00:00
jst%netscape.com
cf5b9601e8
Fixing build bustage.
2003-06-24 23:08:18 +00:00
jst%netscape.com
2e8edec781
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
22c0930608
bustage fix for unix, shupid me
2003-06-24 21:38:18 +00:00
axel%pike.org
09ff592c44
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
ff755a2797
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
d856ba2388
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
440c73cd8f
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
3993590f88
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
0dd71dbbcb
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
b547e81f9f
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
98ada63a79
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
d3d7c3caae
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
d096f4daca
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
5224bd40ce
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
e90e346426
initial add of file utility library, copied from venkman
2003-06-22 00:18:26 +00:00
rginda%netscape.com
52fa74451e
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
d6c3840ec2
npob, jprof support for transformiix standalone, rs=peterv
2003-06-20 19:54:56 +00:00
dwitte%stanford.edu
7c35b83fd4
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
42b06cc4f5
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
bc4b37bd71
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
2897993a88
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
636ed1dac7
- extension for firebird
...
- adapted prefs dialog to firebird (pain!)
2003-06-19 02:01:43 +00:00
bryner%netscape.com
d99700536d
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
8655a5a21c
Bug 209354. Typeahead causing memory leaks. r=darin, sr=alecf
2003-06-18 21:24:35 +00:00
sicking%bigfoot.com
fae892ba1f
Documentation changes only
2003-06-18 20:04:28 +00:00
mozilla.BenB%bucksch.org
576d3ba188
- 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
a2d2e5d776
?
2003-06-18 17:02:10 +00:00
mozilla.BenB%bucksch.org
f64018d78c
fix XXXs
2003-06-18 16:51:29 +00:00
mozilla.BenB%bucksch.org
e626476498
accidently checked in activagted debug printouts
2003-06-18 16:18:48 +00:00
mozilla.BenB%bucksch.org
4821e21ffa
experimental warning
2003-06-18 15:56:32 +00:00
dwitte%stanford.edu
eafaae2b9f
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
e436db5fea
- License changes
2003-06-18 00:04:36 +00:00
alecf%flett.org
5614718dd3
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
18112ff43b
Attempt at fixing ports bustage
2003-06-17 15:49:25 +00:00
dwitte%stanford.edu
23192c33a9
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
1989f8da1f
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
301dd33090
Try to fix build bustage and also fix a couple of new warnings.
2003-06-16 23:50:40 +00:00
sicking%bigfoot.com
dbadbbf538
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
5df2312334
Bug 208460. Remove nsIDOM3Node.idl dependency from nsIDOMNode.idl
2003-06-16 11:17:18 +00:00
mozilla.BenB%bucksch.org
49f84e8b5d
no encrpytion for now
2003-06-15 22:52:10 +00:00
mozilla.BenB%bucksch.org
2549a84c44
missed in previous checkins
2003-06-15 21:43:55 +00:00
dbaron%dbaron.org
47ed1de93c
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
c3600c1ce8
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
d59e379438
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
dfb83fb603
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
cd0952a48f
Reducing webservices codesize from my checkin to bug 209087 r+sr=jst
2003-06-13 22:31:49 +00:00
caillon%returnzero.com
ba75de772b
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
5d5585b629
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
54be9f0527
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
ccf01a2786
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
1a7211d52d
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
89f4870fb1
Cleaning up some whitespace.
2003-06-11 06:15:23 +00:00
varga%netscape.com
6ae39ee29c
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
5c38f90d42
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
8f112a4226
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
6934dc37a9
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
ba5c074374
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
fb2d2f7d0b
Bug 202388 runtime switch between system prefs and mozilla prefs.
...
sr=alecf.
2003-06-09 08:30:04 +00:00
aaronl%netscape.com
e4df6ab4ac
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
0266b8907f
tree close, backing out
2003-06-05 21:43:20 +00:00
sicking%bigfoot.com
242aa4a9d1
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
6f369b9a52
Bustage fix, r/sr=peterv
2003-06-05 21:40:41 +00:00
peterv%netscape.com
0b7648256b
Bustage fix. sr=jag.
2003-06-05 20:15:35 +00:00
jkeiser%netscape.com
6ff9f6a27f
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
35e2a7105c
Documentation changes only. More ideas for optimized xpath
2003-06-05 16:26:22 +00:00
aaronl%netscape.com
f78e7a1783
Backing out, to see if it fixes orange
2003-06-05 12:53:01 +00:00
aaronl%netscape.com
d7c41d7cc6
Fixing bustage correctly
2003-06-05 10:10:23 +00:00
aaronl%netscape.com
22b1a4be3a
Fixing bustage
2003-06-05 09:50:12 +00:00
aaronl%netscape.com
0bb21212bb
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
c20476f69f
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
edb10709d3
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
108ef75354
bug 207642 - update localeVersion for 1.5a - r=rchen, sr=blizzard
2003-06-04 11:11:19 +00:00
robinf%netscape.com
e594e08660
updating to reflect latest UI; r=oeschger and per bug 161765
2003-06-03 00:59:20 +00:00
axel%pike.org
8219429330
npob, fix crash on exit, r=sicking
2003-06-01 16:32:57 +00:00
timeless%mozdev.org
2816c782bc
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
f9a4cf6135
Bug 207057 Division by zero in UCDET.DLL
...
r=smontagu sr=rbs
2003-05-29 23:42:12 +00:00
dwitte%stanford.edu
1ce3f6a366
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
47244eb732
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
f5552aec04
Bug 207242 styleRules.js misuses prompt service r=caillon sr=jst
2003-05-29 09:11:11 +00:00
peterv%netscape.com
411f08ce08
Bustage fix.
2003-05-27 13:46:20 +00:00
peterv%netscape.com
5d65f3ca09
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
5158d785de
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
07ceaa9bc8
Fixing bustage
2003-05-23 22:53:58 +00:00
timeless%mozdev.org
4ee591189b
Bug 206162 unused variable `nsresult result' in nsPolicyReference::ProcessExpiryElement
...
r=harishd sr=heikki
2003-05-23 22:21:30 +00:00
timeless%mozdev.org
30994fa6d1
Bug 204426 Warnings in nsTypeAheadFind.cpp/nsTypeAheadFind.h
...
r=aaronl sr=dbaron
2003-05-23 22:00:33 +00:00
timeless%mozdev.org
61611942c3
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
149f719c00
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
b895cea9ed
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
a98ed9e862
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
1734eec58f
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
4cd528a90b
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
179c07e5e6
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
4ed9914967
oops, missed a file in previous checkin
2003-05-22 20:43:56 +00:00
dwitte%stanford.edu
1e2667d459
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
d31b372b38
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
aaf57fc3cf
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
657853fe09
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
5a7cc4bac2
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
33b8c14d9d
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
370af96809
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
0e93583a8b
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
9f922821c7
bug 205675, error on recursive import/include, r=sicking, sr=peterv, a=asa
2003-05-20 09:30:10 +00:00
harishd%netscape.com
a641a9dd0b
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
90551a6e0d
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
aea57c3ed9
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
45c353e9aa
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
6671660411
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
a15b9f2cf4
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
510524698b
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
626fef6cb8
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
5b4a307c0c
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
b0cfba2a07
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
007832827f
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
4370bcc943
help content updates per bug 161765; r=oeschger
2003-05-12 23:16:30 +00:00
robinf%netscape.com
464216e63c
updating image for help; bug 161765; r=oeschger
2003-05-12 23:06:06 +00:00
harishd%netscape.com
fbe5869e0d
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
b92d8ba746
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
06dd9944b0
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
9944d45113
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
e62ed7ca1f
Correct 1.4 build errors on Linux. Not part of the build.
2003-05-09 01:20:32 +00:00
jgaunt%netscape.com
f524307e9a
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
79d9d133f1
Fix OSX bustage from previous checkin
2003-05-08 21:02:10 +00:00
sicking%bigfoot.com
737e15f243
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
f5038d7a46
backing out cause of bustage
2003-05-08 18:03:43 +00:00
heikki%netscape.com
759bab5a67
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
01d60af231
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
9dd848937d
Bug 204809: <browser disableHistory=.../> -> <browser disablehistory=.../>. r=sr=a=sspitzer
2003-05-08 03:08:15 +00:00
dwitte%stanford.edu
806bce6100
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
6e969d0a82
bug 204456, remove #defined errorcodes, r=sicking, sr=peterv, a=sspitzer
2003-05-06 07:35:23 +00:00
darin%netscape.com
a7a9655ce4
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
e5155a6bf8
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
00be1508c7
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
7a91281079
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
deadd7be00
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
011cbf1883
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
9597ea7d9b
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
34c20a2555
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
ddefbdc907
These files were copied to webservices extension, not part of build.
2003-05-01 20:59:36 +00:00
heikki%netscape.com
c4c9184524
This file was moved into the webservices extension, not used here.
2003-05-01 20:56:33 +00:00
heikki%netscape.com
7f2b774404
Removing unused file.
2003-05-01 20:52:10 +00:00
dwitte%stanford.edu
d54decdf65
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
bbfe824095
add new image
2003-05-01 04:49:00 +00:00
rginda%netscape.com
0ce31a7934
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
69f52ffff9
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