Commit Graph

6559 Commits

Author SHA1 Message Date
bryner%brianryner.com
aed69207f0 Add support for caching content viewers in session history to speed up back/forward (bug 274784). This initial landing has the feature disabled by default; set browser.sessionhistory.max_viewers to the maximum number of pages to cache to enable the feature. r=bzbarsky, sr/a=brendan. 2005-05-04 20:22:32 +00:00
pedemont%us.ibm.com
6aaaba878f Bug 291512 - In generated Java interface files, add URL pointing to original IDL file. Not part of default build. a=mkaply 2005-05-04 19:46:52 +00:00
doronr%us.ibm.com
6c4a5f9ffe Bug 292637 - nsSchemaLoader can only load http/https urls. r=biesi,sr=jst,a=mkaply 2005-05-04 16:59:23 +00:00
allan%beaufour.dk
63395c8ce4 typo fix, thx to gemal 2005-05-04 09:12:04 +00:00
allan%beaufour.dk
9df15d0f15 Add error messages for failed origin checks. Bug 292724, r=smaug+doronr, a=mkaply, NPOTB 2005-05-04 08:31:56 +00:00
robert%accettura.com
11a288b859 Bug #281717 This is the code half of this (other half is policy). Adding a privacy link under the report wizardpage so users can view privacy any time they want, make clear email isn't required. p=me r=mconnor@steelgryphon.com a=asa 2005-05-03 21:27:01 +00:00
pedemont%us.ibm.com
d37968b675 Bug 285591 - Do not cache JNIEnv structure. Instead, query from JavaVM. Not part of default build. a=mkaply 2005-05-03 20:15:35 +00:00
jay%mozilla.org
1f24c733f6 Enable Reporter tool in Firefox nightlies a=asa r=bryner sr=ben Bug 285653 2005-05-03 19:55:46 +00:00
Olli.Pettay%helsinki.fi
bbbe968ae6 Bug 292319, Set trust for XForms events. r=doron+aaronr, a=mkaply, NPOTB 2005-05-03 19:39:38 +00:00
bzbarsky%mit.edu
125f1fd3c1 Don't crash if responseText is gotten when we have no channel. Bug 289156,
r+sr=jst, a=chofmann
2005-05-03 15:57:21 +00:00
allan%beaufour.dk
3a4f4121f8 Fix setindex for nested repeats. Bug 289547, r=smaug+aaronr, a=mkaply, NPOTB 2005-05-03 07:34:38 +00:00
allan%beaufour.dk
8a73c29329 Refresh controls when we replace the instance on submission. Bug 292616, r=doronr+smaug, a=mkaply, NPOTB 2005-05-03 07:28:52 +00:00
robert%accettura.com
262ec6c7aa Bug 292669 cleanup some reporter code. Not part of build p=mconnor r=me a=asa 2005-05-03 04:16:06 +00:00
timeless%mozdev.org
cd198e6b42 Bug 243904 SOAP code problem with null, unpositioned array item
patch by chantepie@altern.org r=doron sr=jst a=asa
2005-05-02 19:42:26 +00:00
pedemont%us.ibm.com
d75b5fa3eb Bug 291512 - Generate Java interface files using nsIInterfaceInfoManager. Fix some type handling as a result of this change. r=biesi, sr=darin, a=asa 2005-05-02 16:30:03 +00:00
bugzilla%arlen.demon.co.uk
ef2a42837d Bug 285653 add reporter tool to nightly builds (patch for SeaMonkey)
p=gandalf@aviary.pl r=benjamin a=asa
2005-05-02 14:02:12 +00:00
bugzilla%arlen.demon.co.uk
b23e220365 Bug 292113 Composer prefs Help needs an update
p=stefan_h@hem.utfors.se r=me a=asa
2005-05-01 15:29:03 +00:00
robin.lu%sun.com
cfe21df0aa fix bug 290435 proxy settings are disabled after switching profiles.
alecf: review+
neil.parkwaycc.co.uk: superreview+
patched by Boying Lu <brian.lu@sun.com>
2005-04-30 02:37:41 +00:00
dougt%meer.net
be6760da53 Windows CE build changes. This addresses most of the outstanding Windows
CE compilation issues.

This patch also fixes/removes CheckStackGrowthDirection assertions in
Javscript.  This change is based on bug 242518.  See comment 36.

This patch also removes the unused enum in transformiix .  See bug
292118.

r/sr = dveditz/shaver
b    = 291229
a    = asa
2005-04-29 13:33:49 +00:00
robert%accettura.com
6ae48870c1 fix bustage... sorry for the delay 2005-04-29 02:23:58 +00:00
robert%accettura.com
c4f4042aef Make reporter use a preference for server locations (part of bug #285653) r=mconnor a=asa 2005-04-29 00:34:56 +00:00
jst%mozilla.jstenback.com
50de4a3e1d Fixing bug 289940. Make chrome event handlers only receive trusted events by default. r=jonas@sicking.cc, sr=peterv@propagandism.org, a=chofmann@mozilla.org 2005-04-28 23:48:28 +00:00
bugzilla%arlen.demon.co.uk
0aeb447a3f Bug 196272 Remove edit>preferences>mailandnewsgroups>windows
p=me r=mnyromyr/neil.parkwaycc.co.uk sr=bienvenu a=asa
2005-04-28 21:24:18 +00:00
allan%beaufour.dk
4f8adec1c3 Fix timing problems for controls using index(). Bug 291797, r=smaug+doronr, a=mkaply, NPOTB 2005-04-28 07:23:38 +00:00
allan%beaufour.dk
a83db34b4c Let controls using index() listen for changes to repeat indexes. Bug 289534, r=smaug+doronr, a=mkaply, NPOTB 2005-04-28 07:17:49 +00:00
mkaply%us.ibm.com
5811a7697f #287687
r=rginda, a=asa
Patch from  Gijs "Hannibal" Kruitbosch - chatzilla prefs window isn't coming up
2005-04-27 18:45:22 +00:00
allan%beaufour.dk
18b66d292c Fixing bustage, bug 291935, the ifdef had crawled in the wrong place :) 2005-04-27 09:04:07 +00:00
allan%beaufour.dk
c2f048e0c3 Add some debug printing to nsXFormsUtils::ReportError, r=doronr, a=mkaply, NPOTB 2005-04-27 08:29:42 +00:00
pedemont%us.ibm.com
a55c5e341d Properly handle unsigned values. Not part of default build. a=mkaply. 2005-04-26 23:00:18 +00:00
pedemont%us.ibm.com
dac34cffa2 Missing some #defines. Not part of default build. a=mkaply 2005-04-26 22:58:26 +00:00
robert%accettura.com
b902d005c2 Removed 2 bogus alert()'s I accidentally left after some testing. About as unnecessary and annoying as an Ashton Kutcher movie. 2005-04-23 03:20:15 +00:00
robert%accettura.com
bfceefe492 no bug, not part of build just yet. Some UI consolidation, we now register a user on the fly when they submit a report, rather than make it a whole step and add more clicks (less is more). Some more subtle changes, nothing noteworthy. a=asa. 2005-04-23 03:11:56 +00:00
doronr%us.ibm.com
3add894cb1 xforms bug 289595 - Can't assume there is a non-null mSchema per model. r=aaronr,smaug a=mkaply 2005-04-21 20:50:36 +00:00
silver%warwickcompsoc.co.uk
3a203c0c98 Bug 287687 - Branding branding branding.
r=silver
a=asa
p=gijskruitbosch@gmail.com (Gijs "Hannibal" Kruitbosch)
2005-04-21 20:34:54 +00:00
silver%warwickcompsoc.co.uk
7dae1e8014 Bug 227093 - Prompt the user when trying to close while connected.
r=samuel
a=asa
p=oriyanh@gmail.com (Oriyan Hermoni)
2005-04-21 20:21:56 +00:00
silver%warwickcompsoc.co.uk
243178fc1a Bug 291149 - Add a "msg" property to all channel/user privmsgs and notices to aid hooks.
r=silver
a=asa
p=gijskruitbosch@gmail.com (Gijs "Hannibal" Kruitbosch)
2005-04-21 20:19:13 +00:00
silver%warwickcompsoc.co.uk
1a20a26104 Bug 278746 - Always use the sole server's URL for the network's URL if the network was created as a wrapper for a specific server connection.
r=rginda
a=asa
p=gijskruitbosch@gmail.com (Gijs "Hannibal" Kruitbosch)
2005-04-21 20:16:03 +00:00
silver%warwickcompsoc.co.uk
931a243c33 Bug 284149 - Cope better with trying to connect to a network using SSL when there are no servers, and make our own disconnect messages look like the errors they used to be.
r=rginda
a=asa
p=gijskruitbosch@gmail.com (Gijs "Hannibal" Kruitbosch)
2005-04-21 20:12:28 +00:00
silver%warwickcompsoc.co.uk
778d1ba7ba Bug 265573 - Lets try to remove all traces of the client view when hiding it.
r=rginda
a=asa
p=gijskruitbosch@gmail.com (Gijs "Hannibal" Kruitbosch)
2005-04-21 20:08:25 +00:00
silver%warwickcompsoc.co.uk
23f752a31a Bug 290732 - Add CTCP SOURCE.
r=silver
a=asa
p=glenjamin@gmail.com (Glen Mailer)
2005-04-21 19:53:04 +00:00
silver%warwickcompsoc.co.uk
68f1f5c1b0 Bug 290626 - Mange CTCP TIME we must not.
r=silver
a=asa
p=glenjamin@gmail.com (Glen Mailer)
2005-04-21 19:34:19 +00:00
silver%warwickcompsoc.co.uk
a7f78dd6d8 Bug 193977 - Remove some space-filling boxes.
r=samuel
a=asa
p=gijskruitbosch@gmail.com (Gijs "Hannibal" Kruitbosch)
2005-04-21 19:30:04 +00:00
silver%warwickcompsoc.co.uk
da16af5676 Bug 289275 - Don't correct eventsPerStep if the time taken was 0, because we end up at Infinity!
r=silver
a=asa
p=gijskruitbosch@gmail.com (Gijs "Hannibal" Kruitbosch)
2005-04-21 19:26:22 +00:00
silver%warwickcompsoc.co.uk
ca5cd0457b Bug 240111 - Refocus input box after clicking a link.
r=samuel
a=asa
p=gijskruitbosch@gmail.com (Gijs "Hannibal" Kruitbosch)
2005-04-21 18:14:19 +00:00
silver%warwickcompsoc.co.uk
7d74d140f4 Bug 287387 - Put user mode changes on network view.
r=samuel
a=asa
p=rdmsoft@bugs.rdmsoft.com (Robert Marshall)
2005-04-21 18:07:23 +00:00
silver%warwickcompsoc.co.uk
f5d80fc2e4 Bug 189097 - Show user's nickname in own join/part messages.
r=rginda
a=asa
2005-04-21 17:59:37 +00:00
robert%accettura.com
392e7be587 no bug make 'show details' actually show problem type, not just the id for the problem type. a=asa over irc 2005-04-20 22:10:38 +00:00
robert%accettura.com
f1bbb136ac bug 285653 add final list of problem types. Client side only. a=asa 2005-04-20 21:20:12 +00:00
bsmedberg%covad.net
9f33ad0393 Bug 287262 - Make en-US.manifest contain all the locale registration (not in installed-chrome.txt any more) r=gandalf a=asa 2005-04-20 10:48:51 +00:00
bzbarsky%mit.edu
8df9c25d22 Create CSSLoaders when the document object is created and deCOMify the getter.
Bug 290068, r=sicking, sr=peterv, a=brendan
2005-04-19 01:27:11 +00:00
neil%parkwaycc.co.uk
88e5ed63cd Don't sort Chatzilla's user list until it's ready b=286999 r=Silver a=asa 2005-04-15 15:38:56 +00:00
allan%beaufour.dk
0442e0cf0e Fix insertion-bug in repeat created by mdgfix. Bug 290253, r=smaug+aaronr, a=mkaply, NPOTB 2005-04-15 09:44:06 +00:00
allan%beaufour.dk
f91e584083 Add some more information to a few error messages. Bug 290308, r=smaug+doron, a=mkaply, NPOTB 2005-04-15 08:51:48 +00:00
bzbarsky%mit.edu
192b6aaa49 Move the BindToTree call for the document element into SetRootContent. Bug
289209, r=sicking, sr=jst, a=asa
2005-04-15 01:30:14 +00:00
pedemont%us.ibm.com
25792dda71 Fix memory leaks. Not part of build. a=mkaply. 2005-04-14 22:30:16 +00:00
pedemont%us.ibm.com
2b51b19d3b Merge SetRetval into FinalizeParams. Check invokeResult when doing cleanup in FinalizeParams. Not part of build. a=mkaply. 2005-04-14 21:46:11 +00:00
pedemont%us.ibm.com
656d99e8fc When recursing on SetupParams, don't overwrite param type. Fixes crash on Mac and Win32. Not part of build. a=mkaply. 2005-04-13 19:55:25 +00:00
pedemont%us.ibm.com
b7d88362f8 'array' param support. Not part of build. a=mkaply1 2005-04-13 19:20:57 +00:00
pedemont%us.ibm.com
8955da97f2 Generate Java interface from nsError.h. Not part of build. a=mkaply 2005-04-13 19:04:57 +00:00
allan%beaufour.dk
79ebd08982 Make nsXFormsUtils::ReportError() use nsIScriptError, so we can log different error types. Bug 289518, patch by doron, r=aaronr+me, a=mkaply (NBOTB) 2005-04-13 08:06:17 +00:00
doronr%us.ibm.com
3bbabc8a29 XForms bug 284469 - Calling ProcessNodeBind unnecessarily. Patch by aaronr, r=beaufour,me, a=mkaply 2005-04-11 16:33:31 +00:00
gandalf%firefox.pl
21f5867df7 bug 285653: remove fallback bits; r=bsmedberg;a=asa 2005-04-11 14:53:16 +00:00
allan%beaufour.dk
b42f9acfb9 Patch that fixes the ugly refresh-all hack in nsXFormsModelElement.cpp. Should speed up things considerably, but is also a potential form-breaker. Bug 278368, r=aaronr+smaug, a=mkaply 2005-04-11 08:04:51 +00:00
bugzilla%arlen.demon.co.uk
f53aa93d2c Bug 111484 Hide/Show platform-specific references in help files
p=stefan_h@hem.utfors.se r=me sr=neil.parkwaycc.co.uk a=asa
2005-04-10 19:56:32 +00:00
allan%beaufour.dk
709f874ed8 Print messages in JS console for existing exceptions in code. Bug 289297, r=doron+smaug, a=mkaply 2005-04-08 15:40:54 +00:00
pedemont%us.ibm.com
e879274019 Fix Javaconnect build bustage 2005-04-07 18:58:52 +00:00
gandalf%firefox.pl
6821d8dc1d bug 285653: source l10n for reporter tool; r=bsmedberg;a=asa 2005-04-07 15:21:19 +00:00
robert%accettura.com
7d9edeaada add buildconfig to reporter (code by bz and debugged by biesi). Not part of any build, a=asa over IRC as this is step 1 to enabling. 2005-04-06 22:58:43 +00:00
jshin%mailaps.org
e7499921ca bug 287340: remove unused files (unicode char. category interface and its implementation) r=smontagu, sr=dbaron 2005-04-06 08:33:21 +00:00
darin%meer.net
344ba8aa1f damn, missed this files 2005-04-06 02:12:51 +00:00
bzbarsky%mit.edu
6c24bd5047 Fix build bustage 2005-04-06 01:31:43 +00:00
bsmedberg%covad.net
8d87ba791a dammit 2005-04-06 00:27:43 +00:00
bsmedberg%covad.net
af0681ee56 Adding MOZILLA_INTERNAL_API to internal makefiles, bug 288626, rs=darin 2005-04-06 00:25:47 +00:00
bzbarsky%mit.edu
48ba5ce32b Eliminate nsIContent::SetDocument/SetParent/SetBindingParent in favor of
BindToTree and UnbindFromTree methods.  Bug 286000, r=sicking, sr=jst
2005-04-05 23:54:35 +00:00
robert%accettura.com
be752e9b17 Bump reporter copyright to 2005. Not part of build, no bug 2005-04-05 19:45:12 +00:00
robert%accettura.com
bf5438cdd4 Fix overlay madness in reporter (not enabled in build). bug #288969 r=neil@parkwaycc.co.uk. 2005-04-05 15:40:05 +00:00
robert%accettura.com
3f32a4dbe4 removed extra returns, no bug, not part of build, no big deal 2005-04-05 03:00:35 +00:00
neil%parkwaycc.co.uk
dc4356ac09 Adding facility for platform-specific help panel datasources b=254992 r=doron 2005-04-04 23:35:30 +00:00
bsmedberg%covad.net
be30b2f533 Adding MOZILLA_INTERNAL_API to internal makefiles, bug 288626, rs=darin 2005-04-04 18:38:19 +00:00
jay%mozilla.org
93aa471d1c Hookup Reporter tool to Firefox nightlies r=robert@accettura.con sr=bryner@brianryner.org (The Brain) Bug 285653 2005-04-01 03:02:31 +00:00
doronr%us.ibm.com
f5f98f81ef Bug 287714 - Add console outputting of XForms errors. r=aaronr,smaug 2005-03-30 16:41:07 +00:00
timeless%mozdev.org
7d70203f02 Bug 282698 use application/soap+xml in nsHTTPSOAPTransport
patch by bug@annevankesteren.nl r=doron sr=jst
2005-03-30 16:31:27 +00:00
dwitte%stanford.edu
468c1908e5 removing obsolete file. 2005-03-30 08:41:43 +00:00
bzbarsky%mit.edu
d602741004 Make sure to wrap a buffered stream around the stream we're passed before
sending it to the parser (which expects a buffered stream).  Bug 287409,
r=darin, sr=jst
2005-03-30 04:18:08 +00:00
mvl%exedo.nl
3db420c858 remove the old imgmanager from cookies.
bug 287628, r=dwitte, sr=bzbarsky
2005-03-29 09:52:19 +00:00
darin%meer.net
a87b534479 fixes bug 286147 "switch from .xulapp to application.ini" r=bsmedberg 2005-03-28 19:36:24 +00:00
bugzilla%arlen.demon.co.uk
771f86c0db Bug 287713 Remove hard-coded "Mozilla" in Help .rdf files (dtd-fix)
p=stefan_h@hem.utfors.se r/sr=neil.parkwaycc.co.uk
2005-03-27 11:51:40 +00:00
bugzilla%arlen.demon.co.uk
3aab5a5207 Bug 263216 links opened into new tab from ChatZilla pass the URL of the current tab as the http Referer
p=gavin.sharp@gmail.com r=silver
2005-03-25 23:25:24 +00:00
bugzilla%arlen.demon.co.uk
cd9e98469c Bug 287713 Remove hard-coded "Mozilla" in Help .rdf files
p=stefan_h@hem.utfors.se r=doronr sr=neil.parkwaycc.co.uk
2005-03-25 23:09:59 +00:00
darin%meer.net
ce88e4c8f0 fixes bug 287729 "ChatZilla can't connect on Trunk builds (as of 2005-03-25)" patch by gijskruitbosch@gmail.com r=rginda 2005-03-25 21:26:48 +00:00
timeless%mozdev.org
6a86b5a4f4 Bug 287621 Right click (context menu) in source view margin should not change breakpoint
patch by ajvincent@gmail.com r=rginda sr=bz
2005-03-25 07:19:34 +00:00
darin%meer.net
86c0b37a61 fixing bustage 2005-03-25 04:26:04 +00:00
mvl%exedo.nl
86528e3ad3 Make the permission extension read the pref to block images in mailnews.
This actually means that other remote content is also blocked.
bug 274866, r=dwitte, sr=darin
2005-03-24 18:00:50 +00:00
dbaron%dbaron.org
cda2b96b0e Fix some minor static buffer overruns detected by Coverity tool, and sync two versions of catttable.h. b=287290 r+sr=brendan 2005-03-23 05:43:39 +00:00
scott%scott-macgregor.org
5a4359a02f Bug #245430 --> get rid of the last global static nsString object so static builds work on the Mac.
r=pkwarren
sr=bienvenu
2005-03-22 23:30:33 +00:00
Olli.Pettay%helsinki.fi
19576bb42c Bug 287272 - The default color for the xforms:hint should be InfoText/InfoBackground, r=doron 2005-03-22 21:57:30 +00:00
timeless%mozdev.org
18700ca3b9 Bug 268482 ###!!! ASSERTION: You are calling CreateInstance "@mozilla.org/xmlextras/schemas/schemaloader;1" when a service for this CID already exists!
r=doron sr=peterv
2005-03-22 19:10:35 +00:00
doronr%us.ibm.com
42778d84a6 Bug 286630 - nsSchemaLoader doesn't bail on invalid elements as direct children of xs:schema. r/sr=peterv 2005-03-22 19:03:42 +00:00
cbiesinger%web.de
bcd6f2e506 Bug 286990 nsHttpNegotiateAuth.cpp behaves different in debug/non-debug
r+sr=darin
2005-03-22 18:19:27 +00:00
cbiesinger%web.de
ce4140de8d 270224 create nsIPropertyBag2 for easier getting of values from a propertybag
r=shaver sr=darin
2005-03-22 18:16:53 +00:00
darin%meer.net
85e77fceaf fixes bug 286803 "Automatic NTLM auth fails if SSPI 'negotiate' package not found" r=biesi 2005-03-21 22:42:07 +00:00
timeless%mozdev.org
16b9b917e3 Bug 283513 OOM crasher [@ WSPProxy::GetInterfaces]
patch by dewildt@gmail.com r=timeless sr=jst
2005-03-21 12:50:16 +00:00
allan%beaufour.dk
fe69e3a959 Backing out bug 285094 until bug 285658 is fixed, so nightly builds will install 2005-03-18 09:33:41 +00:00
timeless%mozdev.org
60d73f400e Bug 286191 UMR in nsTypeAheadFind::PrefsReset
patch by ajschult@verizon.net r=aaronl sr=jst
2005-03-18 03:49:33 +00:00
bugzilla%arlen.demon.co.uk
d3b4482682 Bug 286126 help-glossary.rdf: 2 SSL Entries
p=opitz.michael@inode.at r=me
2005-03-16 22:02:36 +00:00
pedemont%us.ibm.com
a5c7019ff4 Should be using variant.val.p rather than variant.ptr for some instances 2005-03-16 18:32:18 +00:00
doronr%us.ibm.com
4a9b5cc118 XForms bug 285207 - Need to handle inline schema. r=cartman/smaug 2005-03-16 18:09:40 +00:00
timeless%mozdev.org
497ed774fe Bug 286073 internal code should use application/xml rather than text/xml
patch by bug@annevankesteren.nl r=peterv sr=peterv
2005-03-15 21:34:41 +00:00
doronr%us.ibm.com
04b322fd9c Bug 285751 - Move nsSchemaLoader from nsSupportsHashtable to nsInterfaceHashtable. r/sr=peterv 2005-03-15 17:26:06 +00:00
allan%beaufour.dk
1738cfb5b2 Fix xpi packaging, so version is taken from Makefile.in and make clean removes temporaries. Bug 285418, r=aaronr 2005-03-15 09:12:57 +00:00
timeless%mozdev.org
8d3c241e40 Bug 286090 nsXMLHttpRequest.cpp should probably avoid text/xml
patch by bug@annevankesteren.nl r=doron sr=peterv
2005-03-14 22:15:05 +00:00
pedemont%us.ibm.com
727e6e4ffc Make thread locking less stupid. 2005-03-14 21:18:53 +00:00
gandalf%firefox.pl
00b53edea3 bug 279768: Bring build system to work with --enable-ui-locale. autoconfig part; r=bsmedberg 2005-03-14 18:58:01 +00:00
bzbarsky%mit.edu
bfa5e9c161 Change more internal consumers to use application/xml instead of text/xml. Bug
247024, patch by Anne van Kesteren <bug@annevankesteren.nl>, r+sr=bzbarsky
2005-03-13 19:08:42 +00:00
bugzilla%arlen.demon.co.uk
5302e580e2 Bug 282893 Properly indent children in help files especially <div> - cs_nav_prefs_appearance cleanup
p=giacomo.magnini@portalis.it r=me
2005-03-12 23:28:16 +00:00
doronr%us.ibm.com
60e2e74268 Bug 280945 - XForms XPI missing nsSchemaValidatorRegexp.js. Patch by beaufour, r=me 2005-03-11 15:55:39 +00:00
db48x%yahoo.com
dec4f253d9 bug 285102: XBL Viewer broken
r=caillon, sr=neil
2005-03-11 02:05:39 +00:00
bugzilla%arlen.demon.co.uk
22360df05f Bug 277097 Tidy up cookie js/xul/pref code - removing another file that got missed in prune p=me r=dwitte/benjamin sr=darin 2005-03-11 01:13:55 +00:00
bugzilla%arlen.demon.co.uk
14df109034 Bug 277097 Tidy up cookie js/xul/pref code - removing another file that got missed in prune
p=me r=dwitte/benjamin sr=darin
2005-03-11 00:54:35 +00:00
bugzilla%arlen.demon.co.uk
799f78ca77 Bug 277097 Tidy up cookie js/xul/pref code (Removing js/xul from extensions/cookie) - history for pref-cookies.xul/dtd and pref-images.xul/dtd can be got from the attic (see bug for details) - removing seven files that got missed during previous prune
p=me r=dwitte/benjamin sr=darin
2005-03-10 22:42:29 +00:00
bsmedberg%covad.net
ea84e3ded3 Fix misplaced semicolon from bug 281414 - r=biesi sr=lumpy 2005-03-10 19:06:59 +00:00
bugzilla%arlen.demon.co.uk
e38466c089 Bug 277097 Tidy up cookie js/xul/pref code (Removing js/xul from extensions/cookie) - history for pref-cookies.xul/dtd and pref-images.xul/dtd can be got from the attic (see bug for details) - file removal part
p=me r=dwitte/benjamin sr=darin
2005-03-10 18:59:11 +00:00
bsmedberg%covad.net
e75d55a075 From bug 282057 - brand.dtd now lives in chrome://branding/locale/brand.dtd 2005-03-10 18:44:11 +00:00
bugzilla%arlen.demon.co.uk
3539f9e249 Bug 277097 Tidy up cookie js/xul/pref code (Removing js/xul from extensions/cookie) - history for pref-cookies.xul/dtd and pref-images.xul/dtd can be got from the attic (see bug for details)
p=me r=dwitte/benjamin sr=darin
2005-03-10 18:36:07 +00:00
allan%beaufour.dk
5c86958214 Expression with no meaning. Bug 285434, r=smaug 2005-03-10 09:42:15 +00:00
bsmedberg%covad.net
3219ac4125 Bug 282057 - brand.dtd/properties live in the wrong chrome package... xulrunner apps cannot provide these files, which means they can't use various toolkit features r=darin moa=Neil (seamonkey) 2005-03-10 04:38:35 +00:00
doronr%us.ibm.com
5938f059e5 bug 284351 - nsSchemaLoader doesn't handle xsd:complexType correctly. r/sr=peterv 2005-03-08 21:34:41 +00:00
gandalf%firefox.pl
06f479dff9 bug 279768: Bring build system to work with --enable-ui-locale; r=bsmedberg; a=doron on webservices move 2005-03-08 17:21:36 +00:00
allan%beaufour.dk
d95842a49c Make minimum version be 1.0+ for xpi install, and instert url and description too. Bug 285094, r=doron+smaug 2005-03-08 10:33:13 +00:00
cbiesinger%web.de
e8d4c35266 181938 allow any protocol to support redirection, using a new
nsIChannelEventSink interface.
r=darin sr=bz
2005-03-07 19:46:06 +00:00
bugzilla%arlen.demon.co.uk
f83e10158a Bug 282893 Properly indent children in help files especially <div> move to using xhtml 1.1
p=giacomo.magnini@portalis.it r=me
2005-03-06 21:33:12 +00:00
bugzilla%arlen.demon.co.uk
9595c20f0a Bug 282893 Properly indent children in help files especially <div> mail_help fixes
p=giacomo.magnini@portalis.it r=me
2005-03-06 21:18:53 +00:00
allan%beaufour.dk
74514ee1bf Add support for class attribute in XTF, bug 283366, r=bryner, sr=bzbarsky, patch by smaug@welho.com 2005-03-06 12:30:12 +00:00
timeless%mozdev.org
66b4bd19f7 Bug 283514 OOM mlk [@ WSPTestComplexType::Array2]
patch by dewildt@gmail.com r=timeless sr=bz
2005-03-06 10:54:54 +00:00
timeless%mozdev.org
c06165250f Bug 283510 OOM crasher [@ mozMySpell::Check]
patch by dewildt@gmail.com r=timeless sr=mscott
2005-03-06 10:52:50 +00:00
silver%warwickcompsoc.co.uk
17dd990512 Bug 283995 - Fix error when doing /commands <pattern>.
ChatZilla only.
r=silver@warwickcompsoc.co.uk
p=dmcorry@seanet.com (David Corry)
2005-03-05 15:45:01 +00:00
jst%mozilla.jstenback.com
a57ec3f6dc Fixing bug 283531. Fix confusingly named argument to nsIEventStateManager::DispatchNewEvent() that has caused confusing event handling code (also fixed) to creap into the tree. r=bzbarsky@mit.edu, sr=bryner@brianryner.com 2005-03-04 02:01:54 +00:00
bugzilla%arlen.demon.co.uk
8e36ac733a Bug 282893 Properly indent children in help files especially <div> Aditional work for customize_help patch
p=giacomo.magnini@portalis.it r=me
2005-03-02 21:20:46 +00:00
silver%warwickcompsoc.co.uk
75fdda4d41 Bug 277839 - Add /notice command.
ChatZilla only.
r=samuel@sieb.net
p=gijskruitbosch@gmail.com (Gijs "Hannibal" Kruitbosch)
2005-03-02 21:18:30 +00:00
allan%beaufour.dk
8c8a0f54c2 Quick fix for small oops in bug 283219... calling wrong function, patch by smaug@welho.com 2005-03-02 15:26:55 +00:00
bugzilla%arlen.demon.co.uk
120a442dd3 Bug 282893 Properly indent children in help files especially <div> using_priv, validation, welcome fixes
p=giacomo.magnini@portalis.it r=me
2005-03-01 22:29:25 +00:00
bugzilla%arlen.demon.co.uk
372e7adc5e Bug 282893 Properly indent children in help files especially <div> privacy, privsec, ssl, using_certs fixes
p=giacomo.magnini@portalis.it r=me
2005-03-01 22:16:20 +00:00
doronr%us.ibm.com
058ed9baa2 XForms bug 284169 - get rid of WARNING's in console generated by GetTypeForControl. Patch by aaronr@us.ibm.com, r=beaufour,allan 2005-03-01 16:15:34 +00:00
bugzilla%arlen.demon.co.uk
3cd5157e61 Bug 282893 Properly indent children in help files especially <div> Minor tweaks to customize, mail (image alignment) and shortcuts
p=giacomo.magnini@portalis.it r=me
2005-03-01 00:49:13 +00:00
bugzilla%arlen.demon.co.uk
4811003968 Bug 282893 Properly indent children in help files especially <div> mail_sec, page_info, passwords, profiles fixes
p=giacomo.magnini@portalis.it r=me
2005-02-28 23:27:41 +00:00
bugzilla%arlen.demon.co.uk
98006b5e74 Bug 282893 Properly indent children in help files especially <div> Glossary and help_help fixes
p=giacomo.magnini@portalis.it r=me
2005-02-28 22:56:50 +00:00
doronr%us.ibm.com
0ccb1b812a XForms Bug 283219 - trigger with appearance minimal scenario fails. Patch by smaug, r=beaufour,me 2005-02-28 20:12:01 +00:00
allan%beaufour.dk
6ae8b63fe1 Fix problems with schema validation for calculated fields. Bug 284101, r=doronr/smaug 2005-02-28 18:41:05 +00:00
jwatt%jwatt.org
d800635508 Bug 282672 : nsSchemaValidator::IsValidSchemaFloat needs fixed : r=doron 2005-02-28 00:31:43 +00:00
bugzilla%arlen.demon.co.uk
6c5ec01403 Bug 282893 Properly indent children in help files especially <div> certs, certs_prefs, cs_nav_prefs_*, cs_priv_prefs_popup, devtools, forieusers 80cols and indentation fixes
p=giacomo.magnini@portalis.it r=me
2005-02-27 23:17:09 +00:00
bugzilla%arlen.demon.co.uk
6ab883bbd3 Bug 282893 Properly indent children in help files especially <div> cert_dialog_help fixes
p=giacomo.magnini@portalis.it r=me
2005-02-27 23:05:25 +00:00
bugzilla%arlen.demon.co.uk
c34bb64db3 Bug 279054 Document new proxy pref pane in Help "SOCKS Host" --> "SOCKS Proxy"
p=Stefan.Borggraefe@gmx.de r=me
2005-02-27 22:30:54 +00:00
silver%warwickcompsoc.co.uk
df5bd59035 Bug 281706 - Tweak /rejoin to not kill the view when parting.
ChatZilla only.
r=silver@warwickcompsoc.co.uk
p=gijskruitbosch@gmail.com (Gijs "Hannibal" Kruitbosch)
2005-02-27 21:05:49 +00:00
bzbarsky%mit.edu
1b833f021f Switch some internal users of text/xml to application/xml. Bug 247024, patch
by Anne van Kesteren <bug@annevankesteren.nl>, r+sr=bzbarsky
2005-02-27 19:34:11 +00:00
bugzilla%arlen.demon.co.uk
fc00a66831 Bug 283480 Broken links to glossary in page_info_help.xhtml
p=stefan_h@hem.utfors.se r=me
2005-02-27 16:58:39 +00:00
bugzilla%arlen.demon.co.uk
056a4706ba Bug 283145 mail_help doesn't validate as XHTML 1.1
p=giacomo.magnini@portalis.it r=me
2005-02-27 16:53:49 +00:00
silver%warwickcompsoc.co.uk
27113ec008 Bug 282713 - Don't spew JS error when trying to hide the last tab, instead spew user-error.
r=silver@warwickcompsoc.co.uk
p=tuukka.tolvanen@gmail.com (Tuukka Tolvanen)
2005-02-26 23:06:29 +00:00
silver%warwickcompsoc.co.uk
da7ee8ba4a Bug 277588 - Make removeCommands accept the same list as defineCommands (and still accept the return value of defineCommands).
r=silver@warwickcompsoc.co.uk
p=glenjamin@gmail.com (Glen Mailer)
2005-02-26 22:54:47 +00:00
silver%warwickcompsoc.co.uk
0d000baf17 Bug 229807 - Remove xul/tests folder.
r=rginda
2005-02-26 22:42:51 +00:00
silver%warwickcompsoc.co.uk
decb95bd89 Bug 281706 - Add /reconnect, /reconnect-all, /disconnect-all and /rejoin commands.
ChatZilla only.
r=silver@warwickcompsoc.co.uk
p=gijskruitbosch@gmail.com (Gijs "Hannibal" Kruitbosch)
2005-02-26 22:19:46 +00:00
silver%warwickcompsoc.co.uk
ad95c9cfa0 Bug 109790 - Add File > Save View As... to ChatZilla.
ChatZilla only.
r=samuel@sieb.net and silver@warwickcompsoc.co.uk
p=gijskruitbosch@gmail.com (Gijs "Hannibal" Kruitbosch)
2005-02-26 21:16:40 +00:00
silver%warwickcompsoc.co.uk
13bbd99e53 Bug 231211 - Make bugURL configurable per-channel and per-network.
ChatZilla only.
r=samuel@sieb.net
p=gijskruitbosch@gmail.com (Gijs "Hannibal" Kruitbosch)
2005-02-26 20:02:42 +00:00
pedemont%us.ibm.com
4001eb57bc Make sure files aren't created in srcdir during objdir build 2005-02-25 23:22:00 +00:00
bryner%brianryner.com
a29b6c69fa Remove nsIXBLBinding (bug 194834). r+sr=bzbarsky. 2005-02-25 22:07:01 +00:00
doronr%us.ibm.com
3202dbcf56 Bug 283376 - GetTypeForControl API needs to return default type for node. Patch by aaronr@us.ibm.com, r=me,smaug 2005-02-25 21:52:59 +00:00
bsmedberg%covad.net
361daac936 Bug 281414 - global s/nsIPrefBranchInternal/nsIPrefBranch2/ rs=darin (did not change backwards-compatible code in extensions/irc extensions/venkman or extensions/inspector) 2005-02-25 20:46:35 +00:00
pedemont%us.ibm.com
16c1912523 Add files for creating an XPI. 2005-02-24 23:28:41 +00:00
pedemont%us.ibm.com
d58ea1c0d9 Fix several memory leaks. Also, use monitors around sensetive structures. 2005-02-24 23:17:36 +00:00
pedemont%us.ibm.com
5b73ebfd1f Bug 281102 - Allow many Java proxies per XPCOM object. r=darin 2005-02-24 21:53:46 +00:00
allan%beaufour.dk
3243c8f515 Simple fix for XPath scanner (code that will die in the future). Bug 277929, r=doronr 2005-02-24 16:18:46 +00:00
allan%beaufour.dk
b15a475d7f Forgot to remove nsXFormsMDGSet ... bug 278369 2005-02-24 14:38:44 +00:00
allan%beaufour.dk
7d3aed3043 Use nsCOMArray instead of nsIArray in nsIXFormsControl and get rid of nsXFormsMDGSet. Bug 278369, r=smaug/doronr 2005-02-24 14:35:27 +00:00
bugzilla%arlen.demon.co.uk
b6e58fa627 Bug 282893 Properly indent children in help files especially <div> (nav_help fixes)
p=giacomo.magnini@portalis.it r=me
2005-02-23 23:01:55 +00:00
doronr%us.ibm.com
1662cd40fa XForms bug 283240 - xforms:message not centered. Patch by aaronr@us.ibm.com, r=smaug,me 2005-02-23 20:35:04 +00:00
pedemont%us.ibm.com
96198b173a Bug 279649 - Dynamically create Java proxies. r=darin. 2005-02-23 20:19:55 +00:00
doronr%us.ibm.com
2d88b38e4a XForms bug 283006 - XForms seems vulnerable to http-redirect attacks. Patch by smaug, r=me/sr=darin 2005-02-23 18:01:11 +00:00
doronr%us.ibm.com
dd690f3ef1 Bug 282777 - Implement index() xpath function. Patch by aaronr@us.ibm.com, r=sicking, beaufour 2005-02-23 17:17:47 +00:00
bsmedberg%covad.net
311203ed0c Fix system-pref service from bug 281414 (s/nsIPrefBranchInternal/nsIPrefBranch2/), r=blizzard 2005-02-23 16:15:37 +00:00
bzbarsky%mit.edu
dc9f9999fe Removing incorrect XXX comments. 2005-02-23 05:15:23 +00:00
doronr%us.ibm.com
f6d43aa074 XForms bug 273428. Patch by aaronr, r=me,beaufour. 2005-02-22 22:11:51 +00:00
bzbarsky%mit.edu
d029903af6 Remove the parentURIContentListener attribute on docshell; people not using
nsIWebBrowser can getInterface the docshells nsIURIContentListener and set its
parent.  Bug 283108, r=biesi, sr=darin
2005-02-22 19:56:11 +00:00
bzbarsky%mit.edu
44c16850a9 Don't use PR_s.?printf to format floats for W3C-spec purposes, since it's
locale-sensitive.  Bug 282245 partial fix, r+sr=peterv
2005-02-22 19:31:39 +00:00
shaver%mozilla.org
d9cd304238 need to use relative entries in DIRS, if you actually want things to build 2005-02-21 21:28:20 +00:00
silver%warwickcompsoc.co.uk
cb044c9e42 Bug 283017 - Fix long standing typo so eval-out messages get labelled correctly.
ChatZilla only.
r=silver@warwickcompsoc.co.uk
p=dmcorry@seanet.com (David Corry)
2005-02-21 18:25:55 +00:00
doronr%us.ibm.com
395f555875 XForms bug 282263 - XForms Submission doesn't copy over namespaces. r=aaronr,beaufour 2005-02-21 17:22:26 +00:00
allan%beaufour.dk
dd61e1c7b5 Delays dispatching of document load event until all instances have been loaded. Bug 282351, r=aaronr/darin/me, patch by smaug@welho.com 2005-02-21 11:20:46 +00:00
bugzilla%arlen.demon.co.uk
dea6111c25 Bug 252698 Use buttonlabel attributes in <dialog>s
p=me r=neil.parkwaycc.co.uk sr=dveditz
2005-02-21 00:57:10 +00:00
bugzilla%arlen.demon.co.uk
fd6dc6edd3 Bug 282893 Properly indent children in help files especially <div> - composer_help patch
p=giacomo.magnini@portalis.it r=me
2005-02-20 17:57:58 +00:00
peterv%propagandism.org
42069a1bae Fix for bug 278157 (Need to correct xsl:number implementation). r=sicking, sr=jst. 2005-02-20 09:54:06 +00:00
silver%warwickcompsoc.co.uk
7686a1c94f Bug 282495 - Fix fallout of the /list command on servers that omit the LIST header reply following 0.9.67 changes.
ChatZilla only.
r=samuel@sieb.net
2005-02-19 20:47:41 +00:00
jst%mozilla.jstenback.com
be2f36ec94 Fixing bug 282615. Make DOMSerializer's security check check for enabled priveleges too. r=jonas@sicking.cc, sr=bzbarsky@mit.edu 2005-02-19 19:00:14 +00:00
silver%warwickcompsoc.co.uk
b7ac7d591a Bug 281649 - Fix typos in locale.
ChatZilla only.
r=silver@warwickcompsoc.co.uk
p=gijskruitbosch@gmail.com (Gijs "Hannibal" Kruitbosch)
2005-02-19 18:25:46 +00:00
bryner%brianryner.com
708a569767 Guarantee that a document's binding manager is non-null. Bug 282792, r+sr=bzbarsky. 2005-02-19 10:31:27 +00:00
mozilla.mano%sent.com
3e7b26be5a Bug 279100 - JS error pressing ESC in Help window. r+sr=neil 2005-02-19 00:50:40 +00:00
bugzilla%arlen.demon.co.uk
03237c80d5 Bug 282783 Remove tabs from help files - Patch for help_help.xhtml
p=me rs=neil.parkwaycc.co.uk
2005-02-19 00:28:11 +00:00
bugzilla%arlen.demon.co.uk
daf8a9bcb6 Bug 281731 Need to update search info in help_help.xhtml
p=stefan_h@hem.utfors.se r=me
2005-02-18 23:59:55 +00:00
timeless%mozdev.org
7b77a70128 Add localization note for root.title
note from Frank Wein <bugzilla@mcsmurf.de> r=timeless
2005-02-18 23:34:22 +00:00
bugzilla%arlen.demon.co.uk
b5fc55e306 Bug 279054 Document new proxy pref pane in Help - Setting Proxy Values update
p=giacomo.magnini@portalis.it r=me
2005-02-18 22:15:30 +00:00
doronr%us.ibm.com
724a86c712 Bug 279057 - Implement hasFeature for XForms. Patch by smaug, r=bryner/sr=jst 2005-02-18 21:32:46 +00:00
doronr%us.ibm.com
48532f2fe6 XForms bug 280264 - XForms submission doesn't remove non-relevant instance-data. r=aaronr/smaug 2005-02-18 19:48:46 +00:00
bzbarsky%mit.edu
c0a59befc5 Convert internal users of -moz-opacity to just use opacity. Bug 281907, patch
by Anne van Kesteren <bug@annevankesteren.nl>, r+sr=bzbarsky
2005-02-18 16:33:02 +00:00
allan%beaufour.dk
8fed129e53 Disables submit button until submit is done. Bug 280312, r=aaronr+me, patch by smaug@welho.com 2005-02-18 11:16:15 +00:00
allan%beaufour.dk
529e7b08db Fix crash when input points to a non-existing bind. Bug 281850, r=smaug+me, patch by doronr@gmail.com 2005-02-18 10:14:48 +00:00
allan%beaufour.dk
100ff910cf Fix problem with MDG not allowing calculated values to write to readonly instance nodes. Bug 280823, r=aaronr+smaug 2005-02-18 10:05:24 +00:00
allan%beaufour.dk
9179f0a5b4 Fix problem with controls not binding when using external instances. Bug 279021, r=smaug+aaronr 2005-02-18 09:48:13 +00:00
allan%beaufour.dk
784c9d05f6 Implementation of setindex element and repeat-index functionality. Bug 278209, r=smaug+aaronr 2005-02-18 09:38:32 +00:00
shaver%mozilla.org
3dbecc5057 forgot to mention generate-interfaces.cs 2005-02-17 04:58:26 +00:00
shaver%mozilla.org
bc8359d38a basic README, nothing really earth-shaking 2005-02-17 04:54:02 +00:00
shaver%mozilla.org
3c96d45066 add test programs and drivers 2005-02-17 03:38:17 +00:00
scott%scott-macgregor.org
330fa6dc4b Bug #280901 --> Fix ports bustage for OSF/1 builds
Patch by
Laxmi Harikumar

r=mvl
sr=me
2005-02-16 18:25:04 +00:00
shaver%mozilla.org
1ec41fd9d5 stub lightning extension, so that --with-extensions=lightning can DTRT 2005-02-15 21:47:48 +00:00
scott%scott-macgregor.org
1f16319a99 Bug #282278 --> use the right editor node filter for Thunderbird's inline spell checker 2005-02-15 01:27:33 +00:00
Stefan.Borggraefe%gmx.de
7b67ce6f10 Bug 279031: Reflect UI changes introduced with bug 231428 and bug 279034 in Help
r=neil, a=caillon
2005-02-14 01:02:51 +00:00
bugzilla%arlen.demon.co.uk
aed86090c0 Bug 239557 Cleanup of new Cookie UI for 1.8a
p=me/mvl r=mvl sr=neil.parkwaycc.co.uk a=asa
2005-02-13 20:48:38 +00:00
bugzilla%arlen.demon.co.uk
a748b47998 Bug 281725 Remove some obsolete images in en-US/images
p=stefan_h@hem.utfors.se r=me a=caillon
2005-02-13 20:38:09 +00:00
bugzilla%arlen.demon.co.uk
eb49b2ae4c Backing out bug 239557 - forgot the sr - no more early morning checkins if I can help it 2005-02-10 13:53:59 +00:00
allan%beaufour.dk
191b779fe4 Cosmetic check in: Fixed out-of-date comments. 2005-02-10 11:02:43 +00:00
bugzilla%arlen.demon.co.uk
a43c894c70 Bug 239557 Cleanup of new Cookie UI for 1.8a/b
p=me/mvl r=mvl a=asa
2005-02-10 00:45:39 +00:00
robert%accettura.com
dae898802f - Add change-warning to reportWizard.js because it needs to be in sync with webtool
- Commented out buildconfig for now (sigh)
- Added SeaMonkey support
- Small cleanup
- other tiny tweeks

Not part of build, no bug
2005-02-09 21:37:38 +00:00
allan%beaufour.dk
d77ae785d1 Implements insert and delete, and fixes bug in repeat caused by bug 279957. Bug 278211, r=smaug, sr=bryner 2005-02-09 13:19:37 +00:00
allan%beaufour.dk
9fc0546e03 Remaining controls implement nsIXFormsContextControl, through nsXFormsControlStub, bug 280017, r=smaug, sr=bryner 2005-02-09 09:57:31 +00:00
timeless%mozdev.org
5eb33508ba Bug 281119 Warning `assignment to undeclared variable seq'' [xs] in file `chrome://inspector/content/jsutil/rdf/RDFU.js'', line 86, character 0.
patch by ajvincent@gmail.com r=timeless sr=roc
2005-02-09 03:53:20 +00:00
bugzilla%arlen.demon.co.uk
f685d4fe7f Bug 281563 Help Viewer search results should be updated with every keystroke (live search) - orginal patch for firefox by steffen.wilberg@web.de on bug 271299
p=me r=neil.parkwaycc.co.uk
2005-02-09 00:40:06 +00:00
cvshook%sicking.cc
9d0763eb6e Bug 281575: Don't bother supporting attributes not implementing nsIAttribute since there are no longer any such nodes.
r/sr=peterv
2005-02-08 23:49:11 +00:00
bugzilla%arlen.demon.co.uk
5e77deb2f6 Bug 169306 creation of URL (with %s) to enable custom keyword functionality not documented
p=giacomo.magnini@portalis.it r=me
2005-02-08 13:18:26 +00:00
bzbarsky%mit.edu
aef9d24cf2 Fix up some issues in Inspector (including mis-spelled identifier). Bug
281165, patch by Frank Wein <bugzilla@mcsmurf.de>, r=timeless, sr=bzbarsky
2005-02-07 18:03:13 +00:00
bugzilla%arlen.demon.co.uk
9349bc7f05 Bug 279054 Document new proxy pref pane in Help
p=giacomo.magnini@portalis.it r=me
2005-02-06 21:37:16 +00:00
dwitte%stanford.edu
33e373e757 tidy up popup blocker code.
b=279710, r+sr=dveditz.
2005-02-06 08:25:40 +00:00
jshin%mailaps.org
37358fd28c bug 280007 (pt2) : fix a minor problem in firefox help. add a sentence about 'other languages' to the explanation of the font configuration (r=steffen.wilberg) 2005-02-06 03:26:46 +00:00
cvshook%sicking.cc
403f464793 Use a better sourcelevel when setting charset through xsl:output element. Also make sure to use the proper form when setting the charset.
r/sr=bz
2005-02-05 13:47:43 +00:00
dbaron%dbaron.org
3a87f7e225 Fix common misspelling of delimiter and delimited (de-limit-er, not deli-meter). b=106386 r=timeless 2005-02-05 00:49:25 +00:00
bugzilla%arlen.demon.co.uk
188f34553c Bug 221261 glossary has glaring omissions: [http, smtp, gopher, irc, socks], [uri, iri], [xslt], [idn]
p=rj.keller@beonex.com/stefan_h@hem.utfors.se r=me
2005-02-04 22:02:05 +00:00
bryner%brianryner.com
ed870113ca Additional REQUIRES cleanup for mailnews, mac, and suite directories (bug 73353). r+sr=dbaron. 2005-02-04 21:10:45 +00:00
bugzilla%arlen.demon.co.uk
044006f0b9 Bug 274179 Add horizontal options to mouse wheel prefs panel
p=mozilla@Weilbacher.org r=neil.parkwaycc.co.uk sr=jag
2005-02-04 13:19:14 +00:00
scott%scott-macgregor.org
4ba200660e Bug #280826 --> automatically add email recipients to the inline spell checker ignore list.
sr=bienvenu
2005-02-04 01:39:02 +00:00
bryner%brianryner.com
67dba23ae4 Clean up unneeded REQUIRES (bug 73353). r+sr=dbaron. 2005-02-03 23:01:54 +00:00
scott%scott-macgregor.org
299f3c3b27 Bug #278312 --> Initial framework for inline spell check
sr=bienvenu
2005-02-02 19:42:55 +00:00
robert%accettura.com
58fa7fbbad re-position "behind login" question per Gerv's suggestion from way back when.\r\r
Not part of build.
2005-02-02 16:13:47 +00:00
smontagu%smontagu.org
5f075aebf5 Remove UTF-8 BOMs from source files. Bug 280656, r=jshin, sr=brendan 2005-02-02 13:25:44 +00:00
mvl%exedo.nl
6dd7aa8789 check for return code in order to not reset prefs
bug 280670, r=dwitte, sr=darin
2005-02-02 11:18:20 +00:00
robert%accettura.com
5979ff01a3 Drop the world "tool" from title.
Delete dup

not part of build
2005-02-02 06:07:48 +00:00
doronr%us.ibm.com
ca58d9d036 bug 280735 - os/2 code breaks xforms xpi packaging on windows. patch by aaronr@us.ibm.com, r=me. Evil os/2, bad os/2, die finally please. 2005-02-02 04:20:00 +00:00
robert%accettura.com
c6a6c53aba More... forgot some locale stuff
Not part of build
2005-02-02 02:10:21 +00:00
robert%accettura.com
09c7ec9744 - Make Overlay work in SeaMonkey
- Correct positioning of menu item in Firefox
- Remove unnecessary param in reporterOverlay.js
- Localize Rogue String to About
- Add Neil to about

Not part of build
2005-02-02 01:41:46 +00:00
roc+%cs.cmu.edu
d1351875be Bug 259076. Use gconf system prefs for proxy-type and other proxy settings. r=darin,sr=roc, patch by Ganesh (Novell) 2005-02-02 01:21:16 +00:00
shaver%mozilla.org
47bcc65e52 initial import of monoconnect^Wxpcom-dotnet^Wextensions/mono code -- not working, not done, not useful to you, not part of the build 2005-02-01 23:58:57 +00:00
bryner%brianryner.com
28ecb4e167 Separate refresh from revalidate in nsXFormsModelElement (bug 279059). Patch by allan@beaufour.dk, r=aaronr@us.ibm.com, sr=me. 2005-02-01 20:23:41 +00:00
bryner%brianryner.com
2560574e5b Support incremental=true for input controls (bug 279012). Patch by smaug@welho.com, r=allan@beaufour.dk, sr=me. 2005-02-01 19:38:00 +00:00
bryner%brianryner.com
27c6760db2 Throw a binding exception when the submission attribute does not reference a valid xforms:submission element. Bug 279552, patch by smaug@welho.com, r=aaronr@us.ibm.com, sr=me. 2005-02-01 19:31:56 +00:00
bryner%brianryner.com
e1c3b67503 Fix windows bustage (bug 279516). Patch by aaronr@us.ibm.com, r=me. 2005-02-01 19:30:10 +00:00
bzbarsky%mit.edu
949dc5fa14 Add a way for IME to query the caret position. Bug 278061, patch by
Masayuki Nakano (Mozilla Japan) <masayuki@d-toybox.com>, r=smontagu,glazou,
sr=bzbarsky
2005-02-01 19:24:59 +00:00
doronr%us.ibm.com
af9f0dc54f XForms bug 279516 - controls not initialized with MIP's. Patch by beaufour, r=smaug/sr=bryner 2005-02-01 16:02:54 +00:00
bugzilla%arlen.demon.co.uk
1732c58039 Bug 230258 sanitize Navigator Help - navpolish patch
p=giacomo.magnini@portalis.it r=me
2005-02-01 12:58:25 +00:00
bryner%brianryner.com
9ad4cbaa75 Fix writing multiple selected items to the instance data (bug 278207). Also fixes bug 280504. Patch by aaronr@us.ibm.com, r=allan@beaufour.dk, sr=me. 2005-02-01 01:18:27 +00:00
bryner%brianryner.com
e5907bb0d9 Implement the xforms-reset event (bug 278471). Patch by aaronr@us.ibm.com, r=smaug@welho.com, sr=me. 2005-01-31 23:56:27 +00:00
bryner%brianryner.com
f575a675b2 Remove nsIAutoCopy and fold the functionality into nsSelection.cpp (bug 231343). r+sr=roc. 2005-01-31 23:47:26 +00:00
bryner%brianryner.com
2d5eedd0a5 back out changes that were accidentely checked in 2005-01-31 23:42:37 +00:00
bryner%brianryner.com
8ef2852244 Fix nsXFormsModelElement::Rebuild() to work correctly. Patch by aaronr@us.ibm.com, r=allan@beaufour.dk, sr=me. 2005-01-31 23:41:00 +00:00
bryner%brianryner.com
2082b5ec62 Remove MODULE_NAME to fix static-build bustage. 2005-01-31 20:40:52 +00:00
allan%beaufour.dk
a8427f50f2 Fix signed/unsigned warning, bug 280557, r=doron 2005-01-31 19:15:58 +00:00
silver%warwickcompsoc.co.uk
61cd2b1f4d Bug 233352 - Make ecmaUnescape work with lower-case encodes!
ChatZilla only.
r=rginda
2005-01-31 17:24:51 +00:00
silver%warwickcompsoc.co.uk
241e2b7c67 Bug 279471 - Add /pass command that can be used before user registration.
ChatZilla only.
r=samuel@sieb.net
2005-01-31 17:21:09 +00:00
silver%warwickcompsoc.co.uk
1bdcad33fe Bug 233831 - Handle the IRC 464 (invalid or no password) numeric. Also add a 491 (no O-line) message.
ChatZilla only.
r=samuel@sieb.net
2005-01-31 17:14:16 +00:00
doronr%us.ibm.com
f154e2f620 XForms bug 279449: Submission not stopped for invalid/required data. r=aaronr/beaufour 2005-01-31 16:13:24 +00:00
bugzilla%arlen.demon.co.uk
a43a6ff556 Bug 279645 New Download prefs need to be included in HELP.
p=stefan_h@hem.utfors.se r=me
2005-01-30 21:10:02 +00:00
bugzilla%arlen.demon.co.uk
71cc5435a8 Bug 258257 various errors in mail help (mail_help.xhtml)
p=giacomo.magnini@portalis.it r=me
2005-01-30 17:29:19 +00:00
bugzilla%arlen.demon.co.uk
062adc43bb Bug 186235 Help Index should have an entry for "tooltips"
p=giacomo.magnini@portalis.it r=me
2005-01-30 17:01:08 +00:00
bienvenu%nventure.com
ed86fda23a fix 280204 recover from broken mcd server sending down empty prefs, sr=mscott 2005-01-30 00:33:47 +00:00
bryner%brianryner.com
237ed29cbf Implement XForms message element (bug 269428). Patch by smaug@welho.com, r=allan@beaufour.dk, sr=bryner. 2005-01-29 23:53:32 +00:00
allan%beaufour.dk
4e4fb02082 Remove direct access to MDG in nsIModelElementPrivate and save pointer to model in nsXFormsControlStub. Bug 278370, r=smaug, sr=bryner 2005-01-29 20:36:09 +00:00
allan%beaufour.dk
bd1eb9e46e Make selects incremental by default. Bug 278881, patch by aaronr, r=smaug, sr=bryner 2005-01-29 11:37:33 +00:00
peterv%propagandism.org
6c94e959a6 Fix for bug 279878 (Unknown extension function shouldn't stop processing unless called). r=sicking, sr=jst. 2005-01-29 11:07:14 +00:00
bzbarsky%mit.edu
5ffa5142bf Fixing build bustage 2005-01-29 04:46:02 +00:00
bzbarsky%mit.edu
eb250c13aa Make nsIXMLHttpRequest.getResponseHeader follow the documented api. Bug
276705, r=doron, sr=jst
2005-01-29 04:12:12 +00:00
dmose%mozilla.org
165b6aeac0 Make WebDAV resolve hrefs with relative URLs. rs=shaver. Not part of the default build. 2005-01-29 02:03:14 +00:00
bryner%brianryner.com
fca0197e8b fixing merge bustage 2005-01-28 19:35:28 +00:00
bryner%brianryner.com
5fa91093e2 Make xforms and schema-validation always build as dynamic components, for now. 2005-01-28 19:22:21 +00:00
bryner%brianryner.com
94e993acd1 Implement CloneState() for nsXFormsContextContainer to clone the model, node, context position, and context size. Merge from XFORMS_20050106_BRANCH. 2005-01-28 19:03:13 +00:00
bryner%brianryner.com
6dbe716ae1 removing ^Ms 2005-01-28 18:02:10 +00:00
bsmedberg%covad.net
a6ed53ee76 Move the transformiix locale file to dom/locales, r=peterv/Pike 2005-01-28 15:08:59 +00:00
neil%parkwaycc.co.uk
64d9edac4b Bug 252780 Document Roaming Access in Help p=giacomo.magnini@portalis.it r=ben.bucksch sr=me 2005-01-28 12:08:47 +00:00
bryner%brianryner.com
50976e0d21 Add a cloneNode hook for XTF (bug 280072). r+sr=jst 2005-01-28 03:49:44 +00:00
dbaron%dbaron.org
ffc102ed81 Convert CR-LF line endings to LF to fix bustage. 2005-01-28 00:48:32 +00:00
doronr%us.ibm.com
38e86f26fd xforms bug 258472 - Add the XPath functions needed for XForms, r=sicking,sr=peterv 2005-01-27 23:09:54 +00:00
doronr%us.ibm.com
c4d30bcb1a xforms bug 258472 - Add the XPath functions needed for XForms, r=sicking,sr=peterv 2005-01-27 23:02:27 +00:00
doronr%us.ibm.com
dcbb265390 not part of default build. Make schema decimal validate work correctly 2005-01-27 21:13:36 +00:00
doronr%us.ibm.com
34d6553453 XForms Bug 277543 - add default handling for xforms-focus. Patch by smaug@welho.com, r=aaronr/sr=bryner 2005-01-27 19:30:03 +00:00
doronr%us.ibm.com
e8a0db789d Not part of default build. Bug 279187 - Hook up Schema Validation to XForms. r=allan/arronr 2005-01-27 18:39:34 +00:00
doronr%us.ibm.com
2efd59b026 Not part of default build. Bug 279187 - Hook up Schema Validation to XForms. r=allan/arronr 2005-01-27 18:22:58 +00:00
doronr%us.ibm.com
803ae820e9 Not part of default build - make schema validation validate built-in types without a loaded schema file 2005-01-27 18:20:37 +00:00
neil%parkwaycc.co.uk
2a28daa67e Followup to bug 226911 target="_blank" unnecessary p=stefan_h@hem.utfors.se r=me 2005-01-27 18:05:06 +00:00
neil%parkwaycc.co.uk
b670687982 Followup to previous patch for bug 226911 to work for links with internal elements r=timeless 2005-01-27 17:53:34 +00:00
silver%warwickcompsoc.co.uk
cd5112aedf Bug 280004 - Correctly exclude whitespace from any linkifying.
ChatZilla only.
r=samuel@sieb.net
2005-01-27 17:39:35 +00:00
mkaply%us.ibm.com
a903c89bb3 OS/2 bustage - need shortname 2005-01-27 15:46:43 +00:00
allan%beaufour.dk
ff39d4f7a5 Inform MDG about presence of type attribute, bug 279936, r=doron 2005-01-27 14:37:57 +00:00
allan%beaufour.dk
98fdc2f849 Added binding-exceptions, returning nsIModelElementPrivate from nsXFormsUtils::* instead of nsIDOMNode, bug 279552, r=aaron, sr=bryner 2005-01-26 12:20:21 +00:00
mvl%exedo.nl
14912925b3 porting patch from imageblocker to contentblocker.
already had r=dwitte, sr=shaver. bug 256172
2005-01-25 18:31:02 +00:00
allan%beaufour.dk
319afa2a8f Four small cosmetic changes... got tired of Doxygen complaining 2005-01-25 12:07:19 +00:00
allan%beaufour.dk
40690464a6 Bind trigger to its node binding through nsXFormsControlStub, bug 279444, r=aaron 2005-01-25 09:15:20 +00:00
bryner%brianryner.com
3381aaaa2a Fix up seamonkey install.js to be more correct. Still need to actually test this on an installer build. 2005-01-25 08:34:39 +00:00
bryner%brianryner.com
00d487b697 First cut at xforms xpi packaging (bug 279662). r=doron. 2005-01-25 04:57:39 +00:00
cvshook%sicking.cc
befc76b9c8 Bug 234858: Make do_GetWeakReference typesafe.
r=dbaron sr=bryner
2005-01-24 22:59:27 +00:00
doronr%us.ibm.com
0062773fe3 bug 279448 - xforms submit element doesn't work anymore. Patch by aaronr@us.ibm.com, r=smaug/sr=tor 2005-01-24 19:43:24 +00:00
doronr%us.ibm.com
e35c98c168 not built by default. Fix solaris bustage in nsSchemaValidator.cpp, patch by Mitch@0Bits.COM 2005-01-24 15:49:47 +00:00
cvshook%sicking.cc
da9aa39a3d Bug 277777: Fix forwards compatible parsing of expressions in XSLT and be more strict about parsing of functioncalls in DOM-XPath.
r=pike sr=peterv
2005-01-24 10:50:39 +00:00
allan%beaufour.dk
bedbe60bfc Fix nested repeats, bug 278962, r=smaug 2005-01-24 09:45:16 +00:00
allan%beaufour.dk
4876a5793a Let nsIContextControl use nsIDOMNode instead of nsIDOMElement, bug 278973, r=smaug, sr=darin 2005-01-24 08:55:30 +00:00
dwitte%stanford.edu
1d185f2e97 make p3p cookie icon not appear for rejected cookies, only for flagged/downgraded ones; and remove some deprecated notification fu.
b=212778, r+sr=darin
2005-01-24 06:53:18 +00:00
roc+%cs.cmu.edu
f25af34a88 Bug 276588. Stop layout-debug from always running. r=sicking 2005-01-24 00:04:45 +00:00
roc+%cs.cmu.edu
f1635b58a4 Bug 95227. Allow serif/sansserif defaults to be set per-language. Patch by Masayuki Nakano, r=dbaron,amadare,danm,smontagu,rbs,neil sr=roc 2005-01-23 23:58:32 +00:00
bryner%brianryner.com
d62407a7fb Move xforms.css into chrome so that it can install as a Firefox extension. Also, fix registration hooks that were never hooked up. Bug 279288, r=darin. 2005-01-23 19:12:16 +00:00
bugzilla%arlen.demon.co.uk
59fb613e66 Bug 243101 Content about Sidebar in customize_help.xhtml needs to be updated - fix for the entry
p=giacomo.magnini@portalis.it/stefan_h@hem.utfors.se r=me
2005-01-23 16:40:05 +00:00
robert%accettura.com
be9675122a Remove unnecessary comment. No bug, Not in build 2005-01-22 21:48:22 +00:00
robert%accettura.com
6d5f26df27 Initial reporter extension landing
(not enabled in build)
 a=asa
2005-01-22 18:24:18 +00:00
pedemont%us.ibm.com
b73f91d038 Make sure everything is still init'd in FinalizeStub 2005-01-21 22:21:47 +00:00
neil%parkwaycc.co.uk
c7da8cee13 Make Chatzilla icon and window menu item appear in the correct place whether or not editor, mail or aim are installed b=206803 r=silver 2005-01-21 11:31:32 +00:00
silver%warwickcompsoc.co.uk
4971dc0154 Bug 276764 - Strict JS warning fix, variable relocation, and a copy-paste error fixed.
ChatZilla only.
r=samuel@sieb.net
p=gautheri@noos.fr (Serge GAUTHERIE)
2005-01-21 01:38:14 +00:00
pedemont%us.ibm.com
7275a86670 In JNI, we should always call Release...(), no matter what isCopy says. 2005-01-20 23:59:10 +00:00
pedemont%us.ibm.com
eeb4844959 Use GetNameShared 2005-01-20 23:44:58 +00:00
bugzilla%arlen.demon.co.uk
ea41dbc112 Bug 243101 Content about Sidebar in customize_help.xhtml needs to be updated
images by giacomo.magnini@portalis.it
p=stefan_h@hem.utfors.se r=me
2005-01-20 22:57:56 +00:00
pedemont%us.ibm.com
af01e764d3 Merge duplicate code. 2005-01-20 22:07:26 +00:00
allan%beaufour.dk
6e1adab39b Sets the bound type of instance nodes, bug 278257, r=doronr, sr=darin 2005-01-20 11:11:41 +00:00
allan%beaufour.dk
11c3c411d1 Added xforms-binding-exception twice, bug 257177, sr=darin 2005-01-20 10:44:54 +00:00
bryner%brianryner.com
5e1109f607 fix layout-debug extension build with Firefox. Bug 277798, r=bsmedberg. 2005-01-19 21:57:04 +00:00
bryner%brianryner.com
397d20ea38 Remove a bogus dependency that causes xforms.css not to be generated in srcdir builds. 2005-01-19 19:39:46 +00:00
doronr%us.ibm.com
4aa02a4d8e try to fix linux/ppc bustage, not part of default build 2005-01-19 17:57:38 +00:00
doronr%us.ibm.com
335ed99122 landing xforms branch on trunk, not built by default. Bug 278896, sr=bryner on build config changes. If you build xforms, you now need to enable the schema-validation extension as well 2005-01-19 16:05:31 +00:00
louie.zhao%sun.com
08d46d96f1 bug277885 Some Textfields are spoken as "Undefined single line text".
r  = aaronleventhal
sr = neil.parkwaycc.co.uk
2005-01-19 10:47:53 +00:00
timeless%mozdev.org
197eaec792 Bug 273934 Cache preference accesskey for choose folder conflicts with help
patch by giacomo.magnini@portalis.it r=neil sr=neil
2005-01-19 09:57:43 +00:00
pedemont%us.ibm.com
5c5490bfe4 Use NS_EXPORT on Linux to ensure gcc visibility gets set on JNI functions. 2005-01-18 22:53:50 +00:00
kyle.yuan%sun.com
3f760ea415 Bug 278672 can't build myspell on Solaris using SunONE Studio compiler
r=mvl, sr=mscott, added using namespace std for SunONE studio compiler.
2005-01-18 05:16:33 +00:00
pedemont%us.ibm.com
a8b2a69aed Set proper extension on JNI lib for MacOSX. 2005-01-17 21:18:11 +00:00
bsmedberg%covad.net
f3dd951f94 Bug 276588 - Rework command line handling in the toolkit to use a generic API - see COMMANDLINES_20050109_BRANCH for more detailed cvs logs r=darin,caillon,mscott,mconnor 2005-01-17 18:50:18 +00:00
timeless%mozdev.org
0310217f8d Bug 243385 Crash [@ nsPermissionManager::GetHost]
patch by db48x@yahoo.com / gautheri@noos.fr r=mvl sr=bz
2005-01-17 09:13:27 +00:00
bryner%brianryner.com
7af8da2012 Make sure to deselect the old items before selecting new items (bug 278202). patch by aaronr@us.ibm.com, r=beaufour, sr=me. 2005-01-17 04:21:11 +00:00
cst%andrew.cmu.edu
555bfa7702 Bug 179621 Inspector should use Editor's TransactionManager model: Phase Two patch
patch by Alex Vincent <ajvincent@gmail.com> r=timeless sr=bzarsky
2005-01-17 04:11:36 +00:00
bugzilla%arlen.demon.co.uk
308eccb854 Bug 278517 [Mac OS X] Can't hide Help toolbar with window toolbarbutton
p=stefan_h@hem.utfors.se r/sr=neil.parkwaycc.co.uk
2005-01-16 23:02:45 +00:00
silver%warwickcompsoc.co.uk
9b573f0f60 Bug 267477 - Cope without global history (XUL runner).
ChatZilla only.
r=rginda
2005-01-16 22:30:45 +00:00
peterv%propagandism.org
43c21802b7 Fix for bug 227003 (add ::IsContentOfType to txXPathNode, txNameTest, txNodeTypeTest). r=sicking, sr=bz. 2005-01-15 21:30:39 +00:00
kairo%kairo.at
b31b5f6e8e followup whitespace fix to bug 278301 to address review comment of Neil 2005-01-15 17:37:23 +00:00
kairo%kairo.at
176f70a322 bug 278301 - sroaming should use localeVersion from chrome-versions.sh, r=ben.bucksch, sr=neil 2005-01-15 15:18:10 +00:00
bryner%brianryner.com
8041a50973 Make sure stub-derived elements get destroyed properly by adding a virtual destructor. r=dbaron. 2005-01-15 01:09:16 +00:00
bryner%brianryner.com
c42324ab83 Implementation of select, select1, item, choices, and itemset elements (bug 270572). r=beaufour. 2005-01-15 01:04:02 +00:00
bryner%brianryner.com
d6eec31d99 fixing bustage 2005-01-15 00:46:06 +00:00
bryner%brianryner.com
998ed55ad7 Add a UA stylesheet that sets default style for xforms elements (bug 274663). r=darin. 2005-01-15 00:43:16 +00:00
pedemont%us.ibm.com
2b5e618ee2 Reorganize bindings methods. Also, properly check error conditions in those methods. 2005-01-14 00:09:49 +00:00
pedemont%us.ibm.com
75abd1bb55 Bug 273357 - XPCOM.queryInterface doesn't properly walk up the inheritance chain. Patch by Michal Ceresna. r=jhpedemonte 2005-01-13 17:29:47 +00:00
pedemont%us.ibm.com
a2534fb54f Add testcase for XPCOM.queryInterface method. 2005-01-13 17:26:52 +00:00
pedemont%us.ibm.com
5573ed19fb Fix typo. 2005-01-13 17:26:26 +00:00
pedemont%us.ibm.com
8c897ebd7d Bug 278113 - Fix parameter handling. r=darin. 2005-01-13 16:30:19 +00:00
peterv%propagandism.org
d43692a156 Fix Transformiix standalone bustage. r=Pike. Doesn't affect default builds. 2005-01-13 14:51:20 +00:00
bugzilla%arlen.demon.co.uk
1c99efb225 Bug 278155 No need for help to say restart after changing window layout in mailNews
p=stefan_h@hem.utfors.se r=me
2005-01-13 13:27:52 +00:00
Stefan.Borggraefe%gmx.de
63b3ad50ab Bug 277321: New option "Preserve threading when sorting messages" not
documented in Help
r=neil
2005-01-13 09:57:07 +00:00
scott%scott-macgregor.org
235f1f4809 try to fix ports bustage 2005-01-13 07:51:31 +00:00
scott%scott-macgregor.org
ef704532cc Bug #240600 --> Spell checker improvements. Resynch our forked spell checker with the latest myspell engine
used by open office.org.

Patch originally by Michielvan Leeuwen (mvl@exedo.nl), adapted by me.

sr=me
2005-01-13 06:20:58 +00:00
bryner%brianryner.com
a8073f18a3 Remove nsIHTMLContent interface (bug 276959). r+sr=jst. 2005-01-12 19:45:38 +00:00
jst%mozilla.jstenback.com
3c883bda20 Landing fix for bug 249366. Better error handing for webservices. Patch by keeda@hotpop.com, r=chantepie@altern.org, sr=jst@mozilla.org 2005-01-12 19:26:45 +00:00
pedemont%us.ibm.com
54f09d868f New testcase 2005-01-12 18:57:04 +00:00
pedemont%us.ibm.com
577b6112e0 Bug 270889 - nsIDirectoryServiceProvider2 impl. r=darin 2005-01-12 18:23:59 +00:00
pedemont%us.ibm.com
3a6cf43e0e Bug 270889 - Better error handling. r=darin 2005-01-12 17:59:01 +00:00
pedemont%us.ibm.com
12734e5f0d Bug 270889 - Use correct versions of Append. r=darin. 2005-01-12 17:36:11 +00:00
peterv%propagandism.org
f343d1b0ed Fix for bug 248258 (Mozilla 1.7 and Firefox 0.8.0 Crash when I try to open this XSLT stylesheet [@ txMozillaXSLTProcessor::DoTransform ]). r=sicking, sr=jst. 2005-01-12 13:50:11 +00:00
cst%andrew.cmu.edu
038e824cbe Bug 277214 don't use quotes in the module macro
r=jan sr=bzbarsky
2005-01-12 07:14:29 +00:00
dmose%mozilla.org
2d9556a6cf Don't crash if we get a native DOM element back. sr=shaver 2005-01-11 21:16:56 +00:00
vladimir%pobox.com
1094342527 fix non-debug build bustage (FORCE_PR_LOG moved to Internal.h), notpartofthebuild, r=shaver 2005-01-10 17:59:30 +00:00
cbiesinger%web.de
8ab6e0d7d1 bug 264599 make unfrozen necko interfaces use 64-bit integers.
r=darin sr=bz a=asa
2005-01-09 20:43:35 +00:00
doronr%us.ibm.com
0bc8ba4d31 backing out accidental checkin 2005-01-06 23:16:10 +00:00
doronr%us.ibm.com
d25d58d343 nsXFormsSchemaValidator work 2005-01-06 22:40:02 +00:00
dmose%mozilla.org
96d73ea68d More PR_LOGGING ifdef fixes; not part of the build. 2005-01-06 20:17:52 +00:00
dmose%mozilla.org
3d5fc07399 Fix attempting use of log in non-logging builds. This was causing the
.so to fail to register.  Not part of the build.
2005-01-06 20:12:57 +00:00
allan%beaufour.dk
0836c6d50c Nulls out mElement in OnDestroyed. Bug 266118, r=smaug, sr=darin. 2005-01-05 10:06:46 +00:00
smontagu%smontagu.org
79202dcd3f Replace escaped wide character constants by numeric constants. Bug 276360, r=aaronr@us.ibm.com, sr=darin. 2005-01-05 07:43:16 +00:00
dmose%mozilla.org
bbe43d19cc Implement WebDAV REPORT method (bug 275741); not part of default build. 2005-01-04 23:03:11 +00:00
bzbarsky%mit.edu
99df5c71c0 Make people that want empty strings use EmptyC?String(). Bug 232691, patch by
Daniel Kraft <d@daniel-kraft.net>, r=jst, sr=bzbarsky
2005-01-04 19:31:31 +00:00
doronr%us.ibm.com
faa8ecd75c Not part of default build. Module names need to be valid c++ identifiers, patch by darin. 2005-01-04 17:24:13 +00:00
doronr%us.ibm.com
94bb5d4dfc Not part of default build. Remove unused code from Schema Validator so that it can build without pernding nsSchemaLoader changes. 2005-01-04 17:00:30 +00:00
silver%warwickcompsoc.co.uk
ff3189939b No bug - Swap evil and angry emoticons as should have happened when 0.9.67 landed, but CVS didn't notice.
ChatZilla only.
r=samuel@sieb.net
2005-01-04 16:55:30 +00:00
bzbarsky%mit.edu
1601d80e99 Remove the long-deprecated nsIWebShell interface. Bug 273319, r=biesi, sr=jst. 2005-01-03 22:51:17 +00:00
silver%warwickcompsoc.co.uk
9a2132d44a Bug 229594 - Update help for *-pref commands, and leave/delete-view.
ChatZilla only.
r=silver@warwickcompsoc.co.uk
p=gk1987@gmail.com (Gijs Kruitbosch)
2005-01-03 20:24:57 +00:00
silver%warwickcompsoc.co.uk
01cf2d44a5 Bug 262325 - Fix some help strings for UI commands (undo/redo).
ChatZilla only.
r=silver@warwickcompsoc.co.uk
p=gk1987@gmail.com (Gijs Kruitbosch)
2005-01-03 20:07:11 +00:00
silver%warwickcompsoc.co.uk
fe2cf49b45 Bug 241442 - Add find dialog and find-again.
ChatZilla only.
r=silver@warwickcompsoc.co.uk
p=dmcorry@seanet.com (David Corry)
2005-01-03 19:41:26 +00:00
dmose%mozilla.org
535860133a Fix getToOutputStream to call with the right number of parameters 2005-01-02 03:11:21 +00:00
gerv%gerv.net
709d4de4d5 Bug 236613: change to MPL/LGPL/GPL tri-license. 2005-01-01 16:48:30 +00:00
gerv%gerv.net
dac73c470a Bug 236613: change to MPL/LGPL/GPL tri-license. This was authorised by an email from David Ascher <DavidA@ActiveState.com>. 2005-01-01 15:34:06 +00:00
silver%warwickcompsoc.co.uk
d3b79057a1 Bug 240114 - Add parameters to aliases.
ChatZilla only.
r=silver@warwickcompsoc.co.uk
p=gk1987@gmail.com (Gijs Kruitbosch)
2004-12-30 22:34:01 +00:00
silver%warwickcompsoc.co.uk
5a32e0b8d6 Bug 276478 - Put back two important lines for the async reading code used in Mozilla 1.0, and fix getFileFromURLSpec on Mozilla 1.0.
ChatZilla only.
r=rginda
2004-12-30 21:15:06 +00:00
silver%warwickcompsoc.co.uk
1ce27114af No bug - Make CTCP ping replies stay within the network they came from (don't show them on other network views).
ChatZilla only.
r=samuel@sieb.net
2004-12-30 21:10:07 +00:00
peterv%propagandism.org
4fdbf9dccc Fix for bug 271209. r=sicking, sr=jst. 2004-12-29 15:30:57 +00:00
darin%meer.net
1165372698 landing initial patch for xforms:upload (bug 275453) r=smaug 2004-12-28 21:37:23 +00:00
pkw%us.ibm.com
a21fe2342e Bug 275786 - crash in [@ nsCharTraits<unsigned short>::length] changing username for existing Mail Account will crash Mozilla [@ SINGSIGN_RemoveUserAfterLoginFailure]
r=cbiesinger@gmx.at, sr=darin@meer.net
2004-12-28 21:16:23 +00:00
bmlk%gmx.de
d3197a9276 remove unused prescontext argument from GetOffsetFromView bug 276015 r/sr=dbaron 2004-12-26 19:48:54 +00:00
steffen.wilberg%web.de
0c14374a86 Bug 276008: fix Help Viewer bustage by removing the unused const XML. rs=Neil 2004-12-26 18:23:41 +00:00
pedemont%us.ibm.com
30e2872749 Better assert msg 2004-12-23 20:56:30 +00:00
silver%warwickcompsoc.co.uk
65c523650e Bug 172094 - Add a preference for browser-focus code.
ChatZilla only.
r=samuel@sieb.net
2004-12-23 20:54:21 +00:00
pedemont%us.ibm.com
3a6a328637 Use ExceptionCheck, since we don't need the actual exception 2004-12-23 20:51:36 +00:00
pedemont%us.ibm.com
bc72fda414 Bug 270889 - Various minor code and comment fixes. 2004-12-23 17:31:59 +00:00
pedemont%us.ibm.com
d162f6d604 Bug 270889 - Various minor code and comment fixes. 2004-12-23 17:09:54 +00:00
pedemont%us.ibm.com
006beedb7c Convert to Unix line endings 2004-12-23 00:05:37 +00:00
pedemont%us.ibm.com
c57d5be188 Better comments. 2004-12-22 22:36:57 +00:00
pedemont%us.ibm.com
08de0b256b Rework XPCOMException 2004-12-22 22:03:50 +00:00