Compare commits

...

3994 Commits

Author SHA1 Message Date
darin%meer.net
91afdbcdaf fixes bug 278433 "setvalue element doesn't use @value as context" patch by aaronr@us.ibm.com r=smaug sr=darin
git-svn-id: svn://10.0.0.236/branches/XFORMS_20050106_BRANCH@167936 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-18 01:59:30 +00:00
doronr%us.ibm.com
9de89e295e bug 278105 - Crash using XPath extension function 'instance()'. Patch by aaronr, r=me/sr=darin
git-svn-id: svn://10.0.0.236/branches/XFORMS_20050106_BRANCH@167742 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-14 19:29:56 +00:00
allan%beaufour.dk
fbcba08d6f bug 265467, r=smaug, sr=bryner
git-svn-id: svn://10.0.0.236/branches/XFORMS_20050106_BRANCH@167724 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-14 13:01:47 +00:00
allan%beaufour.dk
3f14fe8c14 Removed old debug code, bug 278092
git-svn-id: svn://10.0.0.236/branches/XFORMS_20050106_BRANCH@167587 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-12 13:34:05 +00:00
bryner%brianryner.com
224c7e821f Workaround for the problems with select1. In order to allow the option content to live inside of the combobox display, I added a new inline frame that is a child of the combobox's block frame. The XForms select directly inserts clones of the selected option's children as children of the inline. Furthermore, I found that xforms contextcontainer did not clone properly, and to fix it, I needed to add an XTF hook for cloneNode that allows additional state to be copied. This is most certainly not the right fix, but it's a proof-of-concept.
git-svn-id: svn://10.0.0.236/branches/XFORMS_20050106_BRANCH@167584 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-12 07:46:23 +00:00
bryner%brianryner.com
5b3aa25fb8 Make sure stub-derived elements get destroyed properly by adding a virtual destructor.
git-svn-id: svn://10.0.0.236/branches/XFORMS_20050106_BRANCH@167566 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-12 01:46:28 +00:00
bryner%brianryner.com
61b89a43d6 quick fix for selected option text not showing for select1
git-svn-id: svn://10.0.0.236/branches/XFORMS_20050106_BRANCH@167543 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-11 22:00:54 +00:00
darin%meer.net
ceb75dcc7f Applying missing portion of Aaron's XPath patch to branch
git-svn-id: svn://10.0.0.236/branches/XFORMS_20050106_BRANCH@167536 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-11 18:28:23 +00:00
doronr%us.ibm.com
1ed0cbac87 patch for bug 275227, output element with label shows output before label. r=aaronr/sr=bryner
git-svn-id: svn://10.0.0.236/branches/XFORMS_20050106_BRANCH@167512 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-10 22:57:51 +00:00
darin%meer.net
58513263c9 fixes bug 277475 "output w/ value attr broken when inside group or switch" r=smaug sr=bryner
git-svn-id: svn://10.0.0.236/branches/XFORMS_20050106_BRANCH@167511 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-10 22:09:36 +00:00
bryner%brianryner.com
6b61840cd1 Add UA stylesheet for XForms to force certain elements to display: block. Bug 274663, r=darin.
git-svn-id: svn://10.0.0.236/branches/XFORMS_20050106_BRANCH@167424 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-08 20:59:47 +00:00
bryner%brianryner.com
3daf0e7336 Add a mechanism to extend the built-in list of user and agent style sheets either programatically or via the category manager. Bug 179006, r+sr=bzbarsky.
git-svn-id: svn://10.0.0.236/branches/XFORMS_20050106_BRANCH@167416 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-08 06:55:45 +00:00
doronr%us.ibm.com
8743cee093 xforms/schema validation bindings
git-svn-id: svn://10.0.0.236/branches/XFORMS_20050106_BRANCH@167390 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-07 17:16:05 +00:00
doronr%us.ibm.com
cb0a67b04a xforms/schema validation bindings
git-svn-id: svn://10.0.0.236/branches/XFORMS_20050106_BRANCH@167388 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-07 16:08:02 +00:00
doronr%us.ibm.com
884ad26033 extensions/xforms/nsXFormsSchemaValidator.cpp
git-svn-id: svn://10.0.0.236/branches/XFORMS_20050106_BRANCH@167387 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-07 16:05:26 +00:00
bryner%brianryner.com
c97eca7e68 Fix gcc bustage (for-loop scoping differences)
git-svn-id: svn://10.0.0.236/branches/XFORMS_20050106_BRANCH@167381 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-07 07:47:07 +00:00
darin%meer.net
de58e17235 landing various in-progress xforms patches
git-svn-id: svn://10.0.0.236/branches/XFORMS_20050106_BRANCH@167363 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-06 22:43:26 +00:00
bryner%brianryner.com
aee020795e pull from the branch.
git-svn-id: svn://10.0.0.236/branches/XFORMS_20050106_BRANCH@167358 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-06 20:26:47 +00:00
bryner%brianryner.com
7b6eb1be61 Implementation of select and select1 (bug 270572). r=beaufour.
git-svn-id: svn://10.0.0.236/branches/XFORMS_20050106_BRANCH@167354 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-06 20:18:06 +00:00
bryner%brianryner.com
e649e88a6f Fix XTF insertion point construction when all ancestor frames in the anonymous content tree are inlines (or otherwise not added to the primary frame map). Bug 269023, r=bzbarsky, sr=dbaron.
git-svn-id: svn://10.0.0.236/branches/XFORMS_20050106_BRANCH@167350 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-06 19:36:07 +00:00
(no author)
4ec633e7dc This commit was manufactured by cvs2svn to create branch
'XFORMS_20050106_BRANCH'.

git-svn-id: svn://10.0.0.236/branches/XFORMS_20050106_BRANCH@167343 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-06 18:03:19 +00:00
scott%scott-macgregor.org
3222457604 Bug #276918 --> add appstartup and xulapp xpt files to packager list so the em doesn't throw exceptions on startup
that keep installer builds from loading.


git-svn-id: svn://10.0.0.236/trunk@167342 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-06 18:03:18 +00:00
jst%mozilla.jstenback.com
a44b8bbb00 Fixing a part of bug 262887 that the initial fix didn't fix. r=bugs4hj@netscape.net, sr=dveditz@cruzio.com, a=asa@mozilla.org
git-svn-id: svn://10.0.0.236/trunk@167341 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-06 16:13:51 +00:00
mvl%exedo.nl
3ec846c252 port patch for bug 239435. Ignore unknown parameters
nptob


git-svn-id: svn://10.0.0.236/trunk@167340 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-06 15:54:28 +00:00
jst%mozilla.jstenback.com
761b7798ac Fixing bug 268830. Enable popups when handling access key events. r+sr=bzbarsky@mit.edu, a=asa@mozilla.org
git-svn-id: svn://10.0.0.236/trunk@167339 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-06 15:13:15 +00:00
pinkerton%aol.net
5623d0984c allow javascript: popups if they are bookmarks (bug 272389)
git-svn-id: svn://10.0.0.236/trunk@167338 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-06 14:36:32 +00:00
mostafah%oeone.com
2a6c33ee6b Added in french version of aboutDialog.dtd
git-svn-id: svn://10.0.0.236/trunk@167337 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-06 14:29:55 +00:00
cmp%mozilla.org
9edd721b33 Fix for code to catch condition that causes bug 276259.
git-svn-id: svn://10.0.0.236/trunk@167334 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-06 05:03:27 +00:00
despotdaemon
35810060eb Pseudo-automatic update of changes made by leon.sha@sun.com.
git-svn-id: svn://10.0.0.236/trunk@167331 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-06 02:19:47 +00:00
mattwillis%gmail.com
1f9991db27 fixes 4 strict JS errors
git-svn-id: svn://10.0.0.236/trunk@167330 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-06 00:53:34 +00:00
pete%mozdevgroup.com
c0dc86b87e b=277121
r=jan
sr=bzbarsky
Remove stary printf on non DEBUG builds
--pete


git-svn-id: svn://10.0.0.236/trunk@167329 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-06 00:37:34 +00:00
dmose%mozilla.org
8923308a34 Unbreak addItem after previous location fix. Not part of the build.
git-svn-id: svn://10.0.0.236/trunk@167328 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-05 23:58:01 +00:00
mattwillis%gmail.com
0f11d7381e bug 272732
rev12
fixes labels on recurrence items
also fixes storing recurrence components to storage
storage changes: r=vlad
UI changes: r=me


git-svn-id: svn://10.0.0.236/trunk@167327 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-05 23:54:06 +00:00
mattwillis%gmail.com
8594678c77 bug 272732
rev11 fixes support for day checkboxes in recurrence
added check for null category after patch was made
r=pavlov@pavlov.net


git-svn-id: svn://10.0.0.236/trunk@167325 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-05 22:42:21 +00:00
mostafah%oeone.com
994fd5b6cb NO_YY_UNISTD_H to YY_NO_UNISTD_H
git-svn-id: svn://10.0.0.236/trunk@167324 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-05 22:29:45 +00:00
mattwillis%gmail.com
2c0ae6d3dd bug 272732
rev10 more recurrence fixes
r=pavlov@pavlov.net


git-svn-id: svn://10.0.0.236/trunk@167323 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-05 22:24:27 +00:00
mvl%exedo.nl
ec2511898d Make libical build on windows
npotb


git-svn-id: svn://10.0.0.236/trunk@167322 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-05 22:20:35 +00:00
cmp%mozilla.org
5dab71c2e4 Make make-diskimage fail if ditto command to copy files fails.
git-svn-id: svn://10.0.0.236/trunk@167321 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-05 21:48:53 +00:00
dmose%mozilla.org
1da0564a9d Remember the location URI that is returned by the server in REPORT and use it when modifying an event, rather than trying to construct a new URI from the event's UUID. Not part of the build.
git-svn-id: svn://10.0.0.236/trunk@167320 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-05 21:45:05 +00:00
mvl%exedo.nl
6f7ee6afa8 Adding files needed to make libical build.
npotb


git-svn-id: svn://10.0.0.236/trunk@167318 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-05 21:21:14 +00:00
mattwillis%gmail.com
9115330252 bug 277176
from rev0
fixes javascript strict warnings
r=mostafah


git-svn-id: svn://10.0.0.236/trunk@167317 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-05 21:18:47 +00:00
mattwillis%gmail.com
4e79a8b861 bug 272732
from rev10
fixes to plural/singular labels in recurrence tab
r=pavlov@pavlov.net


git-svn-id: svn://10.0.0.236/trunk@167316 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-05 21:07:10 +00:00
mvl%exedo.nl
43f6968fe0 one more makefile
Not part of the build


git-svn-id: svn://10.0.0.236/trunk@167314 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-05 21:06:51 +00:00
mvl%exedo.nl
20cc10f9b4 libical makefiles for mozilla build system.
not part of the build


git-svn-id: svn://10.0.0.236/trunk@167313 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-05 21:03:14 +00:00
mattwillis%gmail.com
a65304601e bug 275695
updates to Sunbird menubar and menus
r=pavlov@pavlov.net


git-svn-id: svn://10.0.0.236/trunk@167312 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-05 20:58:03 +00:00
mvl%exedo.nl
1da045a80a This commit was generated by cvs2svn to compensate for changes in r167309,
which included commits to RCS files with non-trunk default branches.

git-svn-id: svn://10.0.0.236/trunk@167310 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-05 20:48:57 +00:00
mvl%exedo.nl
939675651a This commit was generated by cvs2svn to compensate for changes in r167305,
which included commits to RCS files with non-trunk default branches.

git-svn-id: svn://10.0.0.236/trunk@167306 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-05 20:09:32 +00:00
vladimir%pobox.com
7a1883786a fix for todo/event differentiation
git-svn-id: svn://10.0.0.236/trunk@167304 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-05 19:02:06 +00:00
vladimir%pobox.com
f5c69dc17a calendar storage-back end sql schema source files (included in the .js, just checking in files from which it is generated)
git-svn-id: svn://10.0.0.236/trunk@167303 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-05 18:45:55 +00:00
Stefan.Borggraefe%gmx.de
76d632e8f7 Bug 275084: "Not able to accept expired certificate" Apply wallpaper to circumvent bug 274703.
r+sr=neil, a=asa


git-svn-id: svn://10.0.0.236/trunk@167302 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-05 18:15:09 +00:00
despotdaemon
09181ec30d Pseudo-automatic update of changes made by knous@mozilla.org.
git-svn-id: svn://10.0.0.236/trunk@167301 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-05 18:11:40 +00:00
mkaply%us.ibm.com
dd1a8552af #275436
r=mkaply, sr=blizzard (platform specific), a=mkaply (platform specific)
From Peter Weilbacher - add an OS/2 specific readme file


git-svn-id: svn://10.0.0.236/trunk@167300 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-05 15:40:59 +00:00
mkaply%us.ibm.com
97d7607a36 #275436
r=mkaply, a=mkaply (platform specific)
From Peter Weilbacher - add an OS/2 specific readme file


git-svn-id: svn://10.0.0.236/trunk@167299 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-05 15:40:21 +00:00
allan%beaufour.dk
526df39ebc Nulls out mElement in OnDestroyed. Bug 266118, r=smaug, sr=darin.
git-svn-id: svn://10.0.0.236/trunk@167297 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-05 10:06:46 +00:00
dveditz%cruzio.com
2744085b99 bug 272764 pref changes to get XPInstall working in the suite again. original patch from jens.b
git-svn-id: svn://10.0.0.236/trunk@167296 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-05 07:57:48 +00:00
smontagu%smontagu.org
9568c531e7 Replace escaped wide character constants by numeric constants. Bug 276360, r=aaronr@us.ibm.com, sr=darin.
git-svn-id: svn://10.0.0.236/trunk@167295 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-05 07:43:16 +00:00
brendan%mozilla.org
38cce7f3f7 Support ;e4x=1 MIME parameter after application/x-javascript or text/javascript to enable E4X (270553, r+sr=jst).
git-svn-id: svn://10.0.0.236/trunk@167294 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-05 07:25:29 +00:00
brendan%mozilla.org
a8e2a690ad Revamp the GC to fix E4X private data dueling GC bugs, to reduce malloc costs for small-ish objects and functions, and to pave the way for further GC wins (123668, r=shaver, TAKE 2).
git-svn-id: svn://10.0.0.236/trunk@167293 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-05 06:15:03 +00:00
dveditz%cruzio.com
8b9d168c56 bug 266554 need real referrer internally for various uses. patch by jst, r/sr=dveditz,darin (ported from aviary)
git-svn-id: svn://10.0.0.236/trunk@167292 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-05 06:04:46 +00:00
tor%cs.brown.edu
bf5cb846dc Bug 277034 - large svg documents don't display scrollbars. r+sr=bzbarsky
git-svn-id: svn://10.0.0.236/trunk@167291 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-05 05:49:35 +00:00
brendan%mozilla.org
ef93fb579d Always call the standard input 'typein', as xpcshell does, in error reports.
git-svn-id: svn://10.0.0.236/trunk@167290 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-05 04:29:35 +00:00
dbaron%dbaron.org
a40a69fb21 Call and check the result of GetXftFont (thus ensuring XftFontOpenPattern succeeds) before returning a font from FindFont, to fix crashes in the common (due to bugs in old versions of fc-cache) case of fonts that fontconfig thinks are available but are actually not. b=180309 r+sr=bryner
git-svn-id: svn://10.0.0.236/trunk@167289 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-05 04:04:23 +00:00
brendan%mozilla.org
4c0635a125 Back out, broke liveconnect at least.
git-svn-id: svn://10.0.0.236/trunk@167288 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-05 03:58:19 +00:00
brendan%mozilla.org
7a816352a4 Revamp the GC to fix E4X private data dueling GC bugs, to reduce malloc costs for small-ish objects and functions, and to pave the way for further GC wins (123668, r=shaver).
git-svn-id: svn://10.0.0.236/trunk@167286 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-05 02:56:36 +00:00
dmose%mozilla.org
05ba3d2ce0 Support the aCount argument to getItems. Not part of the default build.
git-svn-id: svn://10.0.0.236/trunk@167285 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-05 02:50:27 +00:00
mattwillis%gmail.com
a79dedacb6 bug 272732
rev9 - fixes stuff so the ok button works with events and todos
r=dmose


git-svn-id: svn://10.0.0.236/trunk@167284 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-05 02:31:47 +00:00
mattwillis%gmail.com
bdc3baba79 updates to credits
git-svn-id: svn://10.0.0.236/trunk@167283 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-05 02:02:48 +00:00
dmose%mozilla.org
8060c44ef7 Make getItem and getItems use the REPORT method instead of the old icky hack of getting all methods and searching locally. Not part of the default build.
git-svn-id: svn://10.0.0.236/trunk@167282 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-05 01:53:58 +00:00
bzbarsky%mit.edu
5b532f88e9 Fix bug 269191. Patch by Andrew Schultz <ajschult@verizon.net>, r+sr=dveditz.
git-svn-id: svn://10.0.0.236/trunk@167281 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-05 01:04:15 +00:00
bzbarsky%mit.edu
b06d2f7705 Make XBL constructors/destructors check whether JS is enabled before running
once again. Bug 276205, r+sr=jst


git-svn-id: svn://10.0.0.236/trunk@167280 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-05 01:02:13 +00:00
neil%parkwaycc.co.uk
3e565fbcab Bug 256477 Fix JavaScript strict warnings p=gautheri@noos.fr r+sr=bienvenu
git-svn-id: svn://10.0.0.236/trunk@167279 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-05 00:51:09 +00:00
brendan%mozilla.org
506f2b8657 Fix old GC hazards that bite venkman (277069, r=self).
git-svn-id: svn://10.0.0.236/trunk@167278 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-05 00:45:21 +00:00
jst%mozilla.jstenback.com
72618fe27a Whitespace cleanup.
git-svn-id: svn://10.0.0.236/trunk@167277 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-05 00:26:39 +00:00
jst%mozilla.jstenback.com
4134face66 Landing the low-level code for using the plugin finder service from the aviary branch. Bug 244125 etc.
git-svn-id: svn://10.0.0.236/trunk@167276 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-05 00:21:06 +00:00
brendan%mozilla.org
98822ea07b Checking in shaver's patch for bug 275742: E4X for JS components, r=me.
git-svn-id: svn://10.0.0.236/trunk@167274 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-04 23:56:56 +00:00
cbiesinger%web.de
3455e780eb Bug 224346 can't refresh search tab when search results appear (in advanced mode)
patch by Karsten Düsterloh <mnyromyr@tprac.de> r=timeless sr=neil


git-svn-id: svn://10.0.0.236/trunk@167273 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-04 23:30:57 +00:00
dmose%mozilla.org
f2a7922f02 Implement WebDAV REPORT method (bug 275741); not part of default build.
git-svn-id: svn://10.0.0.236/trunk@167272 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-04 23:03:11 +00:00
vladimir%pobox.com
ad75e3d6eb first pass at making Todos work.
git-svn-id: svn://10.0.0.236/trunk@167270 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-04 22:49:12 +00:00
vladimir%pobox.com
c9099d2dfd remove double-use of i index in loop
git-svn-id: svn://10.0.0.236/trunk@167269 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-04 22:46:05 +00:00
cbiesinger%web.de
fcd6372928 Bug 276807 add DumpJSValue helper function for debugging
r=dbradley sr=brendan


git-svn-id: svn://10.0.0.236/trunk@167268 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-04 22:15:09 +00:00
wtchang%redhat.com
8eb6a82ecb Bugzilla Bug 276180: defend against invalid arguments to PK11_HashBuf
and PK11_DigestOp. r=nelsonb.


git-svn-id: svn://10.0.0.236/trunk@167267 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-04 22:00:01 +00:00
scott%scott-macgregor.org
4c2a15bba5 Remove some ifdef debug_mscott lines
git-svn-id: svn://10.0.0.236/trunk@167266 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-04 21:45:28 +00:00
scott%scott-macgregor.org
5598f6add6 Remove some dump statements from mailnews specific overlay code
git-svn-id: svn://10.0.0.236/trunk@167265 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-04 21:43:36 +00:00
scott%scott-macgregor.org
d946c2dafe remove dump statement
git-svn-id: svn://10.0.0.236/trunk@167264 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-04 21:41:32 +00:00
mattwillis%gmail.com
2a7bd84032 bug 272732
more fixes to eventdialog.js/xul - rev8 patch
todo alarms are now correctly handled, rejecting invalid combinations of enabled pickers and alarm related properties
r=pavlov@pavlov.net


git-svn-id: svn://10.0.0.236/trunk@167263 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-04 21:38:35 +00:00
bzbarsky%mit.edu
df51a4d2e4 Don't pass null frames to nsHTMLReflowState::GetContainingBlockFor. Bug
273458, r+sr=dbaron


git-svn-id: svn://10.0.0.236/trunk@167260 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-04 20:17:25 +00:00
wtchang%redhat.com
8dd6cd3dfd Bugzilla Bug 274751: fixed the regression that the *.res files were not
removed by the various clean or clobber makefile targets.  r=cls.


git-svn-id: svn://10.0.0.236/trunk@167259 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-04 19:52:10 +00:00
bzbarsky%mit.edu
6cc2aafe00 Make people that want empty strings use EmptyC?String(). Bug 232691, patch by
Daniel Kraft <d@daniel-kraft.net>, r=jst, sr=bzbarsky


git-svn-id: svn://10.0.0.236/trunk@167258 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-04 19:31:31 +00:00
bzbarsky%mit.edu
32a238fb7c Fix camino bustage from bug 241082
git-svn-id: svn://10.0.0.236/trunk@167257 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-04 19:16:51 +00:00
bryner%brianryner.com
4fc2e83b69 Fix unresolved symbols when building svg using a version of gcc that supports the visibility pragma. Bug 273336, r=dbaron.
git-svn-id: svn://10.0.0.236/trunk@167256 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-04 19:02:24 +00:00
wtchang%redhat.com
558bcc02e4 Bugzilla bug 276170: fixed unused variable addrp on some platforms.
Fixed the bug that addr rather than addrp was used.  r=timeless,darin.


git-svn-id: svn://10.0.0.236/trunk@167255 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-04 18:37:24 +00:00
wtchang%redhat.com
dcf0434654 Bugzilla bug 273624: fixed the regression (from NSS 3.3.x) that
NSS_Initialize didn't report the SEC_ERROR_BAD_DATABASE error if
the NSS databases haven't been created.  r=nelsonb,relyea.
Modified Files: pk11wrap/pk11err.c pk11wrap/pk11load.c
                softoken/dbinit.c softoken/pkcs11n.h


git-svn-id: svn://10.0.0.236/trunk@167254 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-04 18:20:00 +00:00
bienvenu%nventure.com
4e3b20998f fix 190775 patch by ch.ey@gmx.net, some error messages from smtp server not displayed to user, r=bienvenu, sr=mscott
git-svn-id: svn://10.0.0.236/trunk@167253 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-04 17:28:47 +00:00
doronr%us.ibm.com
c29be52efa Not part of default build. Module names need to be valid c++ identifiers, patch by darin.
git-svn-id: svn://10.0.0.236/trunk@167251 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-04 17:24:13 +00:00
mattwillis%gmail.com
1490bf4a9f bug 272732
more work on eventdialog.xul/js
priority level support now working correctly
ui updates to todo - unifying completed/cancelled/status widgets
alarm groupbox removed and widgets added to details
r=pavlov@pavlov.net


git-svn-id: svn://10.0.0.236/trunk@167250 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-04 17:03:13 +00:00
doronr%us.ibm.com
52f00720d0 Not part of default build. Remove unused code from Schema Validator so that it can build without pernding nsSchemaLoader changes.
git-svn-id: svn://10.0.0.236/trunk@167249 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-04 17:00:30 +00:00
silver%warwickcompsoc.co.uk
c5a2cbfd26 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


git-svn-id: svn://10.0.0.236/trunk@167248 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-04 16:55:30 +00:00
bzbarsky%mit.edu
3dba8cc15a Don't do recursive invalidation in the GTK2 widget impl -- the viewmanager
already recurses, and does a smarter job of it.  Partial fix for bug 266582,
r=blizzard, sr=bryner


git-svn-id: svn://10.0.0.236/trunk@167247 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-04 16:34:36 +00:00
bsmedberg%covad.net
7e257095a1 Bug 276592 - NS_OS_CURRENT_WORKING_DIR is not implemented. r=darin
git-svn-id: svn://10.0.0.236/trunk@167246 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-04 16:28:50 +00:00
despotdaemon
e5a1626560 Pseudo-automatic update of changes made by cst@andrew.cmu.edu.
git-svn-id: svn://10.0.0.236/trunk@167245 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-04 16:28:33 +00:00
cbiesinger%web.de
8d60a5c7de more firefox bustage
git-svn-id: svn://10.0.0.236/trunk@167244 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-04 14:30:49 +00:00
neil%parkwaycc.co.uk
ef3653ba6b Consistent selector order in style rules b=257280 p=gautheri@noos.fr r+sr=me
git-svn-id: svn://10.0.0.236/trunk@167243 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-04 14:24:04 +00:00
cbiesinger%web.de
76f3dc4bfc fixing firefox bustage
git-svn-id: svn://10.0.0.236/trunk@167242 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-04 14:13:00 +00:00
cbiesinger%web.de
010662d6c8 Bug 241082 exthandler should require just nsITransfer, not nsIDownload
patch by Zbigniew Braniecki <gandalf@firefox.pl> r=biesi sr=darin


git-svn-id: svn://10.0.0.236/trunk@167241 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-04 13:40:51 +00:00
Stefan.Borggraefe%gmx.de
c9a96afd32 Bug 234690: Need UI for the hidden preference "mailnews.thread_pane_column_unthreads"
r=neil, sr=bienvenu


git-svn-id: svn://10.0.0.236/trunk@167240 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-04 07:47:38 +00:00
joshmoz%gmail.com
b7c2e50c5e remove broken bookmark detection code. b=276657 sr=pinkerton
git-svn-id: svn://10.0.0.236/trunk@167239 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-04 04:24:27 +00:00
dbaron%dbaron.org
d56cdd6682 Quiet warning by defining extrafiles to empty string.
git-svn-id: svn://10.0.0.236/trunk@167238 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-04 03:41:19 +00:00
bzbarsky%mit.edu
8e16bc6063 Touching this file in hopes of fixing the Windows dep bustage.
git-svn-id: svn://10.0.0.236/trunk@167236 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-04 02:35:13 +00:00
mrbkap%gmail.com
93e65100c3 bug 275651: Fix a potential crash because of a bad use of nsScanner::SetPosition. r=jst sr=dmose
git-svn-id: svn://10.0.0.236/trunk@167235 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-04 02:31:53 +00:00
smfr%smfr.org
18292db1bf Commit the CFRunLoop patch from bug 271050 for plevent handling. This uses a CFRunLoopSource to process plevents from the applications's main event loop. r=pinkerton.
git-svn-id: svn://10.0.0.236/trunk@167234 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-04 02:02:01 +00:00
brendan%mozilla.org
d4ef2cd49b Fix a bogus assertion and related bogus code that bit dmose (246441).
git-svn-id: svn://10.0.0.236/trunk@167233 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-03 23:57:56 +00:00
bzbarsky%mit.edu
82bb745c82 Fixing mac bustage
git-svn-id: svn://10.0.0.236/trunk@167232 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-03 23:44:56 +00:00
bzbarsky%mit.edu
ff02c81397 Remove incorrect code that unnecessarily pushes pseudo-frame state and causes
frames to be lost.  Bug 271422, r=bernd, sr=roc


git-svn-id: svn://10.0.0.236/trunk@167231 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-03 23:39:38 +00:00
despotdaemon
1c4cb5cfe2 Pseudo-automatic update of changes made by knous@mozilla.org.
git-svn-id: svn://10.0.0.236/trunk@167230 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-03 23:38:17 +00:00
bzbarsky%mit.edu
1940e30c33 Use GetOwnerDoc in GetTextContent, since this makes sense for nodes not
currently in the DOM tree.  Bug 276880, r+sr=peterv


git-svn-id: svn://10.0.0.236/trunk@167229 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-03 23:37:25 +00:00
vladimir%pobox.com
74b268efe7 updated FE for new recurrence bits; also some todo fixes
git-svn-id: svn://10.0.0.236/trunk@167228 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-03 23:33:16 +00:00
vladimir%pobox.com
a96a79f32b more recurrence handling goop: single RDATE/EXDATEs supported (no more dateset); serializing to ICS works correctly; storage handles all item cases now; added compiled-in VTIMEZONE data for olson timezones (generated from libical olson VTIMEZONE files) -- bugs on output, TZ bits disabled for now; updates to storage and caldav for support.
git-svn-id: svn://10.0.0.236/trunk@167227 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-03 23:32:28 +00:00
vladimir%pobox.com
60397400ad thinko. or cutandpasteo, up to you.
git-svn-id: svn://10.0.0.236/trunk@167225 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-03 23:24:22 +00:00
vladimir%pobox.com
d524dfd2d4 Added reset() to calIDateTime; updated Todo back-end bits (cruft fixing). notpartofthebuild
git-svn-id: svn://10.0.0.236/trunk@167224 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-03 23:08:13 +00:00
bzbarsky%mit.edu
e272c87dda Remove the long-deprecated nsIWebShell interface. Bug 273319, r=biesi, sr=jst.
git-svn-id: svn://10.0.0.236/trunk@167223 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-03 22:51:17 +00:00
mostafah%oeone.com
e9dbf792c8 Updated translation
git-svn-id: svn://10.0.0.236/trunk@167222 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-03 22:07:11 +00:00
mrbkap%gmail.com
3df650a60e bug 276149: Remove nsScanner::Eof() and fix error handling in nsScanner.cpp. patch by Hans-A.Engel@unibas.ch r=mrbkap sr=brendan
git-svn-id: svn://10.0.0.236/trunk@167221 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-03 22:06:27 +00:00
mrbkap%gmail.com
f8389afb5b bug 254989: assertion in htmlparser because the serializer doesn't collect skipped content. r=peterv sr=jst
git-svn-id: svn://10.0.0.236/trunk@167220 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-03 21:48:53 +00:00
mattwillis%gmail.com
c8de15aa29 bug 272732
applying patch rev5
more updates to eventDialog.js/xul per suggestions in irc
r=pavlov@pavlov.net


git-svn-id: svn://10.0.0.236/trunk@167219 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-03 21:37:04 +00:00
mattwillis%gmail.com
d29cf69d02 bug 276655
part of About Sunbird dialog update
r=mostafah


git-svn-id: svn://10.0.0.236/trunk@167218 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-03 21:21:13 +00:00
mattwillis%gmail.com
6b5c8510bf bug 226209 - clean up code bug
removes tabs and craziness from dragDrop.js
r=mostafah


git-svn-id: svn://10.0.0.236/trunk@167217 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-03 21:18:41 +00:00
mostafah%oeone.com
d26044c8ae Removed extra semicolon
git-svn-id: svn://10.0.0.236/trunk@167216 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-03 21:12:26 +00:00
mattwillis%gmail.com
75384ead66 bug 276655
Updating the About Sunbird dialog, and adding the credits
r=mostafah


git-svn-id: svn://10.0.0.236/trunk@167215 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-03 21:06:19 +00:00
gerv%gerv.net
c642db1c06 Bug 272620: avoid XSS problem with internal error messages. Patch by gerv; r=justdave; a=justdave.
git-svn-id: svn://10.0.0.236/trunk@167213 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-03 20:55:54 +00:00
silver%warwickcompsoc.co.uk
77cc88ceb9 Bug 229594 - Update help for *-pref commands, and leave/delete-view.
ChatZilla only.
r=silver@warwickcompsoc.co.uk
p=gk1987@gmail.com (Gijs Kruitbosch)


git-svn-id: svn://10.0.0.236/trunk@167212 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-03 20:24:57 +00:00
mostafah%oeone.com
2018314d7a Updated translation
git-svn-id: svn://10.0.0.236/trunk@167210 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-03 20:17:32 +00:00
silver%warwickcompsoc.co.uk
639b0c75a9 Bug 262325 - Fix some help strings for UI commands (undo/redo).
ChatZilla only.
r=silver@warwickcompsoc.co.uk
p=gk1987@gmail.com (Gijs Kruitbosch)


git-svn-id: svn://10.0.0.236/trunk@167209 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-03 20:07:11 +00:00
mostafah%oeone.com
ded822b25d Checked in patch for bug 266007: Locales of Calendar xpi don't install
Also dos2unixed the file.


git-svn-id: svn://10.0.0.236/trunk@167208 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-03 19:43:31 +00:00
silver%warwickcompsoc.co.uk
14a0545158 Bug 241442 - Add find dialog and find-again.
ChatZilla only.
r=silver@warwickcompsoc.co.uk
p=dmcorry@seanet.com (David Corry)


git-svn-id: svn://10.0.0.236/trunk@167207 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-03 19:41:26 +00:00
mats.palmgren%bredband.net
2cfbb74cf5 Improve handling of 'display' property for <noscript>. b=236450 r+sr=bzbarsky
git-svn-id: svn://10.0.0.236/trunk@167206 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-03 19:37:54 +00:00
dbaron%dbaron.org
7c0b3da996 Fix initializer-reordering warning.
git-svn-id: svn://10.0.0.236/trunk@167204 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-03 19:29:09 +00:00
timeless%mozdev.org
e211e9d93e Bug 276136 Duplicate include in nsDataObj.cpp
patch by Hans-A.Engel@unibas.ch r=dean_tessman sr=smfr


git-svn-id: svn://10.0.0.236/trunk@167202 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-03 19:26:09 +00:00
neil%parkwaycc.co.uk
4f2cfb9410 Bug 276812 Fix message filter refresh (regression from bug 271696) p=mark@standard8.demon.co.uk r=me sr=bienvenu
git-svn-id: svn://10.0.0.236/trunk@167201 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-03 17:54:49 +00:00
mattwillis%gmail.com
608bb9c000 bug 272732
more updates and fixes to eventDialog.js/xul to work with new interfaces and to combine eventDialog and toDoDialog
r=pavlov@pavlov.net


git-svn-id: svn://10.0.0.236/trunk@167200 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-03 17:30:54 +00:00
bugzilla%arlen.demon.co.uk
e3e57dd25a Bug 270098 In <navigator.js>, "Error: browser.popupUrls has no properties"
p=me r=bugs4hj sr=neil.parkwaycc.co.uk


git-svn-id: svn://10.0.0.236/trunk@167199 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-03 16:27:12 +00:00
neil%parkwaycc.co.uk
03e025955e Remove unused private implementation of strtok_r b=253794 p=mark@standard8.demon.co.uk sr=bienvenu
git-svn-id: svn://10.0.0.236/trunk@167198 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-03 12:45:28 +00:00
neil%parkwaycc.co.uk
c0b421c637 Bug 132425 Fix keyboard accessibility for Advanced Address Book Search p=mark@standard8.demon.co.uk r=me sr=bienvenu
git-svn-id: svn://10.0.0.236/trunk@167197 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-03 12:39:12 +00:00
smontagu%smontagu.org
cf8db3a89a Support surrogate characters in ResolveBackwards(). Bug 120114, r+sr=rbs.
git-svn-id: svn://10.0.0.236/trunk@167196 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-03 10:16:42 +00:00
mats.palmgren%bredband.net
fc17bec870 Propagate NS_FRAME_HAS_CHILD_WITH_VIEW to the area frame. b=276236 r=bzbarsky sr=dbaron
git-svn-id: svn://10.0.0.236/trunk@167195 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-03 07:27:11 +00:00
bugzilla%arlen.demon.co.uk
88513c78dc Bug 260741 Wrong download file size in MB is reported
p=gavin.sharp@gmail.com r=mconnor


git-svn-id: svn://10.0.0.236/trunk@167192 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-03 00:59:03 +00:00
bugzilla%arlen.demon.co.uk
72293463fc Bug 271022 JavaScript Console Error: Opening Non-Sidebar Windows in the Sidebar ("searchBox has no properties")
p=gavin.sharp@gmail.com r=mconnor


git-svn-id: svn://10.0.0.236/trunk@167191 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-03 00:52:33 +00:00
bugzilla%arlen.demon.co.uk
d15123e3dc Bug 245392 Installer options for where to put start menu / desktop / quick launch shortcut icons (empty folder created)
p=gavin.sharp@gmail.com r=dveditz


git-svn-id: svn://10.0.0.236/trunk@167190 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-03 00:47:54 +00:00
bugzilla%arlen.demon.co.uk
878de09513 Bug 272046 Pass OS to web service
p=jens.b@web.de r=bsmedberg/mconnor


git-svn-id: svn://10.0.0.236/trunk@167189 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-03 00:42:36 +00:00
gerv%gerv.net
c650eb50d7 Bug 274640: silently fix up custom sort order cookies which erroneously include SQL LIMIT clause. Patch by gerv; r=vladd,justdave; a=justdave.
git-svn-id: svn://10.0.0.236/trunk@167188 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-02 23:21:22 +00:00
dbaron%dbaron.org
35c547005e Reduce default startup test timeout.
git-svn-id: svn://10.0.0.236/trunk@167186 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-02 21:56:04 +00:00
dbaron%dbaron.org
34c5f16325 Check in change for ActiveState perl, the equivalent of which has been on the creature tinderbox for ages. (See bug 276758.)
git-svn-id: svn://10.0.0.236/trunk@167185 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-02 19:06:22 +00:00
dbaron%dbaron.org
a1fbba1a79 Update to reflect PreBuild change.
git-svn-id: svn://10.0.0.236/trunk@167184 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-02 17:30:07 +00:00
dbaron%dbaron.org
a8d1960092 Update sample to reflect PreBuild change.
git-svn-id: svn://10.0.0.236/trunk@167183 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-02 17:28:14 +00:00
dbaron%dbaron.org
56729e65f1 Remove post-mozilla that's no longer used, since post-mozilla-rel.pl is used for Win32 release builds now (and has been for quite a while).
git-svn-id: svn://10.0.0.236/trunk@167182 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-02 17:26:25 +00:00
smontagu%smontagu.org
0cbfff2121 Map Pashto, Urdu and Sindhi to Arabic langGroup. Bug 274102, patch by Henri Sivonen <hsivonen@iki.fi>, r=me, sr=dbaron
git-svn-id: svn://10.0.0.236/trunk@167181 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-02 16:01:52 +00:00
bmlk%gmx.de
1b640dbf19 remove forgotten prescontext bug 276719 p=bugmail@q1n.org r/sr=dbaron
git-svn-id: svn://10.0.0.236/trunk@167180 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-02 15:46:53 +00:00
mats.palmgren%bredband.net
bb956e086b Swap the order between the legend and area frames in a fieldset to fix selection and tabbing problems. b=236071 r+sr=bzbarsky
git-svn-id: svn://10.0.0.236/trunk@167179 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-02 14:30:24 +00:00
dmose%mozilla.org
77f2787430 Fix getToOutputStream to call with the right number of parameters
git-svn-id: svn://10.0.0.236/trunk@167176 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-02 03:11:21 +00:00
timeless%mozdev.org
8031dda8fb Bug 276361 Major BView leak in nsDrawingSurfaceBeOS
patch by simontaylor2@gawab.com r=sergei_d


git-svn-id: svn://10.0.0.236/trunk@167175 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-02 03:02:31 +00:00
dmose%mozilla.org
a176faeb3f Allow calIDateTime objects to expose an ical-serialized version of the object as an attribute. Not part of the build.
git-svn-id: svn://10.0.0.236/trunk@167174 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-02 02:52:11 +00:00
dbaron%dbaron.org
db084e2f74 Don't publish every build on January 1st, and don't not publish builds at all if we've wrapped to the next year but weren't running on January 1. Also remove some unneeded copied code.
git-svn-id: svn://10.0.0.236/trunk@167172 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-01 22:21:32 +00:00
gerv%gerv.net
eb1cd5e885 Bug 236613: change to MPL/LGPL/GPL tri-license.
git-svn-id: svn://10.0.0.236/trunk@167169 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-01 18:57:51 +00:00
bmlk%gmx.de
17f1b0ea6a improve the splitting of row groups in pagination mode, bug 272830 r/sr=bzbarsky
git-svn-id: svn://10.0.0.236/trunk@167168 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-01 18:23:33 +00:00
neil%parkwaycc.co.uk
e0bc5a8a1e Bug 51444 Make xbl:inherits work with namespaced attributes p=smaug@welho.com r+sr=bz
git-svn-id: svn://10.0.0.236/trunk@167167 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-01 18:02:03 +00:00
neil%parkwaycc.co.uk
9d884b85e2 Bug 255593 Add ReplaceElementAt to nsIMutableArray plus comment fixes p=eyalroz@technion.ac.il r=darin sr=bienvenu
git-svn-id: svn://10.0.0.236/trunk@167166 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-01 17:57:00 +00:00
cbiesinger%web.de
25b147631e 276679 removing unused files, npob. found by Crispin Flowerday
<crispin@flowerday.cx> r=bsmedberg


git-svn-id: svn://10.0.0.236/trunk@167165 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-01 17:33:05 +00:00
brendan%mozilla.org
d5179325c1 - Fix GetNamespace to conform to the NOTE in ECMA-357 13.3.5.4 Step 4(a).
- Fix XMLToXMLString bug where ancdecls was not updated with a weak ref append
  when a namespace strong ref was appended to decls.  In ECMA-357, ancdecls is
  written out as (AncestorNamespaces U namespaceDeclarations), but here where
  ancestorNSes and decls are unioned early into ancdecls, we need to update
  the unioned set whenever decls is updated.

- Fix ECMA-357 glitch (suboptimal, arguably not an erratum) in ToXMLString
  where XML that uses the default namespace only is converted via toXMLString
  into a string serialization that redeclares that namespace using generated
  prefixes, for every node in the tree.  This is verbose, inefficient, and
  unnecessary.  A trivial tweak to 10.2.1 Step 12(a), to let namespace.prefix
  be the empty string if x.[[Name]].[[Prefix]] is undefined, fixes the bug.

- Const-ipate JSXMLArray * parameters starting with XMLToXMLString's, to be
  sure no one appends a strong ref to a weak-ref-holding |in| parameter.


git-svn-id: svn://10.0.0.236/trunk@167162 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-01 17:27:41 +00:00
neil%parkwaycc.co.uk
b6cfbdda85 Bug 276100 GetOriginToView has unused PresContext argument p=bugmail@q1n.org r+sr=dbaron
git-svn-id: svn://10.0.0.236/trunk@167161 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-01 17:26:29 +00:00
gerv%gerv.net
3bf028a12c Bug 261671 - fix burning tinderbox. Oops. Patch by gerv; r=mozbot.
git-svn-id: svn://10.0.0.236/trunk@167160 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-01 17:20:56 +00:00
cbiesinger%web.de
e4e21fae55 undoing better bustage fix, since it breaks on windows
git-svn-id: svn://10.0.0.236/trunk@167159 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-01 16:48:41 +00:00
gerv%gerv.net
9462d0917e Bug 236613: change to MPL/LGPL/GPL tri-license.
git-svn-id: svn://10.0.0.236/trunk@167158 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-01 16:48:30 +00:00
cbiesinger%web.de
ed6b12d0fd better bustage fix
git-svn-id: svn://10.0.0.236/trunk@167157 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-01 16:31:29 +00:00
cbiesinger%web.de
e6ac63f79f fixing more win32 bustage
git-svn-id: svn://10.0.0.236/trunk@167156 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-01 16:24:52 +00:00
cbiesinger%web.de
efbd1577f1 next try
git-svn-id: svn://10.0.0.236/trunk@167155 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-01 16:17:26 +00:00
cbiesinger%web.de
8c3808ce69 another attempt at bustage fixing
git-svn-id: svn://10.0.0.236/trunk@167154 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-01 16:15:26 +00:00
cbiesinger%web.de
d555efaa6b trying to fix win32 bustage
git-svn-id: svn://10.0.0.236/trunk@167153 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-01 16:03:34 +00:00
gerv%gerv.net
7ecbd9f694 Bug 236613: change to MPL/LGPL/GPL tri-license. This was authorised by an email from David Ascher <DavidA@ActiveState.com>.
git-svn-id: svn://10.0.0.236/trunk@167152 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-01 15:34:06 +00:00
gerv%gerv.net
fc5744d0e0 Removing XPIPackager - licence is not compliant with the licensing policy. If you know of a good reason that this code needs to be in the mozilla.org CVS repository, please contact gerv@mozilla.org.
git-svn-id: svn://10.0.0.236/trunk@167151 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-01 15:29:24 +00:00
cbiesinger%web.de
ba52a948a7 Bug 242350 replace LL_INIT(0,-1) with LL_MAXUINT
patch by Zbigniew Braniecki <gandalf@firefox.pl> r=biesi sr=darin


git-svn-id: svn://10.0.0.236/trunk@167150 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-01 14:55:48 +00:00
gerv%gerv.net
8606b2d55d Bug 59351 - move all calls to sendmail to a central place. Patch by mkanat; r=gerv,vladd; a=justdave.
git-svn-id: svn://10.0.0.236/trunk@167149 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-01 13:47:56 +00:00
gerv%gerv.net
614e9affa9 Bug 163007 - remove accesskeys which conflict with browser accesskeys. Patch by gerv; r=justdave,vladd; a=justdave.
git-svn-id: svn://10.0.0.236/trunk@167148 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-01 12:54:18 +00:00
gerv%gerv.net
e0ceea89f8 Bug 267671 - updates to the Bugzilla Helper to make it clearer and easier to use, and to set expectations appropriately. Patch by gerv; r=myk, a=justdave.
git-svn-id: svn://10.0.0.236/trunk@167147 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-01 12:50:46 +00:00
gerv%gerv.net
90dac1f9a8 Bug 274419 - stop offering to forget a search which doesn't exist. Patch by gerv; r=justdave, vladd; a=justdave.
git-svn-id: svn://10.0.0.236/trunk@167146 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-01 12:27:47 +00:00
brendan%mozilla.org
8876e0283c Fix bogus assertion.
git-svn-id: svn://10.0.0.236/trunk@167145 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-01 05:45:55 +00:00
dbaron%dbaron.org
99ab6ba14b Happy New Year.
git-svn-id: svn://10.0.0.236/trunk@167144 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-01 05:01:51 +00:00
timeless%mozdev.org
4cf4fb233b More fallout from Bug 237745. ports only build bustage
git-svn-id: svn://10.0.0.236/trunk@167142 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-31 20:00:16 +00:00
bugzilla%arlen.demon.co.uk
98d0bbb840 Bug 276617 Cookie Exceptions cannot prompt for Invalid Hostname
p=me r=mconnor


git-svn-id: svn://10.0.0.236/trunk@167141 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-31 18:43:08 +00:00
mvl%exedo.nl
5e87a52c61 don't update lastmodified when setting icalComponent, when cloning or when setting parent
bug 276522, r=shaver


git-svn-id: svn://10.0.0.236/trunk@167140 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-31 15:36:10 +00:00
jocuri%softhome.net
c252f5d162 Patch for bug 275631: Only the first column (not all) should have excess CSS padding-left; patch by byron jones (glob) <bugzilla@glob.com.au>, r=gerv, r=vladd, a=justdave.
git-svn-id: svn://10.0.0.236/trunk@167139 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-31 10:56:20 +00:00
jocuri%softhome.net
bd4425469a Patch for bug 276283: Users should be able to cancel their own flag requests; patch by me, r=LpSolit (Frederic), a=justdave.
git-svn-id: svn://10.0.0.236/trunk@167138 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-31 10:45:57 +00:00
jocuri%softhome.net
2dcf3f5c9e Patch for bug 272322: add a delete link to the editcomponents edit component page; patch by GavinS <bugzilla@chimpychompy.org>, r=justdave, r=wurblzap, a=justdave.
git-svn-id: svn://10.0.0.236/trunk@167137 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-31 10:42:27 +00:00
brendan%mozilla.org
55936ec9d1 Preserve TCF_HAS_DEFXMLNS out of FunctionBody; don't turn comments and cdata into text when folding; disable JSOP_XMLOBJECT optimization for now (246441).
git-svn-id: svn://10.0.0.236/trunk@167136 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-31 09:00:41 +00:00
brendan%mozilla.org
5d823f792e Cope with > 65535 local root stack items (246441 fallout).
git-svn-id: svn://10.0.0.236/trunk@167135 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-31 08:39:04 +00:00
brendan%mozilla.org
efe8514031 Refine last checkin's change to GetNamespace in light of Erratum (246441).
git-svn-id: svn://10.0.0.236/trunk@167134 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-31 08:30:01 +00:00
jocuri%softhome.net
38eb1547ee Patch for bug 274710: Align correctly buglist CSS column classes for edit-multiple; patch by Marc Schumann <wurblzap@gmail.com>, r=vladd, a=justdave.
git-svn-id: svn://10.0.0.236/trunk@167133 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-31 08:09:14 +00:00
jocuri%softhome.net
378b821e00 Patch for bug 275788: Provide a line of code that defines legal query formats for other scripts to use; patch by Colin S. Ogilvie <colin.ogilvie@gmail.com>, r=vladd, a=justdave.
git-svn-id: svn://10.0.0.236/trunk@167132 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-31 08:01:17 +00:00
jocuri%softhome.net
4a13f4b7a6 Patch for bug 275523: Replace INNER JOIN in flag searches with LEFT JOIN; patch by me, r=joel, a=justdave.
git-svn-id: svn://10.0.0.236/trunk@167131 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-31 07:52:59 +00:00
jake%bugzilla.org
53d6a97c66 Bug 275019 - The query page no longer selects the defaults when the only options passed via the URL are for the boolean charts.
r=mkanat, a=justdave


git-svn-id: svn://10.0.0.236/trunk@167129 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-31 07:00:03 +00:00
brendan%mozilla.org
98899e99fb Default namespace and off-by-1 GeneratePrefix fixes (246441).
git-svn-id: svn://10.0.0.236/trunk@167128 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-31 05:27:50 +00:00
ginn.chen%sun.com
660ecc3321 Bug 143996 in caret browsing, home/end must go to start/end of line
r=brade sr=neil.parkwaycc.co.uk


git-svn-id: svn://10.0.0.236/trunk@167127 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-31 03:12:17 +00:00
cbiesinger%web.de
7ef302fd81 fixing mathml bustage from bug 270708
git-svn-id: svn://10.0.0.236/trunk@167126 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-31 03:00:21 +00:00
igor%mir2.org
1425220898 Removal of deprecated features including WrapHandler
git-svn-id: svn://10.0.0.236/trunk@167125 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-31 01:27:00 +00:00
bugzilla%arlen.demon.co.uk
e4daffa10a Bug 270708 remove nsPresContext variable from AttributeChanged and cleaned up comment in nsIFrame.h
p=bugmail@q1n.org r=pkwarren sr=bzbarsky


git-svn-id: svn://10.0.0.236/trunk@167124 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-31 01:13:27 +00:00
bugzilla%arlen.demon.co.uk
ec5d09357e Bug 113580 switch uses of getAttribute to hasAttributeValue whenever possible
p=bugmail@q1n.org r=dbaron sr=bzbarsky


git-svn-id: svn://10.0.0.236/trunk@167123 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-31 00:41:58 +00:00
igor%mir2.org
d4a246c42e Deprecated classes that are kept only for compatiblity is moved to a separated source tree to simplify their removal if necessary from compilation scope
git-svn-id: svn://10.0.0.236/trunk@167122 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-31 00:02:46 +00:00
igor%mir2.org
d09ac44cdf Fixing JavaDoc for @deprecated methods to make documentation to look less ugly
git-svn-id: svn://10.0.0.236/trunk@167121 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-31 00:00:44 +00:00
rbs%maths.uq.edu.au
e72299096f Check the visibilty before painting the fraction line and the radical bar, b=275823, r+sr=roc
git-svn-id: svn://10.0.0.236/trunk@167120 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-30 22:49:23 +00:00
silver%warwickcompsoc.co.uk
783a2a0d2e Bug 240114 - Add parameters to aliases.
ChatZilla only.
r=silver@warwickcompsoc.co.uk
p=gk1987@gmail.com (Gijs Kruitbosch)


git-svn-id: svn://10.0.0.236/trunk@167119 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-30 22:34:01 +00:00
cbiesinger%web.de
729a4545e1 Bug 250493 make nsHTMLFramesetFrame::Init check for failure
patch by Zbigniew Braniecki <gandalf@firefox.pl> r+sr=bz


git-svn-id: svn://10.0.0.236/trunk@167118 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-30 22:05:22 +00:00
cbiesinger%web.de
a8dbace73d 38447 layout,content,dom and xpwidget part: Implement Handling of URI Values on
CSS "cursor" Properties
for dom,layout,content: r+sr=bz
for widget: r+sr=roc


git-svn-id: svn://10.0.0.236/trunk@167117 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-30 21:56:11 +00:00
silver%warwickcompsoc.co.uk
79bd678ae2 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


git-svn-id: svn://10.0.0.236/trunk@167116 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-30 21:15:06 +00:00
silver%warwickcompsoc.co.uk
8229d4500d 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


git-svn-id: svn://10.0.0.236/trunk@167115 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-30 21:10:07 +00:00
psychoticwolf%carolina.rr.com
d99840a50a Bug 276250, Update 1.0 missing cache-control headers. P=Me.
git-svn-id: svn://10.0.0.236/trunk@167113 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-30 19:49:23 +00:00
psychoticwolf%carolina.rr.com
e4a3c62a66 Bug 275905, Editor able to create admin account. Patch By Jens Bannmann, r=Wolf
git-svn-id: svn://10.0.0.236/trunk@167112 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-30 19:47:28 +00:00
psychoticwolf%carolina.rr.com
96f06f0608 Bug 275904, Bug 275904, Deleteing user blows away all user flags. Patch By Chris Thomas, r=Wolf
git-svn-id: svn://10.0.0.236/trunk@167110 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-30 19:45:16 +00:00
psychoticwolf%carolina.rr.com
9f61fcbeb3 Bug 276423, VersionCheck does not exclude items. Patch by alanjstr, r=Wolf
git-svn-id: svn://10.0.0.236/trunk@167109 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-30 19:40:37 +00:00
darin%meer.net
e8c0ede516 fixes bug 268483 "Suppress synthesized STATE_TRANSFERRING for untargeted channels" r=biesi sr=bzbarsky
git-svn-id: svn://10.0.0.236/trunk@167108 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-30 18:13:45 +00:00
brendan%mozilla.org
8f105e9b3c Propagate TCF_HAS_DEFXMLNS from parser to constant folder; call js_Mark from xml_mark (246441, r=shaver).
git-svn-id: svn://10.0.0.236/trunk@167107 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-30 17:44:41 +00:00
igor%mir2.org
f478ac4b83 Context.toType is deprecated in favor of Context.jsToJava which throws EvaluatorException, not IllegalArgumentException.
In this way when native code implementing host objects calls Context.jsToJava the exception can be caught in JS and processed in in the same way as exceptions resulting from bad calls to LiveConnect Java objects.


git-svn-id: svn://10.0.0.236/trunk@167106 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-30 15:28:29 +00:00
bugzilla%arlen.demon.co.uk
0e9e5d2bae Relanding portion of patch that fixes bug 261083 "Channels do not uniformly query their notification callbacks" that was lost after the aviary branch landing - previously reviewed by r=biesi sr=bzbarsky
git-svn-id: svn://10.0.0.236/trunk@167104 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-30 11:44:47 +00:00
smfr%smfr.org
e31293fd5b Tweak the top pixel gap on the bookmarks toolbar back to 2px from 3px.
git-svn-id: svn://10.0.0.236/trunk@167101 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-30 04:04:02 +00:00
mattwillis%gmail.com
5f8a2c3b26 bug 272732
fixes window title regression
r=pavlov@pavlov.net


git-svn-id: svn://10.0.0.236/trunk@167099 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-29 21:58:04 +00:00
mattwillis%gmail.com
77c81e9d3b bug 272732
more work on new/edit event dialog.
more of the todo/task controls are wired in and working.
r=pavlov@pavlov.net


git-svn-id: svn://10.0.0.236/trunk@167098 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-29 20:35:38 +00:00
neil%parkwaycc.co.uk
1cd59e386e Bug 276246 Improve on the fix for bug 242991 in bug 44494 r+sr=bienvenu
git-svn-id: svn://10.0.0.236/trunk@167097 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-29 20:20:23 +00:00
joshmoz%gmail.com
8c033d252e dragging webloc to tab widget "downloads" webloc rather than opening URL. b=270123 sr=pinkerton
git-svn-id: svn://10.0.0.236/trunk@167096 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-29 20:12:45 +00:00
despotdaemon
02c7babdbd Pseudo-automatic update of changes made by ben@bengoodger.com.
git-svn-id: svn://10.0.0.236/trunk@167095 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-29 20:08:18 +00:00
joshmoz%gmail.com
6ea76894d8 Implement nsChildView::CancelIMEComposition() in cocoa widgets. b=272964
git-svn-id: svn://10.0.0.236/trunk@167093 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-29 18:27:46 +00:00
joshmoz%gmail.com
41c67f7580 clean out old bm drawer code, style fixups, no bug
git-svn-id: svn://10.0.0.236/trunk@167092 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-29 18:19:43 +00:00
smfr%smfr.org
89386980d1 More experimentation with plevent handling for Camino (only affects cocoa toolkit), replacing the CFRunLoop patch with the CFMessagePort patch for performance comparison.
git-svn-id: svn://10.0.0.236/trunk@167091 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-29 16:40:41 +00:00
peterv%propagandism.org
49e57dc889 Fix for bug 271209. r=sicking, sr=jst.
git-svn-id: svn://10.0.0.236/trunk@167090 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-29 15:30:57 +00:00
cbiesinger%web.de
edb966ddc3 Bug 276291 VersionCheck.php returning broken RDF for maxVersion checks
patch by alanjstr <Bugzilla-alanjstrBugs@sneakemail.com>


git-svn-id: svn://10.0.0.236/trunk@167089 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-29 14:15:56 +00:00
smfr%smfr.org
c77cb30c5d Checking in CFRunLoop patch in bug 271050 to test pageload performance in Camino. r=pinkerton
git-svn-id: svn://10.0.0.236/trunk@167088 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-29 06:07:31 +00:00
smfr%smfr.org
adc39ba916 Tweak tab item drag feedback.
git-svn-id: svn://10.0.0.236/trunk@167087 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-29 06:04:43 +00:00
timeless%mozdev.org
107137b98f giving up
git-svn-id: svn://10.0.0.236/trunk@167086 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-29 05:35:25 +00:00
smfr%smfr.org
9a1245bed7 Fix bug 243411 - painting problems on bookmarks toolbar when moving items around, because we would only call [setNeedsDisplay] when changing the bar height.
Also clarified added a [bookmarkChanged:] method to BookmarkButton, rather than overloading [setBookmarkItem:]. This allows us to be more selective about reflowing the bookmarks toolbar (i.e. not when just an icon changes).


git-svn-id: svn://10.0.0.236/trunk@167085 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-29 05:18:40 +00:00
timeless%mozdev.org
922842a0bb Bug 272046 Pass OS to web service
patch by Bugzilla-alanjstrBugs@sneakemail.com r=bsmedberg


git-svn-id: svn://10.0.0.236/trunk@167084 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-29 04:58:50 +00:00
smfr%smfr.org
60170902aa Fix bug 168791: add another pixel of padding at the top and bottom of the bookmarks toolbar, and fix a bug where there was no space after the first item on each line of the toolbar after the first.
git-svn-id: svn://10.0.0.236/trunk@167082 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-29 04:33:39 +00:00
timeless%mozdev.org
1ab0801128 backing bug 272046 out since it caused tinderbox to go orange
git-svn-id: svn://10.0.0.236/trunk@167081 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-29 04:24:42 +00:00
brendan%mozilla.org
ea4fc61205 Add JS_GetMethod to the JS API, to cope with E4X's breaking the var f=o.m;f.apply(o,arguments)===o.m() invariant; qualify bogus assert in jsemit.c to make it righteous; use JS_GetMethod from nsXPCWrappedJSClass::CallMethod (246441, r=me).
git-svn-id: svn://10.0.0.236/trunk@167080 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-29 03:34:26 +00:00
timeless%mozdev.org
40c2346156 Bug 181273 "Set As Wallpaper" should not save in windows directory
patch by mailto:torisugari@gmail.com r=dean tessman sr=neil


git-svn-id: svn://10.0.0.236/trunk@167079 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-29 00:47:27 +00:00
timeless%mozdev.org
e35a7067a0 Bug 276148 warning: unused variable `CStartToken*theStartToken' in nsHTMLTokenizer::ConsumeStartTag
patch by cst@andrew.cmu.edu r=mrbkap sr=peterv


git-svn-id: svn://10.0.0.236/trunk@167078 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-29 00:34:49 +00:00
timeless%mozdev.org
1de4008976 Bug 276060 security info icon should use oncommand instead of onclick
patch by cst@andrew.cmu.edu r=aaronl sr=neil


git-svn-id: svn://10.0.0.236/trunk@167077 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-29 00:31:58 +00:00
timeless%mozdev.org
2d0ede5fd8 Bug 272046 Pass OS to web service
patch by Bugzilla-alanjstrBugs@sneakemail.com r=bsmedberg


git-svn-id: svn://10.0.0.236/trunk@167076 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-29 00:00:13 +00:00
jocuri%softhome.net
a092ade97c Patch for bug 272472: attachment.cgi shouldn't clobber windows.onload; patch by Christian Reis <kiko@async.com.br>, r=wurblzap, a=justdave.
git-svn-id: svn://10.0.0.236/trunk@167075 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-28 23:50:57 +00:00
jocuri%softhome.net
5bfe8e1ef9 Patch for bug 232328: Update CSS file in order to fix the display of columns in stagger headers mode using Internet Explorer; patch by Frédéric Buclin <LpSolit@netscape.net>, r=myk, r=glob, a=justdave.
git-svn-id: svn://10.0.0.236/trunk@167074 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-28 23:45:39 +00:00
jocuri%softhome.net
490e0c4ac6 Patch for bug 273339: Make attachment.cgi consistent with its activity log timestamps; patch by GavinS <bugzilla@chimpychompy.org>, r=vladd, a=justdave.
git-svn-id: svn://10.0.0.236/trunk@167073 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-28 23:39:05 +00:00
jocuri%softhome.net
553a7c9e9b Documentation patch for bug 274220: Provide additional documentation about creating custom templates; patch by Shane H. W. Travis <travis@sedsystems.ca>, r=vladd.
git-svn-id: svn://10.0.0.236/trunk@167071 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-28 21:51:59 +00:00
darin%meer.net
39da026fe1 landing initial patch for xforms:upload (bug 275453) r=smaug
git-svn-id: svn://10.0.0.236/trunk@167070 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-28 21:37:23 +00:00
pkw%us.ibm.com
a344645410 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


git-svn-id: svn://10.0.0.236/trunk@167069 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-28 21:16:23 +00:00
dbaron%dbaron.org
832c08b7be Fix typo pointed out by Alexander L. Slovesnik <als@mozilla.ru>. b=187007
git-svn-id: svn://10.0.0.236/trunk@167068 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-28 21:15:12 +00:00
mkaply%us.ibm.com
bd6e92aecf OS/2 only updates for CSS3 cursor support
git-svn-id: svn://10.0.0.236/trunk@167067 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-28 21:05:27 +00:00
pinkerton%aol.net
008d671e1d remove build dir on distclean (bug 272250)
git-svn-id: svn://10.0.0.236/trunk@167066 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-28 19:17:01 +00:00
brendan%mozilla.org
03296417f1 Fix old tagify (html string helper) dependent string bug (276103, r=shaver).
git-svn-id: svn://10.0.0.236/trunk@167065 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-28 17:08:32 +00:00
brendan%mozilla.org
edf6360522 Turned back on HTML helpers, they are implemented by other browsers, and people use them (276030, r=self).
git-svn-id: svn://10.0.0.236/trunk@167064 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-28 16:43:51 +00:00
mattwillis%gmail.com
ecb518f964 bug 271731
new winstripe icon.png from Mark Carson
r=mattwillis


git-svn-id: svn://10.0.0.236/trunk@167063 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-28 16:02:12 +00:00
gerv%gerv.net
ca3ba10ba8 Add Javascript to disable the submit button until all required form fields have been filled in.
git-svn-id: svn://10.0.0.236/trunk@167062 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-28 15:19:32 +00:00
gerv%gerv.net
bcf2563f9b Initial checkin of 'Hendrix' - mozilla.org web-to-news feedback system.
git-svn-id: svn://10.0.0.236/trunk@167061 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-28 15:00:27 +00:00
cbiesinger%web.de
0886bf4bb1 Bug 183632 Improve error dialog from Address Selection for card without email address
r=neil sr=bienvenu patch by Mark Banner <mark@standard8.demon.co.uk>


git-svn-id: svn://10.0.0.236/trunk@167060 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-28 14:20:43 +00:00
cbiesinger%web.de
cccb00e2c1 Bug 274281 [BeOS] BeOS lets events stay in port through the 'restarts' in LaunchChild causing crashes on faulty events.
patch by tqh <thesuckiestemail@yahoo.se> r=sergei_d sr=shaver (for the xpcom/ part)


git-svn-id: svn://10.0.0.236/trunk@167059 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-28 13:56:17 +00:00
cbiesinger%web.de
c9b415a585 263671 make nsStyleUserInterface::CalcDifference return correct style hints if
more than one property differs. also handle dynamic cursor changes correctly.
r+sr=bz


git-svn-id: svn://10.0.0.236/trunk@167058 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-28 13:48:25 +00:00
cbiesinger%web.de
ae3da881de Bug 275673 embedding/browser/cocoa should not use nsIPref
r=pinkerton


git-svn-id: svn://10.0.0.236/trunk@167057 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-27 22:24:14 +00:00
dmose%mozilla.org
a907b469d9 Checkpointing caldav test work; not part of build.
git-svn-id: svn://10.0.0.236/trunk@167055 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-27 20:25:51 +00:00
dmose%mozilla.org
278a07eae8 Fixed to match calshell overhaul; tests should also work with any provider now, not just caldav.
git-svn-id: svn://10.0.0.236/trunk@167054 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-27 20:24:30 +00:00
dmose%mozilla.org
c087e1ec16 General calshell overhaul and cleanup; not part of the build.
git-svn-id: svn://10.0.0.236/trunk@167053 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-27 20:22:41 +00:00
dmose%mozilla.org
f376bfefa9 Various cleanups, and fix to work from the cygwin shell
git-svn-id: svn://10.0.0.236/trunk@167052 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-27 20:21:54 +00:00
dmose%mozilla.org
f26d50ac7c Fix to work when run from the cygwin shell. Not part of the build.
git-svn-id: svn://10.0.0.236/trunk@167051 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-27 20:21:12 +00:00
dmose%mozilla.org
9ad45b0d91 Removed old tests; new copies now exist in mozilla/calendar/test. Not part of the build.
git-svn-id: svn://10.0.0.236/trunk@167050 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-27 19:58:43 +00:00
bmlk%gmx.de
bcce3c4556 improve directory selection for beos bug 267219 p=Niels.Reedijk@gmail.com r=thesuckiestemail r=sergei_d
git-svn-id: svn://10.0.0.236/trunk@167049 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-27 18:51:18 +00:00
gerv%gerv.net
94e2440963 iBug 236613: change to MPL/LGPL/GPL tri-license.
git-svn-id: svn://10.0.0.236/trunk@167048 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-27 18:45:32 +00:00
bmlk%gmx.de
d5cb7cf961 style lookup correction for border collapse computation under rtl conditions, bug 267420 r=fantasai sr=dbaron
git-svn-id: svn://10.0.0.236/trunk@167047 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-27 18:43:55 +00:00
pedemont%us.ibm.com
a8dc6429ac Forgot null check for checkin of bug 257546
git-svn-id: svn://10.0.0.236/trunk@167046 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-27 16:09:59 +00:00
bmlk%gmx.de
adcb976e59 remove unused prescontext from PlaceFrameView, PlaceChildsView, ConsiderChildOverflow bug 276092 r/sr=dbaron
git-svn-id: svn://10.0.0.236/trunk@167045 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-27 15:05:18 +00:00
peterv%propagandism.org
d2ec99ff28 Fix for bug 274775 (Expat accepts invalid namespaces). r/sr=jst
git-svn-id: svn://10.0.0.236/trunk@167044 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-27 11:47:18 +00:00
bmlk%gmx.de
3a86754d8d document.implementation.hasFeature('XHTML', '2.0') should return true, bug 255610, p=Vidar Braut Haarr <bugmail@q1n.org>, r=bzbarsky, sr=jst
git-svn-id: svn://10.0.0.236/trunk@167043 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-27 11:31:49 +00:00
jocuri%softhome.net
226c4dd9f2 Patch for bug 274650: checksetup flag fixup code shouldn't output text when all is ok and the silent mode is on; patch by Marc Schumann <wurblzap@gmail.com>, r=jake, a=justdave.
git-svn-id: svn://10.0.0.236/trunk@167042 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-27 10:18:18 +00:00
jocuri%softhome.net
5a9055e634 Patch for bug 275939: Classification templates use wrong filtering in URLs; patch by GavinS <bugzilla@chimpychompy.org>, r=vladd, a=justdave.
git-svn-id: svn://10.0.0.236/trunk@167041 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-27 09:58:29 +00:00
brendan%mozilla.org
d71b7d7b9e Whitespace cleanup (diff -w shows no changes).
git-svn-id: svn://10.0.0.236/trunk@167040 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-27 03:23:01 +00:00
timeless%mozdev.org
17c54d26f1 Bug 209097 Default mailto form subject should be localizable
patch by cst@andrew.cmu.edu r=roc sr=roc


git-svn-id: svn://10.0.0.236/trunk@167039 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-26 23:29:58 +00:00
brendan%mozilla.org
58172f4ce0 Reject non-strings in GlobalScopePolluterNewResolve to cope with E4X changes (275912).
git-svn-id: svn://10.0.0.236/trunk@167038 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-26 22:48:39 +00:00
bmlk%gmx.de
e547c59f49 remove unused prescontext argument from GetOffsetFromView bug 276015 r/sr=dbaron
git-svn-id: svn://10.0.0.236/trunk@167037 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-26 19:48:54 +00:00
steffen.wilberg%web.de
da4c5f8fa8 Bug 276008: fix Help Viewer bustage by removing the unused const XML. rs=Neil
git-svn-id: svn://10.0.0.236/trunk@167034 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-26 18:23:41 +00:00
jshin%mailaps.org
fe799696f2 bug 199237 : non-textual docs(image/media) opened in a new tab have url-escaped name in title: checking in what's missed in the previous check-in (a year and half ago) (one-liner)
git-svn-id: svn://10.0.0.236/trunk@167033 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-26 16:59:02 +00:00
jocuri%softhome.net
7eae80b9a3 Patch for bug 274392: Preserve search name when clicking Edit from Saves Searches in user prefs; patch by Rob Siklos <robzilla@siklos.ca>, r=glob, a=justdave.
git-svn-id: svn://10.0.0.236/trunk@167031 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-25 19:36:11 +00:00
jocuri%softhome.net
9ca6784eb7 Patch for bug 273665: Viewing 'My Votes' page should not crash due to lack of SQL table locking; patch by GavinS <bugzilla@chimpychompy.org>, r=vladd, a=justdave.
git-svn-id: svn://10.0.0.236/trunk@167030 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-25 19:24:32 +00:00
jocuri%softhome.net
2d7d652b33 Patch for bug 264160: Make all default groups inherit the admin group on a new install; patch by Marc Schumann <wurblzap@gmail.com>, r=mkanat, r=travis, a=justdave.
git-svn-id: svn://10.0.0.236/trunk@167029 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-25 19:17:56 +00:00
mrbkap%gmail.com
b04b815dc7 bug 275288: remove obsolete CRC calculations. r+sr=roc
git-svn-id: svn://10.0.0.236/trunk@167028 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-25 04:44:02 +00:00
bugzilla%arlen.demon.co.uk
cc1573fa21 Bug 273466 Can't drag favicon from url bar into bookmark sidebar to create bookmark
p=jag/me r=bsmedberg


git-svn-id: svn://10.0.0.236/trunk@167027 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-24 23:49:26 +00:00
dbaron%dbaron.org
bdd42a3253 Restore old code that prevents printing or previewing XUL documents, since it still doesn't work. b=240490 r+sr=roc
git-svn-id: svn://10.0.0.236/trunk@167026 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-24 22:27:57 +00:00
cltbld
2422f4e661 Add MOZ_PACKAGE_MSI default environment setting (off) to tinder-defaults
file. (cmp)


git-svn-id: svn://10.0.0.236/trunk@167025 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-24 21:02:21 +00:00
cltbld
51756145ec Store MSI files in the staging directory. Avoid building the MSI file
when we call the packaging process again for the XPIs. (cmp)


git-svn-id: svn://10.0.0.236/trunk@167024 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-24 20:36:40 +00:00
cltbld
40a748a161 Change PACKAGE_MSI variable name to MOZ_PACKAGE_MSI. (cmp)
git-svn-id: svn://10.0.0.236/trunk@167023 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-24 19:49:30 +00:00
cltbld
e8f7870e8f First change into correct directory for MSI files, then call the make-msi.pl
in the current working directory. (cmp)


git-svn-id: svn://10.0.0.236/trunk@167022 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-24 17:37:35 +00:00
jshin%mailaps.org
e59fcd2f7d bug 275080 : cannot print (javascript : window) with a printer with non-Latin1 characters in its name : patch by masayuki (r=jshin, sr=bzbarsky)
git-svn-id: svn://10.0.0.236/trunk@167021 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-24 17:36:51 +00:00
tor%cs.brown.edu
6d77b6d0c8 Bug 261800 - getBBox for non-text elements. r=scooter
git-svn-id: svn://10.0.0.236/trunk@167020 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-24 16:26:10 +00:00
peterv%propagandism.org
f13e4fbfeb Correct function signature to fix Solaris bustage.
git-svn-id: svn://10.0.0.236/trunk@167019 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-24 15:34:52 +00:00
jake%bugzilla.org
ac30efc907 Bug 261821 - Bugzilla now properly calls 'finish' on the DBI handle in CanSeeBug()
Patch by GavinS <bugzilla@chimpychompy.org>
r=joel, a=justdave


git-svn-id: svn://10.0.0.236/trunk@167018 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-24 09:56:30 +00:00
bugzilla%arlen.demon.co.uk
b811205923 Follow-up to Bug 7840 Ability to specify default directory for downloads - Missing ... fix v0.1
p=me/mozilla@Weilbacher.org r/sr=neil.parkwaycc.co.uk


git-svn-id: svn://10.0.0.236/trunk@167017 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-24 08:57:37 +00:00
psychoticwolf%carolina.rr.com
c1939d4da5 Fix Bustage with InstallTrigger on moreinfo pages.
git-svn-id: svn://10.0.0.236/trunk@167015 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-24 08:13:41 +00:00
bmlk%gmx.de
f62f7441c8 dont take colgroup pseudoframes into account when creating row- or rowgroup pseudo frames bug 267725 p=basic@mozillanews.org r=bernd sr=bzbarsky
git-svn-id: svn://10.0.0.236/trunk@167014 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-24 07:35:33 +00:00
joshmoz%gmail.com
19e90a919a Minor tweaks to nib files, helps Aqua HIG compliance. Nothing major.
git-svn-id: svn://10.0.0.236/trunk@167013 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-24 07:23:52 +00:00
nelsonb%netscape.com
862ad14e78 Initialize 4 variables. Plug UMR reports. Bug 263691. r=wtchang
git-svn-id: svn://10.0.0.236/trunk@167012 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-24 07:13:35 +00:00
cltbld
be6006b86a Small fixes to increase verbosity. Change staging directory to
dist/install. (cmp)


git-svn-id: svn://10.0.0.236/trunk@167011 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-24 05:24:48 +00:00
cltbld
1fbd2aa04b Add MSI installer filename to installer configuration settings. (cmp)
git-svn-id: svn://10.0.0.236/trunk@167010 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-24 04:29:49 +00:00
psychoticwolf%carolina.rr.com
80397688a2 Add content to contact page.
git-svn-id: svn://10.0.0.236/trunk@167009 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-24 03:41:31 +00:00
dmose%mozilla.org
beac48c42a Moving test subdirectory from mozilla/calendar/base/test to mozilla/calendar/test; rearranging structure for use with jsDriver.pl. Not part of the build.
git-svn-id: svn://10.0.0.236/trunk@167008 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-24 02:02:11 +00:00
dmose%mozilla.org
7535247bdc Minor tweaks; not part of the build.
git-svn-id: svn://10.0.0.236/trunk@167007 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-24 01:48:54 +00:00
brendan%mozilla.org
3677e7a705 Propagate a flag induced by JSOPTION_XML into script and context version fields, for proper run- and compile-time consistency (275742, r=shaver).
git-svn-id: svn://10.0.0.236/trunk@167006 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-24 00:03:59 +00:00
nelsonb%netscape.com
7a939cc73e Add end of list marker to SECErrorCodes enum in secerr.h.
Bug  273611, r=Saul.edwards


git-svn-id: svn://10.0.0.236/trunk@167005 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-23 23:42:25 +00:00
psychoticwolf%carolina.rr.com
41137ec479 Moreinfo Page Previews Link isnt Obvious, Bug 275158
git-svn-id: svn://10.0.0.236/trunk@167004 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-23 22:58:15 +00:00
mats.palmgren%bredband.net
8941ea78e7 Enable 'text-align' values that were derived from HTML align for tables again in Standards mode. b=273857 r=bernd sr=dbaron
git-svn-id: svn://10.0.0.236/trunk@167003 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-23 22:02:54 +00:00
cltbld
78b828c19f Call make-msi.pl script during make. Won't be used unless PACKAGE_MSI
environment variable is set to 1. (cmp)


git-svn-id: svn://10.0.0.236/trunk@167002 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-23 21:35:01 +00:00
cltbld
a4476111e8 Use a PACKAGE_MSI environment variable to control whether or not the script
continues execution.  If this is not set to 1, the script will exit without
attempting to create the MSI.


git-svn-id: svn://10.0.0.236/trunk@167001 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-23 21:29:41 +00:00
neil%parkwaycc.co.uk
5b2835540e Switch flag notifications to work on a message instead of a generic parameter b=226270 r+sr=bienvenu
git-svn-id: svn://10.0.0.236/trunk@167000 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-23 21:08:20 +00:00
cltbld
f63e61fd35 Commit a first pass at generating Windows Installers using MakeMSI. (cmp)
git-svn-id: svn://10.0.0.236/trunk@166999 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-23 21:03:34 +00:00
pedemont%us.ibm.com
ecc67d280a Better assert msg
git-svn-id: svn://10.0.0.236/trunk@166998 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-23 20:56:30 +00:00
silver%warwickcompsoc.co.uk
75015d5b98 Bug 172094 - Add a preference for browser-focus code.
ChatZilla only.
r=samuel@sieb.net


git-svn-id: svn://10.0.0.236/trunk@166997 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-23 20:54:21 +00:00
pedemont%us.ibm.com
cf53474d2b Use ExceptionCheck, since we don't need the actual exception
git-svn-id: svn://10.0.0.236/trunk@166996 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-23 20:51:36 +00:00
psychoticwolf%carolina.rr.com
c78e4a0486 Fixes for Categories System
git-svn-id: svn://10.0.0.236/trunk@166995 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-23 20:44:30 +00:00
dmose%mozilla.org
587a2ed828 Updated to work with servers following the latest draft spec; added a few comments. Not part of the build.
git-svn-id: svn://10.0.0.236/trunk@166994 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-23 20:40:25 +00:00
pavlov%pavlov.net
2651331969 Merging the event and todo dialogs
git-svn-id: svn://10.0.0.236/trunk@166993 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-23 19:34:50 +00:00
joshmoz%gmail.com
28e46e0ab3 decode local file URLs before suggesting them in save panel. b=166694 sr=pinkerton
git-svn-id: svn://10.0.0.236/trunk@166992 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-23 18:22:42 +00:00
psychoticwolf%carolina.rr.com
d0e74a53a6 Fix RSS icon which decided to take flight.
git-svn-id: svn://10.0.0.236/trunk@166991 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-23 18:17:34 +00:00
joshmoz%gmail.com
7127a0c7ba add some file extensions to our bundle's "I can handle that!" list. b=271936 sr=pinkerton
git-svn-id: svn://10.0.0.236/trunk@166990 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-23 18:14:29 +00:00
psychoticwolf%carolina.rr.com
534eb04652 Extensions should be above themes on index. Bug 275829.
git-svn-id: svn://10.0.0.236/trunk@166989 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-23 18:10:37 +00:00
joshmoz%gmail.com
4f9235a5fd explicitly open home page when selecting Go->Home so as to override "load home page in new windows" pref. b=188893 sr=pinkerton
git-svn-id: svn://10.0.0.236/trunk@166988 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-23 18:04:27 +00:00
joshmoz%gmail.com
69872ff3e5 correct caret behavior during IME input. This patch also apparently fixes bug 264515. b=232406 sr=pinkerton
git-svn-id: svn://10.0.0.236/trunk@166987 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-23 17:59:53 +00:00
pedemont%us.ibm.com
a4452555fd Bug 270889 - Various minor code and comment fixes.
git-svn-id: svn://10.0.0.236/trunk@166986 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-23 17:31:59 +00:00
pedemont%us.ibm.com
9cbc06758a Bug 270889 - Various minor code and comment fixes.
git-svn-id: svn://10.0.0.236/trunk@166985 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-23 17:09:54 +00:00
aaronleventhal%moonset.net
13e0576ad8 Bug 255855. Fix unselected radio button in helper app dialog. r=mconnor
git-svn-id: svn://10.0.0.236/trunk@166984 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-23 15:44:36 +00:00
jake%bugzilla.org
a0a44f13e7 Bug 274397 - Editing a saved search should now work even after clicking "Show List" from a bug.
Patch by Colin S. Ogilvie <colin.ogilvie@gmail.com>
r=wurblzap, a=justdave


git-svn-id: svn://10.0.0.236/trunk@166982 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-23 09:54:18 +00:00
neil%parkwaycc.co.uk
424379b9d0 Switch biff notifications from flags to ints so that only messages have flag notifications b=226270 r+sr=bienvenu
git-svn-id: svn://10.0.0.236/trunk@166981 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-23 09:07:14 +00:00
Stefan.Borggraefe%gmx.de
9665e875be Bug 263312: Print dialog should use file checkbox instead of radio buttons
p=Peter Weilbacher, r=jag, sr=neil


git-svn-id: svn://10.0.0.236/trunk@166980 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-23 08:00:26 +00:00
mattwillis%gmail.com
316950a90e bug 243494
more of the same
forgot this file


git-svn-id: svn://10.0.0.236/trunk@166977 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-23 02:28:17 +00:00
despotdaemon
9be97bb5e9 Pseudo-automatic update of changes made by dbaron@dbaron.org.
git-svn-id: svn://10.0.0.236/trunk@166975 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-23 02:22:28 +00:00
mattwillis%gmail.com
fe3bac2bb6 bug 243494
long event titles/locations/descriptions should break into multiple lines rather than crop
r=pavlov@pavlov.net


git-svn-id: svn://10.0.0.236/trunk@166974 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-23 02:04:24 +00:00
cltbld
a99d5f8d54 Automated update from host egg
git-svn-id: svn://10.0.0.236/trunk@166973 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-23 00:34:26 +00:00
mattwillis%gmail.com
397f5160c8 bug 249820
change alertDialog from window to dialog to remove last vestiges of dialogOverlay
r=mostafah


git-svn-id: svn://10.0.0.236/trunk@166972 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-23 00:26:47 +00:00
dbaron%dbaron.org
d758cb13e1 Fix bustage by working around shells that don't allow ! after &&. b=275674, 273336
git-svn-id: svn://10.0.0.236/trunk@166971 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-23 00:23:29 +00:00
brendan%mozilla.org
cd86fc3edd Turn off the old, funky, unused HTML string helpers (s.blink(), etc.); turn on E4X (246441, r=shaver).
git-svn-id: svn://10.0.0.236/trunk@166970 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-23 00:19:38 +00:00
pedemont%us.ibm.com
fe86eb6ed5 Convert to Unix line endings
git-svn-id: svn://10.0.0.236/trunk@166969 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-23 00:05:37 +00:00
mattwillis%gmail.com
f3f97efc9d Since we're combining eventDialog.* and toDoDialog.*, there is no longer a need to abstract this functionality out.
ok to remove without a bug = mostafah


git-svn-id: svn://10.0.0.236/trunk@166968 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-23 00:02:37 +00:00
scott%scott-macgregor.org
44234ba63a remove an unnecessary if check
git-svn-id: svn://10.0.0.236/trunk@166967 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-22 22:55:15 +00:00
pedemont%us.ibm.com
df8293ce3b Better comments.
git-svn-id: svn://10.0.0.236/trunk@166966 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-22 22:36:57 +00:00
pedemont%us.ibm.com
6f07d51df2 Rework XPCOMException
git-svn-id: svn://10.0.0.236/trunk@166965 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-22 22:03:50 +00:00
bienvenu%nventure.com
0fc24e7882 fix 274156 clear has attachment flag if user clicks on a message w/o attachments that we thought did have attachment because of mime content type of multipart/mixed, sr=mscott
git-svn-id: svn://10.0.0.236/trunk@166963 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-22 21:39:49 +00:00
mattwillis%gmail.com
09e6ab05fa bug 271731
adds icon.png and preview.png for winstripe theme
used by theme manager
r=mostafah


git-svn-id: svn://10.0.0.236/trunk@166962 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-22 21:28:10 +00:00
mattwillis%gmail.com
c7ff3a4df7 bug 275695
initial cut at reworking Sunbird's menus


git-svn-id: svn://10.0.0.236/trunk@166961 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-22 17:42:14 +00:00
dbaron%dbaron.org
3107d83171 Fix another typo that stephend noticed.
git-svn-id: svn://10.0.0.236/trunk@166960 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-22 16:57:03 +00:00
dbaron%dbaron.org
70572756f3 Fix runtime bustage involving some static build and/or --disable-xul situation by giving different classes different names. b=275119 r+sr=jst
git-svn-id: svn://10.0.0.236/trunk@166959 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-22 16:37:51 +00:00
mattwillis%gmail.com
df0da83493 bug 275404
fixes day view description placement
r=mattwillis


git-svn-id: svn://10.0.0.236/trunk@166958 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-22 16:25:41 +00:00
psychoticwolf%carolina.rr.com
406c9bec81 Fix Bug 275684, Non-empowered user can edit info on other items.
git-svn-id: svn://10.0.0.236/trunk@166957 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-22 16:14:05 +00:00
mattwillis%gmail.com
213d244ab3 bug 275059
move width of date/timepickers to css
r=mattwillis


git-svn-id: svn://10.0.0.236/trunk@166956 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-22 16:05:09 +00:00
mattwillis%gmail.com
302a709358 bug 261001
fixes missing leading slash in comment, and typo in css
also changes line endings from Mac to Unix
r=kmgerich via email


git-svn-id: svn://10.0.0.236/trunk@166955 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-22 15:42:38 +00:00
mattwillis%gmail.com
eb72319112 bug 274916
removes remnants of calendar and clock icons for date/timepickers
r=mostafah


git-svn-id: svn://10.0.0.236/trunk@166954 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-22 15:35:07 +00:00
mattwillis%gmail.com
1366ed2deb bug 271731
changes UID of Sunbird's default theme to same UID as FF and TB use
r=mostafah


git-svn-id: svn://10.0.0.236/trunk@166953 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-22 15:19:41 +00:00
psychoticwolf%carolina.rr.com
3c171f7add Bug 275682, Add Basic IP Banning Support to Comments/Ratings.
git-svn-id: svn://10.0.0.236/trunk@166952 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-22 15:16:09 +00:00
despotdaemon
e6e9a81d67 Pseudo-automatic update of changes made by mattwillis@gmail.com.
git-svn-id: svn://10.0.0.236/trunk@166950 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-22 13:47:28 +00:00
despotdaemon
16d4a30fc1 Pseudo-automatic update of changes made by knous@mozilla.org.
git-svn-id: svn://10.0.0.236/trunk@166949 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-22 13:29:59 +00:00
steffen.wilberg%web.de
712da8a3af fix comment about the name and location of nsHelperAppDlg.js.in.
git-svn-id: svn://10.0.0.236/trunk@166948 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-22 13:17:59 +00:00
steffen.wilberg%web.de
7f6a533282 This wasn't meant to be landed on trunk. Bug 244624 made the label property of menulists read-only, so I've used setAttribute() instead on my initial trunk checkin. Restoring that.
git-svn-id: svn://10.0.0.236/trunk@166946 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-22 12:32:34 +00:00
psychoticwolf%carolina.rr.com
0d47ed81bb Fix Bustage in Add Rating Formkey. Linkify Item Name/Version for usability.
git-svn-id: svn://10.0.0.236/trunk@166945 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-22 11:46:55 +00:00
steffen.wilberg%web.de
1cb15d3488 remove the unused nsHelperAppDlg.js because it is confused with nsHelperAppDlg.js.in all the time
git-svn-id: svn://10.0.0.236/trunk@166944 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-22 09:48:26 +00:00
psychoticwolf%carolina.rr.com
e32c20a971 Update Plugins Page for Adobe Reader 7 and Java 5.0 Update 1. Update site footer.
git-svn-id: svn://10.0.0.236/trunk@166943 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-22 09:43:13 +00:00
ginn.chen%sun.com
dc74f856e5 Bug 274685 [print]Mozilla can't print frame correctly
patch=leon.sha@sun.com r=roc sr=roc


git-svn-id: svn://10.0.0.236/trunk@166942 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-22 03:26:29 +00:00
dmose%mozilla.org
332ffdf6ee Backing myself out. mscott had already landed a different and more correct fix for this problem elsewhere in the tree.
git-svn-id: svn://10.0.0.236/trunk@166941 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-22 02:43:27 +00:00
dmose%mozilla.org
3d20036226 Fix startup issue with Thunderbird by landing a minor aviary-branch locale change to the trunk. r=mscott
git-svn-id: svn://10.0.0.236/trunk@166940 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-22 01:17:06 +00:00
dmose%mozilla.org
f549aca840 Fix minor thinkos turned up by mvl's sync script. r=shaver. Not part of the build.
git-svn-id: svn://10.0.0.236/trunk@166939 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-22 01:02:58 +00:00
despotdaemon
59fbbbe49d Pseudo-automatic update of changes made by justdave@bugzilla.org.
git-svn-id: svn://10.0.0.236/trunk@166938 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-22 00:53:02 +00:00
dbaron%dbaron.org
38b8fcfd2b untabify
git-svn-id: svn://10.0.0.236/trunk@166937 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-22 00:21:13 +00:00
wchang0222%aol.com
72f467b419 Bugzilla bug 267839: use $< and $@ in makefile rules where appropriate.
r=relyea.


git-svn-id: svn://10.0.0.236/trunk@166936 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-22 00:06:42 +00:00
scott%scott-macgregor.org
c51d09ff00 Port Bug #214035 from aviary 1.0 to the trunk.
The message for "Default SMTP will be used" needs change


git-svn-id: svn://10.0.0.236/trunk@166935 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-21 23:36:51 +00:00
pedemont%us.ibm.com
6fae50b95a Throw exception before freeing globals.
git-svn-id: svn://10.0.0.236/trunk@166934 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-21 23:35:02 +00:00
scott%scott-macgregor.org
faedb7b018 Bug #253807 --> Port from the aviary 1.0 branch.
I18N improvements for character set handling in RSS.


git-svn-id: svn://10.0.0.236/trunk@166933 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-21 23:28:40 +00:00
db48x%yahoo.com
aff74ada3d bug 259559: Get rid of warnings when content/svg is built
patch by Jonathan Watt <jonathan.watt@strath.ac.uk>, r=alex


git-svn-id: svn://10.0.0.236/trunk@166932 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-21 23:02:56 +00:00
jake%bugzilla.org
73ceb535b2 Bug 188193 - Add some info to the troubleshooting appendix about what to do if i
ndex.cgi isn't being used for the DirectoryIndex.
r=travis


git-svn-id: svn://10.0.0.236/trunk@166931 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-21 20:57:39 +00:00
bugzilla%arlen.demon.co.uk
3f939f338e Bug 7840 Ability to specify default directory for downloads - As or not to As patch v0.7a - pud8
p=me r=neil.parkwaycc.co.uk sr/rs=jag


git-svn-id: svn://10.0.0.236/trunk@166927 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-21 19:31:07 +00:00
cbiesinger%web.de
1983c81348 Bug 275457 embedding/browser/qt should not use nsIPref r=zack
git-svn-id: svn://10.0.0.236/trunk@166926 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-21 19:02:22 +00:00
cbiesinger%web.de
28b9c60dbe removing unused #include <nsIPref.h>, r=bsmedberg
git-svn-id: svn://10.0.0.236/trunk@166925 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-21 18:54:58 +00:00
steffen.wilberg%web.de
80ca09cb3b Bug 274471: use -moz-activehyperlinktext for :link:hover and :visited:hover. r=jwalden
git-svn-id: svn://10.0.0.236/trunk@166924 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-21 18:13:43 +00:00
steffen.wilberg%web.de
4d7b010aa0 Bug 275000 (some inputs are missing default values resulting in small-sized buttons with no text). Register chrome://communicator/locale/ again for the moment. Also replace en-US by @AB-CD@. r=bsmedberg
git-svn-id: svn://10.0.0.236/trunk@166923 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-21 17:51:41 +00:00
pedemont%us.ibm.com
4087bafa72 Bug 275106 - Add JavaDoc comments to non-generated Java files. r=darin
git-svn-id: svn://10.0.0.236/trunk@166922 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-21 17:36:55 +00:00
cbiesinger%web.de
df7f21e3f0 fix qt build bustage from bug 273877, r=zack,bsmedberg
git-svn-id: svn://10.0.0.236/trunk@166921 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-21 17:16:21 +00:00
psychoticwolf%carolina.rr.com
d5f667db03 Bug 255659, Implement Editor Reviews UI
git-svn-id: svn://10.0.0.236/trunk@166920 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-21 17:15:27 +00:00
db48x%yahoo.com
f994c04a10 bug 209097: Default mailto form subject should be localizable
patch by Chris Thomas (CTho) <cst@andrew.cmu.edu>, r=neil, sr=roc


git-svn-id: svn://10.0.0.236/trunk@166919 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-21 16:17:32 +00:00
shaver%mozilla.org
8d09b676a9 add ids to Message menu for overlay targetting; matches aviary; r=bienvenu
git-svn-id: svn://10.0.0.236/trunk@166918 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-21 16:08:16 +00:00
steffen.wilberg%web.de
9310bbc38e Bug 263146: use the Cmd key instead of the Ctrl key on Mac ('accel' instead of 'control'). p=bugs.mano@mail-central.com, r=mconnor
git-svn-id: svn://10.0.0.236/trunk@166917 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-21 15:30:57 +00:00
peterv%propagandism.org
d3728ccc44 Correct function signature to fix Solaris bustage.
git-svn-id: svn://10.0.0.236/trunk@166916 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-21 13:25:31 +00:00
steffen.wilberg%web.de
b16774a8d6 reland part bug 260337 (clobbered by aviary-landing).
git-svn-id: svn://10.0.0.236/trunk@166915 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-21 12:23:35 +00:00
smontagu%smontagu.org
2870013e97 Bug 271228: On GTK2, first press of modifier + key sends KEY_PRESS event but no KEY_DOWN. r=aaronleventhal, sr=neil.parkwaycc.co.uk
git-svn-id: svn://10.0.0.236/trunk@166914 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-21 12:11:22 +00:00
smontagu%smontagu.org
77f5010ba5 Fix a crash in printing pages with non-visible elements. Bug 275262, r+sr=roc
git-svn-id: svn://10.0.0.236/trunk@166913 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-21 11:51:13 +00:00
psychoticwolf%carolina.rr.com
13433b774a Fix Bustage in List Manager, when editing existing item, categories are lost.
git-svn-id: svn://10.0.0.236/trunk@166912 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-21 11:07:42 +00:00
steffen.wilberg%web.de
affcc3a1ff fix typo from bug 267089.
git-svn-id: svn://10.0.0.236/trunk@166911 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-21 10:33:45 +00:00
jake%bugzilla.org
a3ab1de813 Bug 264601 - Bugzilla will now tell a user which field contained an "invalid bug number or alias."
Patch by Frédéric Buclin <LpSolit@netscape.net>
r=myk, a=justdave


git-svn-id: svn://10.0.0.236/trunk@166909 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-21 09:04:01 +00:00
ginn.chen%sun.com
f3e7808110 Bug 250371 Caret navigation: Links do not activate when using Ctrl+Arrows (Option+Arrows in OS X)
r=aaronleventhal sr=roc


git-svn-id: svn://10.0.0.236/trunk@166908 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-21 05:28:59 +00:00
ginn.chen%sun.com
455ab0ab27 Bug 274857 Pressing Ctrl+Backspace twice in an RTL textarea crashes the browser
r=roc sr=roc


git-svn-id: svn://10.0.0.236/trunk@166907 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-21 05:17:52 +00:00
brendan%mozilla.org
1c273e83ad Comment fixes/tweaks.
git-svn-id: svn://10.0.0.236/trunk@166906 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-21 01:54:53 +00:00
brendan%mozilla.org
2cba84f3bd Twiddle TSF_OPERAND when peeking after switch case label, to scan regexp literal at start of labeled statement (275378, tachyonal r=shaver).
git-svn-id: svn://10.0.0.236/trunk@166905 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-21 01:47:52 +00:00
scott%scott-macgregor.org
1e7e851e4b Bug #241602 --> Port thunderbird fixes from the aviary 1.0 branch to the trunk.
register properties chrome url for Win XP Start menu


git-svn-id: svn://10.0.0.236/trunk@166904 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-21 00:25:47 +00:00
scott%scott-macgregor.org
267ab9ada9 Bug #231032 --> mailto: tag does not work with unescaped spaces (e.g., in subject)
port aviary 1.0 fix to the trunk

sr=bienvenu


git-svn-id: svn://10.0.0.236/trunk@166903 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-21 00:06:10 +00:00
scott%scott-macgregor.org
a15261d59b Bug #270261 --> port thunderbird 1.0 fix back to the trunk...
Junk folder created incorrectly when junkFolderName is localized

sr=bienvenu


git-svn-id: svn://10.0.0.236/trunk@166902 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-20 23:47:56 +00:00
scott%scott-macgregor.org
03274c18d3 Handle feed subscription case when a feed has not current items in it.
git-svn-id: svn://10.0.0.236/trunk@166901 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-20 23:36:24 +00:00
vladimir%pobox.com
f3042e396c Add storing of properties to storage; also fix attendee storage
git-svn-id: svn://10.0.0.236/trunk@166900 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-20 23:32:03 +00:00
bsmedberg%covad.net
8d3d32dbf7 Bug 273877 - Forgot one file.
git-svn-id: svn://10.0.0.236/trunk@166899 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-20 22:19:53 +00:00
bsmedberg%covad.net
8dc0b7ab78 Bug 273877 - Embedders should intialize the widget toolkit (XUL apps in nsAppRunner.cpp), instead of using nsIAppShell::Create) r=darin sr=roc
git-svn-id: svn://10.0.0.236/trunk@166898 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-20 21:53:33 +00:00
timeless%mozdev.org
d18903be1c Bug 273808 nsViewManager::CreateBlendingBuffers should null mBlender if it fails to init
r=roc sr=roc


git-svn-id: svn://10.0.0.236/trunk@166897 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-20 19:43:31 +00:00
cls%seawood.org
3aa7bf962e Remove duplicate /s when parsing path in canonpath().
Return the canonicalized path from ChrootFilename().


git-svn-id: svn://10.0.0.236/trunk@166896 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-20 19:04:30 +00:00
despotdaemon
67e76029c7 Pseudo-automatic update of changes made by justdave@bugzilla.org.
git-svn-id: svn://10.0.0.236/trunk@166895 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-20 19:02:42 +00:00
joshmoz%gmail.com
acfea09980 change File menu item text to Email Page Location
git-svn-id: svn://10.0.0.236/trunk@166894 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-20 18:47:53 +00:00
shaver%mozilla.org
5f85c718e4 fix QI parameterization
git-svn-id: svn://10.0.0.236/trunk@166893 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-20 18:32:26 +00:00
Stefan.Borggraefe%gmx.de
cf1b7bc13b Correction for my checkin for bug 257001 (I forgot one line when I fixed some bitrot)
r+sr=bienvenu


git-svn-id: svn://10.0.0.236/trunk@166892 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-20 18:30:20 +00:00
pavlov%pavlov.net
d88f3d6a21 adding new calendar attachment interface -- bug 274966
git-svn-id: svn://10.0.0.236/trunk@166891 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-20 18:04:15 +00:00
bugzilla%arlen.demon.co.uk
4eac871c01 Bug 274885 JS errors Ctrl/Shift+Left Clicking and Right Clicking links in P3P summary - Left click and more XUL tidyup patch v0.2b
p=me r=db48x sr=neil.parkwaycc.co.uk


git-svn-id: svn://10.0.0.236/trunk@166890 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-20 17:48:33 +00:00
neil%parkwaycc.co.uk
a5ca8a395d MinGW fix for bug 250392 p=brofield@jellycan.com r=me sr=dmose
git-svn-id: svn://10.0.0.236/trunk@166889 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-20 16:27:12 +00:00
psychoticwolf%carolina.rr.com
7900d886eb Bug 275375, Add Indication of UserLevel on Author Profiles page.
git-svn-id: svn://10.0.0.236/trunk@166888 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-20 14:18:27 +00:00
psychoticwolf%carolina.rr.com
d54fa45da1 New Star Graphics for the new site design.
git-svn-id: svn://10.0.0.236/trunk@166887 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-20 13:51:02 +00:00
peterv%propagandism.org
e92b404aa4 Last checkin comment should have referred to bug 274964.
git-svn-id: svn://10.0.0.236/trunk@166886 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-20 13:43:18 +00:00
peterv%propagandism.org
0ff44936f3 Remove unused member variable (obsoleted by patch for bug mHandledXMLDeclaration).
git-svn-id: svn://10.0.0.236/trunk@166885 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-20 13:40:07 +00:00
psychoticwolf%carolina.rr.com
ec176310fd Last Comments/Ratings Fixes. Disable MetaRatings, Reimplement rating average stars, linkify commenters names for null-rating posts from devcp. Bug 247144.
git-svn-id: svn://10.0.0.236/trunk@166884 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-20 13:38:30 +00:00
psychoticwolf%carolina.rr.com
fff95476dd Fix typo, additional
git-svn-id: svn://10.0.0.236/trunk@166882 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-20 13:25:41 +00:00
silver%warwickcompsoc.co.uk
d51b1b2429 Bug 274199 - Fix a bunch of typos/spelling errors in the locale.
ChatZilla only.
r=silver@warwickcompsoc.co.uk
p=dmbtech@gmail.com


git-svn-id: svn://10.0.0.236/trunk@166881 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-20 12:45:40 +00:00
psychoticwolf%carolina.rr.com
1189b5ba66 Bug 271468, Requirement for Screenshots, add UI to approval queue and notice about preview requirements.
git-svn-id: svn://10.0.0.236/trunk@166880 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-20 11:46:06 +00:00
jake%bugzilla.org
09400b6c6b Bug 137631 - Add a lifecycle (or workflow) diagram to the guide
r=travis


git-svn-id: svn://10.0.0.236/trunk@166875 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-20 10:18:42 +00:00
psychoticwolf%carolina.rr.com
25479dd79e Bug 275335, vid trumps all, and doesnt check approval status for yes. Patch by Sander, r=wolf
git-svn-id: svn://10.0.0.236/trunk@166874 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-20 09:39:16 +00:00
darin%meer.net
6e150ec6a5 landing patch for bug 257162 "Add Gecko version checking to xulrunner apps" r=bsmedberg
git-svn-id: svn://10.0.0.236/trunk@166873 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-20 05:54:06 +00:00
ginn.chen%sun.com
34fb4bc2a4 Bug 270079 Mozilla can not print the URL in the header and footer.
patch maker:leon.sha@sun.com r=roc sr=roc


git-svn-id: svn://10.0.0.236/trunk@166872 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-20 03:41:08 +00:00
silver%warwickcompsoc.co.uk
bcf62b9cbc Bug 269633 - Land ChatZilla 0.9.67. Various changes, many bugs fixed, see bug 269633 for details.
ChatZilla only.
r=samuel@sieb.net


git-svn-id: svn://10.0.0.236/trunk@166871 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-19 22:52:37 +00:00
silver%warwickcompsoc.co.uk
1e5b9171ef Bug 257026 - Stop pref-manager calling observers for prefs it doesn't know (fixes hang when joining channels with URLs in the topic).
ChatZilla only.
r=rginda


git-svn-id: svn://10.0.0.236/trunk@166870 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-19 22:42:14 +00:00
dbaron%dbaron.org
41499fd2db Fix misspellings of 'pseudo' in comments. Bug 106386. Patch by Alex Vincent <ajvincent@gmail.com>. r=timeless sr=peterv
git-svn-id: svn://10.0.0.236/trunk@166869 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-19 21:45:51 +00:00
cbiesinger%web.de
eaa43d22a3 Bug 263070 Default size of the filter log and junk mail log dialogs is too small.
patch by Mark Banner <mark@standard8.demon.co.uk> r=neil sr=bienvenu


git-svn-id: svn://10.0.0.236/trunk@166868 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-19 21:33:27 +00:00
psychoticwolf%carolina.rr.com
b3108dc9a3 Bug 275087, Preview Caption textbox not HTML escaped.
git-svn-id: svn://10.0.0.236/trunk@166867 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-19 14:22:52 +00:00
psychoticwolf%carolina.rr.com
84340c4917 Bug 275244, List Item Preview Radio Button mysteriously vanishes. and a couple of tweaks.
git-svn-id: svn://10.0.0.236/trunk@166866 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-19 14:22:00 +00:00
joshmoz%gmail.com
6027c07469 clean up extra tab view in nib files
git-svn-id: svn://10.0.0.236/trunk@166865 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-18 23:23:24 +00:00
brendan%mozilla.org
b09c2b1d13 Remove #if 0'd E4X debugging code I forgot to remove earlier.
git-svn-id: svn://10.0.0.236/trunk@166864 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-18 23:02:11 +00:00
shaver%mozilla.org
5a5fe0c0be Bugs 275070, 274464:
- remove preprocessing step in favour of some JS dynamism love
- much improved invalid-date/null/etc. argument handling in the ICS service
- better management of stampDate and lastModifiedTime
- unification of immutable checks
- test for attendee cloning
r=mvl.


git-svn-id: svn://10.0.0.236/trunk@166863 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-18 22:59:51 +00:00
brendan%mozilla.org
0e8ba5c724 Followup checkin to reset foreach flag when catching an exception thrown partway thru the for-in code.
git-svn-id: svn://10.0.0.236/trunk@166862 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-18 22:55:12 +00:00
cbiesinger%web.de
d9cb3548a1 260931 toolkit port: Common Dialog's checkbox does not wrap
r=mconnor


git-svn-id: svn://10.0.0.236/trunk@166861 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-18 22:51:04 +00:00
despotdaemon
156d558759 Pseudo-automatic update of changes made by justdave@bugzilla.org.
git-svn-id: svn://10.0.0.236/trunk@166860 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-18 21:09:04 +00:00
brendan%mozilla.org
4b542c831d Tighten up js_IsXMLName error-suppressing logic a bit.
git-svn-id: svn://10.0.0.236/trunk@166859 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-18 20:31:38 +00:00
tor%cs.brown.edu
66819ef77e Bug 270251 - nsSVGElement::UpdateContentStyleRule issues.
Patch by jlurz24@gmail.com, r=sicking, sr=bz.


git-svn-id: svn://10.0.0.236/trunk@166856 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-18 12:14:32 +00:00
jake%bugzilla.org
f601880d8b Bug 247923 - The docs now specify the difference in syntax for MySQL 3/4 regarding the max_allowed_packet option.
Patch by Shane H. W. Travis <travis@sedsystems.ca>
r=jake


git-svn-id: svn://10.0.0.236/trunk@166854 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-18 11:56:13 +00:00
psychoticwolf%carolina.rr.com
c851516767 Item Category Display Fixes, entries should be comma seperated, category is the singular, move it to details and away from description, Bug 275152.
git-svn-id: svn://10.0.0.236/trunk@166853 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-18 10:30:37 +00:00
psychoticwolf%carolina.rr.com
4fc0e2375d Fix VerDateAdded to not be broken, add released on to all releases page. Bug 275085.
git-svn-id: svn://10.0.0.236/trunk@166851 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-18 10:05:24 +00:00
psychoticwolf%carolina.rr.com
a85a8168a6 Editing Item changes Release Date, Bug 275085. Fix typo in homepage link, No Bug.
git-svn-id: svn://10.0.0.236/trunk@166850 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-18 09:25:05 +00:00
psychoticwolf%carolina.rr.com
68788d58fa Bug 275030, throw warning when queue skips item because of missing data. Make tooltips discoverable.
git-svn-id: svn://10.0.0.236/trunk@166849 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-18 07:48:29 +00:00
db48x%yahoo.com
c68ba75c72 bug 239006: Download manager doesn't account for filesize when presenting combined percentages
patch by Zbigniew Braniecki <gandalf@firefox.pl>, r=cbiesinger, sr=darin


git-svn-id: svn://10.0.0.236/trunk@166848 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-18 04:06:51 +00:00
psychoticwolf%carolina.rr.com
bba7bbe49a Dont Show Approval Queue Item Count on the Approval Queue page, Bug 275127
git-svn-id: svn://10.0.0.236/trunk@166847 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-18 03:58:24 +00:00
brendan%mozilla.org
cb746d48b9 Eliminate some stupid GCC warnings, tighten up code at label out.
git-svn-id: svn://10.0.0.236/trunk@166846 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-18 03:10:58 +00:00
brendan%mozilla.org
555021e00b - Added strict warning "reference to undefined XML name {0}" to cope with
ECMA-357 botch where * or @b or (given valid namespace reference n) n::id
  results in undefined, instead of a TypeError.

- Lazily bootstrap AnyName and AttributeName classes, instead of leaving the
  former uninitialized, and initializing the latter only if QName is init'ed.
  These classes, representing ECMA-357 internal types, must be initialized
  in order to string conversion and default value on them to return useful
  results.  So this change also requires the shared qname_toString to cope
  with these classes, which ape QName in having a JSXMLQName as private data.

- Revise Filtering Predicate Expressions bytecode schema to avoid bogo-script
  creating in js_FilterXMLObject.  With a new JSOP_ENDFILTER bytecode acting
  in lieu of JSOP_POPV, but also exiting the nested js_Interpret() call, the
  runtime can avoid trying to fake a JSScript for the subsequence of script
  bytecode in parens in x.(e), that contains the bytecode for e plus the pop
  or endfilter op.

  This requires a historic reparameterization of js_Interpret to take the
  starting pc!  I cleaned up order of declaration, use, and useless init nits
  for a few variables while messing with it.

- Based on the above change, fix the decompiler to handle filtered predicate
  expressions -- that code was stubbed out till now, and I forgot to go back.
  All better now, especially thanks to JSOP_ENDFILTER.

- Also while fixing filtered predicates, eliminate the useless TOK_RP parse
  node above the parenthesized expression, to avoid a JSOP_GROUP bytecode.

- Fix js_GetAttributeNameObject so it doesn't take over its QName parameter's
  object and rebind it to an object of class AttributeName -- instead, clone
  the qn if necessary.  This is important to cope with the errata, noticed a
  while ago but finally recorded:

9.2.1.2 Step 2(e)(i, ii),
9.2.1.2 Step 7(e)(i),
9.2.1.3 Step 2(b)(ii)(1)(a)
        All uses of a.[[Name]] for an attribute a in these sections that pass
        that QName object to [[Delete]] must pass an AttributeName cloned from
        a.[[Name]].  The [[Name]] internal property is always a QName instance
        and never an AttributeName or AnyName instance.  But [[Delete]] will
        not operate on x.[[Attributes]] when given a QName by these sections,
        so a child could be wrongly deleted instead of the attribute of the
        same name.

  This rework exposed a bug in the XML.prototype.name() impl, where it was
  returning an AttributeName, not a QName, for attribute-class XML objects.
  Clearly wrong -- the E4X spec makes plain early on that [[Name]] is always
  a QName -- but the spec and e4x testsuite seemed to require it due to the
  above-noted errata.


git-svn-id: svn://10.0.0.236/trunk@166845 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-18 02:28:21 +00:00
vladimir%pobox.com
a252fcb062 new recurrence system. exceptions supported now, along with everything else ical can throw at us. I hope.
git-svn-id: svn://10.0.0.236/trunk@166844 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-18 01:54:30 +00:00
joshmoz%gmail.com
a4ce97f5b2 fix reversed autoclose dl manager prefs, no bug
git-svn-id: svn://10.0.0.236/trunk@166843 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-18 00:24:09 +00:00
pedemont%us.ibm.com
7aa642db5f Move methods used by Java stubs to their own private class.
git-svn-id: svn://10.0.0.236/trunk@166842 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-17 23:52:42 +00:00
tor%cs.brown.edu
8c31f90f5e Bug 216568 - <svg:image> implementation. r=pavlov
git-svn-id: svn://10.0.0.236/trunk@166841 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-17 23:45:30 +00:00
mostafah%oeone.com
0ff65f47dc Bumped up supported version for TB 1.0
git-svn-id: svn://10.0.0.236/trunk@166839 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-17 23:26:45 +00:00
pedemont%us.ibm.com
4b2e003838 Bug 270889 - Change params for initEmbedding() to use java.io.File and custom class. Backout lazy discovery of interface info (no longer needed). Better distribute methods in XPCOM and GeckoEmbed classes. r=darin.
git-svn-id: svn://10.0.0.236/trunk@166838 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-17 22:25:12 +00:00
pedemont%us.ibm.com
c647dcab36 Bug 270889 - Change params for initEmbedding() to use java.io.File and custom class. Backout lazy discovery of interface info (no longer needed). Better distribute methods in XPCOM and GeckoEmbed classes. r=darin.
git-svn-id: svn://10.0.0.236/trunk@166837 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-17 22:20:56 +00:00
shaver%mozilla.org
47c61b3e43 fix for SetXMLDeclaration change, non-debug builds
git-svn-id: svn://10.0.0.236/trunk@166836 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-17 22:12:39 +00:00
joshmoz%gmail.com
b8dba5a9b2 new tab icons for toolbar
git-svn-id: svn://10.0.0.236/trunk@166835 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-17 22:02:47 +00:00
joshmoz%gmail.com
5104399317 new tabs pref pane icon
git-svn-id: svn://10.0.0.236/trunk@166834 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-17 21:58:08 +00:00
mvl%exedo.nl
35e96d86d6 don't use 0 as beginning of time
bug 275083, r=dmose


git-svn-id: svn://10.0.0.236/trunk@166828 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-17 21:29:23 +00:00
tor%cs.brown.edu
3dd79cd400 Simplify clipping.
git-svn-id: svn://10.0.0.236/trunk@166827 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-17 21:27:11 +00:00
mvl%exedo.nl
33d9571554 updating ics provider
git-svn-id: svn://10.0.0.236/trunk@166826 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-17 21:24:29 +00:00
silver%warwickcompsoc.co.uk
3c4dc28234 Bug 172094 - Focus window just prior to loading a URL in it.
ChatZilla only.
r=silver@warwickcompsoc.co.uk
p=gk1987@gmail.com (Gijs "Hannibal" Kruitbosch)


git-svn-id: svn://10.0.0.236/trunk@166825 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-17 20:58:14 +00:00
joshmoz%gmail.com
99f9825a97 use the right nib file...
git-svn-id: svn://10.0.0.236/trunk@166824 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-17 20:56:12 +00:00
dbaron%dbaron.org
13decbac15 Remove nsFormControlHelper::GetLocalizedString, improve string bundle methods in nsContentUtils, and convert callers. b=273829 r+sr=bryner
git-svn-id: svn://10.0.0.236/trunk@166823 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-17 20:40:48 +00:00
dbaron%dbaron.org
4b682db71a Fix memory leak. b=266986 r+sr=bryner
git-svn-id: svn://10.0.0.236/trunk@166822 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-17 20:36:28 +00:00
shaver%mozilla.org
9101a1f696 Bug 275075: fix 100%-chance crash when using two-arg form of
do_GetServiceFromCategory. r=bsmedberg, sr=darin.


git-svn-id: svn://10.0.0.236/trunk@166821 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-17 20:16:50 +00:00
vladimir%pobox.com
f2bc418de6 fix mAttendees typo
git-svn-id: svn://10.0.0.236/trunk@166820 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-17 19:54:54 +00:00
joshmoz%gmail.com
76fa09f9d2 add nib files forgotten from prefs reorg part 1
git-svn-id: svn://10.0.0.236/trunk@166819 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-17 19:51:53 +00:00
darin%meer.net
2b63405c0c fixes bug 273819 "ASSERTION: Native event queues should only be used on the main thread" r=danm, sr=bienvenu
git-svn-id: svn://10.0.0.236/trunk@166818 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-17 19:47:06 +00:00
neil%parkwaycc.co.uk
fbcf2713ca Bug 242416 Active Mac Aqua buttons shouldn't turn white p=brion@pobox.com r=peterv rs=me
git-svn-id: svn://10.0.0.236/trunk@166817 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-17 18:40:21 +00:00
pedemont%us.ibm.com
843ba786a8 Bug 270889 - optimize InitializeJavaGlobals and implement FreeJavaGlobals
git-svn-id: svn://10.0.0.236/trunk@166816 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-17 18:01:19 +00:00
joshmoz%gmail.com
0a93e8b854 pref reorganization part 1, no bug
git-svn-id: svn://10.0.0.236/trunk@166815 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-17 17:58:21 +00:00
joshmoz%gmail.com
2fb7b5989a pref reorganization part 1, no bug
git-svn-id: svn://10.0.0.236/trunk@166814 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-17 17:58:19 +00:00
joshmoz%gmail.com
2d974e801e pref reorganization part 1, no bug
git-svn-id: svn://10.0.0.236/trunk@166813 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-17 17:58:18 +00:00
psychoticwolf%carolina.rr.com
714f89b70c Homepage Link Appears when null. Add RSS Autodiscovery Links to index pages. Make header links visited color match link color.
git-svn-id: svn://10.0.0.236/trunk@166812 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-17 09:57:23 +00:00
timeless%mozdev.org
ef27109348 Bug 271503 ctl fails to build on osx
r=bsmedberg


git-svn-id: svn://10.0.0.236/trunk@166811 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-17 09:32:27 +00:00
peterv%propagandism.org
ea028c9206 Fix fo bug 274964 (Switch to Expat's xml declaration parsing). r/sr=jst.
git-svn-id: svn://10.0.0.236/trunk@166810 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-17 09:17:35 +00:00
steffen.wilberg%web.de
c9f05850d5 Bug 274938: History sidebar broken. patch suggested by peterv@propagandism.org, r=mconnor
git-svn-id: svn://10.0.0.236/trunk@166809 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-17 08:08:49 +00:00
Stefan.Borggraefe%gmx.de
c4ff4f2ae0 Bug 257001 Menu item View|Show/Hide|Folder Pane is missing
r=neil, sr=bienvenu


git-svn-id: svn://10.0.0.236/trunk@166808 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-17 07:34:14 +00:00
timeless%mozdev.org
34058ead94 Bug 274080 dot files not listed by rview.cgi
r=cls


git-svn-id: svn://10.0.0.236/trunk@166807 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-17 07:21:26 +00:00
timeless%mozdev.org
957d347eae Bug 275007 . enables directory browsing
r=cls


git-svn-id: svn://10.0.0.236/trunk@166806 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-17 07:06:47 +00:00
psychoticwolf%carolina.rr.com
b1321c9557 Fix Bustage in inc_approval.php, Bug 274999
git-svn-id: svn://10.0.0.236/trunk@166805 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-17 06:50:35 +00:00
ginn.chen%sun.com
b261deaaed Bug 268371 memory leak in nsLookAndFeel::GetMetric()
patch maker=brian.lu@sun.com r=blizzard sr=rbs


git-svn-id: svn://10.0.0.236/trunk@166803 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-17 05:39:19 +00:00
psychoticwolf%carolina.rr.com
0a5ad3891e Bug 274924. Extension Homepage Link is Incorrect.
git-svn-id: svn://10.0.0.236/trunk@166801 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-17 02:25:03 +00:00
julien.pierre.bugs%sun.com
7098fa8db9 Fix for 273993 . SSL client cache grows with non-restartable sessions . r=saul,nelson
git-svn-id: svn://10.0.0.236/trunk@166798 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-17 02:01:35 +00:00
darin%meer.net
d653196422 fixes bug 257177 "xforms-binding-exception thrown incorrectly" patch by allan@beaufour.dk, r=aaronr@us.ibm.com, sr=darin
git-svn-id: svn://10.0.0.236/trunk@166797 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-17 01:41:10 +00:00
neil%parkwaycc.co.uk
e2eff295dc Bug 266513 GTK dependent windows not persisting position correctly, roc suggests backing out part of his patch to bug 264245 r+sr=blizzard
git-svn-id: svn://10.0.0.236/trunk@166796 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-16 23:43:42 +00:00
steffen.wilberg%web.de
fc56e664a7 Bug 270629: Add printBtn.label, and fix some other errors. p=stefan_h@hem.utfors.se, r=neil, sr=jag
git-svn-id: svn://10.0.0.236/trunk@166795 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-16 22:11:36 +00:00
mrbkap%gmail.com
db128d4c5f bug 209098: TestParser crashes inside nsLoggingSink. patch by mats.palmgren@bredband.net r=harishd sr=peterv
git-svn-id: svn://10.0.0.236/trunk@166794 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-16 21:49:58 +00:00
pavlov%pavlov.net
ffbb59b421 adding attachment support (not enabled currently)
work on all day events
lots of code removal


git-svn-id: svn://10.0.0.236/trunk@166793 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-16 21:28:00 +00:00
pavlov%pavlov.net
ce3b56118a always bring up the right prefs
git-svn-id: svn://10.0.0.236/trunk@166792 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-16 21:24:53 +00:00
pavlov%pavlov.net
d95864c180 fix toString() to print the correct month r=vlad
git-svn-id: svn://10.0.0.236/trunk@166791 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-16 21:18:00 +00:00
brendan%mozilla.org
64910a1cbf Implement XML NCRs, reject unknown entities (E4X code, not enabled yet).
git-svn-id: svn://10.0.0.236/trunk@166790 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-16 18:28:23 +00:00
neil%parkwaycc.co.uk
dd0e25fbd9 Bug 253787 JavaScript strict warning: reference to undefined property document.charset p=gautheri@noos.fr r+sr=me
git-svn-id: svn://10.0.0.236/trunk@166789 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-16 17:37:39 +00:00
neil%parkwaycc.co.uk
eab67a3058 Update editor throbber default page b=272102 p=bugzilla@babylonsounds.com (Simon Paquet) r=glazou sr=me
git-svn-id: svn://10.0.0.236/trunk@166788 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-16 16:50:42 +00:00
mostafah%oeone.com
b6180a1f60 Checked in images from attachment 168797 for bug 274783:
Crush PNG images to reduce filesize


git-svn-id: svn://10.0.0.236/trunk@166787 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-16 15:03:22 +00:00
psychoticwolf%carolina.rr.com
5c5ddbcbb1 Bug 274877. SQL Error on moreinfo.php when category is specified.
git-svn-id: svn://10.0.0.236/trunk@166786 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-16 11:46:56 +00:00
psychoticwolf%carolina.rr.com
ab7a336ed1 Bug 274865. Problem displaying next page when browsing categories. Category param missing.
git-svn-id: svn://10.0.0.236/trunk@166785 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-16 11:09:19 +00:00
jake%bugzilla.org
7098b9b31d Bug 267873 - Massive FAQ update. Everything should be up to date now.
Patch by Shane H. W. Travis <travis@sedsystems.ca>
r=jake


git-svn-id: svn://10.0.0.236/trunk@166784 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-16 11:05:16 +00:00
despotdaemon
96127f36c6 Pseudo-automatic update of changes made by allan@beaufour.dk.
git-svn-id: svn://10.0.0.236/trunk@166783 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-16 10:53:04 +00:00
psychoticwolf%carolina.rr.com
f7e0ccafc3 Bug 274858. Add New Item breaks after upload, after trying to write to hardcoded non-existant temp path.
git-svn-id: svn://10.0.0.236/trunk@166782 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-16 10:19:41 +00:00
myk%mozilla.org
939d6d4c8e Fix for bug 271473: decouples the app update service, plugin finder service, and extension/theme directory (umo) from each other by moving them to different domain names (aus.mozilla.org, pfs.mozilla.org, and addons.mozilla.org, respectively, but that last URL will redirect to addons.update.mozilla.org temporarily so we don't break Firefox 1.0 users) so that we can isolate them from each other for better reliability and capacity control. r=ben
git-svn-id: svn://10.0.0.236/trunk@166781 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-16 09:12:20 +00:00
myk%mozilla.org
3e9c67bcf9 Fix for bug 271473: decouples the app update service, plugin finder service, and extension/theme directory (umo) from each other by moving them to different domain names (aus.mozilla.org, pfs.mozilla.org, and addons.mozilla.org, respectively, but that last URL will redirect to addons.update.mozilla.org temporarily so we don't break Firefox 1.0 users) so that we can isolate them from each other for better reliability and capacity control. r=ben
git-svn-id: svn://10.0.0.236/trunk@166780 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-16 09:10:23 +00:00
robin.lu%sun.com
8cb04f0a83 back out patch for bug 262236 on request
git-svn-id: svn://10.0.0.236/trunk@166779 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-16 06:40:04 +00:00
bryner%brianryner.com
13fcccb9fc Fix undesired tinderbox rebuilds due to system header wrapper timestamps changing. Bug 273336, r=dbaron.
git-svn-id: svn://10.0.0.236/trunk@166778 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-16 05:13:45 +00:00
darin%meer.net
5bb8f98045 landing backend changes for bug 134105 "SOCKS5: DNS lookups should occur on proxy, not client side." (remote dns pref disabled by default) patch by malsmith@cs.rmit.edu.au, r=biesi, sr=darin
git-svn-id: svn://10.0.0.236/trunk@166776 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-16 02:46:12 +00:00
dbaron%dbaron.org
450568c011 Add comment.
git-svn-id: svn://10.0.0.236/trunk@166775 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-16 01:20:57 +00:00
despotdaemon
938a397875 Pseudo-automatic update of changes made by knous@mozilla.org.
git-svn-id: svn://10.0.0.236/trunk@166774 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-16 01:10:57 +00:00
brendan%mozilla.org
5c48792629 Fix for bug 244619 from aviary/1.7 branches, r=shaver.
git-svn-id: svn://10.0.0.236/trunk@166773 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-16 00:25:03 +00:00
steffen.wilberg%web.de
c33dc5b56c Bug 274471: don't hardcode color:black for Help content since we don't specify background-color either. r=jeff
git-svn-id: svn://10.0.0.236/trunk@166772 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-15 23:48:00 +00:00
steffen.wilberg%web.de
29cc36ca1f Bug 272927: update MPL-1.1.html from mozilla-org/html/MPL/MPL-1.1.html (markup improvements only). r=gerv@mozilla.org
git-svn-id: svn://10.0.0.236/trunk@166771 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-15 23:41:24 +00:00
brendan%mozilla.org
c252df9333 Robustifying followup to last checkin (244470).
git-svn-id: svn://10.0.0.236/trunk@166769 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-15 23:32:39 +00:00
darin%meer.net
3414fcfb92 fixes build bustage (cannot do a const conversion in a static_cast)
git-svn-id: svn://10.0.0.236/trunk@166768 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-15 23:15:44 +00:00
scott%scott-macgregor.org
1f0e7b0928 try to get trunk builds working again.
Fix missing entity error in mailcompose window


git-svn-id: svn://10.0.0.236/trunk@166767 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-15 22:32:02 +00:00
bryner%brianryner.com
b2b6b3b25b removing old versions of nsNameValuePairDB (now in x11shared)
git-svn-id: svn://10.0.0.236/trunk@166766 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-15 22:31:07 +00:00
bryner%brianryner.com
ecc1fa98d7 Fixing hang/crash on gruff. nsNameValuePairDB is only used by nsFT2FontCatalog, so move it into x11shared and link it into libgfx_gtk.so instead of depending on it being exported from libgkgfx.so. r=darin.
git-svn-id: svn://10.0.0.236/trunk@166765 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-15 22:28:13 +00:00
mvl%exedo.nl
5454fd56d6 initial .ics file based calender provider
git-svn-id: svn://10.0.0.236/trunk@166763 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-15 20:18:48 +00:00
shaver%mozilla.org
b323bba005 Bug 274679: ensure that nsHashPropertyBag's inner property hash is properly
initialized before enumerating. r=vlad/sr=darin.


git-svn-id: svn://10.0.0.236/trunk@166762 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-15 20:03:39 +00:00
darin%meer.net
9ceb97c777 fixes bug 273810 "Support inline schema" r=smaug sr=bryner
git-svn-id: svn://10.0.0.236/trunk@166761 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-15 19:46:10 +00:00
pkw%us.ibm.com
b900d5843e Bug 270248 - Cleanup string usage in wallet code
r=cbiesinger@gmx.at, sr=darin@meer.net


git-svn-id: svn://10.0.0.236/trunk@166760 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-15 19:29:54 +00:00
mvl%exedo.nl
e6b4b52a25 fix typo. make this actually work.
git-svn-id: svn://10.0.0.236/trunk@166759 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-15 19:19:49 +00:00
emaijala%kolumbus.fi
12799346c7 Fix for bug 272856: Subject or Sender contains (searchbox) does nothing
r=neil
sr=bienvenu


git-svn-id: svn://10.0.0.236/trunk@166758 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-15 19:01:04 +00:00
cltbld
68e5de785f Automated update from host egg
git-svn-id: svn://10.0.0.236/trunk@166757 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-15 18:43:48 +00:00
mvl%exedo.nl
dfc7349825 enable permission extension for firefox. Update UI to set the right prefs.
bug 240070, r=mconnor


git-svn-id: svn://10.0.0.236/trunk@166756 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-15 18:34:23 +00:00
cltbld
0e1702decd Automated update from host egg
git-svn-id: svn://10.0.0.236/trunk@166755 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-15 18:33:48 +00:00
mvl%exedo.nl
6379d85e03 enable permissions extension. Update UI to use it. migrate old prefs.
bug 240070, r=dwitte, sr=darin


git-svn-id: svn://10.0.0.236/trunk@166754 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-15 18:31:23 +00:00
pkw%us.ibm.com
a4c85b043b AIX bustage fix for checkin from Bug 192139.
r=peterv@propagandism.org


git-svn-id: svn://10.0.0.236/trunk@166753 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-15 17:35:52 +00:00
cbiesinger%web.de
4c1b30ccfa 265333 freeze nsIWebBrowserStream. r=marco sr=darin
also a bit of cleanup in EmbedStream.cpp


git-svn-id: svn://10.0.0.236/trunk@166752 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-15 17:28:36 +00:00
cbiesinger%web.de
65f16e8004 Bug 274086 fix "unused variable" warning in opt builds, which prevent building
with -Werror
patch by Crispin Flowerday <crispin@flowerday.cx> r=bsmedberg sr=darin


git-svn-id: svn://10.0.0.236/trunk@166751 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-15 17:25:42 +00:00
pedemont%us.ibm.com
5534e80882 Bug 151249 - Middle-click on link doesn't work on Mac. r=pinkerton, sr=sfraser.
git-svn-id: svn://10.0.0.236/trunk@166750 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-15 16:32:02 +00:00
mvl%exedo.nl
ecdd67f954 make calIItemBase.icalComponent read/write
bug 274645, r=shaver


git-svn-id: svn://10.0.0.236/trunk@166749 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-15 16:22:01 +00:00
peterv%propagandism.org
04f06673f3 Fix for bug 192139 (Integrate latest Expat). r=bz, sr=jst.
git-svn-id: svn://10.0.0.236/trunk@166747 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-15 15:37:23 +00:00
steffen.wilberg%web.de
9837dd7e31 use https instead of http for u.m.o to avoid redirecting
git-svn-id: svn://10.0.0.236/trunk@166746 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-15 11:53:35 +00:00
Stefan.Borggraefe%gmx.de
21e9d4ac2e Fix for smoketest blocker bug 274481: "Domain name mismatch dialog missing all buttons"
r+sr=neil


git-svn-id: svn://10.0.0.236/trunk@166745 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-15 10:07:24 +00:00
psychoticwolf%carolina.rr.com
33240c4686 Fix ExtensionID not Found Error when searching for Compatible versions from the Incompatible Page. No Bug.
git-svn-id: svn://10.0.0.236/trunk@166744 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-15 09:44:17 +00:00
neil%parkwaycc.co.uk
d82265b2e5 Importing Address Books missing from table of contents b=258257 p=giacomo.magnini@portalis.it r=me
git-svn-id: svn://10.0.0.236/trunk@166743 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-15 09:43:54 +00:00
neil%parkwaycc.co.uk
cfd48e5b52 Removing duplicate style b=257280 p=gautheri@noos.fr r+sr=me
git-svn-id: svn://10.0.0.236/trunk@166742 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-15 09:40:02 +00:00
psychoticwolf%carolina.rr.com
7b299a3691 Fix foreach() warning.
git-svn-id: svn://10.0.0.236/trunk@166741 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-15 09:20:29 +00:00
bryner%brianryner.com
590e0b314c fixing thunderbird bustage (bug 273336)
git-svn-id: svn://10.0.0.236/trunk@166740 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-15 08:39:08 +00:00
bryner%brianryner.com
9459dc568c Fixing bustage
git-svn-id: svn://10.0.0.236/trunk@166739 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-15 07:04:54 +00:00
bryner%brianryner.com
59c875f83e Add support for using gcc's visibility pragma to treat all function and method declarations as "hidden" unless declared otherwise. Create wrappers for system headers that cause them to be treated as default-visibility declarations. This gives a substantial code size and performance win on compilers that support it, and should show up on the gruff tinderbox. Bug 273336, r=darin sr=dbaron.
git-svn-id: svn://10.0.0.236/trunk@166738 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-15 05:52:44 +00:00
bsmedberg%covad.net
3edf9d37c8 Bug 275605 - libxul step 3 (all of tier 9, except libmozjs.so which will remain separate indefinitely) r=darin
git-svn-id: svn://10.0.0.236/trunk@166737 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-15 04:07:01 +00:00
brendan%mozilla.org
d5fcaaf973 Silence a DEBUG_brendan blurb.
git-svn-id: svn://10.0.0.236/trunk@166736 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-15 02:59:00 +00:00
brendan%mozilla.org
75fcf883ed Fix JSMSG_BAD_OCTAL's type, and reword JSXML_BAD_XMLLIST_PUT to simplify.
git-svn-id: svn://10.0.0.236/trunk@166735 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-15 02:57:21 +00:00
darin%meer.net
d448e53e48 fixes bug 271737 "Tracking bug for XForms Switch Module" patch by smaug@welho.com r=darin sr=bryner
git-svn-id: svn://10.0.0.236/trunk@166734 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-15 02:08:53 +00:00
mrbkap%gmail.com
8255135303 bug 273085: HTML tags displayed as part of text r=bryner sr=dbaron
git-svn-id: svn://10.0.0.236/trunk@166732 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-15 01:23:03 +00:00
darin%meer.net
9373394461 fixes bug 274648 "crash using repeat element on Windows" patch by aaronr@us.ibm.com r+sr=darin
git-svn-id: svn://10.0.0.236/trunk@166731 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-15 01:15:55 +00:00
psychoticwolf%carolina.rr.com
07f348ace3 Bug 274581. User Permissions incorrectly raised for session when adding an item. Patch by Chris Thomas, r=wolf
git-svn-id: svn://10.0.0.236/trunk@166730 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-15 01:04:09 +00:00
shaver%mozilla.org
024467ab3b clone attendees properly
git-svn-id: svn://10.0.0.236/trunk@166729 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-14 23:47:33 +00:00
mrbkap%gmail.com
eb255ea8f6 bug 272293: phrase-level tags do not close when there is an open kInlineEntity r=bzbarsky sr=dmose
git-svn-id: svn://10.0.0.236/trunk@166728 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-14 23:32:35 +00:00
bienvenu%nventure.com
f61e959905 add support for flagged flag in message searches, filters, etc, sr=mscott 272709
git-svn-id: svn://10.0.0.236/trunk@166727 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-14 23:12:31 +00:00
dbaron%dbaron.org
8f6d652ab0 Fix dependencies of nsBuildID.h. b=274238 r+sr=bryner
git-svn-id: svn://10.0.0.236/trunk@166726 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-14 23:11:27 +00:00
darin%meer.net
eaf781cbd7 fixes bug 274505 "404 error does not result in xforms-link-exception for external schema" r+sr=jst
git-svn-id: svn://10.0.0.236/trunk@166725 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-14 23:08:48 +00:00
bienvenu%nventure.com
b80343b20f fix 274546 fix parsing of quotaroot response in case server sends a literal, sr=mscott
git-svn-id: svn://10.0.0.236/trunk@166724 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-14 23:02:11 +00:00
ben%bengoodger.com
73650f8632 bug 274547 - GRE_BUILD_ID has a newline which causes infinite restart loop.
Chop the unix newline off the end of the build id before substitution.
r=bryner sr=darin


git-svn-id: svn://10.0.0.236/trunk@166723 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-14 22:39:26 +00:00
brendan%mozilla.org
02572a4a9a Avoid indexing into fp->vars with wrong atomIndex (244470, r=self).
git-svn-id: svn://10.0.0.236/trunk@166720 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-14 21:28:22 +00:00
mconnor%myrealbox.com
185c20fa77 bug 256885 - fix MinGW gcc builds, port cls' fix from bug 217009
git-svn-id: svn://10.0.0.236/trunk@166718 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-14 17:59:35 +00:00
steffen.wilberg%web.de
f8b8468b2c smoketest fix: Bug 272982: Browser fails to launch (installer build). r=bsmedberg
git-svn-id: svn://10.0.0.236/trunk@166716 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-14 16:16:18 +00:00
igor%mir2.org
2da140f4f3 Added info on seal()
git-svn-id: svn://10.0.0.236/trunk@166715 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-14 14:52:40 +00:00
mostafah%oeone.com
b9e237aa2e Fixed bug 274530:CSS Error (file:///C:/DOCUME~1/user/LOCALS~1/Temp/calendarPrint.html :0.43):
Unknown property 'vertical-alignment'. Declaration dropped.


git-svn-id: svn://10.0.0.236/trunk@166714 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-14 14:18:34 +00:00
vladimir%pobox.com
ca674a17ae icalrecur_iterator_next doesn't seem to return the first date, so we were off by one when computing a RecurCount. notpartofthebuild
git-svn-id: svn://10.0.0.236/trunk@166713 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-14 11:10:42 +00:00
vladimir%pobox.com
19f92afdac yet more suckage. notpartofthebuild
git-svn-id: svn://10.0.0.236/trunk@166712 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-14 11:02:17 +00:00
vladimir%pobox.com
c50aae71b1 i suck. notpartofthebuild.
git-svn-id: svn://10.0.0.236/trunk@166711 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-14 09:29:08 +00:00
ben%bengoodger.com
8c0005306f add appstartup and xulapp xpt files to packager list so the em doesn't throw exceptions on startup
git-svn-id: svn://10.0.0.236/trunk@166710 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-14 09:08:14 +00:00
dmose%mozilla.org
8650d70026 Fixed a recurrence bug; added some dump statements. Not part of the build.
git-svn-id: svn://10.0.0.236/trunk@166709 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-14 09:01:25 +00:00
vladimir%pobox.com
f38732f438 handle durations correctly when recurring recurrence events, notpartofthebuild
git-svn-id: svn://10.0.0.236/trunk@166708 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-14 08:37:54 +00:00
pavlov%pavlov.net
5fec89b5e5 present the stored recurrence info when modifying an item
git-svn-id: svn://10.0.0.236/trunk@166707 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-14 08:35:44 +00:00
pavlov%pavlov.net
eb9e42b952 fixing events to show up on the right day
git-svn-id: svn://10.0.0.236/trunk@166706 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-14 08:34:27 +00:00
vladimir%pobox.com
02c0cba503 don't store recurEnd if it's null
git-svn-id: svn://10.0.0.236/trunk@166705 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-14 08:17:46 +00:00
vladimir%pobox.com
a7c34154f0 more recurrence fixes, notpartofthebuild
git-svn-id: svn://10.0.0.236/trunk@166704 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-14 08:12:10 +00:00
vladimir%pobox.com
508682c893 fixed forever recurrence (-1 count, or null endtime)
git-svn-id: svn://10.0.0.236/trunk@166703 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-14 07:53:27 +00:00
jake%bugzilla.org
f32b1ec4e8 Bug 253720 - The docs now specify that it is required to run ./checksetup.pl after adding a template to the custom directory.
Patch by Shane H. W. Travis <travis@sedsystems.ca>
r=jake


git-svn-id: svn://10.0.0.236/trunk@166701 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-14 07:25:21 +00:00
vladimir%pobox.com
ca3da9b2fb fix range computation, notpartofthebuild
git-svn-id: svn://10.0.0.236/trunk@166700 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-14 04:17:54 +00:00
db48x%yahoo.com
28212d66aa a touch up for bug 195492, two errors on my part
r=neil, sr=rbs


git-svn-id: svn://10.0.0.236/trunk@166699 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-14 04:09:45 +00:00
bryner%brianryner.com
59e40f5696 Move nsIContent::GetClassAttributeName() onto nsIStyledContent (bug 274402). r+sr=jst.
git-svn-id: svn://10.0.0.236/trunk@166698 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-14 03:54:01 +00:00
vladimir%pobox.com
67940bcc79 fix observer business; fix recurrence for memory calendar; notpartofthebuild
git-svn-id: svn://10.0.0.236/trunk@166697 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-14 03:34:59 +00:00
vladimir%pobox.com
a6ef3cbbf7 fixed storage recurrence; notpartofthebuild
git-svn-id: svn://10.0.0.236/trunk@166696 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-14 03:27:32 +00:00
jocuri%softhome.net
3858cc3b95 Patch for bug 270823: Remove failure on search 'time since owner touched bug' (remove linebreaks from middle join clause); patch by Joel Peshkin <bugreport@peshkin.net>, r=justdave, r=vladd, a=justdave.
git-svn-id: svn://10.0.0.236/trunk@166695 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-14 02:31:56 +00:00
myk%mozilla.org
b1fe70189f Fix for bug 241814: properly trim component fields according to product selection in the request queue, flag type editing, and anywhere else that uses the same code; r=vladd, a=justdave
git-svn-id: svn://10.0.0.236/trunk@166694 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-14 02:29:58 +00:00
jocuri%softhome.net
721f79fa1b Patch for bug 252889: Change Search.pm activity log joins to LEFT JOINS; patch by Joel Peshkin <bugreport@peshkin.net>, r=justdave, a=justdave.
git-svn-id: svn://10.0.0.236/trunk@166693 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-14 02:25:15 +00:00
jocuri%softhome.net
074a655e89 Documentation patch for bug 262268: Document in release notes that flags should not contain spaces and indicate checksetup.pl tool for upgrading; patch by justdave@bugzilla.org updated by Nick.Barnes@pobox.com, r=vladd.
git-svn-id: svn://10.0.0.236/trunk@166692 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-14 02:11:59 +00:00
shaver%mozilla.org
6e7c63bc6b Recurrence fixes:
- add an icalProperty getter/setter for serialization (yet to come).
 - fix bogus assertion
 - throw NOT_IMPLEMENTED for getOccurrences, rather than NS_OK crash bait.


git-svn-id: svn://10.0.0.236/trunk@166690 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-14 02:00:34 +00:00
jocuri%softhome.net
22e4b3570a Patch for bug 274236: Variable component overlaps in ThrowCodeError; patch by me, r=wurblzap (Marc), a=justdave.
git-svn-id: svn://10.0.0.236/trunk@166689 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-14 01:59:59 +00:00
dmose%mozilla.org
3a631a5599 Make sure that our channels have VALIDATE_ALWAYS in the loadFlags so that we don't get stale data after puts. Not part of the build.
git-svn-id: svn://10.0.0.236/trunk@166688 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-14 01:57:26 +00:00
jocuri%softhome.net
92672a4ead Patch for bug 273935: avoid double-quoting dates in series_data table; patch by Vance Baarda <vrb@novell.com>, r=vladd, a=justdave.
git-svn-id: svn://10.0.0.236/trunk@166686 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-14 01:50:33 +00:00
pavlov%pavlov.net
f6ea4dbd27 hook up a week view observer to refresh the display when you add/modify/delete
git-svn-id: svn://10.0.0.236/trunk@166684 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-14 01:41:36 +00:00
jocuri%softhome.net
618aa07aee Patch for bug 244756: checksetup.pl shouldn't fail to remove product index from milestones table in upgrade from 2.14.x; patch by Max K-A <mkanat@kerio.com>, r=vladd, a=justdave.
git-svn-id: svn://10.0.0.236/trunk@166683 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-14 01:41:35 +00:00
jocuri%softhome.net
7281f6fda6 Patch for bug 274456: Fix the use of <label> tags and remove problems with the 'mark as new' checkbox; patch by Frédéric Buclin <LpSolit@netscape.net>, r=vladd, a=justdave.
git-svn-id: svn://10.0.0.236/trunk@166682 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-14 01:35:54 +00:00
jocuri%softhome.net
4f67acc01d Patch for bug 274428: Make checksetup.pl fixup flagtypes with spaces or commas; patch by Nick.Barnes@pobox.com, r=wurblzap (Marc), a=justdave.
git-svn-id: svn://10.0.0.236/trunk@166680 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-14 01:29:44 +00:00
jocuri%softhome.net
08667cf73b Patch for bug 274400: Safari should show the lock icons (the quoted value of the class attribute should be on the same line); patch by Nick.Barnes@pobox.com, r=vladd, a=justdave.
git-svn-id: svn://10.0.0.236/trunk@166679 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-14 01:15:26 +00:00
pavlov%pavlov.net
e513d71231 clear out the attendees before adding the current set. insert mailto: before new attendees
git-svn-id: svn://10.0.0.236/trunk@166678 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-14 01:08:30 +00:00
dmose%mozilla.org
8fabd36b48 Fixed missing interface const. Not part of the build.
git-svn-id: svn://10.0.0.236/trunk@166677 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-14 00:54:05 +00:00
vladimir%pobox.com
417f4e2a53 fix occurrence thingy, notpartofthebuild
git-svn-id: svn://10.0.0.236/trunk@166676 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-14 00:53:45 +00:00
vladimir%pobox.com
c40d245cf5 fixed case, notpartofthebuild
git-svn-id: svn://10.0.0.236/trunk@166675 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-14 00:51:58 +00:00
dmose%mozilla.org
0b245dedf5 Fix recurrence issues; patch from vlad. Not part of the build.
git-svn-id: svn://10.0.0.236/trunk@166674 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-14 00:49:54 +00:00
pavlov%pavlov.net
220540b733 changing weekView to display occurrences
git-svn-id: svn://10.0.0.236/trunk@166673 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-14 00:47:51 +00:00
shaver%mozilla.org
926a47f3f8 add removeAllAttendees for pav
git-svn-id: svn://10.0.0.236/trunk@166672 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-14 00:44:21 +00:00
shaver%mozilla.org
e171bdd2a9 Use var to avoid using window.title as a temporary and triggering assertions.
git-svn-id: svn://10.0.0.236/trunk@166671 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-14 00:36:18 +00:00
vladimir%pobox.com
9cdaae573b hooked up recurrence to storage; notpartofthebuild
git-svn-id: svn://10.0.0.236/trunk@166670 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-14 00:25:58 +00:00
pavlov%pavlov.net
98c039e896 fixing recurrence to set the interval and type and fixing a bug when adding attendeees
git-svn-id: svn://10.0.0.236/trunk@166669 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-14 00:19:01 +00:00
dmose%mozilla.org
6d66aa4157 Merged in calMemoryCalendar.js changes through 1.9
git-svn-id: svn://10.0.0.236/trunk@166668 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-14 00:07:14 +00:00
shaver%mozilla.org
a0a8833d77 mMethod cleanup too
git-svn-id: svn://10.0.0.236/trunk@166667 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-13 23:52:28 +00:00
shaver%mozilla.org
f1c74094da more isPrivate fixes
git-svn-id: svn://10.0.0.236/trunk@166666 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-13 23:49:42 +00:00
shaver%mozilla.org
7ead024045 Fix mPrivacy cloning, don't clone the erstwhile mMethod.
git-svn-id: svn://10.0.0.236/trunk@166665 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-13 23:43:16 +00:00
scott%scott-macgregor.org
3e3b8cc961 Bug #254462 --> Port aviary 1.0 changes for software update support from the branch to the trunk.
git-svn-id: svn://10.0.0.236/trunk@166664 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-13 23:41:44 +00:00
pavlov%pavlov.net
fe7903755e Adding support for attendees and setting of recurrence
git-svn-id: svn://10.0.0.236/trunk@166663 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-13 23:15:41 +00:00
rlk%trfenv.com
4a578bf004 bug 267523 - firebird-index1.rdf - &brandShortName; may not always start with "F". r=steffen.wilberg@web.de
git-svn-id: svn://10.0.0.236/trunk@166662 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-13 20:22:04 +00:00
bienvenu%nventure.com
6f8b345d32 fix 181627 attachment name in mapi send with ui, patch in 273849, sr=mscott
git-svn-id: svn://10.0.0.236/trunk@166661 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-13 16:49:37 +00:00
shaver%mozilla.org
4191816fe1 Successful status code for a caldav modify (PUT over existing item) is 204, not 200
git-svn-id: svn://10.0.0.236/trunk@166659 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-13 10:23:42 +00:00
shaver%mozilla.org
3a757306f3 Bug 274336: initialize mIsDate, because we can take some paths through
normalize and whatnot that give us a "valid" date while still having
uninitialized stack garbage in mIsDate. r=vlad


git-svn-id: svn://10.0.0.236/trunk@166658 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-13 10:09:38 +00:00
shaver%mozilla.org
da7f65e988 - Use literal strings instead of integer constants, for better insulation
from libical changes, and a vastly improved debugging experience.
  The requisite data validation is coming once I figure out how best to
  get libical to do that validation in any reasonable fashion whatsoever.

- Remove METHOD from calIItemBase, as it's a bit of ICS specificity that should
  live elsewhere for manipulation in calling code.

- Remove useless getAttendees/setAttendees from calIIcalComponent, now that
  real property/parameter support exists.

- Unify property/x-property interfaces as much as possible.

- Likewise for parameters/x-parameters.

- Real property and parameters support, sufficient at least to whack ATTENDEE
  props in interesting ways.

- Properties on calIAttendee (mapped generally to ICS parameters, though
  somewhat fragilely).

- Round-trip X-WHATEVER ICS properties and params reliably.

- Attendee serialization/deserialization in calItemBase.

- In various places, SetIsVoid on empty strings returned to signify
  missing property/parameters.  Nicer from JS, to be sure.

- Fix test cases and one little spot in Sunbird to keep up.

CalDAV event modification works now.


git-svn-id: svn://10.0.0.236/trunk@166657 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-13 09:50:30 +00:00
db48x%yahoo.com
96e2652728 bug 195492: lots of page info stuff
r=neil, sr=rbs


git-svn-id: svn://10.0.0.236/trunk@166655 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-13 07:44:52 +00:00
robin.lu%sun.com
b6bc6746a6 fix bug 262236 can't select incontinuous list items. patched by nian.liu@sun.com r=aaron sr=neil
git-svn-id: svn://10.0.0.236/trunk@166652 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-13 07:34:54 +00:00
psychoticwolf%carolina.rr.com
d8c76b9648 Add New Legacy defaults to someone elses item. Bug 274367.
git-svn-id: svn://10.0.0.236/trunk@166651 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-13 07:19:45 +00:00
psychoticwolf%carolina.rr.com
c5d9f8356e Fix several small bugs in the devcp.
git-svn-id: svn://10.0.0.236/trunk@166650 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-13 05:40:59 +00:00
mconnor%myrealbox.com
9fe7947603 bug 256885 - firefox history database is endian, corrupts the display of files, r=shaver
git-svn-id: svn://10.0.0.236/trunk@166649 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-13 04:39:55 +00:00
bryner%brianryner.com
b0242fa4f1 deCOMtaminate nsIContent::GetNameSpaceID. Bug 272079, r+sr=jst
git-svn-id: svn://10.0.0.236/trunk@166648 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-13 04:14:28 +00:00
jake%bugzilla.org
c74051ba97 Add Vlad to the credits section.
git-svn-id: svn://10.0.0.236/trunk@166647 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-13 03:29:58 +00:00
jake%bugzilla.org
100ad456a7 Bug 274177 - The credits section had been previously severly reduced in size and content. Fixing that problem.
r=vladd


git-svn-id: svn://10.0.0.236/trunk@166645 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-13 03:15:22 +00:00
psychoticwolf%carolina.rr.com
76601b3730 Enable E-Mail Message for Notification of Action being taken on a queued item.
git-svn-id: svn://10.0.0.236/trunk@166643 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-13 01:11:06 +00:00
psychoticwolf%carolina.rr.com
deb96666da Prevent files from being overwritten if they have the same name. Bug 267094.
git-svn-id: svn://10.0.0.236/trunk@166642 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-13 01:09:37 +00:00
psychoticwolf%carolina.rr.com
b57f5e527d Version Compatibility recorded wrongly for applications after the 1st.
git-svn-id: svn://10.0.0.236/trunk@166641 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-13 00:11:42 +00:00
neil%parkwaycc.co.uk
bdd2c41fa2 Replace use of [buttonover] and [buttondown] styles with hierarchical :hover and :active b=257280 p=gautheri@noos.fr r+sr=me
git-svn-id: svn://10.0.0.236/trunk@166640 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-12 23:18:33 +00:00
psychoticwolf%carolina.rr.com
be81675045 Fix Bustage when trying to add from the new form.
git-svn-id: svn://10.0.0.236/trunk@166639 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-12 23:15:45 +00:00
psychoticwolf%carolina.rr.com
f0b9fd8944 Add New Version Form, Flip Listings to Newest First
git-svn-id: svn://10.0.0.236/trunk@166638 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-12 23:02:03 +00:00
psychoticwolf%carolina.rr.com
ac12db4cfc for ALL is confusing, fix download image.
git-svn-id: svn://10.0.0.236/trunk@166637 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-12 22:21:38 +00:00
psychoticwolf%carolina.rr.com
c1e06f4db4 Add First Draft of About Developer Control Panel.
git-svn-id: svn://10.0.0.236/trunk@166636 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-12 22:03:53 +00:00
dbaron%dbaron.org
a6ecec94f6 That doesn't work either, so just revert the change for the suite case.
git-svn-id: svn://10.0.0.236/trunk@166635 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-12 21:39:27 +00:00
timeless%mozdev.org
52f72efbd1 Bug 247147 Perl errors when building in browser/themes/pinstripe/browser
patch by sdwalker@myrealbox.com r=bryner


git-svn-id: svn://10.0.0.236/trunk@166634 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-12 20:58:03 +00:00
dbaron%dbaron.org
75b14a29d2 Fix comment from previous change.
git-svn-id: svn://10.0.0.236/trunk@166633 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-12 20:33:07 +00:00
dbaron%dbaron.org
94d401ffc6 More brokenness from recent changes needed to fix monkeypox orange.
git-svn-id: svn://10.0.0.236/trunk@166632 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-12 20:30:51 +00:00
dbaron%dbaron.org
2fa2f9b1c7 app -register does not work for the suite. This should fix monkeypox orange.
git-svn-id: svn://10.0.0.236/trunk@166631 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-12 19:48:13 +00:00
mats.palmgren%bredband.net
789b6ede07 Fix a crash when the next-in-flow is on the same line (::first-letter). b=268119 r+sr=roc
git-svn-id: svn://10.0.0.236/trunk@166630 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-12 18:15:53 +00:00
cbiesinger%web.de
ed849fa1c8 Bug 267089 Remove nsIAlertListener from toolkit
patch by Alexander Opitz <opi@gmx.at> r=mconnor


git-svn-id: svn://10.0.0.236/trunk@166629 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-12 16:46:33 +00:00
cbiesinger%web.de
68b594a57f 271959 fix typo in about: license, patch by Alex Vincent <ajvincent@gmail.com>
r=gerv sr=bz


git-svn-id: svn://10.0.0.236/trunk@166628 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-12 16:44:29 +00:00
cbiesinger%web.de
b732fc23d7 bug 36322 patch by Masayuki Nakano <masayuki@d-toybox.com> r+sr=roc
Japanese text justification


git-svn-id: svn://10.0.0.236/trunk@166627 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-12 16:14:43 +00:00
mats.palmgren%bredband.net
db880a79be Correct a mistake in the shrink-to-fit code. b=201897 r=bzbarsky sr=dbaron
git-svn-id: svn://10.0.0.236/trunk@166626 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-12 15:57:22 +00:00
neil%parkwaycc.co.uk
4599192c24 Replace use of [buttonover] and [buttondown] styles with hierarchical :hover and :active b=257280 p=gautheri@noos.fr r+sr=me
git-svn-id: svn://10.0.0.236/trunk@166625 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-12 09:21:56 +00:00
tor%cs.brown.edu
8f0b8e6688 Backout 270257.
git-svn-id: svn://10.0.0.236/trunk@166624 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-12 05:30:29 +00:00
psychoticwolf%carolina.rr.com
3ba5a603cd Add Small FAQ/Info Icon
git-svn-id: svn://10.0.0.236/trunk@166623 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-12 04:50:06 +00:00
brendan%mozilla.org
6a761c2127 Protect near-newborns from GC when defining function objects, and fix stack local root management under JSOP_INITCATCHVAR for similar reasons -- to avoid last-ditch GC nesting and collecting a near-newborn (271716, r=shaver).
git-svn-id: svn://10.0.0.236/trunk@166622 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-12 04:46:01 +00:00
psychoticwolf%carolina.rr.com
14c77f0590 Add List of Common Plugins for Mozilla
git-svn-id: svn://10.0.0.236/trunk@166621 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-12 04:45:32 +00:00
zack%kde.org
018ca5b959 removing more useless debugging code. also adding code for checking pixmaps.
git-svn-id: svn://10.0.0.236/trunk@166620 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-12 03:50:21 +00:00
zack%kde.org
9e8572f1f2 remove useless now debugging output. fixes 274181
git-svn-id: svn://10.0.0.236/trunk@166619 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-12 03:41:37 +00:00
tor%cs.brown.edu
0993660a56 Backout 270257.
git-svn-id: svn://10.0.0.236/trunk@166618 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-12 02:37:58 +00:00
jocuri%softhome.net
33c967d63e Patch for bug 273873: bug-creation template for UNCONFIRMED shouldn't set status to NEW; patch by Nick.Barnes@pobox.com, r=justdave, a=justdave.
git-svn-id: svn://10.0.0.236/trunk@166617 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-12 01:41:09 +00:00
tor%cs.brown.edu
b488589ddb Bug 263087 - remove unused IFAST code. Patch by bernard.alleysson@gmail.com.
r+sr=tor


git-svn-id: svn://10.0.0.236/trunk@166616 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-12 00:57:39 +00:00
tor%cs.brown.edu
a2a6668365 Bug 270257 - don't call Will/DidModify in SetContext.
Patch by jonathan.watt@strath.ac.uk, r=afri.


git-svn-id: svn://10.0.0.236/trunk@166615 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-12 00:33:37 +00:00
brendan%mozilla.org
98bef0d31b Unroot on failure exit paths from js_ReportUncaughtException (274096, r=shaver).
git-svn-id: svn://10.0.0.236/trunk@166614 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-11 22:00:34 +00:00
shaver%mozilla.org
3a48ff32e3 - Use signed constants for calIIcalComponent, so that we can express
the absence of integer-valued properties consistently.
- Add calIIcalComponent.INVALID_VALUE for just that purpose.
- Use the same constant values for method in calIItemBase as we use in
  calIIcalComponent, for the sake of my sanity.  (Tempted to just remove them
  and have people who care about setting .method do it on the icalComponent
  of their choice.)
- Make calIItemBase.generation unsigned, since 0 means not-stored.
- Voidify string properties returned from calICSService to indicate a missing
  property.
- Don't propagate null or INVALID_VALUE props when copying to/from ICS.
- calIItemBase.generation has precisely nothing to do with ICS VERSION, so
  remove the mapping.


git-svn-id: svn://10.0.0.236/trunk@166613 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-11 21:17:36 +00:00
dbaron%dbaron.org
1fcb90f61b Fix previous checkin.
git-svn-id: svn://10.0.0.236/trunk@166612 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-11 20:05:09 +00:00
dmose%mozilla.org
8a353d1882 Fix deleteItem(), clean up a few calls to dump(). Not part of the build.
git-svn-id: svn://10.0.0.236/trunk@166611 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-11 19:51:25 +00:00
mvl%exedo.nl
57dd009fab set class on eventboxes to actually draw a box
git-svn-id: svn://10.0.0.236/trunk@166610 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-11 18:52:19 +00:00
pkw%us.ibm.com
f7a7905eca Back out singsign changes from Bug 270248 due to regressions
git-svn-id: svn://10.0.0.236/trunk@166609 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-11 18:25:23 +00:00
cltbld
3f3d4e58d9 Automated update from host egg
git-svn-id: svn://10.0.0.236/trunk@166607 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-11 16:43:28 +00:00
mvl%exedo.nl
d048712a30 enable tranformiix and xmlextras for sunbird, to be able to export to xml and csv
bug 261489, r=mostafah


git-svn-id: svn://10.0.0.236/trunk@166606 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-11 16:38:45 +00:00
silver%warwickcompsoc.co.uk
5bfc4e0df8 Bug 274161 - Typo in updated help for /whois.
ChatZilla only.
r=me
p=giacomo.magnini@portalis.it (Giacomo Magnini)


git-svn-id: svn://10.0.0.236/trunk@166604 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-11 14:25:08 +00:00
silver%warwickcompsoc.co.uk
d57a4becbe Bug 257026 - Add 'URL catcher' to ChatZilla, and /urls command to display said caught URLs.
ChatZilla only.
r=rginda


git-svn-id: svn://10.0.0.236/trunk@166603 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-11 14:19:44 +00:00
jocuri%softhome.net
7e6d611422 Patch for bug 271474: Fix SQL syntax error when updating max votes per bug in editproducts.cgi and questionable activity log entries when an admin changes the votes-to-confirm setting to a lower value and bugs get confirmed by popular vote; patch by Nick.Barnes@pobox.com, r=vladd, a=justdave.
git-svn-id: svn://10.0.0.236/trunk@166602 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-11 13:34:03 +00:00
cbiesinger%web.de
e108f837e0 271068 make frozen PSM headers part of the gecko sdk
patch by Crispin Flowerday <crispin@flowerday.cx> r=bsmedberg sr=darin


git-svn-id: svn://10.0.0.236/trunk@166601 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-11 13:24:31 +00:00
bmlk%gmx.de
d4159815eb sync iframe and object frame MEW with their reported widths, bug 263050 r/sr=dbaron
git-svn-id: svn://10.0.0.236/trunk@166600 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-11 12:31:39 +00:00
jake%bugzilla.org
393209a2f8 Bug 256019 - The documentation was unclear regarding what to do if the administrator gets logged out while "shutdownhtml" is active.
Patch by Shane H. W. Travis <travis@sedsystems.ca>
r=jake


git-svn-id: svn://10.0.0.236/trunk@166599 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-11 11:32:16 +00:00
jocuri%softhome.net
57ebc38e0c Patch for bug 274134: Modify relative path to padlock.png in recently moved CSS file; patch by Frédéric Buclin <LpSolit@netscape.net>, r=vladd, a=justdave.
git-svn-id: svn://10.0.0.236/trunk@166598 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-11 08:57:32 +00:00
dbaron%dbaron.org
496281e7b3 Txul and Ts should print links only if TestsPhoneHome.
git-svn-id: svn://10.0.0.236/trunk@166597 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-11 08:33:58 +00:00
bmlk%gmx.de
7af8907c47 backout of shavers checkin as it breaks windows build and dbradley thinks that Quit took a parameter that was to be the return value of XPCShell?
git-svn-id: svn://10.0.0.236/trunk@166596 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-11 06:42:39 +00:00
shaver%mozilla.org
25ee064e14 Bug 274136: add setExitCode global function for controlling xpcshell's exit
status.  Somewhere out there, the god of automated tests cracked a smile.
r=dmose


git-svn-id: svn://10.0.0.236/trunk@166594 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-11 03:32:10 +00:00
timeless%mozdev.org
7834148018 Bug 241171 Add error reporting and handling to PerlConnect
r=shaver


git-svn-id: svn://10.0.0.236/trunk@166593 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-11 00:50:53 +00:00
vladimir%pobox.com
4b9ffb455e fixed up memory calendar, with working modify, and some recurrence impl. notpartoftehbuild
git-svn-id: svn://10.0.0.236/trunk@166592 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-11 00:38:10 +00:00
jocuri%softhome.net
c152c5dc9a Patch for bug 251502: Remove queryhelp.cgi (redundant, badly out of date); patch by me, r=wurblzap (Marc), r=gerv, a=justdave.
git-svn-id: svn://10.0.0.236/trunk@166591 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-11 00:28:22 +00:00
jocuri%softhome.net
d0fa6f2209 Patch for bug 269398: request.cgi should not fail with error in SQL when no products are available for the user; patch by Frédéric Buclin <LpSolit@netscape.net>, r=vladd, a=justdave.
git-svn-id: svn://10.0.0.236/trunk@166590 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-11 00:05:41 +00:00
dbaron%dbaron.org
2437efb50d Bring back to dead state in CVS even though it's been in the Attic for years.
git-svn-id: svn://10.0.0.236/trunk@166589 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-10 23:50:32 +00:00
dmose%mozilla.org
4c71d9cca0 First cut at modifyItem() and deleteItem(). Not part of the build
git-svn-id: svn://10.0.0.236/trunk@166588 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-10 23:50:14 +00:00
psychoticwolf%carolina.rr.com
e791df4fa8 Fix HTML error. Revise footer testing notice.
git-svn-id: svn://10.0.0.236/trunk@166587 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-10 23:21:05 +00:00
zack%kde.org
e42bcf9a84 Fixing for crashes due to using a wrong string in strlen. br:273756
git-svn-id: svn://10.0.0.236/trunk@166586 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-10 22:59:10 +00:00
dbaron%dbaron.org
31dd6cb45e Avoid platform-specific timezone-computation nightmare and just check out using GMT. r=bryner
git-svn-id: svn://10.0.0.236/trunk@166585 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-10 22:39:24 +00:00
gerv%gerv.net
578b138ad0 Bug 261899 - comment cleanup to avoid warning. Problem introduced by bug 236613: change to MPL/LGPL/GPL tri-license.
git-svn-id: svn://10.0.0.236/trunk@166584 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-10 22:34:17 +00:00
vladimir%pobox.com
c35ba2c68c fix deleteItem.. notpartoftehbuild
git-svn-id: svn://10.0.0.236/trunk@166583 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-10 22:25:27 +00:00
vladimir%pobox.com
c8b3aad964 oops, can't have two deleteItems.. notpartoftehbuild
git-svn-id: svn://10.0.0.236/trunk@166582 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-10 22:16:30 +00:00
gerv%gerv.net
e93cffb42c Bug 264662: Don't delete old chart data. We'll document the problems instead. Patch by gerv; r,a=justdave.
git-svn-id: svn://10.0.0.236/trunk@166581 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-10 21:57:15 +00:00
vladimir%pobox.com
6d8dbf468a fix for multiple modifys in a row, notpartofthebuild
git-svn-id: svn://10.0.0.236/trunk@166580 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-10 21:32:08 +00:00
pkw%us.ibm.com
7e3d54987b Bug 270248 - Cleanup string usage in wallet code.
r=cbiesinger@gmx.at, sr=darin@meer.net


git-svn-id: svn://10.0.0.236/trunk@166579 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-10 21:13:44 +00:00
vladimir%pobox.com
0a2d6d0d84 sprinkle around some resets, to get around locked db issues. notpartofhtebuild
git-svn-id: svn://10.0.0.236/trunk@166578 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-10 20:55:51 +00:00
pavlov%pavlov.net
b3e906e5ac clean up some code and fix up deleting of items
git-svn-id: svn://10.0.0.236/trunk@166577 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-10 20:34:30 +00:00
dbaron%dbaron.org
a7f7bef94e Make build-camino.pl usable as a post-mozilla.pl given changes elsewhere.
git-svn-id: svn://10.0.0.236/trunk@166576 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-10 20:29:06 +00:00
dbaron%dbaron.org
1bbe8bb7a8 Commit changes from pawn tinderbox, which is the only tinderbox using build-camino.pl and the only one where camino tests work.
git-svn-id: svn://10.0.0.236/trunk@166575 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-10 20:26:57 +00:00
silver%warwickcompsoc.co.uk
f4e8cc1937 Bug 274076 - Move flex/max-width to CSS so that it can be override by userChrome.css.
ChatZilla only.
r=rginda


git-svn-id: svn://10.0.0.236/trunk@166574 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-10 20:04:36 +00:00
jst%mozilla.jstenback.com
c179a9b1bf Dropping 'Impl' from class names to keep things more sane. rs=peterv@propagandism.org
git-svn-id: svn://10.0.0.236/trunk@166573 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-10 19:48:22 +00:00
bsmedberg%covad.net
76ba61c76e Add xprintutil and xt libs so that the linux version actually has all the symbols references it needs.
git-svn-id: svn://10.0.0.236/trunk@166572 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-10 18:58:34 +00:00
despotdaemon
a76b7418d9 Pseudo-automatic update of changes made by dbaron@dbaron.org.
git-svn-id: svn://10.0.0.236/trunk@166571 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-10 18:44:12 +00:00
bsmedberg%covad.net
f15c999456 Bstage fix from bug 273876 - incorporate psshared and fix the #ifdefs for gcc (apparently it doesn't do == the same way as MSVC?)
git-svn-id: svn://10.0.0.236/trunk@166570 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-10 18:15:15 +00:00
bsmedberg%covad.net
81ffeea662 The gnome icon decoder cannot be part of libxul because it uses gnome libs that are allowed to not be present at runtime. See bug 273876
git-svn-id: svn://10.0.0.236/trunk@166569 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-10 17:58:29 +00:00
bsmedberg%covad.net
832404e949 Don't build plugin samples until after xpcom is available. Shouldn't affect the default build.
git-svn-id: svn://10.0.0.236/trunk@166568 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-10 17:47:52 +00:00
cltbld
db721aec02 Automated update from host egg
git-svn-id: svn://10.0.0.236/trunk@166567 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-10 16:52:45 +00:00
doronr%us.ibm.com
136a020cb9 fix mac bustage, don't build schema validation when all extensions are build
git-svn-id: svn://10.0.0.236/trunk@166566 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-10 16:49:00 +00:00
mostafah%oeone.com
51c2230e89 Updated translation
git-svn-id: svn://10.0.0.236/trunk@166565 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-10 16:03:01 +00:00
cltbld
184de873e1 Automated update from host egg
git-svn-id: svn://10.0.0.236/trunk@166563 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-10 15:13:00 +00:00
doronr%us.ibm.com
2561ed3582 Bug 223097 - XML Schema Validation initial checkin, not built by default. Lives in extensions/schema-validation. r=jst for build changes.
git-svn-id: svn://10.0.0.236/trunk@166562 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-10 15:11:31 +00:00
jocuri%softhome.net
3338d08e63 Patch for bug 201554: remove un-necessary warning to non-root user with webservergroup access gave by checksetup.pl; patch by Rob Siklos <rsiklos@adexa.com>, r=vladd, a=justdave.
git-svn-id: svn://10.0.0.236/trunk@166559 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-10 14:28:34 +00:00
vladimir%pobox.com
b7d1419fa9 b=270715, storage in default pull and Makefile.in, r=bsmedberg,shaver
git-svn-id: svn://10.0.0.236/trunk@166557 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-10 12:15:18 +00:00
pavlov%pavlov.net
ccaf87de27 Making clone() do a QI back to calIEvent
git-svn-id: svn://10.0.0.236/trunk@166556 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-10 11:35:05 +00:00
vladimir%pobox.com
889cab9844 updated for new last_modified type
git-svn-id: svn://10.0.0.236/trunk@166555 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-10 11:27:48 +00:00
vladimir%pobox.com
7a16be6ba4 fixed lastModifiedTime type, notpartofthebuild
git-svn-id: svn://10.0.0.236/trunk@166554 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-10 11:22:48 +00:00
pavlov%pavlov.net
60df892693 fixing new event dialog to start with the correct start/end times
git-svn-id: svn://10.0.0.236/trunk@166553 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-10 11:13:04 +00:00
shaver%mozilla.org
bc7a278b26 A bouquet garni of fragrant fixes:
- set prodid and version in generated ICS
- don't set empty-valued properties on the icalcomp; it makes some
  parsers sad
- save the listener's "outer this" so that we find it to call the notification
  methods on when adding an item is well and truly done.

Can now create events on a CalDAV server.


git-svn-id: svn://10.0.0.236/trunk@166552 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-10 11:00:27 +00:00
pavlov%pavlov.net
d011cc76b3 getting the edit dialog up
git-svn-id: svn://10.0.0.236/trunk@166551 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-10 10:58:59 +00:00
shaver%mozilla.org
daeab2d4a5 A caller may ask us to set a date-valued property to null. Rebuff them
gently, instead of wetting the floor.


git-svn-id: svn://10.0.0.236/trunk@166550 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-10 10:00:17 +00:00
shaver%mozilla.org
6a823a0bc5 Use prefs to control calendar type ("calendar.default-calendar.type") and
uri ("calendar.default-calendar.uri", only for caldav and storage types), so
we can all stop hacking createCalendar ourselves. r=dmose.

The default remains a memory-type calendar.


git-svn-id: svn://10.0.0.236/trunk@166549 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-10 09:56:34 +00:00
simford.dong%sun.com
35f83931a6 Bug 266103 IT/sv/ru/pl not included in regionNames.properties
dbaron: superreview+
smontagu: review+

check-in for Ervin.Yan@sun.com


git-svn-id: svn://10.0.0.236/trunk@166548 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-10 09:15:44 +00:00
jwalden%mit.edu
47a15d0bfd Bug 265689 - Use <p/> (not <div/> for paragraphs
git-svn-id: svn://10.0.0.236/trunk@166547 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-10 06:12:08 +00:00
brendan%mozilla.org
3e42bc9cda Fix SetFunctionSlot to use mutating change-property-attrs call (273963, r=jband).
git-svn-id: svn://10.0.0.236/trunk@166546 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-10 04:07:49 +00:00
ginn.chen%sun.com
265860d99a Bug 269308 Mozilla should check solaris Math Library (libm) patch
patch maker=leon.sha@sun.com r=roland.mainz sr=darin


git-svn-id: svn://10.0.0.236/trunk@166545 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-10 02:56:42 +00:00
ginn.chen%sun.com
ec7245fa62 Bug 268524 mozilla is unusable in solaris x86 using Sun SOS10 compiler.
patch maker=leon.sha@sun.com r=darin sr=henry.jia


git-svn-id: svn://10.0.0.236/trunk@166544 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-10 02:52:49 +00:00
vladimir%pobox.com
be4378e216 Initialize stampDate on event init, notpartofthebuild
git-svn-id: svn://10.0.0.236/trunk@166543 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-10 02:32:30 +00:00
ginn.chen%sun.com
7c60d831fa Bug 251492 [gnome]selected item text wrong color in high-contrast themes
reland toolkit part
fix the wrong "Landing the Aviary Branch (Toolkit sections excluding
toolkit/content)." by ben%bengoodger.com 2004-11-30 14:54


git-svn-id: svn://10.0.0.236/trunk@166542 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-10 02:30:24 +00:00
vladimir%pobox.com
4de9d376bf Initialize creationDate and lastModifiedDate on itembase init, notpartofthebuild
git-svn-id: svn://10.0.0.236/trunk@166541 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-10 02:29:05 +00:00
dmose%mozilla.org
439857f04a Get addItem() closer to working (not part of the build)
git-svn-id: svn://10.0.0.236/trunk@166540 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-10 02:25:12 +00:00
aaronleventhal%moonset.net
81a27da556 bug 265677. Message Toolbar's button not accessible. Patch from doronr, r=mconnor
git-svn-id: svn://10.0.0.236/trunk@166539 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-10 02:25:11 +00:00
nboyd%atg.com
55b02fc0a0 Add HttpUnit and HtmlUnit
git-svn-id: svn://10.0.0.236/trunk@166538 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-10 01:52:18 +00:00
pavlov%pavlov.net
402ca5da27 fixing compile problem on windows
git-svn-id: svn://10.0.0.236/trunk@166537 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-10 01:50:51 +00:00
dmose%mozilla.org
60b42f6135 utcTime is now known as nativeTime. not part of the build.
git-svn-id: svn://10.0.0.236/trunk@166536 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-10 01:46:09 +00:00
vladimir%pobox.com
babc5fb3a8 removed reinvention of instanceof; notpartofthebuild
git-svn-id: svn://10.0.0.236/trunk@166535 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-10 01:45:20 +00:00
pavlov%pavlov.net
357c86ff14 fixing weekView to request events for the full 7 days instead of just 6
git-svn-id: svn://10.0.0.236/trunk@166534 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-10 01:45:02 +00:00
vladimir%pobox.com
f9253cf545 utcTime is now nativeTime, notpartofthebuild
git-svn-id: svn://10.0.0.236/trunk@166533 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-10 01:43:25 +00:00
vladimir%pobox.com
cbf025f20b fix calDateTime jsDate conversion, oops; notpartofthebuild
git-svn-id: svn://10.0.0.236/trunk@166532 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-10 01:35:48 +00:00
nboyd%atg.com
af28be894e remove stale link
git-svn-id: svn://10.0.0.236/trunk@166531 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-10 01:35:05 +00:00
brendan%mozilla.org
6223d45611 Null, not false (fix copy-paste error).
git-svn-id: svn://10.0.0.236/trunk@166530 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-10 01:31:16 +00:00
darin%meer.net
a608dd77f8 fix libxul XP_UNIX bustage
git-svn-id: svn://10.0.0.236/trunk@166529 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-10 01:30:04 +00:00
silver%warwickcompsoc.co.uk
ab5ba31fa4 Bug 150140 - Support /whois nick nick, and add /wii.
ChatZilla only.
r=rginda


git-svn-id: svn://10.0.0.236/trunk@166528 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-10 01:29:01 +00:00
pavlov%pavlov.net
2ee3b016f9 changing virtual nsresult to NS_IMETHOD so that it builds on windows
git-svn-id: svn://10.0.0.236/trunk@166527 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-10 01:14:42 +00:00
jst%mozilla.jstenback.com
c067c7a538 Fixing bug 273961. Don't execute unix process creation code on windows. r+sr=darin@meer.net
git-svn-id: svn://10.0.0.236/trunk@166526 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-10 01:06:37 +00:00
vladimir%pobox.com
a214171e82 forgot TimezoneOffset getter/setter, notpartofthebuild
git-svn-id: svn://10.0.0.236/trunk@166525 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-10 01:05:31 +00:00
dmose%mozilla.org
a04298c81d Fixed trailing comma (strict warning) and interface constant. Not part of build.
git-svn-id: svn://10.0.0.236/trunk@166523 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-10 00:50:03 +00:00
vladimir%pobox.com
4d321d3103 Have calIDateTime track the tz offset when going to/from jsdates. npotb
git-svn-id: svn://10.0.0.236/trunk@166522 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-10 00:45:04 +00:00
dmose%mozilla.org
767c4ecc58 Fix getItem for a single event to work. Not part of the build.
git-svn-id: svn://10.0.0.236/trunk@166521 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-10 00:36:26 +00:00
dmose%mozilla.org
2432af2647 test for getItem() on a single event. (not part of the build)
git-svn-id: svn://10.0.0.236/trunk@166520 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-10 00:35:49 +00:00
pavlov%pavlov.net
3c66139437 fixing weekView to clear events when changing weeks
git-svn-id: svn://10.0.0.236/trunk@166519 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-10 00:15:25 +00:00
shaver%mozilla.org
c85d25bd0a - Basic ICS serialization of events.
- icalComponent getter on calIItemBase to aid in serializing multiple
  components, such as to write out an entire calendar as ICS (say).
- Fix DATE property handling in the ICS service, no thanks at all to libical's
  use of obfuscated void * as its type for everything.


git-svn-id: svn://10.0.0.236/trunk@166518 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-10 00:15:22 +00:00
tor%cs.brown.edu
fc90ebe7cb Bug 216559 - CSS3 currentColor. Patch by scootermorris@comcast.net.
r=bz, sr=dbaron.


git-svn-id: svn://10.0.0.236/trunk@166517 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-09 23:51:25 +00:00
pavlov%pavlov.net
450121a167 fix week view to show events in the right column and time slot
git-svn-id: svn://10.0.0.236/trunk@166516 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-09 23:47:44 +00:00
dbaron%dbaron.org
249f882a8a Fix make install bustage.
git-svn-id: svn://10.0.0.236/trunk@166515 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-09 23:39:48 +00:00
dbaron%dbaron.org
1aa98ed890 Use CSS to improve appearance of flames image.
git-svn-id: svn://10.0.0.236/trunk@166514 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-09 23:21:18 +00:00
pavlov%pavlov.net
78814c2b5d set the start/end times correctly
git-svn-id: svn://10.0.0.236/trunk@166513 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-09 22:51:59 +00:00
vladimir%pobox.com
41f880f124 set mURI only after everything is initialized; also, move commitTransaction() into try blocks. notpartoftehbuild
git-svn-id: svn://10.0.0.236/trunk@166512 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-09 22:34:59 +00:00
vladimir%pobox.com
638bdb758d automatically reset mozStorageStatementWrapper when the statement is finished executing, to avoid havin to reset() all the time. notpartofthebuild
git-svn-id: svn://10.0.0.236/trunk@166511 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-09 22:34:00 +00:00
pavlov%pavlov.net
e3aa123766 work on getting the week view to work again bug 273955 r=mvl
git-svn-id: svn://10.0.0.236/trunk@166510 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-09 22:32:39 +00:00
vladimir%pobox.com
b18b0f330b fix usage of snprintf to use PR_smprintf, notpartofthebuild
git-svn-id: svn://10.0.0.236/trunk@166506 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-09 21:42:36 +00:00
pavlov%pavlov.net
ffc6251142 fixing win32 build issues r=shaver
git-svn-id: svn://10.0.0.236/trunk@166505 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-09 21:22:15 +00:00
bienvenu%nventure.com
ca87fb1546 fix 273356 mdn requests don't work on global inbox messages, sr=mscott
git-svn-id: svn://10.0.0.236/trunk@166502 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-09 21:01:10 +00:00
aaronleventhal%moonset.net
648fd9f997 Bug 273597 - AccessibleMarshall.dll missing from Firefox install. r+sr=bryner
git-svn-id: svn://10.0.0.236/trunk@166500 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-09 20:14:45 +00:00
Stefan.Borggraefe%gmx.de
0cd781f219 Bug 251991: Convert dialogs of the PSM to <dialog>
r=neil, sr=jst


git-svn-id: svn://10.0.0.236/trunk@166499 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-09 19:50:20 +00:00
cltbld
9ac2f364f1 Automated update from host egg
git-svn-id: svn://10.0.0.236/trunk@166498 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-09 19:33:25 +00:00
bsmedberg%covad.net
4c08900f0e Bug 273876 - libxul step 2 (everything through widget, except spidermonkey) r=darin; again, this should not affect non-xulrunner trees.
git-svn-id: svn://10.0.0.236/trunk@166497 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-09 19:28:35 +00:00
mvl%exedo.nl
35e3dffa99 initial version of a synchronization test. npotb
git-svn-id: svn://10.0.0.236/trunk@166496 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-09 19:17:50 +00:00
ere%atp.fi
cddbc80d60 Bug 186549: add a pref. that allows different windows to retain their own input locale settings
Patch by Masayuki Nakano
r=emaijala
sr=bzbarsky


git-svn-id: svn://10.0.0.236/trunk@166495 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-09 19:01:35 +00:00
ere%atp.fi
8123d1b7d8 Fix for bug 264708: Single-bit transparency not supported on Win98
Patch by Dainis Jonitis
r=emaijala
sr=roc


git-svn-id: svn://10.0.0.236/trunk@166494 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-09 17:56:46 +00:00
bienvenu%nventure.com
238a6fc093 potential fix for topcrash in imap code 269573, parser was ignoring the stop button in some situations, sr=mscott
git-svn-id: svn://10.0.0.236/trunk@166493 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-09 17:56:30 +00:00
bsmedberg%covad.net
8ec3bde4fe Forgot one use of the pref from bug 237417 - noted by bugzilla-mozilla@dorando.at
git-svn-id: svn://10.0.0.236/trunk@166492 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-09 17:55:37 +00:00
bzbarsky%mit.edu
6c43f0e833 Move handling of "dir" and "bdo" into ua.css so it doesn't get turned off when
author styles are disabled.  Bug 261361, patch by fantasai
<fantasai.bugs@inkedblade.net>, r=dbaron, sr=bzbarsky


git-svn-id: svn://10.0.0.236/trunk@166490 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-09 16:08:43 +00:00
bzbarsky%mit.edu
c7d6ff9baa Use the right extension for appending filters to the filepicker. Bug 273498,
r=mconnor


git-svn-id: svn://10.0.0.236/trunk@166489 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-09 15:39:11 +00:00
amardare%qnx.com
7de7ea6ba5 Change for qnx(photon) platform only. It should not affect runtime/buildig other platforms.
Temporary fix until PR:22930 is fixed in libph. The library insist in making any PtRegion widget
sensitive and opaque to key events. Thi shappen if after realizing it, a resource ( like
Pt_ARG_POS or Pt_ARG_DIM ) is set. Such a region will completely block any key events from reaching
any application, if the mouse is in top of it. To test open the url bar, place the mouse in top
of the list and type something. The key events are not reaching anybody.


git-svn-id: svn://10.0.0.236/trunk@166488 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-09 14:53:27 +00:00
neil%parkwaycc.co.uk
7e7fbb5255 Bug 273741 Plain text copy suffering HTML conversion (regression from bug 244685) p=david.gardiner@unisa.edu.au r=dean_tessman sr=me
git-svn-id: svn://10.0.0.236/trunk@166486 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-09 12:59:29 +00:00
jocuri%softhome.net
6093ff9cb7 Patch for bug 273483: update param(sendmailnow) information; patch by Shane H. W. Travis <travis@sedsystems.ca>, r=justdave, a=justdave.
git-svn-id: svn://10.0.0.236/trunk@166485 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-09 10:55:21 +00:00
jocuri%softhome.net
aecbadf98b Patch for bug 271797: avoid making target_milestone empty if usetargetmilestone=1; patch by Frédéric Buclin <LpSolit@netscape.net>, r=justdave, a=justdave.
git-svn-id: svn://10.0.0.236/trunk@166484 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-09 10:49:53 +00:00
jocuri%softhome.net
675ba798a6 Patch for bug 266137: Add missing cross checks in sanitycheck.cgi; patch by Marc Schumann <wurblzap@gmail.com>, r=vladd, a=justdave.
git-svn-id: svn://10.0.0.236/trunk@166483 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-09 09:36:51 +00:00
jocuri%softhome.net
141688bf99 Patch for bug 258709: Make expansion of voteremovedmail honour emailsuffix; patch by Marc Schumann <wurblzap@gmail.com>, r=vladd, a=justdave.
git-svn-id: svn://10.0.0.236/trunk@166482 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-09 09:27:36 +00:00
jocuri%softhome.net
0a15c88e9a Patch for bug 233049: Improve error when filtering requests with component not in the selected product; patch by Marc Schumann <wurblzap@gmail.com>, r=vladd, a=justdave.
git-svn-id: svn://10.0.0.236/trunk@166481 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-09 09:22:20 +00:00
jocuri%softhome.net
0adf3c1cd8 Patch for bug 182375: Do not permit flags with spaces or commas; patch by Frédéric Buclin <LpSolit@netscape.net>, r=vladd, a=justdave.
git-svn-id: svn://10.0.0.236/trunk@166480 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-09 09:16:08 +00:00
dmose%mozilla.org
14bfde7df9 Basic getItems functionality work (not part of build)
git-svn-id: svn://10.0.0.236/trunk@166479 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-09 08:21:20 +00:00
psychoticwolf%carolina.rr.com
743e33999d Fix Bug 273843, update-daemon@update.mozilla.org isnt a valid e-mail.
git-svn-id: svn://10.0.0.236/trunk@166478 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-09 08:01:10 +00:00
psychoticwolf%carolina.rr.com
b5484a36d5 Fix Bustage caused by missing )
git-svn-id: svn://10.0.0.236/trunk@166477 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-09 07:39:10 +00:00
psychoticwolf%carolina.rr.com
4fd6659eec Fix Bug 266161. Upgrading Theme from 1.0PR to 1.0 hoses Firefox. Patch by alanjstr. R=Vlad, R=Wolf
git-svn-id: svn://10.0.0.236/trunk@166476 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-09 07:13:12 +00:00
psychoticwolf%carolina.rr.com
38dd4b72d2 Removing Unused Files. Bug 260157.
git-svn-id: svn://10.0.0.236/trunk@166475 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-09 06:50:37 +00:00
psychoticwolf%carolina.rr.com
120ad25577 Landing New Files for New Styles. Bug 260157.
git-svn-id: svn://10.0.0.236/trunk@166474 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-09 06:43:29 +00:00
psychoticwolf%carolina.rr.com
7aaa19f2e1 Land New Mozilla Update Look. Bug 260157.
git-svn-id: svn://10.0.0.236/trunk@166473 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-09 06:34:53 +00:00
tor%cs.brown.edu
9f49cd9630 Previous checkin was for bug 238530, not 238050.
git-svn-id: svn://10.0.0.236/trunk@166472 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-09 03:34:06 +00:00
tor%cs.brown.edu
308eece6d8 Bug 238050 - implement SVG markers. r=scooter, moz common files sr=dbaron
git-svn-id: svn://10.0.0.236/trunk@166471 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-09 03:16:15 +00:00
shaver%mozilla.org
d3166f292c some more gentle errors if we try to use this without --enable-storage
git-svn-id: svn://10.0.0.236/trunk@166470 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-09 03:09:31 +00:00
shaver%mozilla.org
077ba30fad - calIDateTime.isDate.
- warning fixes in calDateTime, calRecurrenceInfo.
- use CalDateTime constructor instead of helper function.
- calEvent.icalString setter basics implemented (no attendees yet)
- simple test case for icalString setter.


git-svn-id: svn://10.0.0.236/trunk@166469 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-09 02:53:46 +00:00
brendan%mozilla.org
099b2a1a1c Report uncaught Error with proper message, filename, lineno (243869, r=shaver).
git-svn-id: svn://10.0.0.236/trunk@166468 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-09 02:19:53 +00:00
brendan%mozilla.org
f28e3637eb Expand tabs.
git-svn-id: svn://10.0.0.236/trunk@166467 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-09 01:32:19 +00:00
dmose%mozilla.org
f55590ffe4 Implement most of getItems, getItem, and some of addItem. Not part of the build.
git-svn-id: svn://10.0.0.236/trunk@166466 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-09 01:02:35 +00:00
dmose%mozilla.org
0121bfde7d Update calendar testing infrastructure (not part of the build)
git-svn-id: svn://10.0.0.236/trunk@166465 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-09 01:01:26 +00:00
vladimir%pobox.com
843d20800b fix generation/parnet business in storage calendar (npotb)
git-svn-id: svn://10.0.0.236/trunk@166464 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-09 00:51:27 +00:00
steffen.wilberg%web.de
cefea4f535 Bug 271702: Change in boxobject breaks autoscroll in Firefox. p=bz, r=mconnor
git-svn-id: svn://10.0.0.236/trunk@166463 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-09 00:39:28 +00:00
steffen.wilberg%web.de
43c6bf9cca Bug 273518: Home button displays wrong content pack, and defaultTopic is hardcoded. r=rlk@trfnev.com and mconnor
git-svn-id: svn://10.0.0.236/trunk@166462 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-09 00:30:28 +00:00
jst%mozilla.jstenback.com
f45ddb7281 Fixing bug 237977. Make the branch callback initialize the timeout member earlier to prevent locking up on sites that execute *lots* of *really* slow JS. r+sr=brendan@mozilla.org
git-svn-id: svn://10.0.0.236/trunk@166461 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-09 00:22:53 +00:00
bzbarsky%mit.edu
91a1c88f62 My last checkin was for bug 272471.
git-svn-id: svn://10.0.0.236/trunk@166460 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-08 23:50:23 +00:00
vladimir%pobox.com
1f1e307f6d updated storage calendar provider (npotb)
git-svn-id: svn://10.0.0.236/trunk@166459 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-08 23:16:51 +00:00
vladimir%pobox.com
10818f6681 fix jsdate conversion in scriptable mozStorage wrapper (npotb)
git-svn-id: svn://10.0.0.236/trunk@166458 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-08 23:16:42 +00:00
vladimir%pobox.com
3cd0de84da removed obsolete contacts IDL attribute from calICalendar (npotb)
git-svn-id: svn://10.0.0.236/trunk@166457 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-08 23:15:19 +00:00
shaver%mozilla.org
eff2dae6fa add STORAGE error module, r=bz
git-svn-id: svn://10.0.0.236/trunk@166456 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-08 23:14:13 +00:00
julien.pierre.bugs%sun.com
d5d4616504 Fix for 266206 - avoid calling getdtablesize twice
git-svn-id: svn://10.0.0.236/trunk@166455 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-08 23:00:19 +00:00
dbaron%dbaron.org
80a1188e1e Fix bustage. b=272151
git-svn-id: svn://10.0.0.236/trunk@166454 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-08 22:50:41 +00:00
vladimir%pobox.com
8ac1d1e418 correctly set parent and generation on added/modified items in memory calendar. also change observer/listener order to match decided order (listener first, observer last)
git-svn-id: svn://10.0.0.236/trunk@166453 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-08 22:48:30 +00:00
dbaron%dbaron.org
5aa6b8889e Fix bustage. b=272151
git-svn-id: svn://10.0.0.236/trunk@166452 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-08 22:05:58 +00:00
dbaron%dbaron.org
d44756919b Fix --disable-xul bustage by building nsXULAtoms even when MOZ_XUL is false. b=272151
git-svn-id: svn://10.0.0.236/trunk@166449 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-08 21:34:22 +00:00
dbaron%dbaron.org
171f38be5c Fix Mac bustage. b=272151
git-svn-id: svn://10.0.0.236/trunk@166448 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-08 20:32:13 +00:00
dbaron%dbaron.org
4ec57ca6ce Fix Windows bustage. b=272151
git-svn-id: svn://10.0.0.236/trunk@166447 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-08 20:31:27 +00:00
dbaron%dbaron.org
502c0d7146 Bug 272151: reorganize files within layout, r+sr=roc: cvs removing obsolete files
git-svn-id: svn://10.0.0.236/trunk@166446 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-08 20:13:32 +00:00
shaver%mozilla.org
11ba3b7c20 Add putFromString sibling to put (cousin of getToString).
a=dbaron for closed-tree checkin. Gimme an N! Gimme a P!  Oh, forget it.


git-svn-id: svn://10.0.0.236/trunk@166445 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-08 20:07:20 +00:00
dbaron%dbaron.org
59909a8303 Bug 272151: reorganize files within layout, r+sr=roc: cvs removing obsolete files
git-svn-id: svn://10.0.0.236/trunk@166444 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-08 19:55:19 +00:00
shaver%mozilla.org
5785b65776 Add getToString for convenience of callers.
a=dbaron for closed-tree checkin, npotb, ymmv, hand.


git-svn-id: svn://10.0.0.236/trunk@166443 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-08 19:54:24 +00:00
dbaron%dbaron.org
6dba3f38bf Bug 272151: reorganize files within layout, r+sr=roc: removing files that were moved to new locations in the repository without copying RCS files since they had previously been at their new locations
git-svn-id: svn://10.0.0.236/trunk@166442 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-08 19:49:14 +00:00
dbaron%dbaron.org
e7816bc4d4 Bug 272151: reorganize files within layout, r+sr=roc: cvs removing files that were copied to new locations in the repository
git-svn-id: svn://10.0.0.236/trunk@166441 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-08 19:45:40 +00:00
dbaron%dbaron.org
de6591306e Bug 272151: reorganize files within layout, r+sr=roc
git-svn-id: svn://10.0.0.236/trunk@166440 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-08 19:41:48 +00:00
dbaron%dbaron.org
493a6b8256 Bug 272151: reorganize files within layout, r+sr=roc: Empty checkin to files that were repository-copied. Please see bug 272151 for old locations and see cvs history at previous locations for history on branches.
git-svn-id: svn://10.0.0.236/trunk@166439 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-08 19:39:53 +00:00
darin%meer.net
63abf01edc fixes bug 273678 "nsChromeRegistry::ProcessNewChromeBuffer never flushes the profile chrome.rdf" r=bsmedberg
git-svn-id: svn://10.0.0.236/trunk@166438 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-08 18:29:01 +00:00
bzbarsky%mit.edu
2ac7d9b285 Fix build bustage (swap() called on a cast pointer makes some compilers
unhappy, apparently....).  Bug 272471.


git-svn-id: svn://10.0.0.236/trunk@166437 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-08 18:02:40 +00:00
timeless%mozdev.org
c29fef15c4 Bug 239635 add support for ignoring assertions on windows
r=dougt
documentation: http://www.mozilla.org/build/windbgdlg.html


git-svn-id: svn://10.0.0.236/trunk@166436 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-08 17:51:07 +00:00
bzbarsky%mit.edu
90a640bdff Make docshell inherit from docloader; clean up related code, move toward
eliminating the nsIWebShell, nsIWebShellContainer, nsIDocumentLoader
interfaces and clarifying the other docshell-related interfaces.
r=darin, biesi, sr=jst


git-svn-id: svn://10.0.0.236/trunk@166435 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-08 17:32:06 +00:00
bzbarsky%mit.edu
166d0c5c83 Going from foo#bar to foo shouldn't do an anchor scroll. Bug 273158, r=biesi,
sr=darin


git-svn-id: svn://10.0.0.236/trunk@166434 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-08 17:02:56 +00:00
steffen.wilberg%web.de
2cd00310db Bug 272678: allowed sites/exceptions list for popup-blocking/software install/imges/cookies empty. also fix some leftovers of the tree widget refactoring (bug 221619). r=mconnor
git-svn-id: svn://10.0.0.236/trunk@166433 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-08 16:24:40 +00:00
bsmedberg%covad.net
f578b3617a bug 273598 - Add TOOL_DIRS variable for delayed building of tools until libxul is available. Should not affect non-libxul builds. r=cls
git-svn-id: svn://10.0.0.236/trunk@166432 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-08 12:38:22 +00:00
nboyd%atg.com
1598927965 Conform to style guide
git-svn-id: svn://10.0.0.236/trunk@166429 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-08 03:45:55 +00:00
dbaron%dbaron.org
cf50aa546e Bug 272151: reorganize files within layout, r+sr=roc: readd files that were previously at their new locations without repository-copies. See content/shared/{src,public} for intermediate revision history.
git-svn-id: svn://10.0.0.236/trunk@166428 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-08 01:50:33 +00:00
danm-moz%comcast.net
11dcb2e93a baby needs a new uuid to go with that spanky last checkin. conscience=cbiesinger
git-svn-id: svn://10.0.0.236/trunk@166427 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-08 01:36:14 +00:00
julien.pierre.bugs%sun.com
ef57d8f9dc Fix for bug 270689 - race condition in softoken list lock creation . r=nelson
git-svn-id: svn://10.0.0.236/trunk@166425 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-08 01:13:54 +00:00
neil%parkwaycc.co.uk
774b212a20 Bug 273080 Remove double assignment fNextToken = nsIMAPGenericParser::GetNextToken() p=Hans-A.Engel@unibas.ch r=bienvenu sr=dmose
git-svn-id: svn://10.0.0.236/trunk@166424 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-08 00:02:42 +00:00
neil%parkwaycc.co.uk
584ff284b9 Fix JavaScript strict warning: function does not always return a value b=270342 r=me sr=bienvenu
git-svn-id: svn://10.0.0.236/trunk@166423 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-07 23:51:48 +00:00
christophe.ravel.bugs%sun.com
a84ae0faec JSS tip: Version = 4.1 beta
git-svn-id: svn://10.0.0.236/trunk@166422 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-07 23:46:40 +00:00
mrbkap%gmail.com
bdaa5622f1 bug 273324: Hang on unclosed comments in standards mode. r=jst sr=bzbarsky
git-svn-id: svn://10.0.0.236/trunk@166419 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-07 21:56:39 +00:00
timeless%mozdev.org
625cd584dc Bug 123340 tabbed browser calls onLinkIconAvailable not defined on nsIProgressMeter
r=bz sr=neil


git-svn-id: svn://10.0.0.236/trunk@166416 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-07 21:39:08 +00:00
vladimir%pobox.com
575c6229be b=270715, add mozilla/storage to default suite pull, r=bsmedberg
git-svn-id: svn://10.0.0.236/trunk@166415 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-07 20:23:31 +00:00
darin%meer.net
d1c3c9eb2a fixes bug 272122 "Crash in xf:output" patch by smaug@welho.com r=darin
git-svn-id: svn://10.0.0.236/trunk@166414 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-07 19:33:12 +00:00
mvl%exedo.nl
205dab4aae export valid ics by using the right libical functions
bug 273440, r=shaver


git-svn-id: svn://10.0.0.236/trunk@166413 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-07 18:33:10 +00:00
shaver%mozilla.org
71cd117dc5 Bug 272294: use backstage pass in xpcshell, for higher-fidelity reproduction
of the environment that privileged JS runs in when in the browser, etc.
r=dbradley.


git-svn-id: svn://10.0.0.236/trunk@166412 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-07 18:13:02 +00:00
dbaron%dbaron.org
648ea2a101 Bug 272151: reorganize files within layout, r+sr=roc: add new Makefiles.
git-svn-id: svn://10.0.0.236/trunk@166411 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-07 18:09:28 +00:00
shaver%mozilla.org
ecc617a000 Bug 273438: createInstance() of events was always returning the same object
(the calEvent.prototype object, in fact).  Use .apply to get the behaviour
I meant all along.

(Also, some partial ICS-string setting/getting pieces, too lazy to extract
them from my tree.)


git-svn-id: svn://10.0.0.236/trunk@166410 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-07 17:34:35 +00:00
danm-moz%comcast.net
0e60dc9be9 single window mode aviary branch merge. bug 172962, 263689 r=blizzard,bryner
git-svn-id: svn://10.0.0.236/trunk@166408 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-07 16:09:34 +00:00
danm-moz%comcast.net
0069812c20 single window mode aviary branch merge. bug 172962, 263689 r=bryner,neil,pinkerton
git-svn-id: svn://10.0.0.236/trunk@166407 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-07 16:09:32 +00:00
danm-moz%comcast.net
4cf9c99ea8 single window mode aviary branch merge. bug 172962 r=neil,pinkerton
git-svn-id: svn://10.0.0.236/trunk@166406 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-07 16:09:30 +00:00
danm-moz%comcast.net
d0ecd07b7c single window mode aviary branch merge. bug 172962, 263689 r=bryner
git-svn-id: svn://10.0.0.236/trunk@166405 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-07 16:09:29 +00:00
danm-moz%comcast.net
d0b00f37c7 single window mode aviary branch merge. bug 172962, 265962 r=bzbarsky,jst
git-svn-id: svn://10.0.0.236/trunk@166404 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-07 16:09:25 +00:00
danm-moz%comcast.net
d520c6adaf single window mode aviary branch merge. bug 172962, 263960, 265962 r=bzbarsky,jst,peterv
git-svn-id: svn://10.0.0.236/trunk@166403 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-07 16:09:23 +00:00
danm-moz%comcast.net
b3967d1c78 single window mode aviary branch merge. bug 172962, 263689, 263844, 263956, 263960, 265962 r=ben,bryner,bzbarsky,jst,peterv
git-svn-id: svn://10.0.0.236/trunk@166402 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-07 16:09:22 +00:00
danm-moz%comcast.net
a2893d061d single window mode aviary branch merge. bug 172962 r=jst,neil
git-svn-id: svn://10.0.0.236/trunk@166401 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-07 16:09:13 +00:00
danm-moz%comcast.net
f693f2f402 single window mode aviary branch merge. bug 172962, 263689, 265962 r=bryner,bzbarsky,jst,peterv
git-svn-id: svn://10.0.0.236/trunk@166400 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-07 16:09:11 +00:00
danm-moz%comcast.net
f27b256f44 single window mode aviary branch merge. bug 172962, 263960 r=jst
git-svn-id: svn://10.0.0.236/trunk@166399 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-07 16:09:10 +00:00
danm-moz%comcast.net
cd19cffc4b single window mode aviary branch merge. bug 172962, 263689, 263844, 263960 r=bryner,jst,peterv
git-svn-id: svn://10.0.0.236/trunk@166398 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-07 16:09:08 +00:00
danm-moz%comcast.net
07949fbe66 single window mode aviary branch merge. bug 172962 r=jst,peterv
git-svn-id: svn://10.0.0.236/trunk@166397 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-07 16:08:57 +00:00
danm-moz%comcast.net
4bcf86553b single window mode aviary branch merge. bug 172962, 262537, 263689, 265962, 266776 r=ben,bryner,bzbarsky,jst,peterv
git-svn-id: svn://10.0.0.236/trunk@166396 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-07 16:08:48 +00:00
danm-moz%comcast.net
4ade0b18b8 single window mode aviary branch merge. bug 172962, (265962, -266759)
git-svn-id: svn://10.0.0.236/trunk@166395 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-07 16:08:38 +00:00
smontagu%smontagu.org
8ac488f9cb No drag-and-drop for dock icon (Other than html). Bug 233712, patch by Asaf Romano <bugs.mano@mail-central.com>, r=pinkerton.
git-svn-id: svn://10.0.0.236/trunk@166394 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-07 14:17:16 +00:00
neil%parkwaycc.co.uk
fd295b47cc Bug 244685 Implement SourceURL for CF_HTML clipboard copy/drag'n'drop p=david.gardiner@unisa.edu.au r=dean_tessman sr=me
git-svn-id: svn://10.0.0.236/trunk@166393 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-07 14:13:54 +00:00
smontagu%smontagu.org
aafdfb4e57 Make nsStandardURL.cpp read prefs on initialization. Bug 261934, r+sr=darin.
git-svn-id: svn://10.0.0.236/trunk@166392 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-07 13:21:32 +00:00
jake%bugzilla.org
fc5e679417 Add id's to sections that didn't have them.
git-svn-id: svn://10.0.0.236/trunk@166390 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-07 12:29:04 +00:00
jake%bugzilla.org
36cf735ea1 Bug 265995 - Make the docs closer to being valid XML (note: to complete the process the bz-devel ENTITY would have to be removed).
Patch by Colin S. Ogilvie <colin.ogilvie@gmail.com> with half 0f it being removed by myself.


git-svn-id: svn://10.0.0.236/trunk@166388 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-07 11:52:56 +00:00
jake%bugzilla.org
3a5e10b0ba Bug 271360 - Moving the Troubleshooting section into an appendix instead. Also, moved a few items out of the FAQ and into this new appendix.
git-svn-id: svn://10.0.0.236/trunk@166387 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-07 11:41:59 +00:00
neil%parkwaycc.co.uk
f185848976 Byg 273182 Don't apply appversion, appname or platform overrides to chrome users of the navigator object r+sr=jst
git-svn-id: svn://10.0.0.236/trunk@166386 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-07 09:04:49 +00:00
darin%meer.net
2080bb82ad fixes bug 273078 "nsAppRunner.cpp should write compatibility.ini" r=bengoodger+bsmedberg
git-svn-id: svn://10.0.0.236/trunk@166385 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-07 08:10:39 +00:00
cls%seawood.org
2ae2b479c1 Make configure fail if one or more required binaries or perl modules are missing.
Bug #272690 r=bsmedberg


git-svn-id: svn://10.0.0.236/trunk@166383 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-07 07:11:15 +00:00
bsmedberg%covad.net
e2c7288978 Heh, somebody doesn't REQUIRE xpcom. Build bustage from bug 273417.
git-svn-id: svn://10.0.0.236/trunk@166382 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-07 07:08:57 +00:00
timeless%mozdev.org
7f7e9170ee Bug 267627 select event isn't fired when selection of listbox is changed
patch by cst@andrew.cmu.edu r=bryner sr=bryner


git-svn-id: svn://10.0.0.236/trunk@166381 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-07 07:06:35 +00:00
cls%seawood.org
2b93a9fdb7 Checkin comments aren't guaranteed to be UTF-8 clean so use 'use bytes' to avoid UTF-8 perl errors. This makes bonsai require perl 5.6 or higher.
Bug #271529 r=timeless


git-svn-id: svn://10.0.0.236/trunk@166380 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-07 07:04:34 +00:00
dbaron%dbaron.org
0c62296cf2 Remove long-unused nsIMutableStyleContext. b=272151
git-svn-id: svn://10.0.0.236/trunk@166379 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-07 06:50:11 +00:00
julien.pierre.bugs%sun.com
4f45c707d5 Check for NULL PRFileDesc before closing them . r=saul,nelson
git-svn-id: svn://10.0.0.236/trunk@166378 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-07 06:25:34 +00:00
bsmedberg%covad.net
ea24d7cee7 Bug 273417 - Use the app id/version/buildid from nsXULAppAPI instead of using prefs r=darin a=ben
git-svn-id: svn://10.0.0.236/trunk@166377 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-07 04:53:07 +00:00
roc+%cs.cmu.edu
513ab98ef6 Bug 266890. Remove nsScrollPortFrame since it's the only subclass of nsScrollBoxFrame, just merge everything up to nsScrollBoxFrame. r+sr=bryner
git-svn-id: svn://10.0.0.236/trunk@166376 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-07 03:51:26 +00:00
roc+%cs.cmu.edu
92b05c8143 Bug 266890. Remove nsScrollPortFrame since it's the only subclass of nsScrollBoxFrame, just merge everything up to nsScrollBoxFrame. r+sr=bryner
git-svn-id: svn://10.0.0.236/trunk@166375 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-07 03:42:00 +00:00
dbaron%dbaron.org
1d0caa1ba5 Remove unneeded include. b=272151
git-svn-id: svn://10.0.0.236/trunk@166374 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-07 02:57:37 +00:00
dbaron%dbaron.org
6959bf8b6f Remove unneeded include. b=272151
git-svn-id: svn://10.0.0.236/trunk@166373 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-07 02:56:10 +00:00
dbaron%dbaron.org
38047e5d76 Remove unneeded include. b=272151
git-svn-id: svn://10.0.0.236/trunk@166372 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-07 02:49:12 +00:00
bsmedberg%covad.net
9e7f94bdb7 I over-pruned this code for bug 272783 - this will hopefully fix the Firefox static build, though I'm not certain. r=bustage
git-svn-id: svn://10.0.0.236/trunk@166371 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-07 02:35:37 +00:00
dbaron%dbaron.org
bd7b973b00 Remove unneeded include. b=272151
git-svn-id: svn://10.0.0.236/trunk@166370 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-07 02:28:38 +00:00
darin%meer.net
02546fbf50 fixing --disable-xul bustage
git-svn-id: svn://10.0.0.236/trunk@166369 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-07 01:53:37 +00:00
psychoticwolf%carolina.rr.com
86fba39076 Remove Author E-Mail Form. Bug 257516.
git-svn-id: svn://10.0.0.236/trunk@166368 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-07 01:42:11 +00:00
zack%kde.org
8fdb25b422 fix the stop slot, remove some redundant debug and cvs ignore
git-svn-id: svn://10.0.0.236/trunk@166367 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-07 00:50:21 +00:00
despotdaemon
22211ea9c1 Pseudo-automatic update of changes made by justdave@bugzilla.org.
git-svn-id: svn://10.0.0.236/trunk@166366 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-07 00:30:03 +00:00
bzbarsky%mit.edu
7c38e63eb7 Only sniff text/plain types if the channel says it's still text/plain (this may
be changed after the header is parsed by other components, eg ones listening to
HTTP notifications).  Bug 273306, r=biesi, sr=darin


git-svn-id: svn://10.0.0.236/trunk@166365 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-07 00:27:50 +00:00
bzbarsky%mit.edu
9a8e1cb2f8 Put the tree stuff in MOZ_XUL ifdefs. Bug 175568 followup to fix minimo, etc,
bustage.


git-svn-id: svn://10.0.0.236/trunk@166364 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-07 00:24:52 +00:00
bsmedberg%covad.net
950592665f These functions were duplicated for no apparent reason, and are unused outside of XPCOM removal r=darin
git-svn-id: svn://10.0.0.236/trunk@166363 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-07 00:21:36 +00:00
igor%mir2.org
2f1222f13b Patch from Daniel Gredler <danigredler@charter.net> to address bug 271401 :
JS prototypes for superclasses with ScriptableObject.defineClass


git-svn-id: svn://10.0.0.236/trunk@166362 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-07 00:10:31 +00:00
neil%parkwaycc.co.uk
d70f2d3ae8 External links should never load in help viewer b=226911 r=biesi sr=bz
git-svn-id: svn://10.0.0.236/trunk@166361 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-06 23:49:43 +00:00
mostafah%oeone.com
d94bfd5882 Updated translation from patch to bug 273448:
Add Polish locales (pl-PL) to Calendar


git-svn-id: svn://10.0.0.236/trunk@166360 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-06 23:45:31 +00:00
wchang0222%aol.com
fc3f0fc75a Bugzilla bug 151709: declare the temporary variables as PRInt32.
git-svn-id: svn://10.0.0.236/trunk@166359 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-06 23:40:23 +00:00
brendan%mozilla.org
3b56ceb6d1 Implement Deutsch-Schorr-Waite, plus related GC metering improvements, to avoid stack overflow crashes when marking very deep object lists (203278, r=igor@fastmail.fm and Igor wrote the tail-recursion elimination code).
git-svn-id: svn://10.0.0.236/trunk@166357 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-06 23:17:19 +00:00
steffen.wilberg%web.de
c7d043beda fix a couple of dos-style line-endings
git-svn-id: svn://10.0.0.236/trunk@166356 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-06 23:16:52 +00:00
darin%meer.net
320a548205 fixes bug 272814 "beginAddingChildren notification should be called before attributeSet." patch by smaug@welho.com r=darin sr=bryner
git-svn-id: svn://10.0.0.236/trunk@166355 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-06 23:09:32 +00:00
psychoticwolf%carolina.rr.com
b3bd0989a3 Fix bustage when adding a updated version of an already existing item. No Bug.
git-svn-id: svn://10.0.0.236/trunk@166354 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-06 23:05:23 +00:00
darin%meer.net
65d3e14a79 fixes bug 272677 "Implement <xforms:secret>" r=bryner
git-svn-id: svn://10.0.0.236/trunk@166353 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-06 23:04:58 +00:00
jag%tty.nl
b7cf256a82 Back out unintentional change.
git-svn-id: svn://10.0.0.236/trunk@166352 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-06 22:56:18 +00:00
cltbld
c217a84428 Automated update from host egg
git-svn-id: svn://10.0.0.236/trunk@166351 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-06 22:44:42 +00:00
bsmedberg%covad.net
d2c4aa852f Bug 272283 - initial work for --enable-libxul r=bryner+darin This is on by default for xulrunner and off by default for all other apps.
git-svn-id: svn://10.0.0.236/trunk@166350 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-06 22:39:54 +00:00
brendan%mozilla.org
6e8489d119 Fix bug where spans of whitespace and entity refs was scanned as whitespace (bug 246441 comment 48, r=self).
git-svn-id: svn://10.0.0.236/trunk@166349 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-06 22:11:57 +00:00
mvl%exedo.nl
26c825e145 enable ftp for sunbird
git-svn-id: svn://10.0.0.236/trunk@166348 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-06 21:36:51 +00:00
darin%meer.net
17b6972a90 landing patch for bug 272406 "External instance data not handled correctly" patch by smaug@welho.com r=darin
git-svn-id: svn://10.0.0.236/trunk@166346 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-06 21:14:20 +00:00
timeless%mozdev.org
bb3060ed9e Bug 272381 Crash when printing a iframe [PoC included][@ GlobalWindowImpl::Print] GlobalWindowImpl::GetInterface is broken
r=peterv sr=peterv


git-svn-id: svn://10.0.0.236/trunk@166342 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-06 20:33:04 +00:00
bryner%brianryner.com
0ba98b229d Implement support for repeat element (bug 269132). Patch by allan@beaufour.dk, r=aaronr sr=bryner.
git-svn-id: svn://10.0.0.236/trunk@166341 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-06 20:31:15 +00:00
despotdaemon
4e5cfab6df Pseudo-automatic update of changes made by brendan@mozilla.org.
git-svn-id: svn://10.0.0.236/trunk@166335 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-06 20:09:12 +00:00
wchang0222%aol.com
bbbcbc67db Bugzilla bug 151709: implemented atomic operations in assembly on Alpha
Linux.  The patch is contributed by falk@debian.org. r=darin,wtc.


git-svn-id: svn://10.0.0.236/trunk@166333 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-06 20:02:09 +00:00
timeless%mozdev.org
ad0f0a0bab Bug 272381 Crash when printing a iframe [PoC included][@ GlobalWindowImpl::Print] GlobalWindowImpl::GetInterface is broken
r=peterv sr=peterv


git-svn-id: svn://10.0.0.236/trunk@166329 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-06 18:53:32 +00:00
brendan%mozilla.org
9ded04a992 Fiddle with comments and cosmetics.
git-svn-id: svn://10.0.0.236/trunk@166328 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-06 18:42:30 +00:00
joshmoz%gmail.com
a347def7ec fix spelling mistake. bug=273087
git-svn-id: svn://10.0.0.236/trunk@166327 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-06 18:13:30 +00:00
jocuri%softhome.net
2f15f8c59d Patch for bug 262372: clicking on a column header shouldn't result in loss of defaultsavename; patch by Rob Siklos <rsiklos@adexa.com>, r=wurblzap, a=justdave.
git-svn-id: svn://10.0.0.236/trunk@166326 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-06 17:21:52 +00:00
mostafah%oeone.com
68738d84ac Checked in attachment 167835 for bug 270724:
Parses PM time as AM if format has leading tt or non AM/PM, as in taiwan locale tt hh:mm:ss


git-svn-id: svn://10.0.0.236/trunk@166325 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-06 17:20:26 +00:00
jocuri%softhome.net
7877d122ef Patch for bug 256592: Cut down the DBD error string to a reasonable size; patch by Byron Jones (glob) <bugzilla@glob.com.au>, r=vladd, a=justdave.
git-svn-id: svn://10.0.0.236/trunk@166324 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-06 17:16:33 +00:00
jocuri%softhome.net
7b75d470ee Patch for bug 271373: Fix bogus t/008filter.t error on Win32; patch by Marc Schumann <wurblzap@gmail.com>, r=glob, a=justdave.
git-svn-id: svn://10.0.0.236/trunk@166323 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-06 17:14:05 +00:00
jocuri%softhome.net
2c94eecdea Patch for bug 270589: Make t/008filter.t accept empty template directives; patch by Marc Schumann <wurblzap@gmail.com>, r=justdave, r=myk, a=justdave.
git-svn-id: svn://10.0.0.236/trunk@166322 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-06 17:11:15 +00:00
jocuri%softhome.net
930f674f5e Patch for bug 258711: move.pl should honour emailsuffix; patch by Marc Schumann <wurblzap@gmail.com>, r=justdave, a=justdave.
git-svn-id: svn://10.0.0.236/trunk@166321 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-06 17:08:20 +00:00
jocuri%softhome.net
72d431c965 Patch for bug 258579: t/Support/Files.pm should use File::Find; patch by Marc Schumann <wurblzap@gmail.com>, r=vladd, a=justdave.
git-svn-id: svn://10.0.0.236/trunk@166320 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-06 17:03:00 +00:00
mostafah%oeone.com
0795074f45 Updated translation
git-svn-id: svn://10.0.0.236/trunk@166315 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-06 15:46:09 +00:00
ere%atp.fi
560279727f Fix for bug 270812: Cannot print after printer was renamed
Patch by Masayuki Nakano,
r=emaijala
sr=bzbarsky


git-svn-id: svn://10.0.0.236/trunk@166314 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-06 15:29:25 +00:00
aaronleventhal%moonset.net
e7ec61f5ec Bug 175568. Make shift+f10 menus show up in the right place, for scrolled documents and tree views. r=jan varga, sr=bz
git-svn-id: svn://10.0.0.236/trunk@166313 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-06 15:12:53 +00:00
ere%atp.fi
4b1aa52bf2 Oops, backing out previous commit of wrong files.
git-svn-id: svn://10.0.0.236/trunk@166312 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-06 15:07:36 +00:00
ere%atp.fi
391ab098ef Fix for bug 270812: Cannot print after printer was renamed
Patch by Masayuki Nakano,
r=emaijala
sr=bzbarsky


git-svn-id: svn://10.0.0.236/trunk@166311 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-06 15:03:42 +00:00
mostafah%oeone.com
87041b6e8d Checked in patch for bug 254865: crash if I try to add new event or task
git-svn-id: svn://10.0.0.236/trunk@166310 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-06 15:03:32 +00:00
pkw%us.ibm.com
26cffea11e Bug 270248 - Cleanup string usage in wallet code.
r=cbiesinger@gmx.at, sr=darin@meer.net


git-svn-id: svn://10.0.0.236/trunk@166309 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-06 13:55:12 +00:00
ere%atp.fi
a053099575 Fix for bug 271931: Crash with "Integer divide by zero" exception in nsBlender
rs=neil


git-svn-id: svn://10.0.0.236/trunk@166308 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-06 13:53:35 +00:00
timeless%mozdev.org
a57af30856 Bug 268377 Small typo in emode help
patch by giacomo.magnini@portalis.it r=rginda


git-svn-id: svn://10.0.0.236/trunk@166307 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-06 11:16:11 +00:00
neil%parkwaycc.co.uk
d2c075ea8c Ensure thumb frame exists b=248407 r+sr=bz
git-svn-id: svn://10.0.0.236/trunk@166306 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-06 10:43:26 +00:00
scott%scott-macgregor.org
3bc1971a71 use the new remote ldap error icon
git-svn-id: svn://10.0.0.236/trunk@166305 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-06 08:34:36 +00:00
scott%scott-macgregor.org
ea0a413a4a Add icon for install button in themes/extensions dialog
git-svn-id: svn://10.0.0.236/trunk@166303 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-06 08:15:21 +00:00
scott%scott-macgregor.org
5542277819 Add broken ldap error image.
git-svn-id: svn://10.0.0.236/trunk@166299 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-06 08:01:02 +00:00
scott%scott-macgregor.org
73a88f2876 Smiley button in format toolbar is getting clipped.
git-svn-id: svn://10.0.0.236/trunk@166298 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-06 07:59:21 +00:00
zack%kde.org
daaed722bb don't generate binaries for all cpp files
git-svn-id: svn://10.0.0.236/trunk@166295 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-06 04:58:27 +00:00
scott%scott-macgregor.org
d2094aeb24 Bug #268107 --> Make sure cookies are disable by default by setting:
network.cookie.cookieBehavior to 2 (don't use)


git-svn-id: svn://10.0.0.236/trunk@166294 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-06 04:40:34 +00:00
zack%kde.org
ae7dcdc9cc making the embedding example actually do something nice
git-svn-id: svn://10.0.0.236/trunk@166292 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-06 02:50:30 +00:00
bienvenu%nventure.com
9d8219f69d fix handling of corrupt news .msf files, sr=mscott 259434
git-svn-id: svn://10.0.0.236/trunk@166291 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-06 02:27:03 +00:00
bienvenu%nventure.com
32cfb997a7 fix handling of corrupt imap .msf files, sr=mscott patch in 259434
git-svn-id: svn://10.0.0.236/trunk@166290 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-06 02:26:27 +00:00
mats.palmgren%bredband.net
4e84cc815d Fix abs.pos. shrink-to-fit regressions. b=201897 (rubber-stamp) r=bzbarsky sr=dbaron
git-svn-id: svn://10.0.0.236/trunk@166287 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-06 00:27:21 +00:00
bugzilla%arlen.demon.co.uk
b9241ed629 Bug 262287 Mozilla Xprint 2004/Q3 update
Relanding toolkit part of patch following aviary branch landing - previously approved


git-svn-id: svn://10.0.0.236/trunk@166286 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-05 23:29:22 +00:00
tor%cs.brown.edu
a21b217452 Bug 272899 - svg base type creation cleanup. r=jwatt.
git-svn-id: svn://10.0.0.236/trunk@166285 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-05 22:12:43 +00:00
steffen.wilberg%web.de
c8182e9b3f Bug 263755: #ifndef XP_MACOSX the Alt+D shortcut, becuase it doesn't work on Mac. p=jeff, r=mconnor
git-svn-id: svn://10.0.0.236/trunk@166284 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-05 22:06:44 +00:00
cbiesinger%web.de
5bd646c483 Bug 179787 JavaScript strict "Warning: reference to undefined property this.mPanelContainer" in <tabbrowser.xml>
r=mconnor


git-svn-id: svn://10.0.0.236/trunk@166283 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-05 22:03:50 +00:00
steffen.wilberg%web.de
e442c38b35 Bug 271766: Accel+D shoudn't remove bookmark (bookmarks manager). p=mano, r=mconnor
git-svn-id: svn://10.0.0.236/trunk@166282 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-05 21:57:23 +00:00
steffen.wilberg%web.de
ebf97c7de4 Bug 264145: disable Control+F4 (Close Tab keyboard shortcut) on Mac. p=mano, r=mconnor
git-svn-id: svn://10.0.0.236/trunk@166281 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-05 21:49:44 +00:00
cbiesinger%web.de
63f97931c6 bug 260335 toolkit port: support disabling colorpicker buttons
r=mconnor


git-svn-id: svn://10.0.0.236/trunk@166280 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-05 21:47:27 +00:00
cbiesinger%web.de
9d19199ce1 Bug 257097 toolkit port: Offline/online switcher is not UI Grabble.
r=mconnor


git-svn-id: svn://10.0.0.236/trunk@166279 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-05 21:44:08 +00:00
steffen.wilberg%web.de
1d5894e115 Bug 271692: [Mac] autocomplete entries can't be deleted with shift+delete. p=mano, r=mconnor
git-svn-id: svn://10.0.0.236/trunk@166278 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-05 21:43:42 +00:00
cbiesinger%web.de
86ab92812e Bug 260667 toolkit port: in caret browse mode, can't move out of textarea
r=mconnor


git-svn-id: svn://10.0.0.236/trunk@166277 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-05 21:40:39 +00:00
bugzilla%arlen.demon.co.uk
5911443fe4 Backing out bug 240696 again following aviary branch landing
git-svn-id: svn://10.0.0.236/trunk@166276 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-05 21:02:04 +00:00
bugzilla%arlen.demon.co.uk
0723b85cec Reversing out patch checked in by accident during aviary landing fixing
git-svn-id: svn://10.0.0.236/trunk@166275 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-05 20:18:16 +00:00
dbaron%dbaron.org
2102606f4e Update new code from aviary branch for API changes in bug 221619.
git-svn-id: svn://10.0.0.236/trunk@166274 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-05 20:08:14 +00:00
darin%meer.net
a5399b9f5e fixes bug 253394 "nsFtpState::S_user leaks user & password string" patch by jon@rekai.net r+sr=darin
git-svn-id: svn://10.0.0.236/trunk@166273 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-05 19:20:19 +00:00
mrbkap%gmail.com
7b47235ac3 bug 273213: The last letter of some tags consumed as CDATA get chopped off if the tag is not closed properly. r+sr=bzbarsky
git-svn-id: svn://10.0.0.236/trunk@166272 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-05 19:02:53 +00:00
cbiesinger%web.de
2793e84fd5 bug 271974, disabled scrollbars should look disabled; toolkit port; r=mconnor
patch by Martijn Wargers <martijn.martijn@gmail.com>


git-svn-id: svn://10.0.0.236/trunk@166271 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-05 18:39:39 +00:00
bzbarsky%mit.edu
ff3b945ef7 Disable undo for password inputs to prevent replay attacks. Bug 271154,
r+sr=dbaron


git-svn-id: svn://10.0.0.236/trunk@166270 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-05 18:26:13 +00:00
cbiesinger%web.de
30e998e963 bug 229726 make spinbuttons.xml an UTF-8 file. r=hixie sr=bz
also, change license to tri-license, like in xpfe.


git-svn-id: svn://10.0.0.236/trunk@166269 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-05 18:18:16 +00:00
cbiesinger%web.de
9aa8d44f54 221619/236068 port tree changes to toolkit, r=varga,mconnor
git-svn-id: svn://10.0.0.236/trunk@166266 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-05 16:31:00 +00:00
cbiesinger%web.de
a44883c573 251465 toolkit port: remove -moz-user-focus:none from xul.css since it makes no sense for xul
r=mconnor


git-svn-id: svn://10.0.0.236/trunk@166265 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-05 16:27:19 +00:00
cbiesinger%web.de
4e2decb2d3 bug 157607 toolkit port: add a class to allow textboxes to specify that they are
URL inputs, which should be always left-to-right. r=mconnor


git-svn-id: svn://10.0.0.236/trunk@166264 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-05 16:25:14 +00:00
jocuri%softhome.net
3335b3687c Patch for bug 268462: Make users able to mass-close mixed RESOLVED/VERIFIED states; patch by Shane H. W. Travis <travis@sedsystems.ca>, r=jouni, a=justdave.
git-svn-id: svn://10.0.0.236/trunk@166263 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-05 15:05:21 +00:00
jocuri%softhome.net
e8ba587193 Patch for bug 270263: 'Votes' should not be a column choice if param(usevotes) is not true; patch by Shane H. W. Travis <travis@sedsystems.ca>, r=jouni, a=justdave.
git-svn-id: svn://10.0.0.236/trunk@166262 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-05 14:24:41 +00:00
jocuri%softhome.net
45a52cd1e7 Patch for bug 271048: Remove confusion when sorting classifications by modifying GetSelectableClassifications in order to always return a sorted list; patch by Albert Ting <altlst@sonic.net>, r=justdave, a=justdave.
git-svn-id: svn://10.0.0.236/trunk@166261 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-05 14:18:59 +00:00
jocuri%softhome.net
7d007593fe Patch for bug 271964: tests 1 and 3 from the testing suite shouldn't fail when $^X contains spaces; patch by me, r=jouni, a=justdave.
git-svn-id: svn://10.0.0.236/trunk@166260 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-05 14:13:27 +00:00
jocuri%softhome.net
824ac5564a Patch for bug 175222: Add product and component fields to change mails; patch by Sergei Chechetkin <csl@sunbay.com>, r=wurblzap, a=justdave.
git-svn-id: svn://10.0.0.236/trunk@166259 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-05 14:06:46 +00:00
rlk%trfenv.com
b075366509 bug 265688 - Toggle Sidebar button doesn't show correct text after toolbar customization. Patch by Steffen Wilberg <steffen.wilberg@web.de>. r=rlk@trfenv.com
git-svn-id: svn://10.0.0.236/trunk@166258 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-05 03:49:17 +00:00
rlk%trfenv.com
537550d522 bug 269888 - Search ignoring Glossary. Patch by Leung Wing Chung <lwchk2001@yahoo.com.hk>. r=rlk@trfenv.com
git-svn-id: svn://10.0.0.236/trunk@166257 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-05 03:42:59 +00:00
rlk%trfenv.com
d45e1388d6 bug 270882 - Tabbed_browing.xhtml uses surfing twice, where all other documentation uses browsing. Patch by Martijn Ras <Martijn.Ras@Cable4U.nl>. r=rlk@trfenv.com
git-svn-id: svn://10.0.0.236/trunk@166256 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-05 03:36:11 +00:00
jwalden%mit.edu
9f3dfe45dc Bug 265691 - Fix up CSS indenting on paragraphs. Patch by R.J. Keller <rj.keller@beonex.com>, r=me
git-svn-id: svn://10.0.0.236/trunk@166255 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-05 03:09:41 +00:00
cbiesinger%web.de
df9fd3e885 Bug 261608 only search for colon in the first word of a string when checking
whether we have a url or keyword
patch by Jeff Walden (remove +bmo to email) <jwalden+bmo@mit.edu> r=caillon
sr=darin

no tp affect - checking in again


git-svn-id: svn://10.0.0.236/trunk@166254 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-04 22:38:54 +00:00
dbaron%dbaron.org
b587a8473e Fix DOM round-tripping of -moz-initial. b=219903 r+sr=bzbarsky
git-svn-id: svn://10.0.0.236/trunk@166253 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-04 22:10:07 +00:00
smontagu%smontagu.org
df460892d7 Change NS_ENSURE_ARG_POINTER to NS_ASSERTION. Bug 269893, rs=neil.parkwaycc.co.uk@myrealbox.com
git-svn-id: svn://10.0.0.236/trunk@166252 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-04 21:10:36 +00:00
cbiesinger%web.de
870ab106bd backing out Bug 261608 to see whether it fixes the Tp regression
git-svn-id: svn://10.0.0.236/trunk@166251 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-04 20:32:08 +00:00
bsmedberg%covad.net
519b71db1f Centralize layout/ and content/ locale files. See bug 271324.
git-svn-id: svn://10.0.0.236/trunk@166250 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-04 20:10:51 +00:00
bsmedberg%covad.net
85fa0da2f3 Add two locales makefiles, see bug 271324.
git-svn-id: svn://10.0.0.236/trunk@166249 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-04 18:41:18 +00:00
bsmedberg%covad.net
5f443fbd31 Start hitting up the gecko locale files, bug 271324. They are all going to live under dom/locales. Right
now I'm not changing the *shipped* locations, only the source locations.


git-svn-id: svn://10.0.0.236/trunk@166248 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-04 18:37:31 +00:00
bsmedberg%covad.net
511eec13fb Bug 273089 - Add a scriptable getter to the nsXULAppAPI information r=darin
git-svn-id: svn://10.0.0.236/trunk@166247 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-04 18:25:46 +00:00
bsmedberg%covad.net
7d34e64126 Bug 272957 - cvsmove xpcom/obsolete/dlldeps.cpp to dlldeps-obs.cpp (required for libxul work). Updating makefile and removing old location rs=darin
git-svn-id: svn://10.0.0.236/trunk@166246 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-04 18:21:08 +00:00
locka%iol.ie
c19e9f93ad Implement IHtmlElement::insertAdjacentHtml & put_id. Checkin on behalf of Alex Tremon <atremon@elansoftware.com>. b=247537 r=adamlock sr=jst
git-svn-id: svn://10.0.0.236/trunk@166245 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-04 18:17:27 +00:00
bzbarsky%mit.edu
dd0ed1575b Make setting innerHTML in XHTML not crash on malformed content and throw an
exception instead.  Bug 272011, patch by steve.swanson@mackichan.com,
r+sr=bzbarsky


git-svn-id: svn://10.0.0.236/trunk@166244 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-04 17:51:12 +00:00
cbiesinger%web.de
072de30b48 Bug 261608 only search for colon in the first word of a string when checking
whether we have a url or keyword
patch by Jeff Walden (remove +bmo to email) <jwalden+bmo@mit.edu> r=caillon
sr=darin


git-svn-id: svn://10.0.0.236/trunk@166243 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-04 17:47:14 +00:00
bzbarsky%mit.edu
028cddf80a Treat an empty disposition string the same as it not being set. Bug 272541,
r=biesi, sr=darin


git-svn-id: svn://10.0.0.236/trunk@166242 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-04 17:46:49 +00:00
bsmedberg%covad.net
fe1597e387 Begin moving around gecko locale files. Start with necko, because it's only one file. See bug 271324
git-svn-id: svn://10.0.0.236/trunk@166241 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-04 17:33:27 +00:00
mvl%exedo.nl
866d9ea2bd bug 272277: Change to Append/Assign/Equals-Literal in networking
patch by Mikael Parknert <mikael@parknert.se>, r=cbiesinger, sr=darin
missed one review comment


git-svn-id: svn://10.0.0.236/trunk@166240 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-04 14:19:39 +00:00
db48x%yahoo.com
9f08a27178 bug 258769: Try using nsString more in addrbook to reduce conversions
patch by Mikael Parknert <mikael@parknert.se>, r+sr=roc


git-svn-id: svn://10.0.0.236/trunk@166239 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-04 11:05:08 +00:00
db48x%yahoo.com
5b16d9a80a bug 272277: Change to Append/Assign/Equals-Literal in networking
patch by Mikael Parknert <mikael@parknert.se>, r=cbiesinger, sr=darin


git-svn-id: svn://10.0.0.236/trunk@166238 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-04 10:19:29 +00:00
dbaron%dbaron.org
34bfbb3f77 Convert callers of old GetStyleData API that have snuck back in. b=197205 r+sr=roc
git-svn-id: svn://10.0.0.236/trunk@166237 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-04 06:31:02 +00:00
scott%scott-macgregor.org
bd4cb9a9f1 Bug #270477 --> show the right RSS icons in the File toolbar menu item.
patch by Kevin Gerich.


git-svn-id: svn://10.0.0.236/trunk@166235 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-04 06:00:57 +00:00
scott%scott-macgregor.org
1ed88d543f Bug #272824 --> Update the mail start page to link to some of our new features.
The new urls currently aren't hooked up yet.


git-svn-id: svn://10.0.0.236/trunk@166234 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-04 05:56:25 +00:00
scott%scott-macgregor.org
55c55799fd Bug #272875 --> Convert all RSS msgs to UTF-8 instead of their natural encoding.
Other encoding changes to fix various RSS problems with feeds in non ascii character
sets.

sr=bienvenu


git-svn-id: svn://10.0.0.236/trunk@166233 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-04 05:53:07 +00:00
bsmedberg%covad.net
0ced8da560 Bug 272843 - remove redundant makefile variable MOZ_COMPONENT_XPCOM_LIBS r=darin
git-svn-id: svn://10.0.0.236/trunk@166232 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-04 05:24:38 +00:00
cltbld
45e055f880 Automated update from host egg
git-svn-id: svn://10.0.0.236/trunk@166231 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-04 04:54:52 +00:00
bsmedberg%covad.net
f7640d34b5 Bug 272843 - remove redundant makefile variable MOZ_COMPONENT_XPCOM_LIBS. r=darin
git-svn-id: svn://10.0.0.236/trunk@166230 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-04 04:51:43 +00:00
bienvenu%nventure.com
76bfae61bd fix 273063 clicking on partial download link in pop3 message leaves dup msg in folder, sr=mscott
git-svn-id: svn://10.0.0.236/trunk@166229 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-04 03:24:21 +00:00
scott%scott-macgregor.org
013b785d3c Bug #270477 --> Saved search folder dialog is not using the unsent folder icon in the menu list.
git-svn-id: svn://10.0.0.236/trunk@166227 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-04 02:52:31 +00:00
neil%parkwaycc.co.uk
cae20660ee Update messenger throbbers default page b=272102 p=bugzilla@babylonsounds.com (Simon Paquet) r=me sr=bienvenu
git-svn-id: svn://10.0.0.236/trunk@166226 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-04 00:27:27 +00:00
neil%parkwaycc.co.uk
c3ad47ad8a Update navigator throbber default page b=272102 p=bugzilla@babylonsounds.com (Simon Paquet) r+sr=me
git-svn-id: svn://10.0.0.236/trunk@166225 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-04 00:21:55 +00:00
jake%bugzilla.org
ef648241ef More typo (and factual) fixes.
git-svn-id: svn://10.0.0.236/trunk@166224 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-03 23:22:28 +00:00
silver%warwickcompsoc.co.uk
7cdc94e53f Bug 232801 - Make URL linkifier RegExp be a bit more generous.
ChatZilla only.
r=rginda


git-svn-id: svn://10.0.0.236/trunk@166222 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-03 23:11:52 +00:00
jake%bugzilla.org
5af38fb771 Correct some minor typos in the security chapter.
git-svn-id: svn://10.0.0.236/trunk@166220 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-03 22:56:31 +00:00
aaronleventhal%moonset.net
5fefe2c514 Bug 262894. Assistive technology hotkeys that use Alt key trigger Mozilla menu bar. Also fixes Windows 95/98 bug where Alt+tab would focus menu bar. Patch by Neil Rashbrook. r=aaronlev, sr=bryner
git-svn-id: svn://10.0.0.236/trunk@166219 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-03 22:32:50 +00:00
aaronleventhal%moonset.net
ee91df4f61 Bug 267188. [MSAA] Expose tab number out of number of tabs in tab description. r=pkwarren, sr=bryner
git-svn-id: svn://10.0.0.236/trunk@166218 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-03 22:25:49 +00:00
zack%kde.org
f73e520a93 This fixes most focus issues (br:263927). Propagation of the focus seems
very slow though


git-svn-id: svn://10.0.0.236/trunk@166217 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-03 22:14:28 +00:00
bienvenu%nventure.com
c2dfa2cdcf fix 267754 sorting withing date thread in group by date doesn't work in reverse, and fix build bustage, sr=mscott
git-svn-id: svn://10.0.0.236/trunk@166215 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-03 20:51:37 +00:00
bienvenu%nventure.com
0212357df3 fix 273007 group by account disabled, sr=mscott
git-svn-id: svn://10.0.0.236/trunk@166214 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-03 20:41:41 +00:00
mvl%exedo.nl
6ed6421a7f Show errors from publishing.
bug 271029, r=mostafah


git-svn-id: svn://10.0.0.236/trunk@166212 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-03 20:27:43 +00:00
neil%parkwaycc.co.uk
8992981dce Bug 268176 Merge useless nsIMsgHdr into nsIMsgDBHdr r+sr=bienvenu
git-svn-id: svn://10.0.0.236/trunk@166211 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-03 20:16:57 +00:00
joshmoz%gmail.com
87744897ac Current download should have focus in download manager. b=266831 sr=pinkerton
git-svn-id: svn://10.0.0.236/trunk@166209 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-03 18:01:59 +00:00
vladimir%pobox.com
1b24df7e55 b=272974, nice scriptable interfaces for storage, r=shaver
git-svn-id: svn://10.0.0.236/trunk@166206 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-03 16:56:57 +00:00
webmail%kmgerich.com
82e9ccbb8f Fixing typo in theme author name
git-svn-id: svn://10.0.0.236/trunk@166203 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-03 15:22:14 +00:00
webmail%kmgerich.com
44f81367ad [Bug 272510] Mac theme doesn't display focus for message grouping
git-svn-id: svn://10.0.0.236/trunk@166201 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-03 14:45:17 +00:00
bsmedberg%covad.net
d2777e812d Removing files that were cvs-copied as part of bug 237745. I apologize for not doing this sooner.
git-svn-id: svn://10.0.0.236/trunk@166200 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-03 14:31:22 +00:00
mostafah%oeone.com
121ce9eb63 Checked in patch for bug 265265: grid lines dissapear in weekly view
git-svn-id: svn://10.0.0.236/trunk@166199 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-03 14:04:54 +00:00
aaronleventhal%moonset.net
b4c8f4eed2 Bug 175893. Make XUL tabs focusable. Relanding toolkit part of patch following aviary branch landing - previously reviewed. This part restores the missing tab loading indicators.
git-svn-id: svn://10.0.0.236/trunk@166198 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-03 14:03:58 +00:00
bsmedberg%covad.net
0c5162d22c mozilla/xpcom_obsolete is not the correct location, these files live happily in xpcom/obsolete
git-svn-id: svn://10.0.0.236/trunk@166197 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-03 13:47:00 +00:00
scott%scott-macgregor.org
5a59008983 Bug #271045 --> Thunderbird rejects valid atom feeds such as livejournal feeds.
Patch by Blake Kaplan.

sr=mscott


git-svn-id: svn://10.0.0.236/trunk@166196 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-03 09:29:37 +00:00
bryner%brianryner.com
beeb64e89f Back out Firefox Debug appname to fix profile location for debug builds, r/a=ben.
git-svn-id: svn://10.0.0.236/trunk@166195 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-03 08:43:51 +00:00
scott%scott-macgregor.org
39462acb77 Bug #272720 --> Personal Address Book list is empty after switching to any blank address book or ldap
directory in the contacts side bar

sr=bienvenu


git-svn-id: svn://10.0.0.236/trunk@166194 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-03 07:46:22 +00:00
bzbarsky%mit.edu
a37df37363 Fixing Windows build bustage.
git-svn-id: svn://10.0.0.236/trunk@166191 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-03 06:35:44 +00:00
bzbarsky%mit.edu
c65f37ac63 Fix comment. More bug 157395.
git-svn-id: svn://10.0.0.236/trunk@166190 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-03 04:48:32 +00:00
despotdaemon
b70f2df2a8 Pseudo-automatic update of changes made by justdave@bugzilla.org.
git-svn-id: svn://10.0.0.236/trunk@166189 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-03 04:28:13 +00:00
bzbarsky%mit.edu
11bb0e69eb :empty should not match nodes that have whitespace children. Introduce a
:-moz-only-whitespace pseudo-class to do what :empty used to do (so we can use
it in quirk.css and the like).  Bug 157395, patch by Justin Wood
<116057@bacon.qcc.mass.edu>, r+sr=bzbarsky


git-svn-id: svn://10.0.0.236/trunk@166188 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-03 04:25:21 +00:00
bzbarsky%mit.edu
20f5906ee6 Use nsIFile::Equals to implement Equals for two nsStandardURLs that are both
file urls.  Bug 127373, r+sr=darin


git-svn-id: svn://10.0.0.236/trunk@166187 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-03 04:19:48 +00:00
ben%bengoodger.com
b57b0e608a aviary landing fallout correction: add xpcom_core.dll/libxpcom_core.so to packager lists
git-svn-id: svn://10.0.0.236/trunk@166185 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-03 00:13:28 +00:00
darin%meer.net
a4396e3bd9 relanding portion of patch for bug 219400 that was lost after the aviary branch landing
git-svn-id: svn://10.0.0.236/trunk@166184 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-03 00:10:05 +00:00
zack%kde.org
aedd5c2ed1 This is the second part of 267318 - the Qt Designer plugin so that you can
be using QGecko like any other widget from the Qt Designer. Very cool.
(for "Creating Your Own Browsers 101" ;) )


git-svn-id: svn://10.0.0.236/trunk@166183 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-02 23:35:20 +00:00
zack%kde.org
a6bdbdd458 Committing patch from Michal Ceresna relating to bug 267318.
This is the "alert dialogs" part.


git-svn-id: svn://10.0.0.236/trunk@166182 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-02 23:29:43 +00:00
tor%cs.brown.edu
9a8b641c19 Bug 163068 - backend support for zoom and pan. r=jwatt
git-svn-id: svn://10.0.0.236/trunk@166181 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-02 23:13:13 +00:00
zack%kde.org
3b2f1fa266 Patch from Michal Ceresna fixing 272593. Good catch, I forgot to update after
change which stopped children from propagating events back to the containers
due to which direct invalidation of the children wasn't working.


git-svn-id: svn://10.0.0.236/trunk@166180 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-02 22:53:13 +00:00
zack%kde.org
fac99cd787 style fix and removing useless header
git-svn-id: svn://10.0.0.236/trunk@166179 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-02 22:46:10 +00:00
zack%kde.org
d4fc392d94 Swap it instead of assigning it (reduces copying)
git-svn-id: svn://10.0.0.236/trunk@166178 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-02 22:45:11 +00:00
jocuri%softhome.net
d545ffa171 Patch for bug 262141: Enable the creation of bookmarkable URL for bug entry when param commentoncreate is set; patch by Shane H. W. Travis <travis@sedsystems.ca>, r=gerv, a=justdave.
git-svn-id: svn://10.0.0.236/trunk@166177 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-02 22:31:50 +00:00
jocuri%softhome.net
d13a79b2a6 Patch for bug 237793: remove terms from incomplete data error message in bug activity, when suitable; patch by Frédéric Buclin <LpSolit@netscape.net>, r=vladd, a=justdave.
git-svn-id: svn://10.0.0.236/trunk@166176 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-02 22:28:25 +00:00
jocuri%softhome.net
b04455b2ff Patch for bug 271306: specify that defaultquery is used by default to submit queries, not bugs; patch by Frédéric Buclin <LpSolit@netscape.net>, r=vladd, r=justdave, a=justdave.
git-svn-id: svn://10.0.0.236/trunk@166175 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-02 22:24:05 +00:00
nelsonb%netscape.com
45ed99ddc6 Workaround the occasional SSL server cert that has the step-up OID but
not the SSL server OID.  Patch by Aaron Spangler <aaron@spangler.ods.org>
Bug 231775. r=nelson


git-svn-id: svn://10.0.0.236/trunk@166174 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-02 22:08:14 +00:00
bugzilla%arlen.demon.co.uk
752518f6f6 Bug 175893 Make XUL <tab>'s focusable
Relanding missing line from tabbrowser.xml following landing of aviary branch -
previously reviewed


git-svn-id: svn://10.0.0.236/trunk@166173 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-02 22:07:37 +00:00
cltbld
8aeec49d16 Automated update from host egg
git-svn-id: svn://10.0.0.236/trunk@166172 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-02 22:02:45 +00:00
dbaron%dbaron.org
8bcdb63363 Merge remaining part of 257117 to the trunk: code needed for Mac *.app names for new toolkit packaging code. b=bryner b=257117
git-svn-id: svn://10.0.0.236/trunk@166171 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-02 21:56:34 +00:00
bugzilla%arlen.demon.co.uk
d3aab99042 Bug 235872 add description property to menuitems
Relanding menu.xml and menulist.xml changes following aviary branch landing - previous reviewed


git-svn-id: svn://10.0.0.236/trunk@166170 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-02 21:52:59 +00:00
aaronleventhal%moonset.net
cd92687815 Changing from binary to text file
git-svn-id: svn://10.0.0.236/trunk@166169 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-02 21:50:01 +00:00
Stefan.Borggraefe%gmx.de
bf38767324 Removing a string that creeped in from another patch.
git-svn-id: svn://10.0.0.236/trunk@166168 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-02 21:47:24 +00:00
aaronleventhal%moonset.net
890762f8cd Bug 260527. Some radio buttons not underlining accesskeys in labels. Relanding toolkit part of patch following aviary branch landing - previously reviewed
git-svn-id: svn://10.0.0.236/trunk@166167 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-02 21:37:09 +00:00
Stefan.Borggraefe%gmx.de
d1ced9dafe Fix for Bug 155928: "Delete Entire Domain xxx" could be better worded
r=aaronl, sr=neil


git-svn-id: svn://10.0.0.236/trunk@166166 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-02 21:35:42 +00:00
nelsonb%netscape.com
69c8d2d723 When attempting to find an SMIME profile for a given email address,
firt ensure that the email address is not NULL and not empty.
Bugzilla bug 263596. r=wan-teh.
Modified Files: lib/certdb/stanpcertdb.c lib/pk11wrap/pk11nobj.c


git-svn-id: svn://10.0.0.236/trunk@166165 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-02 21:34:15 +00:00
bugzilla%arlen.demon.co.uk
0831bc2a85 Bug 252119 searching for a term in about:config which returns a result including the current highlighted item opens up the edit window as if you'd simply hit enter or double clicked on it
Relanding toolkit part of patch following aviary branch landing - previously reviewed


git-svn-id: svn://10.0.0.236/trunk@166164 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-02 21:26:10 +00:00
smontagu%smontagu.org
c8071a3070 Right-click text for properties doesn't show up based on xml:lang (language) attribute. Bug 207274, patch by Florian Queze <f.qu@laposte.net>, r=jag, sr=bzbarsky
git-svn-id: svn://10.0.0.236/trunk@166163 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-02 21:20:28 +00:00
aaronleventhal%moonset.net
17f8e4fc13 Bug 245370. Make autocomplete dropdowns accessible. Relanding relevant parts of first patch following landing of aviary branch - previously reviewed
git-svn-id: svn://10.0.0.236/trunk@166162 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-02 21:17:15 +00:00
bugzilla%arlen.demon.co.uk
287a865b71 Bug 175893 Make XUL <tab>'s focusable
Relanding relevant parts of first patch following landing of aviary branch - previously reviewed


git-svn-id: svn://10.0.0.236/trunk@166161 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-02 21:14:49 +00:00
dmose%mozilla.org
a60d911e03 Included readOnly attribute on suggestion from mvl/ago. Not part of build.
git-svn-id: svn://10.0.0.236/trunk@166160 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-02 20:48:09 +00:00
despotdaemon
d5f561e7c7 Pseudo-automatic update of changes made by ben@bengoodger.com.
git-svn-id: svn://10.0.0.236/trunk@166157 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-02 20:01:06 +00:00
tor%cs.brown.edu
d2307c0af3 Bug 237020 - downgrade assertions. Patch by jonathan.watt@strath.ac.uk, r=tor.
git-svn-id: svn://10.0.0.236/trunk@166156 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-02 19:58:19 +00:00
nelsonb%netscape.com
9b1b8a2fdd Fixes bugs 258416, 261374, 261375, 261379, 271551 and 271585
Modified Files: certdata.c certdata.txt nssckbi.h
r=relyea.  Add root CA certs for
    QuoVadis Root CA                        C,C,C
    Security Communication Root CA          C,C,C
    Sonera Class 1 Root CA                  C,C,C
    Sonera Class 2 Root CA                  C,C,C
    Staat der Nederlanden Root CA           C,C,C
    TDC Internet Root CA                    C,C,C
    TDC OCES Root CA                        C,C,C
    UTN DATACorp SGC Root CA                C,p,p
    UTN USERFirst Email Root CA             p,C,p
    UTN USERFirst Hardware Root CA          C,p,p
    UTN USERFirst Object Root CA            p,p,C


git-svn-id: svn://10.0.0.236/trunk@166155 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-02 19:47:45 +00:00
mostafah%oeone.com
ec5bfa3ba9 Checked in patch for bug 270724:
Parses PM time as AM if format has leading tt or non AM/PM, as in taiwan locale tt hh:mm:ss


git-svn-id: svn://10.0.0.236/trunk@166154 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-02 19:43:53 +00:00
bsmedberg%covad.net
adb423cc1f The branch had a new location for locale files which won't work yet on the trunk. Moving things back to their old location.
git-svn-id: svn://10.0.0.236/trunk@166153 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-02 19:31:07 +00:00
dbaron%dbaron.org
9aa4ab7882 Looks like the braces might be causing problems on the Windows FF tinderbox, so removing that one.
git-svn-id: svn://10.0.0.236/trunk@166152 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-02 19:17:56 +00:00
mkaply%us.ibm.com
f15e4902d6 OS/2 FF bustage - putting change back
git-svn-id: svn://10.0.0.236/trunk@166151 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-02 19:15:02 +00:00
mostafah%oeone.com
b23b6d0f37 Checked in attachment 167380 for bug 270915:
800x600 resolution not supported well


git-svn-id: svn://10.0.0.236/trunk@166150 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-02 19:01:11 +00:00
bienvenu%nventure.com
baf1b1480d fix 272602 compress commit on clean db was not writing out .msf file, sr=mscott
git-svn-id: svn://10.0.0.236/trunk@166149 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-02 18:08:16 +00:00
pavlov%pavlov.net
79a2fc3e81 updating eventDialog to use the new calendar APIs
revamp of the event dialog by mattwillis@gmail.com
bug 272732 r=shaver


git-svn-id: svn://10.0.0.236/trunk@166146 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-02 17:41:13 +00:00
mkaply%us.ibm.com
558e3f962b #266785
r=mkaply
Patch from darin - OS/2 only - move nsOS2VACLegacy for legacy reasons


git-svn-id: svn://10.0.0.236/trunk@166145 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-02 16:46:39 +00:00
mkaply%us.ibm.com
a81193c43e Backing out OS/2 only fix - this shouldn't be needed
git-svn-id: svn://10.0.0.236/trunk@166144 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-02 16:41:01 +00:00
mvl%exedo.nl
377f4e9a7f relanding part of the patch for bug 258524. already had r=bsmedberg, mostafah
sunbird bustage fix


git-svn-id: svn://10.0.0.236/trunk@166143 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-02 13:49:31 +00:00
mvl%exedo.nl
df6d068f3f fix javascript strict warning
bug 258324, patch by gekacheka, r=mvl


git-svn-id: svn://10.0.0.236/trunk@166142 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-02 10:56:36 +00:00
mvl%exedo.nl
b3eb0145f0 fix javascript strict warning
bug 248884, patch by gekacheka, r=mvl


git-svn-id: svn://10.0.0.236/trunk@166141 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-02 10:53:47 +00:00
mvl%exedo.nl
3a8f1bcd99 fix javascript strict warning
bug 265274, patch by gekacheka, r=mvl


git-svn-id: svn://10.0.0.236/trunk@166140 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-02 10:51:16 +00:00
dbaron%dbaron.org
30c184c51f Make nsJARURI work usable in fastload. b=252703 r=darin sr=bzbarsky
git-svn-id: svn://10.0.0.236/trunk@166139 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-02 07:00:25 +00:00
dbaron%dbaron.org
02fe1a94b1 Make nsResURL work correctly with fastload and make nsResURL::Clone work correctly. b=252703 r=darin sr=bzbarsky
git-svn-id: svn://10.0.0.236/trunk@166138 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-02 06:59:34 +00:00
dbaron%dbaron.org
95c0e8f02b Add assertions where they help implementors of nsISerializable, and remove a bogus one. b=252703 r=darin sr=bzbarsky
git-svn-id: svn://10.0.0.236/trunk@166137 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-02 06:58:06 +00:00
dbaron%dbaron.org
1aee6d6406 Remove .cvsignore files in otherwise empty directories.
git-svn-id: svn://10.0.0.236/trunk@166136 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-02 06:51:40 +00:00
dbaron%dbaron.org
8cb9f49c7a Update list of browser and toolkit makefiles to reflect aviary branch landing and other changes.
git-svn-id: svn://10.0.0.236/trunk@166135 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-02 06:42:04 +00:00
dbaron%dbaron.org
e21fd00bac Update for files removed in aviary branch landing and earlier.
git-svn-id: svn://10.0.0.236/trunk@166134 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-02 06:33:03 +00:00
jake%bugzilla.org
640abe90e4 Reinstate the seperate security section as a chapter.
git-svn-id: svn://10.0.0.236/trunk@166133 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-02 04:21:27 +00:00
dbaron%dbaron.org
d59e6e955e This was moved to toolkit/locales/en-US/chrome/global/ with the aviary branch landing.
git-svn-id: svn://10.0.0.236/trunk@166132 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-02 02:47:26 +00:00
dbaron%dbaron.org
71e7601aa6 Merge cvs removes from aviary branch (in browser and toolkit directories) to the trunk.
git-svn-id: svn://10.0.0.236/trunk@166131 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-02 02:46:06 +00:00
dbaron%dbaron.org
73662263be Merge aviary branch to trunk.
git-svn-id: svn://10.0.0.236/trunk@166130 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-02 02:43:24 +00:00
timeless%mozdev.org
9ef4e3b65d Bug 272688 Firefox crashes when clicking on any extension (xpi) link
r=bz sr=bz


git-svn-id: svn://10.0.0.236/trunk@166129 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-02 02:37:09 +00:00
bzbarsky%mit.edu
c16b8200cb Be a little more conservative about dirtying function-based content lists when
a node's attribute changes and they match it (check whether the node is already
in the list first).  Bug 271709, r+sr=jst


git-svn-id: svn://10.0.0.236/trunk@166128 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-02 02:28:35 +00:00
bzbarsky%mit.edu
0f9b7ce5cc Convert various GetDocument() callers in XBL to using GetOwnerDoc() or
GetCurrentDoc() depending on which they want.  This lays the groundwork for
attaching bindings to nodes that are not in documents.  Bug 265086, r=bryner,
sr=jst


git-svn-id: svn://10.0.0.236/trunk@166127 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-02 02:24:28 +00:00
bzbarsky%mit.edu
d9324798ba This wasn't supposed to land...
git-svn-id: svn://10.0.0.236/trunk@166126 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-02 02:17:54 +00:00
bzbarsky%mit.edu
3c615b2340 Fix XBL error-handling to not close tags that shouldn't be closed yet (and thus
crash when a PR_Assert in the XML content sink is hit).  Bug 265184, r=bryner,
sr=jst


git-svn-id: svn://10.0.0.236/trunk@166125 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-02 02:15:37 +00:00
dbaron%dbaron.org
fec149b598 Back out 252703 due to Txul / Ts regression.
git-svn-id: svn://10.0.0.236/trunk@166124 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-02 02:13:20 +00:00
scott%scott-macgregor.org
2e6149b187 Bug #270477 --> now virtual folders living under news accounts show the saved search icon
instead of a newsgroup icon by moving the virtual folder style rule afer the
news folder CSS.

sr=bienvenu


git-svn-id: svn://10.0.0.236/trunk@166123 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-02 01:51:55 +00:00
dmose%mozilla.org
803503bb58 Checkpointing (not part of build)
git-svn-id: svn://10.0.0.236/trunk@166122 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-02 01:43:14 +00:00
ben%bengoodger.com
df012f96a1 239394 - aviary landing fallout - make sure nsIMIMEInfo uses use correct interCaps for properties and methodsfx
git-svn-id: svn://10.0.0.236/trunk@166121 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-02 01:42:23 +00:00
dmose%mozilla.org
db91ec1c6d Be sure to stop the event pump once we've received a response.
git-svn-id: svn://10.0.0.236/trunk@166120 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-02 01:42:09 +00:00
dmose%mozilla.org
75e3c2d28a Add closure params to everything except get. Not part of build
git-svn-id: svn://10.0.0.236/trunk@166119 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-02 01:41:03 +00:00
dbaron%dbaron.org
4bbdb86a7a Back out 252703 due to Txul / Ts regression.
git-svn-id: svn://10.0.0.236/trunk@166118 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-02 01:26:20 +00:00
scott%scott-macgregor.org
ecc7a81d50 Bug #271711 --> Virtual folders can't use international characters in folder name.
Bug #241066 --> For Mac OS X:
1) Hide drop down for print toolbar button
2) Hide print preview in thread pane and msg pane context menus
3) hide print card and print address book preview in address book
4) hide print preview in view source

sr=bienvenu


git-svn-id: svn://10.0.0.236/trunk@166117 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-02 01:06:45 +00:00
ben%bengoodger.com
ad85e2d610 aviary branch landing - land installer localization changes
git-svn-id: svn://10.0.0.236/trunk@166116 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-02 00:52:27 +00:00
bugzilla%arlen.demon.co.uk
2fbd21622e Bug 261269 toolkit should treat URIs as UTF-8
Relanding nsDownloadManager.cpp of patch following landing of aviary branch


git-svn-id: svn://10.0.0.236/trunk@166115 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-02 00:22:51 +00:00
ben%bengoodger.com
502248570d 272629 - trunk contains pre-1.0 branding. (aviary branch landing)
git-svn-id: svn://10.0.0.236/trunk@166114 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-02 00:16:39 +00:00
bugzilla%arlen.demon.co.uk
598e231914 Bug 252468 Remove outdated autostretch attribute from the tree
Relanding toolkit part of patch v2 following landing of aviary branch


git-svn-id: svn://10.0.0.236/trunk@166113 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-02 00:16:04 +00:00
bugzilla%arlen.demon.co.uk
b743e1da89 Bug 239604 make uriloader more doxygen-friendly
Relanding relevant part of patch v2 following aviary branch landing


git-svn-id: svn://10.0.0.236/trunk@166112 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-02 00:08:13 +00:00
bugzilla%arlen.demon.co.uk
023610b4d8 Bug 239394 nsIMIMEInfo should use interCaps for functions and attributes
Relanding relevant parts of patch following aviary branch landing


git-svn-id: svn://10.0.0.236/trunk@166111 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-01 23:59:15 +00:00
darin%meer.net
8c963feb96 fixes bug 271411 "Same-origin checking for XForms submission" r=bryner sr=jst
git-svn-id: svn://10.0.0.236/trunk@166110 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-01 23:50:29 +00:00
darin%meer.net
b83ca546c0 fixes bug 272523 "Implement <xforms:textarea>" r=bryner
git-svn-id: svn://10.0.0.236/trunk@166109 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-01 23:39:55 +00:00
bugzilla%arlen.demon.co.uk
01e70977ba Bug 128398 Referrer column is empty for the History
Relanding relevant parts of patch following aviary branch landing


git-svn-id: svn://10.0.0.236/trunk@166108 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-01 23:38:19 +00:00
vladimir%pobox.com
0c0889439d added calRecurrenceInfo, using libical to calculate recurrence; fixed calDateTime jsDate timezone handling; added calTodo implementation
git-svn-id: svn://10.0.0.236/trunk@166107 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-01 23:36:16 +00:00
neil%parkwaycc.co.uk
0d838ef065 Bug 203386 CTRL+TAB navigation inconsistent when focus is not on one of the three main panes p=mcow@well.com r=me sr=mscott
git-svn-id: svn://10.0.0.236/trunk@166106 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-01 23:23:38 +00:00
jwalden%mit.edu
66559be5d9 Making a few last reverts/tweaks to make Help good to go again...
git-svn-id: svn://10.0.0.236/trunk@166105 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-01 23:04:17 +00:00
bzbarsky%mit.edu
d0f825c874 Refix copy/paste of XHTML to treat it like it does XML -- as plaintext-only
content, since we can't actually copy/paste XML usefully.  Bug 270145, r+sr=jst


git-svn-id: svn://10.0.0.236/trunk@166104 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-01 22:43:56 +00:00
bzbarsky%mit.edu
084a5e5980 Make sure to call DoneCreatingElement/DoneAddingChildren on the relevant HTML
nodes in XML so that form state restoration works.  Bug 206695, r+sr=peterv


git-svn-id: svn://10.0.0.236/trunk@166103 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-01 22:41:20 +00:00
dbaron%dbaron.org
4152e1ae96 Fix theme switching bugs related to insufficient change handling when entry points to themes are stylesheet links (processing instructions or XBL stylesheet elements) or xul:image src attributes by giving the chrome: protocol its own URL implementation that remembers the URL to which the chrome: URL was resolved and uses that resolved URL as part of equality testing. Fix various fastload issues arising from this change. b=252703 r=darin sr=bzbarsky
git-svn-id: svn://10.0.0.236/trunk@166102 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-01 22:39:17 +00:00
gerv%gerv.net
9f207af4db Bug 236613: change to MPL/LGPL/GPL tri-license.
git-svn-id: svn://10.0.0.236/trunk@166101 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-01 22:27:03 +00:00
timeless%mozdev.org
a8b913b4d2 Bug 129946 clicking Clear button should disable the Fewer button
patch by mark@standard8.demon.co.uk r=dmose sr=beinvenu


git-svn-id: svn://10.0.0.236/trunk@166100 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-01 22:26:51 +00:00
timeless%mozdev.org
ff6007f328 Bug 112959 Select a list and the Edit menu either displays Delete Card or Delete Address Book
patch by mark@standard8.demon.co.uk r=neil sr=bienvenu


git-svn-id: svn://10.0.0.236/trunk@166099 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-01 22:25:12 +00:00
joshmoz%gmail.com
d6279b292d fix bug 160348 - use link text instead of url for title when dragging link into bookmarks tab. sr=pinkerton
git-svn-id: svn://10.0.0.236/trunk@166098 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-01 21:30:19 +00:00
joshmoz%gmail.com
3f3810d030 comment fix for bug 262815
git-svn-id: svn://10.0.0.236/trunk@166097 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-01 21:23:31 +00:00
joshmoz%gmail.com
0c545d9923 fix bug 262815 - Closing tab while bookmarks view is shown can lead to crash [@ objc_msgSend]. sr=pinkerton
git-svn-id: svn://10.0.0.236/trunk@166096 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-01 21:21:24 +00:00
mvl%exedo.nl
f338b31ddc copy brand.dtd into calendar.dtd. bustage fix.
bug 272643, r=mostafah


git-svn-id: svn://10.0.0.236/trunk@166094 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-01 20:54:48 +00:00
steffen.wilberg%web.de
c76d39fe93 I forgot to address the review comment when relanding this.
git-svn-id: svn://10.0.0.236/trunk@166093 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-01 20:52:55 +00:00
shaver%mozilla.org
f0120164a8 Bug 272640: attendee support, and some cleanups.
- calIAttendee interface
- calAttendee impl
- attendee-related methods on calIItemBase
- basic test suite for attendee stuff
- data-driven component/module/script loading and factory stuff
- suppress component loader error from it trying to load calEvent.js as a
  component
- "make rebuild" target to rebuild .js from .js.pre
- chain calEvent's QI through its proto's

r=vlad,tab-police=mvl


git-svn-id: svn://10.0.0.236/trunk@166092 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-01 20:52:31 +00:00
dbaron%dbaron.org
1db3c45165 Reland Bug 239977: Support ISO 639-2 code for Klingon. r=jshin,sr=roc
git-svn-id: svn://10.0.0.236/trunk@166091 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-01 20:51:00 +00:00
steffen.wilberg%web.de
479398921e fix xml parsing error: duplicate attribute
git-svn-id: svn://10.0.0.236/trunk@166090 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-01 20:33:16 +00:00
steffen.wilberg%web.de
0bb80f0a2e remove dead dir, which is neither built nor shipped.
git-svn-id: svn://10.0.0.236/trunk@166089 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-01 20:09:06 +00:00
bugzilla%arlen.demon.co.uk
7e6e60ca26 Bug 235872 add description property to menuitems
Relanding xul.css part of patch following aviary branch landing


git-svn-id: svn://10.0.0.236/trunk@166086 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-01 19:37:38 +00:00
bugzilla%arlen.demon.co.uk
91e747438a Bug 196755 [mailviews] [modern skin only] Unable to create new Views (pull down menus do not retain changes)
Relanding of patch following landing of aviary branch


git-svn-id: svn://10.0.0.236/trunk@166085 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-01 19:15:37 +00:00
cls%seawood.org
48ac151463 Arbitrarily bump version number to 1.3.9.
git-svn-id: svn://10.0.0.236/trunk@166084 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-01 19:07:27 +00:00
bugzilla%arlen.demon.co.uk
3ef8a3769c Bug 244624 XUL:textbox and XUL:menulist not properly exposed
Bug 64157 Should be able to pick options in <menulist> when it's not dropped down
Relanding relevant parts of patches following aviary branch landing


git-svn-id: svn://10.0.0.236/trunk@166083 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-01 18:59:12 +00:00
steffen.wilberg%web.de
bb283f2234 back out branch landing. this is a leftover, which we don't need, and it breaks Sunbird
git-svn-id: svn://10.0.0.236/trunk@166082 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-01 18:58:09 +00:00
bienvenu%nventure.com
a3270089ce fix 267486 auth nntp doesn't work with subscribe UI (same would be true for imap), sr=mscott
git-svn-id: svn://10.0.0.236/trunk@166081 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-01 18:52:53 +00:00
bryner%brianryner.com
6a198773eb Don't load the java plugin at startup (bug 128366). Patch originally by peter lubczynski, r=me, sr=shaver.
git-svn-id: svn://10.0.0.236/trunk@166080 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-01 18:50:44 +00:00
bugzilla%arlen.demon.co.uk
3545c5f12a Bug 175893 Make XUL <tab>'s focusable
Bug 251513 content of tabs not focused to keyboard scrolling when switching tabs
Relanding relevant parts of patches following aviary branch landing


git-svn-id: svn://10.0.0.236/trunk@166079 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-01 18:48:25 +00:00
bmlk%gmx.de
f4ecc570fe switch the frame sorting from the frame constructor to the table frame + a couple of build warning fixes, bug 269648, r/sr=bzbarsky
git-svn-id: svn://10.0.0.236/trunk@166078 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-01 18:47:34 +00:00
pedemont%us.ibm.com
4500bee54b Bug 269553 - Integrate JavaXPCOM into build. r=bsmedberg, sr=bryner.
git-svn-id: svn://10.0.0.236/trunk@166077 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-01 17:56:52 +00:00
bugzilla%arlen.demon.co.uk
a04d34d90f Bug 68841 We don't underline accesskeys for XUL checkboxes or radiobuttons
Bug 260657 Txul, Ts regression caused by checkbox/radio underlines
Relanding relevant parts of patches following aviary branch landing


git-svn-id: svn://10.0.0.236/trunk@166076 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-01 17:56:32 +00:00
bienvenu%nventure.com
8d75bf9960 fix 271717 opening messages from search results sometimes doesn't work if original folder is threaded, sr=mscott
git-svn-id: svn://10.0.0.236/trunk@166075 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-01 17:50:07 +00:00
bienvenu%nventure.com
877d326e3c fix for 250738 imap folders other than inbox not checked for new mail at startup sr=mscott
git-svn-id: svn://10.0.0.236/trunk@166074 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-01 17:48:09 +00:00
bienvenu%nventure.com
d547e5d007 fix 271717 opening messages from search results sometimes doesn't work if original folder is threaded, sr=mscott
git-svn-id: svn://10.0.0.236/trunk@166073 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-01 17:44:10 +00:00
mkaply%us.ibm.com
e446377b5d OS/2 only change for OS/2 build bustage on some machines
git-svn-id: svn://10.0.0.236/trunk@166071 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-01 17:37:39 +00:00
mkaply%us.ibm.com
de2f6667af New icons
git-svn-id: svn://10.0.0.236/trunk@166070 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-01 17:35:19 +00:00
cltbld
8771bf3454 Automated update from host egg
git-svn-id: svn://10.0.0.236/trunk@166069 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-01 17:34:31 +00:00
pedemont%us.ibm.com
cac5dc3001 Bug 269553 - Integrate JavaXPCOM into build. r=bsmedberg, sr=bryner
git-svn-id: svn://10.0.0.236/trunk@166068 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-01 17:33:16 +00:00
bugzilla%arlen.demon.co.uk
8d016ea446 Bug 237745 split app-startup from core appshell functionality
Reland parts of patch following aviary branch landing - already reviewed


git-svn-id: svn://10.0.0.236/trunk@166067 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-01 17:26:48 +00:00
cls%seawood.org
307814b03b Sanitize set_line.
Kill more uninitialized variable warnings.


git-svn-id: svn://10.0.0.236/trunk@166066 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-01 17:08:06 +00:00
cls%seawood.org
ff47079499 sanitize batchid
git-svn-id: svn://10.0.0.236/trunk@166065 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-01 17:07:08 +00:00
bugzilla%arlen.demon.co.uk
94715f673c Bug 221161 Customize domain endings (TLDs) for Ctrl+Enter, Shift+Enter, etc. completions in URL bar
Relanding of patch following aviary branch landing - already reviewed


git-svn-id: svn://10.0.0.236/trunk@166064 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-01 16:42:28 +00:00
cls%seawood.org
2de335e860 Remove duplicate $::query_debug setting.
git-svn-id: svn://10.0.0.236/trunk@166063 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-01 16:35:09 +00:00
bugzilla%arlen.demon.co.uk
e561d648f8 Bug 260924 MessengerSetDefaultCharacterSet should be named MessengerSetForcedCharacterSet
Recheckin after aviary branch landing - already reviewed


git-svn-id: svn://10.0.0.236/trunk@166062 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-01 16:34:01 +00:00
tor%cs.brown.edu
ab65aaa658 Bug 272425 - fix nsSVGInnerSVGFrame transformation ordering. r=jwatt.
git-svn-id: svn://10.0.0.236/trunk@166061 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-01 16:23:12 +00:00
aaronleventhal%moonset.net
e4663eedaa Bug 163562. Home/end keys should not affect horizontal scrolling. Patch by dmitry@kirsanov.com. r=aaronleventhal, sr=roc
git-svn-id: svn://10.0.0.236/trunk@166060 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-01 16:21:20 +00:00
bugzilla%arlen.demon.co.uk
6c4205b24f Bug 261790 port various changes betwen xpfe/toolkit
Relanding patch after aviary branch landing - already reviewed


git-svn-id: svn://10.0.0.236/trunk@166059 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-01 16:21:02 +00:00
aaronleventhal%moonset.net
f1a16fe838 Bug 269212. CSS select:focus outline too large on combobox, extending past the right side. Make sure to FinishAndStoreOverflow() even if returning early from nsComboboxFrame::Reflow(). r+sr=roc
git-svn-id: svn://10.0.0.236/trunk@166058 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-01 16:17:44 +00:00
aaronleventhal%moonset.net
398244fa25 Bug 269318. TAB should start from selection text after mouse click. If element gets focused, move selection to focus if focus isn't already inside the selection. mLastFocusedWith is no longer needed for making tab not move relative to selection after a mouse click. r=ginn.chen, sr=neil
git-svn-id: svn://10.0.0.236/trunk@166057 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-01 16:15:02 +00:00
edburns%acm.org
0f327ddba2 This correctly implements the keyListener logic. I had the mapping
between mozilla concepts and java concepts wrong before.  The correct
mapping is:

Mozilla concept       Java concept

KeyDown               keyPressed
KeyUp                 keyReleased
KeyPress              keyTyped

KeyCode               keyCode
CharCode              keyChar

M webclient/classes_spec/org/mozilla/webclient/impl/wrapper_native/EventRegistrationImpl.java

- Force the keyCode to be VK_UNDEFINED if this is a KEY_TYPED event.

- For security, log any exceptions thrown during ctor of KeyEvent.

M webclient/src_moz/EmbedEventListener.cpp

- remove unused automatic vars.

M webclient/src_moz/NavigationImpl.cpp

- roll back change done by Brian Ryner, since it doesn't make sense
  under mozilla 1.7.

M webclient/src_share/jni_util.cpp

- reverse mapping of CHAR_CODE and KEY_CODE to their java counterparts.

M webclient/test/automated/src/classes/org/mozilla/webclient/KeyListenerTest.java

- Add in some code to make it easier to run this testcase in a manual
  fashion.


git-svn-id: svn://10.0.0.236/trunk@166056 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-01 15:46:23 +00:00
steffen.wilberg%web.de
30d52ce0b4 partly backing out aviary landing. we want a better solution for the trunk.
git-svn-id: svn://10.0.0.236/trunk@166055 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-01 13:50:03 +00:00
bugzilla%arlen.demon.co.uk
27c1ea8ee8 Bug 240186 [FIX]GetElementsByAttribute should return live nodelists
Recheckin toolkit/browser changes following landing of aviary branch


git-svn-id: svn://10.0.0.236/trunk@166054 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-01 13:45:12 +00:00
mkaply%us.ibm.com
edd9d98eae #272194
r=mkaply, sr=blizzard (platform specific)
Patch from Andy Willis - OS/2 build bustage in nsNativeAppSupportOS2.cpp


git-svn-id: svn://10.0.0.236/trunk@166053 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-01 13:15:43 +00:00
cltbld
3c51b49045 Automated update from host egg
git-svn-id: svn://10.0.0.236/trunk@166052 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-01 13:04:41 +00:00
bsmedberg%covad.net
bde5b11b25 Bug 272189 - enable crypto by default, and make the list of default extensions app-specific r=darin a=mitchell
git-svn-id: svn://10.0.0.236/trunk@166051 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-01 13:02:07 +00:00
steffen.wilberg%web.de
c38dde2240 Bug 272555: invisible prefs in about:config. fix by backing out the branch landing, which restores the trunk-only changes from bug 221619.
git-svn-id: svn://10.0.0.236/trunk@166050 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-01 12:26:49 +00:00
bugzilla%arlen.demon.co.uk
c8e7506f7a Bug 191805 Installer progress meters should use the system progress meter color
Relanding toolkit part of patch following aviary branch landing


git-svn-id: svn://10.0.0.236/trunk@166049 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-01 11:52:27 +00:00
bugzilla%arlen.demon.co.uk
3f1abcf6e6 Bug 264102 Chrome should use document.title instead of window.title - toolkit fixes
Relanding to fix aviary branch landing regressions


git-svn-id: svn://10.0.0.236/trunk@166048 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-01 11:42:34 +00:00
bugzilla%arlen.demon.co.uk
a121e52bbc Bug 261267 helper application dialog has title issues when opening an unknown filetype
Relanding after aviary branch landing - already reviewed


git-svn-id: svn://10.0.0.236/trunk@166047 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-01 11:12:21 +00:00
steffen.wilberg%web.de
c33491e82e restoring the modified date as well
git-svn-id: svn://10.0.0.236/trunk@166046 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-01 11:11:58 +00:00
steffen.wilberg%web.de
d5a5e8e571 Bug 272552: XUL tree splitters visible post-merge. Recheckin toolkit part of bug 265165.
git-svn-id: svn://10.0.0.236/trunk@166045 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-01 10:58:20 +00:00
steffen.wilberg%web.de
6d03e2fac9 Bug 272561: Gap at bottom of menus. Recheckin xul.css part of bug 240276.
git-svn-id: svn://10.0.0.236/trunk@166044 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-01 10:48:40 +00:00
timeless%mozdev.org
38ee5ccc98 Bug 250322 nsLDAPSyncQuery::GetQueryResults can return null + NS_OK for OOM
patch by gandalf@firefox.pl r=dmose sr=bienvenu


git-svn-id: svn://10.0.0.236/trunk@166043 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-01 10:32:53 +00:00
steffen.wilberg%web.de
ebf245b1d0 Recheckin bug 269226 (wrong link in Firefox Help welcome page)
git-svn-id: svn://10.0.0.236/trunk@166042 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-01 10:32:25 +00:00
steffen.wilberg%web.de
ed5e94f77b Recheckin bug 271348 ('Move system caret with focus/selection changes' needs to explain that this is the same as caret browsing)
git-svn-id: svn://10.0.0.236/trunk@166041 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-01 10:22:05 +00:00
bugzilla%arlen.demon.co.uk
94f4865181 Bug 250817 nsWidgetStateManager assumes first element returned by getElementsByAttribute is its child
Bug 260357 Nothing is selected for some radio buttons
Bug 127118 Fix focus problems with radio buttons and accesskeys
Aviary branch landing regressions - already all reviewed


git-svn-id: svn://10.0.0.236/trunk@166040 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-01 09:53:56 +00:00
scott%scott-macgregor.org
d6c32c3884 try to add transparency to the mozicon16 image
thanks to jeroen for the patch


git-svn-id: svn://10.0.0.236/trunk@166039 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-01 09:17:49 +00:00
cls%seawood.org
e325c159fc Use Mail::Mailer instead of manually sending mail. Fixes LF issue.
Bug #166172 r=timeless


git-svn-id: svn://10.0.0.236/trunk@166038 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-01 09:09:21 +00:00
scott%scott-macgregor.org
93ae49c4ad Bug #258465 --> work around a nasty RDF entity replacement bug to prevent certain RSS feed items
from getting duplicated every time you check a feed for new articles.


git-svn-id: svn://10.0.0.236/trunk@166036 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-01 09:03:44 +00:00
cls%seawood.org
86514f6549 Allow usernames up to 128 chars.
Bug #188274 r=timeless


git-svn-id: svn://10.0.0.236/trunk@166035 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-01 08:52:17 +00:00
cls%seawood.org
bc1a57ed0f Do not allow access to CVSROOT.
Bug #204126 r=timeless


git-svn-id: svn://10.0.0.236/trunk@166034 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-01 08:40:33 +00:00
cls%seawood.org
a5351a9cd9 Use DBI placeholders to avoid SQL injection issues.
Bug #260894 r=timeless,justdave


git-svn-id: svn://10.0.0.236/trunk@166033 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-01 08:28:06 +00:00
ben%bengoodger.com
cb91b7f533 aviary branch landing: one final attempt to fix build bustage... move extensions to non-windows-only section of makefile!
git-svn-id: svn://10.0.0.236/trunk@166032 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-01 07:41:14 +00:00
vladimir%pobox.com
34cc88bced commented-out cpp lines in calendar/base/src/Makefile.in; the checked-in files should be up to date. uncomment if you're working on the js.pre files. yes, this sucks.
git-svn-id: svn://10.0.0.236/trunk@166031 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-01 07:39:48 +00:00
cls%seawood.org
84c2889d1f Check the off case when setting up linenumbers pref.
Bug #119799 r=timeless


git-svn-id: svn://10.0.0.236/trunk@166030 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-01 07:30:43 +00:00
ben%bengoodger.com
d564309a58 aviary branch landing: more bustage fixes for seamonkey, make sure extensions stub is built for seamonkey, and make sure SelectSkin is called on the right interface pointer.
git-svn-id: svn://10.0.0.236/trunk@166029 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-01 07:13:06 +00:00
dbaron%dbaron.org
ef12b28811 Fix bad comment (from merging, not from branch). a=ben
git-svn-id: svn://10.0.0.236/trunk@166028 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-01 07:09:48 +00:00
cls%seawood.org
d8aa95af2a think-o
git-svn-id: svn://10.0.0.236/trunk@166027 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-01 06:56:03 +00:00
cls%seawood.org
22ed9a0b1c Remove undef check from SanitizeModule
git-svn-id: svn://10.0.0.236/trunk@166026 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-01 06:46:21 +00:00
ben%bengoodger.com
e6030cf8c0 aviary branch landing: add tree.dtd to jar.mn too
git-svn-id: svn://10.0.0.236/trunk@166025 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-01 06:39:32 +00:00
ben%bengoodger.com
49c7b593a4 aviary branch landing: add tree.dtd to fix undefined entities associated with new tree api usage
git-svn-id: svn://10.0.0.236/trunk@166024 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-01 06:36:54 +00:00
cls%seawood.org
0ceb88ac56 Remove undef check from SanitizeModule
git-svn-id: svn://10.0.0.236/trunk@166023 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-01 06:35:28 +00:00
ben%bengoodger.com
9c151bc161 aviary landing: back out tree changes from aviary branch landing - trunk has new tree api that we need to retain
git-svn-id: svn://10.0.0.236/trunk@166022 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-01 06:33:34 +00:00
ben%bengoodger.com
ebfea01228 fix build bustage (2) - close up scope properly.
git-svn-id: svn://10.0.0.236/trunk@166021 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-01 06:27:01 +00:00
ben%bengoodger.com
8d4a7ff64e fix bustage (1) - forgot to add extensions to REQUIRES
git-svn-id: svn://10.0.0.236/trunk@166020 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-01 06:23:59 +00:00
cls%seawood.org
c896aec8ce Strip ./ & / from beginning of legaldirs when comparing against checked in
files.
Explicitly check for "." & "/" when matching directory names.
Bug #260310 r=timeless


git-svn-id: svn://10.0.0.236/trunk@166019 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-01 06:12:25 +00:00
ben%bengoodger.com
70fb1d1ad8 aviary branch landing:
- xpinstall hooks for extension manager (242529, r=dveditz)
  (install.rdf read hook + stub extension manager implementation for seamonkey)
- xpinstall hooks for info bar (xpinstall whitelist UI)


git-svn-id: svn://10.0.0.236/trunk@166018 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-01 05:59:04 +00:00
cls%seawood.org
d1ca42b041 Catch the case where branchtype isn't set.
Bug #272511


git-svn-id: svn://10.0.0.236/trunk@166017 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-01 05:47:35 +00:00
cls%seawood.org
2979bf868b Kill uninitialized variable warnings.
git-svn-id: svn://10.0.0.236/trunk@166016 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-01 05:35:08 +00:00
dbaron%dbaron.org
06dcd5b2d8 Reland conversion of Mac to Unix newlines.
git-svn-id: svn://10.0.0.236/trunk@166015 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-01 05:13:31 +00:00
mrbkap%gmail.com
17fdec4b27 bug 88952: Remove record trailing content. This was missed in the main checkin. r=jst sr=rbs
git-svn-id: svn://10.0.0.236/trunk@166014 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-01 05:11:06 +00:00
cls%seawood.org
c76cf3bcce Revert to behavior of treating no branch parameter as branch=HEAD.
Bug #261616 & bug #272511


git-svn-id: svn://10.0.0.236/trunk@166013 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-01 04:57:30 +00:00
ben%bengoodger.com
1fe556185a Aviary branch landing
git-svn-id: svn://10.0.0.236/trunk@166012 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-01 04:48:44 +00:00
cls%seawood.org
c6516a20c7 Quote all values to be used in urls or in html output.
Bug #261616 r=timeless


git-svn-id: svn://10.0.0.236/trunk@166011 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-01 04:46:35 +00:00
mrbkap%gmail.com
55015dd49f bug 88952: Remove trailing content. This checkin fixes a whole slew of textarea bugs. r=jst sr=rbs
git-svn-id: svn://10.0.0.236/trunk@166010 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-01 04:37:36 +00:00
cls%seawood.org
91aa3643dc Sanitize form inputs.
Bug 261616 r=timeless


git-svn-id: svn://10.0.0.236/trunk@166009 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-01 04:25:22 +00:00
cls%seawood.org
9448069e8b Handle the 0 line count case.
Bug #270536 r=timeless


git-svn-id: svn://10.0.0.236/trunk@166008 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-01 04:19:51 +00:00
bryner%brianryner.com
27dc5d0072 fixing windows installer bustage from aviary branch landing
git-svn-id: svn://10.0.0.236/trunk@166007 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-01 04:15:35 +00:00
bzbarsky%mit.edu
d7f7f7881a Fix painting of backgrounds on scrollable rowgroups (which aren't kids of the
table, so require slightly more complicated computation of the coordinate
transformations).  Bug 267592, r=fantasai, sr=roc


git-svn-id: svn://10.0.0.236/trunk@166006 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-01 03:51:35 +00:00
dbaron%dbaron.org
3de6c85ac5 Do size adjustments for empty cells only when 'empty-cells' says empty cells don't have borders. b=271955 r=bernd sr=roc
git-svn-id: svn://10.0.0.236/trunk@166005 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-01 03:50:03 +00:00
bzbarsky%mit.edu
148fa42371 Put an update view batch around zoom-setting so we don't get drawing
artifacts.  Bug 270032, r+sr=roc


git-svn-id: svn://10.0.0.236/trunk@166004 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-01 03:28:44 +00:00
edburns%acm.org
90fb2a4018 This checkin enables the KeyListener feature.
A webclient/test/automated/src/classes/org/mozilla/webclient/KeyListenerTest.java
A webclient/test/automated/src/test/KeyListenerTest1.html
M webclient/build-tests.xml

- add new testcase

M webclient/classes_spec/org/mozilla/webclient/BrowserControlCanvas.java
M webclient/classes_spec/org/mozilla/webclient/EventRegistration2.java

- allow KeyListeners to be added and removed.

M webclient/classes_spec/org/mozilla/webclient/impl/wrapper_native/EventRegistrationImpl.java

- Lazily create listener lists.

- Change the contract of queueEvent() to discard null events silently.

- Add createKeyEvent() method.

M webclient/src_moz/EmbedEventListener.cpp

- new mask names and values, DOMDOMKeyListener_maskNames,
  DOMKeyListener_maskValues.

- flesh out Key*() events.

- add addKeyEventDataToProperties.

- use eventType to discern how to populate the properties, with either key or
  mouse data.

M webclient/src_moz/EmbedEventListener.h

- key event includes and support methods.

M webclient/src_moz/EmbedProgress.cpp

- honor new last argument to util_InitializeEventMaskValuesFromClass().

M webclient/src_share/jni_util.cpp
M webclient/src_share/jni_util.h

- new constants

+jobject CHAR_CODE;
+jobject KEY_CODE;
+jstring KEY_LISTENER_CLASSNAME;
+char *DOMKeyListener_maskNames[] = {

M webclient/src_share/jni_util_export.cpp
M webclient/src_share/jni_util_export.h

- new last argument to

 util_InitializeEventMaskValuesFromClass(const char *className,
                                         char *maskNames[],
-                                        jlong maskValues[])
+                                        jlong maskValuesLong[],
+                                        jint maskValuesInt[])

  Used when the maskValues are ints, otherwise null.


git-svn-id: svn://10.0.0.236/trunk@166003 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-01 03:21:23 +00:00
timeless%mozdev.org
8bbaa8a03e Bug 271293 Crash in [@ nsView::DropMouseGrabbing ]
r=roc sr=roc


git-svn-id: svn://10.0.0.236/trunk@166001 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-01 03:04:17 +00:00
myk%mozilla.org
d3f9b335ef Fix for bug 267578: generates an ALT link to the RSS version of the history; r=cls
git-svn-id: svn://10.0.0.236/trunk@166000 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-01 02:15:29 +00:00
scott%scott-macgregor.org
9ab3d4cf14 Back out Bug #270082 --> revert our RSS account default to show HTML.
git-svn-id: svn://10.0.0.236/trunk@165999 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-01 02:09:11 +00:00
dbaron%dbaron.org
996ecb8e40 Landing aviary branch.
git-svn-id: svn://10.0.0.236/trunk@165998 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-01 02:05:12 +00:00
dbaron%dbaron.org
ef0c61dcf2 Remove files that shouldn't have landed now, and will eventually land elsewhere.
git-svn-id: svn://10.0.0.236/trunk@165997 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-01 01:58:13 +00:00
dbaron%dbaron.org
d2fbb61d7f This shouldn't have landed yet.
git-svn-id: svn://10.0.0.236/trunk@165996 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-01 01:35:42 +00:00
christophe.ravel.bugs%sun.com
8d8429496c Move to version 4.0.1 Beta.
git-svn-id: svn://10.0.0.236/trunk@165995 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-01 01:19:58 +00:00
cls%seawood.org
91c6f7e8ba Use : instead of + as file separator to avoid + being converted to a space.
Bug #261616 r=timeless


git-svn-id: svn://10.0.0.236/trunk@165994 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-01 01:11:37 +00:00
cls%seawood.org
e72ca961c1 Print raw output in reverse chronological order.
Bug #261616 r=timeless


git-svn-id: svn://10.0.0.236/trunk@165991 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-01 00:44:42 +00:00
cls%seawood.org
992109a5d2 Fix misc warnings.
Bug #261616 r=timeless


git-svn-id: svn://10.0.0.236/trunk@165990 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-01 00:43:28 +00:00
cls%seawood.org
df77c5d412 Fix typo.
git-svn-id: svn://10.0.0.236/trunk@165989 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-01 00:41:09 +00:00
cls%seawood.org
7b862cda60 Allow & to be used on whiteboard & motd.
Bug #261616 r=timeless


git-svn-id: svn://10.0.0.236/trunk@165988 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-01 00:40:18 +00:00
bienvenu%nventure.com
864de87ad4 fix 272488 folder properties dialog for news and blog folders is confused, sr=mscott
git-svn-id: svn://10.0.0.236/trunk@165987 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-01 00:38:34 +00:00
cls%seawood.org
363626e4e7 Throw an error if the datadir doesn't exist rather than blindly creating it.
Bug #261616 r=timeless


git-svn-id: svn://10.0.0.236/trunk@165986 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-01 00:36:30 +00:00
cls%seawood.org
59799d8293 Fix page layout.
Bug #261616 r=timeless


git-svn-id: svn://10.0.0.236/trunk@165985 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-01 00:32:49 +00:00
cls%seawood.org
a08e1ddc07 Move SanitizeRevision call to catch all cases.
git-svn-id: svn://10.0.0.236/trunk@165984 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-01 00:28:03 +00:00
cls%seawood.org
768abf5478 Verify that the given cvsroot is actually in our repository list.
Bug #261616 r=timeless


git-svn-id: svn://10.0.0.236/trunk@165983 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-01 00:22:53 +00:00
ben%bengoodger.com
87fe99fded aviary branch landing - some of the stuff in toolkit/content
git-svn-id: svn://10.0.0.236/trunk@165982 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-01 00:21:43 +00:00
cls%seawood.org
9ffa78a6ca Add referer checks for admin scripts.
Bug #261616 r=timeless


git-svn-id: svn://10.0.0.236/trunk@165981 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-01 00:15:22 +00:00
ben%bengoodger.com
e76627b228 more local build bustage - make sure browsercomps is in the REQUIRES list so we can pick up the cid .h file
git-svn-id: svn://10.0.0.236/trunk@165980 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-01 00:09:00 +00:00
igor%mir2.org
e96f8aa6f4 Link to changes.html
git-svn-id: svn://10.0.0.236/trunk@165978 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-01 00:07:07 +00:00
cmp%mozilla.org
ada48dc343 Removing textarea changes for now. Will add them later if we need them.
git-svn-id: svn://10.0.0.236/trunk@165977 18797224-902f-48f8-a5cc-f745e15eee43
2004-12-01 00:02:38 +00:00
dbaron%dbaron.org
a6375aea8c Aviary branch landing: remove contents*.rdf files that are now preprocessed instead.
git-svn-id: svn://10.0.0.236/trunk@165976 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-30 23:58:51 +00:00
cls%seawood.org
636e1ae296 Add check routines to sanitize user input.
Rename sanitize_revision to SanitizeRevision and move it to globals.pl.
Bug #261616 r=timeless


git-svn-id: svn://10.0.0.236/trunk@165975 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-30 23:56:13 +00:00
cmp%mozilla.org
e3616323ea Add padding for the textarea object to give a wider margin of space between
the widget and the text in it.

Remove leading and trailing spaces/newlines.

Add a rows attribute to the textarea input element to pretty it up.


git-svn-id: svn://10.0.0.236/trunk@165973 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-30 23:35:46 +00:00
cmp%mozilla.org
0ff320b47b Create a WYSIWYG-style textarea in the preview instead of a <pre> area
that will then be used as the resulting save-as text.


git-svn-id: svn://10.0.0.236/trunk@165972 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-30 23:25:18 +00:00
timeless%mozdev.org
3857dfe0e0 Build bustage from bug 237745, caused by a typo.
nsXPFEComponentCID.h should be nsXPFEComponentsCID.h


git-svn-id: svn://10.0.0.236/trunk@165971 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-30 23:24:59 +00:00
igor%mir2.org
b89d88f1e3 Added release date information
git-svn-id: svn://10.0.0.236/trunk@165970 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-30 23:23:17 +00:00
cmp%mozilla.org
7e561daa64 Fix syntax error in preview text to make Perl avoid using the '$' in text
output.


git-svn-id: svn://10.0.0.236/trunk@165969 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-30 23:15:16 +00:00
cmp%mozilla.org
9ce8cb6bb0 Bug 80631. Fix missing double quotes in ac options that (as-input) have
spaces.


git-svn-id: svn://10.0.0.236/trunk@165968 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-30 23:08:55 +00:00
dbaron%dbaron.org
a5d9e3e4fb Better fix for Thunderbird bustage.
git-svn-id: svn://10.0.0.236/trunk@165967 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-30 23:05:17 +00:00
psychoticwolf%carolina.rr.com
3cf443a4a3 Missed the new install.php, Bug 251050
git-svn-id: svn://10.0.0.236/trunk@165966 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-30 23:01:54 +00:00
psychoticwolf%carolina.rr.com
a29bc73c49 Removing unused copies of install.php. Adding Image needed for Bug 251050.
git-svn-id: svn://10.0.0.236/trunk@165965 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-30 22:59:05 +00:00
psychoticwolf%carolina.rr.com
d201f53e92 Bug 251050. Use installTrigger for install links.
git-svn-id: svn://10.0.0.236/trunk@165964 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-30 22:54:24 +00:00
ben%bengoodger.com
ce38ceb5f6 Landing the Aviary Branch (Toolkit sections excluding toolkit/content).
git-svn-id: svn://10.0.0.236/trunk@165963 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-30 22:54:13 +00:00
dbaron%dbaron.org
fceb486381 Fix make install, patch from crispin@flowerday.cx. b=272151
git-svn-id: svn://10.0.0.236/trunk@165962 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-30 22:19:45 +00:00
ben%bengoodger.com
852288060f attempt at fixing tbird - make sure tbird includes nsToolkitCompsCID.h so it can build typeaheadfind.
git-svn-id: svn://10.0.0.236/trunk@165961 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-30 22:13:11 +00:00
pkw%us.ibm.com
566566f598 Bug 264210 - save as, webpage complete doesn't work with gtk2 filepicker
r=caillon@gmail.com, sr=blizzard@mozilla.org


git-svn-id: svn://10.0.0.236/trunk@165960 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-30 22:07:50 +00:00
ben%bengoodger.com
f76629fc4d aviary branch landing
git-svn-id: svn://10.0.0.236/trunk@165959 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-30 21:56:23 +00:00
bienvenu%nventure.com
01c7cd0018 fix 224563 pop3 filters that change junk status also delete message from pop3 server, sr=mscott
git-svn-id: svn://10.0.0.236/trunk@165958 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-30 21:45:43 +00:00
ben%bengoodger.com
9d630e3018 adding more missing files
git-svn-id: svn://10.0.0.236/trunk@165956 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-30 21:26:14 +00:00
dbaron%dbaron.org
c82ed2c978 Back out 266930 because SVG still modifies the ua.css in dist.
git-svn-id: svn://10.0.0.236/trunk@165955 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-30 19:41:55 +00:00
smontagu%smontagu.org
6bd2ade893 Prevent the right-to-left directional hook from overlapping the caret and make both directions thinner. Bug 264903, r=mkaply, aaronleventhal, sr=rbs.
git-svn-id: svn://10.0.0.236/trunk@165954 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-30 19:28:00 +00:00
dbaron%dbaron.org
11172c00bb Remove unused iscoord parameter from CSS_PROP_* macros. b=205790 r+sr=bzbarsky
git-svn-id: svn://10.0.0.236/trunk@165953 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-30 19:24:34 +00:00
mrbkap%gmail.com
1357842759 bug 272360: missing break in nsViewSourceHTML.cpp r+sr=bzbarsky
git-svn-id: svn://10.0.0.236/trunk@165951 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-30 19:08:43 +00:00
ben%bengoodger.com
78c48fa864 fix sunbird bustage
git-svn-id: svn://10.0.0.236/trunk@165950 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-30 19:00:00 +00:00
ben%bengoodger.com
1285e86979 You'd think that now bsmedberg has engineered a system to prevent me from doing this, I would stop doing this. Well, you'd think wrong.
git-svn-id: svn://10.0.0.236/trunk@165949 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-30 18:52:33 +00:00
bzbarsky%mit.edu
98e8d59a4a Fix asserts by making sure that border-spacing is always computed to coord
values.  Bug 270325, r+sr=dbaron


git-svn-id: svn://10.0.0.236/trunk@165948 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-30 18:30:58 +00:00
ben%bengoodger.com
0456aa4aff get rid of jar.mn to make the build work now brand.dtd is in locales/
git-svn-id: svn://10.0.0.236/trunk@165947 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-30 18:29:50 +00:00
ben%bengoodger.com
49f4c1a7d2 steffen tells me I clobbered a trunk only change here and is causing bustage
git-svn-id: svn://10.0.0.236/trunk@165946 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-30 18:27:52 +00:00
ben%bengoodger.com
5a35c0e5ff hm.. must be more sticky tag problems although I swear I cleared them all... fixing redness
git-svn-id: svn://10.0.0.236/trunk@165945 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-30 18:24:28 +00:00
ben%bengoodger.com
2a7cdb9502 add files to fix red
git-svn-id: svn://10.0.0.236/trunk@165944 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-30 18:16:20 +00:00
brendan%mozilla.org
5c0dd96c0f Root the temporary vector used by array_sort via fp->vars (272336, r=shaver).
git-svn-id: svn://10.0.0.236/trunk@165943 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-30 17:52:29 +00:00
christophe.ravel.bugs%sun.com
9bc3ba053f 238319: Sun packaging changes.
Hook-up SUNWprd package. Remove SUNWprx package.


git-svn-id: svn://10.0.0.236/trunk@165941 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-30 17:05:33 +00:00
bugzilla%arlen.demon.co.uk
838463a64d Bug 272005 Remove toggle sidebar shortcut (F9) for mac
p=stefan_h@hem.utfors.se r=neil.parkwaycc.co.uk


git-svn-id: svn://10.0.0.236/trunk@165940 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-30 16:53:24 +00:00
shaver%mozilla.org
c3bda694b5 - Make .jsDate work again, by resolving the property correctly.
- Better handling of non-Date (non-Object) values assigned to .jsDate.


git-svn-id: svn://10.0.0.236/trunk@165939 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-30 13:25:00 +00:00
webmail%kmgerich.com
4aff364fa1 Pinstripe Thunderbird Update (bug 270667)
- Saved Search Folder icon
- Shared folder icon
- Message group styles
- Striped background on thread pane and other trees
- Drag and drop styles for folder pane
- Search box tweakage
- Remote requests info bar style
- Blog "server" icon


git-svn-id: svn://10.0.0.236/trunk@165938 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-30 12:57:25 +00:00
scott%scott-macgregor.org
663c560047 Linux builds aren't using the official branded icon in the messsage window title bar.
git-svn-id: svn://10.0.0.236/trunk@165937 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-30 09:01:42 +00:00
ben%bengoodger.com
8f53b4dce2 fix cadence red
git-svn-id: svn://10.0.0.236/trunk@165936 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-30 08:54:51 +00:00
ben%bengoodger.com
7858e41c98 Landing the Aviary Branch (browser section only).
git-svn-id: svn://10.0.0.236/trunk@165935 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-30 08:29:39 +00:00
ben%bengoodger.com
634116d6c6 Landing the Aviary Branch (browser section only).
git-svn-id: svn://10.0.0.236/trunk@165934 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-30 08:23:02 +00:00
dbaron%dbaron.org
4f60f5805b Use preprocessor instead of separate files for platform-specific parts of forms.css. b=272151 r+sr=bryner
git-svn-id: svn://10.0.0.236/trunk@165933 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-30 08:00:21 +00:00
dbaron%dbaron.org
5096bc252b Use preprocessor instead of separate files for platform-specific parts of forms.css. b=272151 r+sr=bryner
git-svn-id: svn://10.0.0.236/trunk@165932 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-30 06:04:04 +00:00
dbaron%dbaron.org
2c77a0edc3 Fix col/colspan confusion (regression). b=107453 r+sr=bzbarsky
git-svn-id: svn://10.0.0.236/trunk@165931 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-30 05:52:59 +00:00
dbaron%dbaron.org
c007c30f20 Avoid switches by using new nsStyleSides methods. b=272033 r+sr=bzbarsky
git-svn-id: svn://10.0.0.236/trunk@165930 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-30 05:31:37 +00:00
scott%scott-macgregor.org
141e88ac35 Bug #272346 --> fix linux access key conflict for Cancel Messages and Edit Preferences
git-svn-id: svn://10.0.0.236/trunk@165929 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-30 04:54:06 +00:00
darin%meer.net
302f6bc759 fixing AIX bustage
git-svn-id: svn://10.0.0.236/trunk@165928 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-30 04:06:09 +00:00
darin%meer.net
f8ab1c4655 fixing win32 bustage
git-svn-id: svn://10.0.0.236/trunk@165926 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-30 02:41:31 +00:00
rlk%trfenv.com
d6dd3ac250 bug 271143 - Java SDK doesn't compile on Java 1.5. r=mcs@pearlcrescent.com, r=erhyuan@pacbell.net
git-svn-id: svn://10.0.0.236/trunk@165925 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-30 01:45:19 +00:00
scott%scott-macgregor.org
514d687768 Bug #272304 --> hide the help button in the compose security info dialog
sr=bienvenu


git-svn-id: svn://10.0.0.236/trunk@165924 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-30 01:43:28 +00:00
scott%scott-macgregor.org
29bea5324a Bug #268503 --> space bar focused on blog message does next-unread, not page-down
sr=bienvenu


git-svn-id: svn://10.0.0.236/trunk@165923 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-30 01:27:15 +00:00
darin%meer.net
1995fb72d8 backing out previous patch for bug 271411
git-svn-id: svn://10.0.0.236/trunk@165922 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-30 01:19:22 +00:00
darin%meer.net
16f0ce63f3 fixes bug 271411 "Same-origin checking for XForms submission" r=bryner sr=jst
git-svn-id: svn://10.0.0.236/trunk@165921 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-30 01:06:32 +00:00
darin%meer.net
5dc959305e fixes bug 270110 "Add versions of nsDependentString and friends to the Gecko SDK" r=bsmedberg
git-svn-id: svn://10.0.0.236/trunk@165920 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-30 00:57:24 +00:00
darin%meer.net
b12726648a fixes bug 271630 "XPCOM glue broken on Linux/PPC [monkeypox orange]" r=bsmedberg
git-svn-id: svn://10.0.0.236/trunk@165919 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-30 00:28:48 +00:00
vladimir%pobox.com
7062eb3986 moved properties out of calIItemBase; replaced with explicit get/set/delete methods, to control mutable access. notpartofthebuild
git-svn-id: svn://10.0.0.236/trunk@165918 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-30 00:23:37 +00:00
vladimir%pobox.com
4d29070f67 added base/providers to calendar Makefile.in
git-svn-id: svn://10.0.0.236/trunk@165917 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-29 23:40:29 +00:00
despotdaemon
25f1b6e492 Pseudo-automatic update of changes made by myk@mozilla.org.
git-svn-id: svn://10.0.0.236/trunk@165915 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-29 23:23:26 +00:00
bsmedberg%covad.net
6417649753 More work for bug 271324 - source localization - reviewed by Pike and biesi
git-svn-id: svn://10.0.0.236/trunk@165914 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-29 23:14:13 +00:00
scott%scott-macgregor.org
baf80abe46 Bug #272306 --> Land new EULA.
git-svn-id: svn://10.0.0.236/trunk@165911 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-29 22:44:21 +00:00
vladimir%pobox.com
43954ebab5 calendar: updated calIRecurrenceInfo idl, notpartofthebuild
git-svn-id: svn://10.0.0.236/trunk@165910 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-29 22:40:40 +00:00
bzbarsky%mit.edu
9d9fbba5d2 Fixing build bustage. Bug 263581.
git-svn-id: svn://10.0.0.236/trunk@165909 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-29 22:29:06 +00:00
cltbld
520b207a1b Automated update from host egg
git-svn-id: svn://10.0.0.236/trunk@165908 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-29 22:14:19 +00:00
cbiesinger%web.de
8f320529cd Bug 272260 add missing comma in configure.in near --enable-cairo, r=bsmedberg
git-svn-id: svn://10.0.0.236/trunk@165907 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-29 22:06:17 +00:00
bzbarsky%mit.edu
18b7766c94 Final fix for bug 263581 -- pre-dirty wrapped lines with dirty continuations,
if needed, before entering the loop over lines.  r+sr=roc


git-svn-id: svn://10.0.0.236/trunk@165906 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-29 22:02:11 +00:00
bsmedberg%covad.net
86d97662d4 Update my email address and remove CGI::Carp which is for debugging only.
git-svn-id: svn://10.0.0.236/trunk@165905 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-29 21:59:45 +00:00
bsmedberg%covad.net
ece1b6b608 Update config.cgi to bring it into the 21st century, add MOZ_CO_PROJECT, and other cleanup.
git-svn-id: svn://10.0.0.236/trunk@165904 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-29 21:57:30 +00:00
dmose%mozilla.org
1a45c2b1c1 Merged in recent changes to calMemoryCalendar (not part of the build)
git-svn-id: svn://10.0.0.236/trunk@165903 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-29 21:07:10 +00:00
dmose%mozilla.org
bb59ffdc2f Indentation fixes (not part of the build)
git-svn-id: svn://10.0.0.236/trunk@165902 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-29 21:06:17 +00:00
brendan%mozilla.org
f93436c756 e4x test fixes to match spec, r=igor@fastmail.fm.
git-svn-id: svn://10.0.0.236/trunk@165901 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-29 20:49:34 +00:00
brendan%mozilla.org
5c8a062a04 Scanner fixes for better diagnostics; XML/XMLList parent() fixes to match spec and fixed tests (246411, r=self).
git-svn-id: svn://10.0.0.236/trunk@165900 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-29 20:48:56 +00:00
smontagu%smontagu.org
9edf6384c3 Bug 263309 PresShell::CompleteMove simulates a mouse click and assumes LTRness, patch by Eyal Rozenberg <eyalroz@technion.ac.il>, r+sr=roc.
git-svn-id: svn://10.0.0.236/trunk@165899 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-29 20:28:46 +00:00
bienvenu%nventure.com
e15a89e6f0 add confirm prompt when deleting saved searches, 267643 sr=mscott
git-svn-id: svn://10.0.0.236/trunk@165897 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-29 19:44:26 +00:00
vladimir%pobox.com
cbbad56d18 add calendar/{base,providers} dirs to allmakefiles.sh, r=bsmedberg. notpartofthebuild
git-svn-id: svn://10.0.0.236/trunk@165896 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-29 19:36:45 +00:00
tor%cs.brown.edu
a217ee225b Set surface origin.
git-svn-id: svn://10.0.0.236/trunk@165895 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-29 18:53:37 +00:00
scott%scott-macgregor.org
eb87911e36 Bug #258278 --> Forwarding HTML RSS article to an email address results in an empty email message
When forwarding, replying or editing an RSS message,
send the http URL for the article instead of trying to load the article contents
in the compose window.

sr=bienvenu


git-svn-id: svn://10.0.0.236/trunk@165894 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-29 18:26:21 +00:00
Stefan.Borggraefe%gmx.de
aa320a7c53 Bug 252698 Use buttonlabel attributes in <dialog>s
r=glazou, sr=neil


git-svn-id: svn://10.0.0.236/trunk@165892 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-29 18:04:23 +00:00
bienvenu%nventure.com
13c24092d8 fix 268080, sr=mscott, fix biff when multiple servers biff on the same interval into the global inbox
git-svn-id: svn://10.0.0.236/trunk@165891 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-29 17:50:38 +00:00
scott%scott-macgregor.org
eb94450eee fix broken ldap icon in mail autocomplete.
git-svn-id: svn://10.0.0.236/trunk@165890 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-29 17:47:32 +00:00
varga%nixcorp.com
90c02f2de1 Fix for bug 196576. Add MySQL support.
r=me patch by Neil Deakin <enndeakin@sympatico.ca>


git-svn-id: svn://10.0.0.236/trunk@165889 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-29 17:39:09 +00:00
mvl%exedo.nl
8d492a5cbc Convert filename to native charset before trying to open() them
bug 212776, r=mostafah


git-svn-id: svn://10.0.0.236/trunk@165888 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-29 17:38:18 +00:00
scott%scott-macgregor.org
8e364db834 remove accidental greater than sign that I was appending to the feed subjects in order
to test things.


git-svn-id: svn://10.0.0.236/trunk@165887 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-29 17:36:58 +00:00
christophe.ravel.bugs%sun.com
8441cca7ca 238319: Sun packaging changes.
Port from NSS_3_9_BRANCH.


git-svn-id: svn://10.0.0.236/trunk@165886 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-29 16:31:50 +00:00
christophe.ravel.bugs%sun.com
6b6e73f546 238319: Sun packaging changes.
Porting from NSPR_4_5_BRANCH.


git-svn-id: svn://10.0.0.236/trunk@165884 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-29 16:26:03 +00:00
kairo%kairo.at
6c7e045073 Bug 66570 - improve "Welcome to mozilla mail & news" page, r=Neil,sr=bienvenu
git-svn-id: svn://10.0.0.236/trunk@165883 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-29 15:40:56 +00:00
mostafah%oeone.com
eff008542a Updated translation
git-svn-id: svn://10.0.0.236/trunk@165882 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-29 14:43:56 +00:00
mostafah%oeone.com
97ae925c94 Updated translation
git-svn-id: svn://10.0.0.236/trunk@165880 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-29 14:33:57 +00:00
nboyd%atg.com
992421761b Version is 1.6R1
git-svn-id: svn://10.0.0.236/trunk@165879 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-29 14:30:28 +00:00
silver%warwickcompsoc.co.uk
006ab230f0 Bug 265863 - Don't let the user add stalk words multiple times.
ChatZilla only.
r=samuel@sieb.net (Samuel Sieb)
p=jonathan.watt@strath.ac.uk (Jonathan Watt)


git-svn-id: svn://10.0.0.236/trunk@165878 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-29 13:41:01 +00:00
igor%mir2.org
1f797fc465 *** empty log message ***
git-svn-id: svn://10.0.0.236/trunk@165877 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-29 13:07:27 +00:00
neil%parkwaycc.co.uk
4c179105fe Bug 271981 JS strict warning: redeclaration of var charset r=biesi sr=bz
git-svn-id: svn://10.0.0.236/trunk@165876 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-29 13:01:04 +00:00
scott%scott-macgregor.org
1e0901d4d1 Attempt to fix broken non english RSS subjects.
git-svn-id: svn://10.0.0.236/trunk@165874 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-29 07:41:15 +00:00
scott%scott-macgregor.org
4851c37bbb Use a mozilla.org URL for Thunderbird help.
We'll make that url redirect to texturizer.net for now


git-svn-id: svn://10.0.0.236/trunk@165873 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-29 07:01:25 +00:00
ginn.chen%sun.com
5cefdafe85 Bug 256835 [crash]ctrl+left cause crash in bugzilla
[@ nsTextFrame::PeekOffset ] [@ ntdll.dll - nsFrame::GetFrameFromDirection ]
r=aaronleventhal sr=dbaron


git-svn-id: svn://10.0.0.236/trunk@165872 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-29 02:13:17 +00:00
cltbld
e8e4949682 Automated update from host egg
git-svn-id: svn://10.0.0.236/trunk@165871 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-29 01:44:22 +00:00
bryner%brianryner.com
f17500b326 Add xforms to MOZ_EXTENSIONS_ALL (bug 271002). r+sr=dbaron.
git-svn-id: svn://10.0.0.236/trunk@165870 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-29 01:39:15 +00:00
zack%kde.org
d1088f3ec9 ifdef most of the debugging output
git-svn-id: svn://10.0.0.236/trunk@165869 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-29 00:37:59 +00:00
despotdaemon
7f46753d9e Pseudo-automatic update of changes made by scott@scott-macgregor.org.
git-svn-id: svn://10.0.0.236/trunk@165868 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-29 00:37:56 +00:00
scott%scott-macgregor.org
8da26a85c2 Bug #233281 --> For now, make the manual mark setting independent of the enabled state of the
automatic move incoming messages setting.

sr=bienvenu


git-svn-id: svn://10.0.0.236/trunk@165867 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-29 00:18:12 +00:00
pinkerton%aol.net
73d22b33cf update "open in tabs" entires in bookmarks menu when adding or deleting items
to containers w/out requiring a restart (bug 272117)


git-svn-id: svn://10.0.0.236/trunk@165866 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-29 00:01:08 +00:00
kiko%async.com.br
518908327c s/FEL/filterexceptions.pl -- fix this confusing error message once and for
all. r=ssdbot


git-svn-id: svn://10.0.0.236/trunk@165865 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-28 23:33:26 +00:00
scott%scott-macgregor.org
2f3e975094 Bug #255043 --> Signature files should be copied from Mozilla profile directories
sr=bienvenu


git-svn-id: svn://10.0.0.236/trunk@165864 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-28 22:03:14 +00:00
scott%scott-macgregor.org
40613530c6 Bug #272141 --> unicode conversion sometimes throws an exception for bogus strings. Wrap the calls in a try/catch
sr=bienvenu


git-svn-id: svn://10.0.0.236/trunk@165863 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-28 21:53:25 +00:00
darin%meer.net
23ff776312 fixes bug 270784 "IPv6: retry socket connection on EACCES" patch by lorenzo@colitti.com r+sr=darin
git-svn-id: svn://10.0.0.236/trunk@165862 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-28 21:35:48 +00:00
scott%scott-macgregor.org
1e67bcdb0b Bug #242948 --> Attached files not imported from French Eudora profiles for Thunderbird.
Patch by Yann Rouillard.


git-svn-id: svn://10.0.0.236/trunk@165861 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-28 21:33:57 +00:00
bienvenu%nventure.com
437d909a2b fix 242744, only one junk mail folder purged if there are multiple junk folders, sr=mscott
git-svn-id: svn://10.0.0.236/trunk@165859 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-28 20:53:16 +00:00
bienvenu%nventure.com
d1defea78a fix crash in nsMsgcontentPolicy::ShouldLoad, sr=mscott 272130
git-svn-id: svn://10.0.0.236/trunk@165858 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-28 20:52:14 +00:00
kjh-5727%comcast.net
c6890365f3 Fixing thunderbird bustage.
git-svn-id: svn://10.0.0.236/trunk@165857 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-28 20:36:27 +00:00
timeless%mozdev.org
b27b1bb992 Fixing line ending
git-svn-id: svn://10.0.0.236/trunk@165856 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-28 19:52:48 +00:00
smontagu%smontagu.org
a1f1e1d1e5 Mac implementation of nsIBidiKeyboard. Bug 266551, patch by Asaf Romano <mozilla.mano@sent.com>, r=jhpedemonte, sr=bzbarsky
git-svn-id: svn://10.0.0.236/trunk@165854 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-28 18:36:23 +00:00
neil%parkwaycc.co.uk
9a37c91c7f Bug 272097 Changing licence boilerplate to html style sr=bienvenu
git-svn-id: svn://10.0.0.236/trunk@165852 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-28 17:33:38 +00:00
psychoticwolf%carolina.rr.com
c5f7562629 Bug 257229, Download Counts Confusing. Better Fix for Category param being listed twice in sidebar, Bug 271738. Fix postfeedback.php to collect correct IP behind proxy.
git-svn-id: svn://10.0.0.236/trunk@165851 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-28 17:29:04 +00:00
psychoticwolf%carolina.rr.com
d243f0d64e Bug 269343, Mozila Update has problems remembering OS.
git-svn-id: svn://10.0.0.236/trunk@165850 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-28 17:14:47 +00:00
mats.palmgren%bredband.net
b48e73a4be Skip leading space inside :not(). b=271916 r+sr=dbaron
git-svn-id: svn://10.0.0.236/trunk@165849 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-28 15:04:13 +00:00
mvl%exedo.nl
c11319b562 Enable password manager for sunbird
bug 258524, r=bsmedberg, mostafah


git-svn-id: svn://10.0.0.236/trunk@165848 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-28 10:59:39 +00:00
mvl%exedo.nl
6685ddd25e Implement DOM 3 isDefaultNamespace()
bug 270640, patch by smaug@welho.com, r+sr=jst


git-svn-id: svn://10.0.0.236/trunk@165847 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-28 10:57:22 +00:00
mvl%exedo.nl
4abec2044c Enable password manager for sunbird
bug 258524, r=bsmedberg, mostafah


git-svn-id: svn://10.0.0.236/trunk@165846 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-28 10:39:16 +00:00
scott%scott-macgregor.org
eabbdbf0a3 Bug #272066 --> Contacts Sidebar Needs Hooked up to use the new quick search textbox
sr=bienvenu


git-svn-id: svn://10.0.0.236/trunk@165845 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-28 06:16:48 +00:00
scott%scott-macgregor.org
bee1f1600c add some padding around the offline/online status bar indicators
git-svn-id: svn://10.0.0.236/trunk@165844 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-28 03:13:22 +00:00
mats.palmgren%bredband.net
7e7b69f2ba Fix margin-right for ::first-letter. b=60289 r=rbs sr=dbaron
git-svn-id: svn://10.0.0.236/trunk@165843 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-28 02:17:42 +00:00
dbaron%dbaron.org
c2146b2bd1 Fix Windows newlines introduced in part of the file. b=249782
git-svn-id: svn://10.0.0.236/trunk@165842 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-28 01:20:08 +00:00
pinkerton%aol.net
6ffcf8425f show security status in url bar
git-svn-id: svn://10.0.0.236/trunk@165841 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-27 23:12:44 +00:00
Stefan.Borggraefe%gmx.de
a81bba1b74 Bug 252698: Use buttonlabel attributes in <dialog>s
r+sr=neil


git-svn-id: svn://10.0.0.236/trunk@165840 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-27 21:56:52 +00:00
cbiesinger%web.de
e787231a68 bug 179621: Inspector should use Editor's TransactionManager model: Phase One amendment patch
patch by Alex Vincent <ajvincent@gmail.com> r=timeless sr=roc


git-svn-id: svn://10.0.0.236/trunk@165839 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-27 20:20:10 +00:00
scott%scott-macgregor.org
4653bfef1b credits update
git-svn-id: svn://10.0.0.236/trunk@165838 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-27 19:03:07 +00:00
psychoticwolf%carolina.rr.com
487fd7f987 Filtering on a category page returns to All Extensions. Bug 271738.
git-svn-id: svn://10.0.0.236/trunk@165837 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-27 18:55:27 +00:00
neil%parkwaycc.co.uk
4a9d4511c7 Bug 256504 Make jar cache flushable p=ted.mielczarek@gmail.com r=darin sr=roc
git-svn-id: svn://10.0.0.236/trunk@165836 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-27 17:25:25 +00:00
mvl%exedo.nl
146e0f9179 removing permissions extension again
part of bug 240070


git-svn-id: svn://10.0.0.236/trunk@165835 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-27 15:34:59 +00:00
mvl%exedo.nl
c6f984a83b bustage fix
git-svn-id: svn://10.0.0.236/trunk@165834 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-27 14:03:31 +00:00
mvl%exedo.nl
f568d7b8cd enabling permissions extension to test Tp impact
part of bug 240070


git-svn-id: svn://10.0.0.236/trunk@165833 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-27 13:39:22 +00:00
ere%atp.fi
2229c5d19c Xlib bustage fix attempt.
git-svn-id: svn://10.0.0.236/trunk@165832 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-27 08:48:39 +00:00
ere%atp.fi
279a8c31ae GTK bustage fix attempt.
git-svn-id: svn://10.0.0.236/trunk@165831 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-27 08:45:22 +00:00
ere%atp.fi
351a79f7c6 Optimization patch for bug 228399 (background-color is mishandled when -moz-opacity is less than 1.0)
r+sr=roc


git-svn-id: svn://10.0.0.236/trunk@165830 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-27 08:22:22 +00:00
cls%seawood.org
ccb05e556c mkdir -p is not portable. Use nsinstall -D instead.
Fixing otaku bustage.
Bug #261426


git-svn-id: svn://10.0.0.236/trunk@165829 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-27 06:02:57 +00:00
dbaron%dbaron.org
4cbd8fd0bd Reland fix for bug 249737 which bsmedberg wiped out in bug 237745.
git-svn-id: svn://10.0.0.236/trunk@165828 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-27 01:15:55 +00:00
scott%scott-macgregor.org
a7432677d6 Bug #271855 --> The about box shoudn't be a sheet (or even app-modal/doc-modal) on mac, and
shoudn't have a close button.

patch by bugs.mano@mail-central.com


git-svn-id: svn://10.0.0.236/trunk@165827 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-27 01:04:17 +00:00
scott%scott-macgregor.org
02733f4100 Bug #267139 --> clicking get new mail for a feed while we are already checking a feed for new mail leads to duplicate entries...
sr=bienvenu


git-svn-id: svn://10.0.0.236/trunk@165826 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-27 00:56:57 +00:00
scott%scott-macgregor.org
db95fae45f Bug #178820 --> return-receipt-to not recognized with IMAP mailbox
Porting trunk fix.


git-svn-id: svn://10.0.0.236/trunk@165825 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-27 00:25:42 +00:00
bienvenu%nventure.com
ea2ea42391 potential fix for 268245 automatic moving of junk mail to junk folder stalls, sr=mscott
git-svn-id: svn://10.0.0.236/trunk@165823 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-27 00:03:26 +00:00
bienvenu%nventure.com
f77ce4fdfc fix which server comes up when editing filters for newsgroups and global inbox local folders account, sr=mscott, 271696
git-svn-id: svn://10.0.0.236/trunk@165822 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-26 23:59:39 +00:00
mats.palmgren%bredband.net
999f9c93d7 Implement CSS2.1 10.3.7, shrink-to-fit for abs.pos. elements. b=201897 r=bzbarsky sr=dbaron
git-svn-id: svn://10.0.0.236/trunk@165820 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-26 23:28:09 +00:00
neil%parkwaycc.co.uk
16118f4787 Bug 225577 Can't copy contact email addresses from sidebar r+sr=bienvenu
git-svn-id: svn://10.0.0.236/trunk@165819 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-26 21:17:56 +00:00
mats.palmgren%bredband.net
13cfc53916 Making invalid selectors ignore the following rule in more cases. b=265542 r=bzbarsky sr=dbaron
git-svn-id: svn://10.0.0.236/trunk@165818 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-26 21:05:45 +00:00
mats.palmgren%bredband.net
b9fa4efa1b Look for ::first-letter frames in relative positioned inlines too. b=264799 r=bzbarsky sr=dbaron
git-svn-id: svn://10.0.0.236/trunk@165817 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-26 20:39:30 +00:00
neil%parkwaycc.co.uk
bd8f785670 Bug 105542 Dynamically generate the 3 pane layout, ported from Thunderbird, including the three-column view r+sr=bienvenu
git-svn-id: svn://10.0.0.236/trunk@165816 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-26 20:20:57 +00:00
mats.palmgren%bredband.net
fbca4e73e1 Add missing CSS3 cursor resources to win32 static builds. b=260713 r=dean_tessman sr=dbaron
git-svn-id: svn://10.0.0.236/trunk@165815 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-26 19:49:53 +00:00
bienvenu%nventure.com
90c09fc075 fix 271645 top crash in folder compaction, sr=mscott
git-svn-id: svn://10.0.0.236/trunk@165814 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-26 19:49:41 +00:00
scott%scott-macgregor.org
7f2d144581 Bug #271889 --> install offline UI by default
sr=bienvenu


git-svn-id: svn://10.0.0.236/trunk@165812 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-26 18:48:47 +00:00
scott%scott-macgregor.org
d362361290 Remove bogus CSS rule for offline newsgroup messages with attachments.
git-svn-id: svn://10.0.0.236/trunk@165811 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-26 18:45:47 +00:00
roc+%cs.cmu.edu
d6143a38f4 Bug 271869. mBorderWidths need not be per-nsStyleBorder/nsStyleOutline, put it in the prescontext instead. r+sr=dbaron
git-svn-id: svn://10.0.0.236/trunk@165810 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-26 18:40:58 +00:00
scott%scott-macgregor.org
d033609993 Add a folder pane icon for feeds with new articles.
git-svn-id: svn://10.0.0.236/trunk@165807 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-26 18:35:53 +00:00
scott%scott-macgregor.org
e4673a4add Bug #270477 --> In the create-dialog of the saved-search-folder we can use the new "saved
search"-icon for already created saved searches.


git-svn-id: svn://10.0.0.236/trunk@165806 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-26 18:19:15 +00:00
scott%scott-macgregor.org
9ecb94635f Bug #271855 --> The about box shoudn't be a sheet (or even app-modal/doc-modal) on mac, and
shoudn't have a close button.

patch by bugs.mano@mail-central.com


git-svn-id: svn://10.0.0.236/trunk@165805 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-26 18:11:36 +00:00
scott%scott-macgregor.org
202066ac89 Bug #178820 --> return-receipt-to not recognized with IMAP mailbox
Porting trunk fix.


git-svn-id: svn://10.0.0.236/trunk@165804 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-26 18:07:59 +00:00
neil%parkwaycc.co.uk
19fc359c53 Bug 271426 Make it possible for extensions to call BrowserHome() without parameters again subsequent to bug 267169 p=cst@andrew.cmu.edu r=timeless sr=me
git-svn-id: svn://10.0.0.236/trunk@165802 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-26 17:30:16 +00:00
mostafah%oeone.com
d720d3d5c6 Checked in patch for bug 271790:
calendarService.js contains debug dumps


git-svn-id: svn://10.0.0.236/trunk@165801 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-26 14:16:18 +00:00
bryner%brianryner.com
e3374c8aad Strip the installer binary before creating a tarball (bug 271027). r=cmp.
git-svn-id: svn://10.0.0.236/trunk@165800 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-26 09:37:44 +00:00
shaver%mozilla.org
4d4a21e84e explicitly link in the JS library, to fix OS X calendar build
git-svn-id: svn://10.0.0.236/trunk@165799 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-26 06:14:11 +00:00
timeless%mozdev.org
5073095f1b Bug 271814 build bustage VS6 in nsSVGUseElement.cpp
patch by jonathan.watt@strath.ac.uk r=callek


git-svn-id: svn://10.0.0.236/trunk@165798 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-26 06:05:52 +00:00
ginn.chen%sun.com
520db24a83 Bug 256833 Right arrow skips some text after <HR>
r=aaronleventhal sr=dbaron


git-svn-id: svn://10.0.0.236/trunk@165797 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-26 05:51:36 +00:00
dbaron%dbaron.org
c3a4ca29a1 Comment why resize reflow optimization is broken.
git-svn-id: svn://10.0.0.236/trunk@165796 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-26 02:31:58 +00:00
roc+%cs.cmu.edu
474bdee350 Bug 270804. Lines that we skipped reflowing during shrink-wrap-width block reflow may need to be reflowed if the shrink-wrap-width changes. r+sr=dbaron
git-svn-id: svn://10.0.0.236/trunk@165795 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-26 02:03:24 +00:00
timeless%mozdev.org
51a4995b51 Bug 19402 Ability to filter messages by size
patch by mark@standard8.demon.co.uk r=neil sr=bienvenu


git-svn-id: svn://10.0.0.236/trunk@165794 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-25 21:05:06 +00:00
timeless%mozdev.org
77e9104069 Bug 19402 Ability to filter messages by size
patch by mark@standard8.demon.co.uk r=neil sr=bienvenu


git-svn-id: svn://10.0.0.236/trunk@165793 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-25 21:04:08 +00:00
steffen.wilberg%web.de
5299ad5867 Bug 269226: Wrong link in Firefox Help welcome page. p=rj.keller, r=me
git-svn-id: svn://10.0.0.236/trunk@165792 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-25 20:33:54 +00:00
shaver%mozilla.org
84cf981ee2 More ICS parsing work:
- richer support for property manipulation
 - includes X-PROPERTY capabilities
 - stubbed-in property-parameter support


git-svn-id: svn://10.0.0.236/trunk@165791 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-25 20:25:41 +00:00
neil%parkwaycc.co.uk
e6aa204cc3 Update URL post Bugzilla reorganization b=271642 p=mcsmurf@mcsmurf.de rs=me
git-svn-id: svn://10.0.0.236/trunk@165790 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-25 20:15:13 +00:00
bienvenu%nventure.com
f255512a0d fix 271644 crash in nsFolderCompactState after compacting offline imap stores, sr=mscott
git-svn-id: svn://10.0.0.236/trunk@165789 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-25 20:08:59 +00:00
dbaron%dbaron.org
f57fd68935 Bump version from 1.8a to 1.8a6.
git-svn-id: svn://10.0.0.236/trunk@165788 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-25 18:34:24 +00:00
dbaron%dbaron.org
3c3f09adb8 Bump version from 1.8a5 to 1.8a6.
git-svn-id: svn://10.0.0.236/trunk@165787 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-25 18:33:39 +00:00
dmose%mozilla.org
71d8fca395 Checkpointing beginnings of caldav and testing work; not part of the build
git-svn-id: svn://10.0.0.236/trunk@165786 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-25 18:02:27 +00:00
shaver%mozilla.org
3ca3d7ddb9 a few more attributes for interop; rename visibility to icalClass
git-svn-id: svn://10.0.0.236/trunk@165785 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-25 18:02:11 +00:00
shaver%mozilla.org
0f355e0a17 Make in-memory calendar actually work:
- Don't share the prototype's mObservers and mItems with all instances.
- Enumerate mItems as an object, not an array, since that's how we use it.
- Commonize occurrence-creation logic.
- Fix itemNotCompleted filter to trigger on COMPLETED_NO instead of
  COMPLETED_YES.
- Use instanceof rather than QI failure (which will throw, and uglifies control
  flow) to check item type.
- Handle items with no startTime/endTime specified.
- Unify brace style.
- Use constant for END_OF_TIME.


git-svn-id: svn://10.0.0.236/trunk@165784 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-25 16:55:31 +00:00
roc+%cs.cmu.edu
cebdd644df Bustage fix.
git-svn-id: svn://10.0.0.236/trunk@165783 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-25 16:52:46 +00:00
shaver%mozilla.org
b62a977bb2 mutable, immutable, what's the difference?
git-svn-id: svn://10.0.0.236/trunk@165782 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-25 14:55:03 +00:00
roc+%cs.cmu.edu
d4a6c32e7b Bug 209694. Major rework of margin-collapsing and clearance to match CSS 2.1 rules. Also includes major incremental reflow fixes for those situations. See the bug for details. rubber-stamp r+sr=dbaron
git-svn-id: svn://10.0.0.236/trunk@165781 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-25 14:51:00 +00:00
tor%cs.brown.edu
c5ebd56e85 Fix canvas clipping order.
git-svn-id: svn://10.0.0.236/trunk@165780 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-25 12:35:33 +00:00
jocuri%softhome.net
ee4b226f45 Documentation patch: fix burning documentation tree caused by the checkin to bug 245075.
git-svn-id: svn://10.0.0.236/trunk@165779 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-25 09:27:25 +00:00
jocuri%softhome.net
bd3649a0e0 Documentation patch: fix burning documentation tree caused by the checkin to bug 245075.
git-svn-id: svn://10.0.0.236/trunk@165778 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-25 09:01:25 +00:00
jocuri%softhome.net
39515f84ea Documentation patch for bug 240060: document minimum sendmail version that is required for Bugzilla to work; patch by Shane H. W. Travis <travis@sedsystems.ca>; r=vladd.
git-svn-id: svn://10.0.0.236/trunk@165777 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-25 08:51:26 +00:00
jocuri%softhome.net
e58b9b74cd Documentation patch for bug 24496: Forbid resolving fixed when there're unresolved dependencies; patch by Andreas Höfler <andreas.hoefler@bearingpoint.com>, r=travis.
git-svn-id: svn://10.0.0.236/trunk@165776 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-25 08:39:35 +00:00
jocuri%softhome.net
dd9dc09a97 Documentation patch related to bug 245075: Fix excessive capitalization by using the <emphasis> tag.
git-svn-id: svn://10.0.0.236/trunk@165775 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-25 08:34:22 +00:00
jocuri%softhome.net
bbcb716f86 Documentation patch for bug 245075: Document command-line script to send unsent bugmail; patch by Shane H. W. Travis <travis@sedsystems.ca>, r=vladd.
git-svn-id: svn://10.0.0.236/trunk@165774 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-25 08:29:45 +00:00
bryner%brianryner.com
7a461c49a4 Reduce string copying and allocation in the parser by only copying the scanner buffer when we need to mutate the string. Allow a nsDependentString / nsDependentSubstring to be created without being bound to anything. Move StripChar() onto nsSubstring from nsString. Bug 269853, r=jst, sr=darin.
git-svn-id: svn://10.0.0.236/trunk@165773 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-25 07:03:20 +00:00
brendan%mozilla.org
2e6bee01c4 Don't forget to call the new-script and destroy-script hooks in js_FilterXMLList, so the debugger knows about the script cloned there.
git-svn-id: svn://10.0.0.236/trunk@165772 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-25 06:57:17 +00:00
brendan%mozilla.org
720352377b Fix memcmp length gaffe, plus polish a few comments (246411).
git-svn-id: svn://10.0.0.236/trunk@165771 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-25 04:37:18 +00:00
tor%cs.brown.edu
841d167274 Clip to canvas boundaries.
git-svn-id: svn://10.0.0.236/trunk@165770 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-25 03:42:55 +00:00
brendan%mozilla.org
f84407acf4 - Add declared flag to JSXMLNamespace, to implement the intent and test-wanted
effect of ECMA-357, specifically x.namespaceDeclarations() should not include
  the default namespace inherited from the <parent> tag wrapped around a string
  argument "<x>...</x>" by ToXML, whereas x.inScopeNamespaces() should.

  This case implies errata against 10.3.1, 10.4.1, and 13.4.4.24 (at least).

- Consolidate common code in an XMLArrayInsert function, renaming the misnamed
  precursor to XMLArrayAddMember.  XMLArrayInsert properly notifies any cursors
  iterating over the array, fixing for/in and for-each/in bugs such as this:

    var l = <><a/><c/><d/></>;
    var i = 0;
    for each (var x in l) {
        print(x.toXMLString());
        if (i == 1) l[0] += <b/>;
        i++;
    }

- Fix the bug induced by this erratum from ECMA-357:

9.2.1.2 step 2(c)(ii) sets _y.[[Parent]] = r_ where _r_ is the result of
        [[ResolveValue]] called on _x.[[TargetObject]] in 2(a)(i).  This can
        result in text parenting text:

        var MYXML = new XML();
        MYXML.appendChild(new XML("<TEAM>Giants</TEAM>"));

        (testcase from Werner Sharp <wsharp@macromedia.com>).

        To match insertChildAfter, insertChildBefore, prependChild, and
        setChildren, we should silently do nothing in this case.

- Fix PN2X_OUTERMOST not to overlay XSF_CACHE_VALID, causing it to appear to be
  set when cx->xmlSettingFlags were "translated" into ParseNodeToXML flags.  To
  avoid further such stupidity, consolidated all similar flags into XSF_* bits
  and eliminated the PN2X_* duals.

- Redo the way the default namespace is inherited by parsed XML from the
  <parent> tag under ToXML and ToXMLList, and implicitly inherited in the
  js_ParseNodeToXMLObject alternative path to ToXML.

- Handle null prefix (meaning undefined in ECMA-357, that is, no prefix was
  passed to the Namespace constructor) and empty prefix (which is normalized
  from null for the empty URI "no namespace" case) better in the parsing and
  ToXMLString code.

- Fixed a bug in PutProperty where it implements 9.2.1.2 2(c)(vii)(1) (whew!).
  Fixed another bug near that which stupidly assumed all XML nodes have names,
  leading to an obvious null pointer crash.

This should be the final round of work for bug 246411.  With the appropriate
testsuite patches, this passes all tests except e4x/Regress/regress-264369.js
(which probably should be invalidated by a correction to the ECMA-357 spec).


git-svn-id: svn://10.0.0.236/trunk@165769 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-25 03:07:22 +00:00
bzbarsky%mit.edu
05429c1216 Fixing build bustage. Bug 263374
git-svn-id: svn://10.0.0.236/trunk@165768 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-25 02:58:01 +00:00
bzbarsky%mit.edu
563abfec2c First cut at not having a O(N^2) algorithm for WrappedLinesAreDirty(). Bug
263581, r+sr=dbaron


git-svn-id: svn://10.0.0.236/trunk@165767 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-25 02:54:58 +00:00
bzbarsky%mit.edu
4c07e20fbe Add a utility method for finding the containing block to nsHTMLReflowState, and
make use of it in fixing the text-decoration drawing on blocks to deal with
negative text-indent.  Bug 263374, r+sr=dbaron


git-svn-id: svn://10.0.0.236/trunk@165766 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-25 02:43:28 +00:00
bienvenu%nventure.com
cfb3ee96f4 267845 remember expand collapse state of groups when grouped by date, sr=mscott
git-svn-id: svn://10.0.0.236/trunk@165765 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-25 01:05:52 +00:00
brendan%mozilla.org
4730b4e601 Avoid recursive death due to JS1.2 toString=>toSource combined with after-the-fact, heretofore unversioned reflection of string chars as enumerable elements (271477, r=jband).
git-svn-id: svn://10.0.0.236/trunk@165764 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-25 00:55:01 +00:00
bsmedberg%covad.net
25f29e0841 Add $(strip) so that if you don't specify any projects/modules things error-out properly. (bug 261232)
git-svn-id: svn://10.0.0.236/trunk@165763 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-25 00:42:20 +00:00
roc+%cs.cmu.edu
cc8218faa2 Bug 264839. Don't let columns try a line-by-line search for the optimal height if we appear to be crawling through a frame that's continuously breakable. r+sr=dbaron
git-svn-id: svn://10.0.0.236/trunk@165762 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-25 00:11:35 +00:00
jst%mozilla.jstenback.com
0243b397c3 Fixing bug 268036. Make sure the global scope polluter is always installed, even on the first document load. Fixes problem with the global scope polluter not working its magic in documents opened in new tabs. r=shaver@mozilla.org, sr=brendan@mozilla.org
git-svn-id: svn://10.0.0.236/trunk@165761 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-25 00:00:29 +00:00
vladimir%pobox.com
46b441e387 b=266085, nsIWritablePropertyBag interface and hashtable component implementation; r=darin,sr=shaver
git-svn-id: svn://10.0.0.236/trunk@165760 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-24 23:21:14 +00:00
igor%mir2.org
63607de361 Fixing bug 271545: XML() should bahave exactly as XML("")
git-svn-id: svn://10.0.0.236/trunk@165759 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-24 23:16:38 +00:00
bryner%brianryner.com
a2d7bf750b Remove unused labels pointed out by dbaron.
git-svn-id: svn://10.0.0.236/trunk@165758 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-24 23:12:18 +00:00
bryner%brianryner.com
e1daca3ce3 Reduce do_GetService code bloat further by adding specialized assignment to nsCOMPtr and providing a version with no error pointer. Also make CallGetService work the same way as CallGetComponent does, as far as using frozen/non-frozen interface to service manager. Bug 264456, r=darin.
git-svn-id: svn://10.0.0.236/trunk@165757 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-24 22:48:45 +00:00
bienvenu%nventure.com
b8f93bf35f seamonkey part of fix for 269725 get new messages status needs to get displayed in window command was executed in, sr=mscott
git-svn-id: svn://10.0.0.236/trunk@165756 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-24 22:35:49 +00:00
mvl%exedo.nl
b2ce994a3f use nsIScriptableUnicodeConverter to convert from array to string.
bug 248884, r=mostafah


git-svn-id: svn://10.0.0.236/trunk@165754 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-24 22:14:30 +00:00
dbaron%dbaron.org
7a4b3c8ec0 Make page up and page down leave at most two lines in common between pages. b=175380 r+sr=roc
git-svn-id: svn://10.0.0.236/trunk@165753 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-24 22:05:36 +00:00
mostafah%oeone.com
db3c704dd7 Checked in attachment 166677 for bug 269009:
Make "New Calendar..." dialog more intuitive


git-svn-id: svn://10.0.0.236/trunk@165752 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-24 22:02:24 +00:00
mostafah%oeone.com
cbe824d330 Checked in attachment 166615 and 166616 for bug 269266:
Create/maintain Mac OS X pinstripe theme for Sunbird


git-svn-id: svn://10.0.0.236/trunk@165749 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-24 21:56:46 +00:00
mostafah%oeone.com
415d078777 Checked in patch for bug 269655: Error: autocomplete controller has no properties
git-svn-id: svn://10.0.0.236/trunk@165747 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-24 21:47:57 +00:00
dbaron%dbaron.org
16eb640f6a Fix some strange behavior resulting from using arrays of arrays instead of just arrays. (These have been on gruff for ages.)
git-svn-id: svn://10.0.0.236/trunk@165745 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-24 21:13:51 +00:00
bsmedberg%covad.net
a204957e86 Ship files to their "old" location (en-US.jar!/locale/en-US/) at least while there are locale files
scattered around the tree. NPOB yet.


git-svn-id: svn://10.0.0.236/trunk@165744 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-24 21:09:58 +00:00
cbiesinger%web.de
7b2cee05d3 indenting this line correctly as per 265333 review comments
git-svn-id: svn://10.0.0.236/trunk@165742 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-24 21:04:04 +00:00
darin%meer.net
9983a0ff7f fixes bug 267990 "crash [@ nsXFormsModelElement::DocumentChanged]" r=bryner
git-svn-id: svn://10.0.0.236/trunk@165740 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-24 20:53:26 +00:00
cltbld
4835d5b65c Fix copying Mac language pack XPIs into proper directory. Add comment to
post-mozilla-rel.pl discouraging placing any code in a Mac conditional.
(cmp)


git-svn-id: svn://10.0.0.236/trunk@165739 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-24 20:49:46 +00:00
darin%meer.net
2b32edb35b fixes bug 265216 "Tracking bug for XForms Group Module" patch by allan@beaufour.dk r=bryner
git-svn-id: svn://10.0.0.236/trunk@165738 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-24 20:47:23 +00:00
bsmedberg%covad.net
69251b176b Whack-a-mole. Since SeaMonkeyAll can appear more than once, make sure we only check it out once. Reported by tor
git-svn-id: svn://10.0.0.236/trunk@165737 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-24 20:44:41 +00:00
cltbld
ae45697820 Automated update from host egg
git-svn-id: svn://10.0.0.236/trunk@165736 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-24 20:44:06 +00:00
smontagu%smontagu.org
8e8787c605 Crash clicking links with non-ASCII character. Bug 271196, r+sr=darin.
git-svn-id: svn://10.0.0.236/trunk@165735 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-24 20:43:58 +00:00
bsmedberg%covad.net
23c9b3f149 Make MOZ_UI_LOCALE available to the build system, merge from aviary branch. See bug 271324
git-svn-id: svn://10.0.0.236/trunk@165734 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-24 20:35:50 +00:00
cltbld
9c035ee64c Make locale log files flush on every write. (cmp)
git-svn-id: svn://10.0.0.236/trunk@165732 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-24 20:31:52 +00:00
bsmedberg%covad.net
4bfd006722 Remove warning I used for debugging.
git-svn-id: svn://10.0.0.236/trunk@165731 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-24 20:27:34 +00:00
cbiesinger%web.de
d8244d0a51 265333 make gtkmozembed use nsIWebBrowserStream instead of implementing that
functionality itself
r=marco sr=darin


git-svn-id: svn://10.0.0.236/trunk@165730 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-24 20:27:24 +00:00
shaver%mozilla.org
cf2a83a7e4 add GET_string and PUT_string helpers
git-svn-id: svn://10.0.0.236/trunk@165729 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-24 20:24:03 +00:00
bsmedberg%covad.net
9f3c2683aa Fix the problem with initial checkouts, see https://bugzilla.mozilla.org/show_bug.cgi?id=261232#c29
This was caused by a sticky tag left over from the LDAP checkout step, which wasn't
getting cleared properly when checking out SeaMonkeyAll. Moving SeaMonkeyAll to
the end of the checkout list fixes the problem. r=cmp


git-svn-id: svn://10.0.0.236/trunk@165728 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-24 20:19:33 +00:00
cbiesinger%web.de
9e54555186 Bug 223310 use nsIObserver rather than nsIDOMWindowInternal in nsIKeygenThread.
r=jgmyers sr=darin


git-svn-id: svn://10.0.0.236/trunk@165727 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-24 20:17:25 +00:00
bienvenu%nventure.com
eb57066ce2 fix 266893 rss feeds stop working if .msf file deleted sr=mscott
git-svn-id: svn://10.0.0.236/trunk@165725 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-24 18:56:20 +00:00
scott%scott-macgregor.org
54e0111013 Bug #267665, Bug #260836 --> TB0.9 does not do proxy authentication for RSS feeds
RSS feeds which require HTTP authentication are rejected as invalid

Re-work the docshell auth prompt logic to disable prompts for any url running in chrome unless the chrome window
explicitly sets allowAuth on its docshell.

r=darin
sr=jst


git-svn-id: svn://10.0.0.236/trunk@165722 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-24 17:45:44 +00:00
bsmedberg%covad.net
5b63f4b95e Merge XULPPFLAGS patch from the aviary branch, overarching bug is 271324.
git-svn-id: svn://10.0.0.236/trunk@165720 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-24 16:01:03 +00:00
bsmedberg%covad.net
1f86b3dd68 Merging toolkit/locales from the branch to the trunk. This does *not* include files that will end up in netwerk/locales, dom/locales, or security/manager/locales
git-svn-id: svn://10.0.0.236/trunk@165719 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-24 15:55:31 +00:00
bzbarsky%mit.edu
3352fcf2b5 Fix bogus assumptions in inspector that can lead to crashes. Bug
270771. r=timeless, sr=jst


git-svn-id: svn://10.0.0.236/trunk@165718 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-24 15:55:06 +00:00
igor%mir2.org
3b79e17ff6 Test for bug 271545
git-svn-id: svn://10.0.0.236/trunk@165717 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-24 15:30:38 +00:00
pinkerton%aol.net
8e51c8ec21 add "Empty Cache" item to camino menu that just empties the cache, nothing
more.


git-svn-id: svn://10.0.0.236/trunk@165716 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-24 15:23:38 +00:00
pinkerton%aol.net
ab4933f974 add "open in tabs" to folders in menu (bug 174822)
git-svn-id: svn://10.0.0.236/trunk@165715 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-24 15:00:16 +00:00
roc+%cs.cmu.edu
0ce7145190 Bug 269905. Remember emptiness state on line boxes, but be selective about to to minimize the invalidation burden. r+sr=dbaron
git-svn-id: svn://10.0.0.236/trunk@165713 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-24 13:22:10 +00:00
igor%mir2.org
eb43725bf9 I added DebuggableScript to javadoc list and fixed javadoc warnings about its documentation comments.
git-svn-id: svn://10.0.0.236/trunk@165711 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-24 10:38:40 +00:00
igor%mir2.org
3069474f14 I added debug API to get names of parameters or variables from DebuggableScript.
git-svn-id: svn://10.0.0.236/trunk@165710 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-24 10:03:14 +00:00
shaver%mozilla.org
e633825fa6 ICS serialization, plus basic component construction and connection
git-svn-id: svn://10.0.0.236/trunk@165709 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-24 08:51:07 +00:00
psychoticwolf%carolina.rr.com
91d33ce8aa Bug 247409 Developer Comments. Bug 247144 Make Comments/Ratings Not Suck. 256485, More-Info should filter and not use vID. Bug 258307 URLs need to maintain vars w/o using sessions. Bug 258580. Bug 260880. and Bug 266207, Browser Detection Sucks.
git-svn-id: svn://10.0.0.236/trunk@165708 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-24 08:24:07 +00:00
dbaron%dbaron.org
560d33a37a Update for bsmedberg's client.mk changes.
git-svn-id: svn://10.0.0.236/trunk@165707 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-24 05:07:43 +00:00
darin%meer.net
6f0ccbc944 fixes bug 270345 "nsIDocShellTreeItem's parent and treeOwner attributes are not scriptable" r=biesi sr=bzbarsky
git-svn-id: svn://10.0.0.236/trunk@165706 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-24 04:56:49 +00:00
darin%meer.net
5bcc6f7a3f fixes bug 236365 "ftp date is off by one year" patch by lucasbz@negaverse.org r=darin sr=bzbarsky
git-svn-id: svn://10.0.0.236/trunk@165705 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-24 04:55:42 +00:00
dbaron%dbaron.org
6dc00e1be9 Only make Tp a link when TestsPhoneHome is set.
git-svn-id: svn://10.0.0.236/trunk@165704 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-24 04:39:47 +00:00
dbaron%dbaron.org
8ba92099f1 We should pull client.mk every time so that when bsmedberg breaks its ability to update itself, we don't have to manually fix all the tinderboxes.
git-svn-id: svn://10.0.0.236/trunk@165703 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-24 04:36:57 +00:00
scott%scott-macgregor.org
b5c8ae3dd5 Bug #257584 --> Make the feed properties dialog wider on the mac.
git-svn-id: svn://10.0.0.236/trunk@165702 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-24 04:19:27 +00:00
joshmoz%gmail.com
98bf13eeac fix bug 268441 - Implement network.protocol-handler.external... prefs (no GUI). sr=pinkerton
git-svn-id: svn://10.0.0.236/trunk@165701 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-24 04:12:59 +00:00
joshmoz%gmail.com
00f940c0dc remember state of prefs window while application is running (bug 181720) sr=pinkerton
git-svn-id: svn://10.0.0.236/trunk@165700 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-24 03:14:20 +00:00
bsmedberg%covad.net
310a483672 Make MOZ_MAPINFO a warning instead of an error, at least temporarily until the tinderboxen can be updated.
git-svn-id: svn://10.0.0.236/trunk@165699 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-24 02:40:08 +00:00
bsmedberg%covad.net
4224b86e82 Add embedding/config to the DIRS for camino.
git-svn-id: svn://10.0.0.236/trunk@165698 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-24 02:37:35 +00:00
bienvenu%nventure.com
1f0a1e1fbd seamonkey part of fix for 181627 compact folders should put up done status when done
git-svn-id: svn://10.0.0.236/trunk@165697 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-24 01:58:49 +00:00
timeless%mozdev.org
1fc0d742c3 Bug 270768 spelling
rs=brendan


git-svn-id: svn://10.0.0.236/trunk@165695 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-24 00:54:11 +00:00
darin%meer.net
3dc6217753 fix win32 xulrunner build bustage
git-svn-id: svn://10.0.0.236/trunk@165694 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-24 00:39:16 +00:00
neil%parkwaycc.co.uk
df2668e776 Don't use QueryInterface to get a scrollable view from a view b=258521 r+sr=roc
git-svn-id: svn://10.0.0.236/trunk@165693 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-24 00:19:21 +00:00
darin%meer.net
54c25d147b fixing bustage
git-svn-id: svn://10.0.0.236/trunk@165692 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-24 00:10:12 +00:00
bsmedberg%covad.net
ffd1cb7c0c Update camino.mk with an extra target.
git-svn-id: svn://10.0.0.236/trunk@165691 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-24 00:01:09 +00:00
bsmedberg%covad.net
d45576071a Add the mozconfig files to the "bootstrap" checkout stage, missing dependencies exposed by bug 261232, r=cmp
git-svn-id: svn://10.0.0.236/trunk@165690 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-23 23:46:12 +00:00
neil%parkwaycc.co.uk
9aac7da9a6 Bug 240898 Switching profile makes Mozilla go offline r+sr=bienvenu
git-svn-id: svn://10.0.0.236/trunk@165689 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-23 23:45:04 +00:00
vladimir%pobox.com
fe1b73ce2c added calICalendar param to calIOperationListener. Added calCompositeCalendar impl. notpartofthebuild
git-svn-id: svn://10.0.0.236/trunk@165688 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-23 23:40:06 +00:00
scott%scott-macgregor.org
1555ccbd17 Bug #270043 --> TB09 crash importing Outlook Express settings [@ nsOEProfileMigrator::Notify]
When our migration base class goes away, be sure to clear any pending timers so we don't call back into
a deleted object.

sr=bienvenu


git-svn-id: svn://10.0.0.236/trunk@165687 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-23 23:27:03 +00:00
scott%scott-macgregor.org
dda4a9f36e fix padding on landscape and portrait toolbar buttons for qute
git-svn-id: svn://10.0.0.236/trunk@165686 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-23 23:25:01 +00:00
shaver%mozilla.org
91c4319cda attendee support
git-svn-id: svn://10.0.0.236/trunk@165685 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-23 23:24:36 +00:00
bsmedberg%covad.net
9c018092d2 Additional stupidity fixup for bug 261232
git-svn-id: svn://10.0.0.236/trunk@165683 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-23 23:14:10 +00:00
bugzilla%arlen.demon.co.uk
18ba0a93fc Bug 264102 Chrome should use document.title instead of window.title - various fixes (inspector,pki)
p=gandalf@firefox.pl r/sr=neil.parkwaycc.co.uk


git-svn-id: svn://10.0.0.236/trunk@165681 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-23 23:00:20 +00:00
jocuri%softhome.net
d4c5a1e5c0 Documentation patch for bug 262320: Provide documentation for list/tables.html.tmpl; patch by Shane H. W. Travis <travis@sedsystems.ca>, r=vladd.
git-svn-id: svn://10.0.0.236/trunk@165680 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-23 23:00:19 +00:00
bsmedberg%covad.net
6ca5504270 Because of the two-stage checkout that client.mk uses, add this temporary hack to get the tinderboxen working.
git-svn-id: svn://10.0.0.236/trunk@165679 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-23 22:54:31 +00:00
bugzilla%arlen.demon.co.uk
13b9e6f4a3 Bug 264102 Chrome should use document.title instead of window.title - progressDlg fix v0.1
p=me r/sr=neil.parkwaycc.co.uk


git-svn-id: svn://10.0.0.236/trunk@165678 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-23 22:49:10 +00:00
jocuri%softhome.net
9b7827dd9b Patch for bug 180879: Implement privs for bug flags modification; patch by Frédéric Buclin <LpSolit@netscape.net>, r=joel, a=justdave.
git-svn-id: svn://10.0.0.236/trunk@165677 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-23 22:41:44 +00:00
jocuri%softhome.net
cfdd8d3f75 Patch for bug 269294: Do not mention QuickSearch in the error message if not in use; patch by Frédéric Buclin <LpSolit@netscape.net>, r=vladd, a=justdave.
git-svn-id: svn://10.0.0.236/trunk@165676 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-23 22:32:33 +00:00
cltbld
472476f6f1 Automated update from host egg
git-svn-id: svn://10.0.0.236/trunk@165675 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-23 22:24:17 +00:00
bsmedberg%covad.net
74aad8ff9b Bug 261232 - Require builders to specify application(s) to client.mk and configure when building r=cls (plus additional approval from pinkerton for camino-specific changes)
git-svn-id: svn://10.0.0.236/trunk@165674 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-23 22:22:58 +00:00
darin%meer.net
2e106a9651 fixing MingW / GCC 3.4 build bustage
git-svn-id: svn://10.0.0.236/trunk@165673 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-23 22:19:13 +00:00
shaver%mozilla.org
d5bf8a0400 a notxpcom way to convert a calIDateTime to an icaltimetype, and some more ICS stuff
git-svn-id: svn://10.0.0.236/trunk@165672 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-23 22:16:58 +00:00
bienvenu%nventure.com
aa4b5c807e fix 271407 new flag weirdness with local folders after compacting folder, also fix UMR sr=mscott
git-svn-id: svn://10.0.0.236/trunk@165670 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-23 21:51:46 +00:00
darin%meer.net
966e95cee0 fixing win32 bustage
git-svn-id: svn://10.0.0.236/trunk@165669 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-23 21:39:51 +00:00
darin%meer.net
86a93a5874 fixes bug 263360 "Make CallCreateInstance use NS_GetComponentManager instead of nonfrozen/deprecated nsComponentManager symbols" r=bsmedberg sr=dbaron
git-svn-id: svn://10.0.0.236/trunk@165662 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-23 20:53:38 +00:00
timeless%mozdev.org
19603d7d32 Bug 221161 customize domain endings (TLDs) for ctrl+enter etc completions of the URL bar
patch by hassman@czilla.cz r=varga sr=shaver


git-svn-id: svn://10.0.0.236/trunk@165661 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-23 20:40:23 +00:00
shaver%mozilla.org
e53b281b27 Beginnings of an ICS parser service.
git-svn-id: svn://10.0.0.236/trunk@165660 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-23 20:11:28 +00:00
timeless%mozdev.org
41ffe5147a Bug 251078 Remove xpcom's rebase utility
patch by sdwalker@myrealbox.com r=bryner


git-svn-id: svn://10.0.0.236/trunk@165659 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-23 20:00:26 +00:00
cltbld
e13a4460b9 Automated update from host egg
git-svn-id: svn://10.0.0.236/trunk@165658 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-23 19:44:11 +00:00
timeless%mozdev.org
67c08f0b9e Bug 249782 Make Mozilla compile with Microsoft Visual Studio 2005
patch by sdwalker@myrealbox.com r=bryner


git-svn-id: svn://10.0.0.236/trunk@165657 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-23 19:34:02 +00:00
timeless%mozdev.org
23d2e1f19c Bug 250476 lowercase GetChildSHEntry and AddChildSHEntry in nsIDocShellHistory
r=jst sr=jst


git-svn-id: svn://10.0.0.236/trunk@165656 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-23 19:19:29 +00:00
despotdaemon
c98d2ec1f0 Pseudo-automatic update of changes made by wchang0222@aol.com.
git-svn-id: svn://10.0.0.236/trunk@165655 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-23 19:00:32 +00:00
timeless%mozdev.org
943924b3a9 Bug 179621 Inspector should use Editor's TransactionManager model
patch by ajvincent@gmail.com r=roc sr=roc


git-svn-id: svn://10.0.0.236/trunk@165654 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-23 18:58:14 +00:00
timeless%mozdev.org
f4f1b03f59 Bug 250000 Remove string copying in |nsIMAPGenericParser::AdvanceTokenizerStartingPoint()|
patch by Hans-A.Engel@unibas.ch r=bienvenu sr=dmose


git-svn-id: svn://10.0.0.236/trunk@165653 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-23 18:48:05 +00:00
joshmoz%gmail.com
bcf086ff2b fix bug 158180 - Appearance section should have default button
git-svn-id: svn://10.0.0.236/trunk@165652 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-23 18:37:34 +00:00
bzbarsky%mit.edu
4da6d417c5 Fixing build bustage. I have no idea how gcc 3.2 managed to build this... Bug
269697


git-svn-id: svn://10.0.0.236/trunk@165650 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-23 18:23:12 +00:00
steffen.wilberg%web.de
f581ec7378 Bug 271348: 'Move system caret with focus/selection changes' needs to explain that it is the same as caret browsing. r=jeff
git-svn-id: svn://10.0.0.236/trunk@165649 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-23 18:15:02 +00:00
tor%cs.brown.edu
6fb115b779 Bug 271174 - build problem with SUNWspro compilers. r=darin
git-svn-id: svn://10.0.0.236/trunk@165648 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-23 18:01:01 +00:00
tor%cs.brown.edu
14ff3bfca4 Bug 271174 - build problem with SUNWspro compilers. r=darin
git-svn-id: svn://10.0.0.236/trunk@165647 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-23 17:58:30 +00:00
bzbarsky%mit.edu
91c825c2cc Use nsContentUtils for error-reporting for <area> parsing. Bug 269697,
r+sr=jst


git-svn-id: svn://10.0.0.236/trunk@165646 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-23 17:45:37 +00:00
timeless%mozdev.org
b9350731a6 Bug 249675 IMAP parser: multi-line quoted strings can crash mozilla
patch by Hans-A.Engel@unibas.ch r=bienvenu sr=dmose


git-svn-id: svn://10.0.0.236/trunk@165645 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-23 17:44:40 +00:00
timeless%mozdev.org
be652d7f56 Bug 270797 ###!!! ASSERTION: null data pointer: 'Not Reached', file r:\mozilla\xpcom\string\src\nsTSubstring.cpp, line 599
patch by bugzilla@mcsmurf.de r=neil sr=bienvenu


git-svn-id: svn://10.0.0.236/trunk@165644 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-23 17:43:13 +00:00
timeless%mozdev.org
455005db19 Bug 268168 [mozTXTToHTMLConv] "x^2" text to html conversion is broken for non-integer powers and is not implemented for negative powers
patch by Hans-A.Engel@unibas.ch r=benb sr=darin


git-svn-id: svn://10.0.0.236/trunk@165643 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-23 17:38:40 +00:00
bzbarsky%mit.edu
067c70d127 Add methods to get screen coordinates of frames and views. Bug 268576,
r+sr=roc


git-svn-id: svn://10.0.0.236/trunk@165642 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-23 17:26:19 +00:00
bzbarsky%mit.edu
33d6cabf2c deCOMify nsIStyledContent::GetID (make it return we a weak pointer to the ID
atom).  Bug 244249, patch by jpl24 <jlurz24@gmail.com>, r=sicking, sr=bzbarsky


git-svn-id: svn://10.0.0.236/trunk@165641 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-23 17:21:37 +00:00
bsmedberg%covad.net
adf71a12ee Bug 271313 - nsMemory::HeapMinimize crashes r=darin (regression introduced in bug 267767
git-svn-id: svn://10.0.0.236/trunk@165640 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-23 17:20:00 +00:00
pedemont%us.ibm.com
c114c7276c Fix logging to not use variable arguments (not supported by win32 compiler).
git-svn-id: svn://10.0.0.236/trunk@165639 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-23 17:02:21 +00:00
pedemont%us.ibm.com
775cbc9c9d Java 1.3 compatibility
git-svn-id: svn://10.0.0.236/trunk@165638 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-23 16:59:12 +00:00
bienvenu%nventure.com
6ddef95041 whitespace cleanup only, no bug
git-svn-id: svn://10.0.0.236/trunk@165637 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-23 16:44:28 +00:00
bienvenu%nventure.com
f3e0271dfe better fix for build bustage introduced by moving nsImapMoveCoalescer to base/util, just remove unused code
git-svn-id: svn://10.0.0.236/trunk@165636 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-23 16:39:40 +00:00
bienvenu%nventure.com
52f34edeb3 fix 107221 saving attachments from ms exchange server broken if user name contains slashes, sr=mscott
git-svn-id: svn://10.0.0.236/trunk@165635 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-23 16:36:24 +00:00
bienvenu%nventure.com
e0cc66f423 fix 240468 allow purging of junk mail folder in local folders account, sr=mscott
git-svn-id: svn://10.0.0.236/trunk@165634 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-23 16:35:34 +00:00
bienvenu%nventure.com
5416707336 rest of fix for 181627 sr=mscott compact folders should display done status
git-svn-id: svn://10.0.0.236/trunk@165633 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-23 16:33:12 +00:00
tor%cs.brown.edu
d0fcc0b497 Bug 237020 - use/symbol implementation. r=jwatt, shared moz files sr=roc.
git-svn-id: svn://10.0.0.236/trunk@165632 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-23 13:51:57 +00:00
mvl%exedo.nl
150b587ec6 bustage fix from bug 265274
git-svn-id: svn://10.0.0.236/trunk@165630 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-23 09:57:39 +00:00
varga%nixcorp.com
d3db528500 Fix for bug 216060. Messages not deleted from Drafts folder [IMAP account] when they are sent if you clicked "Send later"
r=bienvenu sr=mscott


git-svn-id: svn://10.0.0.236/trunk@165629 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-23 09:47:09 +00:00
smontagu%smontagu.org
ba8768a8b1 Make form controls, scroll boxes and columns inherit "unicode-bidi" correctly. Also force file inputs to have left-to-right directionality. Bug 267459, r=dbaron, sr=bzbarsky.
git-svn-id: svn://10.0.0.236/trunk@165628 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-23 09:42:23 +00:00
timeless%mozdev.org
bcc61a9231 Bug 223943 expand "mailnews.headers.showUserAgent" to include x-newsreader
patch by colin.ogilvie@gmail.com r=neil sr=bienvenu


git-svn-id: svn://10.0.0.236/trunk@165627 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-23 09:41:48 +00:00
timeless%mozdev.org
cb29f7dcc9 Bug 265388 @mozilla.org/rdf/datasource;1 are rdf datasources and must be used as services
r=neil sr=bienvenu


git-svn-id: svn://10.0.0.236/trunk@165626 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-23 09:15:42 +00:00
darin%meer.net
f32b907b2e fixes bug 266485 "Enable SPNEGO proxy authentication" r=cneberg sr=bryner
git-svn-id: svn://10.0.0.236/trunk@165625 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-23 07:05:27 +00:00
scott%scott-macgregor.org
ef534744a0 fix broken dropmarker in the advanced search / file button
git-svn-id: svn://10.0.0.236/trunk@165624 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-23 07:01:27 +00:00
scott%scott-macgregor.org
414c21b9a3 Bug #267865 --> Virtual folders parented off of IMAP sub folders are forgotten on subsequent launches.
Call LoadVirtualFolders after our folder hierarchy has been created in the UI.

sr=bienvenu


git-svn-id: svn://10.0.0.236/trunk@165623 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-23 06:39:47 +00:00
despotdaemon
af8effecc6 Pseudo-automatic update of changes made by justdave@bugzilla.org.
git-svn-id: svn://10.0.0.236/trunk@165622 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-23 06:34:44 +00:00
despotdaemon
bbbff6c516 Pseudo-automatic update of changes made by justdave@bugzilla.org.
git-svn-id: svn://10.0.0.236/trunk@165621 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-23 06:25:57 +00:00
vladimir%pobox.com
a812140b61 b=239969, xpcshell needs to compile scripts with sysprin, r=shaver
git-svn-id: svn://10.0.0.236/trunk@165619 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-23 05:38:59 +00:00
mrbkap%gmail.com
40da8cd272 bug 271142: remove unused perl scripts that used to be used for generating the tag and entity lists. These lists are now created using the preprocessor. patch by Hans-Andreas Engel (Hans-A.Engel@unibas.ch) r=mrbkap sr=dbaron
git-svn-id: svn://10.0.0.236/trunk@165618 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-23 05:38:29 +00:00
bienvenu%nventure.com
da062e4e4d fix seamonkey build bustage
git-svn-id: svn://10.0.0.236/trunk@165617 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-23 05:04:00 +00:00
bienvenu%nventure.com
fc6030c412 fix 181627 compact folders doesn't display done status, sr=mscott
git-svn-id: svn://10.0.0.236/trunk@165616 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-23 04:54:42 +00:00
bienvenu%nventure.com
4b6a81b08e fix 210614, sr=mscott make pop3 incoming filters capable of filtering to imap folders
git-svn-id: svn://10.0.0.236/trunk@165615 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-23 04:50:23 +00:00
bienvenu%nventure.com
a1baefad6d fix 270630 sr=mscott, multipart/related messages not imported correctly from outlook 2003
git-svn-id: svn://10.0.0.236/trunk@165614 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-23 04:43:02 +00:00
mrbkap%gmail.com
b176e92bcd bug 100175: innerHTML smushes multiple options together on select r+sr=bzbarsky
git-svn-id: svn://10.0.0.236/trunk@165613 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-23 04:40:46 +00:00
bienvenu%nventure.com
bf4dde1dd9 fix 181627 compact folders doesn't display done status, sr=mscott
git-svn-id: svn://10.0.0.236/trunk@165612 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-23 04:31:00 +00:00
bienvenu%nventure.com
c2d21157e9 fix 181627 compact folders doesn't display done status, sr=mscott
git-svn-id: svn://10.0.0.236/trunk@165610 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-23 04:22:04 +00:00
despotdaemon
263a510230 Pseudo-automatic update of changes made by cmp@mozilla.org.
git-svn-id: svn://10.0.0.236/trunk@165609 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-23 02:56:31 +00:00
despotdaemon
adfe7fb0cd Pseudo-automatic update of changes made by asa@mozilla.org.
git-svn-id: svn://10.0.0.236/trunk@165608 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-23 02:50:18 +00:00
scott%scott-macgregor.org
02d675d15f Themework for imap folder and newsgroup subscribe UI.
Get rid of the column headers, make the dialog look like the virtual folder picker dialog.


git-svn-id: svn://10.0.0.236/trunk@165607 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-23 01:39:34 +00:00
vladimir%pobox.com
aeebedba3a updated memory/storage for new calICalendar, notpartofthebuild.com
git-svn-id: svn://10.0.0.236/trunk@165606 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-23 01:37:43 +00:00
vladimir%pobox.com
7cbe30e06f calItemBase updates; hit return too soon.
git-svn-id: svn://10.0.0.236/trunk@165605 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-23 01:36:55 +00:00
vladimir%pobox.com
fecec8a477 src/calItemBase.js
git-svn-id: svn://10.0.0.236/trunk@165604 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-23 01:36:32 +00:00
vladimir%pobox.com
2a3faea745 b=270903, calICalendar updates, r=dmose; not part of the build
git-svn-id: svn://10.0.0.236/trunk@165603 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-23 01:31:45 +00:00
wchang0222%aol.com
cc2901f355 Bugzilla bug 106386: fixed the spelling errors in NSPR's public header
files.  This is a portion of attachment 106386, which was contributed by
timeless@bemail.org.  r=wtc.
Modified Files: prolock.h prtypes.h plresolv.h plstr.h prgc.h


git-svn-id: svn://10.0.0.236/trunk@165600 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-23 00:54:05 +00:00
scott%scott-macgregor.org
910e5c809e Fix broken offline indicator image in Account Settings / Offline Settings panel
git-svn-id: svn://10.0.0.236/trunk@165598 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-23 00:16:41 +00:00
despotdaemon
bd799c3e06 Pseudo-automatic update of changes made by myk@mozilla.org.
git-svn-id: svn://10.0.0.236/trunk@165595 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-22 21:59:59 +00:00
mvl%exedo.nl
b9d9e77978 Provide a way to share calendars on a lan. No UI etc yet.
Provide a way to automatically reload a calendar. Also no UI
bug 265274, patch by arusso@aequilibrium.com, r=mvl


git-svn-id: svn://10.0.0.236/trunk@165594 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-22 21:58:35 +00:00
wchang0222%aol.com
12a4667876 Bugzilla bug 266981: fixed NSPR support for FreeBSD and added additional
FreeBSD platform (ia64 and amd64) support.  The patch is contributed by
Joe Marcus Clarke <marcus@freebsd.org>. r=wtc.
Modified Files: _darwin.h, _freebsd.cfg, _freebsd.h, _pth.h, ptio.c,
ptsynch.c


git-svn-id: svn://10.0.0.236/trunk@165592 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-22 21:24:53 +00:00
darin%meer.net
b02ce01245 fixes bug 247962 "Remove DLL_INitterm code from NSPR" patch by mkaply@us.ibm.com r=wtc
git-svn-id: svn://10.0.0.236/trunk@165591 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-22 21:06:12 +00:00
shaver%mozilla.org
d5bbe75e79 move calBaseCID.h to public/
git-svn-id: svn://10.0.0.236/trunk@165590 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-22 20:41:01 +00:00
shaver%mozilla.org
74ea2cb470 IDs for parser service
git-svn-id: svn://10.0.0.236/trunk@165589 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-22 20:25:42 +00:00
shaver%mozilla.org
7a802546e3 simple ICS parser service interface
git-svn-id: svn://10.0.0.236/trunk@165588 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-22 20:24:13 +00:00
mkaply%us.ibm.com
56fbda0579 #264647
r=mkaply, sr=blizzard (platform specific), a=mkaply (OS/2 only)
Patch from Peter Weilbacher - Add protocols to ExternalProtocolHandlerExists/Add GetApplicationDescription for OS/2


git-svn-id: svn://10.0.0.236/trunk@165585 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-22 19:28:24 +00:00
mvl%exedo.nl
8a03c750df don't die if there is no throbber
bug 268602, r=gekacheka


git-svn-id: svn://10.0.0.236/trunk@165582 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-22 18:30:06 +00:00
mkaply%us.ibm.com
5dfc3f3249 #199763
r=mkaply, sr=blizzard (platform specific), a=mkaply (OS/2 only)
Patch from Peter Weilbacher - Add printer description to print dialog


git-svn-id: svn://10.0.0.236/trunk@165581 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-22 18:25:46 +00:00
mkaply%us.ibm.com
c2ab34b6d6 #268321
r=mkaply, sr=blizzard (platform specific), a=mkaply (OS/2 only)
Patch from Peter Weilbacher - OS/2 gfx cleanup


git-svn-id: svn://10.0.0.236/trunk@165580 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-22 18:21:53 +00:00
mkaply%us.ibm.com
ca72d78026 #267862
r=mkaply, sr=blizzard (platform specific), a=mkaply (OS/2 only)
Patch from Javier Pedemonte - fix some subtle font issues


git-svn-id: svn://10.0.0.236/trunk@165579 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-22 18:16:11 +00:00
mkaply%us.ibm.com
297ccd69e5 #257230
r=mkaply, sr=blizzard (platform specific), a=mkaply (OS/2 only)
Patch from Peter Weilbacher - remove a release build printf


git-svn-id: svn://10.0.0.236/trunk@165578 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-22 17:43:08 +00:00
mkaply%us.ibm.com
c5a01baca8 #269632
r=mkaply, sr=blizzard (platform specific), a=mkaply (OS/2 only)
Patch from Dainis Jonitis - add debug paint flashing for OS/2


git-svn-id: svn://10.0.0.236/trunk@165577 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-22 17:36:44 +00:00
igor%mir2.org
b0ffb31bfa Removal of serialVersionUID which was not used correctly:
Rhino never claimed to support binary compatibility in the serialized objects and it is better to use the system generated ids always to catch errors about incompatible changes ASAP.


git-svn-id: svn://10.0.0.236/trunk@165574 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-22 13:23:03 +00:00
scott%scott-macgregor.org
c2264df464 qute theme fix:
javascript text box too tall


git-svn-id: svn://10.0.0.236/trunk@165573 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-22 06:57:50 +00:00
scott%scott-macgregor.org
82f06c7887 fix padding around the images in the buttons for the extensions / themes dialog
git-svn-id: svn://10.0.0.236/trunk@165572 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-22 06:46:04 +00:00
scott%scott-macgregor.org
11864ae102 Always use the small throbber icon.
Remove arrows from move up / move down buttons in the filter list dialog.


git-svn-id: svn://10.0.0.236/trunk@165571 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-22 05:31:36 +00:00
scott%scott-macgregor.org
aa351bd3a4 Qute Theme update.
Add new checked / unchecked images for filter list dialog, subscribe dialog, choose folders for offline dialog and saved search folder picker dialog.


git-svn-id: svn://10.0.0.236/trunk@165570 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-22 05:30:14 +00:00
scott%scott-macgregor.org
2378305d91 Qute Theme update.
New sent folder icon

New icons for saved search folders and rss saved search folders


git-svn-id: svn://10.0.0.236/trunk@165569 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-22 05:08:22 +00:00
scott%scott-macgregor.org
1192bfdd3f Bug #271024 --> On windows and linux, use separators instead of spacers in the default address book
and mail 3-pane toolbars

sr=bienvenu


git-svn-id: svn://10.0.0.236/trunk@165568 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-22 04:43:21 +00:00
scott%scott-macgregor.org
85c5b3e32a Bug #255473 --> Add support for multiple RSS accounts. Tbird 1.0 bug
r=me
sr=bienvenu
a=asa


git-svn-id: svn://10.0.0.236/trunk@165567 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-22 04:38:12 +00:00
bzbarsky%mit.edu
39530b8cec Don't clear the root view manager pointer when the root view is destroyed. Bug
269402, r+sr=roc, a=asa


git-svn-id: svn://10.0.0.236/trunk@165566 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-22 03:06:14 +00:00
bzbarsky%mit.edu
a37e7c24da Don't DisableRefresh() at destruction, since that operates on the whole
viewmanager tree.  Bug 267557, r+sr=roc, a=asa


git-svn-id: svn://10.0.0.236/trunk@165565 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-22 02:59:19 +00:00
timeless%mozdev.org
55e3ce356d Bug 267313 second external link opened into Mozilla opens the home/start page
patch by emaijala@kolumbus.fi r=bsmedberg sr=neil a=asa


git-svn-id: svn://10.0.0.236/trunk@165564 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-22 00:02:27 +00:00
zack%kde.org
98958e6790 hmm, i forgot about the lack of rtti. fixes 267626
git-svn-id: svn://10.0.0.236/trunk@165563 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-21 23:20:00 +00:00
bienvenu%nventure.com
cb5e1d6b6a fix 270249 pop3 logon attempts can loop infinitely depending on the way the server errors are returned, sr=mscott, a=asa
git-svn-id: svn://10.0.0.236/trunk@165562 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-21 20:50:40 +00:00
psychoticwolf%carolina.rr.com
b391463852 Fix foreach() error when uploading first preview
git-svn-id: svn://10.0.0.236/trunk@165560 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-21 12:37:03 +00:00
psychoticwolf%carolina.rr.com
053b286847 Fix Bug with Theme ID Being lost
git-svn-id: svn://10.0.0.236/trunk@165559 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-21 12:22:28 +00:00
psychoticwolf%carolina.rr.com
9a0a6ab033 Bug 271034. Require Comment for Approval Request Denial
git-svn-id: svn://10.0.0.236/trunk@165558 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-21 09:13:11 +00:00
scott%scott-macgregor.org
e6306b66ea Bug #270477 --> try to fix the white border showing up above the "Folders" sidebar header.
Better fix this time.


git-svn-id: svn://10.0.0.236/trunk@165557 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-21 01:04:08 +00:00
dbaron%dbaron.org
953550acde Remove unused file, after wasting most of a day debugging why my changes to it didn't do anything (252703).
git-svn-id: svn://10.0.0.236/trunk@165555 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-20 23:54:28 +00:00
bienvenu%nventure.com
5e2816d2dd fix 270069 status bar total and unread counts for single folder virtual folders, tbird only, sr=mscott
git-svn-id: svn://10.0.0.236/trunk@165554 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-20 22:47:02 +00:00
cltbld
26eda2394f Automated update from host egg
git-svn-id: svn://10.0.0.236/trunk@165552 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-20 22:13:47 +00:00
bryner%brianryner.com
e0492ff3f0 backing out my checkin, i didn't have drivers approval.
git-svn-id: svn://10.0.0.236/trunk@165551 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-20 22:07:20 +00:00
cltbld
965a8feb30 Automated update from host egg
git-svn-id: svn://10.0.0.236/trunk@165550 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-20 21:43:56 +00:00
bryner%brianryner.com
715cbc747b Add XForms to MOZ_EXTENSIONS_ALL, with appropriate dependency checks. Bug 271002, r+sr=dbaron.
git-svn-id: svn://10.0.0.236/trunk@165549 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-20 21:43:19 +00:00
bryner%brianryner.com
db737c789d Implement XForms label support (bug 267612). r=darin.
git-svn-id: svn://10.0.0.236/trunk@165548 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-20 21:00:59 +00:00
shaver%mozilla.org
aca3e5350b better scriptable flags to permit resolve-mutation but not arbitrary annotation
git-svn-id: svn://10.0.0.236/trunk@165547 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-20 19:23:54 +00:00
jocuri%softhome.net
eb1c7b4d9e Patch for bug 264868: show_bug.cgi should honour 'emailsuffix' in 'Reassign bug to' field; patch by Marc Schumann <wurblzap@gmail.com>, r=vladd, a=justdave.
git-svn-id: svn://10.0.0.236/trunk@165545 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-20 14:28:12 +00:00
jocuri%softhome.net
c9f25b5cfc Patch for bug 270404: Add detaint_natural and fix use lib instruction in sendbugemail.pl to make it functional; patch by Nick.Barnes@pobox.com, r=justdave, a=justdave.
git-svn-id: svn://10.0.0.236/trunk@165544 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-20 12:35:43 +00:00
jocuri%softhome.net
3be7f3bfa1 Patch for bug 267560: CheckCanChangeField in process_bug.cgi shouldn't request the bug owner, QA contact and reporter too many times; patch by Frédéric Buclin <LpSolit@netscape.net>, r=justdave, a=justdave.
git-svn-id: svn://10.0.0.236/trunk@165543 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-20 12:31:04 +00:00
jocuri%softhome.net
3b8c11c308 Patch for bug 267494: 'Voter' column should not appear in email preferences if param(usevotes) is false; patch by Shane H. W. Travis <travis@sedsystems.ca>, r=vladd, a=justdave.
git-svn-id: svn://10.0.0.236/trunk@165542 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-20 12:18:35 +00:00
jocuri%softhome.net
1b7788589d Patch for bug 177993: Point out that the mid-air collision message is customizable; patch by Shane H. W. Travis <travis@sedsystems.ca>, r=vladd.
git-svn-id: svn://10.0.0.236/trunk@165541 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-20 12:08:44 +00:00
joshmoz%gmail.com
b23296c528 fix bug 248720 - tabs do not change properly to reflect a new tab set. sr=pinkerton
git-svn-id: svn://10.0.0.236/trunk@165539 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-20 09:47:12 +00:00
brendan%mozilla.org
9f868d3f52 In the Replace-calls-Insert case, where V is an XMLList, avoid creating holes and botching x.[[Length]] (246441 followup, rs=shaver).
git-svn-id: svn://10.0.0.236/trunk@165538 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-20 02:34:09 +00:00
joshmoz%gmail.com
4db0fe678d remove pref ui for disbling plugins as it has some major problems (specifically with js). bug 210724. sr=pinkerton
git-svn-id: svn://10.0.0.236/trunk@165537 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-20 01:05:27 +00:00
joshmoz%gmail.com
93835d3f0d confirm when removing all cookies (bug 246738) sr=pinkerton
git-svn-id: svn://10.0.0.236/trunk@165536 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-20 00:50:51 +00:00
joshmoz%gmail.com
cf82bbbca4 fix bug 265503 - firefox bookmark importing fixes. sr=pinkerton
git-svn-id: svn://10.0.0.236/trunk@165534 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-20 00:39:13 +00:00
nelsonb%netscape.com
7716a66257 Do case-insensitive comparisons of hostnames to wildcarded names.
Bug 266651.  Patch contributed by Ken Key <key+mozilla@ksquared.net>.


git-svn-id: svn://10.0.0.236/trunk@165533 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-19 23:54:10 +00:00
tor%cs.brown.edu
8ac1b881a9 Bug 267195 - implement svg opacity property. r=scooter
git-svn-id: svn://10.0.0.236/trunk@165532 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-19 22:52:15 +00:00
scott%scott-macgregor.org
759f5ed3a0 Bug #270477 --> try to fix the white border showing up above the "Folders" sidebar header.
git-svn-id: svn://10.0.0.236/trunk@165531 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-19 22:48:39 +00:00
jst%mozilla.jstenback.com
11b7554c5c Fixing bug 265987. Don't expose the current content window to hidden tabs. r=bryner@brianryner.com, sr=brendan@mozilla.org
git-svn-id: svn://10.0.0.236/trunk@165530 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-19 22:39:04 +00:00
scott%scott-macgregor.org
649d3d7e7e qute polish update
git-svn-id: svn://10.0.0.236/trunk@165527 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-19 21:38:49 +00:00
bienvenu%nventure.com
75bcd9eaac fix 270601 create filter from message for messages in global inbox
git-svn-id: svn://10.0.0.236/trunk@165525 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-19 21:36:11 +00:00
scott%scott-macgregor.org
d061379c8e Bug #270711 --> "About Junk Mail" refers to nonexistent "Help" button
Fix for Thunderbird 1.0

sr=bienvenu


git-svn-id: svn://10.0.0.236/trunk@165523 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-19 20:24:32 +00:00
scott%scott-macgregor.org
8cd1d6b0b6 Bug #270125 --> RSS feeds don't render html code for quotes as quotes, instead just shows raw HTML
before doing our HTML entity replacement convert the JS string to unicode, do the replacement then convert
back to the native charset.

sr=bienvenu


git-svn-id: svn://10.0.0.236/trunk@165522 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-19 20:22:24 +00:00
scott%scott-macgregor.org
45bda59387 Add more padding around the blocked remote content icon
git-svn-id: svn://10.0.0.236/trunk@165521 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-19 20:00:26 +00:00
scott%scott-macgregor.org
101dcafe9a Bug #128129 --> enter/return for selected card/list in directory pane won't open properties dlg
sr=bienvenu


git-svn-id: svn://10.0.0.236/trunk@165519 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-19 19:24:14 +00:00
darin%meer.net
28bb2981af alternate fix for bug 234620 "Unknown random SEGV/seg fault/core dumps/crashes, only thing on is Mail/IMAP"
in an attempt to avoid crash bug 269585, r=dbaron sr=bienvenu a=asa


git-svn-id: svn://10.0.0.236/trunk@165518 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-19 19:06:58 +00:00
scott%scott-macgregor.org
56ad208e8a make the virtual folder icon show up for VFs living under RSS accounts.
git-svn-id: svn://10.0.0.236/trunk@165517 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-19 18:42:35 +00:00
mostafah%oeone.com
6d621b647e Updated translation based on http://83.65.88.2/~robert/mozilla/de-AT.xpi
on Nov 19th 2004


git-svn-id: svn://10.0.0.236/trunk@165516 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-19 16:02:25 +00:00
mostafah%oeone.com
7cd1445041 Checked in attachment 164935 for bug 220075:
Make task start date/due date optional.


git-svn-id: svn://10.0.0.236/trunk@165514 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-19 15:15:19 +00:00
igor%mir2.org
9bd178c8b7 Preparations for Rhino 1.6R1 release
git-svn-id: svn://10.0.0.236/trunk@165513 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-19 13:27:45 +00:00
igor%mir2.org
cca8a3e162 *** empty log message ***
git-svn-id: svn://10.0.0.236/trunk@165512 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-19 13:01:16 +00:00
igor%mir2.org
1a6b25607d Renaming DebugGui into SwingGui to better reflect GUI nature
git-svn-id: svn://10.0.0.236/trunk@165511 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-19 10:13:04 +00:00
igor%mir2.org
b8affef200 Fixing nasty bug which prevented Open/Load to work in GUI among other things: the debugger should enter context using factory.call(...) and not Context.call(...) as the default factory is not the one that is used by GUI.
git-svn-id: svn://10.0.0.236/trunk@165510 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-19 10:12:21 +00:00
shaver%mozilla.org
fc43fb1972 (NPOTB).
Change interfaces to use nsIURL to specific resources, instead of UTF8 strings.

Don't cap the storage stream (and therefore the generated PROPFIND request
body) at 256K.

Don't leak a ref on the resource's URL if we can't QI the channel we create
to nsIHttpChannel.  (Honestly, though, that really shouldn't happen.)


git-svn-id: svn://10.0.0.236/trunk@165509 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-19 09:12:41 +00:00
scott%scott-macgregor.org
ffdede9ea8 new tree icons for qute
git-svn-id: svn://10.0.0.236/trunk@165508 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-19 07:39:20 +00:00
scott%scott-macgregor.org
9d378e29dd new flex icon for customize toolbar
git-svn-id: svn://10.0.0.236/trunk@165506 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-19 07:36:56 +00:00
aaronleventhal%moonset.net
7751327ab1 Bug 270030. Tabbing gets stuck at first child input elements. r=ginn.chen, sr=neil.parkway, a=asa
git-svn-id: svn://10.0.0.236/trunk@165503 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-19 04:28:56 +00:00
scott%scott-macgregor.org
ea61debee8 Bug #270671 --> TB09 crash after importing Mozilla 1.x profiles [@ nsPop3GetMailChainer::GetNewMailForServers]
Attempt to fix a top crasher by adding a null ptr check.

sr=bienvenu


git-svn-id: svn://10.0.0.236/trunk@165502 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-19 04:13:30 +00:00
scott%scott-macgregor.org
ac5bddac02 Bug #260837 --> RSS feeds using SSL are erroneously reported as invalid
Support http and https URLS for RSS.

Effects Thunderbird only.

sr=bienvenu


git-svn-id: svn://10.0.0.236/trunk@165500 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-19 03:50:25 +00:00
aaronleventhal%moonset.net
c2e73b1aa5 Bug 265940. Textfield doesn't scroll horizontally to left after backspace or left arrow. r=mats, sr=roc, a=asa
git-svn-id: svn://10.0.0.236/trunk@165499 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-19 03:49:20 +00:00
bienvenu%nventure.com
4a03452a2c potential fix for top crash in nsImapProtocol::ReleaseUrlState, sr=mscott, a=asa, 166295
git-svn-id: svn://10.0.0.236/trunk@165497 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-19 03:48:17 +00:00
jshin%mailaps.org
44363fac1b get rid of the previous check-in (I didn't realize that the tree was frozen. I'm sorry)
git-svn-id: svn://10.0.0.236/trunk@165496 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-19 03:32:28 +00:00
scott%scott-macgregor.org
f305a3eca8 Bug #259777 --> Fix RSS feed parsing errors for various feeds.
sr=bienvenu


git-svn-id: svn://10.0.0.236/trunk@165495 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-19 03:22:00 +00:00
jshin%mailaps.org
e9432dbeae bug 36322 : Japanese text justification, patch by masayuki@d-toybox.com (r/sr=roc)
git-svn-id: svn://10.0.0.236/trunk@165494 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-19 03:21:12 +00:00
vladimir%pobox.com
ddef9f1d42 implement toString() and jsDate attribute on calDateTime, not part of the build.
git-svn-id: svn://10.0.0.236/trunk@165493 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-19 02:52:10 +00:00
scott%scott-macgregor.org
07bb7fd881 Bug #262018 --> Unable to create local folders that contain semicolons or # characters. Messages in these local
folders never load.

Make our folder hash routine smart enough to hash folder names that contain these characters.

sr=bienvenu

Porting Thunderbird 1.0 bug to the trunk


git-svn-id: svn://10.0.0.236/trunk@165492 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-19 01:13:52 +00:00
vladimir%pobox.com
8caf176b6c continuing cal provider fixes. not part of the build.
git-svn-id: svn://10.0.0.236/trunk@165491 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-19 01:01:40 +00:00
vladimir%pobox.com
4065252903 continuing calItemBase/calEvent fixes. not part of the build.
git-svn-id: svn://10.0.0.236/trunk@165490 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-19 00:59:49 +00:00
wchang0222%aol.com
2aa520d848 Bugzilla bug 268502: fixed some function declaration problems. r=jpierre,
relyea.


git-svn-id: svn://10.0.0.236/trunk@165489 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-18 23:51:37 +00:00
tor%cs.brown.edu
f48ecc3a26 Bug 265988 - SVGDocument cleanup. Patch by jonathan.watt@strath.ac.uk, r=tor.
git-svn-id: svn://10.0.0.236/trunk@165488 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-18 23:32:06 +00:00
wchang0222%aol.com
3babd3113b Bugzilla bug 270686: in getStatusString(), we should test statusString for
null before invoking the toString() method on it.  The patch is contributed
by Christine Ho of AOL. r=wtc,glen.beasley.


git-svn-id: svn://10.0.0.236/trunk@165487 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-18 22:56:11 +00:00
joshmoz%gmail.com
4e6582236e fix bug 238250 - Disable view source while in Bookmarks manager. sr=pinkerton
git-svn-id: svn://10.0.0.236/trunk@165486 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-18 22:48:59 +00:00
despotdaemon
92a80b9d6f Pseudo-automatic update of changes made by dbaron@dbaron.org.
git-svn-id: svn://10.0.0.236/trunk@165485 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-18 22:42:48 +00:00
wchang0222%aol.com
5bf2c91ac0 Bugzilla bug 266327: support PR_EXCL in _MD_open for BeOS. The patch is
contributed by Niels Reedijk <Niels.Reedijk@gmail.com>. r=simontaylor2,wtc.


git-svn-id: svn://10.0.0.236/trunk@165484 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-18 22:32:47 +00:00
scott%scott-macgregor.org
231097f278 Bug #270665 --> unable to add new RSS feeds. Regression fix.
git-svn-id: svn://10.0.0.236/trunk@165483 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-18 22:29:30 +00:00
joshmoz%gmail.com
c5ec031aaf fix bug 269128 - Two bookmarks in default set are missing/changed. sr=pinkerton
git-svn-id: svn://10.0.0.236/trunk@165482 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-18 22:28:41 +00:00
scott%scott-macgregor.org
a49f9ae01f Bug #267865 --> Virtual folders that are subfolders of IMAP folders are deleted after restarting Thunderbird.
Thunderbird fix.

sr=bienvenu


git-svn-id: svn://10.0.0.236/trunk@165481 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-18 22:23:34 +00:00
bzbarsky%mit.edu
8f8a18bd02 Expose the content-disposition header on documents (via nsIWindowUtils), and
use it for save as.  Bug 263697, r=biesi, sr=jst, a=asa


git-svn-id: svn://10.0.0.236/trunk@165478 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-18 20:50:16 +00:00
bzbarsky%mit.edu
9acfc37ddf Don't invalidate areas in hidden widgets, and don't subtract hidden widgets or
widgets without views or widgets in different viewmanagers out of the area we
need to invalidate.  Bugs 268090, 269736, 268252.  r+sr=roc, a=asa


git-svn-id: svn://10.0.0.236/trunk@165476 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-18 20:47:42 +00:00
scott%scott-macgregor.org
abb622a699 Bug #270643 --> virtual folder context menu missing items
regression fix caused by making virtual folders a special folder

sr=bienvenu


git-svn-id: svn://10.0.0.236/trunk@165471 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-18 19:18:43 +00:00
scott%scott-macgregor.org
455e0db937 Bug #270274 --> Don't run junk controls on new rss feed items
sr=bienvenu


git-svn-id: svn://10.0.0.236/trunk@165470 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-18 19:16:15 +00:00
scott%scott-macgregor.org
ab97e1e425 add missing files
git-svn-id: svn://10.0.0.236/trunk@165465 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-18 09:12:48 +00:00
scott%scott-macgregor.org
814850321c try again
git-svn-id: svn://10.0.0.236/trunk@165462 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-18 09:03:37 +00:00
scott%scott-macgregor.org
2dd33e4916 more os x makefile work
git-svn-id: svn://10.0.0.236/trunk@165461 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-18 08:54:33 +00:00
scott%scott-macgregor.org
7269e79b51 try again
git-svn-id: svn://10.0.0.236/trunk@165459 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-18 08:48:23 +00:00
scott%scott-macgregor.org
0909b454df fix typo
git-svn-id: svn://10.0.0.236/trunk@165458 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-18 08:41:19 +00:00
scott%scott-macgregor.org
94f05f7c96 add Mac specific skin files for RSS
git-svn-id: svn://10.0.0.236/trunk@165457 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-18 08:39:27 +00:00
scott%scott-macgregor.org
c449f0a379 Bug #261883 --> Adding new RSS feed doesn't store it in the selected folder
add a menu fly out for choosing container folders that have subfolders.


git-svn-id: svn://10.0.0.236/trunk@165456 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-18 08:22:04 +00:00
vladimir%pobox.com
8425fe0439 calendar build fixes; also updated datetime impl for timezone handling on nativetime set
git-svn-id: svn://10.0.0.236/trunk@165455 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-18 07:06:43 +00:00
vladimir%pobox.com
5e3b04d10d Impl fixes; don't try to clone/makeImmutable null interface members
git-svn-id: svn://10.0.0.236/trunk@165453 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-18 06:46:07 +00:00
scott%scott-macgregor.org
53277f6cca Bug #226179 --> add mail and news group shortcut to stand alone message windows
under Tools menu.


git-svn-id: svn://10.0.0.236/trunk@165450 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-18 03:25:15 +00:00
scott%scott-macgregor.org
164597aef0 Bug #270477 --> Qute theme update.
git-svn-id: svn://10.0.0.236/trunk@165449 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-18 02:48:29 +00:00
bzbarsky%mit.edu
c4b936393f Make the url bar not randomly collapse. Bug 268780, patch and a=roc, r+sr=me
git-svn-id: svn://10.0.0.236/trunk@165445 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-18 01:42:59 +00:00
mostafah%oeone.com
e0c3f03881 Updated translation
git-svn-id: svn://10.0.0.236/trunk@165444 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-17 20:52:52 +00:00
mostafah%oeone.com
2bd2833b0e Checked in attachment 165963,165964,165967 and 165990 for
bug 207381:Need button and periodic interval for refreshing/publishing a calendar


git-svn-id: svn://10.0.0.236/trunk@165442 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-17 20:34:47 +00:00
mostafah%oeone.com
361186e25d Checked in attachment 166128 for bug 269266:
Create/maintain Mac OS X pinstripe theme for Sunbird


git-svn-id: svn://10.0.0.236/trunk@165441 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-17 20:21:26 +00:00
mostafah%oeone.com
e0aba8b959 Checked in attachment 166011 for bug 269266:
Create/maintain Mac OS X pinstripe theme for Sunbird


git-svn-id: svn://10.0.0.236/trunk@165439 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-17 20:18:56 +00:00
mostafah%oeone.com
040c988efa Checked in images from bug 269266:
Create/maintain Mac OS X pinstripe theme for Sunbird


git-svn-id: svn://10.0.0.236/trunk@165438 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-17 20:06:43 +00:00
mostafah%oeone.com
52fa96bbed Checked in patch for bug 263837:
Hidden tabs in Task/Event window can be displayed


git-svn-id: svn://10.0.0.236/trunk@165437 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-17 19:43:33 +00:00
mostafah%oeone.com
04e703fe80 Checked in patch for bug 269886:
Sunbird requires me to run make twice to see changes in "themes"


git-svn-id: svn://10.0.0.236/trunk@165436 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-17 19:41:01 +00:00
mostafah%oeone.com
ea2f3d6d2b Checked in patch for bug 269807:
Event time adjustment via keyboard is lost when enter pressed in edit box


git-svn-id: svn://10.0.0.236/trunk@165435 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-17 19:38:50 +00:00
mostafah%oeone.com
ee7c1e3daf Checked in patch for bug 269837:
Allow weekview to become narrower when "Workweek days only" is checked


git-svn-id: svn://10.0.0.236/trunk@165434 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-17 19:36:24 +00:00
mvl%exedo.nl
31ab012110 use hidden instead of collapsed to prevent scrollbars
bug 260519, r=mostafah


git-svn-id: svn://10.0.0.236/trunk@165433 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-17 19:35:43 +00:00
mostafah%oeone.com
4aca0ac029 Checked in attachment 165913 for bug 173562:
Need to import Outlook CSV exported data


git-svn-id: svn://10.0.0.236/trunk@165432 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-17 19:34:03 +00:00
mostafah%oeone.com
50093d3b5e Updated translation. (Bug 220860:Japanese Calendar translation needs update)
git-svn-id: svn://10.0.0.236/trunk@165431 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-17 19:27:23 +00:00
mostafah%oeone.com
76f42c1354 Updated translation
git-svn-id: svn://10.0.0.236/trunk@165430 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-17 19:18:24 +00:00
mostafah%oeone.com
4aedac26ea Checked in attachment 165766 for bug 269579:
Sunbird - Unable to delete multiple events at once


git-svn-id: svn://10.0.0.236/trunk@165429 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-17 19:11:31 +00:00
scott%scott-macgregor.org
62b69fd227 Set a SpecialFolder-Virtual attribute on saved search folders
so we can reflect that in the Thunderbird folder pane UI.

Effects thunderbird only. Porting aviary 1.0 fix


git-svn-id: svn://10.0.0.236/trunk@165427 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-17 17:35:09 +00:00
igor%mir2.org
995e7c70dc For VARARG methods wrap the result in the same way as for other methods: in this way VARARG method returning non-JS-type will get its results properly wrapped as LiveConnect object
git-svn-id: svn://10.0.0.236/trunk@165425 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-17 16:48:57 +00:00
shaver%mozilla.org
54dfbc3fbd Bug 267352: make sure frame construction events are flushed before starting
to print, to fix regression (form inputs print blank) from 228557. r=darin,
sr=jst, a=roc.


git-svn-id: svn://10.0.0.236/trunk@165424 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-17 16:38:01 +00:00
mvl%exedo.nl
1d2444af86 make calendar printing work with toolkit, so sunbird can print again
bug 270245, r=mostafah


git-svn-id: svn://10.0.0.236/trunk@165423 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-17 15:55:15 +00:00
brendan%mozilla.org
036b7c131b E4X, configured off, code-complete.
git-svn-id: svn://10.0.0.236/trunk@165420 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-17 07:43:01 +00:00
rbs%maths.uq.edu.au
64635379a7 Beautify ::first-letter by using MathML's GetBoundingMetrics, b=21616, r+sr=bzbarsky
git-svn-id: svn://10.0.0.236/trunk@165418 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-17 04:12:02 +00:00
psychoticwolf%carolina.rr.com
ed490f566a Last part of Bug 247318. Add Form Keys to Forms, patch by Chris Thomas, r=Wolf.
git-svn-id: svn://10.0.0.236/trunk@165417 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-17 03:58:25 +00:00
pkw%us.ibm.com
714c517d19 Bug 270215 - Memory leak in wallet_GetLine
r=cbiesinger@gmx.at, sr=darin@meer.net


git-svn-id: svn://10.0.0.236/trunk@165416 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-17 02:19:15 +00:00
vladimir%pobox.com
030dcd8f43 Calendar build fixes, and checked in post-processed js things
git-svn-id: svn://10.0.0.236/trunk@165414 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-17 00:12:07 +00:00
cbiesinger%web.de
686c09b435 bug 262385 add byte array methods to nsIScriptableUnicodeConverter
r=jshin sr=darin


git-svn-id: svn://10.0.0.236/trunk@165413 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-16 23:45:34 +00:00
cbiesinger%web.de
1eb4f42bc2 Bug 261637 move security.properties into PSM
r=bsmedberg sr=darin


git-svn-id: svn://10.0.0.236/trunk@165412 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-16 23:33:16 +00:00
rbs%maths.uq.edu.au
f2ee68ca0b Crash due to buffer overrun on malformed URL with soft-hyphen characters, b=267669, r+sr=bz
git-svn-id: svn://10.0.0.236/trunk@165411 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-16 22:43:06 +00:00
neil%parkwaycc.co.uk
d97cf7b51d Move some style rules from navigator.css to their rightful home in themes/**/brand.css b=144438 r=timeless sr=jag
git-svn-id: svn://10.0.0.236/trunk@165410 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-16 22:40:47 +00:00
scott%scott-macgregor.org
4de4324294 Bug #270234 --> OK/Enter doesn't dismiss New Identity Settings dialog
fix a typo


git-svn-id: svn://10.0.0.236/trunk@165409 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-16 21:55:35 +00:00
scott%scott-macgregor.org
b46a0e8675 Bug #269551 --> Mac OS X menu cleanup for Thunderbird
Hide the extraneous toolbar separator from the tools menu bar for Mac OS X.


git-svn-id: svn://10.0.0.236/trunk@165408 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-16 21:23:33 +00:00
bzbarsky%mit.edu
ae4ce876db Fix Windows bustage.
git-svn-id: svn://10.0.0.236/trunk@165407 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-16 21:13:12 +00:00
bienvenu%nventure.com
6ef6def82d fix269725 sr=mscott status messages don't show up in main window if you've opened up a stand-alone msg window
git-svn-id: svn://10.0.0.236/trunk@165405 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-16 20:41:45 +00:00
darin%meer.net
853f4fc94e freezing nsIPromptService, bug 99615, r=timeless sr=bzbarsky
git-svn-id: svn://10.0.0.236/trunk@165404 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-16 20:36:26 +00:00
mvl%exedo.nl
36ca49edaf Deleting events brings up multiple confirmation dialogs
Bug 269578, patch by Matthew Willis, r=mvl


git-svn-id: svn://10.0.0.236/trunk@165403 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-16 19:04:33 +00:00
jshin%mailaps.org
70874b415d bug 268266 : profile and appstartup code should use NS_CopyNativeToUnicode (r=cbie, sr=darin, a to aviary=bsmedberg)
git-svn-id: svn://10.0.0.236/trunk@165402 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-16 18:08:25 +00:00
jshin%mailaps.org
7853ce793d bug 268266 : profile and appstartup code should use NS_CopyNativeToUnicode (r=cbie, sr=darin)
git-svn-id: svn://10.0.0.236/trunk@165401 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-16 18:07:23 +00:00
bryner%brianryner.com
825da8256d Full fix for xtf Tp regression -- avoid QI'ing non-XTF elements in CreateAnonymousFrames. Bug 270136, r+sr=bzbarsky
git-svn-id: svn://10.0.0.236/trunk@165400 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-16 18:07:13 +00:00
jshin%mailaps.org
500bd3002c bug 269806 : aTryLocaleCharset assertion : implemented aTryLocaleCharset case (r=cbie, sr=bz)
git-svn-id: svn://10.0.0.236/trunk@165399 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-16 18:04:45 +00:00
darin%meer.net
2a6faaa277 fixes bug 259979 "Changes to keyword.URL require restarting Firefox" patch by lesx99@lycos.com, r=biesi, sr=darin
git-svn-id: svn://10.0.0.236/trunk@165398 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-16 16:17:59 +00:00
bmlk%gmx.de
48abb664b4 large colspan protection as other browsers do, bug 141818 r/sr=bzbarsky
git-svn-id: svn://10.0.0.236/trunk@165397 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-16 15:46:55 +00:00
bryner%brianryner.com
87b5cad1f0 Testing whether this QI is responsible for the Tp increase on btek.
git-svn-id: svn://10.0.0.236/trunk@165396 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-16 08:28:26 +00:00
bryner%brianryner.com
b571a18dfa Attempt to fix Tp regression by only doing checking for XTF if the namespace is not one that we support internally.
git-svn-id: svn://10.0.0.236/trunk@165395 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-16 07:27:39 +00:00
robin.lu%sun.com
d2a1af9a41 fix bug 243583 Search: Status is/isn't New does not work
patched by brian.lu@sun.com r/sr=bienvenu


git-svn-id: svn://10.0.0.236/trunk@165393 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-16 05:22:50 +00:00
scott%scott-macgregor.org
fe8512d161 Bug #270082 --> Show the summary instead of the webpage by default for RSS feeds
sr=bienvenu


git-svn-id: svn://10.0.0.236/trunk@165392 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-16 05:00:26 +00:00
scott%scott-macgregor.org
d2853dff64 Bug #270094 --> Adding a bogus feed URL fails to throw an alert dialog with information about a network error.
sr=bienvenu


git-svn-id: svn://10.0.0.236/trunk@165391 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-16 04:58:52 +00:00
darin%meer.net
a8b241a7fc fixes bug 264274 "support dependent strings in frozen string API" r=biesi sr=bsmedberg
git-svn-id: svn://10.0.0.236/trunk@165390 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-16 04:44:57 +00:00
timeless%mozdev.org
a244a8cf11 Bug 256983 Crash [E] NPR: NULL pointer read in PL_HashTableAdd {1 occurrence}
r=darin sr=darin


git-svn-id: svn://10.0.0.236/trunk@165389 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-16 04:29:15 +00:00
darin%meer.net
f46b92770b fixes bug 268578 "support xforms submit and trigger elements" r=bryner
git-svn-id: svn://10.0.0.236/trunk@165388 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-16 04:28:20 +00:00
cltbld
26c7584b8b Automated update from host egg
git-svn-id: svn://10.0.0.236/trunk@165387 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-16 03:53:34 +00:00
bryner%brianryner.com
b22de2cf87 Oops. Really turn on xtf (bug 269859).
git-svn-id: svn://10.0.0.236/trunk@165386 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-16 03:43:46 +00:00
darin%meer.net
adc23fe717 fixes bug 270075 "crash @[nsFtpState::StopProcessing()]" r=biesi sr=bzbarsky
git-svn-id: svn://10.0.0.236/trunk@165385 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-16 02:30:02 +00:00
bzbarsky%mit.edu
14b137de99 Remove effectively dead code in GetFloatContainingBlock(). Bug 267036,
r+sr=dbaron


git-svn-id: svn://10.0.0.236/trunk@165384 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-16 02:20:37 +00:00
cltbld
9bcd8eeb77 Automated update from host egg
git-svn-id: svn://10.0.0.236/trunk@165383 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-16 01:33:40 +00:00
bryner%brianryner.com
963d3fd419 Enable XTF in default builds (bug 269859). r=jst, sr=brendan.
git-svn-id: svn://10.0.0.236/trunk@165382 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-16 01:30:37 +00:00
cltbld
cfded59334 find firefox osx profile dir whether it's profilename.random or random.profilename.
git-svn-id: svn://10.0.0.236/trunk@165381 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-16 00:31:06 +00:00
vladimir%pobox.com
e53dfd2f08 Continuing calendar interface work. No more Mutable interfaces; there's now a mutability bit on datetime/event/etc. DateTime is implemented using libical, ItemBase/Event/Todo/etc. are in JS.
git-svn-id: svn://10.0.0.236/trunk@165380 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-16 00:24:17 +00:00
scott%scott-macgregor.org
e2206c3aa7 change reference to virtual folder to saved search folder
git-svn-id: svn://10.0.0.236/trunk@165379 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-16 00:03:02 +00:00
neil%parkwaycc.co.uk
00b3df7fb6 Bug 269827 Redirected about channel has wrong original URI r+sr=darin
git-svn-id: svn://10.0.0.236/trunk@165378 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-15 23:59:39 +00:00
scott%scott-macgregor.org
9849a4b431 Bug #268430 --> RSS feed doesn't correctly show HTML special chars in virtual Subject column
use reg expressions to replace html entities like &amp;, &gt;  and &lt; into
their ascii equivalents.

sr=bienvenu


git-svn-id: svn://10.0.0.236/trunk@165377 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-15 23:29:33 +00:00
cltbld
b0c356ec41 find the profile dir for seamonkey on osx.
git-svn-id: svn://10.0.0.236/trunk@165376 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-15 22:40:09 +00:00
darin%meer.net
8e1feda9bd fixing bustage
git-svn-id: svn://10.0.0.236/trunk@165375 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-15 21:13:43 +00:00
cltbld
6699e976e3 Place Mac XPIs in a mac-xpi directory.
git-svn-id: svn://10.0.0.236/trunk@165374 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-15 21:00:58 +00:00
darin%meer.net
e3117874fa fixes bug 261083 "Channels do not uniformly query their notification callbacks" r=biesi sr=bzbarsky
git-svn-id: svn://10.0.0.236/trunk@165373 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-15 20:16:52 +00:00
bienvenu%nventure.com
eb03fcf572 fix 269861 make mork not write any data or touch timestamp if the db is not dirty, sr=mscott
git-svn-id: svn://10.0.0.236/trunk@165372 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-15 19:56:01 +00:00
bienvenu%nventure.com
5dede0c84a fix biff notification when using global inbox and no junk filters applied, sr=mscott 260076
git-svn-id: svn://10.0.0.236/trunk@165371 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-15 19:53:02 +00:00
mvl%exedo.nl
e7ccc58456 bug 242317 attachment 166010, day and weekday titles in calendar view scroll away [weekview]
r=gekacheka


git-svn-id: svn://10.0.0.236/trunk@165370 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-15 18:43:13 +00:00
timeless%mozdev.org
722fa27132 Bug 269925 /Users/timeless/mozilla/widget/src/mac/nsWindow.cpp: warning: Boolean control_key_down()' and long long int microseconds()' defined but not used
r=pedemonte sr=bz


git-svn-id: svn://10.0.0.236/trunk@165369 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-15 18:40:53 +00:00
timeless%mozdev.org
e1a293cf68 Bug 269926 /Users/timeless/mozilla/embedding/components/printingui/src/mac/nsPrintingPromptServiceX.cpp:67: warning: `const char*kPrintProgressDialogURL' defined but not used
r=pedemonte sr=bz


git-svn-id: svn://10.0.0.236/trunk@165368 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-15 18:37:40 +00:00
timeless%mozdev.org
4ea97b3413 Bug 269922 /Users/timeless/mozilla/layout/html/base/src/nsObjectFrame.cpp:3931: warning: `void ConvertTwipsToPixels(nsPresContext&, nsRect&, nsRect&)' defined but not used
r=bz sr=bz


git-svn-id: svn://10.0.0.236/trunk@165367 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-15 18:12:35 +00:00
tor%cs.brown.edu
ec8aca9dae Bug 267650 - crash if <svg:text> is stroked and has fill='none'.
Patch by jonathan.watt@strath.ac.uk, r=tor.


git-svn-id: svn://10.0.0.236/trunk@165366 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-15 13:55:34 +00:00
bryner%brianryner.com
c9e1345a89 When building with --enable-quantify, use /OPT:NOICF to prevent identical functions from being merged. Bug 267576, r=dbaron.
git-svn-id: svn://10.0.0.236/trunk@165365 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-15 08:37:53 +00:00
roc+%cs.cmu.edu
05b0dbe26a Changing IsFrameEmpty to IsSelfEmpty as dbaron requested and I forgot to do before checking in.
git-svn-id: svn://10.0.0.236/trunk@165364 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-15 05:01:11 +00:00
tor%cs.brown.edu
3d390bd26b Bug 269891 - crash in stroke-dasharray sharing. r+sr=bzbarsky
git-svn-id: svn://10.0.0.236/trunk@165363 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-15 04:43:11 +00:00
roc+%cs.cmu.edu
37ebb7f146 Bug 265084. Progress towards floating point nscoord: make image interfaces and libpr0n use PRInt32 instead of nscoord. r+sr=tor
git-svn-id: svn://10.0.0.236/trunk@165362 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-15 04:34:51 +00:00
roc+%cs.cmu.edu
c7c7de2c58 Bug Bug 268099. Override XUL min-size for filepicker buttons. r+sr=bzbarsky
git-svn-id: svn://10.0.0.236/trunk@165361 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-15 04:18:26 +00:00
roc+%cs.cmu.edu
4e129cd6f5 Bug 265084. Progress towards floating point nscoord: make image interfaces and libpr0n use PRInt32 instead of nscoord. r+sr=tor
git-svn-id: svn://10.0.0.236/trunk@165360 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-15 04:16:07 +00:00
scott%scott-macgregor.org
e405595e05 Bug #269564 --> Views persist for regular folders, but not for virtual folders.
Persist views for single folder virtual folders.

sr=bienvenu


git-svn-id: svn://10.0.0.236/trunk@165359 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-15 04:07:54 +00:00
despotdaemon
0296059348 Pseudo-automatic update of changes made by jongund@uiuc.edu.
git-svn-id: svn://10.0.0.236/trunk@165357 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-15 02:49:39 +00:00
timeless%mozdev.org
b3e0781e6d Bug 269472 Crash opening about:plugins[@ JS_GetPrivate][@ PL_strcmp]
Caused by the careless fix for:
Bug 265936 Memory leak in nsPluginHostImpl::ScanPluginsDirectory()
I'm backing it out. People can play with it in their tree.


git-svn-id: svn://10.0.0.236/trunk@165356 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-15 02:39:30 +00:00
timeless%mozdev.org
21b9af452d Fixing case. Accesskeys favor matched case.
r=biesi sr=bz


git-svn-id: svn://10.0.0.236/trunk@165355 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-15 02:12:30 +00:00
bienvenu%nventure.com
b1f931e172 fix 267373 sr=mscott unable to create virtual folders as sub-folders of leaf folders
git-svn-id: svn://10.0.0.236/trunk@165353 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-15 01:20:35 +00:00
bienvenu%nventure.com
6734b618e1 fix 269583 compacting folders doesn't clear expunged bytes count, sr=mscott
git-svn-id: svn://10.0.0.236/trunk@165351 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-15 01:14:13 +00:00
jshin%mailaps.org
927bec3b53 bug 234035 (part1 : xft) : freetype2 2.1.8 compile error: FTC_Image_Cache_* APIs are not available any more, r=Ervin Yan, sr=bryner
git-svn-id: svn://10.0.0.236/trunk@165350 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-15 00:05:45 +00:00
roc+%cs.cmu.edu
7f490d3aac Bug 261064. Compute static absolute positions more accurately. Also, ensure that static absolutely positioned frames are moved when their placeholders move. Also, ensure that absolutely positioned frames positioned relative to the left or bottom edge of their container move when the container size changes. r+sr=dbaron (rubberstamp)
git-svn-id: svn://10.0.0.236/trunk@165349 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-14 20:22:58 +00:00
bmlk%gmx.de
b232386286 update the block overflow area if we shorten a cell in fixed layout, bug 266868 r/sr=roc
git-svn-id: svn://10.0.0.236/trunk@165348 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-14 14:47:59 +00:00
joshmoz%gmail.com
4ff1453aa4 patch for bug 201898 - Too Easy to accidently drag Toolbar Bookmark folders. sr=pinkerton
git-svn-id: svn://10.0.0.236/trunk@165347 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-14 09:34:24 +00:00
scott%scott-macgregor.org
205820eb93 Bug #269497 --> "View" menu item is missing Toolbars sub menu label
git-svn-id: svn://10.0.0.236/trunk@165345 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-14 00:19:53 +00:00
despotdaemon
e417825b98 Pseudo-automatic update of changes made by dbaron@dbaron.org.
git-svn-id: svn://10.0.0.236/trunk@165344 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-13 23:25:37 +00:00
bienvenu%nventure.com
f3785fd516 add additional logging to diagnose 268245, sr=mscott
git-svn-id: svn://10.0.0.236/trunk@165342 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-13 18:49:05 +00:00
bienvenu%nventure.com
c432b706c2 add additional logging to diagnose 268245, sr=mscott
git-svn-id: svn://10.0.0.236/trunk@165341 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-13 18:35:59 +00:00
bienvenu%nventure.com
ab07ed2b33 checkin dbaron's fix for 267575 crash on shutdown in nsMsgDatabase destructor, r/sr=me
git-svn-id: svn://10.0.0.236/trunk@165339 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-13 16:51:56 +00:00
cbiesinger%web.de
8621022ced fixing bustage
git-svn-id: svn://10.0.0.236/trunk@165338 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-13 14:26:55 +00:00
cbiesinger%web.de
052da332e9 268177 make loadgroups behave correctly when put into other loadgroups
r=darin sr=bz


git-svn-id: svn://10.0.0.236/trunk@165337 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-13 14:02:03 +00:00
jshin%mailaps.org
d28d60d811 bug 263132 IME reconverting does not work with IME of Japanese, patch by masayuki@d-toybox.com r=Ilya Konstantinov, sr=bryner
git-svn-id: svn://10.0.0.236/trunk@165336 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-13 12:00:56 +00:00
jshin%mailaps.org
2df25b6683 bug 163572 : converted string is inserted every time space key is pressed patch by masayuki@d-toybox.com (r=pinkerton,bryner,amardare,emaijala,sfraser,roc, sr=bryner,sfraser,roc)
git-svn-id: svn://10.0.0.236/trunk@165335 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-13 11:27:09 +00:00
mrbkap%gmail.com
eef1038dfa bug 269095: crash on malformed html page that caused us to try to handle misplaced content while we were already handling misplaced content. r=jst sr=rbs
git-svn-id: svn://10.0.0.236/trunk@165334 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-13 06:37:43 +00:00
scott%scott-macgregor.org
ffcf194355 Bug #258489 --> Outgoing mail imported from Eudora shows raw HTML code
Migrating messages from the eudora sent folder / outbox...eudora doesn't mark html messages
as being HTML so we need to sniff the first line of the body looking for a <html> tag.


git-svn-id: svn://10.0.0.236/trunk@165333 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-13 05:05:18 +00:00
jocuri%softhome.net
7c7aba9fee Patch for bug 269274: Make 'Give me some help' link work on advanced query page with cookies disabled; patch by Greg Hendricks <ghendricks@novell.com>, r=vladd, a=justdave.
git-svn-id: svn://10.0.0.236/trunk@165332 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-13 01:20:11 +00:00
bryner%brianryner.com
ed13f7f537 Fix missing strings in custom setup components dialog (bug 268303). r=ajschult@verizon.net
git-svn-id: svn://10.0.0.236/trunk@165331 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-13 00:29:44 +00:00
bryner%brianryner.com
5704ab1264 Implement CloneNode() for XTF elements (bug 265933). Patch by smaug@welho.com, r=bryner, sr=jst.
git-svn-id: svn://10.0.0.236/trunk@165330 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-13 00:27:18 +00:00
bryner%brianryner.com
6f4c3c32fa Merge nsXFormsMDG and nsXFormsMDGEngine (bug 266113). Patch by allan@beaufour.dk, r=bryner.
git-svn-id: svn://10.0.0.236/trunk@165329 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-13 00:22:30 +00:00
despotdaemon
5b4afeac95 Pseudo-automatic update of changes made by knous@mozilla.org.
git-svn-id: svn://10.0.0.236/trunk@165328 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-12 23:48:55 +00:00
scott%scott-macgregor.org
73908213fc Bug #255447 --> Add RSS support to account central for thunderbird.
sr=bienvenu


git-svn-id: svn://10.0.0.236/trunk@165327 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-12 22:50:23 +00:00
cbiesinger%web.de
979b2f68a9 265333 change nsIWebBrowserStream in preparation of freezing:
- make it take nsIURI as base URI, for IDN support and correct charset handling
- use an octet array instead of string for binary data
- use ACString for the mime type
- improve documentation

r=marco sr=darin


git-svn-id: svn://10.0.0.236/trunk@165326 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-12 22:47:50 +00:00
darin%meer.net
17d66ec740 fixes bug 268284 "Support cdata-section-elements attribute on xforms <submission> element." r=bryner
git-svn-id: svn://10.0.0.236/trunk@165325 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-12 22:12:01 +00:00
cbiesinger%web.de
b63d1ed313 bug 234695 make nsGlobalHistory use PRTime instead of PRInt64 where appropriate
r=biesi sr=neil patch by Son Le <lesx99@lycos.com>


git-svn-id: svn://10.0.0.236/trunk@165324 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-12 22:03:11 +00:00
aaronleventhal%moonset.net
9faffb9ffc Bug 258514. Clicked anchor with location hash set to element id gives first child anchor focus rectangle & selection not always updated correctly. r+sr=bryner
git-svn-id: svn://10.0.0.236/trunk@165323 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-12 21:58:12 +00:00
bsmedberg%covad.net
2e8365dc8d Remove extraneous semicolon (breaks gcc3.4 and mingw) r=bustage
git-svn-id: svn://10.0.0.236/trunk@165322 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-12 21:46:49 +00:00
mostafah%oeone.com
7a5e0ccb0a Fixed typo: twoce->twice
git-svn-id: svn://10.0.0.236/trunk@165321 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-12 19:42:50 +00:00
bsmedberg%covad.net
80c1808b53 Bug 267767 - Make XPCOM memory management functions frozen exports. r=darin sr=shaver
git-svn-id: svn://10.0.0.236/trunk@165320 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-12 19:26:37 +00:00
darin%meer.net
e9003390d6 fix bustage
git-svn-id: svn://10.0.0.236/trunk@165319 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-12 19:06:19 +00:00
bienvenu%nventure.com
b5a824558d fix 269487 junk mail plugin doesn't run on filtered pop3 mail, sr=mscott
git-svn-id: svn://10.0.0.236/trunk@165317 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-12 18:59:47 +00:00
scott%scott-macgregor.org
1597fd3dea Bug #261216 --> [Mac] Missing PrintPDE.plugin
copy the mac print plugin into the packaged plugins folder


git-svn-id: svn://10.0.0.236/trunk@165316 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-12 18:51:13 +00:00
scott%scott-macgregor.org
8fb39af0ad Bug #268415 --> fix bad print behavior when printing multiple e-mails.
Back out the fix for Bug #87474.


git-svn-id: svn://10.0.0.236/trunk@165315 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-12 18:43:36 +00:00
bienvenu%nventure.com
63644dcd8e potential fix for 268245 pop3 junk mail filter move to junk stops on incoming mail, sr=mscott
git-svn-id: svn://10.0.0.236/trunk@165313 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-12 17:08:33 +00:00
timeless%mozdev.org
45c5806f56 Bug 268941 Error `tabs has no properties'' [xs] in file `chrome://communicator/content/sidebar/sidebarOverlay.js'', line 1355, character 0.
patch by bugzilla@mcsmurf.de r=caillon sr=neil


git-svn-id: svn://10.0.0.236/trunk@165312 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-12 16:48:29 +00:00
pedemont%us.ibm.com
ccb9993725 Bug 257546 - sheet support implemented incorrectly. r=peterv, sr=sfraser.
git-svn-id: svn://10.0.0.236/trunk@165311 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-12 16:42:58 +00:00
mostafah%oeone.com
60cebfbc80 Checked in patches for bug 269266:
Create/maintain Mac OS X pinstripe theme for Sunbird


git-svn-id: svn://10.0.0.236/trunk@165306 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-12 16:12:36 +00:00
mostafah%oeone.com
76754f23f0 Updated translation
git-svn-id: svn://10.0.0.236/trunk@165305 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-12 15:54:03 +00:00
mostafah%oeone.com
75c52b4a17 Brought up-to-date with recent changes to en-US
git-svn-id: svn://10.0.0.236/trunk@165304 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-12 15:52:21 +00:00
mostafah%oeone.com
154a29fd47 Checked in patch for bug 269250: Make printing use a temp file
git-svn-id: svn://10.0.0.236/trunk@165303 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-12 15:29:41 +00:00
mostafah%oeone.com
d48565deea Updated translation
git-svn-id: svn://10.0.0.236/trunk@165302 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-12 15:25:09 +00:00
mostafah%oeone.com
befc712c05 Checked in attachment 165623 for bug 231674:
Incorrect Mouse Pointer


git-svn-id: svn://10.0.0.236/trunk@165301 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-12 14:12:56 +00:00
mostafah%oeone.com
b6d82220b4 Updated translation
git-svn-id: svn://10.0.0.236/trunk@165300 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-12 14:11:36 +00:00
scott%scott-macgregor.org
205d1000b3 Bug #269304 --> more mac specific work for the address book quick search box
git-svn-id: svn://10.0.0.236/trunk@165299 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-12 08:37:02 +00:00
hpradhan%hotpop.com
3229616cdb bug 269131: reduce codesize of SOAP encoders r+sr=jst
git-svn-id: svn://10.0.0.236/trunk@165298 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-12 06:14:01 +00:00
hpradhan%hotpop.com
092404532c bug 269129 : Init schema component before using it r+sr=jst
git-svn-id: svn://10.0.0.236/trunk@165297 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-12 06:12:10 +00:00
darin%meer.net
4b89585752 marking interface UNDER_REVIEW. see bug 265513
git-svn-id: svn://10.0.0.236/trunk@165296 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-12 04:22:42 +00:00
scott%scott-macgregor.org
976462139e Bug #269304 --> convert address book quick search box to look and behave like the
mail 3 pane quick search box.


git-svn-id: svn://10.0.0.236/trunk@165295 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-12 04:09:37 +00:00
scott%scott-macgregor.org
a2b538809c Bug #269304 --> convert address book quick search box to look and behave like the
mail 3 pane quick search box.

sr=bienvenu


git-svn-id: svn://10.0.0.236/trunk@165293 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-12 03:55:54 +00:00
darin%meer.net
9f31726c01 fixes bug 226972 "The LoadURI function of nsIWebnavigation does not break the read loop when readSegments returns failure code." r=biesi sr=bz
git-svn-id: svn://10.0.0.236/trunk@165291 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-12 03:24:24 +00:00
jst%mozilla.jstenback.com
4e858c3b71 Checking in the fix for bug 265936. Fixing memory leak in nsPluginHostImpl::ScanPluginsDirectory(). Patch by brian.lu@sun.com, r+sr=jst@mozilla.org
git-svn-id: svn://10.0.0.236/trunk@165289 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-12 01:14:32 +00:00
scott%scott-macgregor.org
5b65444bce access key change
git-svn-id: svn://10.0.0.236/trunk@165288 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-12 00:06:12 +00:00
scott%scott-macgregor.org
354eea8e7d Bug #261717 --> Add a context menu to the RSS website header in the msg pane so users
can copy the website url to the clipboard. Patch originally from David Fraser.


git-svn-id: svn://10.0.0.236/trunk@165286 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-11 23:30:32 +00:00
neil%parkwaycc.co.uk
d220944b9d Install (symlink) ua.css rather than always copying it b=266930 r=bsmedberg sr=dbaron
git-svn-id: svn://10.0.0.236/trunk@165285 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-11 23:26:02 +00:00
scott%scott-macgregor.org
12ac5389a7 Bug #235369 --> Address import from Outlook ignores Notes field
Patch by David Fraser


git-svn-id: svn://10.0.0.236/trunk@165283 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-11 22:50:08 +00:00
scott%scott-macgregor.org
2aa44e5dbf Bug #256915 --> hide the help button in all of the thunderbird dialogs since we have not built in help viewer.
git-svn-id: svn://10.0.0.236/trunk@165282 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-11 22:45:20 +00:00
scott%scott-macgregor.org
055ff6228d Bug #264061 --> Tools/Options should be Edit/Preferences
fix some access key issues.


git-svn-id: svn://10.0.0.236/trunk@165280 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-11 22:00:46 +00:00
jst%mozilla.jstenback.com
4ad2aecd2d Fixing bugstage.
git-svn-id: svn://10.0.0.236/trunk@165279 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-11 20:48:45 +00:00
mostafah%oeone.com
2bf1685ed4 Checked in attachment 165595 for bug 226209:
Cleanup calendar code


git-svn-id: svn://10.0.0.236/trunk@165278 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-11 20:21:04 +00:00
mostafah%oeone.com
785a10a2d2 Checked in attachment 165335 for bug 226209:
Cleanup calendar code


git-svn-id: svn://10.0.0.236/trunk@165277 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-11 20:17:57 +00:00
jst%mozilla.jstenback.com
6e7d478a50 Fixing bug 268844. Don't force the cache to be bypassed for non-multipart requests. r=bzbarsky@mit.edu, sr=darin@meer.net
git-svn-id: svn://10.0.0.236/trunk@165274 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-11 19:44:33 +00:00
jst%mozilla.jstenback.com
690b60d4d3 Fixing bug 267269. Make nsIProcess::Run() use NSPR code for running the process if arguments are passed. r=pinkerton@aol.net, sr=bzbarsky@mit.edu
git-svn-id: svn://10.0.0.236/trunk@165273 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-11 19:42:26 +00:00
bienvenu%nventure.com
c766dcfe13 fix 268491 password_protect local cache setting had some problems with imap, sr=mscott
git-svn-id: svn://10.0.0.236/trunk@165271 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-11 19:26:51 +00:00
bienvenu%nventure.com
01989b3b79 fix 268630 mark folder read doesn't clear the new flag, sr=mscott
git-svn-id: svn://10.0.0.236/trunk@165269 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-11 19:05:54 +00:00
bienvenu%nventure.com
4ff8f14036 fix compact all folders when summary file out of date, sr=mscott 268954
git-svn-id: svn://10.0.0.236/trunk@165266 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-11 18:59:20 +00:00
bienvenu%nventure.com
edd05bbba2 fix imap filters that mark as read as well as delete, 243832 sr=mscott
git-svn-id: svn://10.0.0.236/trunk@165265 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-11 18:53:58 +00:00
mostafah%oeone.com
5ca47c0bb8 Updated translation
git-svn-id: svn://10.0.0.236/trunk@165264 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-11 18:52:39 +00:00
mostafah%oeone.com
1143775df5 Added field-label-box-class to dialogOverlay.css
Based on patch for bug 269009: Make "New Calendar..." dialog more intuitive


git-svn-id: svn://10.0.0.236/trunk@165263 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-11 18:41:39 +00:00
mostafah%oeone.com
efadfaa6e5 Checked in patch for bug 269009: Make "New Calendar..." dialog more intuitive
git-svn-id: svn://10.0.0.236/trunk@165262 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-11 18:09:44 +00:00
neil%parkwaycc.co.uk
d5b87daa16 Bug 268987 Fix User Newsgroups link to new location on mozilla.org website p=kb@allsky.de r=me
git-svn-id: svn://10.0.0.236/trunk@165261 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-11 17:58:28 +00:00
smontagu%smontagu.org
d4954c0fc8 Make layout debugger show pseudo-styles. Bug 268235, r+sr=roc.
git-svn-id: svn://10.0.0.236/trunk@165260 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-11 17:48:09 +00:00
bmlk%gmx.de
52743ec8c0 Split row groups works only for paginated media bug 268231 r/sr=bzbarsky
git-svn-id: svn://10.0.0.236/trunk@165259 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-11 17:27:38 +00:00
mostafah%oeone.com
c77b95d424 Updated translation
git-svn-id: svn://10.0.0.236/trunk@165257 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-11 15:22:33 +00:00
aaronleventhal%moonset.net
2c7eca3827 Part of bug 250269. Outline missing on some elements. r+sr=roc
git-svn-id: svn://10.0.0.236/trunk@165256 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-11 15:21:52 +00:00
mostafah%oeone.com
cb709f415a Updated translation
git-svn-id: svn://10.0.0.236/trunk@165255 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-11 15:10:51 +00:00
aaronleventhal%moonset.net
59b589b964 Bug 250269. Outlines not getting painted on buttons, radios, checkboxes, tables and table cells. r+sr=roc
git-svn-id: svn://10.0.0.236/trunk@165254 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-11 15:07:22 +00:00
jocuri%softhome.net
db1b69cf42 Patch for bug 245807: rewrite description for WORKSFORME; patch by Shane H. W. Travis <travis@sedsystems.ca>, r=vladd, a=justdave.
git-svn-id: svn://10.0.0.236/trunk@165253 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-11 15:03:51 +00:00
mostafah%oeone.com
ea3681dddc updated translation
git-svn-id: svn://10.0.0.236/trunk@165251 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-11 14:57:30 +00:00
jocuri%softhome.net
f28bbde379 Backing out patch for bug 267494 since it brokes the tinderbox builds.
git-svn-id: svn://10.0.0.236/trunk@165250 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-11 13:20:15 +00:00
jocuri%softhome.net
1a78bf7236 Patch for bug 267494 - If param(usevotes) not true, hide 'Voter' column in email preferences; patch by Shane H. W. Travis <travis@sedsystems.ca>, r=vladd, a=justdave.
git-svn-id: svn://10.0.0.236/trunk@165249 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-11 13:01:19 +00:00
jocuri%softhome.net
496d48d31e Documentation patch for bug 268613 - Update paragraph related to email prefs tab; patch by Shane H. W. Travis <travis@sedsystems.ca>, r=vladd.
git-svn-id: svn://10.0.0.236/trunk@165248 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-11 12:23:15 +00:00
bryner%brianryner.com
b3c46a1eca Only allocate and copy a string in CAttributeToken::GetStringValue if the string spans multiple buffers. Otherwise, just wrap it with a nsDependentSubstring. Bug 268932, r=bzbarsky, sr=darin.
git-svn-id: svn://10.0.0.236/trunk@165247 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-11 04:05:51 +00:00
bryner%brianryner.com
0da729e8f7 Only allocate and copy a string in CAttributeToken::GetStringValue if the string spans multiple buffers. Otherwise, just wrap it with a nsDependentSubstring. Bug 268932, r=bzbarsky, sr=darin.
git-svn-id: svn://10.0.0.236/trunk@165246 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-11 03:46:51 +00:00
mrbkap%gmail.com
2d1d00b7e3 bug 70282: view-source loses the last tag in a document if the tag is unclosed. r=rbs sr=roc
git-svn-id: svn://10.0.0.236/trunk@165245 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-11 03:41:52 +00:00
joshmoz%gmail.com
94a14c5359 better constant setup for patch for bug 171852
git-svn-id: svn://10.0.0.236/trunk@165244 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-11 00:57:51 +00:00
joshmoz%gmail.com
25c8d2a53f fix bug 171852 - cannot drop dragged bookmark between two folders on bookmarks toolbar. Also fixes issue where dropping a bookmark back in its old position sends it to the end of the list. sr=pinkerton
git-svn-id: svn://10.0.0.236/trunk@165243 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-11 00:49:35 +00:00
joshmoz%gmail.com
20a4f0ec05 add localized strings for Omniweb 5 importing (bug 258902)
git-svn-id: svn://10.0.0.236/trunk@165242 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-11 00:36:04 +00:00
joshmoz%gmail.com
a2ebbb8fec add support for importing Omniweb 5 bookmarks (bug 258902) sr=pinkerton
git-svn-id: svn://10.0.0.236/trunk@165241 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-11 00:32:33 +00:00
timeless%mozdev.org
e54792eafa Bug 265007 Crash over message without Message-ID header when collecting with POP3 [@ PL_HashString]
patch by bugzilla@mcsmurf.de r=bienvenu sr=dmose


git-svn-id: svn://10.0.0.236/trunk@165240 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-11 00:08:47 +00:00
scott%scott-macgregor.org
f65e23a9bc fix access key conflict for linux Preferences menu item.
thanks to Sairuh for pointing it out.


git-svn-id: svn://10.0.0.236/trunk@165239 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-10 23:42:22 +00:00
scott%scott-macgregor.org
c8998786f5 fix access key conflict for linux Preferences menu item.
thanks to Sairuh for pointing it out.


git-svn-id: svn://10.0.0.236/trunk@165238 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-10 23:37:21 +00:00
doronr%us.ibm.com
3805481589 Bug 267480 - XForms should use nsISchemaLoader. r/sr=darin, not part of default build.
git-svn-id: svn://10.0.0.236/trunk@165237 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-10 23:24:23 +00:00
scott%scott-macgregor.org
99e8af62bd remove bogus transparent css style rules to fix new mail notification slider
git-svn-id: svn://10.0.0.236/trunk@165236 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-10 23:23:00 +00:00
scott%scott-macgregor.org
a07df16214 Bug #264061 --> Tools/Options should be Edit/Preferences on Linux
git-svn-id: svn://10.0.0.236/trunk@165235 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-10 23:14:30 +00:00
igor%mir2.org
ef7659d950 XML no longer implements Wrapper interface. Instead getXmlObject method
is added to access the implementation. In this way all functionality
of Java API in XmlObject is available to scripts if they need it.


git-svn-id: svn://10.0.0.236/trunk@165234 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-10 23:13:04 +00:00
dmose%mozilla.org
39fac47238 Added an enumerator of all calendars on the composite as well as way to set the default calendar for addItem(). Not part of build.
git-svn-id: svn://10.0.0.236/trunk@165232 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-10 22:35:09 +00:00
vladimir%pobox.com
9a13d9df42 wrong dir location for calendar js files
git-svn-id: svn://10.0.0.236/trunk@165231 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-10 22:24:09 +00:00
cltbld
b1d4e7db91 Place language pack XPIs in platform-specific XPI directories. (cmp)
git-svn-id: svn://10.0.0.236/trunk@165230 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-10 22:19:10 +00:00
jst%mozilla.jstenback.com
78d1fa8035 Fixing bug 267249. Don't null out mPrefs in nsDocShell::Destroy() (prefs is a service). This caused a crash on the aviary branch after 172962 landed. Also remove unnecessary null check now that we know mPrefs can't be null. r=dbaron@mozilla.org, sr=brendan@mozilla.org
git-svn-id: svn://10.0.0.236/trunk@165228 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-10 22:07:17 +00:00
timeless%mozdev.org
77453f609f Bug 207309 nsMemoryImpl::Alloc of 0: 'size' in jsdValue::GetProperties
r=shaver sr=shaver


git-svn-id: svn://10.0.0.236/trunk@165227 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-10 21:58:00 +00:00
scott%scott-macgregor.org
30ef111942 Bug #262300 --> Finish implementing multiple identity UI. Add tabs for altering Copies & Folders and Composition and Addressing settings to the identity editor UI.
sr=bienvenu


git-svn-id: svn://10.0.0.236/trunk@165226 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-10 21:41:00 +00:00
smontagu%smontagu.org
7ecbc020c3 Add null check to params in nsStringBundle::GetStringFromName() and nsStringBundle::FormatStringFromName(). Bug 268832, r=jshin, sr=neil.
git-svn-id: svn://10.0.0.236/trunk@165224 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-10 21:36:38 +00:00
mostafah%oeone.com
fcb0355d94 Checked in attachment 165313 for bug 268592:
New "About Sunbird" and Mac OS X Sunbird "installer" window gfx


git-svn-id: svn://10.0.0.236/trunk@165223 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-10 21:36:34 +00:00
vladimir%pobox.com
22ea8e1e6c calendar base & providers continuing development/code dump
git-svn-id: svn://10.0.0.236/trunk@165222 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-10 21:25:38 +00:00
axel%pike.org
edc4dbe40d bug 263865, crash with nonconsecutive containers, r=bsmedberg, sr=shaver
git-svn-id: svn://10.0.0.236/trunk@165221 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-10 21:21:05 +00:00
neil%parkwaycc.co.uk
6730bf00d6 Don't createInstance the POSIXLOCALE service (followup to bug 153586) r+sr=jst
git-svn-id: svn://10.0.0.236/trunk@165220 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-10 20:38:11 +00:00
joshmoz%gmail.com
984cac00c7 add midas support to Camino (bug 197253) sr=pinkerton
git-svn-id: svn://10.0.0.236/trunk@165219 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-10 20:33:39 +00:00
scott%scott-macgregor.org
0540c179d6 Bug #267726 -->
old version of thunderbird remains in the Add New Programs control panel


git-svn-id: svn://10.0.0.236/trunk@165216 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-10 19:17:34 +00:00
tor%cs.brown.edu
d0993e942b Bug 240408 - allow SVG builds to handle SVG content in <html:embed> natively.
r=dbaron, sr=jst


git-svn-id: svn://10.0.0.236/trunk@165214 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-10 19:02:52 +00:00
pedemont%us.ibm.com
21be7c89ac Bug 204636 - window minimize support. Patch by Asaf Romano. r=jhpedemonte, sr=sfraser.
git-svn-id: svn://10.0.0.236/trunk@165213 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-10 18:57:31 +00:00
mostafah%oeone.com
8e5297cc95 Updated translation
git-svn-id: svn://10.0.0.236/trunk@165211 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-10 18:13:32 +00:00
bienvenu%nventure.com
e537247792 handle palm desktop 6.01, no bug, sr=sspitzer
git-svn-id: svn://10.0.0.236/trunk@165210 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-10 17:27:23 +00:00
pedemont%us.ibm.com
f37baac8dd Bug 237136 - fix zooming on Mac. r=peterv, sr=sfraser
git-svn-id: svn://10.0.0.236/trunk@165206 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-10 17:01:59 +00:00
bzbarsky%mit.edu
6c4d6199d7 Treat "https" the same as "http" for filename-determination purposes. Bug
263839 partial fix, patch by Phil <Time_lord@hotmail.com>, r=bzbarsky, sr=neil


git-svn-id: svn://10.0.0.236/trunk@165204 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-10 16:25:31 +00:00
mostafah%oeone.com
e9c14bf391 Checked in calendar.css from attachment 165433 for bug 264397:
Sunbird - Preferences: "General" icon is always highlighted (highlit?)


git-svn-id: svn://10.0.0.236/trunk@165202 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-10 16:20:25 +00:00
mostafah%oeone.com
688cb54951 Brought up to date with en-US version
git-svn-id: svn://10.0.0.236/trunk@165201 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-10 16:14:58 +00:00
mostafah%oeone.com
d2205cd4bb Checked in patch for bug 268666:
Inconsistent use of (s) in Sunbird and xpi menubar, inconsistent use of
unicode ellipse character


git-svn-id: svn://10.0.0.236/trunk@165198 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-10 15:03:33 +00:00
mostafah%oeone.com
0cd9ebf995 Checked in attachment 165376 for bug 253420:
no import of tasks from ical files


git-svn-id: svn://10.0.0.236/trunk@165197 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-10 14:43:36 +00:00
bugzilla%arlen.demon.co.uk
7133854ee2 Bug 191805 Installer progress meters should use the system progress meter color
p=sdwalker@myrealbox.com r=bsmedberg sr=ben@mozilla.org


git-svn-id: svn://10.0.0.236/trunk@165196 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-10 13:44:33 +00:00
jshin%mailaps.org
39a31a0d29 bug 264461 Installer windows shuffle offscreen with each step when windows taskbar located at top or left of screen patch by masayuki@d-toybox.com (r=bsmedberg,sr=dveditz)
git-svn-id: svn://10.0.0.236/trunk@165195 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-10 11:18:11 +00:00
bryner%brianryner.com
50bfc9ec48 Fix pref observer usage so that nsFormHistory notices when the user has turned off form autofill (bug 254485). r=ben.
git-svn-id: svn://10.0.0.236/trunk@165194 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-10 07:53:17 +00:00
timeless%mozdev.org
d046585f1b Bug 106386 Correct misspellings in source code
patch by ajvincent@gmail.com r=dbradley rs=brendan


git-svn-id: svn://10.0.0.236/trunk@165193 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-10 07:27:11 +00:00
scott%scott-macgregor.org
cffb27d629 Try landing the fix for infamous Bug #98564 again -->
caret overlaps the last character in textfield (if positioned after the last char)

r=smontagu
sr=sfraser

We think this patch can land again because the regression it introduced was fixed by
Bug #216101 which does a better job of clearing out caret fragments.


git-svn-id: svn://10.0.0.236/trunk@165192 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-10 07:14:08 +00:00
bryner%brianryner.com
2e41c48f48 Fix conflicting notification constant.
git-svn-id: svn://10.0.0.236/trunk@165189 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-10 05:57:30 +00:00
bienvenu%nventure.com
0d15760b57 fix 267345, deleted pop3 virtual folders keep coming back, sr=mscott, also fix proliferation of imap inbox-xx msf files, remove deleted folders from panacea.dat
git-svn-id: svn://10.0.0.236/trunk@165185 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-10 02:21:06 +00:00
bzbarsky%mit.edu
fef28d8b38 Don't try to parse the response on necko-level errors (dns failures, timeouts,
etc).  Bug 268472, r+sr=jst


git-svn-id: svn://10.0.0.236/trunk@165184 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-10 01:55:18 +00:00
dmose%mozilla.org
cd784e9e8b Many small changes in response to comments and discussion. Not part of build.
git-svn-id: svn://10.0.0.236/trunk@165183 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-09 23:59:41 +00:00
bryner%brianryner.com
7a9eae88bc Add a beginAddingChildren notification to XTF (bug 268691). r+sr=jst
git-svn-id: svn://10.0.0.236/trunk@165182 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-09 23:59:24 +00:00
julien.pierre.bugs%sun.com
177e23c29b Fix bugzilla 268521 - C_CloseSession getting called after C_CloseAllSessions . r=relyea, nelsonb
git-svn-id: svn://10.0.0.236/trunk@165181 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-09 23:19:24 +00:00
bienvenu%nventure.com
98c265a311 fix 268681 crassh on exit after opening stand-alone msg window, sr=mscott
git-svn-id: svn://10.0.0.236/trunk@165178 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-09 22:13:36 +00:00
mvl%exedo.nl
7b06d6e03b Sunbird - Preferences: "General" icon is always highlighted
Also include general css cleanup
bug 264397,  patch by Matthew Willis, r=mvl


git-svn-id: svn://10.0.0.236/trunk@165176 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-09 20:56:05 +00:00
mostafah%oeone.com
095f2f77b7 Checked in patch 165084 for bug 173562:
Need to import Outlook CSV exported data


git-svn-id: svn://10.0.0.236/trunk@165171 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-09 20:32:34 +00:00
mvl%exedo.nl
2e23dc031f Make throbber do anything when refreshing remote calendars
bug 268602, patch by Matthew Willis, r=mvl


git-svn-id: svn://10.0.0.236/trunk@165170 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-09 20:17:36 +00:00
mvl%exedo.nl
0206bb5734 Need button and periodic interval for refreshing/publishing a calendar
bug 207381, patch by Matthew Willis, image by Mark Carson, r=mvl


git-svn-id: svn://10.0.0.236/trunk@165169 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-09 19:55:53 +00:00
bienvenu%nventure.com
0641ee3d9f forgot this part of fix for 268025, notification when msg is loaded, sr=sspitzer
git-svn-id: svn://10.0.0.236/trunk@165167 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-09 19:36:51 +00:00
darin%meer.net
1946f08d6a fixes bug 268480 "###!!! ASSERTION: cannot set user:pass on no-auth url: 'Error', file r:/mozilla/netwerk/base/src/nsStandardURL.cpp, line 1121" r+sr=bzbarsky
git-svn-id: svn://10.0.0.236/trunk@165166 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-09 19:23:34 +00:00
tor%cs.brown.edu
b5ae075b44 Bug 103294 - improve parsing of SVG stroke-dasharray property. r+sr=bz
git-svn-id: svn://10.0.0.236/trunk@165164 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-09 18:19:28 +00:00
bienvenu%nventure.com
0777a7eb81 fix multiple pop3 servers biffing at the same time with the global inbox, sr=mscott 268080
git-svn-id: svn://10.0.0.236/trunk@165162 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-09 16:03:55 +00:00
mostafah%oeone.com
4c7a7a2a3e Checked in patch 164873 for bug 266919:it-IT localization changes
git-svn-id: svn://10.0.0.236/trunk@165159 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-09 14:14:56 +00:00
mostafah%oeone.com
e896b4cc2f Updated translation
git-svn-id: svn://10.0.0.236/trunk@165158 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-09 13:58:33 +00:00
despotdaemon
5d3a2cc318 Pseudo-automatic update of changes made by dbaron@dbaron.org.
git-svn-id: svn://10.0.0.236/trunk@165156 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-09 09:04:52 +00:00
wchang0222%aol.com
fb5560d01a Bugzilla bug 93206: allow $(CC) to contain multiple words. coreconf itself
doesn't set CC to be multiple words, but higher-level modules such as PSM
may pass CC to NSS on the gmake command line and $(CC) may contain multiple
words.  r=cls,jpierre.


git-svn-id: svn://10.0.0.236/trunk@165154 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-09 06:24:18 +00:00
wchang0222%aol.com
53fa50ce06 Bugzilla bug 248435: declare the exported functions CERT_DecodeGeneralName
and CERT_EncodeGeneralName in the public header cert.h.  r=jpierre.
Modified Files: cert.h genname.h xconst.c


git-svn-id: svn://10.0.0.236/trunk@165153 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-09 06:13:32 +00:00
wchang0222%aol.com
35150c2f9d Bugscape bug 57238: implemented CMCCertId, OtherMsg, and TaggedContentInfo
for CMC.  The patch is contributed by Christine Ho of AOL. r=wtc.
Added Files: CMCCertId.java OtherMsg.java TaggedContentInfo.java


git-svn-id: svn://10.0.0.236/trunk@165152 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-09 06:01:15 +00:00
bzbarsky%mit.edu
3fe01bdf16 Don't set the displayDirectory to null, since some of our picker impls crash if
you do that.  Bug 267406, patch by Phil <Time_lord@hotmail.com>, r=bzbarsky,
sr=neil


git-svn-id: svn://10.0.0.236/trunk@165151 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-09 05:14:42 +00:00
timeless%mozdev.org
ebf3af2dc7 Bug 265084 Need to deal with integer overflows in reflow
r=bz sr=bz


git-svn-id: svn://10.0.0.236/trunk@165150 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-09 04:57:57 +00:00
scott%scott-macgregor.org
bef3aca0ee Bug #260561 --> RSS feeds don't get added if URL contains trailing whitespace
git-svn-id: svn://10.0.0.236/trunk@165149 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-09 04:44:39 +00:00
scott%scott-macgregor.org
bf2c6f83df Bug #268495 --> junk mail dialog polish, move account picker above tabs
to make it more clear.

sr=bienvenu


git-svn-id: svn://10.0.0.236/trunk@165146 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-09 00:57:02 +00:00
neil%parkwaycc.co.uk
749c908401 Bug 263737 Trying to uncollapse message pane throws unnecessary exception when no message needs to be loaded r+sr=bienvenu
git-svn-id: svn://10.0.0.236/trunk@165145 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-09 00:33:55 +00:00
scott%scott-macgregor.org
ec193b0b36 Bug #231742 --> Identity smart logic is case sensitive. lower case identity e-mail addresses before comparing
them to the identity hint.


git-svn-id: svn://10.0.0.236/trunk@165144 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-09 00:20:52 +00:00
myk%mozilla.org
30543a8206 Fix for bug 251068: cssification of index.cgi; Patch by Vitaly Harisov; r=myk,kiko; a=myk for 2.20
git-svn-id: svn://10.0.0.236/trunk@165143 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-09 00:16:58 +00:00
scott%scott-macgregor.org
8dee09e794 Bug #258489 --> Outgoing mail imported from Eudora shows raw HTML code
Migrating messages from the eudora sent folder / outbox...eudora doesn't mark html messages
as being HTML so we need to sniff the first line of the body looking for a <html> tag.

sr=bienvenu


git-svn-id: svn://10.0.0.236/trunk@165142 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-08 23:28:33 +00:00
scott%scott-macgregor.org
271c81a2c0 Bug #268034 --> Mail imported from Mozilla 1.x dumps messages in wrong mailboxes
when migrating mozilla profiles with multiple servers with the same host name, we should make
sure our hostname based diretory is unique.

sr=bienvenu


git-svn-id: svn://10.0.0.236/trunk@165141 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-08 23:18:18 +00:00
vladimir%pobox.com
84b35e3890 attribute helpers for calendar
git-svn-id: svn://10.0.0.236/trunk@165140 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-08 22:39:17 +00:00
mvl%exedo.nl
c70641b118 some changes I forgot for bug 228745
git-svn-id: svn://10.0.0.236/trunk@165139 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-08 22:17:36 +00:00
darin%meer.net
2bdd225d62 fixes bug 268107 "mailnews allows cookies, despite the pref" r=mvl sr=bienvenu
git-svn-id: svn://10.0.0.236/trunk@165138 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-08 22:15:30 +00:00
mvl%exedo.nl
4bd2f9d6fe auto-publish when deleting multiple events
bug 228745, patch by lilmatt, r=mvl


git-svn-id: svn://10.0.0.236/trunk@165137 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-08 22:11:43 +00:00
mostafah%oeone.com
15158716d2 Removed duplicate "modal" option
git-svn-id: svn://10.0.0.236/trunk@165135 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-08 21:33:35 +00:00
aaronleventhal%moonset.net
9d778926c4 Bug 267190. [MSAA] Fire events for jump to named anchor. r=pkwarren, sr=bryner
git-svn-id: svn://10.0.0.236/trunk@165134 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-08 21:07:50 +00:00
cltbld
224568e180 Convert Firefox's EULA to DOS line endings during packaging to fix bug
268242. (cmp)


git-svn-id: svn://10.0.0.236/trunk@165133 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-08 20:30:52 +00:00
cltbld
72482bb8eb Convert mail/LICENSE.txt to DOS line endings during packaging to fix bug
268242. (cmp)


git-svn-id: svn://10.0.0.236/trunk@165132 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-08 20:28:34 +00:00
mostafah%oeone.com
95d3b9d890 Checked in patches for bug 268110:tr-TR localization changes (Turkish)
git-svn-id: svn://10.0.0.236/trunk@165130 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-08 20:28:00 +00:00
despotdaemon
11a6c2bcda Pseudo-automatic update of changes made by myk@mozilla.org.
git-svn-id: svn://10.0.0.236/trunk@165129 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-08 19:25:55 +00:00
mostafah%oeone.com
bd6ba5bba1 Removing obsolete files
git-svn-id: svn://10.0.0.236/trunk@165128 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-08 18:39:34 +00:00
joshmoz%gmail.com
2b38f6ece7 clean up nastily constructed method - follow-up for bug 245710 sr=pinkerton
git-svn-id: svn://10.0.0.236/trunk@165127 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-08 18:39:04 +00:00
mvl%exedo.nl
84eb877e8d use utf8 strings instead of ascii for path names
bug 164600, r=mostafah


git-svn-id: svn://10.0.0.236/trunk@165126 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-08 18:23:03 +00:00
dmose%mozilla.org
8e4c7e313f More whitespace cleanup (not part of build).
git-svn-id: svn://10.0.0.236/trunk@165125 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-08 18:11:49 +00:00
dmose%mozilla.org
230e790ed1 Whitespace and comment cleanups (not part of build).
git-svn-id: svn://10.0.0.236/trunk@165124 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-08 18:09:56 +00:00
mostafah%oeone.com
2e3361612b Updated translation
git-svn-id: svn://10.0.0.236/trunk@165123 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-08 17:39:47 +00:00
mostafah%oeone.com
eb0a8d06eb Checked in patch for bug 268237:ca-AD localization changes (Catalan)
git-svn-id: svn://10.0.0.236/trunk@165122 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-08 17:19:10 +00:00
mostafah%oeone.com
37135c192b Checked in attachment 164979 for bug 253420:
no import of tasks from ical files


git-svn-id: svn://10.0.0.236/trunk@165121 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-08 17:12:24 +00:00
mostafah%oeone.com
2589248637 Checked in patch for bug 268123:'New' is out of order in some locales' calendar.properties
git-svn-id: svn://10.0.0.236/trunk@165120 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-08 17:02:05 +00:00
mostafah%oeone.com
c4114b77b6 Checked in patch for bug 243821:
Context clicking on a day in the calendar mini view should not show it in the main view


git-svn-id: svn://10.0.0.236/trunk@165119 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-08 16:41:49 +00:00
mostafah%oeone.com
3b9f5c57a3 Checked in attachment 164772 for bug 264397:
Sunbird - Preferences: "General" icon is always highlighted (highlit?)


git-svn-id: svn://10.0.0.236/trunk@165118 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-08 16:38:55 +00:00
mostafah%oeone.com
c50f94fa20 Checked in first part of patch 164774 for bug 264397:
Sunbird - Preferences: "General" icon is always highlighted (highlit?)


git-svn-id: svn://10.0.0.236/trunk@165117 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-08 16:35:25 +00:00
darin%meer.net
39d9ccecea removing additional instances of deprecated nsServiceManager:: methods, bug 219400
git-svn-id: svn://10.0.0.236/trunk@165116 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-08 16:33:11 +00:00
mostafah%oeone.com
0065c6e374 Updated translation
git-svn-id: svn://10.0.0.236/trunk@165115 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-08 16:27:22 +00:00
mvl%exedo.nl
77c832a4e1 Add a general way of blocking/allowing content based on nsIContentPolicy and nsIPermissionManager
Not enabled yet.
bug 240070, r=dwitte, sr=darin


git-svn-id: svn://10.0.0.236/trunk@165114 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-08 15:37:32 +00:00
timeless%mozdev.org
4e7a10715c Bug 267169 "Home" button should open home page in new tab if middle-clicked
r=neil sr=jag


git-svn-id: svn://10.0.0.236/trunk@165112 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-08 06:45:57 +00:00
darin%meer.net
c7f88fd682 attempt to fix otaku bustage
git-svn-id: svn://10.0.0.236/trunk@165111 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-08 06:39:59 +00:00
bsmedberg%covad.net
45ea285eeb Mixed-case typo caused build bustage.
git-svn-id: svn://10.0.0.236/trunk@165110 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-08 05:29:47 +00:00
jshin%mailaps.org
dca984e4fa bug 268219 NS_CopyNativeToUnicode/NS_CopyUnicodeToNative on Mac OS X should use CopyUTF8toUTF16/CopyUTF16toUTF8, r=ccarlen sr=darin
git-svn-id: svn://10.0.0.236/trunk@165109 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-08 05:20:05 +00:00
bsmedberg%covad.net
5880ac8d9d Forgot a review nit from darin (bug 267455)
git-svn-id: svn://10.0.0.236/trunk@165108 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-08 05:06:46 +00:00
bsmedberg%covad.net
730318ef9b Bug 267455 - toolkit-only follow from app-startup (237745) - for mac re-launch code r=darin
git-svn-id: svn://10.0.0.236/trunk@165107 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-08 05:00:27 +00:00
darin%meer.net
242508da3c fixes bug 268264 "nsISSLSocketControl interface not scriptable" r=biesi
git-svn-id: svn://10.0.0.236/trunk@165106 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-08 03:13:21 +00:00
aaronleventhal%moonset.net
d8d3d08f64 Fixing bustage
git-svn-id: svn://10.0.0.236/trunk@165105 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-08 03:01:54 +00:00
wchang0222%aol.com
009e14e1f4 Bugzilla bug 249782: make NSPR compile with Microsoft Visual Studio 2005.
The -DEBUGTYPE flag is no longer supported. Since -DEBUGTYPE:CV is the
default, we simply delete it.  We added support for VC 5.0 (MSC_VER=1100)
back.  The patch is contributed by Stephen Walker <sdwalker@myrealbox.com>.
r=wtc.
Modified Files:
	configure configure.in config/rules.mk
	lib/msgc/tests/Makefile.in
	lib/prstreams/tests/testprstrm/Makefile.in
	lib/tests/Makefile.in lib/tests/windows/makefile
	pr/src/cplus/tests/Makefile.in pr/src/misc/Makefile.in
	tools/Makefile.in


git-svn-id: svn://10.0.0.236/trunk@165104 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-08 02:52:56 +00:00
darin%meer.net
e31b3a34d6 fixing bustage
git-svn-id: svn://10.0.0.236/trunk@165101 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-08 02:43:19 +00:00
aaronleventhal%moonset.net
9ded3baee5 bug 267188. Rest of patch for XUL tab fix to expose positional information in MSAA. r=pkwarren, sr=Henry.Jia
git-svn-id: svn://10.0.0.236/trunk@165100 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-08 02:37:14 +00:00
aaronleventhal%moonset.net
287d6c5698 Bug 267387. Fix event_scrolling_end so it still gets fired after first document. r=pkwarren, sr=Henry.Jia
git-svn-id: svn://10.0.0.236/trunk@165099 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-08 02:29:47 +00:00
aaronleventhal%moonset.net
aff824418c bug 267188. Make XUL tabs expose positional info in MSAA. r=pkwarren, sr=Henry.Jia
git-svn-id: svn://10.0.0.236/trunk@165098 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-08 02:28:12 +00:00
bugreport%peshkin.net
c51c990ac2 Bug 257344: Remove exit from error handlers when non-interactive
r=glob,justdave
a=justdave


git-svn-id: svn://10.0.0.236/trunk@165097 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-08 02:25:59 +00:00
aaronleventhal%moonset.net
e6f3598223 Bug 266603. Crash when quickly alt+tabbing between Mozilla and HPR. r=pkwarren, sr=Henry.Jia
git-svn-id: svn://10.0.0.236/trunk@165096 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-08 02:21:49 +00:00
joshmoz%gmail.com
d8a89002ad fix typo in constant usage from patch for bug 204237 - this error causes buttons to incorrectly theme fairly often
git-svn-id: svn://10.0.0.236/trunk@165095 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-08 01:59:14 +00:00
cbiesinger%web.de
43da851396 fixing more build bustage
git-svn-id: svn://10.0.0.236/trunk@165094 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-08 01:27:35 +00:00
cbiesinger%web.de
c793d14a59 fixing build bustage
git-svn-id: svn://10.0.0.236/trunk@165093 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-08 01:14:56 +00:00
jocuri%softhome.net
14279c58c6 Fixing documentation tree build which was broken by commiting the patch on bug 266461.
git-svn-id: svn://10.0.0.236/trunk@165092 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-08 00:57:14 +00:00
jocuri%softhome.net
f06ed1d97b Documentation patch: clean-up identation after commiting patch for bug 198020: Bugzilla Guide contains no admin docs for flags.
git-svn-id: svn://10.0.0.236/trunk@165091 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-08 00:21:27 +00:00
jocuri%softhome.net
d748d4cb3a Fixing documentation tree build which was broken by commiting the patch on bug 266461.
git-svn-id: svn://10.0.0.236/trunk@165090 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-08 00:19:01 +00:00
darin%meer.net
3d52b0860b fixes bug 219400 "remove callers of nsServiceManager:: methods" r=bsmedberg
git-svn-id: svn://10.0.0.236/trunk@165089 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-07 23:59:35 +00:00
jocuri%softhome.net
00224b05c0 Documentation patch for bug 266461: Document minimum requirements for ft_min_word_len MySQL parameter; patch by Shane H. W. Travis <travis@sedsystems.ca> modified by me.
git-svn-id: svn://10.0.0.236/trunk@165088 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-07 23:55:05 +00:00
vladimir%pobox.com
5d2e6f3e77 in-memory and mozStorage calICalendar providers initial checkin
git-svn-id: svn://10.0.0.236/trunk@165087 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-07 23:48:13 +00:00
silver%warwickcompsoc.co.uk
edf1507326 Bug 262037 - Don't try to use plugin.prefs when dealing with old-style plugins.
ChatZilla only.
r=silver@warwickcompsoc.co.uk (James Ross)
p=samuel@sieb.net (Samuel Sieb)


git-svn-id: svn://10.0.0.236/trunk@165086 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-07 22:45:16 +00:00
cbiesinger%web.de
5fa93cc0c6 fixing off-by-one error, r+sr=darin
git-svn-id: svn://10.0.0.236/trunk@165085 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-07 21:24:20 +00:00
bryner%brianryner.com
2405dc20ef Various speedups for nsStandardURL creation (bug 268200). r+sr=darin
git-svn-id: svn://10.0.0.236/trunk@165084 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-07 20:43:38 +00:00
edburns%acm.org
cedb5aa9fa This check-in fixes a long standing problem of not being able to use any
keyboard controls on the embedded browser.  Next step is to re-activate
the keyboard listener features.

M webclient/src_moz/EmbedProgress.cpp

- call TopLevelFocusIn to make sure we get the input focus

M webclient/src_moz/NativeBrowserControl.cpp
M webclient/src_moz/NativeBrowserControl.h

- copy TopLevelFocus{In,Out}() from EmbedPrivate.


git-svn-id: svn://10.0.0.236/trunk@165083 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-07 15:29:10 +00:00
bryner%brianryner.com
1ab6c4beb7 Add a shared base class for elements that derive from nsIXTFXMLVisual. r=darin.
git-svn-id: svn://10.0.0.236/trunk@165082 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-07 08:54:32 +00:00
bryner%brianryner.com
53ec84bc9f Attempt to fix a shutdown crash; don't refresh when we're removed from the document.
git-svn-id: svn://10.0.0.236/trunk@165081 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-07 08:28:40 +00:00
jshin%mailaps.org
74f778e521 bug 267475 Clicking links to JPEG file with Chinese name download the file instead of displaying it in browser r=cbie, sr=bz
git-svn-id: svn://10.0.0.236/trunk@165080 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-07 02:22:55 +00:00
steffen.wilberg%web.de
58223b28f3 Bug 256111: customize toolbar bottom items partly covered by horizontal scrollbar if size is not wide enough. p=twanno@lycos.nl, r=ben
git-svn-id: svn://10.0.0.236/trunk@165078 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-07 00:36:21 +00:00
bryner%brianryner.com
323dc54966 fix mis-merge (bug 205974)
git-svn-id: svn://10.0.0.236/trunk@165076 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-07 00:34:37 +00:00
bryner%brianryner.com
88908c69f7 Package PrintPDE plugin on Mac (bug 205974). Patch by harunaga@depublic.com, r=ccarlen.
git-svn-id: svn://10.0.0.236/trunk@165074 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-07 00:32:24 +00:00
bienvenu%nventure.com
44c5def198 fix 268025 notification when msg is loaded, sr=sspitzer
git-svn-id: svn://10.0.0.236/trunk@165072 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-06 23:42:39 +00:00
kjh-5727%comcast.net
711f742f9c Bug 267823 - nsWindow.cpp contains ONWORKSPACE instead of nsWindow::ONWORKSPACE - BeOS-only. Patch by Niels.Reedijk@gmail.com, r=sergei_d.
git-svn-id: svn://10.0.0.236/trunk@165069 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-06 21:42:01 +00:00
neil%parkwaycc.co.uk
5f4fd13c2b Replace use of [buttonover] and [buttondown] styles with hierarchical :hover and :active p=gautheri@noos.fr r=me sr=bienvenu
git-svn-id: svn://10.0.0.236/trunk@165068 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-06 20:52:10 +00:00
despotdaemon
8c9a47d0e6 Pseudo-automatic update of changes made by cbeard@mozilla.org.
git-svn-id: svn://10.0.0.236/trunk@165066 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-06 20:04:13 +00:00
kjh-5727%comcast.net
de882f428d Bug 248737 - Thunderbird prefs.js mentions "browser". Patch by Stephen Walker (sdwalker@myrealbox.com), r/sr=brendan.
git-svn-id: svn://10.0.0.236/trunk@165065 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-06 19:59:07 +00:00
cbiesinger%web.de
e0ec056ab2 bug 267079 don't use EqualsIgnoreCase for a string not containing characters;
and replace the deprecated .Mid with StringTail. r=bzbarsky sr=darin


git-svn-id: svn://10.0.0.236/trunk@165064 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-06 17:28:22 +00:00
cbiesinger%web.de
0075101906 Bug 267814 remove unused files from mozilla/config r=bsmedberg
git-svn-id: svn://10.0.0.236/trunk@165063 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-06 17:24:17 +00:00
bmlk%gmx.de
b64976fe0b send user/pref specified password if specified instead of default password for anonymous ftp, bug 266835 p= Frank Wein, r=biesi, sr=darin"
git-svn-id: svn://10.0.0.236/trunk@165062 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-06 16:57:10 +00:00
mvl%exedo.nl
8b29207afe Basic support for colors per category.
bug 171657, r=mostafah


git-svn-id: svn://10.0.0.236/trunk@165060 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-06 13:20:41 +00:00
dbaron%dbaron.org
f6296b1cc9 Null-check for unreproducable topcrash. b=267804 r+sr=jst
git-svn-id: svn://10.0.0.236/trunk@165057 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-06 07:59:46 +00:00
bmlk%gmx.de
d17e10572f during pseudo frame creation pseudo colgroup frames should not taken into account when analyzing the pseudostackframe depth, bug 266015 r=me sr=bzbarsky
git-svn-id: svn://10.0.0.236/trunk@165055 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-06 07:07:43 +00:00
darin%meer.net
31397754be fixes bug 267532 "Excessive calls to IsDBCSLeadByte from net_CoalesceDirs?" r=andreas.otte sr=bryner
git-svn-id: svn://10.0.0.236/trunk@165050 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-06 01:55:49 +00:00
darin%meer.net
68ab503918 fixes bug 267263, r=cneberg sr=dveditz
git-svn-id: svn://10.0.0.236/trunk@165049 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-06 01:35:01 +00:00
darin%meer.net
27bb057764 trivial fix for bug 268033 "crash when <bind> has an empty nodeset attribute"
git-svn-id: svn://10.0.0.236/trunk@165048 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-06 01:28:41 +00:00
cltbld
d8ea58e44a Ensure we copy contents of upload_directory, not upload_directory itself.
(cmp)


git-svn-id: svn://10.0.0.236/trunk@165047 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-06 01:28:00 +00:00
wchang0222%aol.com
372bdd1e57 Bugzilla bug 240784: removed the temporary workaround added in rev. 1.55.
git-svn-id: svn://10.0.0.236/trunk@165046 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-06 00:17:20 +00:00
wchang0222%aol.com
a2992fd2c9 Bugzilla bug 265219: go to errorExit on DosStartSession failure. r=mkaply.
git-svn-id: svn://10.0.0.236/trunk@165045 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-05 23:22:37 +00:00
cltbld
99abeb11e8 Make the main log file flush its output on every write. (cmp)
git-svn-id: svn://10.0.0.236/trunk@165043 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-05 23:17:39 +00:00
brendan%mozilla.org
ad1b8e7c08 Home sp before all OBJ_* call-outs (267797, r=shaver).
git-svn-id: svn://10.0.0.236/trunk@165042 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-05 23:16:37 +00:00
cltbld
72c49f61e2 Add capability to selectively push release files to dated and latest
directories. (cmp)


git-svn-id: svn://10.0.0.236/trunk@165040 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-05 23:00:07 +00:00
bryner%brianryner.com
e9cafd14ac Fix problem where backspacing to an exact match would not show the autocomplete popup (bug 257154). r=jst.
git-svn-id: svn://10.0.0.236/trunk@165039 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-05 22:09:02 +00:00
cltbld
5be1cd07f9 Remove unused pretty name links for right now. (cmp)
git-svn-id: svn://10.0.0.236/trunk@165038 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-05 21:44:36 +00:00
mostafah%oeone.com
72b2354f38 Bumping up version for new build
git-svn-id: svn://10.0.0.236/trunk@165036 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-05 21:16:36 +00:00
mostafah%oeone.com
668f29bc8d Bumped up version for next build
git-svn-id: svn://10.0.0.236/trunk@165035 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-05 21:15:21 +00:00
mostafah%oeone.com
3bf664b986 Checked in attachment 164745 for bug 226209:Cleanup calendar code
git-svn-id: svn://10.0.0.236/trunk@165034 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-05 21:11:51 +00:00
mostafah%oeone.com
bdfbbb730f Moved aboutDialog.xul to sunbird/base/content
Moved content/sunbird.png to sunbird/base/content/about-sunbird.png


git-svn-id: svn://10.0.0.236/trunk@165033 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-05 21:00:58 +00:00
mostafah%oeone.com
fe62136b8f Checked in patch 164009 for bug 248399: Update Sunbird classic theme
(with some tweaks)


git-svn-id: svn://10.0.0.236/trunk@165032 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-05 20:58:00 +00:00
neil%parkwaycc.co.uk
c6b5e22879 Removing lines duplicated by previous checkin sr=bienvenu
git-svn-id: svn://10.0.0.236/trunk@165031 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-05 20:55:37 +00:00
mostafah%oeone.com
9652402562 Checked in attachment 162553,162902 and 162903 for bug 248399:
Update Sunbird classic theme


git-svn-id: svn://10.0.0.236/trunk@165027 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-05 20:02:30 +00:00
mostafah%oeone.com
0ffff72b21 Checked in patch 157778 for bug 248399:Update Sunbird classic theme
git-svn-id: svn://10.0.0.236/trunk@165026 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-05 19:39:23 +00:00
mostafah%oeone.com
f9cf21c335 Added Throbber images for bug 248399: Update Sunbird classic theme
git-svn-id: svn://10.0.0.236/trunk@165025 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-05 19:34:44 +00:00
mostafah%oeone.com
f18ffb572f Checked in patch for bug 267476:
New Event, ToDo, Print, Wizard dialogs all can't be moved on Mac OS X


git-svn-id: svn://10.0.0.236/trunk@165024 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-05 19:02:01 +00:00
mostafah%oeone.com
424f6d78fb Checked in patch 164753 for bug 199779:Make minical useful
git-svn-id: svn://10.0.0.236/trunk@165023 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-05 18:50:32 +00:00
mostafah%oeone.com
b2b402e31f Removed duplicate entry
git-svn-id: svn://10.0.0.236/trunk@165022 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-05 18:48:11 +00:00
timeless%mozdev.org
e37d5c4172 Bug 222639 Can't choose 'Size' column in Search Messages
patch by mark@standard8.demon.co.uk r=neil sr=bienvenu


git-svn-id: svn://10.0.0.236/trunk@165021 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-05 18:10:01 +00:00
timeless%mozdev.org
a827e14d8e Bug 74714 don't hardcode "KB"/"MB" in MailNews
patch by mark@standard8.demon.co.uk r=neil sr=bienvenu


git-svn-id: svn://10.0.0.236/trunk@165020 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-05 18:08:34 +00:00
bugzilla%arlen.demon.co.uk
c980621750 Bug 267879 .rdf files cleanup and fixes
p=giacomo.magnini@portalis.it r=neil.parkwaycc.co.uk


git-svn-id: svn://10.0.0.236/trunk@165019 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-05 17:17:39 +00:00
timeless%mozdev.org
8eef869750 Bug 261339 Setting capability.policy.default.Window.top to noAccess seems to crash mozilla
r=caillon sr=dveditz


git-svn-id: svn://10.0.0.236/trunk@165018 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-05 16:54:09 +00:00
steffen.wilberg%web.de
2a36d22c88 Bug 267913: right-click on Mac is ctrl+click, not cmd(accel)+click.
git-svn-id: svn://10.0.0.236/trunk@165017 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-05 16:50:54 +00:00
steffen.wilberg%web.de
44d3a1a0be Bug 253008: Set network.proxy.share_proxy_settings if IE has a single proxy set up. p=mconnor, r=vlad, sr=darin
git-svn-id: svn://10.0.0.236/trunk@165014 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-05 16:18:21 +00:00
mostafah%oeone.com
733c340421 Checked in patch for bug 199779: Make minical useful
git-svn-id: svn://10.0.0.236/trunk@165012 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-05 15:57:44 +00:00
timeless%mozdev.org
5546241967 Bug 267311 netscape.security.PrivilegeManager.enablePrivilege("UniversalXPConnect") in a XBL constructor make mozilla crash. [@ JS_FrameIterator]
r=jst sr=bz


git-svn-id: svn://10.0.0.236/trunk@165011 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-05 15:39:58 +00:00
bzbarsky%mit.edu
a40b8e783a Make setting an event handler to null remove it. Bug 267005, r+sr=jst
git-svn-id: svn://10.0.0.236/trunk@165010 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-05 15:28:17 +00:00
timeless%mozdev.org
f437907894 Bug 267311 netscape.security.PrivilegeManager.enablePrivilege("UniversalXPConnect") in a XBL constructor make mozilla crash. [@ JS_FrameIterator]
r=dveditz sr=jst


git-svn-id: svn://10.0.0.236/trunk@165009 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-05 15:25:04 +00:00
timeless%mozdev.org
a976f09723 Bug 265652 Possible code cleanup of nsNSSCertificateDB and nsPKCS12Blob
r=biesi sr=darin


git-svn-id: svn://10.0.0.236/trunk@165008 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-05 15:23:35 +00:00
alex%croczilla.com
666ff65eb4 Bug 263464: Reduce XTF QI roundtrips by consolidating 'AggregatesInterface()' and 'NS_NewXTFInterfaceAggregator()'. r=bryner. Affects XTF-enabled builds only.
git-svn-id: svn://10.0.0.236/trunk@165007 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-05 15:18:21 +00:00
timeless%mozdev.org
c481be0360 Bug 265286 remove unused idl, nsIAbSyncDriver.idl
patch by mikael@parknert.se r=neil sr=bienvenu


git-svn-id: svn://10.0.0.236/trunk@165006 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-05 15:15:51 +00:00
timeless%mozdev.org
465d4f2945 Bug 258642 Unused functions [PRUni]charPtrArrayTo[C]StringArray & [C]StringArrayTo[PRUni]charPtrArray
patch by mikael@parknert.se r=neil sr=bienvenu


git-svn-id: svn://10.0.0.236/trunk@165005 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-05 15:13:32 +00:00
roc+%cs.cmu.edu
a4d530281c Bug 243726. Fix up child-covering calculations. r+sr=bzbarsky
git-svn-id: svn://10.0.0.236/trunk@165003 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-05 13:59:33 +00:00
steffen.wilberg%web.de
bac5e64aec Bug 180628: page setup dialog takes RTL where it shouldn't. suggested by linxspider@yahoo.com, p=bugs.mano@mail-central.com, r=mconnor
git-svn-id: svn://10.0.0.236/trunk@165002 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-05 11:29:45 +00:00
timeless%mozdev.org
25b15fde15 xpconnect wrapped class - message: nsIModule is not defined
file: file:///R:/mozilla/all-i586-pc-msvc/dist/bin/components/nsComposerCmdLineHandler.js
code: S6
line: 1243160 col: 0 flags: 65553
runtime bustage
r=glazou


git-svn-id: svn://10.0.0.236/trunk@165000 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-05 10:04:13 +00:00
jocuri%softhome.net
59ebe6ab48 Fixing documentation build tree, broken by the check in of bug 198020; rename the name of the flags section so it doesn't collide with already existing section.
git-svn-id: svn://10.0.0.236/trunk@164999 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-05 09:30:29 +00:00
jocuri%softhome.net
7d8e8ed441 Patch for bug 262182: editing a buglist from a tabular report shouldn't go to a wrong page; patch by Gervase Markham <gerv@mozilla.org>; r=rsiklos, a=justdave.
git-svn-id: svn://10.0.0.236/trunk@164998 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-05 09:22:37 +00:00
jocuri%softhome.net
9db886a900 Documentation patch for bug 198020: provide admin docs for flags; patch by Shane H. W. Travis <travis@sedsystems.ca>; r=myk.
git-svn-id: svn://10.0.0.236/trunk@164997 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-05 09:10:36 +00:00
jocuri%softhome.net
8610d5bf4e Patch for bug 267774: Remove unused variable in process_bug.cgi; patch by Frédéric Buclin <LpSolit@netscape.net>; r=kiko, a=justdave.
git-svn-id: svn://10.0.0.236/trunk@164995 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-05 08:58:03 +00:00
jocuri%softhome.net
ed821ea05a Patch for bug 267543: Checksetup.pl should contain proper spacing in my$sth... statement; r=justdave, a=justdave.
git-svn-id: svn://10.0.0.236/trunk@164993 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-05 08:53:36 +00:00
jst%mozilla.jstenback.com
902a5809c5 Fixing bug 267854. Make sure parser data listeners get all the data that comes in from necko, no matter what the current parser context is. r=bzbarsky@mit.edu, sr=brendan@mozilla.org
git-svn-id: svn://10.0.0.236/trunk@164986 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-05 06:50:27 +00:00
joshmoz%gmail.com
53de2343f6 update nib files to 10.2+ format, done to make future modifications easier, get rid of future incompatability issues, memory usage improvements (objects are keyed), possible performance improvements, no bug
git-svn-id: svn://10.0.0.236/trunk@164985 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-05 06:48:42 +00:00
edburns%acm.org
9c96164a95 This change-bundle fixes the long standing problem where you couldn't
run webclient at the same time mozilla was running.  It does this by
introducing a new startup command, which must be called before the first
call to BrowserControlFactory.setAppData(), like this:

	BrowserControlFactory.setProfile(startupProfile);
	BrowserControlFactory.setAppData(getBrowserBinDir());

This will cause the startupProfile to be created (if necessary) and used
as webclient's mozilla profile.  If not specified, a "webclient" profile
is created and used.  This profile sticks around on your system.

SECTION: CHANGES

M classes_spec/org/mozilla/webclient/BrowserControlFactory.java
M classes_spec/org/mozilla/webclient/WebclientFactory.java
M classes_spec/org/mozilla/webclient/impl/WebclientFactoryImpl.java

- add setProfile().

M classes_spec/org/mozilla/webclient/impl/WrapperFactory.java
M classes_spec/org/mozilla/webclient/impl/wrapper_native/WrapperFactoryImpl.java

- add setProfile() and getProfile().

M classes_spec/org/mozilla/webclient/impl/wrapper_native/ProfileManagerImpl.java

- pass the wrapperFactory's profile property to the nativeStartup().

M src_moz/ProfileManagerImpl.cpp

- logic to implement above changes

M test/automated/src/classes/org/mozilla/webclient/ProfileManagerTest.java

- test that the startupProfile feature works.


git-svn-id: svn://10.0.0.236/trunk@164983 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-05 06:40:27 +00:00
dmose%mozilla.org
98020d2cc3 Fix MinGW linkage (not part of build)
git-svn-id: svn://10.0.0.236/trunk@164982 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-05 06:10:34 +00:00
dmose%mozilla.org
8036757ef4 Fixes, comments, a new interface, and some reordering (not part of the build)
git-svn-id: svn://10.0.0.236/trunk@164981 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-05 06:09:24 +00:00
timeless%mozdev.org
a5aed1c6db Bug 207333 Fix nsIWin32LocaleImpl
r=smontagu sr=dbaron


git-svn-id: svn://10.0.0.236/trunk@164980 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-05 05:47:20 +00:00
wchang0222%aol.com
652861347d Removed a useless makefile rule.
git-svn-id: svn://10.0.0.236/trunk@164975 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-05 02:46:09 +00:00
wchang0222%aol.com
193bed2b08 Removed a comment and the commented-out code it described.
git-svn-id: svn://10.0.0.236/trunk@164974 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-05 02:42:21 +00:00
wchang0222%aol.com
cdef4dc252 Combined two lines into one.
git-svn-id: svn://10.0.0.236/trunk@164973 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-05 02:38:30 +00:00
wchang0222%aol.com
3c11bc556c Although we do use the native compilers by default on most platforms, it
is more correct to say "default compiler" than "native compiler" here.


git-svn-id: svn://10.0.0.236/trunk@164972 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-05 02:37:42 +00:00
wchang0222%aol.com
dc28bf3bd7 ALL_TRASH should be defined with = rather than := because some of its
constituents (e.g., TARGETS) may be redefined after coreconf/config.mk has
been included (e.g., in a local config.mk file).  We do not want to expand
these constituents right when ALL_TRASH is defined.


git-svn-id: svn://10.0.0.236/trunk@164971 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-05 02:35:43 +00:00
wchang0222%aol.com
b967ccabe2 Bugzilla bug 261794: cvs removed obsolete .cvsignore files that contain
only files that have since been checked into CVS.  r=gerv.
Removed Files: ckfw/.cvsignore pki1/.cvsignore


git-svn-id: svn://10.0.0.236/trunk@164969 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-05 02:28:40 +00:00
bryner%brianryner.com
18c764373d Action module implementation (bug 263008). Patch by smaug@welho.com, r=bryner
git-svn-id: svn://10.0.0.236/trunk@164968 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-05 02:15:01 +00:00
wchang0222%aol.com
bbe14e59a9 Use the $< variable in the rule to build a program from a single object.
git-svn-id: svn://10.0.0.236/trunk@164967 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-05 01:45:49 +00:00
bienvenu%nventure.com
ad7978b75c fix a bunch of outlook import problems, including attachments from outlook 2003, html parts, long file names, etc sr=mscott 199298 218588235159 240756
git-svn-id: svn://10.0.0.236/trunk@164965 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-05 01:05:54 +00:00
joshmoz%gmail.com
bb76d56555 don't fire an onchange event when selecting the same option that is already selected in a menu (bug 239275) r=joshmoz sr=bryner
git-svn-id: svn://10.0.0.236/trunk@164963 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-05 00:56:57 +00:00
mostafah%oeone.com
b1ac272c1b Checked in patch for bug 263832:
F1 key for Day View clashes with Help key in Windows


git-svn-id: svn://10.0.0.236/trunk@164962 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-04 23:54:02 +00:00
bryner%brianryner.com
ad55f23ab3 XForms output element implementation. Patch by allan@beaufour.dk, r=bryner, bug 267300.
git-svn-id: svn://10.0.0.236/trunk@164961 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-04 23:53:01 +00:00
cltbld
b5994cb306 *** empty log message ***
git-svn-id: svn://10.0.0.236/trunk@164960 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-04 23:51:11 +00:00
steffen.wilberg%web.de
f2d6c59c13 Bug 263962: Document more Mac-only menu stuff. r=jeff
git-svn-id: svn://10.0.0.236/trunk@164959 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-04 23:40:20 +00:00
bryner%brianryner.com
0d6e7de030 Factor out GetNodeValue and SetNodeValue. r=darin.
git-svn-id: svn://10.0.0.236/trunk@164957 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-04 23:26:39 +00:00
jocuri%softhome.net
0ce14e38cf Patch for bug 266955: Only display interdiff options if we have other_patches; patch by Christian Reis <kiko@async.com.br>; r=myk, a=myk.
git-svn-id: svn://10.0.0.236/trunk@164956 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-04 23:16:59 +00:00
pete%mozdevgroup.com
76184231c4 Javascript function window.print() always uses Letter as page size
b=156992
r=bsmedberg
sr=neil
--pete


git-svn-id: svn://10.0.0.236/trunk@164949 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-04 22:40:02 +00:00
joshmoz%gmail.com
1ddfacb525 add support for wallet.crypto.autocompleteoverride hidden pref (bug 247919) sr=pinkerton
git-svn-id: svn://10.0.0.236/trunk@164946 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-04 22:15:24 +00:00
wchang0222%aol.com
ed25cf8955 Bugzilla bug 265219: added support for redirecting stdin/stdout of a child
process. The patch is contributed by Davide Bresolin <davide@teamos2.it>.
r=mkaply,wtc.


git-svn-id: svn://10.0.0.236/trunk@164944 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-04 21:49:41 +00:00
joshmoz%gmail.com
e13896dc78 disabled form elements don't have aqua appearance (bug 204237) r=josh sr=bryner
git-svn-id: svn://10.0.0.236/trunk@164943 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-04 21:36:12 +00:00
joshmoz%gmail.com
6a65497157 remove still-compiled classic code from print ui (bug 267763) r+sr=darin
git-svn-id: svn://10.0.0.236/trunk@164942 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-04 21:26:34 +00:00
joshmoz%gmail.com
bf3525a87c localize cookie editor yes/no values (bug 262780)
git-svn-id: svn://10.0.0.236/trunk@164941 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-04 21:23:48 +00:00
mostafah%oeone.com
9167cc870d Updated translation
git-svn-id: svn://10.0.0.236/trunk@164940 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-04 21:22:00 +00:00
bryner%brianryner.com
9b53aec801 comment fixes and cleanups. bug 266098, patch by allan@beaufour.dk, r=bryner
git-svn-id: svn://10.0.0.236/trunk@164939 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-04 21:12:22 +00:00
bryner%brianryner.com
42e3971c7c Reduce string allocation/copying when the charset is UTF-* (bug 267611). r=darin.
git-svn-id: svn://10.0.0.236/trunk@164938 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-04 20:53:24 +00:00
scott%scott-macgregor.org
585f78b608 Bug #267601 --> wrong icon displayed for rss posts when "grouped by sort" is selected
Call nsMsgDBView::Open from our grouped view to make sure everything gets initialized properly.

sr=bienvenu


git-svn-id: svn://10.0.0.236/trunk@164937 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-04 20:04:13 +00:00
scott%scott-macgregor.org
fc1f3476cc Bug #267405 --> file/ quit and file / exit platform consistency.
git-svn-id: svn://10.0.0.236/trunk@164936 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-04 19:59:54 +00:00
psychoticwolf%carolina.rr.com
2b11f4cc22 Fix the huge white and bluespaces in the layout.
git-svn-id: svn://10.0.0.236/trunk@164933 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-04 19:19:39 +00:00
psychoticwolf%carolina.rr.com
fde3bdb808 Add Form Keys to Forms, patch by Chris Thomas, r=Wolf. Fix Preview Manager to have a max-size limit on images. Fix category manager to stop ignoring the app variable and showing all items.
git-svn-id: svn://10.0.0.236/trunk@164932 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-04 19:13:03 +00:00
ere%atp.fi
40aa53b22f Fix for bug 228399: background-color is mishandled when -moz-opacity is less than 1.0
r+sr=roc


git-svn-id: svn://10.0.0.236/trunk@164931 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-04 19:08:31 +00:00
bzbarsky%mit.edu
69eb75b943 Fix parent frame determination for tables so that positioned tables end up with
the placeholder in the right place.  Bug 266850, r=mats.palmgren, sr=roc


git-svn-id: svn://10.0.0.236/trunk@164930 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-04 18:53:05 +00:00
scott%scott-macgregor.org
0a63a191b9 Bug #266471 --> custom view setup dialog isn't tall enough.
git-svn-id: svn://10.0.0.236/trunk@164929 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-04 18:52:29 +00:00
darin%meer.net
c9a82dabc8 additional patch for bug 267539 "miscellaneous xforms submission bugs" r=bryner
git-svn-id: svn://10.0.0.236/trunk@164928 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-04 18:31:19 +00:00
mostafah%oeone.com
6bcbe07e8b Updated translation
git-svn-id: svn://10.0.0.236/trunk@164927 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-04 17:39:22 +00:00
dmose%mozilla.org
71f1dfe2e1 Changed nsISupports to nsIVariant for ease of JS use (not part of the build).
git-svn-id: svn://10.0.0.236/trunk@164926 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-04 17:33:39 +00:00
mostafah%oeone.com
90264cf83c Updating about version.
Updating name of OEone to Axentra


git-svn-id: svn://10.0.0.236/trunk@164925 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-04 17:00:14 +00:00
dmose%mozilla.org
d63ff17795 Fixed various errors (not part of the build).
git-svn-id: svn://10.0.0.236/trunk@164924 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-04 16:52:36 +00:00
wchang0222%aol.com
5aac66bfb6 Define the macro 'verbose' as -1 to turn all all zlib trace messages in
debug builds.  This is to be consistent with our modifications to the old
zlib (Bugzilla bug 131826).


git-svn-id: svn://10.0.0.236/trunk@164922 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-04 16:23:19 +00:00
mostafah%oeone.com
9d64e580ca Bumped up version from 0.8+ to 0.8.1+
Bumped up supported firefox version to 1.0+
Bumped up supported thunderbird version to 1.0+


git-svn-id: svn://10.0.0.236/trunk@164919 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-04 16:05:52 +00:00
joshmoz%gmail.com
097e7f568f don't try to open bookmark separators as bookmarks when opening a bm folder (bug 267590) sr=pinkerton
git-svn-id: svn://10.0.0.236/trunk@164918 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-04 16:05:43 +00:00
wchang0222%aol.com
dbc25e4172 Need to pass $(CFLAGS) to $(MKPROG) when building a program from a single
object file.  This rule should be similar to the rule for building
$(PROGRAM).


git-svn-id: svn://10.0.0.236/trunk@164916 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-04 15:55:05 +00:00
neil%parkwaycc.co.uk
cac6323ab4 Bug 267302 Views should be created by the view manager r+sr=roc
git-svn-id: svn://10.0.0.236/trunk@164915 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-04 15:36:49 +00:00
neil%parkwaycc.co.uk
18c53f2f32 Bug 267302 Views should be created by the view manager r+sr=roc
git-svn-id: svn://10.0.0.236/trunk@164914 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-04 15:06:50 +00:00
mostafah%oeone.com
0419316e3e Checked in patch for bug 212076:
Everytime I open my calendar I get alarms for past events


git-svn-id: svn://10.0.0.236/trunk@164912 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-04 14:31:53 +00:00
neil%parkwaycc.co.uk
e3f594fd69 Fix crash caused by destroying active popup menu b=266822 r+sr=roc
git-svn-id: svn://10.0.0.236/trunk@164911 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-04 14:11:06 +00:00
jocuri%softhome.net
365082fada Documentation patch for bug 257692: link directly to the final URL for the developer's guide; patch by Shane H. W. Travis <travis@sedsystems.ca>; r=vladd.
git-svn-id: svn://10.0.0.236/trunk@164910 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-04 12:59:03 +00:00
jocuri%softhome.net
56bbc22c9d Documentation patch for bug 247441: rephrase section 3.9 regarding access control on secure bugs; patch by Shane H. W. Travis <travis@sedsystems.ca>; r=vladd.
git-svn-id: svn://10.0.0.236/trunk@164909 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-04 12:51:32 +00:00
dmose%mozilla.org
c7ec74fe41 Updated as per IRC discussions.
git-svn-id: svn://10.0.0.236/trunk@164908 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-04 08:30:16 +00:00
joshmoz%gmail.com
80732f711a change hyatt's email address (bug 223576)
git-svn-id: svn://10.0.0.236/trunk@164907 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-04 07:06:38 +00:00
wchang0222%aol.com
353803dd72 Removed the definition of 'errno' as a global variable for WinCE. Our
WinCE port implements 'errno' as thread local storage.


git-svn-id: svn://10.0.0.236/trunk@164906 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-04 06:14:23 +00:00
wchang0222%aol.com
e2409a4c5c The test programs $(PROGRAMS) need to be added to TARGETS, otherwise
they won't get built and the libs target will fail trying to install them.


git-svn-id: svn://10.0.0.236/trunk@164905 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-04 06:09:24 +00:00
darin%meer.net
30b0a61317 fixes bug 234620 "Unknown random SEGV/seg fault/core dumps/crashes, only thing on is Mail/IMAP" r=dbaron sr=bienvenu
git-svn-id: svn://10.0.0.236/trunk@164904 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-04 02:34:11 +00:00
brendan%mozilla.org
0d3f6e9a04 Skip deleted/misidentified properties in js_obj_toSource (233483, patch from shaver+timeless, r=me).
git-svn-id: svn://10.0.0.236/trunk@164901 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-04 01:52:28 +00:00
jst%mozilla.jstenback.com
7a8739ba1a Fixing bug 265456. Prevent code in a hidden tab from stealing focus. r+sr=bryner@brianryner.com
git-svn-id: svn://10.0.0.236/trunk@164900 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-04 01:36:18 +00:00
jst%mozilla.jstenback.com
b5969880ad Fixing bug 265055. Prevent textarea.select() in a hidden tab from stealing focus(). r+sr=bryner@brianryner.com
git-svn-id: svn://10.0.0.236/trunk@164899 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-04 01:32:40 +00:00
jst%mozilla.jstenback.com
a574b91ce2 Landing followup workaround for bug 124750. Prevent input.select() from focusing elements in hidden tabs. r+sr=bryner@brianryner.com
git-svn-id: svn://10.0.0.236/trunk@164898 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-04 01:25:11 +00:00
jst%mozilla.jstenback.com
07dafd46f3 Landing workaround for bug 124750. Don't let DOM calls focus elements in hidden tabs. r+sr=bryner@brianryner.com
git-svn-id: svn://10.0.0.236/trunk@164897 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-04 01:24:05 +00:00
bienvenu%nventure.com
41de6dc146 fix 265301 remove unused code, patch by mikael@parknert.se, r=me, sr=neil
git-svn-id: svn://10.0.0.236/trunk@164895 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-04 00:41:18 +00:00
bryner%brianryner.com
a22efb7f93 Make classes inherit from nsXFormsStubElement where applicable. r=darin
git-svn-id: svn://10.0.0.236/trunk@164894 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-04 00:24:40 +00:00
darin%meer.net
c1bed1edb4 fixes bug 267539 "miscellaneous xforms submission bugs" r=bryner
git-svn-id: svn://10.0.0.236/trunk@164892 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-03 23:40:39 +00:00
despotdaemon
f816f9466d Pseudo-automatic update of changes made by knous@mozilla.org.
git-svn-id: svn://10.0.0.236/trunk@164891 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-03 23:32:08 +00:00
pkw%us.ibm.com
20a8e50a55 Bug 267498 - Dialogs cutting off content
Patch contributed by Stephen Walker <sdwalker@myrealbox.com>
r/sr=roc@ocallahan.org


git-svn-id: svn://10.0.0.236/trunk@164890 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-03 23:31:17 +00:00
pkw%us.ibm.com
e5ad70371a Bug 265165 - XUL elements not displayed at all with 3px splitter
Checking in xul.css change for toolkit to match earlier SeaMonkey checkin.
Patch contributed by Stephen Walker <sdwalker@myrealbox.com>.
r/sr=roc@ocallahan.org


git-svn-id: svn://10.0.0.236/trunk@164889 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-03 23:20:20 +00:00
timeless%mozdev.org
53ee1075db Bug 262853 "Filter out these authors" should be "Only show changes by these authors"
patch by bugzilla@mcsmurf.de r=timeless


git-svn-id: svn://10.0.0.236/trunk@164888 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-03 23:20:16 +00:00
bugzilla%arlen.demon.co.uk
622d5a21c8 Bug 267379 ###!!! ASSERTION: nsIDOMChromeWindow::SetTitle is deprecated, use nsIDOMNSDocument instead: 'Error',
p=gandalf@firefox.pl r/sr=neil.parkwaycc.co.uk


git-svn-id: svn://10.0.0.236/trunk@164887 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-03 23:08:54 +00:00
brendan%mozilla.org
61eb757bad Toggle JSFRAME_ASSIGNING around setter call from inc/dec ops (267216, r=shaver).
git-svn-id: svn://10.0.0.236/trunk@164886 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-03 22:54:50 +00:00
darin%meer.net
e9c3ee8aae backing out part of my patch for bug 267367 that broke mailnews auth prompting
git-svn-id: svn://10.0.0.236/trunk@164885 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-03 22:15:48 +00:00
mostafah%oeone.com
9c88399c13 Updated translation
git-svn-id: svn://10.0.0.236/trunk@164884 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-03 21:55:47 +00:00
vladimir%pobox.com
627688def6 interface updates
git-svn-id: svn://10.0.0.236/trunk@164882 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-03 21:48:23 +00:00
vladimir%pobox.com
f27134d2bc update to itembase
git-svn-id: svn://10.0.0.236/trunk@164881 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-03 21:48:00 +00:00
vladimir%pobox.com
079332cab8 event/todo impls
git-svn-id: svn://10.0.0.236/trunk@164880 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-03 21:47:42 +00:00
pkw%us.ibm.com
f5598b1686 Bug 267511 - tons of assertions from bug 204784 fix.
r+sr=bzbarsky@mit.edu


git-svn-id: svn://10.0.0.236/trunk@164879 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-03 21:28:40 +00:00
jst%mozilla.jstenback.com
253fd3f895 Adding @status FROZEN to this header (bug 265334).
git-svn-id: svn://10.0.0.236/trunk@164878 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-03 21:18:50 +00:00
bryner%brianryner.com
b17a54f274 Reduce string copying from nsGenericHTMLElement::GetHrefURIForAnchors (bug 267506). r+sr=jst.
git-svn-id: svn://10.0.0.236/trunk@164872 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-03 19:44:59 +00:00
jst%mozilla.jstenback.com
dad99a0cc9 Fixing bug 265680. Don't enable cared mode from untrusted events. r+sr=mscott@mozilla.org
git-svn-id: svn://10.0.0.236/trunk@164871 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-03 19:35:51 +00:00
timeless%mozdev.org
37b0d05d8a Bug 262853 "Filter out these authors" should be "Only show changes by these authors"
patch by bugzilla@mcsmurf.de r=timeless


git-svn-id: svn://10.0.0.236/trunk@164870 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-03 19:31:18 +00:00
bmlk%gmx.de
8a92edfd4d change protocoll from http to https for bugzilla links to avoid redirects bug 267228, p=frank wein r/sr=neil
git-svn-id: svn://10.0.0.236/trunk@164869 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-03 19:24:04 +00:00
mostafah%oeone.com
5f63384ed7 Checked in attachment 164406 for bug 261709:
Launch Wizard launches XML parsing error instead


git-svn-id: svn://10.0.0.236/trunk@164867 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-03 19:11:32 +00:00
vladimir%pobox.com
288b65e94f first calIDateTime interface
git-svn-id: svn://10.0.0.236/trunk@164866 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-03 19:10:49 +00:00
mostafah%oeone.com
994b323607 Fixed: Warning: assignment to undeclared variable i
git-svn-id: svn://10.0.0.236/trunk@164865 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-03 18:59:57 +00:00
mostafah%oeone.com
7c5baa57c3 Fixed:Warning: assignment to undeclared variable i
git-svn-id: svn://10.0.0.236/trunk@164864 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-03 18:58:12 +00:00
bienvenu%nventure.com
c3232a3e44 fix 267483 regression in clearing of new flag when mail is filtered into pop3 folder, sr=mscott
git-svn-id: svn://10.0.0.236/trunk@164862 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-03 17:17:37 +00:00
jst%mozilla.jstenback.com
ff0997f080 Fixing bug 262887. Make dialogs opened through the DOM make the opening tab the current tab. r=ben@mozilla.org, dveditz@cruzio.com, sr=bryner@brianryner.com
git-svn-id: svn://10.0.0.236/trunk@164861 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-03 17:06:21 +00:00
mostafah%oeone.com
13e453974c Fixed bug 267365:correct spelling, wrong homonym in preferences "overwritten"
git-svn-id: svn://10.0.0.236/trunk@164860 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-03 17:05:55 +00:00
bienvenu%nventure.com
3be95513ab fix 267483 regression in clearing of new flag when mail is filtered into pop3 folder, sr=mscott
git-svn-id: svn://10.0.0.236/trunk@164859 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-03 16:36:33 +00:00
bzbarsky%mit.edu
f53f98f7f3 Create an api for easily converting between the coordinate systems of two
frames or two views.  Use this to fix the auto-positioning of abs pos boxes to
work no matter how their containing block and the block their placeholder lives
in are related, and convert various other callers to the new API.  Bug 266968,
r+sr=roc


git-svn-id: svn://10.0.0.236/trunk@164857 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-03 16:16:57 +00:00
steffen.wilberg%web.de
fb9a00759f Bug 111484: Hide/Show platform-specific references in help files; fix for mail_help and nav_help. p=stefan_h@hem.utfors.se, r=bugzilla@arlen.demon.co.uk
git-svn-id: svn://10.0.0.236/trunk@164856 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-03 16:09:35 +00:00
bzbarsky%mit.edu
0574798230 Invalidate the screen position cache on scroll so popups come up in the right
places.  Bug 64902, r+sr=roc


git-svn-id: svn://10.0.0.236/trunk@164855 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-03 15:51:59 +00:00
bzbarsky%mit.edu
52e1c648d9 Make it possible to disable checkloaduri on a per-site basis instead of
disabling it globally.  Bug 233108, r=caillon, sr=jst


git-svn-id: svn://10.0.0.236/trunk@164854 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-03 15:45:52 +00:00
mostafah%oeone.com
ab6f0fc525 Updated translation
git-svn-id: svn://10.0.0.236/trunk@164853 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-03 15:38:19 +00:00
pinkerton%aol.net
87da2f84df remove blurb about prebinding on 10.3 since we no longer do it
git-svn-id: svn://10.0.0.236/trunk@164852 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-03 15:06:28 +00:00
mostafah%oeone.com
88811a252c Checked in attachment 164225 for bug 226209: Cleanup calendar code
git-svn-id: svn://10.0.0.236/trunk@164850 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-03 15:01:30 +00:00
pinkerton%aol.net
ea9a111315 allow a user-defined searchURLList (bug 250386)
git-svn-id: svn://10.0.0.236/trunk@164849 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-03 14:58:04 +00:00
pinkerton%aol.net
4df8a44545 "add separator" button shouldn't be enabled unless bookmark menu is the
displayed container (bug 266356)


git-svn-id: svn://10.0.0.236/trunk@164848 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-03 14:40:37 +00:00
mkaply%us.ibm.com
c6b50e0dd6 #267237
r=pedemonte, sr=blizzard (platform specific), a=mkaply
OS/2 only - limit length of titlebar text to overcome OS bug


git-svn-id: svn://10.0.0.236/trunk@164847 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-03 13:58:02 +00:00
roc+%cs.cmu.edu
19a2b66c2e relanding fix for bug 265165 because it wasn't the source of Tp/Tdhtml regression
git-svn-id: svn://10.0.0.236/trunk@164846 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-03 12:20:13 +00:00
axel%pike.org
45ea8925d3 fix crasher in serializing RDF/XML, missed a break; bug 267050, r=bsmedberg, sr=darin
git-svn-id: svn://10.0.0.236/trunk@164845 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-03 10:46:27 +00:00
ginn.chen%sun.com
2c1552a01c bug 265194 Mozilla can't play wav file correctly on solaris sparc
patch maker:leon.sha@sun.com r=bryner sr=darin


git-svn-id: svn://10.0.0.236/trunk@164844 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-03 09:13:04 +00:00
darin%meer.net
7b30970d7c fixes bug 267367 "image loading from chrome results in auth prompts if src is protected" r=biesi sr=jst
git-svn-id: svn://10.0.0.236/trunk@164841 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-03 07:52:27 +00:00
roc+%cs.cmu.edu
ec2ad1f9ce Backing out fix for bug 265165 to see if it's the source of Tp/Tdhtml regression
git-svn-id: svn://10.0.0.236/trunk@164839 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-03 06:11:34 +00:00
scott%scott-macgregor.org
f7265bb1ea add chase and granrose to the credits list
git-svn-id: svn://10.0.0.236/trunk@164838 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-03 06:08:03 +00:00
scott%scott-macgregor.org
d84514255b Bug #267231 --> dragging a virtual folder in an imap account to another folder fails as we try to unsubscribe/subscribe the virtual folder instead of just moving the summary file.
sr=bienvenu


git-svn-id: svn://10.0.0.236/trunk@164837 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-03 05:45:28 +00:00
cltbld
6bf5a2581b Automated update from host egg
git-svn-id: svn://10.0.0.236/trunk@164836 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-03 04:53:23 +00:00
tor%cs.brown.edu
bb0cd3a80c Bug 248644 - upgrade zlib to 1.2.2. r=tor
git-svn-id: svn://10.0.0.236/trunk@164835 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-03 04:47:39 +00:00
roc+%cs.cmu.edu
7b870efc5b Fix bustage.
git-svn-id: svn://10.0.0.236/trunk@164831 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-03 03:02:02 +00:00
roc+%cs.cmu.edu
8fb537acb7 Bug 266890. Remove nsListboxScrollPortFrame by moving its functionality into nsListBoxFrame. Part of an ongoing effort to remove nsScrollboxFrame and its subclasses. r+sr=bryner
git-svn-id: svn://10.0.0.236/trunk@164830 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-03 02:52:16 +00:00
roc+%cs.cmu.edu
1b3e093147 Bug 265084. Lay the groundwork for nscoord being a float, by introducing nsIntRect/Point/Size/Margin and wrapper functions for doing tricky nscoord operations. r+sr=bzbarsky
git-svn-id: svn://10.0.0.236/trunk@164829 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-03 02:48:04 +00:00
roc+%cs.cmu.edu
cbb6297ddd Bug 243726. Make Invalidate/UpdateView *much* cheaper by delaying propagating damage over the widget tree until EndUpdateViewBatch. Also adds SimplifyInward/SimplifyOutward methods to nsRegion to avoid region complexity getting out of hand and killing our performance. r=Dainis_Jonitis,bzbarsky, sr=bzbarsky
git-svn-id: svn://10.0.0.236/trunk@164828 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-03 02:37:21 +00:00
roc+%cs.cmu.edu
e8b4aca144 Bug 265165. For XUL elements, min-size should trump max-size not the other way around, according to CSS. But make it possible to set min-size to zero by setting it to 0% --- ugly hack until we get a better box-model spec. r+sr=bzbarsky
git-svn-id: svn://10.0.0.236/trunk@164827 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-03 02:32:00 +00:00
bienvenu%nventure.com
6b040044e0 fix updating of grouped view when new headers come in, 267282 sr=mscott
git-svn-id: svn://10.0.0.236/trunk@164826 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-03 02:28:29 +00:00
wchang0222%aol.com
64729a201f Added makefile rules to build the test programs (example and minigzip) and
the test target to run the tests.
Modified Files: Makefile config.mk manifest.mn


git-svn-id: svn://10.0.0.236/trunk@164825 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-03 02:17:04 +00:00
shaver%mozilla.org
fc546dd372 Implement MoveTo and CopyTo. (NPOTB)
git-svn-id: svn://10.0.0.236/trunk@164821 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-03 00:16:53 +00:00
wchang0222%aol.com
cb7d312f4e Bugzilla bug 131826: upgraded to zlib 1.2.2. a=relyea,jpierre.
Modified Files:
	README adler32.c compress.c config.mk crc32.c deflate.c
	deflate.h example.c gzio.c inffast.c inffast.h inffixed.h
	inflate.c inftrees.c inftrees.h manifest.mn minigzip.c trees.c
	uncompr.c zconf.h zlib.h zutil.c zutil.h
Added Files:
	crc32.h infback.c inflate.h
Removed Files:
	infblock.c infblock.h infcodes.c infcodes.h infutil.c
	infutil.h makefile.win maketree.c netscape_mods.doc zip16.def


git-svn-id: svn://10.0.0.236/trunk@164818 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-02 23:40:10 +00:00
jocuri%softhome.net
f2dc657979 Patch for bug 266142: Make bug listing display optimal for viewing; patch by Steve Wardell <okapi@codeboy.net>, r=kiko, a=myk.
git-svn-id: svn://10.0.0.236/trunk@164813 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-02 23:10:28 +00:00
jocuri%softhome.net
5043377dd9 Patch for bug 265679: requests error complaining about lack of group membership should not contain wrong spelled &bnsp; patch by Frédéric Buclin <LpSolit@netscape.net>; r=vladd, a=justdave.
git-svn-id: svn://10.0.0.236/trunk@164812 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-02 23:04:37 +00:00
jocuri%softhome.net
9d1ec8d20e Patch for bug 212017: Should be able to change a bug if it has a flag requested that is no longer requestable; patch by Frédéric Buclin <LpSolit@netscape.net>; r=myk, vladd, a=myk.
git-svn-id: svn://10.0.0.236/trunk@164810 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-02 22:59:40 +00:00
jocuri%softhome.net
03bfe65e06 Patch for bug 251596: make show.html template use customized body attribute; patch by Marc Schumann <wurblzap@gmail.com>; r=kiko, a=justdave.
git-svn-id: svn://10.0.0.236/trunk@164808 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-02 22:50:10 +00:00
jocuri%softhome.net
73e7acb961 Patch for bug 258355: remove 1x1.gif and use CSS instead in order to create suitable spacing; patch by Frédéric Buclin <LpSolit@netscape.net>; r=kiko, a=justdave.
git-svn-id: svn://10.0.0.236/trunk@164807 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-02 22:39:51 +00:00
jocuri%softhome.net
01a7d81c69 Patch for bug 265011: Add missing <td> and </td> tags in query.cgi; patch by Frédéric Buclin <LpSolit@netscape.net>; r=kiko, a=justdave.
git-svn-id: svn://10.0.0.236/trunk@164806 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-02 22:27:06 +00:00
scott%scott-macgregor.org
85556d799a Bug #267377 -->js error when selecting Save Search as a Folder when Quicksearch is empty
we should be disabling the save as search folder item from the drop down if there is no valid quick search text.

sr=bienvenu


git-svn-id: svn://10.0.0.236/trunk@164805 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-02 22:17:35 +00:00
shaver%mozilla.org
54dc7ce4f3 fix dumb prototype/impl mismatch (npotb)
git-svn-id: svn://10.0.0.236/trunk@164803 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-02 21:44:51 +00:00
dmose%mozilla.org
af4ab53d96 Very preliminary first cut at calICalendar interface (not part of the build)
git-svn-id: svn://10.0.0.236/trunk@164802 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-02 21:44:45 +00:00
pinkerton%aol.net
2763e30cb6 remove checkout error temp file to avoid infinite error reporting
git-svn-id: svn://10.0.0.236/trunk@164801 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-02 21:44:40 +00:00
mostafah%oeone.com
cb3c80f4ff Checked in attachment 164223 for bug 226209:Cleanup calendar code
git-svn-id: svn://10.0.0.236/trunk@164799 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-02 20:39:21 +00:00
mostafah%oeone.com
7446feccd2 Checked in attachment 164221 for bug 264077:
Sunbird menus use control as modifier rather than accel


git-svn-id: svn://10.0.0.236/trunk@164797 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-02 20:17:09 +00:00
jst%mozilla.jstenback.com
bbbde81598 Fixing bug 265334. Adding API for embedders etc to listen to data fed to the parser from the network. r=darin@meer.net, sr=brendan@mozilla.org
git-svn-id: svn://10.0.0.236/trunk@164795 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-02 19:52:32 +00:00
mostafah%oeone.com
cc6e892758 Checked in patch for bug 267088:
Calendar fails loading nsJSSupportsUtils.js and nsJSComponentManager.js --
both are moved to "obsolete" in toolkit


git-svn-id: svn://10.0.0.236/trunk@164794 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-02 19:44:29 +00:00
mostafah%oeone.com
aad0d74311 Checked in attachment 164299 for bug 253420:
no import of tasks from ical files


git-svn-id: svn://10.0.0.236/trunk@164793 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-02 19:39:58 +00:00
mostafah%oeone.com
170532634d Checked in patches for bug 253420:
no import of tasks from ical files


git-svn-id: svn://10.0.0.236/trunk@164792 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-02 19:35:16 +00:00
dmose%mozilla.org
48eb531ebc Added Makefile.in so we can compile (not part of the default build)
git-svn-id: svn://10.0.0.236/trunk@164790 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-02 19:29:47 +00:00
dmose%mozilla.org
e2db285054 Changes to make xpidl compile this interface
git-svn-id: svn://10.0.0.236/trunk@164789 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-02 19:26:42 +00:00
mostafah%oeone.com
94618bc443 Checked in patch for bug 267027:
All Views (Day/Week/Multiweek/Month) are too wide in many localizations


git-svn-id: svn://10.0.0.236/trunk@164784 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-02 17:11:39 +00:00
mostafah%oeone.com
99f03b90c0 Fixing incorrect commenting caused by previous check-in
git-svn-id: svn://10.0.0.236/trunk@164783 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-02 17:07:42 +00:00
mostafah%oeone.com
d9494c398d Checked in patch for bug 266903: de-AT localization changes
git-svn-id: svn://10.0.0.236/trunk@164781 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-02 16:46:22 +00:00
mostafah%oeone.com
30dce6fc3e Commented out "wizard" menu option which is not being used at the moment.
(Based on patch for bug 261709: Launch Wizard launches XML parsing error instead )


git-svn-id: svn://10.0.0.236/trunk@164780 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-02 16:26:29 +00:00
mostafah%oeone.com
bdf28c5948 Checked in attachment #164032 for bug 207381:
Need button and periodic interval for refreshing/publishing a calendar
Also added same change to resources/content/menuOverlay.xul


git-svn-id: svn://10.0.0.236/trunk@164779 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-02 16:14:52 +00:00
mostafah%oeone.com
9a20460e57 Checked in patches for bug 266919:it-IT localization changes
git-svn-id: svn://10.0.0.236/trunk@164778 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-02 15:27:28 +00:00
mostafah%oeone.com
6e3356b8b8 Checked in patch for bug 266916:es-ES localization changes
git-svn-id: svn://10.0.0.236/trunk@164777 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-02 15:20:34 +00:00
mostafah%oeone.com
b8d5cfd7ac Fixed sunbird build bustage, using browser/app/splash.rc
git-svn-id: svn://10.0.0.236/trunk@164776 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-02 14:12:14 +00:00
timeless%mozdev.org
2caf029f1a Bug 248933 IMAP parser: end of line is not handled correctly while parsing quoted/literal strings
patch by Hans-A.Engel@unibas.ch r=bienvenu sr=dmose


git-svn-id: svn://10.0.0.236/trunk@164774 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-02 05:21:42 +00:00
psychoticwolf%carolina.rr.com
f013187da3 Remove quote_smart() function that was accidentally introduced in revision 1.3 and replace it with what was intended.
git-svn-id: svn://10.0.0.236/trunk@164772 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-02 03:30:02 +00:00
psychoticwolf%carolina.rr.com
49a8b1b759 Add Form Keys to forms. Patch by Chris Thomas. Bug 247318. r=Wolf
git-svn-id: svn://10.0.0.236/trunk@164771 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-02 02:53:47 +00:00
kyle.yuan%sun.com
fe26cb33e3 Bug 256826 Mozilla should not permit to import empty address book
r=neil.parkwaycc.co.uk, sr=dmose, patch=brian.lu@sun.com


git-svn-id: svn://10.0.0.236/trunk@164769 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-02 02:32:46 +00:00
scott%scott-macgregor.org
ce3e908d16 Bug #267243 --> After doing a quick search, if you quickly load another folder, we don't hide the clear button
all of the time.

Also fixes problems with the quick search bar when moving from a virtual folder to a non virtual folder.


git-svn-id: svn://10.0.0.236/trunk@164768 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-02 02:03:09 +00:00
bienvenu%nventure.com
1261cbd527 fix 261668 pop3 fetch header only messages sometimes disappear when clicking on partial download link, patch by hyc@symas.com, r=me, sr=mscott
git-svn-id: svn://10.0.0.236/trunk@164766 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-01 23:56:49 +00:00
psychoticwolf%carolina.rr.com
b892575c72 Move Database Configuration into dbconfig.php for portability, reformat config.php.
git-svn-id: svn://10.0.0.236/trunk@164765 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-01 23:55:26 +00:00
bienvenu%nventure.com
199147d90d fix new flag handling in view as fallout from fixing 114211, sr=mscott
git-svn-id: svn://10.0.0.236/trunk@164760 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-01 23:44:29 +00:00
psychoticwolf%carolina.rr.com
8656c1df20 Fixes that were left out. Remove extra whitespace from approvalfile, Update logintime value on login, Fix User Manager page title. No Bug.
git-svn-id: svn://10.0.0.236/trunk@164756 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-01 23:03:02 +00:00
cbiesinger%web.de
c8fd60a340 fixing gcc 3.4 bustage with --enable-timeline, bug 261293
git-svn-id: svn://10.0.0.236/trunk@164755 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-01 22:37:14 +00:00
scott%scott-macgregor.org
8b7b9e9213 Bug #264605 --> don't allow drag and drop of virtual folders outside of the account they live under.
sr=bienvenu


git-svn-id: svn://10.0.0.236/trunk@164754 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-01 22:28:11 +00:00
steffen.wilberg%web.de
f8de9e212d Bug 267211: fix 'clipboard' misspelling.
git-svn-id: svn://10.0.0.236/trunk@164752 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-01 22:13:41 +00:00
mostafah%oeone.com
3962c471ad Checked in patch for bug 266882:
printDayView always prints "Weekday, Month Day Year", should use preferred format


git-svn-id: svn://10.0.0.236/trunk@164751 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-01 21:57:57 +00:00
mostafah%oeone.com
833e575488 Checked in patch for bug 257943 ( using year == -1 ):
Crash after adding a new task : invalid DTSTART entry


git-svn-id: svn://10.0.0.236/trunk@164750 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-01 21:52:09 +00:00
mostafah%oeone.com
5316571f85 Checked in attachment #163976 for bug 266875:
Non-standard keys: Export key is accel+O, Open has no shortcut


git-svn-id: svn://10.0.0.236/trunk@164749 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-01 21:44:36 +00:00
psychoticwolf%carolina.rr.com
a2f60bee4d More approval queue and add item fixes. Add duplicate item Name check/error, Finish Implementing and hook up trusted mode, Move the process_approval() function to a shared location. Bug 267094 and Bug 254925.
git-svn-id: svn://10.0.0.236/trunk@164748 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-01 21:17:15 +00:00
darin%meer.net
360c091908 fixing win32 bustage
git-svn-id: svn://10.0.0.236/trunk@164747 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-01 21:16:18 +00:00
mostafah%oeone.com
78a331b6f2 dos2unix'ed all locale files
git-svn-id: svn://10.0.0.236/trunk@164746 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-01 21:06:52 +00:00
mostafah%oeone.com
772a2760bb Checked in attachment #163935 for bug 248884:
big calendar (ics more than 64k) is broken


git-svn-id: svn://10.0.0.236/trunk@164745 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-01 20:59:56 +00:00
mostafah%oeone.com
e679c73852 Checked in patch for bug 210218:
mouse cursor does not change to indicators after opening an Event dialogue


git-svn-id: svn://10.0.0.236/trunk@164744 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-01 20:52:16 +00:00
mostafah%oeone.com
a319f3e6a6 Added chrome:name to contents.rdf for locales.
See http://bugzilla.mozilla.org/show_bug.cgi?id=266007#c5


git-svn-id: svn://10.0.0.236/trunk@164743 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-01 20:35:09 +00:00
darin%meer.net
2ca65e3038 fix win32 bustage. make sure we still export required nsComponentManager:: methods
git-svn-id: svn://10.0.0.236/trunk@164740 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-01 20:22:49 +00:00
mostafah%oeone.com
9445c26a9d Checked in patch for bug 231674: Incorrect Mouse Pointer
git-svn-id: svn://10.0.0.236/trunk@164739 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-01 20:04:03 +00:00
mostafah%oeone.com
fda4268891 Fixed build bustage based on browser/app/Makefile.in
git-svn-id: svn://10.0.0.236/trunk@164738 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-01 19:50:18 +00:00
mostafah%oeone.com
1b34bdd85f Checked in patch for bug 216257 ( with some tweaks ):
Add "Events this month" to dropdown selection list in events pane.


git-svn-id: svn://10.0.0.236/trunk@164736 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-01 18:50:47 +00:00
darin%meer.net
ed9e4d3d7a eliminating uses of deprecated nsComponentManager:: methods (bug 267040), r=bsmedberg
git-svn-id: svn://10.0.0.236/trunk@164735 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-01 18:50:36 +00:00
darin%meer.net
c30f27891f slight tweak for bug 265998 to avoid packaging NSPR static libs in the
linux version of the gecko sdk


git-svn-id: svn://10.0.0.236/trunk@164734 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-01 18:32:26 +00:00
mostafah%oeone.com
cd9557967f Checked in patch for bug 267153:
Sunbird should be built with the --disable-plugins and the disable-cookies build option


git-svn-id: svn://10.0.0.236/trunk@164732 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-01 18:22:01 +00:00
psychoticwolf%carolina.rr.com
010b56e12f Finish it before checking it in... Bug fixes for Approval Queue file downloader.
git-svn-id: svn://10.0.0.236/trunk@164731 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-01 17:14:39 +00:00
psychoticwolf%carolina.rr.com
8e55a0bd71 Landing missing file for the approval queue, fixes 404 error when trying to install the files.
git-svn-id: svn://10.0.0.236/trunk@164730 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-01 16:40:32 +00:00
mostafah%oeone.com
f7df382405 Removed unused makefile.win
git-svn-id: svn://10.0.0.236/trunk@164729 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-01 16:09:11 +00:00
steffen.wilberg%web.de
34e13457ef Bug 266095: document the 'Match case' checkbox in the find bar. r=jeff
git-svn-id: svn://10.0.0.236/trunk@164727 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-01 12:47:33 +00:00
bsmedberg%covad.net
20c36b1266 Installer bustage from bug 237745 - package appstartup.xpt properly.
git-svn-id: svn://10.0.0.236/trunk@164725 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-01 12:16:48 +00:00
bsmedberg%covad.net
9485c9b1b3 Bustage fix from bug 237745.
git-svn-id: svn://10.0.0.236/trunk@164724 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-01 11:52:49 +00:00
bienvenu%nventure.com
fae6b88748 fix crash moving virtual folders, sr=mscott 264605
git-svn-id: svn://10.0.0.236/trunk@164721 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-01 05:02:05 +00:00
bienvenu%nventure.com
a49d8b7b47 fix problems with invalid msf files, with empty trash and daylight saving time changes, 267033, sr=mscott
git-svn-id: svn://10.0.0.236/trunk@164717 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-01 04:55:39 +00:00
timeless%mozdev.org
db0df30d21 Bug 250152 Remove XPT_PARAMDESCRIPTOR_SIZE
r=dbradley


git-svn-id: svn://10.0.0.236/trunk@164716 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-01 02:35:28 +00:00
bsmedberg%covad.net
811c6db338 Hrm, we're not exporting nsNativeAppSupportWin.h, so used LOCAL_INCLUDES patch by swalker, r=me
git-svn-id: svn://10.0.0.236/trunk@164715 18797224-902f-48f8-a5cc-f745e15eee43
2004-11-01 00:06:20 +00:00
timeless%mozdev.org
b1f3fb15c6 Bug 256631 TB07x crash exiting Thunderbird [@ nsMimeHtmlDisplayEmitter::GenerateDateString ]
r=bienvenu sr=neil


git-svn-id: svn://10.0.0.236/trunk@164714 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-31 23:17:19 +00:00
cbiesinger%web.de
30746ffb5c Bug 266051 Remove init and shutdown from interface nsICacheService
r=darin sr=bz


git-svn-id: svn://10.0.0.236/trunk@164712 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-31 21:58:51 +00:00
cbiesinger%web.de
5ac72f6a26 247334 abort loading a channel when a 206 response has a different
content-encoding than the first part. r=darin sr=bz


git-svn-id: svn://10.0.0.236/trunk@164711 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-31 21:50:01 +00:00
tor%cs.brown.edu
32c8b8ae25 Bug 134708 - SVG fragments should composite with background.
Patch by brians.bugs@gmail.com, r=tor.


git-svn-id: svn://10.0.0.236/trunk@164710 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-31 21:41:58 +00:00
psychoticwolf%carolina.rr.com
89a1b06db1 Land New FAQ, Category and Application Managers. Fixes Bug 255309, Bug 255312, and the DevCP part of Bug 256254. Other fixes included, Bug 254925.
git-svn-id: svn://10.0.0.236/trunk@164709 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-31 20:57:26 +00:00
pkw%us.ibm.com
0ff8b2e00b Bug 204784 - form.elements[] not order preserving when using javascript DOM interface.
r/sr=bzbarsky@mit.edu


git-svn-id: svn://10.0.0.236/trunk@164708 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-31 19:58:10 +00:00
jshin%mailaps.org
1f39658d57 bug 264071 (2nd check-in) : M18a4/TB08 cannot handle mail folders with non-Latin1 (non-ASCII) characters (r=mscott, sr=bienvenu)
git-svn-id: svn://10.0.0.236/trunk@164707 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-31 17:45:06 +00:00
dbaron%dbaron.org
cbc49eb4ea Remove nsIStyleRule::GetStyleSheet (and move it to nsICSSRule). b=266991 r+sr=bzbarsky
git-svn-id: svn://10.0.0.236/trunk@164706 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-31 17:33:50 +00:00
darin%meer.net
c5cad9b75d fix bug 266922 "linux nightly trunk installer builds fail" r+sr=sparky
git-svn-id: svn://10.0.0.236/trunk@164705 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-31 17:06:46 +00:00
bmlk%gmx.de
6f857f9094 fix build bustage
git-svn-id: svn://10.0.0.236/trunk@164704 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-31 16:55:12 +00:00
bienvenu%nventure.com
d513363216 fix 114211, close .msf files of folders after pop3 filters messages into them, sr=mscott
git-svn-id: svn://10.0.0.236/trunk@164702 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-31 16:23:29 +00:00
bmlk%gmx.de
770ad874d6 paint borders rtl in border collapsed tables when dir=rtl is specified for the table, initial patch by dbaron bug 174470 r/sr=dbaron
git-svn-id: svn://10.0.0.236/trunk@164701 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-31 15:52:52 +00:00
kjh-5727%comcast.net
fc8ca5235b Bug 266218 - useCups pref not initialized. Patch by Andrew Schultz <ajschult@verizon.net>, r=kherron, sr=roc.
git-svn-id: svn://10.0.0.236/trunk@164699 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-31 14:34:57 +00:00
cls%seawood.org
2d4f0a22bd Add --disable-plugins build option.
Bug #266750 r=bsmedberg


git-svn-id: svn://10.0.0.236/trunk@164696 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-31 07:10:49 +00:00
jshin%mailaps.org
92489afe54 bug 266857 Cannot print more than once with a printer with non-Latin1 (e.g. Japanese) characters in its name, patch by Masayuki Nakano <masayuki@d-toybox.com> r=me, sr=bzbarsky
git-svn-id: svn://10.0.0.236/trunk@164690 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-31 04:34:13 +00:00
bzbarsky%mit.edu
0648c5d7eb Adding regression tests from bug 264914
git-svn-id: svn://10.0.0.236/trunk@164687 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-31 01:31:46 +00:00
darin%meer.net
f4dd33b87c freezing nsIWebProgress and nsIWebProgressListener (bug 99639), r=biesi sr=bzbarsky
git-svn-id: svn://10.0.0.236/trunk@164686 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-31 01:16:51 +00:00
kiko%async.com.br
7cde3960a6 Comment-only fix: be honest about where we put that string! r=ssdbot
git-svn-id: svn://10.0.0.236/trunk@164685 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-31 00:50:28 +00:00
scott%scott-macgregor.org
b51f3a931c Bug #265548 --> follow up fix for Bug #265548, only use m_viewFolder if it is valid, otherwise fall back to m_folder.
Fixes regressions with the window title being set incorrectly for regular non virtual folders.


git-svn-id: svn://10.0.0.236/trunk@164684 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-31 00:25:26 +00:00
julien.pierre.bugs%sun.com
7cb5f3a5c9 Fix for 266940 . increase MAX_THREADS in selfserv
git-svn-id: svn://10.0.0.236/trunk@164683 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-31 00:22:56 +00:00
igor%mir2.org
8e049d600b Implement specially NativeJavaObject.getDefaultValue for java.lang.Boolean to match the behavior of JS Boolean object.
git-svn-id: svn://10.0.0.236/trunk@164682 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-31 00:15:57 +00:00
igor%mir2.org
07c4059b7d Disabling invoker optimization by default: under jdk >= 1.4 and especially with 1.5 it does not bring noticeable benefits with typical usage while increasing loading time and memory consumption and introducing class loading issues.
git-svn-id: svn://10.0.0.236/trunk@164681 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-31 00:12:25 +00:00
dmose%mozilla.org
9ef0db41ec Fixed emacs mode-line; no bug
git-svn-id: svn://10.0.0.236/trunk@164680 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-30 22:50:28 +00:00
cbiesinger%web.de
ed4c144c5a fixing typo in comment. no bug, r+sr=bz
git-svn-id: svn://10.0.0.236/trunk@164679 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-30 22:45:33 +00:00
shaver%mozilla.org
df6fe78af1 WebDAV, NPOTB.
- Simplify interfaces by losing implicit parameterization through data on
  subtypes.
- Add ResourceWithLock for manipulating locked resources.
- Lose the thinnest OSL-creation wrapper functions; they were just dead
  boilerplate weight.


git-svn-id: svn://10.0.0.236/trunk@164678 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-30 22:13:11 +00:00
bzbarsky%mit.edu
4ece7e1998 Make the frame constructor state and save state automatically handle inserting
out of flows in the right place in the fixed/absolute/float containing blocks
so that it can't be screwed up by callers.  Bug 264914, r+sr=roc


git-svn-id: svn://10.0.0.236/trunk@164677 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-30 21:43:49 +00:00
bienvenu%nventure.com
5046eda955 fix native app-related build bustage on tbird
git-svn-id: svn://10.0.0.236/trunk@164676 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-30 20:16:20 +00:00
bzbarsky%mit.edu
9c030d6519 Assert if someone calls frame->SetNextSibling(frame), since that creates a
looped linked list.  Bug 266332, patch by timeless, r+sr=bzbarsky


git-svn-id: svn://10.0.0.236/trunk@164675 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-30 18:37:35 +00:00
bzbarsky%mit.edu
c9f51a3a10 Add loop-detection to the various methods that can change an nsFrameList. This
will assert if a loop is detected.  Bug 266332, r+sr=roc


git-svn-id: svn://10.0.0.236/trunk@164674 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-30 18:35:53 +00:00
bzbarsky%mit.edu
f8122fc136 Remove unneeded arg from SetFrameIsSpecial() and fix one of the callers to not
trigger an assert.  Bug 266321, r+sr=roc


git-svn-id: svn://10.0.0.236/trunk@164673 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-30 18:27:40 +00:00
bzbarsky%mit.edu
39405c94cd Allow setting the value of <input type="file"> to an empty string even in
untrusted script.  Bug 266744, r=sicking, sr=jst


git-svn-id: svn://10.0.0.236/trunk@164672 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-30 18:11:25 +00:00
dbaron%dbaron.org
76880a8c4e Attempt to fix bsmedberg's OS/2 bustage from bug 237745.
git-svn-id: svn://10.0.0.236/trunk@164671 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-30 18:05:17 +00:00
mrbkap%gmail.com
e97f4f0a2b bug 181697: <li> prevents phrasals from closing when its end tag is not used. r=bzbarsky sr=rbs
git-svn-id: svn://10.0.0.236/trunk@164670 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-30 16:47:12 +00:00
bsmedberg%covad.net
5fc3f98231 Tbird won't actually find the file without a REQUIRES change.
git-svn-id: svn://10.0.0.236/trunk@164669 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-30 15:21:49 +00:00
bsmedberg%covad.net
2144751454 Tbird uses the xpfe version of windows-hooks, so fixup the #includes
git-svn-id: svn://10.0.0.236/trunk@164668 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-30 13:24:44 +00:00
roc+%cs.cmu.edu
5376e448a8 Bug 265983. GTK1 needs GetNativeData(NS_NATIVE_WIDGET) to be passed as the native parent, not NS_NATIVE_WINDOW. r+sr=bzbarsky
git-svn-id: svn://10.0.0.236/trunk@164667 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-30 12:57:46 +00:00
dbaron%dbaron.org
76ea752fd1 Attempt to fix bsmedberg's OS/2 bustage from bug 237745.
git-svn-id: svn://10.0.0.236/trunk@164666 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-30 08:32:40 +00:00
dbaron%dbaron.org
2a81ce3d4f Attempt to fix bsmedberg's OS/2 bustage from bug 237745.
git-svn-id: svn://10.0.0.236/trunk@164665 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-30 08:31:09 +00:00
dbaron%dbaron.org
edd45e37a4 Attempt to fix bsmedberg's OS/2 bustage from bug 237745.
git-svn-id: svn://10.0.0.236/trunk@164664 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-30 08:01:08 +00:00
dbaron%dbaron.org
dc762ecdae Attempt to fix bsmedberg's OS/2 bustage from bug 237745.
git-svn-id: svn://10.0.0.236/trunk@164663 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-30 07:56:30 +00:00
bsmedberg%covad.net
3c468ce68a Build bustage from bug 237745
git-svn-id: svn://10.0.0.236/trunk@164662 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-30 06:39:06 +00:00
bsmedberg%covad.net
8c4fe4b42a Build bustage from bug 237745
git-svn-id: svn://10.0.0.236/trunk@164661 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-30 06:20:36 +00:00
bsmedberg%covad.net
c353037e44 Think-o from bug 237745, this should fix the TXul test, r=timeless sr=stupidity
git-svn-id: svn://10.0.0.236/trunk@164659 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-30 05:48:37 +00:00
bsmedberg%covad.net
0f62f98374 Build history/public for non-browser environments.
git-svn-id: svn://10.0.0.236/trunk@164658 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-30 05:05:42 +00:00
bsmedberg%covad.net
f870c780fd Thunderbird build bustage from bug 237745, try #2
git-svn-id: svn://10.0.0.236/trunk@164656 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-30 04:34:34 +00:00
bsmedberg%covad.net
1fee476a79 Revert timeless' incorrect bustage-fix.
git-svn-id: svn://10.0.0.236/trunk@164655 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-30 04:30:48 +00:00
bsmedberg%covad.net
052187080c Tbird bustage from bug 237745 - All toolkit apps need startup
git-svn-id: svn://10.0.0.236/trunk@164651 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-30 04:11:10 +00:00
scott%scott-macgregor.org
0d73826e52 Bug #265548 --> Virtual Folders don't remember the previously selected message
Only works for single folder virtual folders.

sr=bienvenu


git-svn-id: svn://10.0.0.236/trunk@164647 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-30 04:02:10 +00:00
bsmedberg%covad.net
1d3e18e492 This #include is totally bogus. Build bustage from bug 237745
git-svn-id: svn://10.0.0.236/trunk@164646 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-30 03:48:16 +00:00
bsmedberg%covad.net
096836e392 Build bustage, bug 237745
git-svn-id: svn://10.0.0.236/trunk@164644 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-30 03:44:32 +00:00
bsmedberg%covad.net
d5bd97a710 Use appcomps properly.
git-svn-id: svn://10.0.0.236/trunk@164643 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-30 02:26:17 +00:00
scott%scott-macgregor.org
7d8a1b28fa Bug #234765 --> properties and write button aren't working in the address book search dialog.
Thanks to woodie for the suggested fix.


git-svn-id: svn://10.0.0.236/trunk@164642 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-30 01:20:06 +00:00
joshmoz%gmail.com
b71855bbb9 fix Camino bustage - accidentally checked in a stary character at the beginning of the file
git-svn-id: svn://10.0.0.236/trunk@164641 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-29 23:59:18 +00:00
timeless%mozdev.org
e4566dd423 Bug 237745 (app-startup)
git-svn-id: svn://10.0.0.236/trunk@164640 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-29 23:34:15 +00:00
timeless%mozdev.org
68f80a9823 Bug 237745 (app-startup)
git-svn-id: svn://10.0.0.236/trunk@164639 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-29 23:23:52 +00:00
timeless%mozdev.org
3389051d73 random efforts at build bustage fixing.
statics are guaranteed to be null anyway so there's no reason to specify
NULL.


git-svn-id: svn://10.0.0.236/trunk@164638 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-29 23:20:50 +00:00
cbiesinger%web.de
4b7df03533 fixing gcc 3.4 bustage
git-svn-id: svn://10.0.0.236/trunk@164636 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-29 22:15:48 +00:00
dveditz%cruzio.com
ff5b07bd94 part of bug 263546: forgot to check in the required pref changes. r=jst,sr=darin
git-svn-id: svn://10.0.0.236/trunk@164635 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-29 22:11:23 +00:00
timeless%mozdev.org
a9ee041562 Bug 237745 (app-startup)
git-svn-id: svn://10.0.0.236/trunk@164634 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-29 21:41:47 +00:00
timeless%mozdev.org
7bd3f121fa trying to fix firefox build bustage
git-svn-id: svn://10.0.0.236/trunk@164633 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-29 21:23:47 +00:00
bsmedberg%covad.net
336e671a32 Temporary hack to make tboxen green, this will be fixed TOMORROW! (Bug 237745)
git-svn-id: svn://10.0.0.236/trunk@164631 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-29 21:04:42 +00:00
joshmoz%gmail.com
ac24661d62 Fix: Dragging local file onto tab gives error message and fails (bug 243376) sr=pinkerton
git-svn-id: svn://10.0.0.236/trunk@164629 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-29 20:48:00 +00:00
bzbarsky%mit.edu
3a053f56de Push view update batching up to the root view manager. Make all associated
members only be accessed by the root view manager.  Document the invalidation
setup a bit.  Bug 244290, r+sr=roc


git-svn-id: svn://10.0.0.236/trunk@164628 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-29 20:47:25 +00:00
pinkerton%aol.net
5936fb7203 fix leak (double-retain)
git-svn-id: svn://10.0.0.236/trunk@164627 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-29 20:36:36 +00:00
scott%scott-macgregor.org
27ef9b5e44 Bug #266725 --> Hide virtual folders from the advanced search dialog and from the virtual folder picker dialog.
sr=bienvenu


git-svn-id: svn://10.0.0.236/trunk@164626 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-29 20:31:01 +00:00
bsmedberg%covad.net
3c65e07298 Build bustage from bug 237745, although I can't imagine that this code actually works.
git-svn-id: svn://10.0.0.236/trunk@164625 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-29 20:28:28 +00:00
mostafah%oeone.com
acd1799d2a Checked in patch for bug 264447: Export into vCalendar format has illegal newlines
git-svn-id: svn://10.0.0.236/trunk@164624 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-29 20:23:52 +00:00
bsmedberg%covad.net
dd55b44418 Fix REQUIRES for new location of nsINativeAppSupport.h, from bug 237745
git-svn-id: svn://10.0.0.236/trunk@164623 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-29 20:21:57 +00:00
shaver%mozilla.org
c4e2cf2d70 WebDAV, NPOTB:
- Unify listeners better, with parameterized operation types for both
  completion and detail.
- Unify propfind and general-listener code for big ole code-sharing win.


git-svn-id: svn://10.0.0.236/trunk@164622 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-29 20:20:54 +00:00
darin%meer.net
db291f5a45 fixes bug 266626 "EvaluateNodeBinding is wrong for <submission> elements" r=bryner
git-svn-id: svn://10.0.0.236/trunk@164621 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-29 19:50:31 +00:00
darin%meer.net
ba445e81f5 fixes bug 266006 "xpcom/glue should not declare methods with NS_COM" r=bsmedberg
git-svn-id: svn://10.0.0.236/trunk@164620 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-29 19:43:51 +00:00
mostafah%oeone.com
f73afe5034 Added ca-AD and tr-TR to the dist
git-svn-id: svn://10.0.0.236/trunk@164619 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-29 19:39:38 +00:00
bsmedberg%covad.net
13d4d56d80 Bug 237745 (app-startup) - split off the pieces of appshellservice that have to do with the startup sequence into a new (forked, temporarily) app-startup service r+sr=darin+biesi+Neil
git-svn-id: svn://10.0.0.236/trunk@164618 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-29 19:28:38 +00:00
mostafah%oeone.com
d4510dd4f4 Added Catalan translation
git-svn-id: svn://10.0.0.236/trunk@164617 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-29 19:20:09 +00:00
bienvenu%nventure.com
85ec4bfd4a fix 266536 handling of out of date local folder summary files, sr=mscott
git-svn-id: svn://10.0.0.236/trunk@164616 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-29 19:11:50 +00:00
darin%meer.net
3d8bd9c6f7 fixes bug 266564 "No need to include XPCOM.DLL in the Gecko SDK" r=bsmedberg
git-svn-id: svn://10.0.0.236/trunk@164615 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-29 19:09:02 +00:00
mostafah%oeone.com
3850747475 Adding in zoomWindow function provided by mattwillis
git-svn-id: svn://10.0.0.236/trunk@164614 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-29 19:08:50 +00:00
pedemont%us.ibm.com
ebbf3ff9fb Bug 264235 - check for resize to (0,0). r=pinkterton, sr=roc.
git-svn-id: svn://10.0.0.236/trunk@164613 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-29 19:01:01 +00:00
mostafah%oeone.com
c81306a6ab Added turkish translation
git-svn-id: svn://10.0.0.236/trunk@164612 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-29 18:56:09 +00:00
mostafah%oeone.com
146c70db54 Added more info to contents.rdf
git-svn-id: svn://10.0.0.236/trunk@164611 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-29 18:55:01 +00:00
bienvenu%nventure.com
8f54789d54 fix 266536 handling of out of date local folder summary files, sr=mscott
git-svn-id: svn://10.0.0.236/trunk@164610 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-29 18:42:02 +00:00
bienvenu%nventure.com
ad51f9a2c6 fix 266536 handling of out of date local folder summary files, sr=mscott
git-svn-id: svn://10.0.0.236/trunk@164609 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-29 18:20:14 +00:00
scott%scott-macgregor.org
2b29cb75ff Bug #266674 --> fix typo from my previous checkin that caused compact folder to disappear from the folder pane.
git-svn-id: svn://10.0.0.236/trunk@164608 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-29 18:08:18 +00:00
bmlk%gmx.de
73b91d2be3 change ref to pointer to catch spurious crash bug=264733 r/sr=bzbarsky
git-svn-id: svn://10.0.0.236/trunk@164607 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-29 17:44:29 +00:00
bmlk%gmx.de
f7f774656e improve MEW computation for scrollframes during incr. reflow bug=234593 r/sr=dbaron
git-svn-id: svn://10.0.0.236/trunk@164606 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-29 17:36:58 +00:00
bmlk%gmx.de
3656f2a5e7 fix flawed reflow logic for empty table cells bug 226637 r/sr=bzbarsky
git-svn-id: svn://10.0.0.236/trunk@164605 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-29 17:31:53 +00:00
cbiesinger%web.de
7035d18818 bumping IID after bug 263546's checkin
git-svn-id: svn://10.0.0.236/trunk@164604 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-29 16:48:38 +00:00
mostafah%oeone.com
4fca4ff8e5 Updated translation
git-svn-id: svn://10.0.0.236/trunk@164602 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-29 16:47:17 +00:00
cbiesinger%web.de
91e9baacd4 Bug 266722 always create embedding/browser/qt makefile
r=bsmedberg


git-svn-id: svn://10.0.0.236/trunk@164601 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-29 16:44:11 +00:00
mostafah%oeone.com
8c4fe82d34 Checked in patch for bug 264106:
Crash on launch: chrome://browser/content/hiddenWindow.xul can't be resolved
and patch #162497 for bug 226209: Cleanup calendar code
(which was needed for previous patch ).
Note: Changes were made to make the patches applicable to the current tree)


git-svn-id: svn://10.0.0.236/trunk@164600 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-29 16:40:01 +00:00
aaronleventhal%moonset.net
928aa93531 Bug 258514. Click on anchor with location hash sometimes first focusable child a focus rectangle. r=mats, sr=bryner
git-svn-id: svn://10.0.0.236/trunk@164599 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-29 13:40:25 +00:00
bugzilla%arlen.demon.co.uk
fecf3858a6 Bug 162081 Wrong letter is underlined as accesskey / mnemonic when widget direction is RTL
p=mozilla-bugzilla@future.shiny.co.il r/sr=bzbarsky


git-svn-id: svn://10.0.0.236/trunk@164598 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-29 12:28:19 +00:00
psychoticwolf%carolina.rr.com
18997f1bbd Remove OS Manager. OSes are mostly static, DB can be edited directly to add new ones.
git-svn-id: svn://10.0.0.236/trunk@164597 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-29 11:54:52 +00:00
jshin%mailaps.org
7b7f2e0df7 bug 123006 : Keyword substitution with %s doesn't escape characters : patch by jmdesp@alussinan.org (r+sr=neil)
git-svn-id: svn://10.0.0.236/trunk@164596 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-29 11:30:08 +00:00
psychoticwolf%carolina.rr.com
8ea97091fc Land the new Approval Queue scripts. Fixes Bug 246941, Bug 255287, Bug 255655, Bug 256086. Basic UI for Bug 255305 done.
git-svn-id: svn://10.0.0.236/trunk@164595 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-29 11:06:56 +00:00
scott%scott-macgregor.org
a86969e97a Bug #220656 --> store the mail view state as a per folder property instead of as a global setting that applies to all folders.
sr=bienvenu


git-svn-id: svn://10.0.0.236/trunk@164594 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-29 07:11:18 +00:00
timeless%mozdev.org
efd6332188 Bug 266408 ###!!! ASSERTION: You are calling CreateInstance "@mozilla.org/intl/stringbundle;1" when a service for this CID already exists! Add it to abusedContracts to track down the service consumer.: 'Error'
r=smontagu sr=bz


git-svn-id: svn://10.0.0.236/trunk@164593 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-29 07:10:59 +00:00
scott%scott-macgregor.org
baea5ca16e Bug #266066 --> Replying or forwarding a message with inline images, fails to render images in the compose window.
sr=jst


git-svn-id: svn://10.0.0.236/trunk@164592 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-29 06:59:34 +00:00
scott%scott-macgregor.org
84108b6bca Bug #266066 --> After moving message to junk folder, next message is not highlighted
git-svn-id: svn://10.0.0.236/trunk@164590 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-29 06:49:23 +00:00
varga%nixcorp.com
8e1a8a6fc2 Bumping IIDs for bug 221619.
r=timeless sr=darin


git-svn-id: svn://10.0.0.236/trunk@164589 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-29 06:29:49 +00:00
julien.pierre.bugs%sun.com
96934ef216 Fix for 266206 . close only up to 64k descriptors.
git-svn-id: svn://10.0.0.236/trunk@164588 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-29 06:14:22 +00:00
bsmedberg%covad.net
b1bf6bfee6 Bug 266292 - crash when using GTK command-line params such as --display r=darin
git-svn-id: svn://10.0.0.236/trunk@164587 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-29 02:51:47 +00:00
scott%scott-macgregor.org
803775b273 Bug #266578 --> Hide folder pane context menu items for virtual folders
sr=bienvenu


git-svn-id: svn://10.0.0.236/trunk@164583 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-29 00:36:59 +00:00
dveditz%cruzio.com
cda3a7d10c bug 265135: put internal referrers on channels to fix xpinstall whitelisting the right way. r=darin,sr=jst
git-svn-id: svn://10.0.0.236/trunk@164582 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-28 22:52:45 +00:00
darin%meer.net
f3a5c562c1 Do the same thing for OS/2, bug 265998
git-svn-id: svn://10.0.0.236/trunk@164580 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-28 22:33:51 +00:00
darin%meer.net
9be7df0c3f fixes bug 265998 "Gecko SDK does not include NSPR import libs" r=bsmedberg
(with agreement from wtc on the solution)


git-svn-id: svn://10.0.0.236/trunk@164578 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-28 22:12:18 +00:00
bienvenu%nventure.com
0236e4409b fix case of deleting the only message in a dummy thread in the group view, sr=mscott 266543
git-svn-id: svn://10.0.0.236/trunk@164576 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-28 21:57:29 +00:00
pedemont%us.ibm.com
0c6e20b71e Bug 264235 - context menus broken. r=pinkerton, sr=roc
git-svn-id: svn://10.0.0.236/trunk@164574 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-28 21:22:22 +00:00
mostafah%oeone.com
6ecda8ba5c Defining same variable once since Win32 doesn't accept this format
git-svn-id: svn://10.0.0.236/trunk@164571 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-28 20:41:59 +00:00
mostafah%oeone.com
808df92f24 Defining variable once since Win32 doesn't accept this format
git-svn-id: svn://10.0.0.236/trunk@164570 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-28 20:37:21 +00:00
bienvenu%nventure.com
bc1c5767d4 recheckin ui for downloading pop3 messages for offline use that was crunched, 185184, patch by hyc@symas.com, sr=me
git-svn-id: svn://10.0.0.236/trunk@164569 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-28 20:17:55 +00:00
joshmoz%gmail.com
332d8ae444 change default fonts to ones that exist on all Mac OS X 10.2+ installations (bug 183932)
git-svn-id: svn://10.0.0.236/trunk@164568 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-28 18:54:22 +00:00
kjh-5727%comcast.net
60194d88cf Bug 178820 - return-receipt-to not recognized with IMAP. Patch by Wolfgang Rosenauer <mozilla@rosenauer.org>, r=bienvenu, sr=dmose.
git-svn-id: svn://10.0.0.236/trunk@164567 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-28 18:27:57 +00:00
mostafah%oeone.com
68ac4e8ff5 Fixed bustage after adding IsSet method ( see previous CVS log )
git-svn-id: svn://10.0.0.236/trunk@164566 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-28 18:19:06 +00:00
kjh-5727%comcast.net
1c728e06cc Bug 264326 - xpcom fixes for s390(x). Patch by Wolfgang Rosenauer <mozilla@rosenauer.org>, r/sr=shaver.
git-svn-id: svn://10.0.0.236/trunk@164563 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-28 18:13:12 +00:00
dmose%mozilla.org
8f0421f0df Fix the emacs modeline indentation variables
git-svn-id: svn://10.0.0.236/trunk@164562 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-28 17:16:40 +00:00
shaver%mozilla.org
cc41f0e088 libxpical is not ready for a glue-only world, sadly
git-svn-id: svn://10.0.0.236/trunk@164560 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-28 16:55:30 +00:00
shaver%mozilla.org
a43b37f845 use XPCOM_GLUE_LIBS for libxpical componentry, to reduce version dependence
git-svn-id: svn://10.0.0.236/trunk@164559 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-28 16:45:36 +00:00
mostafah%oeone.com
fe5e57774e Checked in attachment #161714 for bug 220075:
Make task start date/due date optional


git-svn-id: svn://10.0.0.236/trunk@164558 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-28 15:56:04 +00:00
mostafah%oeone.com
26d8a31166 Checked in patch #162945 for bug 220075:Make task start date/due date optional
(Adds IsSet to oeDateTime interface)


git-svn-id: svn://10.0.0.236/trunk@164557 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-28 15:52:09 +00:00
mostafah%oeone.com
838e9f5c9e Applied attachment #161704 from bug 262620:GetAllEvents() is slow
(fixed indents, added missing {}, and added a break for speed)
Applied attachment #162865 and attachment#162881 from bug 265457:
GetEventsForRange is inefficient
(fixed indents and fixed incorrect variable)
Also removed obsolete EventList class.


git-svn-id: svn://10.0.0.236/trunk@164555 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-28 15:18:12 +00:00
igor%mir2.org
b512f708b9 Work for bug 261278: splitting STRICT_MODE into STRICT_VARS and STRICT_EVAL to allow for better compatibility in future if strictness would be exetended to other areas.
git-svn-id: svn://10.0.0.236/trunk@164554 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-28 14:13:05 +00:00
edburns%acm.org
3e2b235155 This checkin just adds a little more robustness to the
MouseListenerTest.  Next step will be to solve the problem where you
can't type in text fields in forms, then to implement the key listener
functionality.

M webclient/test/automated/src/classes/org/mozilla/webclient/MouseListenerTest.java

- at least make sure that all the events do occcur


git-svn-id: svn://10.0.0.236/trunk@164553 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-28 13:57:59 +00:00
pinkerton%aol.net
6fb72e6aab add xpcom_core back in
git-svn-id: svn://10.0.0.236/trunk@164552 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-28 13:37:00 +00:00
igor%mir2.org
c93791d762 Fixing bug 266418: making RegExp serializable
git-svn-id: svn://10.0.0.236/trunk@164551 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-28 11:31:38 +00:00
bugzilla%arlen.demon.co.uk
e20e08e7d4 Bug 262080 Cruft removal/additional fixes for mozilla help files - more fixes
p=giacomo.magnini@portalis.it r=me


git-svn-id: svn://10.0.0.236/trunk@164550 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-28 11:11:28 +00:00
timeless%mozdev.org
8c9f105a7f Bug 254555 mark nsConsoleService as nsIClassInfo::THREAD_SAFE
r=dougt


git-svn-id: svn://10.0.0.236/trunk@164548 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-28 07:34:41 +00:00
timeless%mozdev.org
65a16a548d Bug 265336 GetService klookandfeel instead of CreateInstance
r=biesi sr=dmose


git-svn-id: svn://10.0.0.236/trunk@164547 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-28 07:25:57 +00:00
scott%scott-macgregor.org
0630886e00 Bug #266139 --> Unable to open messages in a cross folder virtual folder in a stand alone message. Also add support for deleting messages in XFVF's from the stand alone message window.
sr=bienvenu


git-svn-id: svn://10.0.0.236/trunk@164544 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-28 05:13:07 +00:00
jshin%mailaps.org
a14f77173f bug 264071 : M18a4/TB08 cannot handle mail folders with non-Latin1 (non-ASCII) characters (r=mscott, sr=bienvenu)
git-svn-id: svn://10.0.0.236/trunk@164542 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-28 05:02:33 +00:00
jst%mozilla.jstenback.com
f23a0fe84c Fixing bug 266346. Make sure popup state is reset while modal dialogs DOM are open. r+sr=bzbarsky@mit.edu
git-svn-id: svn://10.0.0.236/trunk@164541 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-28 03:39:37 +00:00
mrbkap%gmail.com
c191919eed bug 265814: the output of document.write() is always parsed in quirks mode. r=bzbarsky sr=jst
git-svn-id: svn://10.0.0.236/trunk@164540 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-28 03:24:59 +00:00
bzbarsky%mit.edu
3028d60ea3 Fix some case issues with getElementsByTagName(NS) in tag-soup and XHTML. Bug
264609, r+sr=jst


git-svn-id: svn://10.0.0.236/trunk@164539 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-28 02:34:21 +00:00
timeless%mozdev.org
51aabc8460 Bug 207333 Fix nsIWin32LocaleImpl
r=smontagu sr=dbaron


git-svn-id: svn://10.0.0.236/trunk@164538 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-28 02:27:25 +00:00
darin%meer.net
ae76601dc1 fixes bug 257875 "invalid javascript keeps logo animating" r+sr=jst
git-svn-id: svn://10.0.0.236/trunk@164537 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-28 02:06:27 +00:00
jst%mozilla.jstenback.com
ad92bef671 Fixing bug 257538. Fix problem where setting a property on a scriptable plugin would cache the property so that the plugin's getter wouldn't be called again for that property. r+sr=shaver@mozilla.org
git-svn-id: svn://10.0.0.236/trunk@164535 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-28 01:54:21 +00:00
jst%mozilla.jstenback.com
7bfc89b66d Fixing part of bug 265790 (the part that's a regression from bug 265921). Make it possible to flag DOM events as trusted when created using DOM APIs from native code, and marking the DOMWindowClose event (and a few other fired from nsGlobalWindow) as trusted to make closing a tab from script close the tab only, and not the whole window. r+sr=bzbarsky@mit.edu, a=chofmann@mozilla.org
git-svn-id: svn://10.0.0.236/trunk@164533 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-28 00:36:30 +00:00
jst%mozilla.jstenback.com
b20b8ae8dc Followup fix for bug 265921. Don't always throw exceptions from window.dispatchEvent(). r=bryner@brianruyner.com, sr=brendan@mozilla.org
git-svn-id: svn://10.0.0.236/trunk@164532 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-28 00:26:27 +00:00
bugzilla%arlen.demon.co.uk
beae0cbad3 Bug 265683 privacy policy viewer has transparent menu/status bar
p=me r=db48x sr=neil.parkwaycc.co.uk


git-svn-id: svn://10.0.0.236/trunk@164531 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-27 23:51:00 +00:00
kiko%async.com.br
dfec1abaac Fix for bug 261242: Error: Error in parsing value for property
'vertical-align'.  Declaration dropped. Patch by Chris Thomas (CTho)
<cst@andrew.cmu.edu>. r=me.


git-svn-id: svn://10.0.0.236/trunk@164530 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-27 23:46:53 +00:00
scott%scott-macgregor.org
230b273dd4 keep talkback at 100% for trunk builds
git-svn-id: svn://10.0.0.236/trunk@164528 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-27 23:15:27 +00:00
darin%meer.net
d2b3073139 improvements to new disk cache (NOT PART OF THE BUILD)
git-svn-id: svn://10.0.0.236/trunk@164527 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-27 22:19:32 +00:00
despotdaemon
5be666119c Pseudo-automatic update of changes made by myk@mozilla.org.
git-svn-id: svn://10.0.0.236/trunk@164526 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-27 22:12:26 +00:00
pedemont%us.ibm.com
c675625dac Remove nsWriteSegmentFun - no longer needed.
git-svn-id: svn://10.0.0.236/trunk@164525 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-27 22:03:45 +00:00
bugzilla%arlen.demon.co.uk
318ba35837 Bug 261267 helper application dialog has title issues when opening an unknown filetype - regression fix
p=me r=mscott


git-svn-id: svn://10.0.0.236/trunk@164524 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-27 21:44:47 +00:00
dmose%mozilla.org
a1dd91050c Make calendar text readable in light-on-dark themes (bug 266186); r=mostafah
git-svn-id: svn://10.0.0.236/trunk@164522 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-27 21:29:35 +00:00
joshmoz%gmail.com
9476ca6607 fix for bug 229930 - add toolbar item for showing download manager
git-svn-id: svn://10.0.0.236/trunk@164521 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-27 21:11:01 +00:00
smontagu%smontagu.org
949e7f8046 Bug 244177: nsScanner::Append() can overwrite the storage in the buffer it allocates. r=dveditz, sr=dbaron.
git-svn-id: svn://10.0.0.236/trunk@164518 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-27 20:19:11 +00:00
mostafah%oeone.com
01d8a0b5ce Checked in patch for bug 263539:
todo dialog: Prevent task alarm trigger with no trigger date


git-svn-id: svn://10.0.0.236/trunk@164517 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-27 20:04:13 +00:00
mostafah%oeone.com
185bc280f8 Checked in patch for bug 261329:
"About to import" prompt should show names of file and calendar.


git-svn-id: svn://10.0.0.236/trunk@164516 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-27 19:44:29 +00:00
scott%scott-macgregor.org
540af1c5f2 Bug #225281 --> try to fix broken header image in the official thunderbird installer
artwork by steven garrity


git-svn-id: svn://10.0.0.236/trunk@164515 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-27 18:37:59 +00:00
mostafah%oeone.com
30bbb79da2 Checked in patch for bug 246740:
import->file forces into default calendar [prompt for each]


git-svn-id: svn://10.0.0.236/trunk@164513 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-27 18:07:57 +00:00
mostafah%oeone.com
6f26ff7ae8 Checked in patch for bug 242317 ( comments fixed ):
Day and weekday titles in calendar view scroll away [weekview]


git-svn-id: svn://10.0.0.236/trunk@164512 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-27 17:34:46 +00:00
mkaply%us.ibm.com
1351215e27 #265841
r=mkaply, sr=blizzard (platform specific)
Patch from Weilbacher - OS/2 menus are positioned wrong


git-svn-id: svn://10.0.0.236/trunk@164511 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-27 17:29:18 +00:00
pedemont%us.ibm.com
23bd99e9d9 Fix memory leaks. Make JavaXPCOMInstance hold ref to XPCOM object.
git-svn-id: svn://10.0.0.236/trunk@164510 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-27 17:10:03 +00:00
bienvenu%nventure.com
0b329a63b0 fix parsing of nntp error responses before initial 20x response, patch by ch.ey@gmx.net, r=me, sr=mscott
git-svn-id: svn://10.0.0.236/trunk@164508 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-27 16:31:38 +00:00
mostafah%oeone.com
007ab32708 Updated translation
git-svn-id: svn://10.0.0.236/trunk@164507 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-27 16:27:26 +00:00
timeless%mozdev.org
ac97b6119d Bug 260865 Remove nsIAlertListener
patch by cst@andrew.cmu.edu r=jag sr=neil


git-svn-id: svn://10.0.0.236/trunk@164506 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-27 16:20:01 +00:00
bmlk%gmx.de
095f826d1b prevent lookup of frame state bits of nonexisting child frames bug 266225 r/sr=bzbarsky
git-svn-id: svn://10.0.0.236/trunk@164505 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-27 16:11:08 +00:00
mostafah%oeone.com
5663435a7b Checked in attachments #161878,#161880 and #163491 from bug 260458(with minor tweaks):
Collect file commands in file menu, and separate new/open calendar to avoid
warning "already exists. do you want to replace it"
Parts that didn't get in will be provided in a separate patch just in case


git-svn-id: svn://10.0.0.236/trunk@164504 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-27 15:58:16 +00:00
bzbarsky%mit.edu
b407e74fe8 Fix image preview by working around the XUL reflow bug. Bug 265416, r=glazou,
sr=neil


git-svn-id: svn://10.0.0.236/trunk@164503 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-27 14:51:33 +00:00
mkaply%us.ibm.com
c04677982b #266105
r=mkaply, darin, weilbacher, sr=blizzard (platform specific)
Group patch from mkaply, darin, and Peter Weilbacher - OS/2 bustage


git-svn-id: svn://10.0.0.236/trunk@164502 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-27 12:38:48 +00:00
bryner%brianryner.com
df7896186f Fix XTF build (bug 266188). Patch by doron, r=aaronr@us.ibm.com, sr=me.
git-svn-id: svn://10.0.0.236/trunk@164501 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-27 08:23:04 +00:00
darin%meer.net
fc82d056c0 Adding xpcom_core.dll to the Firefox static build packaging to unbreak
nightly trunk builds, bug 266149.


git-svn-id: svn://10.0.0.236/trunk@164500 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-27 08:16:52 +00:00
darin%meer.net
4e60c971ec Applying fix for smoketest blocker, bug 266214 "Browser will not start after install (xpcom_core.dll not found)"
git-svn-id: svn://10.0.0.236/trunk@164499 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-27 08:10:40 +00:00
timeless%mozdev.org
dbb8c50233 Bug 252836 Exception ``[Exception... "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIWebNavigation.sessionHistory]" nsresult: "0x80004005 (NS_ERROR_FAILURE)" location: "JS frame :: chrome://global/content/bindings/browser.xml :: onxbldestructor :: line 402" data: no]'' thrown from function onxbldestructor(event=Event:{0}) in <chrome://global/content/bindings/browser.xml> line 402.
r=neil sr=bz


git-svn-id: svn://10.0.0.236/trunk@164498 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-27 08:01:48 +00:00
bzbarsky%mit.edu
773a382fdc Adding testcases from bug 263406 to regression tests.
git-svn-id: svn://10.0.0.236/trunk@164496 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-27 05:41:59 +00:00
darin%meer.net
20054ecf5e testing performance fix for bug 266071
git-svn-id: svn://10.0.0.236/trunk@164495 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-27 05:27:37 +00:00
timeless%mozdev.org
f0287c71cb Bug 231716 10 new 'Blamed Build Warnings' from 'Linux brad Clobber (info) on 01/20 22:42', (in files: mozLineTerm.cpp)
patch by gautheri@noos.fr r=timeless sr=roc


git-svn-id: svn://10.0.0.236/trunk@164494 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-27 05:26:56 +00:00
timeless%mozdev.org
05b0e08551 Bug 252836 Exception ``[Exception... "Component returned failure code: 0x80004005 (NS_ERROR_FAILURE) [nsIWebNavigation.sessionHistory]" nsresult: "0x80004005 (NS_ERROR_FAILURE)" location: "JS frame :: chrome://global/content/bindings/browser.xml :: onxbldestructor :: line 402" data: no]'' thrown from function onxbldestructor(event=Event:{0}) in <chrome://global/content/bindings/browser.xml> line 402.
r=neil sr=bz


git-svn-id: svn://10.0.0.236/trunk@164493 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-27 05:23:40 +00:00
timeless%mozdev.org
a6f36871b8 Bug 265388 @mozilla.org/rdf/datasource;1 are rdf datasources and must be used as services
r=neil sr=bienvenu


git-svn-id: svn://10.0.0.236/trunk@164492 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-27 05:15:46 +00:00
bienvenu%nventure.com
fa4796e50c additional fix for 241203 do case-insensitive search for multipart/mixed when determining if a message has an attachment, sr=mscott
git-svn-id: svn://10.0.0.236/trunk@164488 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-27 03:04:47 +00:00
bzbarsky%mit.edu
fe32860667 Make it possible to use the string input stream without heap-allocating a
string.  Bug 263973, r=darin, sr=dbaron


git-svn-id: svn://10.0.0.236/trunk@164487 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-27 02:19:43 +00:00
edburns%acm.org
6a15277f8f update
git-svn-id: svn://10.0.0.236/trunk@164485 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-27 01:38:49 +00:00
edburns%acm.org
6748aa1a5b update.cvsignore
git-svn-id: svn://10.0.0.236/trunk@164484 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-27 01:38:11 +00:00
bzbarsky%mit.edu
31ff66e9c2 Always give <isindex> a space manager. Bug 265371, r+sr=roc
git-svn-id: svn://10.0.0.236/trunk@164483 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-27 01:36:35 +00:00
bzbarsky%mit.edu
874f1be4cf Factor out the code to insert a frame into the right childlist (used for
handling out-of-flows) into a function on the frame constructor state.  Enforce
some invariants via !important rules in html.css instead of hacking them into
the code.  Bug 263406, r+sr=roc


git-svn-id: svn://10.0.0.236/trunk@164482 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-27 01:34:22 +00:00
edburns%acm.org
80626eaa13 This checkin enables MouseListener functionality. You can add a
MouseListener to the EventRegistration or BrowserControlCanvas and be
notified of events on the browser canvas.  You can snoop for onMouseOver
information such as links.  Next step is to cvs remove unused classes
relating to mouse events, for example WCMouseListenerImpl and
WCEventListenerWrapper.

A webclient/test/automated/src/classes/org/mozilla/webclient/MouseListenerTest.java

- exercise mouseListener added to BrowserControlCanvas and to
  EventRegistration.

M webclient/build-tests.xml

- hook up new test

M webclient/classes_spec/org/mozilla/webclient/BrowserControlCanvas.java

- enable adding the MouseListener from here.

M webclient/classes_spec/org/mozilla/webclient/impl/wrapper_native/EventRegistrationImpl.java

- absorb the functionality of WCMouseListenerImpl.  Also need to remove
  WCEventListenerWrapper.

- deal with MouseEvents.

- refactor BrowserToJavaEventPump.run() to handle mouse listeners

M webclient/src_moz/EmbedEventListener.cpp
M webclient/src_moz/EmbedEventListener.h

- absorb functionality from CBrowserContainer relating to mouse events.

M webclient/src_moz/NativeBrowserControl.cpp

- set the EventRegistration into the EmbedEventListener instance.

M webclient/test/manual/src/classes/org/mozilla/webclient/test/TestBrowser.java

- add mouseover url updating to status bar.


git-svn-id: svn://10.0.0.236/trunk@164481 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-27 01:33:57 +00:00
jag%tty.nl
33c9f67b1f And get rid of another warning (don't stuff a 16-bit string in %s)
git-svn-id: svn://10.0.0.236/trunk@164480 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-27 01:05:09 +00:00
jag%tty.nl
1c28455611 Attempt at fixing (part of) OS/2 bustage
git-svn-id: svn://10.0.0.236/trunk@164479 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-27 00:56:35 +00:00
darin%meer.net
c2d5aeb3e9 Attempting to fix GCC 3.4 build bustage
git-svn-id: svn://10.0.0.236/trunk@164478 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-27 00:31:23 +00:00
tor%cs.brown.edu
eb485ff235 Bug 263550 - respect overflow attribute of <svg:svg>. r=scootermorris
git-svn-id: svn://10.0.0.236/trunk@164476 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-27 00:25:08 +00:00
jag%tty.nl
f3355138af Fix minor typo (IDL doesn't mind, but it does emit a warning)
git-svn-id: svn://10.0.0.236/trunk@164475 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-27 00:09:09 +00:00
neil%parkwaycc.co.uk
969167af8a Fix MinGW and OS/2 bustage from bug 262218 patch suggested by mkaply r=me sr=darin
git-svn-id: svn://10.0.0.236/trunk@164474 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-26 23:56:37 +00:00
tor%cs.brown.edu
244722f738 Bug 266183 - correct default values for gradient attributes.
Patch by scootermorris@comcast.net, r=tor


git-svn-id: svn://10.0.0.236/trunk@164473 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-26 23:38:18 +00:00
scott%scott-macgregor.org
9759133cd3 Bug #266027 --> unable to import data from netscape 4.x.
Move some code from the old profile manager and from the new migration code
which knows how to do some of this stuff as well) into the import code so we don't
depend on the obsolete profile manager.

sr=bienvenu


git-svn-id: svn://10.0.0.236/trunk@164472 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-26 23:23:22 +00:00
scott%scott-macgregor.org
2a109ea37c Bug #250828 --> Thunderbird does not use localized string "Inbox" for global inbox users.
sr=bienvenu


git-svn-id: svn://10.0.0.236/trunk@164471 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-26 23:16:13 +00:00
mcafee%mocha.com
9d47db6a51 Finally fixed the days layout problem, the form was fighting with tables.
git-svn-id: svn://10.0.0.236/trunk@164470 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-26 23:04:41 +00:00
bugzilla%arlen.demon.co.uk
c0a7bdfe3a Bug 264102 Chrome should use document.title instead of window.title - mail fixes
p=me r=mscott


git-svn-id: svn://10.0.0.236/trunk@164467 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-26 22:04:49 +00:00
mcafee%mocha.com
427b96759c Adding MPL 1.1. r=jrgm@liveops.com
git-svn-id: svn://10.0.0.236/trunk@164466 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-26 22:01:35 +00:00
bzbarsky%mit.edu
4faa08a83c Make sure to clear the event queue before processing restyles, in case that
tries to post reflow events. Bug 266171, r+sr=dbaron


git-svn-id: svn://10.0.0.236/trunk@164465 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-26 21:42:37 +00:00
mcafee%mocha.com
c8fd07e76b Adding MPL license. r=jrgm@liveops.com, sr=gerv
git-svn-id: svn://10.0.0.236/trunk@164464 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-26 21:41:41 +00:00
steffen.wilberg%web.de
31f0172b9c Bug 265741: fix menuPath and preferences entities for Mac. r=jeff
git-svn-id: svn://10.0.0.236/trunk@164463 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-26 21:37:32 +00:00
steffen.wilberg%web.de
ad86616629 Bug 263762: remove 'Close Window if only one Tab is open'. r=jeff
git-svn-id: svn://10.0.0.236/trunk@164462 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-26 21:36:20 +00:00
vladimir%pobox.com
d08cdc2107 first bits of new calendar interfaces
git-svn-id: svn://10.0.0.236/trunk@164455 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-26 21:27:59 +00:00
wchang0222%aol.com
ef4f07f041 Bugzilla bug 265501: compilers do not define _LP64 implicitly. _LP64 is
defined by <sys/isa_defs.h>.  So we need to test for the processor macros
directly.


git-svn-id: svn://10.0.0.236/trunk@164453 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-26 21:24:34 +00:00
varga%nixcorp.com
d3dfb52748 Fixing gcc 3.4 bustage.
git-svn-id: svn://10.0.0.236/trunk@164452 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-26 21:03:58 +00:00
wchang0222%aol.com
78d11c276a Bugzilla bug 265709: fixed compiler warnings on LP64 platforms about
casting between a pointer and an integer of different size. r=jpierre.


git-svn-id: svn://10.0.0.236/trunk@164449 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-26 20:44:29 +00:00
pedemont%us.ibm.com
7d18c78edc Properly handle [inout] string params when calling a Java method from XPCOM. Allocate enough space for PRUnichar string when returning to XPCOM.
git-svn-id: svn://10.0.0.236/trunk@164448 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-26 20:30:01 +00:00
pedemont%us.ibm.com
eb7613bcfa Call dumpArray() after deleting array, to see if all objects are properly deleted.
git-svn-id: svn://10.0.0.236/trunk@164447 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-26 20:16:04 +00:00
pedemont%us.ibm.com
d0eb2a9d37 Make sure to delete create XPTC stubs. If method invocation fails, clean up params before throwing exception and returning.
git-svn-id: svn://10.0.0.236/trunk@164446 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-26 20:14:53 +00:00
edburns%acm.org
e4fa4333d2 Move this forward to leverage the THTTPD services of WebclientTestCase.
git-svn-id: svn://10.0.0.236/trunk@164445 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-26 19:33:15 +00:00
mostafah%oeone.com
9f9beaec26 Checked in patch for bug 265399:
###!!! ASSERTION: You are calling CreateInstance "{ed3db3fc-0168-4cab-8818-98f5475a490c}"
when a service for this CID already exists!:
'Error', file r:/mozilla/xpcom/components/nsComponentManager.cpp, line 1880


git-svn-id: svn://10.0.0.236/trunk@164444 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-26 19:30:50 +00:00
mostafah%oeone.com
3333a19dee Checked in attachment #159387 for bug 256087:
Input area is labelled Categories (should be Category)


git-svn-id: svn://10.0.0.236/trunk@164443 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-26 18:43:12 +00:00
mostafah%oeone.com
b65cc0740a Checked in patches for bug 258986:
Cleanup event & todo/task mouseover preview tooltips: combine code, add properties, date ranges


git-svn-id: svn://10.0.0.236/trunk@164442 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-26 18:25:41 +00:00
mostafah%oeone.com
1233ecd0c9 Checked in patch for bug 259463:
Date Problem-can not accept date before 01/01/1601 ,show blank


git-svn-id: svn://10.0.0.236/trunk@164441 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-26 17:34:02 +00:00
bienvenu%nventure.com
1ef9eb01b0 fix 249240 add pref to disable logon_fallback for pop3, and handle other authentication problems, patch by me and ch.ey@gmx.net, r=me and ch.ey@gmx.net, sr=mscott
git-svn-id: svn://10.0.0.236/trunk@164440 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-26 17:16:30 +00:00
mostafah%oeone.com
594f8a57cb Added semicolon ( http://bugzilla.mozilla.org/show_bug.cgi?id=260158#c7 )
git-svn-id: svn://10.0.0.236/trunk@164439 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-26 17:05:01 +00:00
mostafah%oeone.com
0204099e5c Checked in patch for bug 260158:
datepicker/timepicker menulist have blinking text cursor while popped up, but can't type


git-svn-id: svn://10.0.0.236/trunk@164437 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-26 16:42:24 +00:00
pkw%us.ibm.com
35fed2e1dd Bug 257097 - Offline/online switcher is not available in GOK's UI Grab.
Patch contributed by Louie Zhao (louie.zhao@sun.com)
r=aaronleventhal@moonset.net, sr=Henry.Jia@sun.com


git-svn-id: svn://10.0.0.236/trunk@164436 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-26 16:32:45 +00:00
pinkerton%aol.net
81077b3ed0 fix bustage in static build
git-svn-id: svn://10.0.0.236/trunk@164434 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-26 16:06:35 +00:00
bienvenu%nventure.com
4b95a3e4b4 add a pop3 timer for connection establishment since necko doesn't timeout, 127461, r=ch.ey@gmx.net, sr=mscott
git-svn-id: svn://10.0.0.236/trunk@164433 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-26 16:03:13 +00:00
bienvenu%nventure.com
be3f50e522 replace PR_ASSERT with NS_ASSERTION so debug builds don't abort, no bug
git-svn-id: svn://10.0.0.236/trunk@164432 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-26 15:32:59 +00:00
pinkerton%aol.net
13c7033530 fix bustage after libxpcom_core landing
git-svn-id: svn://10.0.0.236/trunk@164431 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-26 14:15:51 +00:00
aaronleventhal%moonset.net
53a4f4090a Bug 251498. Implement outline-offset. r+sr=roc
git-svn-id: svn://10.0.0.236/trunk@164430 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-26 12:57:15 +00:00
pinkerton%aol.net
f33a4842ee checkout standardized mozconfig
git-svn-id: svn://10.0.0.236/trunk@164426 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-26 12:44:08 +00:00
webmail%kmgerich.com
1a0ff40cde back out firefox sidebar style changes on trunk, bug #251910
git-svn-id: svn://10.0.0.236/trunk@164423 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-26 12:09:38 +00:00
steffen.wilberg%web.de
b9856b48ab Bug 263762: remove Opt+F4 from shortcut list for FF-Mac and IE-Mac. r=jeff
git-svn-id: svn://10.0.0.236/trunk@164420 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-26 07:52:20 +00:00
darin%meer.net
4241a41ad9 attempting to fix gcc 3.4 bustage
git-svn-id: svn://10.0.0.236/trunk@164418 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-26 07:17:49 +00:00
steffen.wilberg%web.de
ec9e9d5dfa Bug 265213: Help for migrating IE/Mac users should address terminology issues.r=jeff
git-svn-id: svn://10.0.0.236/trunk@164417 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-26 07:13:30 +00:00
steffen.wilberg%web.de
575424a9c0 Bug 265853: 'File' menu items listed in wrong order. r=jeff
git-svn-id: svn://10.0.0.236/trunk@164414 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-26 07:00:45 +00:00
db48x%yahoo.com
2a582aa01c bug 239472: Page Info -> media -> Save As... doesn't work
r=db48x, sr=jag


git-svn-id: svn://10.0.0.236/trunk@164412 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-26 06:59:57 +00:00
dmose%mozilla.org
677f4c0498 Partial fix for Open / Show Folder being broken for files downloaded in previous invocations of Firefox (bug 239948); r=ben
git-svn-id: svn://10.0.0.236/trunk@164411 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-26 06:44:21 +00:00
scott%scott-macgregor.org
ed931811f7 Bug #264467 --> Crash when renaming a local folder to have a forward slash in it.
sr=bienvenu


git-svn-id: svn://10.0.0.236/trunk@164408 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-26 04:44:55 +00:00
ginn.chen%sun.com
9ad2cbe919 bug 251492 [gnome]selected item text wrong color in high-contrast themes
ginn.chen%sun.com r=bryner sr=dbaron
also fix bug 244955 [GNOME] incorrect system colors for the menu item text


git-svn-id: svn://10.0.0.236/trunk@164406 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-26 01:45:28 +00:00
bryner%brianryner.com
50c461e172 Support nested bind elements (bug 265471). Remove use of nsIXTFPrivate, to make the code cleaner (and more efficient, as well). Implement the readonly property for inputs.
git-svn-id: svn://10.0.0.236/trunk@164403 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-26 00:34:03 +00:00
jst%mozilla.jstenback.com
4e96a7e625 Fixing bug 265921. Prevent script from closing tabs. r=bryner@brianryner.com, sr=brendan@mozilla.org, patch by bzbarsky@mit.edu and jst@mozilla.org
git-svn-id: svn://10.0.0.236/trunk@164402 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-26 00:13:50 +00:00
mrbkap%gmail.com
58db93fd54 bug 263083: view-source now shows tokenizer-level errors, I forgot to check this in earlier. r=rbs sr=dmose
git-svn-id: svn://10.0.0.236/trunk@164401 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-25 23:54:04 +00:00
dbaron%dbaron.org
86b7be5383 Fix effect of horizontal padding/border on text-decorations on broken inlines. b=258126 r+sr=bzbarsky
git-svn-id: svn://10.0.0.236/trunk@164400 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-25 23:48:29 +00:00
mrbkap%gmail.com
01a99739f8 bug 256731: unclosed userdefined tags inside phrasal tags cause the phrasal tags to be unable to close. r=rbs sr=bzbarsky
git-svn-id: svn://10.0.0.236/trunk@164399 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-25 23:33:04 +00:00
bugzilla%arlen.demon.co.uk
8fbb4e50c4 Bug 265950 Change ' to &apos; and &quot; to <q></q>
p=giacomo.magnini@portalis.it r=me


git-svn-id: svn://10.0.0.236/trunk@164398 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-25 23:25:14 +00:00
scott%scott-macgregor.org
eb48fb089f Bug #245331 --> Don't truncate long attachment names in the messsage pane.
Patch by David Bienvenu.


git-svn-id: svn://10.0.0.236/trunk@164397 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-25 23:10:49 +00:00
bugzilla%arlen.demon.co.uk
0398038571 Bug 264102 Chrome should use document.title instead of window.title - p3p fixes
p=me r=neil.parkwaycc.co.uk sr=darin


git-svn-id: svn://10.0.0.236/trunk@164394 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-25 23:08:06 +00:00
darin%meer.net
905ca24f16 disable mfcembed in static builds to fix build bustage (see bug 262218), r=bsmedberg
git-svn-id: svn://10.0.0.236/trunk@164392 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-25 22:30:08 +00:00
dmose%mozilla.org
628a1e9764 Get rid of external protocol handler warning dialog when using 'Show Folder' and 'Open File' on Linux (bug 249654). r=bsmedberg, sr=dveditz
git-svn-id: svn://10.0.0.236/trunk@164390 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-25 22:16:16 +00:00
cbiesinger%web.de
985b357d42 265333 don't explicitly pass all arguments to NS_NewInputStreamChannel, so that the
more efficient variant with fewer arguments can be used r+sr=darin


git-svn-id: svn://10.0.0.236/trunk@164389 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-25 22:08:09 +00:00
bienvenu%nventure.com
7e06c5acea detect attachments in imap messages at header download time, sr=mscott, 241203
git-svn-id: svn://10.0.0.236/trunk@164385 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-25 21:54:34 +00:00
neil%parkwaycc.co.uk
6bfee66540 Bug 253941 Compilers that know about explicit constructors should be able to stop you from assigning nsISupports and derived pointers directly into incompatible nsCOMPtrs r=scc sr=dbaron
git-svn-id: svn://10.0.0.236/trunk@164384 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-25 21:45:00 +00:00
darin%meer.net
22793b1418 fixing btek bustage
git-svn-id: svn://10.0.0.236/trunk@164381 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-25 21:11:55 +00:00
mkaply%us.ibm.com
9c8cfffe0b OS/2 build bustage - don't ask
git-svn-id: svn://10.0.0.236/trunk@164380 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-25 20:45:17 +00:00
darin%meer.net
589b5d7b28 moved build/nsStringAPI.cpp into stub/ to fix win32 depend build bustage, r=bsmedberg
git-svn-id: svn://10.0.0.236/trunk@164379 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-25 20:35:12 +00:00
darin%meer.net
7626207903 fixes bug 263903 "redirects with a body not cached properly" r=biesi sr=bz
git-svn-id: svn://10.0.0.236/trunk@164378 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-25 19:55:10 +00:00
darin%meer.net
0bc77e4e18 fixes bug 263957 "Convert nsProperties to nsTHashtable, implement GetKeys" r=bsmedberg sr=shaver
git-svn-id: svn://10.0.0.236/trunk@164377 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-25 19:52:48 +00:00
cltbld
463c5a59b1 Automated update from host egg
git-svn-id: svn://10.0.0.236/trunk@164376 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-25 19:42:49 +00:00
darin%meer.net
3f701b6803 landing patch for bug 262218 "libxpcom.so should only export frozen symbols" r=bsmedberg sr=bryner
git-svn-id: svn://10.0.0.236/trunk@164375 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-25 19:34:45 +00:00
bienvenu%nventure.com
94cd40c1ae set has attachment flag at hdr download time by looking for content type multipart mixed, 241203
git-svn-id: svn://10.0.0.236/trunk@164373 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-25 18:48:22 +00:00
pinkerton%aol.net
59c699a20e standardized mozconfig
git-svn-id: svn://10.0.0.236/trunk@164371 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-25 18:04:44 +00:00
despotdaemon
c3b0a56919 Pseudo-automatic update of changes made by camino@jasperhauser.nl.
git-svn-id: svn://10.0.0.236/trunk@164369 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-25 17:47:24 +00:00
joshmoz%gmail.com
ed07c35d88 clear memory cache as well as disk cache from prefs, re-word interface accordingly (bug 257491)
git-svn-id: svn://10.0.0.236/trunk@164368 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-25 17:46:57 +00:00
mostafah%oeone.com
761fb7c627 Updated translation
git-svn-id: svn://10.0.0.236/trunk@164367 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-25 17:34:02 +00:00
despotdaemon
63f9987bc1 Pseudo-automatic update of changes made by knous@mozilla.org.
git-svn-id: svn://10.0.0.236/trunk@164366 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-25 17:28:53 +00:00
pedemont%us.ibm.com
70b892fdf7 Bug 265289 - GetListenerInfo comparing weakrefs rather than referents. r=bsmedberg, sr=darin
git-svn-id: svn://10.0.0.236/trunk@164364 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-25 15:55:33 +00:00
pedemont%us.ibm.com
581c7bc870 Bug 265253 - RemoveWebBrowserListener incorrectly passes nsIWeakRef. r+sr=darin
git-svn-id: svn://10.0.0.236/trunk@164363 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-25 15:47:54 +00:00
mostafah%oeone.com
d2ed69d4ba -Checked in patches for bug 260169:
generalize formatDateTime and formatInterval relative to given date, not just today
-Removed redundant AllDay entry from calendar.properties


git-svn-id: svn://10.0.0.236/trunk@164362 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-25 15:47:30 +00:00
igor%mir2.org
0c4f9dfb42 Minimizing memory footprint by eliminating class fields:
1. IdScriptableObject.maxInstanceId is replaced by overridden getMaxInstanceId()

2. BaseFunction.argumentsProperty is replaced by storing when necessary explicit "arguments" property in ScriptableObject hashmap.

3. NativeFunction.(argNames|argCount|version) is replaced by code that reconstruct the necessary values from embedded in class file or InterpreterData (see bug 264637)


git-svn-id: svn://10.0.0.236/trunk@164361 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-25 15:44:24 +00:00
tor%cs.brown.edu
63003ae673 Bug 264832 - SVGSVGElement.createSVG{Number,Length} not implemented.
Patch by jwatt, r=tor.


git-svn-id: svn://10.0.0.236/trunk@164360 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-25 15:18:03 +00:00
mostafah%oeone.com
c69510396b Updated translation
git-svn-id: svn://10.0.0.236/trunk@164359 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-25 14:43:05 +00:00
steffen.wilberg%web.de
b16b69efe4 fixing build bustage from bug 265826; trunk checkin missed a file
git-svn-id: svn://10.0.0.236/trunk@164358 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-25 14:06:27 +00:00
cbiesinger%web.de
311fcae317 265333 NS_NewInputStreamChannel should not overwrite a content charset set from
the content type with an empty string r+sr=darin


git-svn-id: svn://10.0.0.236/trunk@164357 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-25 13:15:25 +00:00
bmlk%gmx.de
b90139c45c prevent double caption frame creation instead of later caption frame removal bug 265181 r/sr=bzabrsky
git-svn-id: svn://10.0.0.236/trunk@164356 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-25 12:31:02 +00:00
justdave%bugzilla.org
ae31071952 Bump version number to 2.19.1+ to indicate version pulled from CVS.
git-svn-id: svn://10.0.0.236/trunk@164355 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-25 11:35:14 +00:00
neil%parkwaycc.co.uk
d7ce61cc9a Bug 260217 Fix old window.title workarounds r=glazou sr=mscott
git-svn-id: svn://10.0.0.236/trunk@164354 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-25 10:04:35 +00:00
bryner%brianryner.com
7b8596eead Pass correct string length to NS_ConvertUTF16toUTF8 (bug 265829). r=vlad.
git-svn-id: svn://10.0.0.236/trunk@164351 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-25 08:34:14 +00:00
bryner%brianryner.com
c281a208ab Fix linux installer to be able to use png images instead of XPM. Add new firefox and thunderbird artwork in png forward and remove generic xpms. Bug 265826, r=vlad.
git-svn-id: svn://10.0.0.236/trunk@164350 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-25 08:32:39 +00:00
dveditz%cruzio.com
afe1e85825 bug 263546: move external protocol warning down a level, r=jsr,sr=darin
git-svn-id: svn://10.0.0.236/trunk@164343 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-25 07:46:01 +00:00
justdave%bugzilla.org
ca1d947c1f Bump version number to 2.19.1 for snapshot release
git-svn-id: svn://10.0.0.236/trunk@164340 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-25 07:43:45 +00:00
justdave%bugzilla.org
23b8eb8396 [SECURITY] Bug 250605: Changes to the metadata (filename, description, mime type, review flags) on attachments which were flagged as private get displayed to users who are not members of the group allowed to see private attachments when receiving bug change notification mails. This only affects sites that use the 'insidergroup' feature.
Patch by Joel Peshkin <bugreport@peshkin.net>
r=kiko,justdave, a=justdave


git-svn-id: svn://10.0.0.236/trunk@164339 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-25 07:37:01 +00:00
justdave%bugzilla.org
6dc3e61233 [SECURITY] Bug 253544: Changes to the metadata (filename, description, mime type, review flags) on attachments which were flagged as private get displayed to users who are not members of the group allowed to see private attachments when viewing the bug activity log. This only affects sites that use the 'insidergroup' feature.
Patch by Joel Peshkin <bugreport@peshkin.net>
r=zach,justdave, a=justdave


git-svn-id: svn://10.0.0.236/trunk@164338 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-25 07:34:30 +00:00
justdave%bugzilla.org
bca966aff7 [SECURITY] Bug 263780: Exporting a bug to XML exposes user comments and attachment summaries which are marked as private to users who are not members of the group allowed to see private comments and attachments. XML export is not exposed in the user interface, but is available to anyone who knows the correct URL to invoke it. This only affects sites that use the 'insidergroup' feature.
Patch by Joel Peshkin <bugreport@peshkin.net>
r=vladd,justdave, a=justdave


git-svn-id: svn://10.0.0.236/trunk@164337 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-25 07:26:57 +00:00
justdave%bugzilla.org
4da516c042 [SECURITY] Bug 252638: It is possible to send a carefully crafted HTTP POST message to process_bug.cgi which will remove keywords from a bug even if you don't have permissions to edit all bug fields (the "editbugs" permission). Such changes are reported in "bug changed" email notifications, so they are easily detected and reversed if someone abuses it.
Patch by Myk Melez <myk@mozilla.org>
r=gerv, a=justdave


git-svn-id: svn://10.0.0.236/trunk@164336 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-25 07:20:59 +00:00
justdave%bugzilla.org
45f8635565 Bug 250897: Enforce a 10 minute waiting period between password reset attempts to prevent the user getting mailbombed if the form is submitted multiple times.
Patch by Joel Peshkin <bugreport@peshkin.net>
r=kiko, a=justdave


git-svn-id: svn://10.0.0.236/trunk@164334 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-25 07:12:22 +00:00
steffen.wilberg%web.de
60be1a1ddd forgot to bump the date
git-svn-id: svn://10.0.0.236/trunk@164333 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-25 07:09:54 +00:00
steffen.wilberg%web.de
1bc5ea15f3 Bug 265849: there's no longer an Options button in the Download Manager. p=als@mozilla.ru, r=me
git-svn-id: svn://10.0.0.236/trunk@164332 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-25 07:02:54 +00:00
timeless%mozdev.org
fdcedd1d92 Bug 157994 Code in in nsDataObj.cpp prone to buffer overflow , and generally awful
patch by daniel_atallah@yahoo.com r=dean_tessman sr=sfraser


git-svn-id: svn://10.0.0.236/trunk@164329 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-25 06:15:52 +00:00
timeless%mozdev.org
6d6fdc2e0f http://www.mozilla.org/hacking/portable-cpp.html
Be careful of the scoping of variables declared inside for() statements.


git-svn-id: svn://10.0.0.236/trunk@164328 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-25 05:51:24 +00:00
mrbkap%gmail.com
8aa72545ed Add a regression test for bug 256731
git-svn-id: svn://10.0.0.236/trunk@164327 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-25 05:25:52 +00:00
justdave%bugzilla.org
46e9d71358 Bug 254498: Check for comment required for time validation was too late.
Patch by Tiago R. Mello <tiago@async.com.br>
r=kiko, a=justdave


git-svn-id: svn://10.0.0.236/trunk@164324 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-25 04:49:32 +00:00
justdave%bugzilla.org
4b7ef17e92 Backing out patch for bug 251596: found a problem with it after I committed. See the bug.
git-svn-id: svn://10.0.0.236/trunk@164323 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-25 04:35:30 +00:00
justdave%bugzilla.org
3515adc40c Bug 251596: show.html.tmpl wasn't using the customized body attribute
Patch by Marc Schumann <wurblzap@gmail.com>
r=kiko, a=myk


git-svn-id: svn://10.0.0.236/trunk@164321 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-25 04:28:32 +00:00
bienvenu%nventure.com
0504bd7c42 close db's as we go downloading newsgroups for offline use, sr=mscott 142278
git-svn-id: svn://10.0.0.236/trunk@164320 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-25 04:16:04 +00:00
bienvenu%nventure.com
f27a99f99b fix rename of virtual imap folders, sr=mscott 265507
git-svn-id: svn://10.0.0.236/trunk@164319 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-25 02:38:45 +00:00
bzbarsky%mit.edu
8f32883df0 Fixing build bustage fallout from bug 253941.
git-svn-id: svn://10.0.0.236/trunk@164317 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-25 01:14:33 +00:00
bzbarsky%mit.edu
4daa73868c Er.. doing this right.
git-svn-id: svn://10.0.0.236/trunk@164316 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-25 01:12:16 +00:00
bzbarsky%mit.edu
b63894e092 Don't use ?: because that depends on implicit conversion of pointers to
nsQueryInterface.  Fixing build bustage from bug 253941.


git-svn-id: svn://10.0.0.236/trunk@164315 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-25 01:07:57 +00:00
bugzilla%arlen.demon.co.uk
12622e6f55 Bug 264102 Chrome should use document.title instead of window.title - editor fixes (without EdColorPicker.js changes as these will be fixed in the patch to bug 260217)
p=me r=daniel sr=neil.parkwaycc.co.uk


git-svn-id: svn://10.0.0.236/trunk@164314 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-25 00:39:27 +00:00
jocuri%softhome.net
84072cf6d1 Documentation patch for bug 143490: Update documentation regarding code changes needed when running Bugzilla under win32 (some are no longer required since checksetup.pl no longer calls unsupported functions when running on Windows); patch by GavinS <bugzilla@chimpychompy.org>, r=vladd.
git-svn-id: svn://10.0.0.236/trunk@164313 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-24 23:54:55 +00:00
jocuri%softhome.net
caea7af870 Patch for bug 192218: Ability to use a hyphen as a way to filter specifically for requests with no requestee; patch by Frédéric Buclin <LpSolit@netscape.net>; r=myk, a=myk.
git-svn-id: svn://10.0.0.236/trunk@164312 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-24 23:34:20 +00:00
jocuri%softhome.net
14911f3025 Patch for bug 252137: tabular reports shouldn't be broken if a row/col/tbl header begins with an underscore; patch by Rob Siklos <rsiklos@adexa.com>; r=gerv, a=justdave.
git-svn-id: svn://10.0.0.236/trunk@164311 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-24 23:26:09 +00:00
steffen.wilberg%web.de
61a9297ccf Bug 263482: focus the search box when switching to search sidebar in Help Viewer. r=bryner
git-svn-id: svn://10.0.0.236/trunk@164310 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-24 23:14:16 +00:00
silver%warwickcompsoc.co.uk
0c6f9bcdb2 Bug 249462 - Put ChatZilla XPI building tools into CVS.
ChatZilla only.
r=rginda


git-svn-id: svn://10.0.0.236/trunk@164309 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-24 23:04:15 +00:00
bugzilla%arlen.demon.co.uk
072d3ef213 Bug 111484 Hide/Show platform-specific references in help files
p=stefan_h@hem.utfors.se r=me


git-svn-id: svn://10.0.0.236/trunk@164308 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-24 23:02:26 +00:00
neil%parkwaycc.co.uk
9af3f096c3 Deprecate window.title b=264102 r=jst sr=peterv
git-svn-id: svn://10.0.0.236/trunk@164307 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-24 22:57:06 +00:00
bugzilla%arlen.demon.co.uk
214587b418 Bug 264102 Chrome should use document.title instead of window.title - mailnews fixes (apart from sendProgress.js which will be in fix to bug 260217)
p=me r=neil.parkwaycc.co.uk sr=bienvenu


git-svn-id: svn://10.0.0.236/trunk@164306 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-24 22:51:01 +00:00
silver%warwickcompsoc.co.uk
70ffc1b766 Bug 262037 - Only search for plugins to remove by URL, not ID.
ChatZilla only.
r=rginda
p=samuel@sieb.net (Samuel Sieb)


git-svn-id: svn://10.0.0.236/trunk@164305 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-24 22:49:27 +00:00
bzbarsky%mit.edu
a87e96e598 Make sure to insert the floating items as children of their parent before
clobbering the float items in the constructor state when a table cell is
floated.  Bug 263846, r+sr=roc


git-svn-id: svn://10.0.0.236/trunk@164303 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-24 22:03:49 +00:00
silver%warwickcompsoc.co.uk
f11d74f849 Bug 261711 - Treat '330' message the same as other whois lines.
ChatZilla only.
r=samuel@sieb.net


git-svn-id: svn://10.0.0.236/trunk@164302 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-24 20:03:45 +00:00
bzbarsky%mit.edu
bf516c9b06 Reduce amount of refcounting in PopState. Bug 261024, r+sr=bryner
git-svn-id: svn://10.0.0.236/trunk@164301 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-24 19:37:16 +00:00
silver%warwickcompsoc.co.uk
d608a828a8 Bug 255494 - Correctly clear pref observer system. Prevents hitting pref system crash (bug 265788).
ChatZilla only.
r=rginda


git-svn-id: svn://10.0.0.236/trunk@164300 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-24 19:35:08 +00:00
silver%warwickcompsoc.co.uk
3db5fb226e Bug 265414 - Don't call createInstance on a service CID. Also optimises utility code to createInstance and adds a getService utility function.
ChatZilla only.
r=rginda


git-svn-id: svn://10.0.0.236/trunk@164299 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-24 19:31:38 +00:00
bugzilla%arlen.demon.co.uk
7fbe709cb1 Bug 145926 Navigator Preferences - DOM Inspector help content needed
p=stefan_h@hem.utfors.se r=me


git-svn-id: svn://10.0.0.236/trunk@164298 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-24 19:28:41 +00:00
bugzilla%arlen.demon.co.uk
117bab450b Bug 251548 Minor nits and cruft removal from composer_help.xhtml
p=giacomo.magnini@portalis.it r=me/neil.parkwaycc.co.uk


git-svn-id: svn://10.0.0.236/trunk@164297 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-24 19:23:51 +00:00
bugzilla%arlen.demon.co.uk
6a18aa4084 Bug 262080 Cruft removal/additional fixes for mozilla help files - cruftremovalnew4 fixes
p=giacomo.magnini@portalis.it r=me


git-svn-id: svn://10.0.0.236/trunk@164296 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-24 18:46:42 +00:00
bugzilla%arlen.demon.co.uk
e997831c00 Bug 262080 Cruft removal/additional fixes for mozilla help files - developer tools patch
p=giacomo.magnini@portalis.it r=neil.parkwaycc.co.uk


git-svn-id: svn://10.0.0.236/trunk@164295 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-24 18:37:18 +00:00
bzbarsky%mit.edu
c349fca2eb "Mozilla Xprint 2004/Q3 update". Bug 262287, patch by Julien Lafon
<julien.lafon@gmail.com>, r=roland.mainz, sr=henry.jia


git-svn-id: svn://10.0.0.236/trunk@164294 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-24 18:34:50 +00:00
julien.pierre.bugs%sun.com
cb5cbee168 Fix for bug 262192 . assert and check attribute ptr
git-svn-id: svn://10.0.0.236/trunk@164293 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-24 18:31:27 +00:00
julien.pierre.bugs%sun.com
2e5cdc46cf Fix for bug 265707 - SECMOD_FindSlot always returns NULL. r=relyea
git-svn-id: svn://10.0.0.236/trunk@164291 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-24 18:25:04 +00:00
bugzilla%arlen.demon.co.uk
0c6309cc5e Bug 264102 Chrome should use document.title instead of window.title - toolkit fixes
p=me r=vladimir


git-svn-id: svn://10.0.0.236/trunk@164290 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-24 18:20:10 +00:00
bugzilla%arlen.demon.co.uk
f25bb20039 Bug 264102 Chrome should use document.title instead of window.title - xmlterm fixes
p=me r=neil.parkwaycc.co.uk


git-svn-id: svn://10.0.0.236/trunk@164289 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-24 18:10:59 +00:00
bugzilla%arlen.demon.co.uk
ee86d64c65 Bug 264102 Chrome should use document.title instead of window.title - xpfe fixes
p=me r/sr=neil.parkwaycc.co.uk


git-svn-id: svn://10.0.0.236/trunk@164288 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-24 17:52:18 +00:00
bugzilla%arlen.demon.co.uk
f7a78a0506 Bug 264102 Chrome should use document.title instead of window.title - sroaming fixes
p=me r=ben.bucksch


git-svn-id: svn://10.0.0.236/trunk@164287 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-24 17:48:06 +00:00
bugzilla%arlen.demon.co.uk
1735b9dbf7 Bug 264102 Chrome should use document.title instead of window.title - venkman fixes
p=me r=rginda


git-svn-id: svn://10.0.0.236/trunk@164286 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-24 17:45:21 +00:00
bugzilla%arlen.demon.co.uk
b04e36c273 Bug 260364 Fixup radiogroups to use new .value functionality of radio.xml - mail patch
p=me r=mscott


git-svn-id: svn://10.0.0.236/trunk@164285 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-24 17:41:57 +00:00
joshmoz%gmail.com
dffdfc1077 clean out some old stuff pertaining to classic Mac OS (bug 231337) r=sdagley sr=bzbarsky
git-svn-id: svn://10.0.0.236/trunk@164284 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-24 17:36:11 +00:00
bzbarsky%mit.edu
5da8517b59 Make vertical marquees actually be 200px height by default. Bug 265631,
original patch by Martijn Wargers <m.wargers@hccnet.nl> with some changes by
me, r=doron, sr=jst


git-svn-id: svn://10.0.0.236/trunk@164283 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-24 17:33:22 +00:00
mrbkap%gmail.com
3f697a53df bug 263083: view-source now reports tokenization-level errors in HTML and XML. r=rbs sr=dmose
git-svn-id: svn://10.0.0.236/trunk@164282 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-24 17:32:30 +00:00
bzbarsky%mit.edu
f1455a8d69 Fix binding teardown to clear out insertion parent entries for nodes that no
longer have insertion parents.  Bug 261818, r=bryner, sr=jst


git-svn-id: svn://10.0.0.236/trunk@164281 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-24 17:30:47 +00:00
bzbarsky%mit.edu
0d9db05b83 Make XSLT stylesheet loads check content policy. Bug 203211, r=sicking,
sr=peterv


git-svn-id: svn://10.0.0.236/trunk@164280 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-24 17:25:58 +00:00
bzbarsky%mit.edu
ae2660d433 nsCOMArray::RemoveObjectAt fails to remove nulls correctly. Bug 265772,
r=darin, sr=dbaron


git-svn-id: svn://10.0.0.236/trunk@164279 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-24 17:24:25 +00:00
mrbkap%gmail.com
9d81bbd030 bug 265339: nsCParserStartNode::~nsCParserStartNode() asserts unnecessarily. r+sr=peterv
git-svn-id: svn://10.0.0.236/trunk@164278 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-24 17:24:02 +00:00
bzbarsky%mit.edu
0ff1d2bd76 Mask out temporary bits from the frame state to reduce regression test noise.
Bug 265552, r+sr=roc


git-svn-id: svn://10.0.0.236/trunk@164277 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-24 17:23:40 +00:00
bzbarsky%mit.edu
1227b4d54b No need to QI mDocumentURI to nsIURI. It's already one. Noticed by jwatt,
r+sr=bzbarsky.


git-svn-id: svn://10.0.0.236/trunk@164276 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-24 17:21:20 +00:00
bzbarsky%mit.edu
ca3d2ed9ce Make setting attributes via attribute nodes in HTML correctly lowercase the
attr name.  Bug 264644, r=sicking, sr=peterv


git-svn-id: svn://10.0.0.236/trunk@164275 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-24 17:18:27 +00:00
bzbarsky%mit.edu
8ad598b075 DeCOMTaminate some methods on nsIStyledContent. Bug 244258, patch by jpl24
<jlurz24@gmail.com>, r+sr=bzbarsky


git-svn-id: svn://10.0.0.236/trunk@164274 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-24 17:10:32 +00:00
mrbkap%gmail.com
c8f37d6854 bug 264882: view-source turns &xi; into &#xi; r+sr=bzbarsky
git-svn-id: svn://10.0.0.236/trunk@164273 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-24 17:04:03 +00:00
jst%mozilla.jstenback.com
5f80850197 Fixing bug 265728. Don't paste on middle click from events not generated by the user. r+sr=bryner@brianryner.com
git-svn-id: svn://10.0.0.236/trunk@164270 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-24 06:34:06 +00:00
timeless%mozdev.org
3c593cc1b2 Bug 246173 Install failed: Couldn't open xpistub library
patch by ajschult@verizon.net r=bryner a=asa


git-svn-id: svn://10.0.0.236/trunk@164268 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-24 05:28:50 +00:00
dbaron%dbaron.org
0739175c63 Remove partial implementation of -moz-key-equivalent that was useful for nothing other than crashing. b=265721 r+sr=bzbarsky a=asa
git-svn-id: svn://10.0.0.236/trunk@164266 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-24 04:43:49 +00:00
dbaron%dbaron.org
307067aa6d Remove partial implementation of -moz-key-equivalent that was useful for nothing other than crashing. b=265721 r+sr=bzbarsky a=asa
git-svn-id: svn://10.0.0.236/trunk@164265 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-24 04:32:21 +00:00
bienvenu%nventure.com
4e92e11819 fix for 187145 losing offline imap delete events, sr=mscott
git-svn-id: svn://10.0.0.236/trunk@164263 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-24 02:50:19 +00:00
bienvenu%nventure.com
9bb7e66292 fix 265330 problems with unread counts in virtual folders, sr=mscott
git-svn-id: svn://10.0.0.236/trunk@164262 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-24 00:13:40 +00:00
bienvenu%nventure.com
908c7979ca fix 265330 problems with unread counts in virtual folders, and clearing new flag, sr=mscott
git-svn-id: svn://10.0.0.236/trunk@164261 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-24 00:05:38 +00:00
bienvenu%nventure.com
f095803679 fix 265595 sr=mscott opening the first message in a dummy thread opens a blank window
git-svn-id: svn://10.0.0.236/trunk@164260 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-24 00:00:59 +00:00
dbaron%dbaron.org
26180ba4fd Revert part of the changes from bug 140611. Patch partly from Sander <svl_bmo@juima.org>. b=259683 r+sr=roc a=asa
git-svn-id: svn://10.0.0.236/trunk@164259 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-23 23:24:20 +00:00
dbaron%dbaron.org
784d3dd39f Propagate trusted flag to synthesized events. b=265774 r+sr=bzbarsky a=asa
git-svn-id: svn://10.0.0.236/trunk@164258 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-23 22:30:41 +00:00
dbaron%dbaron.org
b0638b35f9 Propagate trusted flag to synthesized events. b=265692 r=bzbarsky sr=jst a=asa
git-svn-id: svn://10.0.0.236/trunk@164257 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-23 22:28:55 +00:00
julien.pierre.bugs%sun.com
f1fbfafdbb Fix for 265708. - count should be CK_ULONG
git-svn-id: svn://10.0.0.236/trunk@164255 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-23 20:23:50 +00:00
bmlk%gmx.de
3b1c1fed4c fix build bustage void functions should not return a value bug 265759 r/sr=bzbarsky a=bsmedberg via irc
git-svn-id: svn://10.0.0.236/trunk@164241 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-23 15:57:27 +00:00
cbiesinger%web.de
482b756ad4 not part of build. removing nunet r=brendan,darin
git-svn-id: svn://10.0.0.236/trunk@164240 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-23 12:45:53 +00:00
justdave%bugzilla.org
83d7a8b028 Bug 265731: multipart_start in the server-push handling code wasn't honoring the $cgi->charset setting.
r=myk, a=justdave


git-svn-id: svn://10.0.0.236/trunk@164238 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-23 09:05:49 +00:00
edburns%acm.org
ad2a4c6182 This checkin enables the mozilla side of mouse and key listener
behavior.  Next step is to enable the java side in test-first design
fashion.

A webclient/src_moz/EmbedEventListener.cpp
A webclient/src_moz/EmbedEventListener.h

- carried over directly from GtkMozEmbed, minus GTK code.

M webclient/src_moz/EmbedProgress.cpp

- call to NativeBrowserControl::ContentStateChange() to hook up listeners.

M webclient/src_moz/Makefile.in

- add new EmbedEventListener.cpp file

M webclient/src_moz/NativeBrowserControl.cpp
M webclient/src_moz/NativeBrowserControl.h

- new methods for hooking up listeners.


git-svn-id: svn://10.0.0.236/trunk@164236 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-23 05:26:08 +00:00
scott%scott-macgregor.org
e708512bc7 Bug #261199 --> port aviary branch fix for Thunderbird:
1) Folders are now sorted properly in the virtual folder picker dialog
2) The account picker in the folder picker dialog now shows the account names
in the drop down instead of using a height of 0 pixels for each row in the menu
list.


git-svn-id: svn://10.0.0.236/trunk@164235 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-23 04:35:58 +00:00
scott%scott-macgregor.org
194561c7ee Bug #265481 --> port aviary branch fix for Thunderbird not reloading virtual folder after dismissing the properties dialog.
sr=bienvenu


git-svn-id: svn://10.0.0.236/trunk@164234 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-23 04:32:01 +00:00
dbaron%dbaron.org
c28c38ca0e Remove from primary frame map at the end of frame destruction, in case it got re-added. b=265404 r=bzbarsky sr=brendan a=asa
git-svn-id: svn://10.0.0.236/trunk@164230 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-23 02:50:26 +00:00
jst%mozilla.jstenback.com
f895095dfc Fixing problem where mExitValue is unconditionally -1 on the mac after running a process. No bug. r+sr=dbaron@dbaron.org, a=asa@mozilla.org
git-svn-id: svn://10.0.0.236/trunk@164224 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-22 23:55:56 +00:00
julien.pierre.bugs%sun.com
e86a1babe6 Fix for 265504 - cmsutil dumps core with invalid option set. r=wtc
git-svn-id: svn://10.0.0.236/trunk@164221 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-22 22:39:47 +00:00
wchang0222%aol.com
0e2bf79d08 Bugzilla bug 265686: the 'name' argument to PK11_FindSlotByName should be
const char *.  The patch is contributed by timeless@bemail.org. r=wtc.
Modified files: pk11pub.h pk11slot.c


git-svn-id: svn://10.0.0.236/trunk@164220 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-22 22:13:45 +00:00
scott%scott-macgregor.org
69b66de0f0 Bug #239984 --> [OSX] "Minimize Window" and "Zoom Window" in the "Window" menu, cannot be chosen.
Patch by bugs.mano@mail-central.com


git-svn-id: svn://10.0.0.236/trunk@164216 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-22 21:36:35 +00:00
scott%scott-macgregor.org
a6a44f9cb5 Bug #234765 --> The scroll bar in the advanced address search in the address book has no effect.
git-svn-id: svn://10.0.0.236/trunk@164214 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-22 21:31:08 +00:00
bienvenu%nventure.com
5dec7d7854 fix single folder virtual folder counts to get updated when folder is opened, 265330, sr=mscott
git-svn-id: svn://10.0.0.236/trunk@164208 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-22 20:55:45 +00:00
scott%scott-macgregor.org
2c3879f0ae fix missing DTD error on the Mac for the account manager
git-svn-id: svn://10.0.0.236/trunk@164199 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-22 19:58:38 +00:00
varga%nixcorp.com
2087aa96b4 Updating my email address.
git-svn-id: svn://10.0.0.236/trunk@164196 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-22 18:33:55 +00:00
dbaron%dbaron.org
897a892fa0 Don't push lines when height is unconstrained, even if current height is bigger than NS_UNCONSTRAINEDSIZE. b=265027 r+sr=roc a=mkaply
git-svn-id: svn://10.0.0.236/trunk@164194 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-22 17:33:52 +00:00
cltbld%netscape.com
a259d6bc43 bug 249317 - gzip for mac disk image creation should use -f (granrose)
git-svn-id: svn://10.0.0.236/trunk@164189 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-22 15:58:14 +00:00
igor%mir2.org
03fc9ac792 Preparations for Rhino 1.6R1 RC3
git-svn-id: svn://10.0.0.236/trunk@164186 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-22 13:34:44 +00:00
igor%mir2.org
791d8440e5 Directory with external jars is renamed from jarlib to lib for consistency with other projects.
git-svn-id: svn://10.0.0.236/trunk@164185 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-22 12:36:36 +00:00
brendan%mozilla.org
2d7a970a13 Auto-mark parent if it's revised by PreCreate in XPCWrappedNative::GetNewOrUsed (264577, r=dbradley).
git-svn-id: svn://10.0.0.236/trunk@164182 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-22 07:49:29 +00:00
igor%mir2.org
d906e4aa9c Fixing smalljar target implementation to include all the necessary classes and updating documentation about its usage.
git-svn-id: svn://10.0.0.236/trunk@164181 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-22 07:49:15 +00:00
dbaron%dbaron.org
e0fd54717b Restrict handling of various things to events coming from the user (not Web content). b=265176 r+sr=jst a=asa
git-svn-id: svn://10.0.0.236/trunk@164179 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-22 07:33:41 +00:00
brendan%mozilla.org
4fd0805428 Checking in dbradley's patch for bug 265545 (r=jst, sr=me).
git-svn-id: svn://10.0.0.236/trunk@164178 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-22 07:29:44 +00:00
wchang0222%aol.com
1c75ce268f Bugzilla bug 265501: merged 32 and 64 bit versions of prcpucfg.h on
Solaris.  The patch is contributed by Christophe Ravel of Sun. r=wtc.
Modified Files: configure configure.in
Added Files: _solaris.cfg
Removed Files: _solaris32.cfg _solaris64.cfg


git-svn-id: svn://10.0.0.236/trunk@164168 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-22 00:10:07 +00:00
glen.beasley%sun.com
eeadbd08ed 220223 TokenException caused by left over cert8.db
git-svn-id: svn://10.0.0.236/trunk@164165 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-22 00:00:51 +00:00
scott%scott-macgregor.org
999d05cfc3 Bug #265478 --> When clicking on / away from virtual folders, weird focus issues with quick search box.
sr=bienvenu


git-svn-id: svn://10.0.0.236/trunk@164163 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-21 23:07:35 +00:00
cltbld
60373b1478 bug 261527 r=cmp, sr=bryner, a=asa. change perms for osx disk image to not be w
orld or group writeable.  (granrose)


git-svn-id: svn://10.0.0.236/trunk@164162 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-21 22:32:47 +00:00
myk%mozilla.org
d7c0f9bada fix for bug 265499: support custom stylesheets; r=gerv, a=myk
git-svn-id: svn://10.0.0.236/trunk@164161 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-21 21:47:34 +00:00
darin%meer.net
b5dff457f7 add missing file
git-svn-id: svn://10.0.0.236/trunk@164160 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-21 21:22:23 +00:00
darin%meer.net
1fc943d9ea make necko tests work on the trunk
git-svn-id: svn://10.0.0.236/trunk@164159 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-21 20:57:17 +00:00
myk%mozilla.org
e89fe84441 fix for bug 263250: adds a base tag to the simple buglist so it can be loaded in an iframe on a remote site and have the CSS still work
git-svn-id: svn://10.0.0.236/trunk@164156 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-21 19:13:28 +00:00
myk%mozilla.org
3c7756ec95 fix for bug 256208: makes checksetup.pl create CVS-ignored skins/custom/ and children; r=gerv, a=justdave
git-svn-id: svn://10.0.0.236/trunk@164154 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-21 19:05:22 +00:00
myk%mozilla.org
06d3c790a2 Fix for bug 256207: moves CSS files to skins/standard/ as part of CSS plan; r=gerv, a=justdave
git-svn-id: svn://10.0.0.236/trunk@164153 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-21 19:02:30 +00:00
roc+%cs.cmu.edu
ddc6b549d2 Bug 264245. Document requirement that popups have no nsIWidget parent. r+sr=bzbarsky
git-svn-id: svn://10.0.0.236/trunk@164151 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-21 18:36:57 +00:00
roc+%cs.cmu.edu
a5b948fd1a Bug 264245. Make all popups have no nsIWidget parent to avoid the hassles of various widget implementations not keeping their position consistent with their parent. Also, aggressively invalidate cached screen coordinates in GTK1 to avoid bugs. r=bzbarsky,sr=blizzard
git-svn-id: svn://10.0.0.236/trunk@164150 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-21 18:35:35 +00:00
igor%mir2.org
5a36480424 Compatibility with Rhino+Continuation fork: in ScriptableObject.callMethod always use object as scope source even if the scope from function does not belong to its prototype chain.
git-svn-id: svn://10.0.0.236/trunk@164149 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-21 17:55:14 +00:00
bsmedberg%covad.net
3544c7fea6 Bug 265445 - help.jar content/contents.rdf includes chrome DTD file, which makes chrome registration order-dependent (bad mojo) r+a=shaver sr=darin
git-svn-id: svn://10.0.0.236/trunk@164148 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-21 17:01:46 +00:00
dbaron%dbaron.org
063cdbcaa5 Remove unneeded RegisterSelf/UnregisterSelf hacks -- porting from aviary branch to trunk. Patch mostly by caillon, r+sr=dbaron, rest by dbaron. b=262450, 265103
git-svn-id: svn://10.0.0.236/trunk@164145 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-21 06:19:00 +00:00
bzbarsky%mit.edu
a2a77a802f Remove tests that use popup windows. Not part of build.
git-svn-id: svn://10.0.0.236/trunk@164144 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-21 06:02:06 +00:00
bzbarsky%mit.edu
e7f5065927 Remove test that uses a MIME type we don't support. Not part of build.
git-svn-id: svn://10.0.0.236/trunk@164143 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-21 05:55:01 +00:00
dmose%mozilla.org
ce70d7bfe7 Fix "Show Folder" and "Open" in download manager and prefs on GNOME (bug 249654); r+a=ben
git-svn-id: svn://10.0.0.236/trunk@164142 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-21 05:51:28 +00:00
bzbarsky%mit.edu
f801f18c81 Fix incorrect filename. Not part of build.
git-svn-id: svn://10.0.0.236/trunk@164141 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-21 04:40:59 +00:00
aaronleventhal%moonset.net
1a5412ca41 Bug 257737. [ATK] Implement getting BOUNDARY_WORD_END for accessible text. r=pkw, sr=darin, patch by Louie Zhao
git-svn-id: svn://10.0.0.236/trunk@164136 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-21 02:18:07 +00:00
brendan%mozilla.org
fd0df47178 Fix byte-order botch on INADDR_LOOPBACK, plus whitespace sanity (r=darin, sr=shaver).
git-svn-id: svn://10.0.0.236/trunk@164134 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-21 01:55:36 +00:00
bryner%brianryner.com
0727cf554f Don't attempt to update prebinding on Panther, it doesn't work quite right and it's not needed as of 10.3.4. Bug 246283, r+a=ben.
git-svn-id: svn://10.0.0.236/trunk@164128 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-20 23:55:39 +00:00
myk%mozilla.org
0d69e9f7d5 Fix for bug 265240: make collectstats generate valid RDF by not cutting off the opening RDF tag; r=kiko, a=myk
git-svn-id: svn://10.0.0.236/trunk@164127 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-20 23:00:45 +00:00
cltbld
767e70be04 copy langpack files to stagedir on mac, remove en-US files from stagedir before pushing. (granrose)
git-svn-id: svn://10.0.0.236/trunk@164125 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-20 22:07:46 +00:00
cltbld
bb2cb5f580 Fix Firefox on Mac profile-finding issues by updating path to profile on
this platform. (cmp)


git-svn-id: svn://10.0.0.236/trunk@164124 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-20 21:50:53 +00:00
cltbld
2eb2793662 Revert previous change to keep make command so it is called only in sea
and stub installer builds.  Add similar make command for use on Mac
localizations. (cmp)


git-svn-id: svn://10.0.0.236/trunk@164123 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-20 21:49:41 +00:00
scott%scott-macgregor.org
7be0c125c4 Bug #263255 --> more improvements for the group by sort feature.
Don't re-order the thread pane based on the group attribute. Always use the subject field for the dummy row title.

Make all of the attributes use dummy rows instead of just date. The exception is the subject which won't use a dummy row.

sr=bienvenu


git-svn-id: svn://10.0.0.236/trunk@164122 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-20 21:43:46 +00:00
darin%meer.net
4ce6eb872d landing patch for bug 264991 "Support xforms submission replace attribute" r=bryner
git-svn-id: svn://10.0.0.236/trunk@164121 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-20 21:43:10 +00:00
joshmoz%gmail.com
936c7a66dc minor cosmetic cleanup for browser reset bug 257281
git-svn-id: svn://10.0.0.236/trunk@164120 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-20 21:29:21 +00:00
joshmoz%gmail.com
ac320ebb82 bug 257281 - add browser reset functionality
git-svn-id: svn://10.0.0.236/trunk@164119 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-20 21:25:06 +00:00
bienvenu%nventure.com
a8bc0d559e adjust row count when adding headers to open group view thread, sr=mscott 265307
git-svn-id: svn://10.0.0.236/trunk@164117 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-20 21:04:46 +00:00
jocuri%softhome.net
0eb3d9faf3 Patch for bug 232155: Remove uninitialized value warning from Pperl's Cookie.pm and unify code by removing redundancy; patch by Christian Reis <kiko@async.com.br> backported to 2.18 by Rob Siklos <rsiklos@adexa.com>; r=vladd,kiko, a=justdave.
git-svn-id: svn://10.0.0.236/trunk@164116 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-20 20:58:59 +00:00
bienvenu%nventure.com
9df8147c3d fix 264567 deleting or selecting a dummy line doesn't do the right thing sr=mscott
git-svn-id: svn://10.0.0.236/trunk@164115 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-20 20:54:04 +00:00
myk%mozilla.org
f42ea8ee93 Fix for bug 265303: updates RDF content type to new standard application/rdf+xml; r,a=justdave
git-svn-id: svn://10.0.0.236/trunk@164114 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-20 20:48:30 +00:00
joshmoz%gmail.com
5053368072 fix for bug 243249 - "Number of Visits" doesn't update live in bookmark info Status tab
git-svn-id: svn://10.0.0.236/trunk@164113 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-20 20:43:44 +00:00
joshmoz%gmail.com
2fa39ac279 cosmetic cleanup for patch to bug 232094
git-svn-id: svn://10.0.0.236/trunk@164112 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-20 20:36:01 +00:00
joshmoz%gmail.com
94487399d3 fix bug 232094 - Send Link and Find Previous menu items need to be "dimmed" when no window is opened
git-svn-id: svn://10.0.0.236/trunk@164111 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-20 20:32:10 +00:00
bugzilla%arlen.demon.co.uk
74d10b84ce Bug 261267 helper application dialog has title issues when opening an unknown filetype - browser/toolkit parts
p=me r=vladimir sr=shaver


git-svn-id: svn://10.0.0.236/trunk@164110 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-20 20:31:20 +00:00
joshmoz%gmail.com
9f369e2d75 fix bug 241093 - icon in preferences dialog for current category should appear selected
git-svn-id: svn://10.0.0.236/trunk@164109 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-20 20:30:43 +00:00
pkw%us.ibm.com
b96f0c2d19 Bug 257738 - [ATK] Following hyperlinks with GOK UI-Grab fails to auto-update the GOK.
Patch contributed by Louie Zhao (louie.zhao@sun.com)
r=pkwarren@gmail.com, sr=bryner@brianryner.com


git-svn-id: svn://10.0.0.236/trunk@164108 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-20 20:22:45 +00:00
timeless%mozdev.org
0418b9f51a Bug 260818 added a dependency on a windows only interface
Changing the thundebird build system to not list the directory twice.
r=swalker


git-svn-id: svn://10.0.0.236/trunk@164107 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-20 20:01:43 +00:00
smontagu%smontagu.org
7d347741c2 Fix VC.net bustage from bug 234865
git-svn-id: svn://10.0.0.236/trunk@164106 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-20 19:55:09 +00:00
christophe.ravel.bugs%sun.com
4f96025a06 238319: Sun packages changes.
git-svn-id: svn://10.0.0.236/trunk@164104 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-20 19:45:57 +00:00
wchang0222%aol.com
87ebbd6474 Bugzilla bug 240784: checked in a temporary workaround for the fix for
bug 240784 that breaks OS/2 tinderbox.  The problem seems to be that OS/2
file system is case insensitive, so nsinstall won't change the file name
of an existing DLL in mozilla/dist/$(OBJDIR)/lib, but gmake is case
sensitive, and gmake can't find a rule to build softokn3.chk from because
the softokn3 DLL in mozilla/dist/$(OBJDIR)/lib doesn't have the right name.


git-svn-id: svn://10.0.0.236/trunk@164098 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-20 17:24:53 +00:00
silver%warwickcompsoc.co.uk
2f3126fbd6 Bug 262037 - New ChatZilla plugin API.
ChatZilla only.
r=rginda
p=samuel@sieb.net (Samuel Sieb)


git-svn-id: svn://10.0.0.236/trunk@164097 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-20 17:13:35 +00:00
aaronleventhal%moonset.net
54de1bdcf7 Last part of bug 226795. The mai/gtk2 directory should no longer exist. r=blizzard, a=dbaron.
git-svn-id: svn://10.0.0.236/trunk@164095 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-20 16:54:03 +00:00
silver%warwickcompsoc.co.uk
f6bb37b6fa Bug 253818 - Remove NS_ASSERTION from PresShell::EndLoad.
r+sr=roc
p=cst@andrew.cmu.edu (Chris Thomas)


git-svn-id: svn://10.0.0.236/trunk@164094 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-20 16:45:38 +00:00
silver%warwickcompsoc.co.uk
59c3b72fa6 Bug 247507 - Make Venkman on Aviary banch work in FF 1.0.
r=shaver
a=drivers


git-svn-id: svn://10.0.0.236/trunk@164091 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-20 16:26:05 +00:00
daniel%glazman.org
4d558f2a48 fixes inconsistent selection schemes in HTML tables; b=261385, r=Neil, sr=roc
git-svn-id: svn://10.0.0.236/trunk@164090 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-20 15:24:11 +00:00
despotdaemon
afc0f7d4b8 Pseudo-automatic update of changes made by myk@mozilla.org.
git-svn-id: svn://10.0.0.236/trunk@164087 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-20 13:34:29 +00:00
mozilla.BenB%bucksch.org
b986698a15 264388: Heap overflow in MSG_UnEscapeSearchUrl
bienvenu: review+, roc: superreview+


git-svn-id: svn://10.0.0.236/trunk@164083 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-20 10:14:25 +00:00
mcafee%mocha.com
ec8e6e7ee6 linestyle apparently changed for gnuplot 4.0, leaving 3.7 syntax in place for now, we should deal with this better.
git-svn-id: svn://10.0.0.236/trunk@164081 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-20 06:08:19 +00:00
darin%meer.net
39af61b774 Landing initial version of SQL-based disk cache (NOT PART OF THE BUILD)
git-svn-id: svn://10.0.0.236/trunk@164080 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-20 05:00:23 +00:00
mcafee%mocha.com
ea799d7716 Adding comments for OSX. Some other minor comments.
git-svn-id: svn://10.0.0.236/trunk@164079 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-20 04:56:17 +00:00
scott%scott-macgregor.org
fc0e7874f6 fix seamonkey bustage
git-svn-id: svn://10.0.0.236/trunk@164078 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-20 04:32:31 +00:00
darin%meer.net
fbc8933679 NS_NewNativeLocalFile requires a full path, under XP_UNIX at least
NOT PART OF THE BUILD


git-svn-id: svn://10.0.0.236/trunk@164077 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-20 04:10:25 +00:00
darin%meer.net
95620c22a6 nsStorageCID.h should be output to dist/include/storage, NOT PART OF THE BUILD
git-svn-id: svn://10.0.0.236/trunk@164076 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-20 04:09:37 +00:00
darin%meer.net
d86191524f value passed to bindDataParameter should be declared const, NOT PART OF THE BUILD
git-svn-id: svn://10.0.0.236/trunk@164075 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-20 04:08:55 +00:00
edburns%acm.org
baa0477998 This checkin adds request header sniffing. Not sure how useful this is,
but I wanted it for completeness with respect to response header
sniffing.

M webclient/src_moz/EmbedProgress.cpp

- visit request headers on startUrlLoad.

M webclient/test/automated/src/classes/org/mozilla/webclient/DocumentLoadListenerTest.java
M webclient/test/manual/src/classes/org/mozilla/webclient/test/TestBrowser.java

- exercise new code.


git-svn-id: svn://10.0.0.236/trunk@164074 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-20 02:50:44 +00:00
darin%meer.net
c6c0357163 fixing warnings under GCC
git-svn-id: svn://10.0.0.236/trunk@164073 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-20 02:42:50 +00:00
cltbld
d8ea57064c Per instruction from bsmedberg, remove conditional for call of making
installer on locale.  This should allow Mac OS X locale builds to proceed.
(cmp)


git-svn-id: svn://10.0.0.236/trunk@164072 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-20 02:29:37 +00:00
jst%mozilla.jstenback.com
2ecd1a953d Disable site reloading from onresize. Bug 258917. r=bzbarsky@mit.edu, sr=dbaron@dbaron.org
git-svn-id: svn://10.0.0.236/trunk@164070 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-20 02:19:57 +00:00
brendan%mozilla.org
936bda4b08 Fix HasFinalReturn to handle labeled statements (265042, r=self).
git-svn-id: svn://10.0.0.236/trunk@164068 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-20 02:16:36 +00:00
edburns%acm.org
b71b83054d M dist/build.xml
M dist/webclient-dist.xml
M webclient/classes_spec/org/mozilla/webclient/impl/wrapper_native/WrapperFactoryImpl.java

- rollback 2.0 alpha b changes.  Thanks to Annie Lau.


git-svn-id: svn://10.0.0.236/trunk@164066 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-20 02:16:16 +00:00
vladimir%pobox.com
189ae9f67f gcc compile fix, oops
git-svn-id: svn://10.0.0.236/trunk@164065 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-20 02:12:04 +00:00
pedemont%us.ibm.com
04a1c9a469 Move assert to the correct place
git-svn-id: svn://10.0.0.236/trunk@164061 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-19 23:15:51 +00:00
mcafee%mocha.com
69a175ee4b Fixing machines array typo. showpoint arg doesn't apply in machine or test selection mode. centered the graph, added a title in bold. r=cclabaugh
git-svn-id: svn://10.0.0.236/trunk@164060 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-19 23:06:27 +00:00
jst%mozilla.jstenback.com
c2e4b265b5 Backing out the fix for bug 73605 now that bug 17003 is fixed (was fixed quite some time ago). r=jonas@sicking.cc, sr=jst@mozilla.org.
git-svn-id: svn://10.0.0.236/trunk@164059 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-19 22:56:30 +00:00
dbaron%dbaron.org
98d1814fec Fix Windows regression (view for paints can vary across platforms). b=227361 r+sr=roc
git-svn-id: svn://10.0.0.236/trunk@164056 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-19 22:04:47 +00:00
bzbarsky%mit.edu
77af4910e0 Separate out the concepts of "history entries separated by just a scroll" and
"history entries with the same postdata".  The latter is implied by the former,
but not conversely.  Bug 264964, r=biesi, sr=darin


git-svn-id: svn://10.0.0.236/trunk@164054 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-19 21:53:54 +00:00
bzbarsky%mit.edu
94247cc1f8 Fix nsPageFrame to not set string lengths to negative numbers, and fix string
code to not go into an infinite loop if someone tries it.  Bug 263365,
r+sr=darin


git-svn-id: svn://10.0.0.236/trunk@164052 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-19 21:46:45 +00:00
zack%kde.org
097b263f93 Hmm, we should've had written this code from scratch... Step 1 (probably of
about million, give or take 999998 or so) of fixing 264806 and general
semantic of text selection.


git-svn-id: svn://10.0.0.236/trunk@164051 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-19 21:32:21 +00:00
scott%scott-macgregor.org
f9cfaf6549 Bug #244357 --> Fix several underflow situations in the chi2 algorithm used for junk mail detection. Simplify the math to make it less computensive.
Patch origianlly by tenthumbs@cybernex.net

sr=mscott


git-svn-id: svn://10.0.0.236/trunk@164047 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-19 21:25:42 +00:00
scott%scott-macgregor.org
1e489a5ab4 Bug #87474 --> Only first print job is prompted for print or cancel
Patch by cls


git-svn-id: svn://10.0.0.236/trunk@164045 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-19 20:57:30 +00:00
scott%scott-macgregor.org
ac617dec66 Bug #265014 --> Allow creation of virtual folders that search offline instead of online
sr=bienvenu


git-svn-id: svn://10.0.0.236/trunk@164042 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-19 20:49:09 +00:00
bienvenu%nventure.com
7db37e82dc fix 263348, sr=mscott fix moving of virtual folders
git-svn-id: svn://10.0.0.236/trunk@164041 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-19 20:39:45 +00:00
jocuri%softhome.net
8ffc6a721f Patch for bug 264003: Include the DBI error in the error message if 'createdb' fails; patch by Byron Jones (glob) <bugzilla@glob.com.au>; r=kiko, a=justdave.
git-svn-id: svn://10.0.0.236/trunk@164040 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-19 20:33:58 +00:00
jocuri%softhome.net
7a7523eecd Patch for bug 189073: Allow accept as a resolution when changing multiple bugs only if all bugs are opened; r=kiko, a=justdave.
git-svn-id: svn://10.0.0.236/trunk@164036 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-19 20:12:06 +00:00
jocuri%softhome.net
0e24df5550 Patch for bug 199811: Implement UI for 'contains none of the strings' search operator; patch by Marc Schumann <wurblzap@gmail.com>, r=kiko, a=justdave.
git-svn-id: svn://10.0.0.236/trunk@164035 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-19 20:02:43 +00:00
cltbld
9107b506c2 remove -d from cp for osx compat.
git-svn-id: svn://10.0.0.236/trunk@164033 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-19 19:52:03 +00:00
timeless%mozdev.org
87edcc876a Bug 198006 no help for automatic image resizing
patch by giacomo.magnini@portalis.it and stefan_h@hem.utfors.se r=neil


git-svn-id: svn://10.0.0.236/trunk@164032 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-19 19:33:58 +00:00
smontagu%smontagu.org
ae8bf34f83 Serbian (Latin) and Serbian (Cyrillic) locales are interpreted as Croatian in Windows. Bug 234865, r=jshin, sr=neil
git-svn-id: svn://10.0.0.236/trunk@164031 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-19 19:12:45 +00:00
silver%warwickcompsoc.co.uk
17dc9674b7 Bug 233973 - Bustage fix for ChatZilla.
r=samuel@sieb.net


git-svn-id: svn://10.0.0.236/trunk@164030 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-19 18:57:15 +00:00
scott%scott-macgregor.org
90a28f663c Bug #265062 --> check for an error code in case GetFilePath fails instead of crashing.
sr=bienvenu


git-svn-id: svn://10.0.0.236/trunk@164029 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-19 17:35:34 +00:00
peterv%propagandism.org
14e0ec4016 Fix for bug 239873 (DOMStringList interface not matching DOM Level 3). r/sr=jst.
git-svn-id: svn://10.0.0.236/trunk@164028 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-19 17:20:14 +00:00
peterv%propagandism.org
8a2b281045 Protect against a crash, part of bug 261450 (Mozilla crashes when changing DOM Nodes [@ nsRange::TextOwnerChanged]). r/sr=bz.
git-svn-id: svn://10.0.0.236/trunk@164027 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-19 15:16:51 +00:00
mostafah%oeone.com
07974aab7a Uncommented webcal protocol expose
git-svn-id: svn://10.0.0.236/trunk@164026 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-19 13:55:49 +00:00
mostafah%oeone.com
e719650f04 Applied patch for bug 264831:Sunbird should not expose all protocols.
Removed unrelated comment.


git-svn-id: svn://10.0.0.236/trunk@164025 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-19 13:50:46 +00:00
psychoticwolf%carolina.rr.com
b1a67866d7 Bug 264906. Various Application Manager Issues (and inc_footer typo). Patch by Chris Thomas. r=Wolf.
git-svn-id: svn://10.0.0.236/trunk@164021 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-19 07:40:56 +00:00
rbs%maths.uq.edu.au
c54256c90a Improves linebreak behavior at inter-tag boundaries, patch by Hideo Saito <saito@densan.co.jp>, r+sr=rbs
git-svn-id: svn://10.0.0.236/trunk@164020 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-19 07:12:55 +00:00
bzbarsky%mit.edu
09ee05ee41 Don't crash if the encoding enumerator is accessed when we have no response
head.  Bug 264825, r=biesi, sr=darin


git-svn-id: svn://10.0.0.236/trunk@164017 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-19 04:38:44 +00:00
timeless%mozdev.org
4913826833 Bug 260818 added a dependency on a windows only interface
Changing the build system to always publish the interface.


git-svn-id: svn://10.0.0.236/trunk@164016 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-19 04:01:29 +00:00
timeless%mozdev.org
4c8b5ba4d0 Bug 260818 added a dependency on a windows only interface
Changing the build system to always publish the interface.


git-svn-id: svn://10.0.0.236/trunk@164015 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-19 03:53:12 +00:00
scott%scott-macgregor.org
d7e1d8384b Bug #261199 --> add virtualFolderListDialog.css to seamonkey modern
git-svn-id: svn://10.0.0.236/trunk@164014 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-19 03:50:30 +00:00
timeless%mozdev.org
2e2401e19a Bug 260818 Pop up an alert when a download finishes
patch by cst@andrew.cmu.edu r=timeless sr=jag


git-svn-id: svn://10.0.0.236/trunk@164013 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-19 03:42:15 +00:00
scott%scott-macgregor.org
0970bd944c fix typo
git-svn-id: svn://10.0.0.236/trunk@164012 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-19 03:29:42 +00:00
scott%scott-macgregor.org
1b8bf55612 Bug #261199 --> add virtualFolderListDialog.css to seamonkey classic
git-svn-id: svn://10.0.0.236/trunk@164011 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-19 03:29:18 +00:00
scott%scott-macgregor.org
5152ebd775 fix a typo to take into account the tree API changes on the trunk
git-svn-id: svn://10.0.0.236/trunk@164010 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-19 03:23:56 +00:00
scott%scott-macgregor.org
6d37e1470b Bug #261199 --> Convert the advanced search / Save as Virtual Folder button
and the Views / Save As Search Folder menu item
to use the new virtual folder dialog UI


git-svn-id: svn://10.0.0.236/trunk@164008 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-19 03:17:53 +00:00
scott%scott-macgregor.org
e56cd49ac8 verbage change for virtual folders
git-svn-id: svn://10.0.0.236/trunk@164007 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-19 03:08:24 +00:00
scott%scott-macgregor.org
4f669368f2 Bug #261199 --> Start porting the saved search folder UI from thunderbird to seamonkey
sr=bienvenu


git-svn-id: svn://10.0.0.236/trunk@164006 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-19 03:08:12 +00:00
timeless%mozdev.org
d371468847 Bug 260818 Pop up an alert when a download finishes
patch by cst@andrew.cmu.edu r=timeless sr=jag


git-svn-id: svn://10.0.0.236/trunk@164005 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-19 02:48:26 +00:00
aaronleventhal%moonset.net
2654e96340 Bug 262578. No click to focus css scrollable areas like overflow:scroll, but you can still click there and scroll -- just no focus outline. r=mats, sr=roc
git-svn-id: svn://10.0.0.236/trunk@164004 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-19 02:24:27 +00:00
brendan%mozilla.org
144ae876f5 Home sp above right JSOP_IN operand to protect it from GC (264995, rs=shaver).
git-svn-id: svn://10.0.0.236/trunk@164002 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-19 01:45:44 +00:00
scott%scott-macgregor.org
41e505574f Bug #261199 --> add an account picker to the virtual folder list dialog so you can only choose
folders within the same account to search for a virtual folder.

sr=bienvenu


git-svn-id: svn://10.0.0.236/trunk@164001 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-19 01:36:58 +00:00
mrbkap%gmail.com
4056efcb88 bug 264956: crash on embedded NUL character in start tag. r+sr=bzbarsky
git-svn-id: svn://10.0.0.236/trunk@164000 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-19 01:34:53 +00:00
bienvenu%nventure.com
7514e30300 fix 239168 junk mail controls not run on inbox if inbox is also fcc folder, sr=mscott, also fix crash when getnewlist returns null
git-svn-id: svn://10.0.0.236/trunk@163999 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-19 01:16:26 +00:00
despotdaemon
46d2d38fd9 Pseudo-automatic update of changes made by brendan@mozilla.org.
git-svn-id: svn://10.0.0.236/trunk@163995 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-19 00:37:44 +00:00
despotdaemon
ec3e4c7f01 Pseudo-automatic update of changes made by brendan@mozilla.org.
git-svn-id: svn://10.0.0.236/trunk@163994 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-19 00:36:03 +00:00
bzbarsky%mit.edu
b8ac5fb4b6 Put back missing QI. Bug 264987, patch by Bernard Alleysson
<balleysson@bigfoot.com>, r+sr=bzbarsky


git-svn-id: svn://10.0.0.236/trunk@163993 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-19 00:35:46 +00:00
despotdaemon
ea86fb6d91 Pseudo-automatic update of changes made by brendan@mozilla.org.
git-svn-id: svn://10.0.0.236/trunk@163992 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-19 00:28:11 +00:00
brendan%mozilla.org
e71fe9a476 GC-lock the global scope polluter across InitContext and any other stuff that might do a last ditch GC (264577, r+sr=jst).
git-svn-id: svn://10.0.0.236/trunk@163986 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-18 22:45:48 +00:00
wchang0222%aol.com
9f0e48177a Bugzilla bug 264324: we need to test for __s360x__ before __s360__ because
the s360x platform also defines __s360__.  The patch is contributed by
Wolfgang Rosenauer <mozilla@rosenauer.org>.  r=wtc.
Modified Files: _linux.cfg _linux.h


git-svn-id: svn://10.0.0.236/trunk@163985 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-18 22:40:45 +00:00
jst%mozilla.jstenback.com
f0ab7f6266 Fixing bug 264325. Patch from ginn.chen@sun.com. Home/End/PgUp/PgDn doesn't work in Input/TextArea/Composer/MailNews on Solaris Xserver. r=bryner@brianryner.com, sr=jst@mozilla.org, a=brendan@mozilla.org
git-svn-id: svn://10.0.0.236/trunk@163984 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-18 22:33:12 +00:00
cltbld
5e39785875 save a copy of the dated dir that was copied to ftp server and remove any previously saved builds older than 7 days (granrose)
git-svn-id: svn://10.0.0.236/trunk@163981 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-18 21:57:15 +00:00
dveditz%cruzio.com
11676a0962 bug 264560: tighten up referrer requirements for XPI whitelist, r=biesi,sr=jst
git-svn-id: svn://10.0.0.236/trunk@163979 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-18 21:28:45 +00:00
mrbkap%gmail.com
14c394407b bug 264917: crash trying to view-source. sr=bzbarsky r=doronr
git-svn-id: svn://10.0.0.236/trunk@163977 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-18 20:57:24 +00:00
scott%scott-macgregor.org
8c242cc3fc Bug #261199 --> make the virtual folder list dialog a bit wider by default so it looks right
with normal sized fonts.


git-svn-id: svn://10.0.0.236/trunk@163975 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-18 20:50:56 +00:00
scott%scott-macgregor.org
3829b566a5 Bug #261199 --> make the folder list picker dialog be resizeable.
git-svn-id: svn://10.0.0.236/trunk@163974 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-18 20:42:58 +00:00
bzbarsky%mit.edu
a56c764d3b Remove last vestiges of <plaintext>. Followup to bug 88987, r+sr=jst.
git-svn-id: svn://10.0.0.236/trunk@163971 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-18 19:31:01 +00:00
jst%mozilla.jstenback.com
66385860a6 Fxing bug 249332. Don't use getters/setters for link.href in browser code. r=caillon@aillon.org, sr=dveditz@cruzio.com
git-svn-id: svn://10.0.0.236/trunk@163970 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-18 18:59:30 +00:00
timeless%mozdev.org
c3f4694a93 Bug 264765 nsMsgAccount.cpp cleanup
patch by mikael@parknert.se r=neil sr=darin


git-svn-id: svn://10.0.0.236/trunk@163969 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-18 18:24:24 +00:00
scott%scott-macgregor.org
cfc2bb49d5 Bug 261199 --> Pinstripe CSS changes to support the new virtual folder UI.
git-svn-id: svn://10.0.0.236/trunk@163965 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-18 17:59:12 +00:00
pedemont%us.ibm.com
1ab9850e4b Implement IID for nsJavaXPTCStub. Return associated Java object if returning nsJavaXPTCStub.
git-svn-id: svn://10.0.0.236/trunk@163964 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-18 17:04:29 +00:00
bienvenu%nventure.com
86b7f4ab2d fix 259603 new messages aren't analyzed for junk status if the user clicks away from the inbox before we've finished retrieving messages, sr=msctt
git-svn-id: svn://10.0.0.236/trunk@163962 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-18 14:51:29 +00:00
edburns%acm.org
3e55f85672 This checkin removes bookmarks support from webclient by not
initializing the bookmarks engine.  Next step is to work with the
mozilla embedding people to see how I can fix this.  What I'd like to do
is *NOT* use the GRE, but rather use the mozilla suite installation.

SECTION: Changes

M dist/build.xml

- rename release to 2_0_a2b

- made the test run from the mozilla suite installation directory

- clean out the generated batch file or sh file.

M dist/webclient-dist.xml

- made the build.xml generate a batch file, that sets the proper env
  vars, then calls back to this build.xml and executes the
  run.test.browser target.

M webclient/classes_spec/org/mozilla/webclient/impl/wrapper_native/WrapperFactoryImpl.java

- don't pull in Bookmarks, since it's not in the GRE.

SECTION: Diffs

Index: dist/build.xml
===================================================================
RCS file: /cvsroot/mozilla/java/dist/build.xml,v
retrieving revision 1.4
diff -u -r1.4 build.xml
--- dist/build.xml	15 Oct 2004 16:39:07 -0000	1.4
+++ dist/build.xml	18 Oct 2004 14:03:36 -0000
@@ -30,7 +30,7 @@

   <property name="Name" value="webclient"/>
   <property name="name" value="webclient"/>
-  <property name="version" value="2_0_a2"/>
+  <property name="version" value="2_0_a2b"/>

 <!-- ************ Per user local properties ******************************* -->

@@ -136,9 +136,13 @@
     </zip>
   </target>

-  <target name="test.dist" depends="prepare,clean.dev.build">
-
+  <target name="unzip.dist" depends="prepare">
     <unzip dest="${moz.install.dir}" src="${dist.home}/${name}_${version}_${platform}.zip" />
+  </target>
+
+  <target name="test.dist" depends="prepare">
+
+    <antcall target="unzip.dist" />

     <ant inheritAll="false" dir="${moz.install.dir}"/>

@@ -149,6 +153,8 @@
   <target name="clean.test.dist" depends="props">

     <delete file="${moz.install.dir}/build.xml" />
+    <delete file="${moz.install.dir}/runwc.bat" />
+    <delete file="${moz.install.dir}/runwc.sh" />
     <delete file="${moz.install.dir}/components/${so.prefix}javadom.${so.extension}" />
     <delete file="${moz.install.dir}/${so.prefix}javadomjni.${so.extension}" />
     <delete file="${moz.install.dir}/${so.prefix}${name}.${so.extension}" />
Index: dist/webclient-dist.xml
===================================================================
RCS file: /cvsroot/mozilla/java/dist/webclient-dist.xml,v
retrieving revision 1.2
diff -u -r1.2 webclient-dist.xml
--- dist/webclient-dist.xml	15 Oct 2004 16:39:07 -0000	1.2
+++ dist/webclient-dist.xml	18 Oct 2004 14:03:36 -0000
@@ -3,6 +3,20 @@
   <property environment="myenv" />

   <target name="props">
+    <condition property="is.win32" value="true">
+      <and>
+        <os family="windows" />
+      </and>
+    </condition>
+
+    <condition property="is.unix" value="true">
+      <and>
+        <os family="unix" />
+      </and>
+    </condition>
+
+
+
     <condition property="PATH_SEP" value=";">
       <and>
         <os family="windows" />
@@ -55,7 +69,31 @@

   </target>

-  <target name="main" depends="props">
+  <target name="main" depends="main.win32,main.unix"/>
+
+  <target name="main.win32" depends="props" if="is.win32">
+
+    <delete file="${basedir}/runwc.bat" />
+    <echo file="${basedir}/runwc.bat">
+SET PATH=${java.libpath};%PATH%
+SET NSPR_LOG_MODULES=webclient:4,webclientstub:4
+SET NSPR_LOG_FILE=webclient.log
+ant run.test.browser
+    </echo>
+    <exec command=".\runwc.bat" newenvironment="true" />
+
+  </target>
+
+  <target name="main.unix" depends="props" if="is.unix">
+
+    <delete file="${basedir}/runwc.sh" />
+    <echo file="${basedir}/runwc.sh">
+    </echo>
+
+  </target>
+
+
+  <target name="run.test.browser" depends="props">

     <java newenvironment="true"
           classname="org.mozilla.webclient.test.TestBrowser"
Index: webclient/classes_spec/org/mozilla/webclient/impl/wrapper_native/WrapperFactoryImpl.java
===================================================================
RCS file: /cvsroot/mozilla/java/webclient/classes_spec/org/mozilla/webclient/impl/wrapper_native/WrapperFactoryImpl.java,v
retrieving revision 1.8
diff -u -r1.8 WrapperFactoryImpl.java
--- webclient/classes_spec/org/mozilla/webclient/impl/wrapper_native/WrapperFactoryImpl.java	17 Jun 2004 21:27:55 -0000	1.8
+++ webclient/classes_spec/org/mozilla/webclient/impl/wrapper_native/WrapperFactoryImpl.java	18 Oct 2004 14:03:37 -0000
@@ -316,7 +316,8 @@

 			((Service)WrapperFactoryImpl.this.profileManager).startup();
 			((Service)WrapperFactoryImpl.this.prefs).startup();
-			((Service)WrapperFactoryImpl.this.bookmarks).startup();
+			// PENDING(edburns): see Message-ID: <bbf0af98.0410171147.3109d532@posting.google.com> on n.p.m.java
+			// ((Service)WrapperFactoryImpl.this.bookmarks).startup();

 			WrapperFactoryImpl.this.nativeAppSetup(nativeWrapperFactory);
 			return null;


git-svn-id: svn://10.0.0.236/trunk@163961 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-18 14:08:22 +00:00
neil%parkwaycc.co.uk
8cf5c8934a Bug 258257 Fixing errors and cleanup p=giacomo.magnini@portalis.it r=me
git-svn-id: svn://10.0.0.236/trunk@163960 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-18 13:25:34 +00:00
silver%warwickcompsoc.co.uk
8c440dc38d Bug 233973 - Put logs in directories based on network and named by date.
ChatZilla only.
r=rginda


git-svn-id: svn://10.0.0.236/trunk@163959 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-18 13:22:20 +00:00
silver%warwickcompsoc.co.uk
213ebe7c50 Bug 263760 - Fix typo in IRC library's getChannel, and handle the getChannel call failing.
ChatZilla only.
r=rginda


git-svn-id: svn://10.0.0.236/trunk@163958 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-18 13:17:21 +00:00
ginn.chen%sun.com
263cc31983 Bug 258244 View page info dialog size too small for https site
patch by leon.sha@sun.com r=neil sr=neil


git-svn-id: svn://10.0.0.236/trunk@163956 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-18 06:59:34 +00:00
scott%scott-macgregor.org
0614f6841a Bug #261199 --> When creating a new virtual folder in Thunderbird, check to see if a folder exists with that name
already and alert the user if so.


git-svn-id: svn://10.0.0.236/trunk@163955 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-18 06:07:42 +00:00
darin%meer.net
3b2bfbe6a5 fixing MingW bustage
git-svn-id: svn://10.0.0.236/trunk@163951 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-18 05:36:42 +00:00
dbaron%dbaron.org
c50c822440 Null-check view observer. b=264683 r+sr=roc
git-svn-id: svn://10.0.0.236/trunk@163948 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-18 02:41:56 +00:00
bzbarsky%mit.edu
48c9a9fdee Make sure to copy the cache key when cloning. Bug 263653, r+sr=darin
git-svn-id: svn://10.0.0.236/trunk@163945 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-18 00:41:29 +00:00
scott%scott-macgregor.org
ff5a0abc13 back out an accidental checkin
git-svn-id: svn://10.0.0.236/trunk@163943 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-17 23:14:55 +00:00
Stefan.Borggraefe%gmx.de
55e1592c9a Bug 262566: Print preview should hide the browser statusbar
r=timeless, sr=neil


git-svn-id: svn://10.0.0.236/trunk@163941 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-17 22:03:28 +00:00
bryner%brianryner.com
3150289134 Fixing a couple of MSVC build warnings.
git-svn-id: svn://10.0.0.236/trunk@163937 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-17 21:07:25 +00:00
darin%meer.net
db20d589ac fixes bug 256949 "browser not using the right credentials for proxy authentication" r=cneberg sr=bzbarsky
git-svn-id: svn://10.0.0.236/trunk@163933 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-17 20:19:47 +00:00
smontagu%smontagu.org
47426be86e Add UI for changing direction of the document and input fields. Bug 85420, patch by Asaf Romano <bugs.mano@mail-central.com>, r=smontagu, sr=neil
git-svn-id: svn://10.0.0.236/trunk@163932 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-17 17:10:06 +00:00
cbiesinger%web.de
060bb20f4c 264713 ensure that nsExternalAppHandler will always have a reference to the
helperappservice
r=bzbarsky sr=darin


git-svn-id: svn://10.0.0.236/trunk@163930 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-17 14:47:35 +00:00
igor%mir2.org
6ad7413fff Patch from Attila Szegedi <szegedia@freemail.hu> to adress bug 264637 :
Reducing InterpretedFunction footprint


git-svn-id: svn://10.0.0.236/trunk@163929 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-17 14:18:19 +00:00
jocuri%softhome.net
65b4dc513f Patch for bug 261434: implement functionality to delete a user semi-properly (only works for users with no bugs/comments); patch by Ivan Todoroski <grnch@gmx.net>; r=justdave, a=justdave.
git-svn-id: svn://10.0.0.236/trunk@163925 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-17 11:08:50 +00:00
jwalden%mit.edu
7ce701a9a2 Porting branch fix for followup change after bug 250279 (Find Toolbar for View Source)
git-svn-id: svn://10.0.0.236/trunk@163924 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-17 10:49:07 +00:00
psychoticwolf%carolina.rr.com
72a516330f Fix Bug 264439. Unable to display themes/extensions for all platforms.
git-svn-id: svn://10.0.0.236/trunk@163922 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-17 06:48:40 +00:00
cls%seawood.org
60e5be71fa Clean up error messages.
Bug #260171 r=timeless


git-svn-id: svn://10.0.0.236/trunk@163921 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-17 06:19:40 +00:00
psychoticwolf%carolina.rr.com
c55f9dc901 Fix DownloadCount Error reported in Bug 257229 Comment 9. DownloadCounts should be last 7 days, not one day 7 days ago.
git-svn-id: svn://10.0.0.236/trunk@163918 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-17 05:23:58 +00:00
psychoticwolf%carolina.rr.com
8fc4ffc1ea Fix Bug 255296, User Manager Column Headings. Bug 255306, Show when last logged in. Bug 255308, Password Reset Notifications. Bug 255322, Ability to Create Accoutns Bug 255912, Author Disable should Hide their items.
git-svn-id: svn://10.0.0.236/trunk@163917 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-17 04:40:53 +00:00
cls%seawood.org
e1e93b6993 Remove .type & .size directives when building on win32. Fixes mingw binutils 2.15.91 bustage.
Bug #262422 r+sr=dmose


git-svn-id: svn://10.0.0.236/trunk@163916 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-17 04:29:52 +00:00
mrbkap%gmail.com
bdc788666f bug 70918: view-source adds > to tags that are missing them. r=bzbarsky sr=dmose
git-svn-id: svn://10.0.0.236/trunk@163915 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-17 03:03:46 +00:00
dveditz%cruzio.com
5d9dda92be bug 263366: blocking executes() should return execution error code, r=peterv,sr=jst
git-svn-id: svn://10.0.0.236/trunk@163914 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-17 00:32:17 +00:00
scott%scott-macgregor.org
d0fd1d99f4 Bug #261199 --> Start landing Virtual Folder, aka Saved Search Folder UI for Thunderbird
sr=bienvenu


git-svn-id: svn://10.0.0.236/trunk@163911 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-16 22:11:54 +00:00
bryner%brianryner.com
ccac69fecb Work around blur events not going to the system event group, just use the default event group for now.
git-svn-id: svn://10.0.0.236/trunk@163908 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-16 21:29:00 +00:00
scott%scott-macgregor.org
57f0633dd4 Bug #261199 --> Start landing Virtual Folder, aka Saved Search Folder UI for Thunderbird
sr=bienvenu


git-svn-id: svn://10.0.0.236/trunk@163906 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-16 20:59:40 +00:00
dveditz%cruzio.com
e42bd4aea8 bug 259120: make "no" button be the Suspicious-auth dialog default, r=darin,sr=jst
git-svn-id: svn://10.0.0.236/trunk@163902 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-16 20:46:44 +00:00
neil%parkwaycc.co.uk
51302cc3ea Bug 261517 Groupmarks should always respect background preference (regression from bug 72361) p=trev@gtchat.de r+sr=me
git-svn-id: svn://10.0.0.236/trunk@163899 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-16 20:26:22 +00:00
bmlk%gmx.de
d48111b27d query the reflow path only during incr. reflow bug 264620 r/sr=bzbarsky
git-svn-id: svn://10.0.0.236/trunk@163898 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-16 18:21:15 +00:00
despotdaemon
ab52ce59b1 Pseudo-automatic update of changes made by mmx_moz@c-comm.de.
git-svn-id: svn://10.0.0.236/trunk@163897 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-16 14:33:51 +00:00
cbiesinger%web.de
8eb2130d2a add a way to get an application description for a given externally-handled
scheme, and use it in the confirmation dialog that asks whether to launch such
links.
bug 258802
windows and cross-platform part: r=ere sr=neil,bz
linux part: r=bz sr=bryner


git-svn-id: svn://10.0.0.236/trunk@163896 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-16 13:46:17 +00:00
Stefan.Borggraefe%gmx.de
c99ba46103 Bug 264477: Use proper minus character for XML document tree display
r=sicking, sr=bzbarsky


git-svn-id: svn://10.0.0.236/trunk@163895 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-16 10:42:02 +00:00
igor%mir2.org
6c562fcbe6 Fixing bug 263978: for compatibility with BSF usage IllegalArgumentException is not thrown on negative line numbers.
git-svn-id: svn://10.0.0.236/trunk@163878 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-16 00:37:05 +00:00
webmail%kmgerich.com
28ed72296d bug #251910, style bookmark and history sidebar items as links
git-svn-id: svn://10.0.0.236/trunk@163869 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-15 23:51:49 +00:00
ben%bengoodger.com
5d3dfc81a8 225281 - checkbox label background problem on "install complete" page - patch by Son Le <lesx99@lycos.com> r+a=ben@mozilla.org
git-svn-id: svn://10.0.0.236/trunk@163866 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-15 23:38:05 +00:00
cltbld
01d8a332c8 added l10n packaging for firefox builds.
git-svn-id: svn://10.0.0.236/trunk@163863 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-15 22:27:38 +00:00
tor%cs.brown.edu
7e22b070a7 Bug 264580 - implement SVGSVGDocument.current{Scale,Translate}. r=jwatt.
git-svn-id: svn://10.0.0.236/trunk@163861 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-15 22:21:03 +00:00
pedemont%us.ibm.com
28ea3f0ab7 Use the actual XPCOM obj (not wrapper) as hash key.
git-svn-id: svn://10.0.0.236/trunk@163860 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-15 22:20:07 +00:00
pedemont%us.ibm.com
124c98f029 Revert to having each nsJavaXPTCStub hold a ref to its Java object.
git-svn-id: svn://10.0.0.236/trunk@163859 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-15 22:07:36 +00:00
bienvenu%nventure.com
91de80359a better fix for 263733 view | sort by not getting out of grouped view, sr=mscott
git-svn-id: svn://10.0.0.236/trunk@163857 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-15 22:04:41 +00:00
pedemont%us.ibm.com
ffd1868734 Update to new method names and QI impl. Add deleting array test.
git-svn-id: svn://10.0.0.236/trunk@163856 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-15 21:55:14 +00:00
pedemont%us.ibm.com
9c67210ecd Make GeckoEmbed functions more Java-like. Don't reflect NS_NewArray. Provide generic impl of QI.
git-svn-id: svn://10.0.0.236/trunk@163854 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-15 21:50:15 +00:00
dbaron%dbaron.org
8dd6cc7e13 Commenting out assertion that I added yesterday. b=227361
git-svn-id: svn://10.0.0.236/trunk@163853 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-15 21:39:37 +00:00
scott%scott-macgregor.org
12c9afc222 Bug #257378 --> L10n teams should be able to translate reply header "on date" through *.properties file instead of using a hard coded string in mailnews.js
sr=bienvenu


git-svn-id: svn://10.0.0.236/trunk@163850 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-15 21:10:29 +00:00
scott%scott-macgregor.org
1519c56794 Bug #247838 --> Same string used twice in pref-viewing_messages.xul
break it up into two separate entities for localizers.


git-svn-id: svn://10.0.0.236/trunk@163849 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-15 21:05:49 +00:00
despotdaemon
deb4fd6929 Pseudo-automatic update of changes made by knous@mozilla.org.
git-svn-id: svn://10.0.0.236/trunk@163847 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-15 20:50:29 +00:00
igor%mir2.org
b2231892bb For compatibility wrap numbers always as Double instances.
git-svn-id: svn://10.0.0.236/trunk@163845 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-15 20:41:01 +00:00
igor%mir2.org
4f589b3f7c Fixing initialization bug: Continuation.initImplementation() can be called with null arg!
git-svn-id: svn://10.0.0.236/trunk@163844 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-15 20:38:21 +00:00
igor%mir2.org
3a65efb413 Compatibility with Rhino+Continuations fork: Continuation class is moved to continuations package.
git-svn-id: svn://10.0.0.236/trunk@163843 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-15 20:33:45 +00:00
bryner%brianryner.com
80edc88229 Add HANDLE_DEFAULT to the notification mask for ModelElement and SubmissionElement.
git-svn-id: svn://10.0.0.236/trunk@163842 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-15 20:10:15 +00:00
igor%mir2.org
e63ae1a5c7 Compatiblility with Rhno+Continuations fork: added Main.setSize(Dimension)
git-svn-id: svn://10.0.0.236/trunk@163841 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-15 20:06:22 +00:00
igor%mir2.org
b02d0c26e2 For compatibility with Rhino+Continuations fork Continuation is made public
git-svn-id: svn://10.0.0.236/trunk@163840 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-15 19:59:55 +00:00
jst%mozilla.jstenback.com
750fb05eeb Fixing bug 264542. Don't return error codes from methods that return objects (especially not by assigning an int directly into a jsval). r+sr=dveditz@cruzio.com
git-svn-id: svn://10.0.0.236/trunk@163839 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-15 19:59:51 +00:00
neil%parkwaycc.co.uk
17c6f8e606 Bug 169484 Text changes on junk and filter log windows p=mark@standard8.demon.co.uk r=me sr=bienvenu
git-svn-id: svn://10.0.0.236/trunk@163838 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-15 19:42:41 +00:00
igor%mir2.org
532f42f0ae Compatibility change: allow to use Context.enter/exit when thread already has associated Context with factory.
git-svn-id: svn://10.0.0.236/trunk@163836 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-15 18:34:24 +00:00
igor%mir2.org
2cba537545 New public API Context.getDebuggableView to extract DebuggableScript implementation.
git-svn-id: svn://10.0.0.236/trunk@163834 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-15 18:27:38 +00:00
dbaron%dbaron.org
7e3435e8aa Reduce code size and work done by do_GetInterface by removing unneeded inline nsCOMPtr. Pointed out by Bernard Alleysson <balleysson@bigfoot.com>. b=264456 r=darin
git-svn-id: svn://10.0.0.236/trunk@163833 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-15 18:03:35 +00:00
dbaron%dbaron.org
49198d090c Reduce code size of do_GetService by moving an nsCOMPtr and QueryInterface out of the part that's done inline. b=264456 r=darin
git-svn-id: svn://10.0.0.236/trunk@163831 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-15 17:44:30 +00:00
jst%mozilla.jstenback.com
41461f0c76 Fixing bug 263388. Patch by trev@gtchat.de. Make opening filepickers possible from frames that are not displayed, i.e. have no widget. r=jst@mozilla.org, sr=bzbarsky@mit.edu
git-svn-id: svn://10.0.0.236/trunk@163829 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-15 17:20:21 +00:00
jst%mozilla.jstenback.com
cedf52d09f Fixing bug 263388. Patch by trev@gtchat.de. Make opening filepickers possible from frames that are not displayed, i.e. have no widget. r=jst@mozilla.org, sr=bzbarsky@mit.edu
git-svn-id: svn://10.0.0.236/trunk@163828 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-15 17:19:20 +00:00
jst%mozilla.jstenback.com
c45391a630 Re-enabling the fix for bug 69070 and optimizing some string code in caps that was for sure part of the reason for the Tp regression, and use CheckLoadURIWithPrincipal() to be more correct. r+sr=bzbarsky@mit.edu
git-svn-id: svn://10.0.0.236/trunk@163827 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-15 16:53:35 +00:00
edburns%acm.org
f7be13f55b M dist/build.xml
M dist/webclient-dist.xml

- first crack at making this work with a mozilla 1.7 suite install


git-svn-id: svn://10.0.0.236/trunk@163826 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-15 16:39:07 +00:00
jst%mozilla.jstenback.com
9a84339353 Re-enabling the fix for bug 69070 and optimizing some string code in caps that was for sure part of the reason for the Tp regression, and use CheckLoadURIWithPrincipal() to be more correct. r+sr=bzbarsky@mit.edu
git-svn-id: svn://10.0.0.236/trunk@163825 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-15 16:34:58 +00:00
peterv%propagandism.org
93c0775b37 Fix for bug 264309 (Consolidate CloneNode implementation macros). r/sr=jst
git-svn-id: svn://10.0.0.236/trunk@163824 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-15 14:42:14 +00:00
mostafah%oeone.com
a3cb6b5030 Quick fix to bug 264106 suggested by mattwillis
Crash on launch: chrome://browser/content/hiddenWindow.xul can't be resolved


git-svn-id: svn://10.0.0.236/trunk@163823 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-15 14:26:59 +00:00
igor%mir2.org
eba1bc1883 *** empty log message ***
git-svn-id: svn://10.0.0.236/trunk@163822 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-15 13:33:02 +00:00
mcs%pearlcrescent.com
a09aa3ead9 Fix bug # 263557 - Sending a request fails on Windows when the
ber size is larger than 64MB.
  Break up large messages into <= 8MB sized chunks inside prldap_write().


git-svn-id: svn://10.0.0.236/trunk@163820 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-15 13:10:04 +00:00
shaver%mozilla.org
d31cbfd422 WebDAV, NPOTB: Refactor simple stream reader, because every line of reuse
reduces the amount of C++ I have to read.


git-svn-id: svn://10.0.0.236/trunk@163819 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-15 07:58:56 +00:00
shaver%mozilla.org
1234c2493b WebDAV, NPOTB.
Refactor the parse-and-list-responses code so that upcoming multiresult
work for non-PROPFIND operations can use it.


git-svn-id: svn://10.0.0.236/trunk@163818 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-15 07:48:12 +00:00
scott%scott-macgregor.org
37a3e491ac Bug #263072 --> Change "Mail" to "&brandShortName;" in junkMailInfo.dtd
Patch by Andras Timar (timar@fsf.hu)


git-svn-id: svn://10.0.0.236/trunk@163817 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-15 06:54:38 +00:00
scott%scott-macgregor.org
6e900d25a8 Bug #257986 --> Problem deleting local folders with forward slashes in the folder name
sr=bienvenu


git-svn-id: svn://10.0.0.236/trunk@163816 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-15 06:52:39 +00:00
scott%scott-macgregor.org
07ee10780c Bug #259389 --> cropped account manager UI on Mac OS X
Patch by mattwillis@gmail.com

sr=mscott


git-svn-id: svn://10.0.0.236/trunk@163815 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-15 06:48:45 +00:00
jst%mozilla.jstenback.com
c9a87664bf Fixing bug 249855. Attempt to copy QuickTime and Macromedia Flash plugin xpt files to the right place during installation. r+a=ben@mozilla.org
git-svn-id: svn://10.0.0.236/trunk@163814 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-15 06:27:54 +00:00
scott%scott-macgregor.org
f42e785c8e Bug #261199 --> Begin landing Thunderbird's virtual folder UI.
Land the back end RDF changes necessary to support the new user interface.

sr=bienvenu


git-svn-id: svn://10.0.0.236/trunk@163813 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-15 06:24:18 +00:00
shaver%mozilla.org
f5544bf275 some webdav plumbing and light tidying; bug 212342; r=darin,sr=bzbarsky
git-svn-id: svn://10.0.0.236/trunk@163811 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-15 05:59:21 +00:00
zack%kde.org
bf7c28aa8f Popups working, modals working and fixing some other positioning stuff .
Closing 264027 and 264105.


git-svn-id: svn://10.0.0.236/trunk@163809 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-15 03:15:54 +00:00
scott%scott-macgregor.org
94ae4effd1 Bug #261389 --> Normal Text Size (CTRL+0) should be added to "View"-menu, like in Firefox
git-svn-id: svn://10.0.0.236/trunk@163807 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-15 02:55:39 +00:00
jwalden%mit.edu
5358a2fb1d Fixing erroneous diff...
git-svn-id: svn://10.0.0.236/trunk@163806 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-15 02:32:33 +00:00
jwalden%mit.edu
4fd70bf12a Add Save Target As/Save Link As to the IE/Firefox differences list
git-svn-id: svn://10.0.0.236/trunk@163805 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-15 02:27:57 +00:00
despotdaemon
1b15c21790 Pseudo-automatic update of changes made by ginn.chen@sun.com.
git-svn-id: svn://10.0.0.236/trunk@163804 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-15 02:16:15 +00:00
scott%scott-macgregor.org
7d80ea44f7 Bug #176443 --> Send Format preferences: "correct format" is confusing
improve the text. Patch by daniel.bugmail@wangrepublic.org

Thanks to Mike Cowperthwaite for pointing out the patch.


git-svn-id: svn://10.0.0.236/trunk@163803 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-15 02:15:33 +00:00
scott%scott-macgregor.org
22e981b590 Bug #264128 --> toolbar customization window should be more like a dialog
for Thunderbird.


git-svn-id: svn://10.0.0.236/trunk@163801 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-15 01:03:06 +00:00
cls%seawood.org
bf73f3fc99 Use standalone zlib headers when building standalone jar
Bug #264407 r=ben.bucksch


git-svn-id: svn://10.0.0.236/trunk@163800 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-15 00:44:06 +00:00
scott%scott-macgregor.org
2e585b9262 remove a dead file
git-svn-id: svn://10.0.0.236/trunk@163798 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-15 00:39:00 +00:00
bienvenu%nventure.com
60f3425121 fix 263733 going from grouped to sorted flat via view sort menu doesn't switch out of group mode, sr=mscott
git-svn-id: svn://10.0.0.236/trunk@163796 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-15 00:33:56 +00:00
bienvenu%nventure.com
0ce571f59c fix 254637 sr=mscott only 2 received mail headers displayed when viewing all headers
git-svn-id: svn://10.0.0.236/trunk@163793 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-15 00:14:53 +00:00
shaver%mozilla.org
8f2f6c9e63 WebDAV, NPOTB.
Streamline operation-listener interface.

Report HTTP status correctly to listener.


git-svn-id: svn://10.0.0.236/trunk@163791 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-15 00:01:47 +00:00
bryner%brianryner.com
a0da75872c Switch to XTF handleDefault() API. Fixes crashes from failed QI to nsIDOMNSUIEvent.
git-svn-id: svn://10.0.0.236/trunk@163790 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-14 23:55:58 +00:00
scott%scott-macgregor.org
227ce50baa Bug #223408 --> View - Layout Menu shows multiple check marks inside the radio group.
Patch by mattwillis@gmail.com


git-svn-id: svn://10.0.0.236/trunk@163789 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-14 23:55:22 +00:00
steffen.wilberg%web.de
3731b723d0 fix XML parsing error
git-svn-id: svn://10.0.0.236/trunk@163788 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-14 23:51:43 +00:00
scott%scott-macgregor.org
6895d23c6f Bug #223871 --> Thunderbird takes over OS X minimize window keyboard shortcut
Patch by mattwillis@gmail.com


git-svn-id: svn://10.0.0.236/trunk@163787 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-14 23:48:44 +00:00
bryner%brianryner.com
46a07c66f1 Fix UMR from bug 263705
git-svn-id: svn://10.0.0.236/trunk@163786 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-14 23:38:16 +00:00
scott%scott-macgregor.org
42a7af0594 Bug #263255 --> pinstripe CSS to support group by sort
git-svn-id: svn://10.0.0.236/trunk@163785 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-14 23:35:54 +00:00
steffen.wilberg%web.de
3203d26915 Bug 264332: add link to tabbed_browsing.xhtml in using_firebird.xhtml#tabbed_browsing. r=jwalden
git-svn-id: svn://10.0.0.236/trunk@163784 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-14 23:26:49 +00:00
tor%cs.brown.edu
c10cf6e314 Bug 244917 - implement SVG gradients. Patch by scootermorris@comcast.net.
r=sicking,afri,tor,jwatt.  Shared mozilla code sr=tor,dbaron.


git-svn-id: svn://10.0.0.236/trunk@163782 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-14 23:02:53 +00:00
jwalden%mit.edu
6d2187eba2 s/refresh/reload/g - I wonder why this was the way it was?
git-svn-id: svn://10.0.0.236/trunk@163781 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-14 22:59:42 +00:00
steffen.wilberg%web.de
2560230e4f Bug 264323: missing links in Contents-Customization-Themes/Extensions. r=jwalden
git-svn-id: svn://10.0.0.236/trunk@163780 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-14 22:55:46 +00:00
jwalden%mit.edu
d9ef0ac008 Bug 258076 - Document new tab prefs. r=steffen
git-svn-id: svn://10.0.0.236/trunk@163778 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-14 22:48:47 +00:00
steffen.wilberg%web.de
503c373f0c Bug 259387: document popup blocker statusbar and info bar menu. r=jwalden
git-svn-id: svn://10.0.0.236/trunk@163777 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-14 22:38:45 +00:00
relyea%netscape.com
0d5a818630 [Bug 262274] visibility of PK11_GetCertFromPrivateKey and CERT_DecodeDERCertificate
git-svn-id: svn://10.0.0.236/trunk@163776 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-14 22:34:47 +00:00
jwalden%mit.edu
ffc9a2b5c3 Bug 263759 - Remove Ctrl+F4 (Close Window) shortcut for Macs (it conflicts with a default OS setting)
git-svn-id: svn://10.0.0.236/trunk@163775 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-14 22:34:29 +00:00
jwalden%mit.edu
d6431ca7b2 Bug 263547 - corrections needed for Help's start page. One last bit of cleanup...
git-svn-id: svn://10.0.0.236/trunk@163774 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-14 22:25:02 +00:00
jst%mozilla.jstenback.com
1a1526d1c3 Disable the security check in nsContentUtils::CanLoadImage() to see if that's what costs us 2% per yesterday.
git-svn-id: svn://10.0.0.236/trunk@163773 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-14 22:24:07 +00:00
relyea%netscape.com
da1c2ae5aa bug 262774 export PK11_GetCertFromPrivateKey publically.
git-svn-id: svn://10.0.0.236/trunk@163771 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-14 22:15:21 +00:00
zack%kde.org
e90ed08a61 A weak attempt at closing both 264105 and 264027. move seems to be still
not doing what i want though


git-svn-id: svn://10.0.0.236/trunk@163768 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-14 21:53:12 +00:00
dbaron%dbaron.org
9d38a27e2e Don't do resize reflows for view managers that aren't visible. (Improve window resizing and find toolbar performance when multiple tabs are open.) b=227361 r+sr=roc (Relanding since this doesn't seem to be the cause of the Tp regression.)
git-svn-id: svn://10.0.0.236/trunk@163767 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-14 21:51:00 +00:00
bryner%brianryner.com
4db91b55e1 Fix spelling of eEvent_ComputeException. Patch by aaronr@us.ibm.com, r=me.
git-svn-id: svn://10.0.0.236/trunk@163765 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-14 21:20:18 +00:00
bienvenu%nventure.com
bb6c04e317 fix 264408, problems deleting the first message in a date group thread, sr=mscott
git-svn-id: svn://10.0.0.236/trunk@163764 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-14 21:18:45 +00:00
bugzilla%arlen.demon.co.uk
effbcb65dc Bug 260364 Fixup radiogroups to use new .value functionality of radio.xml - askSendFormat changes
p=me r=neil.parkwaycc.co.uk sr=bienvenu


git-svn-id: svn://10.0.0.236/trunk@163762 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-14 20:32:41 +00:00
bienvenu%nventure.com
ab2ef9c355 fix folders like Inbox^Template appearing for imap accounts, ignore .msf files for imap virtual folders in favor of getting them from virtualFolders.dat, sr=mscott 237609
git-svn-id: svn://10.0.0.236/trunk@163760 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-14 20:14:41 +00:00
joshmoz%gmail.com
070f6a8921 quick grammatical fix for a dl manager tooltip - "Remove all inactive download(s)" should not have a parenthesized "s" (no bug, sr=pinkerton)
git-svn-id: svn://10.0.0.236/trunk@163758 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-14 19:21:49 +00:00
bsmedberg%covad.net
90d544e98d Followup to bug 257117 - Prettify the standard "longnames" for Windows installer and Mac DMG files, using symlinks. r=timeless
git-svn-id: svn://10.0.0.236/trunk@163757 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-14 19:19:26 +00:00
cbiesinger%web.de
ccb71c4e41 whoops. fixing bustage.
git-svn-id: svn://10.0.0.236/trunk@163756 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-14 19:05:31 +00:00
bzbarsky%mit.edu
c00a710e73 Impl QI to nsIUnicharInputStream, don't just inherit it. No bug, r=timeless,
sr=roc


git-svn-id: svn://10.0.0.236/trunk@163755 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-14 18:59:06 +00:00
bryner%brianryner.com
2804748b90 Back out 238598 until I can convince myself that XftTextExtents does something reasonable when given a nbsp character, in the case where the font doesn't have it.
git-svn-id: svn://10.0.0.236/trunk@163754 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-14 18:51:33 +00:00
cbiesinger%web.de
c2fcef4d70 no bug - remove unused header includes, and remove an unused local variable.
r+sr=bz


git-svn-id: svn://10.0.0.236/trunk@163753 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-14 18:48:42 +00:00
bryner%brianryner.com
c0ebc4be18 Some fonts don't have the nbsp character, so we spend time looking for an alternate font. Instead, just change the nbsp to a space; they render the same. Bug 238598, r+sr=dbaron.
git-svn-id: svn://10.0.0.236/trunk@163750 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-14 18:10:48 +00:00
bryner%brianryner.com
c9a186e40a Attempt to work around buggy fontconfig versions. If FcFontSort returns just a single font (it should return all fonts on the system), then try again but with only the generic font name. Bug 180309, r=dbaron, sr=blizzard.
git-svn-id: svn://10.0.0.236/trunk@163749 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-14 18:02:52 +00:00
bmlk%gmx.de
f7851ae5f6 decouple the maxWidth form the desiredSize.width, debug code removal, bug 237159 r/sr=dbaron
git-svn-id: svn://10.0.0.236/trunk@163748 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-14 17:37:54 +00:00
tor%cs.brown.edu
3b73929e09 Backout accidental checkin.
git-svn-id: svn://10.0.0.236/trunk@163747 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-14 17:11:53 +00:00
tor%cs.brown.edu
de3e0758fc Bug 264380 - implement SVGTextContentElement.getComputedTextLength. r=afri.
git-svn-id: svn://10.0.0.236/trunk@163746 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-14 17:10:08 +00:00
cbiesinger%web.de
aeadd77d32 Bug 264253 exthandler should get an nsIPrompt off the window context, instead of
using nsIPromptService directly. this removes the dom and windowwatcher
dependency from exthandler.
r=bzbarsky sr=darin


git-svn-id: svn://10.0.0.236/trunk@163745 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-14 17:06:32 +00:00
cbiesinger%web.de
078833ec60 Bug 263688 eliminate some *WithConversion calls in mailnews/compose
r=bienvenu sr=mscott


git-svn-id: svn://10.0.0.236/trunk@163744 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-14 17:04:46 +00:00
cbiesinger%web.de
8356bc92fc remove filespec from wallet code. 214795 r=mvl sr=dveditz
git-svn-id: svn://10.0.0.236/trunk@163743 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-14 17:00:19 +00:00
tor%cs.brown.edu
ac9f3575e3 Bug 264370 - implement SVGDocument.rootElement. r=afri
git-svn-id: svn://10.0.0.236/trunk@163742 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-14 16:20:37 +00:00
bienvenu%nventure.com
59dd3d94e2 fix 243532 selection jumping if you delete imap messages, then select another message before delete finishes, patch by lorenzo@colitti.com, r=mscott, sr=bienvenu
git-svn-id: svn://10.0.0.236/trunk@163739 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-14 15:44:00 +00:00
bienvenu%nventure.com
dc6ea0bb08 fix 243532 selection jumping if you delete imap messages, then select another message before delete finishes, patch by lorenzo@colitti.com, r=mscott, sr=bienvenu
git-svn-id: svn://10.0.0.236/trunk@163738 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-14 15:35:19 +00:00
bienvenu%nventure.com
4602af52f2 fix 263678 grouping by date doesn't account for GMT, sr=mscott, and a couple other problems with date grouping
git-svn-id: svn://10.0.0.236/trunk@163737 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-14 15:07:33 +00:00
bzbarsky%mit.edu
ea4f69c690 Make sure to set mScannerInited when it is. Bug 263959, caught by jag
git-svn-id: svn://10.0.0.236/trunk@163735 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-14 15:06:04 +00:00
bienvenu%nventure.com
4b9aecaa92 fix pop3 new mail notification when using global inbox, sr=mscott 260076
git-svn-id: svn://10.0.0.236/trunk@163733 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-14 14:16:28 +00:00
igor%mir2.org
68d43e346f Compatibility with Cocoon and its usage of Rhino debugger.
git-svn-id: svn://10.0.0.236/trunk@163730 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-14 09:15:19 +00:00
neil%parkwaycc.co.uk
8f403a77f8 Typo fix b=146434 p=giacomo.magnini@portalis.it r=me
git-svn-id: svn://10.0.0.236/trunk@163729 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-14 08:57:39 +00:00
steffen.wilberg%web.de
1e4834315a Bug 264317: fix broken links in Help Contents - Menu Reference
git-svn-id: svn://10.0.0.236/trunk@163728 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-14 08:45:45 +00:00
steffen.wilberg%web.de
68b9353554 fix linebreak
git-svn-id: svn://10.0.0.236/trunk@163727 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-14 08:08:45 +00:00
despotdaemon
1120d6c793 Pseudo-automatic update of changes made by thunderbird-nl@planet.nl.
git-svn-id: svn://10.0.0.236/trunk@163726 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-14 07:42:47 +00:00
igor%mir2.org
a05650d12d Added GeneratedClassLoader
git-svn-id: svn://10.0.0.236/trunk@163725 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-14 07:34:54 +00:00
igor%mir2.org
01890ad20b Changing (XML|XMLList).(propertyIsEnumeratable|attribute|child) to confirm to the published ECMA 357 specification.
git-svn-id: svn://10.0.0.236/trunk@163724 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-14 07:34:13 +00:00
igor%mir2.org
73dc3f0a98 I added ContextFactory.createClassLoader that is called from Context.createClassLoader to remove the need to subclass Context if a custom ClassLoader is required.
git-svn-id: svn://10.0.0.236/trunk@163723 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-14 07:31:00 +00:00
igor%mir2.org
5646871a4f Regression tests for Rhino bugs
git-svn-id: svn://10.0.0.236/trunk@163722 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-14 07:09:22 +00:00
cltbld
ddb3ef6c59 Automated update from host egg
git-svn-id: svn://10.0.0.236/trunk@163721 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-14 06:23:57 +00:00
ben%bengoodger.com
d966c64770 263928, 263412 - define default distribution ID in configure.in, not in nsISS for better availability/reliability. r=vlad
git-svn-id: svn://10.0.0.236/trunk@163720 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-14 06:22:12 +00:00
jwalden%mit.edu
8abf50f494 Bug 258665 - Document stylesheet switching UI. Patch by Sean Umphlet <nosebleed@umphlet.com>, r=me
git-svn-id: svn://10.0.0.236/trunk@163719 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-14 06:14:04 +00:00
jwalden%mit.edu
b7c0f37cec Bug 260050 - explain tabbed browsing in more detail and make it prominent. doc=Daniel Wang <daniel.bugmail@wangrepublic.org>, p=me, r=steffen
git-svn-id: svn://10.0.0.236/trunk@163718 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-14 05:53:26 +00:00
dbaron%dbaron.org
acff620604 Back out 227361 to fix pageload time regression.
git-svn-id: svn://10.0.0.236/trunk@163716 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-14 05:49:10 +00:00
jst%mozilla.jstenback.com
556bb4875f One more followup change to the fix for bug 69070. Make sure to set the appType on the root docshell in editor.js.
git-svn-id: svn://10.0.0.236/trunk@163713 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-14 04:54:38 +00:00
tor%cs.brown.edu
83d9c811b6 Bug 264259 - invalidate text on style change. r=afri.
git-svn-id: svn://10.0.0.236/trunk@163712 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-14 03:48:04 +00:00
aaronleventhal%moonset.net
1407eea6a0 Bug 263685. getComputedStyle not working on -moz-outline-radius. r=roc, sr=dbaron
git-svn-id: svn://10.0.0.236/trunk@163710 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-14 03:32:28 +00:00
bzbarsky%mit.edu
cde277f1cf Don't create new nsCSSScanners all the time. Just make nsCSSScanner a
non-pointer member of nsCSSParser so when we recycle parsers scanners get
recycled automatically.  Bug 263959, r+sr=dbaron


git-svn-id: svn://10.0.0.236/trunk@163709 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-14 03:30:55 +00:00
bryner%brianryner.com
0d5532bfe8 Use GType as the return type for GetMaiAtkType since it is not the same as PRUint32 on all architectures. Bug 256603, patch by pkwarren@gmail.com, r=Louie.Zhao@sun.com, sr=dbaron.
git-svn-id: svn://10.0.0.236/trunk@163707 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-14 02:31:58 +00:00
kyle.yuan%sun.com
20edc2e5c6 Bug 264161 Failed to build thunderbird on solaris sparc platform
r/sr=mscott, patch=brian.lu@sun.com


git-svn-id: svn://10.0.0.236/trunk@163705 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-14 01:58:19 +00:00
jst%mozilla.jstenback.com
9d6ccf10b4 More followup changes to my fix for bug 69070. Use docURL since it's available in stead of calling GetDocumentUIR() one more time, as suggested by cbiesinger@gmx.at.
git-svn-id: svn://10.0.0.236/trunk@163704 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-14 01:44:50 +00:00
webmail%kmgerich.com
be0d3b69ef JS Console styles for Mac, bug 258652
git-svn-id: svn://10.0.0.236/trunk@163702 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-14 00:32:27 +00:00
joshmoz%gmail.com
a952656d1a fix landing of updated nib file for bug 175924
git-svn-id: svn://10.0.0.236/trunk@163701 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-14 00:23:11 +00:00
despotdaemon
a1c759f343 Pseudo-automatic update of changes made by knous@mozilla.org.
git-svn-id: svn://10.0.0.236/trunk@163699 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-13 23:56:33 +00:00
jst%mozilla.jstenback.com
70ffb182a9 Followup to my fix for bug 69070. Use the documents character set when creating image URI (per bz's suggestion), and fixing build bustage.
git-svn-id: svn://10.0.0.236/trunk@163698 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-13 23:45:22 +00:00
despotdaemon
4ea3731a6a Pseudo-automatic update of changes made by a.topal@uni-duisburg.de.
git-svn-id: svn://10.0.0.236/trunk@163697 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-13 23:44:05 +00:00
shaver%mozilla.org
85ccfbb6eb WebDAV, NPOTB.
DELETE can return a multistatus, so enhance the API a bit to convey that data.

We don't call the detailed-report facet yet at all, but it's there for when
we do!


git-svn-id: svn://10.0.0.236/trunk@163696 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-13 23:36:51 +00:00
wchang0222%aol.com
59841f8844 Bugzilla bug 264257: added GetCert and LRA Pop witness controls to CMC.
The code is contributed by Christine Ho of AOL.  r=wtc.
Added Files: GetCert.java LraPopWitness.java


git-svn-id: svn://10.0.0.236/trunk@163694 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-13 23:35:39 +00:00
despotdaemon
82793565a9 Pseudo-automatic update of changes made by knous@mozilla.org.
git-svn-id: svn://10.0.0.236/trunk@163693 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-13 23:29:00 +00:00
despotdaemon
e5562f8ac3 Pseudo-automatic update of changes made by knous@mozilla.org.
git-svn-id: svn://10.0.0.236/trunk@163692 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-13 23:26:44 +00:00
jst%mozilla.jstenback.com
d56483a286 Fixing bug 69070. Don't allow loading of images from file: URIs from web content. r+sr=bzbarsky@mit.edu
git-svn-id: svn://10.0.0.236/trunk@163691 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-13 23:16:58 +00:00
cbiesinger%web.de
f3101823df fixing xmlterm bustage from bug 231716
git-svn-id: svn://10.0.0.236/trunk@163690 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-13 23:10:12 +00:00
dbaron%dbaron.org
5a4279b19b Bustage fix. b=227361
git-svn-id: svn://10.0.0.236/trunk@163689 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-13 23:06:39 +00:00
cbiesinger%web.de
07384d0a71 fixing qt bustage. Bug #264266, qt-only
git-svn-id: svn://10.0.0.236/trunk@163688 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-13 23:04:52 +00:00
cltbld
b7794526d2 Automated update from host egg
git-svn-id: svn://10.0.0.236/trunk@163687 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-13 22:53:54 +00:00
bugzilla%arlen.demon.co.uk
bcf19e3de3 Bug 234185 Build failure: #error "No SVG renderer."
p=ajvincent@gmail.com r=bsmedberg


git-svn-id: svn://10.0.0.236/trunk@163686 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-13 22:44:05 +00:00
dbaron%dbaron.org
cfcacefff2 Don't do resize reflows for view managers that aren't visible. (Improve window resizing and find toolbar performance when multiple tabs are open.) b=227361 r+sr=roc
git-svn-id: svn://10.0.0.236/trunk@163685 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-13 22:37:32 +00:00
neil%parkwaycc.co.uk
a92429d5fb Signed/unsigned comparison fix b=231716 p=gautheri@noos.fr r=timeless sr=roc
git-svn-id: svn://10.0.0.236/trunk@163684 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-13 22:34:43 +00:00
neil%parkwaycc.co.uk
a417282ca7 Bug 261108 Fix generated click event to be a mouse event r+sr=jst
git-svn-id: svn://10.0.0.236/trunk@163681 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-13 22:23:46 +00:00
shaver%mozilla.org
7a564e7cda WebDAV: the beat goes on.
MKCOL support.  No MKCOL-with-data support, because I have no idea what that's
really supposed to do, so I can't design a good interface for it.


git-svn-id: svn://10.0.0.236/trunk@163679 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-13 22:14:51 +00:00
dbaron%dbaron.org
bcd027f41d Remove unneeded dependency on layout. b=227361 r+sr=roc
git-svn-id: svn://10.0.0.236/trunk@163678 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-13 22:08:00 +00:00
dbaron%dbaron.org
4788c0f03d Remove unneeded dependency on layout. b=227361 r+sr=roc
git-svn-id: svn://10.0.0.236/trunk@163677 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-13 22:05:00 +00:00
dbaron%dbaron.org
82b0955d8d Store the visible area so other callers of InitialReflow use the right size rather than 0x0. b=227361 r+sr=roc
git-svn-id: svn://10.0.0.236/trunk@163676 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-13 21:59:26 +00:00
shaver%mozilla.org
b394416633 WebDAV, NKOTB.
DELETE support (named 'remove' in IDL to avoid pain for JS consumers).

(...step by step...)


git-svn-id: svn://10.0.0.236/trunk@163675 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-13 21:54:33 +00:00
igor%mir2.org
d3e04439c1 Test suite for E4X from AgileDelta Inc, http://agiledelta.com/ : see bug 251113
git-svn-id: svn://10.0.0.236/trunk@163674 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-13 21:35:32 +00:00
shaver%mozilla.org
fc2d63f2b0 WebDAV, NPOTB.
Don't propagatge NS_BINDING_ABORTED to put() callers.

PUT() test wrapper and findErr helper.


git-svn-id: svn://10.0.0.236/trunk@163673 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-13 21:30:21 +00:00
joshmoz%gmail.com
90bb409af5 make Appearance pref pane use labeled buttons for changing fonts, also lots of stylistic cleanup (bug 175924)
git-svn-id: svn://10.0.0.236/trunk@163672 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-13 21:29:56 +00:00
zack%kde.org
27df2b61bc New approach, better approach, popups disappearing after a click, just cooler...
Like it still won't get me chicks but is closer to that goal (i got into mozilla
because of false promises of women)


git-svn-id: svn://10.0.0.236/trunk@163671 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-13 21:01:24 +00:00
shaver%mozilla.org
7014b2b2fb (WebDAV, NPOTB)
Flush the output stream when the GET is complete, to aid scripted callers in
getting the results they probably expect.


git-svn-id: svn://10.0.0.236/trunk@163670 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-13 20:46:24 +00:00
bryner%brianryner.com
9df382a478 Fix gtk warnings on older gtk versions (bug 255656, r+sr=dbaron).
git-svn-id: svn://10.0.0.236/trunk@163668 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-13 20:35:06 +00:00
roc+%cs.cmu.edu
2336c12cf7 Bug 263992. Fix widget/windows bug revealed by widget caching changes: Resize(x,y,w,h) needs to fix up popups the same way Move() does. r=ere,sr=roc, patch by swalker and roc
git-svn-id: svn://10.0.0.236/trunk@163667 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-13 20:17:05 +00:00
vladimir%pobox.com
8768f6b421 Update to SQLite 3.0.8
git-svn-id: svn://10.0.0.236/trunk@163664 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-13 19:30:19 +00:00
bryner%brianryner.com
ad8a3c9a34 Adding nsIXFormsModelElement here, instead of dom/public/idl/xforms, since nothing in the core will depend on it.
git-svn-id: svn://10.0.0.236/trunk@163663 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-13 19:29:35 +00:00
timeless%mozdev.org
07b37a65ca backing out bsmedberg's changes for Bug 264093 because they caused domwindows to leak and orange
git-svn-id: svn://10.0.0.236/trunk@163662 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-13 19:05:48 +00:00
bryner%brianryner.com
d1e6c15f97 More API updates for trunk XTF.
git-svn-id: svn://10.0.0.236/trunk@163661 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-13 18:50:15 +00:00
shaver%mozilla.org
903cb27ef7 WebDAV micro-checkpoint, NPOTB.
Use buffered streams for getToOutputStream, and document that requirement.

Make sure we QI correctly for nsIRequestObserver in our
OperationStreamListener.


git-svn-id: svn://10.0.0.236/trunk@163660 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-13 18:35:33 +00:00
despotdaemon
62900d08d1 Pseudo-automatic update of changes made by knous@mozilla.org.
git-svn-id: svn://10.0.0.236/trunk@163659 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-13 17:36:46 +00:00
bsmedberg%covad.net
371d3a1dc3 Bug 264093 - combine chrome registry and chrome protocol handler on one object r=darin
git-svn-id: svn://10.0.0.236/trunk@163658 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-13 17:14:13 +00:00
jst%mozilla.jstenback.com
4dd46f4f63 Fixing bug 263649. Add handleDefault(nsIDOMEvent) method to nsIXTFElement. Patch by smaug@welho.com, r=bryner@brianryner.com, sr=jst@mozilla.org
git-svn-id: svn://10.0.0.236/trunk@163656 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-13 16:05:13 +00:00
alex%croczilla.com
53004c4014 Bug 264112: Fix --enable-xtf non-SVG builds. r=aaronr. Affects XTF-enabled builds only.
git-svn-id: svn://10.0.0.236/trunk@163655 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-13 16:04:50 +00:00
dbaron%dbaron.org
f2f184adff Treat 'visibility: collapse' the same as 'visibility: hidden'. b=264072 r+sr=roc
git-svn-id: svn://10.0.0.236/trunk@163654 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-13 15:12:14 +00:00
mostafah%oeone.com
cecc3c6000 Checked in patch for bug 264077:
Sunbird menus use control as modifier rather than accel


git-svn-id: svn://10.0.0.236/trunk@163653 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-13 13:26:54 +00:00
bryner%brianryner.com
044a8d889e Merge of XForms code to the trunk. This has some rough edges still, like inputs not being treated as inline elements.
git-svn-id: svn://10.0.0.236/trunk@163652 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-13 09:51:52 +00:00
bmlk%gmx.de
983e19c75d mark previously destroyed row frame as nsnull so that the pointer will not be reused bug 263738 r/sr=bzbarsky
git-svn-id: svn://10.0.0.236/trunk@163648 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-13 05:49:39 +00:00
despotdaemon
cdf799f05a Pseudo-automatic update of changes made by mrbkap@gmail.com.
git-svn-id: svn://10.0.0.236/trunk@163647 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-13 03:19:30 +00:00
silver%warwickcompsoc.co.uk
212d94323b Bug 235213 - Correct typo in help template.
JavaScript Debugger only.
r=rginda


git-svn-id: svn://10.0.0.236/trunk@163645 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-13 02:33:58 +00:00
silver%warwickcompsoc.co.uk
64e34b5079 Bug 263103 - Delay being "initialized" until post-window display to prevent us stopping without a UI shown.
JavaScript Debugger only.
r=rginda


git-svn-id: svn://10.0.0.236/trunk@163644 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-13 02:30:45 +00:00
aaronleventhal%moonset.net
ddfefbb3fc Fixing bustage
git-svn-id: svn://10.0.0.236/trunk@163643 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-13 02:24:38 +00:00
bzbarsky%mit.edu
c6de09bfe0 Fix XML serializer to use default namespaces when possible instead of outputing
unneeded namespace prefixes.  Also fix possible correctness issues with the
prefixes it generates.  Bug 263225, r=peterv, sr=rbs


git-svn-id: svn://10.0.0.236/trunk@163640 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-13 01:16:06 +00:00
aaronleventhal%moonset.net
2ed5e7dde3 Bug 261054. Make caret consistently the same width throughout Gecko/Mozilla. Configurable through ui.caretWidth. r=glazou, sr=rbs
git-svn-id: svn://10.0.0.236/trunk@163639 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-13 01:12:14 +00:00
steffen.wilberg%web.de
951a2bbbb2 Bug 263769: fix some Opera shortcuts
git-svn-id: svn://10.0.0.236/trunk@163638 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-13 00:46:29 +00:00
jwalden%mit.edu
8f29286b14 Increment the last-modified date...
git-svn-id: svn://10.0.0.236/trunk@163637 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-13 00:16:38 +00:00
steffen.wilberg%web.de
3f87e1b317 Bug 263369: improve explanation of 'proxy'. r=jwalden
git-svn-id: svn://10.0.0.236/trunk@163634 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-12 23:48:45 +00:00
glen.beasley%sun.com
c27511bd06 181540 support SHA-256, SHA-384, SHA-512
git-svn-id: svn://10.0.0.236/trunk@163632 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-12 23:24:40 +00:00
christophe.ravel.bugs%sun.com
e204ee575f 238319: Sun packages changes.
git-svn-id: svn://10.0.0.236/trunk@163630 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-12 22:37:12 +00:00
bienvenu%nventure.com
2292a4cdbc allow filters for local folders account, because of pop3 global inbox, sr=mscott 177093
git-svn-id: svn://10.0.0.236/trunk@163628 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-12 22:17:00 +00:00
bienvenu%nventure.com
66e439937f fix deleting the last virtual folder, sr=mscott 263990
git-svn-id: svn://10.0.0.236/trunk@163627 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-12 22:16:22 +00:00
jwalden%mit.edu
3226ba7cd7 Bug 263755 - Help shouldn't say Opt+D highlights location bar on Mac. Also, fix a separate incorrect entity in passing.
git-svn-id: svn://10.0.0.236/trunk@163626 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-12 22:12:56 +00:00
jwalden%mit.edu
48177fd8d2 Bug 263276 - copy changes to toolkit/content/customizeToolbar.xul. r=rlk, a=asa
git-svn-id: svn://10.0.0.236/trunk@163625 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-12 21:51:21 +00:00
jst%mozilla.jstenback.com
1d41060f42 Fixing busted plugin sample. Not part of the default build.
git-svn-id: svn://10.0.0.236/trunk@163623 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-12 21:10:42 +00:00
despotdaemon
e1c0098208 Pseudo-automatic update of changes made by knous@mozilla.org.
git-svn-id: svn://10.0.0.236/trunk@163621 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-12 20:33:06 +00:00
bienvenu%nventure.com
049118897f tbird version of fix for 257759 run filter after the fact doesn't work for deferred pop3 accounts
git-svn-id: svn://10.0.0.236/trunk@163618 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-12 20:12:17 +00:00
cltbld
51eba6ccae Commit Windows-specific fixes for debugging symbols and profile test during
build. (cmp)


git-svn-id: svn://10.0.0.236/trunk@163617 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-12 20:01:50 +00:00
darin%meer.net
2ac3059694 fixes bug 263263 "Dialog box asks if I meant to load www.google.com. If I answer no, it loads anyway." r=bzbarsky sr=dveditz
git-svn-id: svn://10.0.0.236/trunk@163615 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-12 19:56:07 +00:00
zack%kde.org
32ea6d42a4 fixing popup placemant and switching some method sigs to the proper ones
git-svn-id: svn://10.0.0.236/trunk@163614 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-12 19:48:56 +00:00
dbaron%dbaron.org
b791c16965 Move CSS error reporting functions from parser to scanner so that scanner can report errors, and fix up the one existing error report in the scanner that I'd forgotten about. b=262249 r+sr=bzbarsky
git-svn-id: svn://10.0.0.236/trunk@163612 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-12 18:44:14 +00:00
timeless%mozdev.org
a375f72ee0 Bug 226099 [RFE] Highlight "<![CDATA[" and matching "]]>" in View Source
patch by mrbkap@gmail.com r=bz sr=rbs


git-svn-id: svn://10.0.0.236/trunk@163610 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-12 18:33:12 +00:00
pinkerton%aol.net
be58f81a00 use the username field closest to the password field, not the first
one we encounter (bug 184878)


git-svn-id: svn://10.0.0.236/trunk@163609 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-12 18:33:09 +00:00
tor%cs.brown.edu
575b4be537 Plug memory leaks.
git-svn-id: svn://10.0.0.236/trunk@163608 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-12 18:33:03 +00:00
tor%cs.brown.edu
e8768e8576 New cairo font code requires different ordering of font setup.
git-svn-id: svn://10.0.0.236/trunk@163607 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-12 18:26:34 +00:00
dbaron%dbaron.org
900fefc4a5 Use |this| instead of getting the frame from the reflow state, since the frame from the reflow state is wrong when we're in a XUL textbox. b=263806 Patch from Hideo Saito <saito@densan.co.jp>. r=bernd sr=dbaron
git-svn-id: svn://10.0.0.236/trunk@163606 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-12 17:58:28 +00:00
christophe.ravel.bugs%sun.com
be679a3327 238319: Sun packages changes.
git-svn-id: svn://10.0.0.236/trunk@163605 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-12 17:54:46 +00:00
bienvenu%nventure.com
80d0983bd5 add option to make sure there are imap deleted messages before doing an expunge, off by default, patch by mikael@parknet.se, r=neil, sr=bienvenu 235004
git-svn-id: svn://10.0.0.236/trunk@163602 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-12 17:17:18 +00:00
bienvenu%nventure.com
4724f24501 potential fixes for crashes after leaving grouped sort, sr=mscott 263733
git-svn-id: svn://10.0.0.236/trunk@163601 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-12 16:59:12 +00:00
pinkerton%aol.net
aa3bc6a4fe change finder version to 0.8+
git-svn-id: svn://10.0.0.236/trunk@163597 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-12 14:48:41 +00:00
igor%mir2.org
a2960f5abb Fixing https://bugzilla.mozilla.org/show_bug.cgi?id=258844#c25
git-svn-id: svn://10.0.0.236/trunk@163596 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-12 13:58:52 +00:00
jshin%mailaps.org
1426b5c655 bug 263462 : NS_UnescapeURL doesn't honor esc_OnlyNonASCII (r=darin, sr=jst)
git-svn-id: svn://10.0.0.236/trunk@163595 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-12 08:48:31 +00:00
jshin%mailaps.org
82fb8327ff bug 88579: bad default traditional chinese fonts on Windows (r=bsmedberg, sr=rbs)
git-svn-id: svn://10.0.0.236/trunk@163593 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-12 08:32:58 +00:00
bryner%brianryner.com
08f5ed051e remove 'set' to try to fix bustage (bug 260337)
git-svn-id: svn://10.0.0.236/trunk@163592 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-12 08:25:19 +00:00
robin.lu%sun.com
fabc8af6ed fix bug 260667 in caret browse mode, can't move out of textarea
patched by nian.liu@sun.com r=aaronleventhal sr=neil.parkwaycc.co.uk


git-svn-id: svn://10.0.0.236/trunk@163591 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-12 07:09:43 +00:00
caillon%redhat.com
f0054af3d6 Bug 260872
More fixes for the GTK2 file chooser.
Use a GtkWindow instead of a GdkWindow for parenting.
Simplify the pattern parsing.
Don't register a contract ID for the xul picker on GTK2 builds since the logic for determining which picker to use is handled by the native module constructor.

r+sr=bryner


git-svn-id: svn://10.0.0.236/trunk@163589 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-12 07:00:59 +00:00
jst%mozilla.jstenback.com
3d83688b92 Fixing bug 263429. Making nsProcessCommon::Run() work on Mac OS X. r=peterv@propagandism.org, sr=dveditz@cruzio.com
git-svn-id: svn://10.0.0.236/trunk@163583 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-12 05:31:37 +00:00
jst%mozilla.jstenback.com
3314465c6e Fixing bug 246892. Prevent crash in xpconnect code due to a scriptable plugins being deleted while calling through a scriptable method on the plugin. r=dbradley@gmail.com, sr=brendan@mozilla.org
git-svn-id: svn://10.0.0.236/trunk@163580 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-12 04:30:09 +00:00
shaver%mozilla.org
145d3f4fb2 WebDAV checkpoint (NPOTB, I feel so dirty).
- return properties for propname results, as well as properties proper.
  (Depends on 263957 to actually be useful.)
- ACString > string.
- remove vestigial ChildListener interface.
- OperationListener is also used for get and put.
- put needs a content-type.
- getToOutputStream for somewhat easier use from script.
- implement put, getToOutputStream
- much refactoring of propfind stuff for reuse and clarity
- "davshell" xpcshell test framework
- honestly, did we lose a string-API bet with someone?


git-svn-id: svn://10.0.0.236/trunk@163577 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-12 04:13:04 +00:00
shaver%mozilla.org
1f95d0d545 build bustage fix, how mortifying
git-svn-id: svn://10.0.0.236/trunk@163576 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-12 03:49:28 +00:00
shaver%mozilla.org
3e60d28c9f Bug 262189: fix JS component loader's error reporting up to be less-often
useless.  Also some warning fixes for gcc and quelling some
	    spew for myself.  r+sr=brendan.


git-svn-id: svn://10.0.0.236/trunk@163575 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-12 03:37:20 +00:00
bzbarsky%mit.edu
36f337d43f Look at style height in addition to the height attribute for vertical
marquees.  Bug 262708, r=doron, sr=jst


git-svn-id: svn://10.0.0.236/trunk@163574 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-12 03:21:13 +00:00
rbs%maths.uq.edu.au
d2e4f132a9 Text Zoom leaves misaligned overlapping text, b=128405, r=roc, sr=bz
git-svn-id: svn://10.0.0.236/trunk@163573 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-12 03:04:47 +00:00
timeless%mozdev.org
9f6dca52a6 Bug 263472 font.default is registered doubly.
patch by cst@andrew.cmu.edu r=darin sr=darin


git-svn-id: svn://10.0.0.236/trunk@163572 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-12 02:48:11 +00:00
kyle.yuan%sun.com
d703405512 Bug 260337 (Firefox) Fail to build on solaris
r=bryner, patch=brian.lu@sun.com


git-svn-id: svn://10.0.0.236/trunk@163571 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-12 02:39:47 +00:00
bzbarsky%mit.edu
84656e336e Don't allow SetSpec(EmptyCString()) on nsSimpleURI. Bug 263834, r+sr=darin
git-svn-id: svn://10.0.0.236/trunk@163570 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-12 01:54:44 +00:00
scott%scott-macgregor.org
1789475ff6 Bug #263549 --> only install talkback in 20% of the releases when doing a default install.
git-svn-id: svn://10.0.0.236/trunk@163569 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-12 01:42:48 +00:00
scott%scott-macgregor.org
992afc68c0 Bug #263552 --> make ctrl-up and ctrl-down cycle through the available quick search
criteria modes when focus is inside the quick search box.


git-svn-id: svn://10.0.0.236/trunk@163566 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-12 01:02:14 +00:00
dbaron%dbaron.org
6b7646ef3c Fix line endings.
git-svn-id: svn://10.0.0.236/trunk@163562 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-12 00:23:28 +00:00
cltbld
f81c0945bd Automated update from host egg
git-svn-id: svn://10.0.0.236/trunk@163560 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-12 00:13:37 +00:00
bryner%brianryner.com
d8aca8778c Add an explicit --enable-quantify option for windows that causes /FIXED:NO to be used when linking the executable. Otherwise, we omit that option and save about 6% on executable size (the change only affects builds with MOZ_PROFILE or MOZ_DEBUG_SYMBOLS). Bug 263680, r=bsmedberg.
git-svn-id: svn://10.0.0.236/trunk@163558 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-12 00:09:58 +00:00
ben%bengoodger.com
3bc47d63e0 263928 - followup - potential for memory to be freed before access due to literal string going out of scope - use a named literal string in the parent scope block instead. r+sr=brendan
git-svn-id: svn://10.0.0.236/trunk@163557 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-12 00:09:11 +00:00
despotdaemon
37de13f2a5 Pseudo-automatic update of changes made by dbaron@dbaron.org.
git-svn-id: svn://10.0.0.236/trunk@163556 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-11 23:22:41 +00:00
cltbld
c893252d44 Automated update from host egg
git-svn-id: svn://10.0.0.236/trunk@163555 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-11 23:14:30 +00:00
ben%bengoodger.com
519420a59d 263928 - distribution id for search results r=vlad sr=brendan
git-svn-id: svn://10.0.0.236/trunk@163554 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-11 23:08:52 +00:00
relyea%netscape.com
023481fa4a Fix regression where PK11LogoutAll will crash when called when NSS is not initialized.
git-svn-id: svn://10.0.0.236/trunk@163549 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-11 22:37:41 +00:00
bzbarsky%mit.edu
7ad51611da Paint the placeholder and the first line of our alt text even if out box is not
big enough to fit them in their entirety.  Bug 263244, r+sr=dbaron


git-svn-id: svn://10.0.0.236/trunk@163548 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-11 21:52:36 +00:00
scott%scott-macgregor.org
111eea7abb Bug #263919 --> Make 'G' move you into group by sort mode
git-svn-id: svn://10.0.0.236/trunk@163546 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-11 21:22:06 +00:00
bryner%brianryner.com
363aba8050 back out 263512, i was on crack
git-svn-id: svn://10.0.0.236/trunk@163543 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-11 21:09:58 +00:00
cltbld
e410b0eeca adding --skip-mozilla to help.
added test for skipmozilla or testonly before calling pre-build to nuke mozilla dir


git-svn-id: svn://10.0.0.236/trunk@163542 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-11 21:02:13 +00:00
roc+%cs.cmu.edu
8ff367d401 Bug 238493. BeginUpdateViewBatch should suppress widget geometry changes and make them happen when the batch ends. r+sr=bzbarsky
git-svn-id: svn://10.0.0.236/trunk@163540 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-11 20:35:51 +00:00
cls%seawood.org
14a1e1c409 Fix the regexp & notregexp query cases when given the branch name HEAD.
Bug #237525 r=timeless


git-svn-id: svn://10.0.0.236/trunk@163539 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-11 20:28:48 +00:00
smontagu%smontagu.org
47176b8741 Bug 239977: Support ISO 639-2 code for Klingon. r=jshin,sr=roc
git-svn-id: svn://10.0.0.236/trunk@163538 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-11 20:20:11 +00:00
cls%seawood.org
660a75021e Explicitly set foreground color to black
Bug #241466 r=timeless


git-svn-id: svn://10.0.0.236/trunk@163537 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-11 20:19:40 +00:00
brendan%mozilla.org
5302853512 Yet more JOF_DETECTING (259935, r=self).
git-svn-id: svn://10.0.0.236/trunk@163535 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-11 19:21:05 +00:00
zack%kde.org
b6e4d9a51e fixing the toolbar issue. All the credit goes to biesi (he provided
the testcase for it)


git-svn-id: svn://10.0.0.236/trunk@163534 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-11 19:18:59 +00:00
mkaply%us.ibm.com
9f4036b8b0 Remove unused file
git-svn-id: svn://10.0.0.236/trunk@163533 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-11 19:13:15 +00:00
mkaply%us.ibm.com
7a46709aa0 #260427
r=mkaply, sr=blizzard, a=mkaply
Patch from Peter Weilbacher - use ParseLocaleString from nsPosixLocale and use the separator that is passed in


git-svn-id: svn://10.0.0.236/trunk@163531 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-11 16:37:04 +00:00
bzbarsky%mit.edu
fa206da134 Switch more callers who were begging for it over to GetOwnerDoc(). Bug 255337,
r+sr=peterv.


git-svn-id: svn://10.0.0.236/trunk@163530 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-11 16:29:42 +00:00
bzbarsky%mit.edu
ceb3b814ae Fix up uses of GetOwnerDoc/GetCurrentDoc to use the right one, with an eye
towards general sanity on the one hand and sXBL/XBL2 on the other.  Bug 263200,
r+sr=peterv


git-svn-id: svn://10.0.0.236/trunk@163529 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-11 16:14:27 +00:00
cbiesinger%web.de
51e5216532 Bug 257746 nsWindow::StandardWindowCreate should return failure when it can't create a window
patch by Chris Thomas (CTho) <cst@andrew.cmu.edu> r=ere sr=roc


git-svn-id: svn://10.0.0.236/trunk@163528 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-11 16:13:48 +00:00
bugzilla%arlen.demon.co.uk
1974c78ac7 Bug 146434 Last part of section "Edit Ciphers" is not present in Mozilla Help
p=giacomo.magnini@portalis.it r=neil.parkwaycc.co.uk


git-svn-id: svn://10.0.0.236/trunk@163527 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-11 15:50:08 +00:00
bzbarsky%mit.edu
73c05f1b81 Switch some callers of EndViewUpdateBatch to VMREFRESH_NO_SYNC from DEFERRED.
Bug 263569, r+sr=roc


git-svn-id: svn://10.0.0.236/trunk@163526 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-11 15:34:45 +00:00
bzbarsky%mit.edu
f278ab88a7 Fix nit caught by Neil. Bug 160454.
git-svn-id: svn://10.0.0.236/trunk@163525 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-11 15:21:19 +00:00
zack%kde.org
0381c609d3 that's rubbish (removing deprecated headers)
git-svn-id: svn://10.0.0.236/trunk@163524 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-11 13:36:10 +00:00
steffen.wilberg%web.de
53f9df3e0b Bug 250983: 'Close Window' (ctrl-shift-w) does not display confirm dialog when multiple tabs are open. p=leon.sha@sun.com, r=mconnor, a=asa
git-svn-id: svn://10.0.0.236/trunk@163523 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-11 13:32:32 +00:00
neil%parkwaycc.co.uk
842c6faf0f Bustage fix b=260335
git-svn-id: svn://10.0.0.236/trunk@163522 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-11 13:10:49 +00:00
neil%parkwaycc.co.uk
1ea26cc821 Bug 255196 Last character of DDE request is truncated r=ere sr=rbs
git-svn-id: svn://10.0.0.236/trunk@163521 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-11 12:44:12 +00:00
neil%parkwaycc.co.uk
8f69cd600d Bug 260931 Long common dialog checkbox labels don't wrap r=varga sr=jag
git-svn-id: svn://10.0.0.236/trunk@163520 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-11 12:41:09 +00:00
neil%parkwaycc.co.uk
f22b54b1f6 Bug 260335 Teach pref window and wsm how to lock colourpickers r=varga sr=jag
git-svn-id: svn://10.0.0.236/trunk@163519 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-11 12:39:12 +00:00
cltbld
aa85064e50 Automated update from host egg
git-svn-id: svn://10.0.0.236/trunk@163517 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-11 04:03:45 +00:00
zack%kde.org
d3b4ce7cfe Qt Mozilla port. For now the best way to start playing with it is the
TestQGeckoEmbed from the embedding/browser/qt/tests.
Build patch sr=jst, r=biesi.
Rest: r=dbaron,biesi


git-svn-id: svn://10.0.0.236/trunk@163516 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-11 04:01:49 +00:00
silver%warwickcompsoc.co.uk
821bd17f7f Bug 231893 - Allow QI to nsISupports.
r+sr=blake
p=116057@bacon.qcc.mass.edu (Justin Wood)


git-svn-id: svn://10.0.0.236/trunk@163514 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-11 03:04:47 +00:00
julien.pierre.bugs%sun.com
a473789f67 Fix for 259003 - port NSS to Solaris AMD64 . r=wtc
git-svn-id: svn://10.0.0.236/trunk@163513 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-11 02:15:42 +00:00
jwalden%mit.edu
7ae2c96ad8 Bug 263547 - corrections needed for Help's start page
git-svn-id: svn://10.0.0.236/trunk@163512 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-11 01:00:00 +00:00
jwalden%mit.edu
dbd5f44262 Bug 263769 - Next Tab and Previous Tab Keyboard Shortcuts are Listed Incorrectly. Also, change name of entity for control key to conform with the DOM model, where it is known as 'ctrl'.
git-svn-id: svn://10.0.0.236/trunk@163511 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-10 23:55:55 +00:00
jwalden%mit.edu
38e352f0df Go Home shortcut is Alt+Home on Mac, not Cmd+Home. Initiated by followup comment to bug 259883.
git-svn-id: svn://10.0.0.236/trunk@163510 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-10 23:27:16 +00:00
igor%mir2.org
698ee68aeb Removal of autowrapping of XmlObject as XML as it prevents to use full API of XmlObject in JS. Use XML(jsWrapOfXmObject) to get XML corresponding to XmlObject.
git-svn-id: svn://10.0.0.236/trunk@163509 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-10 22:54:01 +00:00
igor%mir2.org
bfe17a1027 Better information about continuation support
git-svn-id: svn://10.0.0.236/trunk@163508 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-10 22:51:10 +00:00
Stefan.Borggraefe%gmx.de
f02fec6427 Bug 263774: Removing unused function InitElement()
r=BenB, sr=Neil


git-svn-id: svn://10.0.0.236/trunk@163507 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-10 21:33:21 +00:00
bugzilla%arlen.demon.co.uk
9b55a28c7c Bug 259187 Wrong treechild is selected after "Enter a valid hostname" error is generated
p=me r=neil.parkwaycc.co.uk sr=bienvenu


git-svn-id: svn://10.0.0.236/trunk@163506 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-10 21:02:33 +00:00
timeless%mozdev.org
7f1db62709 Bug 262844 Add missing kbd shortcuts in shortcuts-navigator.xhtml
patch by stefan_h@hem.utfors.se r=neil


git-svn-id: svn://10.0.0.236/trunk@163505 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-10 21:02:31 +00:00
Stefan.Borggraefe%gmx.de
67000e7303 Bug 249359 Minor UI clean-up for the Roaming Profile Preferences panes
r=BenB, sr=Neil


git-svn-id: svn://10.0.0.236/trunk@163504 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-10 21:01:42 +00:00
cbiesinger%web.de
9205e1c30e Bug 258935 Import Mail should have a index entry in help
patch by Frank Wein <mcsmurf@gmx.de> / Giacomo Magnini
<giacomo.magnini@portalis.it>, r=neil


git-svn-id: svn://10.0.0.236/trunk@163503 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-10 18:49:20 +00:00
smontagu%smontagu.org
6649ff6b3d Bug 167001: Anything below the baseline goes out of input field. Patch by Hideo Saito <saito@densan.co.jp>, r+sr=dbaron
git-svn-id: svn://10.0.0.236/trunk@163502 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-10 18:30:28 +00:00
caillon%redhat.com
3d77b40dac Bug 263460
OJI compilation error on GCC 3.4.2 due to spurious redeclaration of a static global method.
r=kyle.yuan@sun.com sr=brendan@mozilla.org


git-svn-id: svn://10.0.0.236/trunk@163501 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-10 17:48:21 +00:00
alex%croczilla.com
e459d3950a Bug #263465: Use GetNSManagerWeakRef in nsXMLContentBuilder. r/sr=peterv. Affects XTF-enabled builds only.
git-svn-id: svn://10.0.0.236/trunk@163500 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-10 11:09:32 +00:00
bmlk%gmx.de
9ec70aeffa hide the overflow that results from overconstrained percentage heights inside table cell frames only in quirks mode, bug 245434 r/sr=dbaron
git-svn-id: svn://10.0.0.236/trunk@163499 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-10 07:31:35 +00:00
silver%warwickcompsoc.co.uk
604cffdba5 Bug 263608 - Pass actual string rather than array of one item (fixes toolbar not initialising)
JavaScript Debugger only.
r=rginda


git-svn-id: svn://10.0.0.236/trunk@163498 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-10 07:18:09 +00:00
myk%mozilla.org
e2005e3a15 implementation for bug 262967: RSS feeds for revision logs; r=cls
git-svn-id: svn://10.0.0.236/trunk@163497 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-10 04:54:56 +00:00
bzbarsky%mit.edu
5171aa34e7 Remove the use of HEAD when saving files, since it's so poorly implemented by
servers.  Bug 160454, patch by Phil <Time_lord@hotmail.com> (to whom I'd like
to express my deepest thanks for doing this!), r=biesi, sr=bzbarsky


git-svn-id: svn://10.0.0.236/trunk@163496 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-10 04:03:34 +00:00
edburns%acm.org
4d4e932b5c ../cvslog.txt
git-svn-id: svn://10.0.0.236/trunk@163495 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-10 03:38:04 +00:00
bzbarsky%mit.edu
a9f78ae2f9 nsRangeUtil should be a service. Make use of it for ComparePoints() as well.
Bug 262833 and bug 262832, r=glazou, sr=jst


git-svn-id: svn://10.0.0.236/trunk@163494 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-10 03:30:42 +00:00
aaronleventhal%moonset.net
46ade20e52 Nit - fixing comment for checkin to bug 24676
git-svn-id: svn://10.0.0.236/trunk@163493 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-10 02:50:43 +00:00
edburns%acm.org
db926f13b8 cvslog.txt
git-svn-id: svn://10.0.0.236/trunk@163492 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-10 02:02:52 +00:00
roc+%cs.cmu.edu
2bb7f4c340 Bug 263586. Fix regression in incremental line reflow by being more conservative in detecting when a line has just been reflowed for the first time. r+sr=dbaron
git-svn-id: svn://10.0.0.236/trunk@163491 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-10 01:56:00 +00:00
aaronleventhal%moonset.net
7ec450431d Bug 24676. Support -moz-outline-radius. r=bzbarsky, sr=roc
git-svn-id: svn://10.0.0.236/trunk@163489 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-10 00:51:42 +00:00
igor%mir2.org
4a51548fd5 Work on bug 258844: Continuation by default
git-svn-id: svn://10.0.0.236/trunk@163488 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-09 22:07:04 +00:00
bzbarsky%mit.edu
16c6b10942 Fix spelling in comment.
git-svn-id: svn://10.0.0.236/trunk@163487 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-09 21:37:57 +00:00
bzbarsky%mit.edu
b82e9a1148 Fix ComparePoints() to be faster (helps with things like innerHTML). Bug
262764, r+sr=peterv


git-svn-id: svn://10.0.0.236/trunk@163486 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-09 21:02:16 +00:00
jocuri%softhome.net
afd0440014 Patch for bug 251338: Installation section should mention that you need an MTA installed; patch by Colin S. Ogilvie <colin.ogilvie@gmail.com>; r=vladd, a=justdave.
git-svn-id: svn://10.0.0.236/trunk@163485 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-09 20:49:42 +00:00
jocuri%softhome.net
1b92dd7a88 Patch for bug 257765: Make replies to private comments private by default; patch by Marc Schumann <wurblzap@gmail.com>, r=kiko, a=justdave.
git-svn-id: svn://10.0.0.236/trunk@163484 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-09 20:39:51 +00:00
jocuri%softhome.net
9161fe2a20 Patch for bug 263165: Make Bugzilla specify table type as MyISAM when creating tables; patch by Byron Jones (glob) <bugzilla@glob.com.au>, r=kiko, a=justdave.
git-svn-id: svn://10.0.0.236/trunk@163482 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-09 20:21:39 +00:00
bzbarsky%mit.edu
1cb22f67a0 Fix handling of XML PIs in view-source. Bug 91240, patch by Blake Kaplan
<mrbkap@gmail.com>, r=rbs, sr=jst


git-svn-id: svn://10.0.0.236/trunk@163481 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-09 18:20:38 +00:00
bzbarsky%mit.edu
ad59771509 Remove our broken attempt to support <plaintext> (which is very very
deprecated).  Bug 88987, r=jst, sr=dbaron


git-svn-id: svn://10.0.0.236/trunk@163474 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-09 16:55:54 +00:00
vladimir%pobox.com
fa52198cc8 remove native sqlite3.h bits from Connection idl
git-svn-id: svn://10.0.0.236/trunk@163470 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-09 14:33:01 +00:00
neil%parkwaycc.co.uk
9477d1a0cb Switch load handlers to setting document.title (as per bug 126903 setting the title attribute no longer works) b=261267 r=jst sr=shaver
git-svn-id: svn://10.0.0.236/trunk@163469 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-09 13:01:45 +00:00
bmlk%gmx.de
d6ca5264ed reorganize CalCDominantBorder, reduce the number of arguments, change the border structure. make the rules handling more evident, bug 229883, With more than a little help from my friends (fantasai, boris) r/sr=bzbarsky
bustage fix


git-svn-id: svn://10.0.0.236/trunk@163468 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-09 12:25:31 +00:00
bmlk%gmx.de
b11f6f0e87 reorganize CalCDominantBorder, reduce the number of arguments, change the border structure. make the rules handling more evident, bug 229883, With more than a little help from my friends (fantasai, boris) r/sr=bzbarsky
git-svn-id: svn://10.0.0.236/trunk@163467 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-09 12:04:52 +00:00
kyle.yuan%sun.com
35d4dce39e Bug 256252 ctrl+right arrow sometimes skip a word
r/sr=roc, patch=ginn.chen@sun.com


git-svn-id: svn://10.0.0.236/trunk@163464 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-09 06:14:44 +00:00
dbaron%dbaron.org
807e365b2f Also prevent 'overflow:hidden' elements from being scrollable by wheel mouse. b=259615 r+sr=roc
git-svn-id: svn://10.0.0.236/trunk@163462 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-09 05:15:08 +00:00
joshmoz%gmail.com
6ad870ef53 fix case in which main bookmark view does not update when it should (bug 258628)
git-svn-id: svn://10.0.0.236/trunk@163461 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-09 05:06:20 +00:00
despotdaemon
3e90a4d9dc Pseudo-automatic update of changes made by zack@kde.org.
git-svn-id: svn://10.0.0.236/trunk@163459 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-09 04:33:37 +00:00
brendan%mozilla.org
cb772a336a Fix E4X bustage where object property ids aren't converted to strings (263258, r=self).
git-svn-id: svn://10.0.0.236/trunk@163458 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-09 02:22:23 +00:00
roc+%cs.cmu.edu
6f2ffd8d55 Bug 262760. Do Begin/EndUpdateViewBatch around all reflows and restyling. Also, make the refresh flags in EndUpdateViewBatch mean the same thing as they do in UpdateView. In particular we introduce NS_VMREFRESH_DEFERRED. r+sr=bzbarsky
git-svn-id: svn://10.0.0.236/trunk@163457 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-09 02:02:04 +00:00
christophe.ravel.bugs%sun.com
d8c34702c8 238319: Sun packages changes.
git-svn-id: svn://10.0.0.236/trunk@163456 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-09 01:53:26 +00:00
roc+%cs.cmu.edu
1df6a398e4 Bug 262760. Do Begin/EndUpdateViewBatch around all reflows and restyling. Also, make the refresh flags in EndUpdateViewBatch mean the same thing as they do in UpdateView. In particular we introduce NS_VMREFRESH_DEFERRED. r+sr=bzbarsky
git-svn-id: svn://10.0.0.236/trunk@163455 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-09 01:39:21 +00:00
cltbld
cfdd18c3de Automated update from host egg
git-svn-id: svn://10.0.0.236/trunk@163453 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-09 00:14:54 +00:00
vladimir%pobox.com
2edfd80e99 b=263211, sqlite3 and storage landing - build system changes; r=darin,sr=shaver
git-svn-id: svn://10.0.0.236/trunk@163452 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-09 00:10:14 +00:00
vladimir%pobox.com
241a57f8c1 b=263211, sqlite3 and storage landing - step 2; r=darin,sr=shaver
git-svn-id: svn://10.0.0.236/trunk@163451 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-09 00:04:10 +00:00
despotdaemon
fa4f621c45 Pseudo-automatic update of changes made by cmp@mozilla.org.
git-svn-id: svn://10.0.0.236/trunk@163449 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-08 23:23:10 +00:00
despotdaemon
f427e7eb4e Pseudo-automatic update of changes made by knous@mozilla.org.
git-svn-id: svn://10.0.0.236/trunk@163448 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-08 23:09:26 +00:00
jst%mozilla.jstenback.com
9c05b34eac Fixing bug 262689. Don't get stuck in view-source mode when a view-source URI is visited. r=caillon@gmail.com, sr=dveditz@cruzio.com
git-svn-id: svn://10.0.0.236/trunk@163446 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-08 22:58:16 +00:00
shaver%mozilla.org
41342c27fb bug 78414: fix m68k xptcall codefor -fomit-frame-pointer; patch from Richard Zidlicky <rz@linux-m68k.org>
git-svn-id: svn://10.0.0.236/trunk@163440 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-08 22:10:08 +00:00
vladimir%pobox.com
75bc35776a b=263211, sqlite3 and storage landing - step 1; r=darin,sr=shaver
git-svn-id: svn://10.0.0.236/trunk@163439 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-08 22:03:06 +00:00
ben%bengoodger.com
381e58659f 261847 - update mechanism does not function for engines used with GetInternetSearchURL - make sure validateEngine is called in this case as it is for DoSearch. r=vlad sr=brendan a=asa
git-svn-id: svn://10.0.0.236/trunk@163437 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-08 21:55:01 +00:00
jwalden%mit.edu
05e2730822 Bug 259827 - improve glossary text on "secure site". r=steffen
git-svn-id: svn://10.0.0.236/trunk@163435 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-08 21:43:13 +00:00
scott%scott-macgregor.org
13bd427f8e Bug #263531 --> default custom installs should pick up the RSS reader
git-svn-id: svn://10.0.0.236/trunk@163434 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-08 21:33:48 +00:00
timeless%mozdev.org
6a5ca77165 Bug 263457 [trunk] duplicated entry of chrome.xpt
patch by t-matsuu@estyle.ne.jp r=dveditz sr=dveditz


git-svn-id: svn://10.0.0.236/trunk@163433 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-08 21:19:24 +00:00
timeless%mozdev.org
7eadff1f95 Bug 257826 using "back" in installer during custom install = reproducable crash
patch by ajschult@verizon.net r=bryner


git-svn-id: svn://10.0.0.236/trunk@163432 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-08 21:15:12 +00:00
igor%mir2.org
4b937388c1 Implementing Wrapper interface in XML to unwrap to XmlObject and back
git-svn-id: svn://10.0.0.236/trunk@163430 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-08 21:04:41 +00:00
igor%mir2.org
8487f3e30e Changing the license to NPL/GPL duo for consistency with the rest of the sources:
-------- Original Message --------
Subject: RE: www.mozilla.org/rhino: NPL license Messages_fr.properties?
Date: Fri, 8 Oct 2004 13:52:39 -0400
From: Aresteanu, Eugene <eugenea@avivasolutions.com>
To: 'Igor Bukanov' <igor@fastmail.fm>

	Hi Igor,
	Yes, I agree,
	Eugene Aresteanu


Do you agree to change the license as expressed in the license header
for the file:

mozilla/js/rhino/src/org/mozilla/javascript/resources/Messages_fr.properties

located at cvs.mozilla.org:/cvsroot to the following text:

#
# French JavaScript messages file.
#
# The contents of this file are subject to the Netscape Public
# License Version 1.1 (the "License"); you may not use this file
# except in compliance with the License. You may obtain a copy of
# the License at http://www.mozilla.org/NPL/
#
# Software distributed under the License is distributed on an "AS
# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
# implied. See the License for the specific language governing
# rights and limitations under the License.
#
# The Original Code is Aviva Inc. code, released March 5, 2004.
#
# The Initial Developer of the Original Code is Aviva Inc.
# Portions created by Aviva Inc. are Copyright (C) 2004 Aviva Inc.
# All Rights Reserved.
#
# Contributor(s):
# Eugene Aresteanu
#
# Alternatively, the contents of this file may be used under the
# terms of the GNU Public License (the "GPL"), in which case the
# provisions of the GPL are applicable instead of those above.
# If you wish to allow use of your version of this file only
# under the terms of the GPL and not to allow others to use your
# version of this file under the NPL, indicate your decision by
# deleting the provisions above and replace them with the notice
# and other provisions required by the GPL.  If you do not delete
# the provisions above, a recipient may use your version of this
# file under either the NPL or the GPL.


The change shall apply only to CVS HEAD version of the file.


git-svn-id: svn://10.0.0.236/trunk@163429 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-08 21:02:47 +00:00
mostafah%oeone.com
cfd81021a8 Importing code from browser.js which will fix the crash for bug 234370:
Crashes on every attempt to print out active calendar
Based on a patch by mvl at http://bugzilla.mozilla.org/show_bug.cgi?id=234370#c18


git-svn-id: svn://10.0.0.236/trunk@163427 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-08 19:32:39 +00:00
bryner%brianryner.com
74d21e29d2 bug 263512 - don't use /opt:nowin98 for windows release builds, it increases code size. r=ben.
git-svn-id: svn://10.0.0.236/trunk@163426 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-08 18:17:17 +00:00
igor%mir2.org
9e27e744d3 License change to NPL 1.1/GPL duo for consistency with the rest of Rhino:
-------- Original Message --------
Subject: Re: www.mozilla.org/rhino: Changing the license for Delegator
Date: Fri, 08 Oct 2004 16:08:01 +0100
From: Matthias Radestock <matthias@sorted.org>
To: Igor Bukanov <igor@fastmail.fm>
References: <41668055.2050404@fastmail.fm> <4166830A.3010900@sorted.org> <4166AD80.6070806@fastmail.fm>

Igor Bukanov wrote:

> Thanks, I would like to change the license header from the current:
>
> /* -*- Mode: java; tab-width: 8; indent-tabs-mode: nil; c-basic-offset:
> 4 -*-
>  * The contents of this file are subject to the Mozilla Public License
>  * Version 1.1 (the "License"); you may not use this file except in
>  * compliance with the License. You may obtain a copy of the License at
>  * http://www.mozilla.org/MPL/
>  *
>  * Software distributed under the License is distributed on an "AS IS"
>  * basis, WITHOUT WARRANTY OF ANY KIND, either express or implied. See the
>  * License for the specific language governing rights and limitations
>  * under the License.
>  *
>  * The Original Code is Delegator.java, released Sep 27, 2000.
>  *
>  * The Initial Developer of the Original Code is Matthias Radestock.
>  * <matthias@sorted.org>. Portions created by Matthias Radestock are
>  * Copyright (C) 2000 Matthias Radestock. All Rights Reserved.
>  *
>  * Contributor(s):
>  *      Redfig Ltd (http://www.redfig.com)
>  *      LShift Ltd (http://www.lshift.net)
>  *
>  * Alternatively, the contents of this file may be used under the terms
>  * of the GNU Public License (the  "GPL License"), in which case the
>  * provisions of the GPL License are applicable instead of those
>  * above.  If you wish to allow use of your version of this file only
>  * under the terms of the GPL License and not to allow others to use
>  * your version of this file under the MPL, indicate your decision by
>  * deleting  the provisions above and replace  them with the notice and
>  * other provisions required by the GPL License.  If you do not delete
>  * the provisions above, a recipient may use your version of this file
>  * under either the MPL or the GPL License.
>  */
>
>
> to the following one:
>
>
> /* -*- Mode: java; tab-width: 8; indent-tabs-mode: nil; c-basic-offset:
> 4 -*-
>  *
>  * The contents of this file are subject to the Netscape Public
>  * License Version 1.1 (the "License"); you may not use this file
>  * except in compliance with the License. You may obtain a copy of
>  * the License at http://www.mozilla.org/NPL/
>  *
>  * Software distributed under the License is distributed on an "AS
>  * IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
>  * implied. See the License for the specific language governing
>  * rights and limitations under the License.
>  *
>  * The Original Code is Delegator.java, released Sep 27, 2000.
>  *
>  * The Initial Developer of the Original Code is Matthias Radestock.
>  * <matthias@sorted.org>. Portions created by Matthias Radestock are
>  * Copyright (C) 2000 Matthias Radestock. All Rights Reserved.
>  *
>  * Contributor(s):
>  *
>  * Matthias Radestock, Redfig Ltd (http://www.redfig.com)
>  * Matthias Radestock, LShift Ltd (http://www.lshift.net)
>  *
>  * Alternatively, the contents of this file may be used under the
>  * terms of the GNU Public License (the "GPL"), in which case the
>  * provisions of the GPL are applicable instead of those above.
>  * If you wish to allow use of your version of this file only
>  * under the terms of the GPL and not to allow others to use your
>  * version of this file under the NPL, indicate your decision by
>  * deleting the provisions above and replace them with the notice
>  * and other provisions required by the GPL.  If you do not delete
>  * the provisions above, a recipient may use your version of this
>  * file under either the NPL or the GPL.
>  */
>
>
>
> Note that the new version replaces:
>
>  * Contributor(s):
>  *      Redfig Ltd (http://www.redfig.com)
>  *      LShift Ltd (http://www.lshift.net)
>
> by the following text:
>
>  * Contributor(s):
>  *
>  * Matthias Radestock, Redfig Ltd (http://www.redfig.com)
>  * Matthias Radestock, LShift Ltd (http://www.lshift.net)
>
> since Contributors section should contain at lease the name of the
> person contributing.
>
> If it is Ok, then I need your authorisation to perform such license
> change for the following files:
>
> mozilla/js/rhino/src/org/mozilla/javascript/Delegator.java
> mozilla/js/rhino/src/org/mozilla/javascript/.java
>
> located at the CVS repository at cvs.mozilla.org:/cvsroot
>
> The license change shall apply only to the CVS HEAD version of the files.
>

Igor,

that's all fine. Go ahead and make the changes.


Matthias.


git-svn-id: svn://10.0.0.236/trunk@163420 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-08 15:20:04 +00:00
alex%croczilla.com
371ae9555f Use GetGeometricParent() to determine geometric parent of XTF frames - see bug #253225, comment#30. r+sr=bzbarsky. Affects XTF-enabled builds only.
git-svn-id: svn://10.0.0.236/trunk@163419 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-08 14:58:00 +00:00
roc+%cs.cmu.edu
22e0ff6cb8 Bug 251162. Landing experimental implementation of CSS3 columns. r+sr=dbaron
git-svn-id: svn://10.0.0.236/trunk@163416 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-08 12:17:10 +00:00
alex%croczilla.com
4613694ca0 Let presshell track anonymous xtf content to prevent shutdown crashes. Affects XTF-enabled builds only.
git-svn-id: svn://10.0.0.236/trunk@163415 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-08 11:36:14 +00:00
jruderman%hmc.edu
76ce956e65 Bug 256349 - Startup() in browser.js assumes window.opener is still around
r=mconnor a=asa


git-svn-id: svn://10.0.0.236/trunk@163413 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-08 09:23:11 +00:00
jruderman%hmc.edu
1ffdf3e991 Bug 251098 - Context menu key doesn't work in Theme & Extension manager.
Bug 251099 - Update and Install buttons in Extension Manager not focusable.
Bug 251102 - Get More Extensions \ Themes link never takes focus.
r=mconnor


git-svn-id: svn://10.0.0.236/trunk@163412 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-08 09:01:42 +00:00
alex%croczilla.com
9a9953ea75 Bug #263430: Fix xtf build on gcc 3.4.2. Patch by <peter.kovar@pobox.sk>.
git-svn-id: svn://10.0.0.236/trunk@163408 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-08 07:18:52 +00:00
jshin%mailaps.org
bef3a84c34 bug 263411 : :first-letter pseudo-element doesn't include all punctuation marks in the Unicode (r/sr=dbaron)
git-svn-id: svn://10.0.0.236/trunk@163407 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-08 05:00:53 +00:00
christophe.ravel.bugs%sun.com
28fdf2d252 238319: Sun packages changes.
git-svn-id: svn://10.0.0.236/trunk@163406 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-08 04:16:06 +00:00
kiko%async.com.br
0c055d8e94 Fix for bug 128747: Bonsai should be made architecture independent.
Convert trapdoor to being a perl file that uses builtin crypt(), and
fix pretty much everything that treated it specially. We now no longer
depend on gcc or anything else. Also fixes by consequence bug 263242,
How about if trapdoor didn't SEGV with no arguments?  which caused me
much embarassment this week. r=cls.


git-svn-id: svn://10.0.0.236/trunk@163404 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-08 01:06:46 +00:00
ben%bengoodger.com
4b2f1e7937 fix build bustage on btek - MOZ_PHOENIX out a static init and use correct number of params (this compiled on windows for some reason!)
git-svn-id: svn://10.0.0.236/trunk@163403 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-08 00:56:31 +00:00
ben%bengoodger.com
42d0327ec1 261991 - Reorder search plug-in list (r=vladimir@pobox.com, sr=mscott@mozilla.org, a=asa@mozilla.org)
git-svn-id: svn://10.0.0.236/trunk@163402 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-08 00:30:13 +00:00
bzbarsky%mit.edu
53fef655c4 Treat '\'' and '"' identically for purposes of starting attribute names. Fix
some leaks too.  Bug 261503, patch by Blake Kaplan <mrbkap@gmail.com>,
r=bzbarsky, sr=rbs


git-svn-id: svn://10.0.0.236/trunk@163400 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-07 23:23:18 +00:00
bzbarsky%mit.edu
8c2f0ce14d Make sure to flush out frame construction before trying to access frames (which
is what accessing the presshell of an iframe effectively does).  Bug 262998
redux, r+sr=jst


git-svn-id: svn://10.0.0.236/trunk@163399 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-07 23:20:17 +00:00
bsmedberg%covad.net
45fc27766c Bug 263382 - brand.dtd/properties are being installed to the wrong location (missing en-US subdir)
git-svn-id: svn://10.0.0.236/trunk@163397 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-07 23:10:04 +00:00
shaver%mozilla.org
ef68ce8418 fix DEBUG_shaver build, r=biesi, sr=lumpy
git-svn-id: svn://10.0.0.236/trunk@163391 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-07 21:50:51 +00:00
alex%croczilla.com
913d87267d Wrap GetXTFServiceWeakRef in #ifdef MOZ_XTF to fix non-xtf builds.
git-svn-id: svn://10.0.0.236/trunk@163390 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-07 21:23:52 +00:00
scott%scott-macgregor.org
1e5364c61a Bug #263255 --> UI improvements for grouping messages by date. Make the date title rows localizeable, style the title rows.
sr=bienvenu


git-svn-id: svn://10.0.0.236/trunk@163389 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-07 21:09:45 +00:00
scott%scott-macgregor.org
361a62cbb7 Make grouping work for Thunderbird on the trunk
git-svn-id: svn://10.0.0.236/trunk@163388 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-07 21:08:27 +00:00
cltbld
5179f4161d Automated update from host egg
git-svn-id: svn://10.0.0.236/trunk@163387 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-07 21:03:24 +00:00
alex%croczilla.com
049fc5de75 Landing of the XTF branch, bug#253225. XTF is the eXtensible Tag
Framework; see mozilla/content/xtf/readme.txt. r=bryner, sr=jst. Code
is not enabled by default (requires --enable-xtf configure option).


git-svn-id: svn://10.0.0.236/trunk@163386 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-07 20:59:53 +00:00
scott%scott-macgregor.org
f441dedba0 Bug #263353 --> qute should use the new Windows style twisty icons like winstripe.
git-svn-id: svn://10.0.0.236/trunk@163383 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-07 20:51:44 +00:00
joshmoz%gmail.com
a4172d849e allow localization of suggested bookmark export file name (bug 262779)
git-svn-id: svn://10.0.0.236/trunk@163379 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-07 19:46:32 +00:00
psychoticwolf%carolina.rr.com
4d7275f6c4 Clean up header/footer. Fix index bug.
git-svn-id: svn://10.0.0.236/trunk@163378 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-07 19:24:51 +00:00
cltbld
561a1d5991 Automated update from host egg
git-svn-id: svn://10.0.0.236/trunk@163377 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-07 19:23:49 +00:00
tor%cs.brown.edu
24ac2d64fe Bug 261922 - upgrade to libpng-1.2.7. r=tor.
git-svn-id: svn://10.0.0.236/trunk@163376 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-07 19:21:29 +00:00
pedemont%us.ibm.com
fca5231d4a Check if entry is valid when removing. Not part of default build.
git-svn-id: svn://10.0.0.236/trunk@163374 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-07 18:35:43 +00:00
kjh-5727%comcast.net
61237c94ac Bug 258321 - copy + paste error in comment. Patch by Justin Wood (116057@bacon.qcc.mass.edu), comment change only.
git-svn-id: svn://10.0.0.236/trunk@163371 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-07 18:20:19 +00:00
bienvenu%nventure.com
b087526db9 another fix for 249195, possible to corrupt offline imap store if you pseudo-interrupt a msg load, sr=mscott
git-svn-id: svn://10.0.0.236/trunk@163369 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-07 17:52:20 +00:00
pedemont%us.ibm.com
2f5b23f1e0 Implement testcase interface as IDL. Not part of default build.
git-svn-id: svn://10.0.0.236/trunk@163366 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-07 15:48:38 +00:00
steffen.wilberg%web.de
ea708c7320 Bug 248419: [Linux] Yellow background in location bar for secure site indication does not show. suggested by mconnor, r=ben
git-svn-id: svn://10.0.0.236/trunk@163365 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-07 15:37:43 +00:00
pedemont%us.ibm.com
a818c4a1e0 Pass package name to xpidl when creating Java interfaces. Not part of default build
git-svn-id: svn://10.0.0.236/trunk@163364 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-07 15:27:27 +00:00
pedemont%us.ibm.com
95db29b9df Only master XPTCStub should hold strong ref to Java object. Not part of default build.
git-svn-id: svn://10.0.0.236/trunk@163363 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-07 15:11:34 +00:00
mostafah%oeone.com
76b16da519 Added Italian localization files
git-svn-id: svn://10.0.0.236/trunk@163362 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-07 15:10:11 +00:00
jwalden%mit.edu
51d02b5fd6 Bug 259883 - "accel" is Cmd, not Ctrl on Mac. r=steffen
git-svn-id: svn://10.0.0.236/trunk@163360 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-07 14:48:23 +00:00
mostafah%oeone.com
329ff0f2d3 Updated translation
git-svn-id: svn://10.0.0.236/trunk@163357 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-07 14:01:24 +00:00
psychoticwolf%carolina.rr.com
1136d9dd78 Developer CP bustage fix.
git-svn-id: svn://10.0.0.236/trunk@163355 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-07 07:16:07 +00:00
jocuri%softhome.net
1a7d4689ce Patch for bug 256567: Harmonize descriptions of classifications and products in terms of 'FILTER html'; patch by Marc Schumann <wurblzap@gmail.com>; r=justdave, kiko, a=justdave.
git-svn-id: svn://10.0.0.236/trunk@163354 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-07 07:12:40 +00:00
psychoticwolf%carolina.rr.com
c8c0c95698 Fix Extensions section bustage.
git-svn-id: svn://10.0.0.236/trunk@163353 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-07 07:04:59 +00:00
psychoticwolf%carolina.rr.com
57c431b8bb Update-beta themes section. Bug 260157.
git-svn-id: svn://10.0.0.236/trunk@163352 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-07 06:36:17 +00:00
psychoticwolf%carolina.rr.com
b3008cccb0 Update-beta themes section. Bug 260157.
git-svn-id: svn://10.0.0.236/trunk@163351 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-07 06:32:05 +00:00
julien.pierre.bugs%sun.com
b9aa511733 Include nssrwlk.h for NSSRWLock_ funtions
git-svn-id: svn://10.0.0.236/trunk@163348 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-07 04:36:03 +00:00
julien.pierre.bugs%sun.com
5b83c8ab0b Remove unused variable
git-svn-id: svn://10.0.0.236/trunk@163347 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-07 04:14:18 +00:00
julien.pierre.bugs%sun.com
8a56cde8ef Include secmodi.h for SECMOD_NewListLock
git-svn-id: svn://10.0.0.236/trunk@163346 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-07 04:08:16 +00:00
julien.pierre.bugs%sun.com
c35c22f7da Remove unused variable
git-svn-id: svn://10.0.0.236/trunk@163345 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-07 04:04:25 +00:00
julien.pierre.bugs%sun.com
773d7ed126 Remove unused variables
git-svn-id: svn://10.0.0.236/trunk@163344 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-07 04:03:35 +00:00
julien.pierre.bugs%sun.com
2f90c1eae8 initialize variable
git-svn-id: svn://10.0.0.236/trunk@163343 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-07 03:57:19 +00:00
julien.pierre.bugs%sun.com
b9e174baec Remove unused variables
git-svn-id: svn://10.0.0.236/trunk@163342 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-07 03:56:37 +00:00
julien.pierre.bugs%sun.com
605f0174d6 Remove unused variable
git-svn-id: svn://10.0.0.236/trunk@163341 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-07 03:55:25 +00:00
silver%warwickcompsoc.co.uk
b99810a50f Bug 263226 - Make bug# links use https by default.
ChatZilla only.
r=samuel@sieb.net
p=116057@bacon.qcc.mass.edu (Justin Wood)


git-svn-id: svn://10.0.0.236/trunk@163340 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-07 03:43:03 +00:00
psychoticwolf%carolina.rr.com
2e99858c3a Temporarily Disable direct author e-mailing
git-svn-id: svn://10.0.0.236/trunk@163339 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-07 03:29:24 +00:00
psychoticwolf%carolina.rr.com
49a34c2eb9 Temporarily Disable direct author e-mailing
git-svn-id: svn://10.0.0.236/trunk@163337 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-07 03:07:17 +00:00
psychoticwolf%carolina.rr.com
75436a3fe8 Temporarily Disable direct author e-mailing
git-svn-id: svn://10.0.0.236/trunk@163336 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-07 03:07:16 +00:00
bienvenu%nventure.com
2ce703727a possible fix for 246439, race condition crash in imap protocol code in multi-processor machines, sr=mscott
git-svn-id: svn://10.0.0.236/trunk@163335 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-07 03:02:48 +00:00
ben%bengoodger.com
465460c3c6 245722 - crash on import of IE passwords due to uncaught COM exceptions, patch by Bernard Alleysson <balleysson@bigfoot.com> r+a=me
git-svn-id: svn://10.0.0.236/trunk@163334 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-07 02:06:20 +00:00
jst%mozilla.jstenback.com
921ae0c472 Fixing bug 262365. Make sure our document.all helper object doesn't shadow user-defined document.all properties on the document's prototype. r+sr=brendan@mozilla.org
git-svn-id: svn://10.0.0.236/trunk@163331 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-07 01:40:19 +00:00
bzbarsky%mit.edu
1c5cf9754f Fix some IsFocusable methods to do the right thing. Bug 261707, r=aaronl, sr=jst
git-svn-id: svn://10.0.0.236/trunk@163330 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-07 01:15:40 +00:00
vladimir%pobox.com
7e43ce265c b=255151/262304, landing changes that got half-merged to trunk from aviary; smoketest fix; r=vladimir,a=ben
git-svn-id: svn://10.0.0.236/trunk@163329 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-07 00:11:25 +00:00
bienvenu%nventure.com
8e4b1a3986 fix levels when expanding group threads, also port fix for 93426
git-svn-id: svn://10.0.0.236/trunk@163328 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-06 23:49:08 +00:00
joshmoz%gmail.com
863471e9f6 add ability to import opera bookmarks (bug 242673)
git-svn-id: svn://10.0.0.236/trunk@163326 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-06 23:42:02 +00:00
pedemont%us.ibm.com
c1b38b1800 mIInfo check was wrong and unnecessary. Not part of default build.
git-svn-id: svn://10.0.0.236/trunk@163325 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-06 22:31:13 +00:00
pedemont%us.ibm.com
4da02a2bfe Cleanup. Not part of default build.
git-svn-id: svn://10.0.0.236/trunk@163324 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-06 22:28:50 +00:00
caillon%redhat.com
3c332f27f8 Bug 256635
N-th tab shortcuts should use Alt-1 to Alt-9 rather than Ctrl-1 to Ctrl-9
Linux only.
r=mconnor a=asa


git-svn-id: svn://10.0.0.236/trunk@163323 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-06 22:25:07 +00:00
pedemont%us.ibm.com
231ae169ea Use NS_ProxyRelease to make sure XPCOM objects are released on the correct thread. Not part of default build.
git-svn-id: svn://10.0.0.236/trunk@163322 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-06 22:13:00 +00:00
christophe.ravel.bugs%sun.com
492219b63f 238319: Sun packages changes.
git-svn-id: svn://10.0.0.236/trunk@163321 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-06 21:49:45 +00:00
brendan%mozilla.org
29ca7132f8 Instrument allocation a bit, DEBUG_brendan or METERING only change.
git-svn-id: svn://10.0.0.236/trunk@163318 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-06 21:03:35 +00:00
pinkerton%aol.net
ce545030b4 cmd-click of history items open in new window (bug 181007)
git-svn-id: svn://10.0.0.236/trunk@163317 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-06 20:57:17 +00:00
pinkerton%aol.net
0389450deb make sure the browser is visible before creating the tabs, allows tab
to load if bm manager was frontmost (bug 262160)


git-svn-id: svn://10.0.0.236/trunk@163316 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-06 20:47:52 +00:00
bzbarsky%mit.edu
c1bd80ae5c Don't go through presshells to get to our window; just use the global object.
This fixes various issues that could bite display:none iframes, in particular
bug 262998.  r+sr=jst


git-svn-id: svn://10.0.0.236/trunk@163315 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-06 20:24:18 +00:00
psychoticwolf%carolina.rr.com
42382824c2 Add missing file.
git-svn-id: svn://10.0.0.236/trunk@163314 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-06 19:50:22 +00:00
jst%mozilla.jstenback.com
01dd7f8d98 Write out finder info when AppleSingle encoding. Not part of the build.
git-svn-id: svn://10.0.0.236/trunk@163311 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-06 19:40:09 +00:00
psychoticwolf%carolina.rr.com
efade19d63 Removing files unused by update-beta. Bug 260157.
git-svn-id: svn://10.0.0.236/trunk@163310 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-06 19:32:01 +00:00
psychoticwolf%carolina.rr.com
4689a8f1aa Initial Landing of update-beta code. Bug 260157. Initial Landing of Developer CP. Bug 254925.
git-svn-id: svn://10.0.0.236/trunk@163307 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-06 18:35:28 +00:00
bienvenu%nventure.com
45067b333b fix 239714, new ab's get position set so they don't sort alphabetically, sr=mscott
git-svn-id: svn://10.0.0.236/trunk@163304 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-06 18:05:33 +00:00
bugzilla%arlen.demon.co.uk
147b7fb404 Bug 262899 nsITransferableOverride instead of nsIClipboardDragDropHooks in comments
p=CTho r=blizzard sr=roc


git-svn-id: svn://10.0.0.236/trunk@163301 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-06 16:59:03 +00:00
mostafah%oeone.com
0c5e98b0de Added comments for GetAllEvents()
git-svn-id: svn://10.0.0.236/trunk@163300 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-06 15:26:10 +00:00
mostafah%oeone.com
4e9e745a24 Enhanced GetAllEvents() and added comments for further improvement in
bug 262620: GetAllEvents() is slow


git-svn-id: svn://10.0.0.236/trunk@163299 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-06 15:20:08 +00:00
bienvenu%nventure.com
140dceda67 add missing entity for message grouping, 256688
git-svn-id: svn://10.0.0.236/trunk@163298 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-06 14:40:56 +00:00
psychoticwolf%carolina.rr.com
58cfb9b80d Initial Landing of update-beta code. Bug 260157. Initial Landing of Developer CP. Bug 254925.
git-svn-id: svn://10.0.0.236/trunk@163296 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-06 07:10:50 +00:00
psychoticwolf%carolina.rr.com
c21cf55573 Initial Landing of update-beta code. Bug 260157. Initial Landing of Developer CP. Bug 254925.
git-svn-id: svn://10.0.0.236/trunk@163295 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-06 07:10:49 +00:00
psychoticwolf%carolina.rr.com
85899636ff Initial Landing of update-beta code. Bug 260157. Initial Landing of Developer CP. Bug 254925.
git-svn-id: svn://10.0.0.236/trunk@163294 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-06 07:10:48 +00:00
psychoticwolf%carolina.rr.com
fac6b09e93 Initial Landing of update-beta code. Bug 260157. Initial Landing of Developer CP. Bug 254925.
git-svn-id: svn://10.0.0.236/trunk@163293 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-06 07:10:47 +00:00
psychoticwolf%carolina.rr.com
5bc3b83a4d Initial Landing of update-beta code. Bug 260157. Initial Landing of Developer CP. Bug 254925.
git-svn-id: svn://10.0.0.236/trunk@163292 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-06 07:10:46 +00:00
psychoticwolf%carolina.rr.com
4c6f63bd1e Initial Landing of update-beta code. Bug 260157. Initial Landing of Developer CP. Bug 254925.
git-svn-id: svn://10.0.0.236/trunk@163291 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-06 07:10:45 +00:00
wchang0222%aol.com
fd21027d95 Regenerated using official autoconf 2.13, with manual change to eliminate
\015.


git-svn-id: svn://10.0.0.236/trunk@163279 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-06 01:31:55 +00:00
wchang0222%aol.com
78c0f94d45 Regenerated using autoconf-2.13 on Red Hat Enterprise Linux 3.
git-svn-id: svn://10.0.0.236/trunk@163278 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-06 01:14:40 +00:00
wchang0222%aol.com
46f340e40a Bugzilla bug 259001: ported NSPR to Solaris on AMD64 architecture. The
patch is contributed by Julien Pierre <julien.pierre.bugs@sun.com>. r=wtc.
Modified Files: configure configure.in _solaris.h _solaris64.cfg
Added Files: os_SunOS_x86_64.s


git-svn-id: svn://10.0.0.236/trunk@163274 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-06 00:52:57 +00:00
bzbarsky%mit.edu
cd5e4baffe Fix "normal" and "-moz-initial" values for "content" to do the right thing.
Bug 262624, r+sr=dbaron


git-svn-id: svn://10.0.0.236/trunk@163273 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-06 00:45:42 +00:00
bzbarsky%mit.edu
f5d6536bd1 Fix crash if insertRule() is called on an empty string. Bug 261798, r+sr=dbaron
git-svn-id: svn://10.0.0.236/trunk@163272 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-06 00:34:06 +00:00
bzbarsky%mit.edu
b96eb6877f Fix crash on reconstructing a frame tree in which fixed pos frames contain
placeholders for other fixed pos frames.  Bug 256108, r+sr=dbaron


git-svn-id: svn://10.0.0.236/trunk@163270 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-06 00:29:14 +00:00
bienvenu%nventure.com
2efa745334 fix second balsa build breakage
git-svn-id: svn://10.0.0.236/trunk@163269 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-06 00:22:06 +00:00
bienvenu%nventure.com
45b5a1fcef fix ports build bustage
git-svn-id: svn://10.0.0.236/trunk@163265 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-05 22:32:03 +00:00
cltbld
f6bdbd5fd9 feh. moving prebuild nukage within testonly test so that tree also isn't nuked if you specify --testonly. granrose.
git-svn-id: svn://10.0.0.236/trunk@163262 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-05 22:00:48 +00:00
bzbarsky%mit.edu
b807c0669c Fix dynamic class changes in SVG. Bug 262474, r=sicking, sr=tor
git-svn-id: svn://10.0.0.236/trunk@163261 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-05 21:48:27 +00:00
bienvenu%nventure.com
557fe54510 implement message grouping, 256688 sr=mscott
git-svn-id: svn://10.0.0.236/trunk@163258 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-05 20:49:28 +00:00
ben%bengoodger.com
a281bad875 fixing trunk installer bustage - installer cfg files cannot currently handle spaces/parens in version strings so don't use them!
git-svn-id: svn://10.0.0.236/trunk@163255 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-05 20:07:57 +00:00
scott%scott-macgregor.org
57a01bd7c6 Bug #262986 --> typo in messenger-mapi/mapi.properties
patch by timar@fsf.hu


git-svn-id: svn://10.0.0.236/trunk@163248 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-05 17:08:03 +00:00
brendan%mozilla.org
6746fcd9bd Better XML string exclusion, plus js_default_str, based on codesighs (followup to 246441).
git-svn-id: svn://10.0.0.236/trunk@163246 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-05 16:57:13 +00:00
mostafah%oeone.com
1beed74449 Updated translation
git-svn-id: svn://10.0.0.236/trunk@163245 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-05 14:37:39 +00:00
brendan%mozilla.org
1f06a72acd Use &dummy_sprop consistently (followup to 246441).
git-svn-id: svn://10.0.0.236/trunk@163241 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-05 11:44:14 +00:00
steffen.wilberg%web.de
c0636fe3c2 Bug 255572: 'Restore Default' in customize toolbars window should restore display mode. r=ben@mozilla.org
git-svn-id: svn://10.0.0.236/trunk@163240 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-05 10:45:58 +00:00
steffen.wilberg%web.de
1ebf6c75ec fix typo from previous checkin (bug 262750)
git-svn-id: svn://10.0.0.236/trunk@163237 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-05 10:21:34 +00:00
brendan%mozilla.org
e1d64a36be Initial E4X check-in, configured off (246441, rs=shaver).
git-svn-id: svn://10.0.0.236/trunk@163236 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-05 10:19:07 +00:00
steffen.wilberg%web.de
b9c27347da Bug 262750: some missing tooltips on the Help toolbar buttons. r=mconnor
git-svn-id: svn://10.0.0.236/trunk@163235 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-05 10:10:15 +00:00
bzbarsky%mit.edu
15618cb256 Fix absolute positioning of tables. Bug 262898, r+sr=roc
git-svn-id: svn://10.0.0.236/trunk@163224 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-05 04:20:32 +00:00
bienvenu%nventure.com
5e7bdcaa5e fix js warnings, 262892 patch by gautheri@noos.fr, r/sr=bienvenu
git-svn-id: svn://10.0.0.236/trunk@163223 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-05 04:07:52 +00:00
bienvenu%nventure.com
9e955b0618 fix js warnings, 262885 patch by gautheri@noos.fr, r/sr=bienvenu
git-svn-id: svn://10.0.0.236/trunk@163222 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-05 03:26:39 +00:00
bienvenu%nventure.com
5678d2e1e9 fix js warnings, 262893 patch by gautheri@noos.fr, r/sr=bienvenu
git-svn-id: svn://10.0.0.236/trunk@163221 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-05 03:22:01 +00:00
bienvenu%nventure.com
0f0f00e321 fix 252103 be smarter when finding the identity to use when replying to a message, patch by ch.ey@gmx.net, r=mscott, sr=bienvenu
git-svn-id: svn://10.0.0.236/trunk@163219 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-05 00:31:54 +00:00
tor%cs.brown.edu
75a92bc44f Bug 261974 - async svg painting. Patch by afri, r=tor.
git-svn-id: svn://10.0.0.236/trunk@163218 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-04 23:16:57 +00:00
jst%mozilla.jstenback.com
f2728c4c8c Write out the file date info for the original file. Not part of the default build.
git-svn-id: svn://10.0.0.236/trunk@163217 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-04 23:00:32 +00:00
ben%bengoodger.com
56d09897a2 256218 - add "go" button to default toolbar config to help migrating IE users.
git-svn-id: svn://10.0.0.236/trunk@163216 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-04 22:27:36 +00:00
scott%scott-macgregor.org
92c2bb9942 Bug #262886 --> Can't open attachments from the mail compose window anymore
git-svn-id: svn://10.0.0.236/trunk@163214 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-04 21:26:35 +00:00
despotdaemon
d6fd618acb Pseudo-automatic update of changes made by knous@mozilla.org.
git-svn-id: svn://10.0.0.236/trunk@163212 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-04 20:40:04 +00:00
bsmedberg%covad.net
2c3c30b355 global-region missing on tbird trunk, try #2, updating the manifests. This is fallout from the changes to remove US.jar
git-svn-id: svn://10.0.0.236/trunk@163211 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-04 20:10:41 +00:00
tor%cs.brown.edu
af8d2b0cc0 Bug 262469 - svg visibility. r=afri
git-svn-id: svn://10.0.0.236/trunk@163209 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-04 18:56:53 +00:00
darin%meer.net
b6bb2a192a updating comments in preparation for freezing these interfaces, b=99639
git-svn-id: svn://10.0.0.236/trunk@163197 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-04 15:37:50 +00:00
bienvenu%nventure.com
7b91626996 backend work for thread pane grouping of messages, NPOB 256668
git-svn-id: svn://10.0.0.236/trunk@163195 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-04 15:30:27 +00:00
ben%bengoodger.com
2fb55ed0bd attempt at fixing 262478 - remove 'hack' to prevent an unknown problem with helper app launching. also make sure temp file removal never removes directory hierarchies.
git-svn-id: svn://10.0.0.236/trunk@163189 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-04 07:07:31 +00:00
Stefan.Borggraefe%gmx.de
0cdf119a9b Bug 245454: Mailnews' dialogs.css points to non-existant dialog images
p=Stephen Walker, r=neil, sr=bienvenu


git-svn-id: svn://10.0.0.236/trunk@163184 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-04 05:30:17 +00:00
ben%bengoodger.com
be489e294b 247884 - upgrading doesn't remove old installation entries from "Add or Remove Programs" Control Panel... - clean up uninstall registry entries for versions installed to the same location.
git-svn-id: svn://10.0.0.236/trunk@163176 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-04 02:00:23 +00:00
igor%mir2.org
66d3751db4 Yet another reference reorganization:
References now are represented by the pairs (ref, ref_target) where ref is Ref (former Reference) instance and ref_target is Scriptable to apply the reference for.

To return the pair from Reference creation function Context.scratchRefTarget is used to store the target part.

This change allowed to extend XMLName from Ref eliminating the need for XMLReference.


git-svn-id: svn://10.0.0.236/trunk@163174 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-03 23:55:04 +00:00
bienvenu%nventure.com
d64694e22f fixrun filters on folder when pop3 account is deferred to local folders account, sr=mscott 257759
git-svn-id: svn://10.0.0.236/trunk@163172 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-03 22:52:41 +00:00
pinkerton%aol.net
4a24113144 remove 16-tab limit. add overflow menu (chevron). bug 261134
git-svn-id: svn://10.0.0.236/trunk@163171 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-03 21:33:08 +00:00
Stefan.Borggraefe%gmx.de
6d7f6846e3 Bug 256971: Identity manager is missing for movemail accounts
r=mscott, sr=bienvenu


git-svn-id: svn://10.0.0.236/trunk@163168 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-03 21:17:03 +00:00
cbiesinger%web.de
be9a0a3076 fixing bustage
git-svn-id: svn://10.0.0.236/trunk@163161 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-03 17:19:08 +00:00
cbiesinger%web.de
f99eb2729d 259084 some cleanup after bug 173010 r=bz sr=darin
git-svn-id: svn://10.0.0.236/trunk@163160 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-03 17:06:57 +00:00
cbiesinger%web.de
991f6d0c8e Bug 97434 (port to toolkit) Some Windows keyboard behaviours missing from trees r=mconnor
git-svn-id: svn://10.0.0.236/trunk@163159 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-03 16:31:15 +00:00
cbiesinger%web.de
28353dc958 196755 backing out now-unneeded changes of bug 196755 and bug 206668, r=mconnor
git-svn-id: svn://10.0.0.236/trunk@163157 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-03 16:13:33 +00:00
cbiesinger%web.de
767616513d 235581 fix warnings in widget/src/mac
patch by Ludovic Hirlimann <qa-mozilla@hirlimann.net> r=pinkerton sr=sfraser


git-svn-id: svn://10.0.0.236/trunk@163156 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-03 15:50:51 +00:00
jshin%mailaps.org
5ba518dbfb taking out the previous check-in. we may have a better alternative.
git-svn-id: svn://10.0.0.236/trunk@163155 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-03 15:50:01 +00:00
jshin%mailaps.org
473f1266fe bug 260427 non-ASCII characters are not rendered correctly in the UI on OS2. patch by Peter Weilbacher(mozilla%Weilbacher.org), r/sr=mkaply
git-svn-id: svn://10.0.0.236/trunk@163154 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-03 15:41:43 +00:00
igor%mir2.org
ed030eb5cd Fixing bug 262687: patch from Kurt Huwig, bugzilla@huwig.de , to make the source compatible with JDK 1.5.
git-svn-id: svn://10.0.0.236/trunk@163153 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-03 11:23:07 +00:00
Stefan.Borggraefe%gmx.de
74901282c9 Bug 253519: Non-working "Use Global Inbox" option is shown during Movemail account creation
r=mscott, sr=bienvenu


git-svn-id: svn://10.0.0.236/trunk@163152 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-03 09:28:46 +00:00
jwalden%mit.edu
fa3c1df7a8 Bug 254982 - Use "preference" in docs in Linux, "option" in docs elsewhere. r=steffen
git-svn-id: svn://10.0.0.236/trunk@163150 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-03 03:40:11 +00:00
bsmedberg%covad.net
e902b435b7 Bug 221824, part 2, add content hooks for submenu expander and back/forward buttons. r=mconnor
git-svn-id: svn://10.0.0.236/trunk@163148 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-03 01:19:58 +00:00
cbiesinger%web.de
5617c05d00 help should only show information applying to the current platform, Bug 111484
patch by Stefan <stefan_h@hem.utfors.se> r=neil


git-svn-id: svn://10.0.0.236/trunk@163146 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-02 22:31:53 +00:00
igor%mir2.org
d163f9ccf7 Better error reporting for undefined access:
I changes just added toObject(Contetx cx, Object obj) to
toObjectOrNull(Contetx cx, Object obj) which returns null when obj is undefined
or null. It forces the caller to check to the return status but then much
better error report can be generated since the caller knows the operation that was called upon the undefined or null value.


git-svn-id: svn://10.0.0.236/trunk@163145 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-02 22:14:02 +00:00
bryner%brianryner.com
451779bae6 Quick and dirty fix for Thunderbird failure to handle mailto urls from xremote (bug 261961). r+sr=mscott.
git-svn-id: svn://10.0.0.236/trunk@163143 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-02 19:14:27 +00:00
bryner%brianryner.com
2657789a29 Call CutRow _before_ we release our reference to the nsIMdbRow. Fixes crash on shift+delete. Bug 258767, patch by jwalden@mit.edu, r=bryner.
git-svn-id: svn://10.0.0.236/trunk@163142 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-02 18:59:50 +00:00
dbaron%dbaron.org
d6f7a82538 Fix Sun Forte bustage. b=262596,261310
git-svn-id: svn://10.0.0.236/trunk@163141 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-02 18:27:37 +00:00
bzbarsky%mit.edu
cf92574533 Followup to bug 260922 -- don't crash on frame teardown if the thing that got a
text control frame is neither an input nor a textarea.  r+sr=jst


git-svn-id: svn://10.0.0.236/trunk@163139 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-02 16:14:56 +00:00
bzbarsky%mit.edu
1eceb876b2 Try to keep window.arguments from being wiped out by scope-clearing by setting
the document in the window to null before setting window.arguments in
AttachArguments.  Bug 25040, r=danm, sr=jst


git-svn-id: svn://10.0.0.236/trunk@163138 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-02 16:11:57 +00:00
cbiesinger%web.de
71e6e23cc8 211046 port some seamonkey tree changes to toolkit. patch by Serge GAUTHERIE
<gautheri@noos.fr> r=mconnor,jan


git-svn-id: svn://10.0.0.236/trunk@163137 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-02 12:46:56 +00:00
igor%mir2.org
210a130d1c Removal of scope argument of runtime functions to access|modify object members. The only reason for the argument was the need to call toObject to convert target object to Scriptable, but since now there is topCallScope available, that one can always be used instead.
git-svn-id: svn://10.0.0.236/trunk@163136 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-02 09:45:44 +00:00
bsmedberg%covad.net
4ee6822c1d Merge topsrcdir-relative (absolute) paths in jar.mn files from the aviary branch, to facilitate un-forking parts of xpfe/global
git-svn-id: svn://10.0.0.236/trunk@163135 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-02 01:39:39 +00:00
dbaron%dbaron.org
8552a17451 Add helper functions that make it easier to cache factories. b=261310 r=darin
git-svn-id: svn://10.0.0.236/trunk@163132 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-02 00:44:13 +00:00
dbaron%dbaron.org
6789b7186d Make printfs easier to understand. b=261310 r=darin
git-svn-id: svn://10.0.0.236/trunk@163131 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-02 00:43:21 +00:00
steffen.wilberg%web.de
668712fadb Bug 259005: Hide the statusbar in print preview. p=vertigo451@hotmail.com, r=mconnor
git-svn-id: svn://10.0.0.236/trunk@163129 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-01 23:46:17 +00:00
scott%scott-macgregor.org
7b13065136 Bug #262008 --> add a close icon inside the quick search box. This button shows up
when you have text inside the quick search box. Otherwise it is hidden.


git-svn-id: svn://10.0.0.236/trunk@163128 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-01 23:24:30 +00:00
pedemont%us.ibm.com
777e6b1b68 Fix crash when nsJavaXPTCStub represents a non-Mozilla class object. Not part of default build.
git-svn-id: svn://10.0.0.236/trunk@163126 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-01 23:08:34 +00:00
pedemont%us.ibm.com
aa7312e84f Create special xpcom exception class. Also, throw exception when we DON'T already have an exception. Not part of default build.
git-svn-id: svn://10.0.0.236/trunk@163125 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-01 23:05:41 +00:00
pedemont%us.ibm.com
b183f0786f Added NS_NewArray function. Used by testcase. Not part of default build.
git-svn-id: svn://10.0.0.236/trunk@163124 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-01 22:59:12 +00:00
pedemont%us.ibm.com
7edbecbff2 First testcase. Not part of default build.
git-svn-id: svn://10.0.0.236/trunk@163122 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-01 22:54:51 +00:00
steffen.wilberg%web.de
ed227f96b4 make this a text file by converting stupid Mac-style lineendings
git-svn-id: svn://10.0.0.236/trunk@163121 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-01 22:31:53 +00:00
igor%mir2.org
76e097f622 Change ScriptRuntime.get(Elem|Prop)FunctionAndThis to treat XML objects specially to follow ECMA 357, 11.2.2.1, CalMethod. This is done to minimize the overhead of method calls as otherwise someXmlObject.method() would first construct XMLList and apply () to it later.
To implement the function call redirection functionality XMLObject.getExtraMethodSource is added() to return an additional object to use as method source.


git-svn-id: svn://10.0.0.236/trunk@163119 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-01 22:07:12 +00:00
bugzilla%arlen.demon.co.uk
464889d9d2 Bug 260357 Nothing is selected for some radio buttons
p=me r=mconnor


git-svn-id: svn://10.0.0.236/trunk@163117 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-01 22:01:08 +00:00
brendan%mozilla.org
4d041ac28e Skip enumeration of properties deleted after for..in begins (261887, r=shaver).
git-svn-id: svn://10.0.0.236/trunk@163116 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-01 21:58:15 +00:00
brendan%mozilla.org
7176c0e642 ECMA conformance fix: evaluate rvalue delete operands that might have side effects (261886, r=shaver).
git-svn-id: svn://10.0.0.236/trunk@163115 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-01 21:51:49 +00:00
bienvenu%nventure.com
350b1b1e2c seamonkey part of fix for 262145 make virtual folders remember sort order, sr=mscott
git-svn-id: svn://10.0.0.236/trunk@163113 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-01 21:35:56 +00:00
jwalden%mit.edu
51b84d0049 Oops, didn't mean to check this in on trunk
git-svn-id: svn://10.0.0.236/trunk@163111 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-01 20:50:46 +00:00
jwalden%mit.edu
adea5921fc Bug 260874 - Help window Activity Indicator (throbber) isn't right. r=steffen
git-svn-id: svn://10.0.0.236/trunk@163110 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-01 20:49:02 +00:00
mostafah%oeone.com
5fdd5f0a9c Checked in patch for bug 258956: Recurrence does not show up when "All day event"
along with missing part from https://bugzilla.mozilla.org/show_bug.cgi?id=258956#c9


git-svn-id: svn://10.0.0.236/trunk@163107 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-01 20:26:51 +00:00
bienvenu%nventure.com
1530754d61 remember sort order in single folder virtual folder, sr=mscott 262145
git-svn-id: svn://10.0.0.236/trunk@163106 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-01 20:23:02 +00:00
bienvenu%nventure.com
bb39427ef3 fix shutdown crash after opening cross-folder virtual folder, 262492 sr=mscott
git-svn-id: svn://10.0.0.236/trunk@163104 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-01 19:59:37 +00:00
mvl%exedo.nl
87a666f38b no need for two commandline handlers
followup to bug 261838, r=mostafah


git-svn-id: svn://10.0.0.236/trunk@163102 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-01 19:20:40 +00:00
bienvenu%nventure.com
b3b88ad705 fix 261682 sr=mscott when in non-default view, automatic update of folder causes a re-search which recreates the view
git-svn-id: svn://10.0.0.236/trunk@163100 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-01 19:06:55 +00:00
mvl%exedo.nl
eb512cd001 use semi-single-profile to get sunbird building again.
bug 262489, r=mostafah


git-svn-id: svn://10.0.0.236/trunk@163099 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-01 19:01:12 +00:00
mvl%exedo.nl
3e389e0f8f no need for two commandline handlers
bug 261838, r=mostafah


git-svn-id: svn://10.0.0.236/trunk@163096 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-01 18:50:57 +00:00
mats.palmgren%bredband.net
472b2bb7f4 Fallback to using the ID attribute when NAME is empty for XUL iframes. b=254284 r=neil.parkwaycc.co.uk sr=bzbarsky
git-svn-id: svn://10.0.0.236/trunk@163093 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-01 18:32:18 +00:00
bienvenu%nventure.com
57a0271a43 fix 261682 sr=mscott when in non-default view, automatic update of folder causes a re-search which recreates the view
git-svn-id: svn://10.0.0.236/trunk@163090 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-01 18:13:47 +00:00
mats.palmgren%bredband.net
d83ca07985 Make window.setCursor() use CSS 'cursor' property values. b=260272 r+sr=dbaron
git-svn-id: svn://10.0.0.236/trunk@163089 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-01 17:15:15 +00:00
scott%scott-macgregor.org
19ae949737 Update the credits page.
git-svn-id: svn://10.0.0.236/trunk@163088 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-01 17:14:56 +00:00
saul.edwards%sun.com
228d5e37ad 208193: Add enableTLS, enableTLSDefault APIs.
git-svn-id: svn://10.0.0.236/trunk@163087 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-01 16:42:24 +00:00
pedemont%us.ibm.com
86bfd8b2b1 Add helper function for getting an interfaces IID. Used by Java impl of QI. Not part of default build.
git-svn-id: svn://10.0.0.236/trunk@163086 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-01 16:29:53 +00:00
pedemont%us.ibm.com
2016ad255d Better logging. Not part of default build.
git-svn-id: svn://10.0.0.236/trunk@163085 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-01 16:24:57 +00:00
pedemont%us.ibm.com
0824d4c802 Split GeckoEmbed.java into two files, so GeckoEmbed just contains embedding functions. Better name for library. Use JAVA_HOME for location of Java includes. Not part of default build.
git-svn-id: svn://10.0.0.236/trunk@163084 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-01 16:19:03 +00:00
igor%mir2.org
2391b0b289 RUnit Software AS as the single owner of copyrights for the following list of files present in Mozilla CVS as of 2004-10-01 15:10 UTC changes the license of the files to NPL/GPL. This is done for consistency with the rest of the source code in Rhino.
List of the affected files:

mozilla/js/rhino/src/org/mozilla/javascript/Callable.java
mozilla/js/rhino/src/org/mozilla/javascript/ClassCache.java
mozilla/js/rhino/src/org/mozilla/javascript/CompilerEnvirons.java
mozilla/js/rhino/src/org/mozilla/javascript/ContextAction.java
mozilla/js/rhino/src/org/mozilla/javascript/ContextFactory.java
mozilla/js/rhino/src/org/mozilla/javascript/Kit.java
mozilla/js/rhino/src/org/mozilla/javascript/Reference.java
mozilla/js/rhino/src/org/mozilla/javascript/SpecialRef.java
mozilla/js/rhino/toolsrc/org/mozilla/javascript/tools/debugger/GuiCallback.java
mozilla/js/rhino/toolsrc/org/mozilla/javascript/tools/debugger/test.js
mozilla/js/rhino/xmlimplsrc/org/mozilla/javascript/xmlimpl/XMLReference.java

Please contact igor@runitsoft.com if you have any questions about this.


git-svn-id: svn://10.0.0.236/trunk@163083 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-01 15:11:01 +00:00
igor%mir2.org
57a7729e49 Fixing bug 262447: bad implementation of trying-hard-to-avoid-map-allocation idea in ScriptableObject.getPropertyIds
git-svn-id: svn://10.0.0.236/trunk@163082 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-01 14:59:45 +00:00
mkaply%us.ibm.com
c75de18920 #261647
r=mkaply, sr=blizzard, a=mkaply
Patch from Dainis Jonitis - make sure to initialize RGNRECT


git-svn-id: svn://10.0.0.236/trunk@163081 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-01 14:32:48 +00:00
bsmedberg%covad.net
429de192f9 Add theme hook for RTL languages, bug 221824 r=mconnor
git-svn-id: svn://10.0.0.236/trunk@163080 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-01 13:37:09 +00:00
igor%mir2.org
268a5cb43e More Reference clenups: Reference.delete now returns boolean to follow JS semantic clother and Reference implementation for __proto__|__parent__ is moved to a separated file SpecialRef.
git-svn-id: svn://10.0.0.236/trunk@163078 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-01 13:32:14 +00:00
peterv%propagandism.org
e38e3e8cb2 Fix for bug 178546 (regression: addFile (AppleSingle) doesn't work on Mac OS X ). r=dveditz, sr=jst.
git-svn-id: svn://10.0.0.236/trunk@163077 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-01 13:18:08 +00:00
peterv%propagandism.org
68bc443234 Fix for bug 110263 (static const NS_NAMED_LITERAL_STRING is not thread safe). Patch by dbradley, r=darin, sr=jst.
git-svn-id: svn://10.0.0.236/trunk@163076 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-01 09:08:15 +00:00
shaver%mozilla.org
a6a2f9cce3 Beginnings of WebDAV support, starting with (nonconformant but mildly
usable) PROPFIND service.


git-svn-id: svn://10.0.0.236/trunk@163074 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-01 05:59:55 +00:00
darin%meer.net
4f9cba3c35 followup patch for bug 99639 "clean up STATE_IS_WINDOW" r=biesi sr=dbaron
git-svn-id: svn://10.0.0.236/trunk@163072 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-01 04:52:26 +00:00
bzbarsky%mit.edu
bb8fde66b4 Add debug MaxDifference() function to style structs and add some asserts in
style context code to catch structs that are returning unexpected or bogus
hints.  Bug 258910, r+sr=dbaron


git-svn-id: svn://10.0.0.236/trunk@163071 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-01 03:33:05 +00:00
julien.pierre.bugs%sun.com
9fab7a2c65 Avoid divide by zero iteration
git-svn-id: svn://10.0.0.236/trunk@163070 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-01 03:19:30 +00:00
dean_tessman%hotmail.com
75a7fd834e 256079 - Clicking focused readonly textbox triggers autocomplete
p=m.wargers@hccnet.nl
r=mconnor sr=bryner


git-svn-id: svn://10.0.0.236/trunk@163067 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-01 01:19:50 +00:00
scott%scott-macgregor.org
220ff9b2b3 Bug #241202 --> FormatToolbar overlaps MsgHeadersToolbar
set a min height on the msg toolbar to prevent you from dragging the format toolbar over it.


git-svn-id: svn://10.0.0.236/trunk@163066 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-01 01:09:25 +00:00
bryner%brianryner.com
e5b5f97529 Listen for document unload and kill the autocomplete popup if it's open. Bug 257354, r+sr=ben.
git-svn-id: svn://10.0.0.236/trunk@163062 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-01 00:35:09 +00:00
scott%scott-macgregor.org
53a4617c54 Bug #210164 --> POP: alert "is not a registered protocol" popped when loading an attachment
Turn on xul error alerts so we don't get random docshell error alerts such as not registered
protocol when viewing a mail message.


git-svn-id: svn://10.0.0.236/trunk@163061 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-01 00:29:41 +00:00
bryner%brianryner.com
dbb7173375 Don't remove exact matches from the list of possible autocompletions for password manager (bug 257154). r=ben.
git-svn-id: svn://10.0.0.236/trunk@163059 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-01 00:24:06 +00:00
bryner%brianryner.com
859ef5d091 Fix RelayoutChildAtOrdinal problems (correctly handle the case where the child is at the end of its ordinal group and isn't moving, and handle the case where the first child is moving somewhere else). Bug 262310, r=darin, sr=roc.
git-svn-id: svn://10.0.0.236/trunk@163058 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-01 00:22:07 +00:00
bryner%brianryner.com
d18a55fc47 get rid of NS_WARNING when typing into a textarea. r=danm
git-svn-id: svn://10.0.0.236/trunk@163057 18797224-902f-48f8-a5cc-f745e15eee43
2004-10-01 00:15:11 +00:00
pedemont%us.ibm.com
c7539bf8c2 Store a global weak ref to the Java object rather than the 'address' returned by the JVM
git-svn-id: svn://10.0.0.236/trunk@163056 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-30 23:34:47 +00:00
pedemont%us.ibm.com
e3ab28c531 Store the key in the hash entry struct so that it works better with stub hash functions. Not part of default build.
git-svn-id: svn://10.0.0.236/trunk@163055 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-30 23:20:34 +00:00
bryner%brianryner.com
89d119edb5 Don't try to destroy child frames twice. Bug 262244, r+sr=roc.
git-svn-id: svn://10.0.0.236/trunk@163054 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-30 23:16:06 +00:00
igor%mir2.org
ae1c589ddd Replacing calls to XMLLib to construct special name objects to represent qulified names, attributes and descendants by calls to object to get Reference based on name type. It allowed to implement proper namespace resolution in qulified name without forcing activation creation and simplified code.
In addition XMLName is no longer leaked to interpretation stack which would allow to remove unnecessary casts to XMLName in future.


git-svn-id: svn://10.0.0.236/trunk@163052 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-30 22:52:40 +00:00
pedemont%us.ibm.com
719997cc20 Bug 225574 - Applications greyed out in file dialogs. Patch by Nathan Hamblen. r=jhpedemonte,sr=sfraser
git-svn-id: svn://10.0.0.236/trunk@163049 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-30 22:48:33 +00:00
bzbarsky%mit.edu
2ecabbedcd Make it possible to re-call an XMLHttpRequest object from its onreadystate
handler by clearing listeners before calling onreadystate, not after.  Bug
258768, r=doron, sr=jst


git-svn-id: svn://10.0.0.236/trunk@163048 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-30 22:47:50 +00:00
jocuri%softhome.net
aeadecf2c6 Patch for bug 262126: fix invalid date parsing; patch by me, r=kiko, a=justdave.
git-svn-id: svn://10.0.0.236/trunk@163047 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-30 22:47:33 +00:00
jocuri%softhome.net
11931088b2 Patch for bug 261210: adapt bz_secure CSS for text based browsers; patch by Jason Pyeron <jpyeron@pyerotechnics.com>; r=myk, a=myk.
git-svn-id: svn://10.0.0.236/trunk@163046 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-30 22:43:57 +00:00
bzbarsky%mit.edu
295de4cf97 Columns should invalidate the tree when their width changes, not just when
attributes that affect width change.  Bug 257237, r=varga, sr=roc


git-svn-id: svn://10.0.0.236/trunk@163045 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-30 22:41:23 +00:00
bzbarsky%mit.edu
09bf6e10e5 Create a GetGeometricParent() function and make people use it instead of
(incorrectly, usually) rolling their own.  Bug 191151, initial cut of patch by
jkeiser back when, r+sr=roc


git-svn-id: svn://10.0.0.236/trunk@163044 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-30 22:39:28 +00:00
bzbarsky%mit.edu
76625d8613 Remove parsing of play-during property, since we don't support it anyway and
it's gone from CSS2.1 and CSS3.  Bug 258079, r+sr=dbaron


git-svn-id: svn://10.0.0.236/trunk@163043 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-30 22:32:28 +00:00
bzbarsky%mit.edu
c6733ef5e7 Make createContextualFragment work for XML. Bug 133827, patch by
steve.swanson@mackichan.com, r=bzbarsky, sr=jst


git-svn-id: svn://10.0.0.236/trunk@163041 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-30 22:27:45 +00:00
bzbarsky%mit.edu
d32c2089be Don't set tags empty just because they have bogus attributes. Bug 262346,
patch by Blake Kaplan <mrbkap@gmail.com>, r+sr=bzbarsky


git-svn-id: svn://10.0.0.236/trunk@163040 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-30 22:05:23 +00:00
cbiesinger%web.de
cb4b8cd2de Bug 261593 get rid of AssignWithConversion in filesystemdatasource
r=axel@pike.org sr=darin


git-svn-id: svn://10.0.0.236/trunk@163039 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-30 21:44:02 +00:00
jocuri%softhome.net
36ea60dbc7 Patch for bug 258712: whine.pl should honour emailsuffix; patch by Marc Schumann <wurblzap@gmail.com>; r=erik, a=justdave.
git-svn-id: svn://10.0.0.236/trunk@163038 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-30 21:40:49 +00:00
bzbarsky%mit.edu
2719923442 Don't do unneeded work in nsImageFrame::AttributeChanged. Bug 261723, r+sr=roc
git-svn-id: svn://10.0.0.236/trunk@163034 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-30 19:23:40 +00:00
bzbarsky%mit.edu
87eb567493 Don't crash if someone pretends to be a form control (via XBL) without implementing
nsIFormControl.  Bug 260922, r+sr=jst


git-svn-id: svn://10.0.0.236/trunk@163033 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-30 19:15:59 +00:00
bsmedberg%covad.net
bcb665bb27 Since toolkit locales are not yet centralized on trunk, mscott's merge from the branch wasn't quite correct. (Bug 214663)
git-svn-id: svn://10.0.0.236/trunk@163031 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-30 18:25:44 +00:00
edburns%acm.org
2f984afad5 update_date
git-svn-id: svn://10.0.0.236/trunk@163030 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-30 17:59:45 +00:00
bryner%brianryner.com
05164e62a5 Don't crash if there are command-line arguments (bug 261734) by doing ParseConfig before ParseArgs, moving gtk_init to RunWizard, and adding a check in ErrorHandler to log errors to the console if gtk hasn't been initialized yet. r=ajschultz, sr=dveditz.
git-svn-id: svn://10.0.0.236/trunk@163029 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-30 17:35:55 +00:00
bienvenu%nventure.com
d8af2c14a0 fix problem sending .doc files when apple double has been associated with .doc files on non-mac, sr=mscott 236239
git-svn-id: svn://10.0.0.236/trunk@163026 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-30 16:36:47 +00:00
cbiesinger%web.de
dae965e748 Bug 262238 Add a explaining comment to mail.identity.default.bcc_*
patch by Frank Wein <mcsmurf@gmx.de> r+sr=bienvenu


git-svn-id: svn://10.0.0.236/trunk@163025 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-30 16:33:13 +00:00
jst%mozilla.jstenback.com
a3cb07e21e Fixing bug 257523. Prevent Copy & Paste with generated DOM events. Patch by trev@gtchat.de, r=jst@mozilla.org, sr=dveditz@cruzio.com
git-svn-id: svn://10.0.0.236/trunk@163023 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-30 16:29:54 +00:00
doronr%us.ibm.com
82865b9720 Bug 262188 - nsSchemaLoader::ProcessFacet checks for sMaxInclusive_atom twice, it should check for sMinInclusive_atopm the 2nd time. r=timeless/sr=peterv
git-svn-id: svn://10.0.0.236/trunk@163015 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-30 15:09:10 +00:00
bienvenu%nventure.com
46c502938e fix 257299 in pop3 authentication fall back to user/pass if auth plain is not supported, patch by ch.ey@gmx.net, r=bienvenu,sr=mscott
git-svn-id: svn://10.0.0.236/trunk@163014 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-30 14:48:30 +00:00
bugzilla%arlen.demon.co.uk
6f9cff0212 Bug 260264 Fixup radiogroups to use new .value functionality of radio.xml (Patch for mailnews v0.2)
p=me r=neil.parkwaycc.co.uk sr=bienvenu


git-svn-id: svn://10.0.0.236/trunk@163013 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-30 14:44:44 +00:00
cbiesinger%web.de
3fbda17acc Bug 261790 port various changes betwen xpfe/toolkit
r=mconnor sr=neil


git-svn-id: svn://10.0.0.236/trunk@163011 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-30 14:31:42 +00:00
cbiesinger%web.de
19aeb18e86 remove some unneeded REQUIRES from chardet
261029 r=jshin sr=bz


git-svn-id: svn://10.0.0.236/trunk@163009 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-30 14:27:33 +00:00
cbiesinger%web.de
37ac24e778 261249 treat UTF-8 strings as UTF-8, not latin1. r=bzbarsky sr=darin
git-svn-id: svn://10.0.0.236/trunk@163007 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-30 14:23:49 +00:00
cbiesinger%web.de
788fbf5f03 242393 r=darin sr=bz only write content to the pipe if the content started; this
ensures that OnDataAvailable is only called if we have a response head. also,
add some assertions.


git-svn-id: svn://10.0.0.236/trunk@163006 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-30 14:20:27 +00:00
cbiesinger%web.de
fabaef24fb remove *WithConversion from mac embedding code
261241 r=pink sr=darin


git-svn-id: svn://10.0.0.236/trunk@163004 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-30 14:17:28 +00:00
cbiesinger%web.de
7c12aabd2e bug 261218 URIs are UTF-8 encoded, not latin1
r=blizzard sr=darin


git-svn-id: svn://10.0.0.236/trunk@163003 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-30 14:01:25 +00:00
steffen.wilberg%web.de
84d984be90 Bug 262072: clean up the index. r=jwalden
git-svn-id: svn://10.0.0.236/trunk@163002 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-30 09:00:21 +00:00
jwalden%mit.edu
6d0455d9b7 Bug 255695 - Document master password UI (from bug 218694). p=steffen, r=me
git-svn-id: svn://10.0.0.236/trunk@163000 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-30 07:06:19 +00:00
jwalden%mit.edu
cb5d1bbb77 Bug 261749 - clean up the glossary. p=steffen, r=me
git-svn-id: svn://10.0.0.236/trunk@162999 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-30 06:52:53 +00:00
cltbld
954045993f Automated update from host egg
git-svn-id: svn://10.0.0.236/trunk@162998 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-30 05:23:07 +00:00
dbaron%dbaron.org
1b751b6b59 Use only the -L and -l parts of what pkg-config gives for *_LIBS so we don't pick up evil options like -Wl,--export-dynamic. b=261090 r=bryner sr=darin
git-svn-id: svn://10.0.0.236/trunk@162997 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-30 05:19:29 +00:00
dbaron%dbaron.org
58f19edbad Improve performance of CSS error reporting. b=261283 r+sr=bzbarsky
git-svn-id: svn://10.0.0.236/trunk@162996 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-30 05:18:05 +00:00
darin%meer.net
a17351e47b fixes bug 262183 "FFTrunk and Trunk crash [@ nsSHEntry::GetChildAt]" r=biesi sr=bzbarsky
git-svn-id: svn://10.0.0.236/trunk@162995 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-30 05:15:38 +00:00
bryner%brianryner.com
9a1f5e11a8 Leave an extra 28px of vertical space when calculating the default window size on GTK, to account for the window titlebar and border. r=shaver.
git-svn-id: svn://10.0.0.236/trunk@162992 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-30 03:44:34 +00:00
bryner%brianryner.com
eed32e5db7 Fix UMRs in nsXBLWindowKeyHandler::WalkHandlers. Bug 260312, r+sr=bzbarsky.
git-svn-id: svn://10.0.0.236/trunk@162991 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-30 03:36:15 +00:00
dbaron%dbaron.org
241fb50fca Document --enable-official-branding better. b=261219
git-svn-id: svn://10.0.0.236/trunk@162990 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-30 03:13:51 +00:00
cltbld
be655bff08 Automated update from host egg
git-svn-id: svn://10.0.0.236/trunk@162989 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-30 03:13:16 +00:00
roc+%cs.cmu.edu
d8e4b2e3bf Bug 43267. Deal with mismatched quotes in attributes. r=bzbarsky,sr=rbs, patch by Blake Kaplan --- thanks\!
git-svn-id: svn://10.0.0.236/trunk@162988 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-30 03:02:15 +00:00
jst%mozilla.jstenback.com
ffa4a7a091 Fixing bug 261613. Reset popup state while opening new windows to prevent popups from being enabled while modal dialogs are open. r=bzbarsky@mit.edu, sr=brendan@mozilla.org
git-svn-id: svn://10.0.0.236/trunk@162987 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-30 01:08:01 +00:00
wchang0222%aol.com
a975bb0bad Print the error message if NSS_NoDB_Init fails.
git-svn-id: svn://10.0.0.236/trunk@162985 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-30 00:49:36 +00:00
bryner%brianryner.com
8a83898990 Fix nsBoxFrame::RelayoutChildAtOrdinal to not clobber the first child in the list. Remove no-op nsIFrame::SetNextBox(). Thanks to darin for help with the patch, and r+sr=roc. Bug 262054.
git-svn-id: svn://10.0.0.236/trunk@162984 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-30 00:18:49 +00:00
jocuri%softhome.net
224250bae1 Patch for bug 237769: use Administrator instead of root for super-user name in Windows, and change the ppm repository from Apache to the one maintained on landfill; patch by Byron Jones (glob) <bugzilla@glob.com.au>; r=vladd, a=myk.
git-svn-id: svn://10.0.0.236/trunk@162983 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-29 23:40:49 +00:00
despotdaemon
2d5b10ebe2 Pseudo-automatic update of changes made by myk@mozilla.org.
git-svn-id: svn://10.0.0.236/trunk@162982 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-29 22:39:36 +00:00
jocuri%softhome.net
c433f4a72b Patch for bug 261993: fix uninitialized value error in webserver log when accessing buglist.cgi (generated by the fix for bug 255512); patch by Marc Schumann <wurblzap@gmail.com>; r=justdave, a=myk.
git-svn-id: svn://10.0.0.236/trunk@162981 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-29 22:37:17 +00:00
jst%mozilla.jstenback.com
f49d0452b6 Fixing build bustage on Tru64 UNIX. Part of bug 252326.
git-svn-id: svn://10.0.0.236/trunk@162980 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-29 22:10:50 +00:00
cbiesinger%web.de
841688e9b9 backing out part of bug 234257 checkin to fix camino orange a=shaver
git-svn-id: svn://10.0.0.236/trunk@162979 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-29 22:05:12 +00:00
ben%bengoodger.com
54c08b7a46 259708 - trying to save a file from data: protocol deletes every file in destination directory not marked read-only. r=shaver.
git-svn-id: svn://10.0.0.236/trunk@162978 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-29 22:02:42 +00:00
edburns%acm.org
af4716a7e3 This change-bundle enables webclient to build and run with mozilla 1.7.
The Preferences unit test currently fails, but the test browser runs.
Next step is to make all the unit tests run, then produce the source and
binary distribution for 2.0 alpha 2.

M dom/jni/javaDOMEventsGlobals.cpp

- use nsString.get() instead of nsString.GetBufferHandle()

M webclient/src_moz/NavigationActionEvents.cpp

- don't use ctor initializer for nsString

M webclient/src_moz/ns_util.cpp

- nsString2.h is gone.


git-svn-id: svn://10.0.0.236/trunk@162977 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-29 22:01:26 +00:00
shaver%mozilla.org
6712d00159 add java/dist to Webclient for edburns
git-svn-id: svn://10.0.0.236/trunk@162976 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-29 21:48:46 +00:00
igor%mir2.org
2270c57c1d 1. Reference cleanup:
Signatures in Reference are changed to include Context and reference-related methods in ScriptRuntime accept/return explicit Reference type instead of generic Object as code generation ensure proper type.

2. x..y use explicit reference instead of special descendants mark XMLName:

In this way less code is necessary to support x..y operations and support for .. in non-xml objects is possible.


git-svn-id: svn://10.0.0.236/trunk@162971 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-29 20:58:16 +00:00
igor%mir2.org
72a361039f Transform name access to var access only if function does not require activation: previously the tests missed the check for .() that caused activation to be created.
git-svn-id: svn://10.0.0.236/trunk@162970 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-29 20:49:05 +00:00
darin%meer.net
388034ff91 fixing win32 bustage (hopefully)
git-svn-id: svn://10.0.0.236/trunk@162969 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-29 20:24:53 +00:00
edburns%acm.org
345b146479 This change-bundle adds build.xml rules that produce a binary
distribution of webclient.

Next step is to get mozilla 1.7 building on my machine, then get
webclient to compile with it, then do a 2.0a2 release.

M build.xml

- incorporate re-added dist directory

A dist/build.xml

- create a binary distribution

A dist/webclient-dist.xml

- build.xml file for the test browser in the distribution


git-svn-id: svn://10.0.0.236/trunk@162967 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-29 19:53:55 +00:00
ben%bengoodger.com
980c3e2f5f 249302 - firefox offers to migrate a non-existent Phoenix Firebird Firefox profile, round 2: also, make sure the wizard's first page's onpageshow handler is not called before onload, guard against showing phoenix item in list in non-automigrate cases too.
git-svn-id: svn://10.0.0.236/trunk@162964 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-29 19:08:36 +00:00
igor%mir2.org
811d2f3f10 Define var and arguments as PERMANENT properties as required by ECMA.
git-svn-id: svn://10.0.0.236/trunk@162963 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-29 19:04:47 +00:00
bryner%brianryner.com
f011354486 Fix various crashes by not trying to set the parent before we've initialized the frame. Bug 262054, r+sr=roc.
git-svn-id: svn://10.0.0.236/trunk@162961 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-29 18:43:28 +00:00
darin%meer.net
3c623115ca landing followup patch for bug 251969 "crash [@ nsHttpChannel::OnStopRequest ]" r+sr=dveditz
git-svn-id: svn://10.0.0.236/trunk@162957 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-29 16:51:46 +00:00
darin%meer.net
49b4b90fff Adding testcase from bug 207846
git-svn-id: svn://10.0.0.236/trunk@162956 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-29 16:48:10 +00:00
darin%meer.net
3345973f30 fixes bug 207846 "M17 FF09x [@ msvcrt.dll - nsStorageInputStream::Read] Miscellaneous non-repeatable browsing crashes" r=dbradley sr=bzbarsky
git-svn-id: svn://10.0.0.236/trunk@162955 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-29 16:45:22 +00:00
Stefan.Borggraefe%gmx.de
f8988f9a9f Bug 227275: Items in pop-up/context menu of date/time are right-aligned
r+sr=mscott


git-svn-id: svn://10.0.0.236/trunk@162954 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-29 16:44:56 +00:00
bienvenu%nventure.com
748c36d092 ifdef printf when resetting thread root key, 232080
git-svn-id: svn://10.0.0.236/trunk@162952 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-29 14:23:25 +00:00
cbiesinger%web.de
9bd26bab2b Bug 250786 [Xlib] scaled images render as garbage
r=roland.mainz


git-svn-id: svn://10.0.0.236/trunk@162951 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-29 13:51:36 +00:00
Stefan.Borggraefe%gmx.de
98aa1e1993 Fix for Bug 209383: Middle-click on bookmark folder in sidebar also pastes into first tab
p=Wladimir Palant, r=neil, sr=jst


git-svn-id: svn://10.0.0.236/trunk@162950 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-29 13:13:31 +00:00
bsmedberg%covad.net
ea4cc1c123 Bug 260955 - add an #includesubst instruction r=Hixie
git-svn-id: svn://10.0.0.236/trunk@162949 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-29 13:10:50 +00:00
jshin%mailaps.org
6ed47c3e1f bug 258856 : with 'always use the default char. encoding when replying' on, the recipient's name gets mangled (r=bienvenu, sr=mscott)
git-svn-id: svn://10.0.0.236/trunk@162947 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-29 09:02:29 +00:00
smontagu%smontagu.org
ead043e848 Bug 260725: quoting a message for a reply must maintain user's display encoding selection. Patch by Eyal Rozenberg <eyalroz@technion.ac.il>, r=smontagu, sr=bienvenu
git-svn-id: svn://10.0.0.236/trunk@162946 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-29 08:18:40 +00:00
ben%bengoodger.com
37d506ca6f 245722 - ff10pr1 crash in nsIEProfileMigrator::GetSignonsListFromPStore - lots of addtl error checking
git-svn-id: svn://10.0.0.236/trunk@162945 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-29 08:16:24 +00:00
ben%bengoodger.com
e993a2dbd7 261840 - download manager should stay open after dl completes...
git-svn-id: svn://10.0.0.236/trunk@162944 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-29 08:12:52 +00:00
ben%bengoodger.com
c60564719c 258673 - save page as (complete) mangles ampersand escaped sequences... add addtl encoding flags for rich text saves
git-svn-id: svn://10.0.0.236/trunk@162943 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-29 07:56:16 +00:00
smontagu%smontagu.org
7652ea873a Bug 260924: MessengerSetDefaultCharacterSet should be named MessengerSetForcedCharacterSet. Patch by Eyal Rozenberg <eyalroz@technion.ac.il>, r=smontagu, sr=bienvenu
git-svn-id: svn://10.0.0.236/trunk@162942 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-29 07:56:14 +00:00
ben%bengoodger.com
11858c51d1 249302 - firefox offers to migrate a non-existant phoenix firefox firebird profile... add "fromfile" to the exlcusion list
git-svn-id: svn://10.0.0.236/trunk@162941 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-29 07:45:07 +00:00
ben%bengoodger.com
26cd9e1f05 245088 - various problems with customize toolbar "sheet":
Remove slide-out, make the window not reposition badly near the bottom of the
screen, add mconnor's close keybindings. r=mscott, ben, a=me


git-svn-id: svn://10.0.0.236/trunk@162937 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-29 07:08:24 +00:00
darin%meer.net
c0dddb71a4 documentation cleanup in preparation for freezing these interfaces, b=99639
git-svn-id: svn://10.0.0.236/trunk@162936 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-29 06:33:54 +00:00
igor%mir2.org
c34838285c 1. I fixed a recent regression that caused "arguments" array to be constructed before initialization of standard objects: Global.init() should be called in procesFiles as well.
2. I replaced a couple of anonymous classes implementing ContextAction by Use single IProxy class to shrink compiled code size.


git-svn-id: svn://10.0.0.236/trunk@162935 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-29 05:41:00 +00:00
jst%mozilla.jstenback.com
9a618c1769 Fixing bug 261998. Don't fire the beforeunload event when loading a link to an anchor in the current document. r+sr=bzbarsky@mit.edu
git-svn-id: svn://10.0.0.236/trunk@162934 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-29 05:29:48 +00:00
ben%bengoodger.com
7fb54e17f7 234416 - can spoof filename in "what should firefox do with this file" dialog -
trims 1+ spaces to 1 space, used for display purposes only
keeps track of a separate value to use for downloading the file so the file
name is preserved for the on-disk file. r=mscott a=me


git-svn-id: svn://10.0.0.236/trunk@162933 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-29 05:08:43 +00:00
roc+%cs.cmu.edu
1f87738ac5 Bug 261040. Make sure that scrollframe borders are not included in GetActualScrollbarSizes. r+sr=dbaron
git-svn-id: svn://10.0.0.236/trunk@162932 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-29 02:19:06 +00:00
roc+%cs.cmu.edu
22c664a250 Bug 260896. When a floating first-letter frame reports FRAME_IS_NOT_COMPLETE after reflow, (then unlike blocks) that does NOT mean that it needs to continue on the next page! It just means it has an inline continuation. So correct its reflow status early in ReflowFloat so that we don't confuse the heck out of block reflow. r+sr=dbaron
git-svn-id: svn://10.0.0.236/trunk@162931 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-29 02:18:25 +00:00
roc+%cs.cmu.edu
f303e742c2 Bug 261040. Make sure that scrollframe borders are not included in GetActualScrollbarSizes. r+sr=dbaron
git-svn-id: svn://10.0.0.236/trunk@162930 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-29 02:08:51 +00:00
roc+%cs.cmu.edu
633d64dd17 Bug 261128. Protect scrollframes from dying if the prescontext's container goes away (it's a weak ref). r+sr=dbaron
git-svn-id: svn://10.0.0.236/trunk@162929 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-29 01:46:55 +00:00
roc+%cs.cmu.edu
7587dd2afc Bug 62384. Invalidate cached height when it's not equal to the current height. r+sr=roc, patch by Hideo Saito.
git-svn-id: svn://10.0.0.236/trunk@162928 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-29 01:44:29 +00:00
roc+%cs.cmu.edu
02d5f9491e Bug 160095. Don't crash trying to print documents using -moz-opacity. r+sr=bzbarsky.
git-svn-id: svn://10.0.0.236/trunk@162927 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-29 01:36:46 +00:00
timeless%mozdev.org
2cb9bbea6b Bug 261567 print XPI stub opening error in UI instead of console
patch by ajschult@verizon.net r=bsmedberg sr=dveditz


git-svn-id: svn://10.0.0.236/trunk@162926 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-29 01:06:25 +00:00
bienvenu%nventure.com
131d3aca18 fix 256221 crash running an imap filter after the fact that marks messages read, sr=mscott
git-svn-id: svn://10.0.0.236/trunk@162924 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-29 00:58:48 +00:00
ben%bengoodger.com
20c63c8b3b 215929 - window title incorrectly shows [Object HTMLImageElement] when switching tabs, bringing across some of caillon's code from xpfe/, r=mscott a=me
git-svn-id: svn://10.0.0.236/trunk@162923 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-29 00:36:32 +00:00
ben%bengoodger.com
a27ccad96a 123006 - strange characters not escaped in bookmark keyword substitutions... r=mscott, a=me
git-svn-id: svn://10.0.0.236/trunk@162922 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-29 00:33:36 +00:00
bryner%brianryner.com
4b0757d87f Attempt to fix perf regression from bug 258513 by fixing users of obsolete nsIBoxToBlockAdaptor interface. Also, removing this interface like I intended to do. r=dbaron.
git-svn-id: svn://10.0.0.236/trunk@162920 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-29 00:28:13 +00:00
scott%scott-macgregor.org
02268127f3 Bug #240970 --> Context menu text is right aligned in date area for the collapsed
message header view.


git-svn-id: svn://10.0.0.236/trunk@162919 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-28 23:05:13 +00:00
jst%mozilla.jstenback.com
665e30cba9 Fixing nsAppleSingleDecoder leak in nsInstall. r+sr=peterv@propagandism.org
git-svn-id: svn://10.0.0.236/trunk@162917 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-28 22:31:36 +00:00
bugzilla%arlen.demon.co.uk
41dd0022c2 Bug 257507 Small glitches in various inline help files (Fix for the reported missing entry)
p=giacomo.magnini@portalis.it r=neil.parkwaycc.co.uk


git-svn-id: svn://10.0.0.236/trunk@162916 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-28 22:23:06 +00:00
jst%mozilla.jstenback.com
f57a403157 Include the original name in the AppleSingle encoded file. Not part of the build.
git-svn-id: svn://10.0.0.236/trunk@162915 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-28 22:21:34 +00:00
bugzilla%arlen.demon.co.uk
7040e34377 Bug 257507 Small glitches in various inline help files (More fixes...)
p=giacomo.magnini@portalis.it r=neil.parkwaycc.co.uk


git-svn-id: svn://10.0.0.236/trunk@162914 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-28 22:15:30 +00:00
scott%scott-macgregor.org
aa330942bf Bug #230392 --> minor thunderbird specific fix.
Create new window (if none exists) when clicking the thunderbird dock icon on Mac OS X
instead of trying to create an instance of navigator.xul.


git-svn-id: svn://10.0.0.236/trunk@162913 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-28 22:03:34 +00:00
igor%mir2.org
acf3abd2a3 Store optimization level and language version in ShellContextFactory
so all Context instances created on other threads or from JavaAdapter
calls would have proper setup.


git-svn-id: svn://10.0.0.236/trunk@162912 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-28 21:58:01 +00:00
igor%mir2.org
c29a6222f4 1. Pass Context argument to XMLReference creation method to use it later
to check for strict mode.

2. Fix name lokup bug in XMLReference that caused in cases like
   foo.(@bar == 'something') to throw runtime exception if bar attribute
   does not exist in foo.


git-svn-id: svn://10.0.0.236/trunk@162911 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-28 21:56:33 +00:00
scott%scott-macgregor.org
3883b15ae7 Bug #249955 --> port the extension mgr install button for thunderbird
to the trunk


git-svn-id: svn://10.0.0.236/trunk@162910 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-28 21:55:29 +00:00
igor%mir2.org
0bde6be515 I added methods to check for valid version and optimization levels that
Rhino embeddings can use to check the validity of data.


git-svn-id: svn://10.0.0.236/trunk@162909 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-28 21:52:19 +00:00
steffen.wilberg%web.de
21956b4433 fix typo
git-svn-id: svn://10.0.0.236/trunk@162908 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-28 21:47:44 +00:00
scott%scott-macgregor.org
4a26b9e9db Bug #254804 --> can't create custom headers for custom mail views.
git-svn-id: svn://10.0.0.236/trunk@162906 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-28 21:35:30 +00:00
pinkerton%aol.net
03d8cbedd2 remove code hyatt put in a long time ago that sets the mouse coordinates
to 0,0 for scrollwheel events. Now uses the actual coordinate (r=pink,
sr=bryner, bug 256538)


git-svn-id: svn://10.0.0.236/trunk@162905 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-28 21:32:09 +00:00
silver%warwickcompsoc.co.uk
fb8a1bb14d Bug 261711 - Make /whois output go to user's view, if one exists.
ChatZilla only.
r=samuel@sieb.net


git-svn-id: svn://10.0.0.236/trunk@162904 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-28 21:28:13 +00:00
scott%scott-macgregor.org
0267b7699e Bug #101153 --> hook up ctrl-w to close the AB search, message search and filter list
dialogs.


git-svn-id: svn://10.0.0.236/trunk@162903 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-28 21:27:41 +00:00
silver%warwickcompsoc.co.uk
741a25966b Bug 261696 - Use state variable for connection information, making /cancel work better.
ChatZilla only.
r=samuel@sieb.net


git-svn-id: svn://10.0.0.236/trunk@162902 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-28 21:27:13 +00:00
silver%warwickcompsoc.co.uk
a87cc7c699 Bug 261270 - Make prefix parsing stricter, and allow foo!bar prefixes.
ChatZilla only.
r=samuel@sieb.net


git-svn-id: svn://10.0.0.236/trunk@162901 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-28 21:25:58 +00:00
silver%warwickcompsoc.co.uk
30d78cb102 Bug 248746 - Include both : and :: pseudo-element versions, and make away users italic.
ChatZilla only.
r=samuel@sieb.net


git-svn-id: svn://10.0.0.236/trunk@162900 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-28 21:24:46 +00:00
silver%warwickcompsoc.co.uk
49b85b0fd6 Bug 219896 - Don't drop parameters for /squery.
ChatZilla only.
r=samuel@sieb.net


git-svn-id: svn://10.0.0.236/trunk@162899 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-28 21:23:40 +00:00
silver%warwickcompsoc.co.uk
3807c8faf8 Bug 204942 - Focus input box after dispatching link.
ChatZilla only.
r=samuel@sieb.net


git-svn-id: svn://10.0.0.236/trunk@162898 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-28 21:22:31 +00:00
pinkerton%aol.net
d0c01e3e54 handle cmd-enter in urlbar and search field to open new tab or new window
depending on pref. refactors load logic a little better (bug 247238)


git-svn-id: svn://10.0.0.236/trunk@162896 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-28 21:05:58 +00:00
amardare%qnx.com
6658412fee Changes for qnx(photon) platform. They should not affect building/runtime other platforms.
Fixed the setting of window title in the embedded mozserver.


git-svn-id: svn://10.0.0.236/trunk@162894 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-28 20:57:03 +00:00
pinkerton%aol.net
560cdf7f68 turn off printfs in opt builds (bug 252536, r=pink, sr=sfraser)
git-svn-id: svn://10.0.0.236/trunk@162893 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-28 20:53:30 +00:00
dbaron%dbaron.org
de1ba08283 Untabify.
git-svn-id: svn://10.0.0.236/trunk@162892 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-28 20:49:25 +00:00
cbiesinger%web.de
cf0e63224c Bug 234257 nsIDocumentLoader/nsDocLoader misc cleanup
r=bz sr=darin


git-svn-id: svn://10.0.0.236/trunk@162891 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-28 20:48:58 +00:00
bugzilla%arlen.demon.co.uk
22e2dc4f46 Bug 256536 Auto-subscribe (news) URLS should NOT prompt for account type
p=me/kteuscher r=neil.parkwaycc.co.uk sr=bienvenu


git-svn-id: svn://10.0.0.236/trunk@162890 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-28 20:23:06 +00:00
cbiesinger%web.de
70dcc48bae 259828 remove unused browser.turbo.enabled pref
r=bsmedberg sr=neil


git-svn-id: svn://10.0.0.236/trunk@162889 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-28 20:21:04 +00:00
cbiesinger%web.de
a293325ba5 261643 don't register error strings by name - they can be found by value too.
r+sr=darin


git-svn-id: svn://10.0.0.236/trunk@162888 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-28 20:17:47 +00:00
aaronleventhal%moonset.net
770ca54e96 Bug 260527. More fixes for xul radio button accesskeys. r=mconnor, sr=neil
git-svn-id: svn://10.0.0.236/trunk@162884 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-28 19:18:43 +00:00
bienvenu%nventure.com
31eb728ef6 fix folder busy alert when getting all new messages and multiple servers use a common inbox; also fix startup case where the default server uses a common inbox, sr=mscott 260447
git-svn-id: svn://10.0.0.236/trunk@162883 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-28 18:58:15 +00:00
dbaron%dbaron.org
86d663d64e Bump version number from 1.8a4 to 1.8a5.
git-svn-id: svn://10.0.0.236/trunk@162882 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-28 18:57:22 +00:00
aaronleventhal%moonset.net
b881039b79 bug 191871: fayt stops working after Alt+F C. r+sr=jst
git-svn-id: svn://10.0.0.236/trunk@162881 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-28 18:42:59 +00:00
bienvenu%nventure.com
f1458f847f fix ability to change local directory for local folders account, sr=mscott 259230
git-svn-id: svn://10.0.0.236/trunk@162880 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-28 18:41:37 +00:00
aaronleventhal%moonset.net
df1a357353 bug 247323: kbd stops working after visiting oddpost, anything with <iframe src=javascript:1>. r=dbaron, sr=bryner
git-svn-id: svn://10.0.0.236/trunk@162879 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-28 18:41:15 +00:00
aaronleventhal%moonset.net
d45fca0e31 bug 258937: form elements in Midas are focusable. r=glazou, sr=bryner
git-svn-id: svn://10.0.0.236/trunk@162878 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-28 18:40:50 +00:00
bryner%brianryner.com
83424d8c14 svg part of bug 258513, r+sr=roc
git-svn-id: svn://10.0.0.236/trunk@162877 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-28 18:39:13 +00:00
bryner%brianryner.com
d80f327086 Unify box and frame trees by moving nsIBox methods onto nsIFrame. XUL-box frames can call the superclass nsBox implementation, all other frames get the nsFrame implementation of the box methods, which acts like nsBoxToBlockAdaptor used to. Bug 258513, r+sr=roc.
git-svn-id: svn://10.0.0.236/trunk@162876 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-28 18:37:50 +00:00
scott%scott-macgregor.org
0538e385b4 Bug #261938 --> Caption "Languages" in font preferences should be "Character encoding"
Patch by vberon@mecano.gme.usherb.ca


git-svn-id: svn://10.0.0.236/trunk@162875 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-28 17:38:42 +00:00
scott%scott-macgregor.org
03bcb10e54 Bug #258447 --> Mail Start Page ignores character setting
Attempt to fix the problems with Thunderbird rendering the start page in the correct
character encoding.

Patch by kozawa@mozilla.gr.jp


git-svn-id: svn://10.0.0.236/trunk@162874 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-28 17:21:11 +00:00
scott%scott-macgregor.org
6664589934 Bug #261913 --> Buddy icons for screen names are not shown in message pane nor the address book.
Patch by mjg@math.arizona.edu


git-svn-id: svn://10.0.0.236/trunk@162873 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-28 17:05:34 +00:00
igor%mir2.org
75be5fa708 NotAFuctionException is not deprecated for now
git-svn-id: svn://10.0.0.236/trunk@162869 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-28 07:20:27 +00:00
scott%scott-macgregor.org
adac4131f6 Bug #249841 --> renamed "Message Body" to Entire Message to better related what we are doing.
Move the virtual folders menu item around in the search combo box.


git-svn-id: svn://10.0.0.236/trunk@162867 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-28 06:11:12 +00:00
dbaron%dbaron.org
2baae87474 Speed up scrolling in downloads and extensions windows by (1) using background-color on elements with 'overflow: auto' and (2) not using 'background-attachment: fixed' unnecessarily. b=255812 r=kmgerich sr=ben
git-svn-id: svn://10.0.0.236/trunk@162865 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-28 05:20:41 +00:00
igor%mir2.org
4b51d7b16d *** empty log message ***
git-svn-id: svn://10.0.0.236/trunk@162861 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-27 23:24:27 +00:00
myk%mozilla.org
0bf95f31d8 Fix for bug 103794: adds 'home' link to navigation bar; patch by GavinS; r,a=myk
git-svn-id: svn://10.0.0.236/trunk@162859 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-27 22:55:30 +00:00
nelsonb%netscape.com
0ce29ee8bb Fix bugzilla bug 261496. Absent OPTIONAL CHOICEs should not cause fatal
errors.  Fix printing code to not crash on missing optional nextUpdate.
r=julien.pierre


git-svn-id: svn://10.0.0.236/trunk@162858 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-27 22:41:41 +00:00
igor%mir2.org
b12610fa52 Use Context.emptyArgs, not null to denote null-arity method call for consistency.
git-svn-id: svn://10.0.0.236/trunk@162853 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-27 20:48:44 +00:00
amardare%qnx.com
cded74ef7b Changes for qnx/photon only. They should not affect building/runtime other platforms.
Added MakeFullScreen() to properly set/restore the window's decorations for
fullscreen/normal mode.


git-svn-id: svn://10.0.0.236/trunk@162850 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-27 19:34:39 +00:00
roc+%cs.cmu.edu
d2e60997b8 Bug 251586. Allow a scrollbar to appear whenever it fits, even if the resulting visible size is zero. r+sr=dbaron,a=asa
git-svn-id: svn://10.0.0.236/trunk@162847 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-27 19:21:41 +00:00
dveditz%cruzio.com
5f9c611c24 bug 261797 incorrect .cvsignore breaking cvs import, not part of build
git-svn-id: svn://10.0.0.236/trunk@162845 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-27 19:15:11 +00:00
jst%mozilla.jstenback.com
7ae7afb188 Fixing bug 181364. Fixing problem with drag events in windowless plugins by making the code work as it has always worked on Mac, i.e. prevent drag events on plugins from being eaten by the browser. r=bzbarsky@mit.edu, sr=brendan@mozilla.org, a=asa@mozilla.org
git-svn-id: svn://10.0.0.236/trunk@162844 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-27 18:56:07 +00:00
caillon%redhat.com
cfb468f0b8 Read in multiple files from the file chooser when in openMultiple mode.
Fixes bug 255900.
r+sr=bryner a=asa


git-svn-id: svn://10.0.0.236/trunk@162842 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-27 17:52:57 +00:00
dveditz%cruzio.com
ef0e4d73b4 bug 261795 self-referential .cvsignore files break cvs import, not part of build
git-svn-id: svn://10.0.0.236/trunk@162838 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-27 15:32:20 +00:00
bzbarsky%mit.edu
0d366688f6 Fix context menu keyboard shortcut on Mac. Bug 261043, patch by Kyle Yuan
<kyle.yuan@sun.com>, r=peterv, sr=bryner, a=dbaron


git-svn-id: svn://10.0.0.236/trunk@162837 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-27 14:19:14 +00:00
mostafah%oeone.com
88730c0258 Updated translation
git-svn-id: svn://10.0.0.236/trunk@162836 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-27 12:59:41 +00:00
igor%mir2.org
dda6523b33 In ScriptableObject.callMethod use object itself as possible top scope source for to support of dynamic scoping.
git-svn-id: svn://10.0.0.236/trunk@162835 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-27 12:08:24 +00:00
igor%mir2.org
f6c52aa5fa Removal of OptLocalVariable: the class is replaced by varRegisters array in Codegen and numberVarFlags in OptFunctionNode. The later is initilized only when optimizer deduces that there are variables used in pure number context.
git-svn-id: svn://10.0.0.236/trunk@162834 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-27 12:04:52 +00:00
steffen.wilberg%web.de
dbeb271cfb Bug 245810: Help shows XML error instead of help window on the installer builds... make sure that help is registered at the right location. p=ben@mozilla.org
git-svn-id: svn://10.0.0.236/trunk@162833 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-27 10:56:02 +00:00
igor%mir2.org
d65a52cf56 Replace explicit parse tree walk to associate OptLocalVariable with tree nodes by lazy initialization of the association on first OptLocalVariable access. It shrinks code while making optimization to run slightly faster.
git-svn-id: svn://10.0.0.236/trunk@162832 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-27 09:33:50 +00:00
steffen.wilberg%web.de
b9abec3315 Bug 259002: clean up Help Viewer shortcuts (forward/backward/home/reload commandkeys missing). r=mconnor
git-svn-id: svn://10.0.0.236/trunk@162830 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-27 07:08:58 +00:00
neil%parkwaycc.co.uk
1e6e5a6511 Bug 260282 <marquee> with invalid direction attribute should scroll left p=gautherie@noos.fr r=doron sr=me
git-svn-id: svn://10.0.0.236/trunk@162827 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-26 22:37:50 +00:00
igor%mir2.org
18fc904f13 Updating links to xmlbeans home and refer to xbean.jar, not xmlbeans.jar in the documentation.
git-svn-id: svn://10.0.0.236/trunk@162826 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-26 22:35:29 +00:00
psychoticwolf%carolina.rr.com
d078e11342 fix case-sensitivity issues with moreinfo.php and showlist.php with the images on linux. No Bug
git-svn-id: svn://10.0.0.236/trunk@162825 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-26 22:26:53 +00:00
psychoticwolf%carolina.rr.com
b18bd66d0d Frontpages current release filtering changes. Bug 261691
git-svn-id: svn://10.0.0.236/trunk@162823 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-26 19:42:17 +00:00
bzbarsky%mit.edu
a7e9604960 Fix context menu keyboard shortcut on Linux. Bug 261043, patch by Kyle Yuan
<kyle.yuan@sun.com>, r=robin.lu, sr=bryner, a=dbaron


git-svn-id: svn://10.0.0.236/trunk@162822 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-26 18:13:02 +00:00
psychoticwolf%carolina.rr.com
92057e697f Fix for Bug 260535, Typo on thunderbird extension page
git-svn-id: svn://10.0.0.236/trunk@162821 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-26 17:30:17 +00:00
igor%mir2.org
682520c823 I added ScriptRuntime.setObjectProtoAndParent to initialize prototype and parent of objects created outside the standard constructor calls. It allowed to replace scattered setPrototype/setParentScope and shrink code size.
git-svn-id: svn://10.0.0.236/trunk@162820 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-26 14:36:01 +00:00
peterv%propagandism.org
533a231fe7 Fix for bug 261098 ([Mac Only] Unable to open links in mail messages). r=neil, sr=bienvenu, a=dbaron.
git-svn-id: svn://10.0.0.236/trunk@162819 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-26 12:02:12 +00:00
steffen.wilberg%web.de
7ed3097ff9 Bug 261555: fix broken links (using_firefox.xhtml and #using_the_Sidebar)
git-svn-id: svn://10.0.0.236/trunk@162818 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-26 11:55:00 +00:00
cbiesinger%web.de
068ea97483 make helper app dialog set its title using window.title, not setAttribute, since
only the former now works in an onload handler
261267 r=neil sr=bz a=asa


git-svn-id: svn://10.0.0.236/trunk@162812 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-25 23:54:52 +00:00
cbiesinger%web.de
3c48ee73f7 toolkit should treat uris as utf-8
261269 r=bsmedberg


git-svn-id: svn://10.0.0.236/trunk@162811 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-25 21:45:12 +00:00
bsmedberg%covad.net
8b4292cc2c Backing out bug 240696 on the trunk, because it introduces a bogo-dependency of toolkit/ on browser/.
git-svn-id: svn://10.0.0.236/trunk@162809 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-25 21:12:00 +00:00
kjh-5727%comcast.net
dea7729ab7 Bug 240696 - cannot open new browser window if the only window open is the download manager. Patch by Gavin Sharp (gavin_sharp+bugzilla@nospin.org). r=bsmedberg, a=bsmedberg.
git-svn-id: svn://10.0.0.236/trunk@162808 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-25 20:17:12 +00:00
psychoticwolf%carolina.rr.com
e635963041 Fix for Bug 261519 - MySQL error on RSS feeds
git-svn-id: svn://10.0.0.236/trunk@162807 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-25 19:09:04 +00:00
igor%mir2.org
977118b569 Avoid duplicated getMessage* code in ScriptRuntime and Context: now all the necessary code is moved to ScriptRuntime and the rest of code is updated to call ScriptRuntime
git-svn-id: svn://10.0.0.236/trunk@162805 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-25 18:11:44 +00:00
kjh-5727%comcast.net
4e8a7461e7 Bug 253443 - Include spell shecker in typical linux install. Patch by Andrew Schultz (ajschult@verizon.net). r=bsmedberg, sr=dveditz, a=asa.
git-svn-id: svn://10.0.0.236/trunk@162803 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-25 17:40:30 +00:00
bsmedberg%covad.net
4177b34087 Bug 259203 - uninstalling current non-default theme breaks browser (part 1, chrome registry bulletproofing) r=darin
git-svn-id: svn://10.0.0.236/trunk@162800 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-25 16:14:52 +00:00
bsmedberg%covad.net
66f29b8a0b More incremental centralizing of locale files.
git-svn-id: svn://10.0.0.236/trunk@162799 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-25 16:05:19 +00:00
despotdaemon
7d08302077 Pseudo-automatic update of changes made by rlk@trfenv.com.
git-svn-id: svn://10.0.0.236/trunk@162796 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-25 14:55:47 +00:00
despotdaemon
e92e416e7f Pseudo-automatic update of changes made by rlk@trfenv.com.
git-svn-id: svn://10.0.0.236/trunk@162795 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-25 14:55:42 +00:00
igor%mir2.org
a0b171eb5b Better compatibility of continuation implementation with the version from cocoondev.org: use current top call scope as scope for Continuation, not library scope.
git-svn-id: svn://10.0.0.236/trunk@162791 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-25 10:34:05 +00:00
igor%mir2.org
47a5bbf870 For compatibility allow jsFunction_* to return non-scriptable type. Not to
perform type conversion checks for methods that do return proper JS type the
type check is done only once in the constructor and if necessary a flag is set
to call WrapFaactory.wrap on method return.


git-svn-id: svn://10.0.0.236/trunk@162790 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-25 09:24:43 +00:00
dbaron%dbaron.org
85ad756fdf Slightly better fix for crashes. b=96108 r=neil sr=bzbarsky a=asa
git-svn-id: svn://10.0.0.236/trunk@162785 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-25 06:22:48 +00:00
erik%dasbistro.com
d41c255a7c Fix for bug 258029: sets whining group inheritance in the correct order. r,a=justdave
git-svn-id: svn://10.0.0.236/trunk@162781 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-25 00:06:44 +00:00
cltbld
09b3236c14 fix profile finding for linux firefox.
git-svn-id: svn://10.0.0.236/trunk@162777 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-24 23:03:45 +00:00
cltbld
cd31bb7bea fix profile finding for tbird on linux. move prebuild inside SkipMozilla so it doesn't nuke the tree if you're running tests or repackaging.
git-svn-id: svn://10.0.0.236/trunk@162773 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-24 22:46:09 +00:00
bryner%brianryner.com
ff220d27ed Lowercase the program name in Startup, not in AddBrowserInstance. Fixes xremote for Thunderbird (bug 261315), r+sr=blizzard, a=chofmann.
git-svn-id: svn://10.0.0.236/trunk@162765 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-24 21:46:10 +00:00
nelsonb%netscape.com
92981b2a58 Fix bug 261333. Use the modulus length for the length of the output
buffer, not the length of the input data.  r=julien.pierre


git-svn-id: svn://10.0.0.236/trunk@162763 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-24 21:44:20 +00:00
neil%parkwaycc.co.uk
cf3b462149 Whitespace fixes because I checked in the -w version by mistake b=258997
git-svn-id: svn://10.0.0.236/trunk@162762 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-24 21:32:49 +00:00
neil%parkwaycc.co.uk
8948118215 Bug 258997 Search fails when a container matches r=timeless,vlad sr=shaver a=asa
git-svn-id: svn://10.0.0.236/trunk@162761 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-24 21:29:47 +00:00
kiko%async.com.br
3b1465476c Fix for bug 261446: checksetup.pl needs to update permissions on
images/. r,a=myk


git-svn-id: svn://10.0.0.236/trunk@162759 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-24 20:49:51 +00:00
kiko%async.com.br
70cc197362 Landing fix for bug 153811: default severity should be parametrized.
r,a=myk.


git-svn-id: svn://10.0.0.236/trunk@162758 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-24 20:41:30 +00:00
igor%mir2.org
2ababf13f0 Allow to specify explicit ContextFactory with the debugger.
git-svn-id: svn://10.0.0.236/trunk@162757 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-24 20:35:42 +00:00
mats.palmgren%bredband.net
6060caa0c2 Use SafeObjectAt() when array is potentially empty. b=260771 b=261120 r=bzbarsky sr=dbaron a=asa
git-svn-id: svn://10.0.0.236/trunk@162756 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-24 20:23:16 +00:00
bryner%brianryner.com
ad594b364d Fix gtk2 embedding crash from bug 121264. r+sr+a=blizzard.
git-svn-id: svn://10.0.0.236/trunk@162754 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-24 19:56:44 +00:00
bsmedberg%covad.net
b80770a48b Followup for the checkin from bug 246014, this mixed the @substitution@ and #expand syntax badly, and needed an update to brower/app/Makefile.in from another bug.
git-svn-id: svn://10.0.0.236/trunk@162753 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-24 18:39:33 +00:00
scott%scott-macgregor.org
e037efc75c Not part of the seamonkey build.
Bug #28327 --> Make the Thunderbird remote content blocker more agressive about blocking remote requests
for arbitrary things such as iframes, etc. instead of just focusing on image requests.


git-svn-id: svn://10.0.0.236/trunk@162752 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-24 18:14:59 +00:00
bzbarsky%mit.edu
b7a76f0a91 Don't add 4 to the length, so we don't send 4 extra bytes of garbage POST
data.  Bug 246651 followup, r+sr=darin, a=asa


git-svn-id: svn://10.0.0.236/trunk@162750 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-24 17:58:03 +00:00
pinkerton%aol.net
c87e9e96bb cmd-up/down go to top and bottom of page (bug 241142)
git-svn-id: svn://10.0.0.236/trunk@162747 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-24 17:13:44 +00:00
igor%mir2.org
b6a3aeb747 Make sure that all functionality that Main.(main|mainEmbedded) use to initialize debug GUI is available for applications through public methods.
git-svn-id: svn://10.0.0.236/trunk@162746 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-24 16:46:50 +00:00
igor%mir2.org
2e69724dd1 More compatibility changes: added Main.isVisible
git-svn-id: svn://10.0.0.236/trunk@162745 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-24 16:38:09 +00:00
igor%mir2.org
666a594952 Move getObjectIndex/setObjectIndex that take double as index from optimizer/OptRuntime to ScriptRuntime and use it in the Interpreter to avoid code duplication.
git-svn-id: svn://10.0.0.236/trunk@162744 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-24 16:27:27 +00:00
igor%mir2.org
ce2e31ba2b Revert wrong commit of build.properties with temporary changes
git-svn-id: svn://10.0.0.236/trunk@162743 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-24 16:19:26 +00:00
igor%mir2.org
6835db3779 Added few methods to redirect calls from main to DebugGui for compatibility.
git-svn-id: svn://10.0.0.236/trunk@162742 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-24 16:14:02 +00:00
kairo%kairo.at
6ee49e2b3d Bug 256074 - remove green Mozilla image from in-tree default mail start page - r=dbaron,sr=bienvenu,a=asa
git-svn-id: svn://10.0.0.236/trunk@162741 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-24 15:50:52 +00:00
igor%mir2.org
5e83c8f19c Use single function, Kit.xDigitToInt, to convert character representing hex digit to number. The function replaces duplicated code in TokenStream/NativeGlobal/NativeRegExp.
git-svn-id: svn://10.0.0.236/trunk@162740 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-24 13:14:01 +00:00
igor%mir2.org
fbd3077fc8 Code reorganisation to shrink the size of JVM class files.
git-svn-id: svn://10.0.0.236/trunk@162739 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-24 13:11:02 +00:00
brendan%mozilla.org
445c660f77 Undo last change, it broke ports and is not strictly speaking part of the fix for bug 253241.
git-svn-id: svn://10.0.0.236/trunk@162738 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-24 03:31:55 +00:00
brendan%mozilla.org
5d5746632e Home sp always before calling js_ConcatStrings (261321, r/a=me).
git-svn-id: svn://10.0.0.236/trunk@162736 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-24 02:17:30 +00:00
kjh-5727%comcast.net
97d7f1f45a Bug 261093 - Crash printing pages containing plugin objects. r=tor, sr=roc, a=asa.
git-svn-id: svn://10.0.0.236/trunk@162735 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-24 02:02:38 +00:00
myk%mozilla.org
fc027c951e Fix for bug 252739: moves inclusion/exclusion action names to button name instead of button value so that button values (which are also used as labels) will be localizable; patch by Marc Schumann; r=kiko,myk; a=justdave
git-svn-id: svn://10.0.0.236/trunk@162734 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-24 01:01:31 +00:00
bugzilla%arlen.demon.co.uk
d0b39245a3 Bug 260364 Fixup radiogroups to use new .value functionality of radio.xml
p=me r/sr=neil a=asa


git-svn-id: svn://10.0.0.236/trunk@162733 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-24 00:55:43 +00:00
myk%mozilla.org
809841c120 Fix for bug 261273: make column changing work with Sun ONE web server; fix by tmabbott@hbs.edu; r,a=justdave
git-svn-id: svn://10.0.0.236/trunk@162732 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-24 00:53:26 +00:00
aaronleventhal%moonset.net
2bdf363d9b Bug 260846. Extra select events being thrown when no selection in autocomplete's tree dropdown. These are causing extra focus/selection events being thrown by accessibility api layer, in turn causing the screen reader to babble extra garbage as user types in autocomplete field. r=pkw, sr=neil, a=asa
git-svn-id: svn://10.0.0.236/trunk@162731 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-23 23:48:48 +00:00
jst%mozilla.jstenback.com
8daad17357 Fixing bug 260385. Prevent popups from opening from beforeunload events. r=danm.moz@gmail.com, sr=bzbarsky@mit.edu, a=asa@mozilla.org
git-svn-id: svn://10.0.0.236/trunk@162730 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-23 23:39:16 +00:00
brendan%mozilla.org
4371838064 Check in patch from Nicholas Miell <nmiell@comcast.net> for bug 253241 (r=shaver, a=asa).
git-svn-id: svn://10.0.0.236/trunk@162728 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-23 23:32:51 +00:00
scott%scott-macgregor.org
0b9b044840 Bug #214663 --> get rid of the region package in the installer because we don't need it anymore.
There is no longer a US region pack getting packaged into the language pack (en-US-mail.jar).

This makes life easier for the localization folks.


git-svn-id: svn://10.0.0.236/trunk@162727 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-23 23:24:05 +00:00
cltbld
54de08871a fixing so tbird can find its profiles on the mac.
git-svn-id: svn://10.0.0.236/trunk@162726 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-23 23:10:02 +00:00
tor%cs.brown.edu
f4eebdbf25 Bug 256328 - tiling artifacts on some X servers. r=blizzard, sr=roc, a=asa
git-svn-id: svn://10.0.0.236/trunk@162725 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-23 23:02:19 +00:00
scott%scott-macgregor.org
83dd3bfdf8 Bug #219795 --> Add accessibility hook for reaching the address book from the Tools menu.
Patch by Robert Accettura.


git-svn-id: svn://10.0.0.236/trunk@162722 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-23 21:50:44 +00:00
igor%mir2.org
adb3b1d57c Resolving bug 261278: strict mode implementation
git-svn-id: svn://10.0.0.236/trunk@162720 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-23 21:34:22 +00:00
timeless%mozdev.org
7def55022a Bug 261071 Error: Error in parsing value for property 'vertical-align'. Declaration dropped.
r=vladd a=myk


git-svn-id: svn://10.0.0.236/trunk@162719 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-23 21:17:12 +00:00
scott%scott-macgregor.org
4e6ac15c9b Filter list dialog polish for Thunderbird.
Only show the progressmeter when we are actually reporting progress.

Escape should close the window.

Hide the help button.

Minor polish to the UI to make the elements line up properly.


git-svn-id: svn://10.0.0.236/trunk@162718 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-23 21:09:10 +00:00
scott%scott-macgregor.org
aad1e7a2ad hook up a keyboard shortcut for invoking the advanced search addresses dialog.
git-svn-id: svn://10.0.0.236/trunk@162715 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-23 20:19:04 +00:00
scott%scott-macgregor.org
3a329723fe Address book polish. Move the search addresses menu item under Edit / Find to match the main 3:pane.
Hide the advanced search button.

Establish a new set of default buttons for the address book toolbar.


git-svn-id: svn://10.0.0.236/trunk@162714 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-23 20:12:51 +00:00
scott%scott-macgregor.org
be06d22b88 Address Book Search polish. Let the escape key close the search dialog.
Don't include mailWindowOverlay.xul as this causes us to pick up the offline icon by mistake.

Fix up the status bar.

Search progress isn't showing up in the progress bar yet....


git-svn-id: svn://10.0.0.236/trunk@162713 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-23 19:56:54 +00:00
scott%scott-macgregor.org
f080452983 Search Dialog polish.
Fix up the progressbar so it is hidden by default. Make the progressbar actually work during searches instead of triggering a JS exception.

Hook up the escape key for closing the search dialog like we do for the themes and extensions dialogs.


git-svn-id: svn://10.0.0.236/trunk@162712 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-23 19:44:49 +00:00
cltbld
de7af32190 other half of clobber before release build cycle
git-svn-id: svn://10.0.0.236/trunk@162711 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-23 19:39:03 +00:00
cltbld
f8bf8cb036 clobber mozilla dir before building if this is going to be a release build.
git-svn-id: svn://10.0.0.236/trunk@162710 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-23 19:31:37 +00:00
jocuri%softhome.net
a6308d7281 Patch for bug 258938: Minor tweak to editmilestones templatization; patch by GavinS <bugzilla@chimpychompy.org>; r=jouni, a=justdave.
git-svn-id: svn://10.0.0.236/trunk@162709 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-23 19:14:13 +00:00
jocuri%softhome.net
a6a554e04c Patch for bug 255512: For bz_secure, distinguish between mandatory and non-mandatory groups and create distinct CSS classes to enable customizations by the admin; patch by Marc Schumann <wurblzap@gmail.com>; r=kiko, r=joel, a=justdave.
git-svn-id: svn://10.0.0.236/trunk@162708 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-23 19:05:20 +00:00
darin%meer.net
b5c31881bf fixes bug 251969 "crash [@ nsHttpChannel::OnStopRequest]" r=timeless sr=bzbarsky
git-svn-id: svn://10.0.0.236/trunk@162707 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-23 18:49:17 +00:00
kiko%async.com.br
a9a206b069 Landing fix for bug 260411: MS IE breaks png alpha channel padlock. Adds
a new PNG file with a 1-bit alpha layer. File by Jason Pyeron
<jpyeron@pyerotechnics.com> r=kiko, a=myk.


git-svn-id: svn://10.0.0.236/trunk@162705 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-23 18:08:31 +00:00
kairo%kairo.at
dba990b055 Bug 256074 - remove green Mozilla image from in-tree default mail start page - r=dbaron,sr=bienvenu,a=asa
git-svn-id: svn://10.0.0.236/trunk@162704 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-23 17:33:48 +00:00
dbaron%dbaron.org
37755ff7e1 Move XPCNativeWrapper.js from communicator to global. b=256630 r=p_ch
git-svn-id: svn://10.0.0.236/trunk@162701 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-23 16:56:09 +00:00
dbaron%dbaron.org
6c84a74b25 FILE COPIED from xpfe/global/resources/content/XPCNativeWrapper.js to toolkit/content/XPCNativeWrapper.js for: Move XPCNativeWrapper.js from communicator to global. b=256630 r=p_ch
git-svn-id: svn://10.0.0.236/trunk@162696 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-23 16:55:47 +00:00
cltbld
f1a3c40dd4 add -$milestone to tinderbox build directory name
git-svn-id: svn://10.0.0.236/trunk@162695 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-23 16:51:29 +00:00
bryner%brianryner.com
3c1d77b8f6 Don't draw images that are outside the clip region. This reduces unneeded work when multiple paint rects are exposed. Also, fix dependencies so that libgfx_* relink when libgfxshared_s changes. Bug 261097, r+sr=roc.
git-svn-id: svn://10.0.0.236/trunk@162693 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-23 06:14:54 +00:00
cls%seawood.org
9bec63b526 Do a case-insensitive sort before printing checkins.
Bug #242360 r=timeless


git-svn-id: svn://10.0.0.236/trunk@162690 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-23 04:43:46 +00:00
cls%seawood.org
58782e7e04 whoops! wrong tree!
git-svn-id: svn://10.0.0.236/trunk@162689 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-23 04:39:43 +00:00
cls%seawood.org
13bdda6b8a bonsai test
git-svn-id: svn://10.0.0.236/trunk@162688 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-23 04:37:12 +00:00
kyle.yuan%sun.com
e00332886e Bug 257581 Cursor (caret) doesn't appear in MailNews Compose Window, although you type something
r=daniel, sr=roc, a=asa, patch=ginn.chen@sun.com


git-svn-id: svn://10.0.0.236/trunk@162687 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-23 04:04:50 +00:00
bsmedberg%covad.net
a0d845690c Begin to centralize Thunderbird locale files. This will be a (swift) incremental process, trying to keep branch and trunk in synch to the extent possible. a=dbaron for the change to allmakefiles.sh
git-svn-id: svn://10.0.0.236/trunk@162686 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-23 03:03:34 +00:00
kyle.yuan%sun.com
d03c6e8ab1 Backout the last checkin. Haven't noticed that the tree is frozen from 1.8a4.
git-svn-id: svn://10.0.0.236/trunk@162685 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-23 02:53:17 +00:00
kyle.yuan%sun.com
97d8fe3e97 Bug 257581 Cursor (caret) doesn't appear in MailNews Compose Window, although you type something
r=daniel, sr=roc, patch=ginn.chen@sun.com


git-svn-id: svn://10.0.0.236/trunk@162684 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-23 02:50:07 +00:00
bienvenu%nventure.com
09855c04a0 fix empty trash leaving trash.msf invalid, r/sr/a=sspitzer
git-svn-id: svn://10.0.0.236/trunk@162681 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-23 00:04:25 +00:00
jst%mozilla.jstenback.com
3e692d41e6 Adding asencode utility. Not part of the default build.
git-svn-id: svn://10.0.0.236/trunk@162679 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-22 23:23:01 +00:00
cls%seawood.org
5b44ac68cc Make the 'Mail everyone on this page' message grammatically correct for the 1 user case
Bug #165946 r=timeless


git-svn-id: svn://10.0.0.236/trunk@162678 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-22 23:06:57 +00:00
christophe.ravel.bugs%sun.com
afc01f7dc4 NSS 3.9.3 / JSS 4.0 release candidate.
Change NSS Beta flag to false
Change JSS Beta flag to false

Code freeze.


git-svn-id: svn://10.0.0.236/trunk@162677 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-22 21:56:37 +00:00
bugzilla%arlen.demon.co.uk
0b8568d2ab Bug 260364 Fixup radiogroups to use new .value functionality of radio.xml
p=me r/sr=neil a=asa


git-svn-id: svn://10.0.0.236/trunk@162676 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-22 21:24:31 +00:00
bryner%brianryner.com
35cb53ad60 Pass through a region with NS_PAINT events, instead of the bounding rect. Also fix gCursorCache to be static. Bug 121264, r+sr=blizzard.
git-svn-id: svn://10.0.0.236/trunk@162675 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-22 21:14:56 +00:00
blizzard%redhat.com
d6c4c3f005 Add support for mathml to the pango code. Not part of the default build. a=asa
git-svn-id: svn://10.0.0.236/trunk@162674 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-22 19:53:45 +00:00
mvl%exedo.nl
9d92968f37 kButton isn't used anymore.
followup to bug 259155, patch by gekacheka, r=mostafah


git-svn-id: svn://10.0.0.236/trunk@162671 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-22 18:57:32 +00:00
pedemont%us.ibm.com
6add8db080 Bug 232715 - problems with browser after disk sleep. r=pinkerton,sr=sfraser,a=asa
git-svn-id: svn://10.0.0.236/trunk@162670 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-22 18:50:53 +00:00
cls%seawood.org
0b63881ec3 Require specific checkin id format to avoid exploit.
Bug #260601 r=timeless


git-svn-id: svn://10.0.0.236/trunk@162668 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-22 18:44:38 +00:00
kairo%kairo.at
9c28892e35 backing out my last change. sorry, I missed that I need a= and forgot noting r/sr in the comment. will come again soon playing nicely by the rules :)
git-svn-id: svn://10.0.0.236/trunk@162666 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-22 15:31:00 +00:00
kairo%kairo.at
764e1df70e Bug 256074 - remove green Mozilla image from in-tree default mail start page - r=dbaron, sr=bienvenu
git-svn-id: svn://10.0.0.236/trunk@162665 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-22 15:19:39 +00:00
silver%warwickcompsoc.co.uk
e4fd1f011d Bug 260247 - Register new ChatZilla chrome directory in installer.
Build-config only.
r=bsmedberg


git-svn-id: svn://10.0.0.236/trunk@162664 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-22 12:32:38 +00:00
silver%warwickcompsoc.co.uk
b5b68d03b7 Bug 260247 - Stop make-jars.pl confusing registered subdirectories.
Build-config only.
r=bsmedberg


git-svn-id: svn://10.0.0.236/trunk@162663 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-22 12:31:36 +00:00
igor%mir2.org
36499c5df2 Preparations for RC2 for 1.6R1
git-svn-id: svn://10.0.0.236/trunk@162662 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-22 10:59:39 +00:00
igor%mir2.org
05431b52f3 Added some information about experimental support for continuations
git-svn-id: svn://10.0.0.236/trunk@162661 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-22 10:43:52 +00:00
igor%mir2.org
157f6c2e53 1. Extend index and offset jump limits to 2^16 - 1 from 2^15 - 1 using unsigned indexes.
2. Use linked list of read-only REPogState to implement state stack instead of array of struct. It fixes bug 258417 while making creation of back track stack data much cheaper since there is no need to copy read-only structures.


git-svn-id: svn://10.0.0.236/trunk@162660 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-22 09:48:17 +00:00
cls%seawood.org
644760ac6b Fix typo. Bug #39284
git-svn-id: svn://10.0.0.236/trunk@162659 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-22 06:34:34 +00:00
neil%parkwaycc.co.uk
e4263e6587 Bug 76197 Unscrollable scrollbars should look disabled r=varga sr=roc
git-svn-id: svn://10.0.0.236/trunk@162658 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-22 06:33:36 +00:00
bienvenu%nventure.com
3500c3b434 initial work on grouping messages by subject/sender/age, etc, NPOB 256688
git-svn-id: svn://10.0.0.236/trunk@162657 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-22 04:43:16 +00:00
jst%mozilla.jstenback.com
d7264ade0d Fixing bug 255366. Fixing gtk2 file picker crash on AMD64 due to differences in argument passing to varargs vs. non-varargs functions. Patch by bryner@brianryner.com, r=caillon@gmail.com, sr=jst@mozilla.org
git-svn-id: svn://10.0.0.236/trunk@162656 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-22 04:30:49 +00:00
cls%seawood.org
19c763ccc3 Move shell_escape from CGI.pl to globals.pl
Remove CGI.pl dependency from multidiff.cgi
Bug #44642


git-svn-id: svn://10.0.0.236/trunk@162655 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-22 03:59:19 +00:00
pete.zha%sun.com
0b3d623037 bug 260465
remove pref-applicatiopn-new.xul
r/sr=neil.parkwaycc.co.uk
patch=leon.sha@sun.com


git-svn-id: svn://10.0.0.236/trunk@162654 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-22 03:03:24 +00:00
silver%warwickcompsoc.co.uk
7edac2d9e6 Bug 259197 - Make <text> optional for /stalk, and fix the command's code. Also correct enumeration of stalk items.
ChatZilla only.
r=samuel@sieb.net


git-svn-id: svn://10.0.0.236/trunk@162653 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-22 02:52:18 +00:00
brendan%mozilla.org
c78c0d8b24 Retract last change, it's wrong -- thanks again to lcook@sybase.com.
git-svn-id: svn://10.0.0.236/trunk@162650 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-22 02:39:52 +00:00
aaronleventhal%moonset.net
0852016b6b Bug 260657. Fix performance regressions from accesskey underlining patch. r=mconnor, sr=neil
git-svn-id: svn://10.0.0.236/trunk@162649 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-22 02:37:07 +00:00
cls%seawood.org
50e35539fb Make multidiff work with files that have been cvs removed.
Bug #180528 r=timeless


git-svn-id: svn://10.0.0.236/trunk@162648 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-22 02:22:29 +00:00
nelsonb%netscape.com
9012bc4efb Patch by kinmoz@netscape.net. Fix bug 260882 by clearing the valid
cache flag (named "searchedObjectType") even when the cache was empty.


git-svn-id: svn://10.0.0.236/trunk@162647 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-22 01:45:26 +00:00
dbaron%dbaron.org
af6f954b60 FILE COPIED from xpfe/communicator/resources/content/XPCNativeWrapper.js to xpfe/global/resources/content/XPCNativeWrapper.js for: Move XPCNativeWrapper.js from communicator to global. b=256630 r=bryner sr=bzbarsky
git-svn-id: svn://10.0.0.236/trunk@162644 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-22 01:06:31 +00:00
brendan%mozilla.org
7afab5fd80 Followup to last checkin (252324, r+sr=bz).
git-svn-id: svn://10.0.0.236/trunk@162642 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-22 01:04:33 +00:00
bzbarsky%mit.edu
6ba79430c1 Fix horizontal scrollbar rendering with GTK theming when steppers are not
square.  Bug 258758, patch by Benjamin Leviant <benjamin@ethium.net>,
r+sr=bryner


git-svn-id: svn://10.0.0.236/trunk@162640 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-22 01:00:07 +00:00
kyle.yuan%sun.com
29bc9b3ac0 Bug 254241 Do not lookup gtk_style_get_prop_experimental in GTK2 build
r=bryner, sr=blizzard


git-svn-id: svn://10.0.0.236/trunk@162639 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-22 00:51:30 +00:00
dbaron%dbaron.org
66e6ee8605 Move XPCNativeWrapper.js from communicator to global. b=256630 r=bryner sr=bzbarsky
git-svn-id: svn://10.0.0.236/trunk@162638 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-22 00:42:50 +00:00
steffen.wilberg%web.de
8b05db7b37 Bug 260864: update download manager shortcut everywhere; IE has no View Source shortcut; Web Search is Ctrl+E in IE. r=jwalden
git-svn-id: svn://10.0.0.236/trunk@162637 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-22 00:39:15 +00:00
darin%meer.net
a516cdfb48 fixes bug 260314 "UMR in nsSHEntry::SetLayoutHistoryState + cleanup" r=biesi sr=bzbarsky
git-svn-id: svn://10.0.0.236/trunk@162636 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-22 00:38:19 +00:00
jst%mozilla.jstenback.com
b9bbc0af83 Fixing bug 260318. UMR in nsScanner::AppendToBuffer() when called from nsScanner constructor. r+sr=bzbarsky@mit.edu
git-svn-id: svn://10.0.0.236/trunk@162633 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-22 00:03:46 +00:00
neil%parkwaycc.co.uk
9b42cda0ad Start improving primary dual menubuttons by using hierarchical hover b=257280 p=gautheri@noos.fr r=varga sr=me
git-svn-id: svn://10.0.0.236/trunk@162632 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-22 00:01:39 +00:00
bryner%brianryner.com
5fdcb0fa55 Fix 'make install' for prefs.js. Patch by Wolfgang Rosenauer, r=me, bug 255958.
git-svn-id: svn://10.0.0.236/trunk@162631 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-21 23:06:47 +00:00
cbiesinger%web.de
dd62f1f1ea fixing comment per bug 258077 comment 31, r=ch.ey
git-svn-id: svn://10.0.0.236/trunk@162630 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-21 23:04:28 +00:00
roc+%cs.cmu.edu
af0a174a7c Bug 260624. Handle case where scrollframe state is restored before its scrollbox has been created. r+sr=dbaron
git-svn-id: svn://10.0.0.236/trunk@162627 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-21 21:41:01 +00:00
bsmedberg%covad.net
334d503da5 One more forgotten declaration from bug 246014.
git-svn-id: svn://10.0.0.236/trunk@162625 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-21 21:05:34 +00:00
aaronleventhal%moonset.net
be3bc8cf53 Bug 166004. Need to fire accessible focus event on new menuitem when using left arrow to leave submenu and go back into parent menu. r=kyle, sr=bryner
git-svn-id: svn://10.0.0.236/trunk@162623 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-21 20:45:12 +00:00
bsmedberg%covad.net
77f2d4012a Trying #including all the files you use, grr. bug 246014
git-svn-id: svn://10.0.0.236/trunk@162622 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-21 20:43:36 +00:00
mostafah%oeone.com
42beeea616 Updated translation from frenchmozilla.sourceforge.net CVS
git-svn-id: svn://10.0.0.236/trunk@162621 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-21 20:29:43 +00:00
bsmedberg%covad.net
87947a0979 Merge bug 246014 from the aviary branch, splitting nsIXULChromeRegistry into a separate piece for seamonkey-only methods. Original Firefox patch r=bryner sr=ben seamonkey merge r+sr=jst
git-svn-id: svn://10.0.0.236/trunk@162619 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-21 20:19:48 +00:00
timeless%mozdev.org
b37a798e99 Bug 259452 Add bonsai style &mark support to showbug for bug comments
r=kiko a=justdave


git-svn-id: svn://10.0.0.236/trunk@162618 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-21 19:56:19 +00:00
cbiesinger%web.de
31976b9bf3 bug 249143 keep strong references to the dialog and |this| before prompting for the
file
r=bz sr=darin


git-svn-id: svn://10.0.0.236/trunk@162617 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-21 19:52:45 +00:00
aaronleventhal%moonset.net
f45d68ee55 Bug 260563. Put space before parenthesized appended accesskey, it looks nicer (trivial patch). r=dbaron, sr=pkwarren
git-svn-id: svn://10.0.0.236/trunk@162616 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-21 19:28:14 +00:00
aaronleventhal%moonset.net
38b74c60d4 Bug 260823. Report correct accessible value for HTML comboboxes. r=pkw, sr=bryner
git-svn-id: svn://10.0.0.236/trunk@162615 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-21 19:23:14 +00:00
mvl%exedo.nl
cff839361f Check for memory allocation failures.
bug 226048, r=mostafah


git-svn-id: svn://10.0.0.236/trunk@162614 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-21 18:56:45 +00:00
bienvenu%nventure.com
b985b5ee97 fix pop3 get new mail with imail server, patch by ch.ey@gmx.net, r=bienvenu, sr=mscott, 258077
git-svn-id: svn://10.0.0.236/trunk@162613 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-21 18:42:18 +00:00
igor%mir2.org
950e6f90b2 In NativeRegExp.executeREBytecode I moved code to manipulate regexp program
stack to separated pushProgStack|popProgStack methods to localize changes to
for the following patch to use linked list for state stack.


git-svn-id: svn://10.0.0.236/trunk@162612 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-21 18:38:46 +00:00
despotdaemon
39062f0a73 Pseudo-automatic update of changes made by joshmoz@gmail.com.
git-svn-id: svn://10.0.0.236/trunk@162611 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-21 18:36:59 +00:00
tor%cs.brown.edu
92b40d265f Bug 258009 - DoS vulnerablity. r=tor, sr=dveditz
git-svn-id: svn://10.0.0.236/trunk@162610 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-21 18:23:09 +00:00
glen.beasley%sun.com
665255ef03 258666 JDK 1.5 made enum a keyword
git-svn-id: svn://10.0.0.236/trunk@162609 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-21 18:16:14 +00:00
bzbarsky%mit.edu
846fcd519e Set checkbox checked state if we didn't restore it (instead of if we didn't
restore anything at all).  Bug 259486, r+sr=jst


git-svn-id: svn://10.0.0.236/trunk@162608 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-21 18:04:47 +00:00
bienvenu%nventure.com
8bd2ecd258 fix problems accessing local folders with unc path local dirs, r=bienvenu, sr=mscott, patch by slavek.banko@axis.cz 133153
git-svn-id: svn://10.0.0.236/trunk@162606 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-21 17:56:44 +00:00
despotdaemon
389ea5bfe3 Pseudo-automatic update of changes made by knous@mozilla.org.
git-svn-id: svn://10.0.0.236/trunk@162605 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-21 17:50:01 +00:00
neil%parkwaycc.co.uk
f7917d6ab4 Make "Log Out" clear all HTTP auth sessions as well as expiring the master password b=55181 p=vhaarr@firefox.no r=me sr=darin
git-svn-id: svn://10.0.0.236/trunk@162603 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-21 16:11:28 +00:00
timeless%mozdev.org
42a4905c47 Bug 156633 replace PR_CurrentThread with PR_GetCurrentThread
patch by timwatt@gmail.com r=darin sr=darin


git-svn-id: svn://10.0.0.236/trunk@162602 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-21 16:00:50 +00:00
pedemont%us.ibm.com
9d25cbde4e Remove extra semicolon. Not part of default build
git-svn-id: svn://10.0.0.236/trunk@162601 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-21 15:46:59 +00:00
bienvenu%nventure.com
e24e2ca787 trunk version of fix for 231846 delete bug in threaded view, when switching from flat sort, sr=mscott
git-svn-id: svn://10.0.0.236/trunk@162599 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-21 15:07:07 +00:00
bienvenu%nventure.com
b2cb8007ce fix 259259, handling of extreme out of order threaded messages, sr=sspitzer
git-svn-id: svn://10.0.0.236/trunk@162598 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-21 15:05:18 +00:00
igor%mir2.org
1374898b0a I merged REMatchState into REGlobalData and replaced all REMatchState usages as function return type by boolean. It simplified matching code while reducing code bloat.
git-svn-id: svn://10.0.0.236/trunk@162597 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-21 15:00:43 +00:00
silver%warwickcompsoc.co.uk
8a1096d37b Bug 260633 - Make URL generation only remove #, if safe, and make gotoIRCURL stick the # back in as nessessary.
ChatZilla only.
r=samuel@sieb.net


git-svn-id: svn://10.0.0.236/trunk@162596 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-21 14:58:26 +00:00
amardare%qnx.com
9d7c824a9d Change for qnx(photon) platform only. It should not affect other platforms.
Changed CreateDrawingSurface to properly return an error if allocating offscreen memory fails.


git-svn-id: svn://10.0.0.236/trunk@162595 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-21 14:37:47 +00:00
roc+%cs.cmu.edu
5f2bf6d3a4 Bug 258175. Always capture the mouse at the root of the document if we haven't captured it in any child. r+sr=bzbarsky
git-svn-id: svn://10.0.0.236/trunk@162594 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-21 13:58:22 +00:00
roc+%cs.cmu.edu
e328b8648c Bug 260515. Fix obviously broken code in CombineBreakType. r+sr=dbaron
git-svn-id: svn://10.0.0.236/trunk@162593 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-21 13:56:06 +00:00
cbiesinger%web.de
4b42a13d38 Bug 260659 cookies use static string objects
r=dwitte sr=darin


git-svn-id: svn://10.0.0.236/trunk@162591 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-21 11:58:49 +00:00
cbiesinger%web.de
a533c0c999 Bug 260661 removing unused variable in htmlparser (WriteTag)
r+sr=bz


git-svn-id: svn://10.0.0.236/trunk@162590 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-21 11:56:20 +00:00
jwalden%mit.edu
14d630f76d Syncing trunk Help with branch Help...
git-svn-id: svn://10.0.0.236/trunk@162589 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-21 06:53:35 +00:00
jwalden%mit.edu
227c0109fa Syncing trunk Help with branch Help...
git-svn-id: svn://10.0.0.236/trunk@162588 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-21 06:45:52 +00:00
pete.zha%sun.com
f26c3c2056 bug 260525
bustage for Solaris gcc box
r=dbaron
It's a bustage fix for bug 234470


git-svn-id: svn://10.0.0.236/trunk@162587 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-21 06:02:24 +00:00
dbaron%dbaron.org
3d0e577f40 Fix bustage. b=259615 (and 258521)
git-svn-id: svn://10.0.0.236/trunk@162581 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-21 05:04:01 +00:00
dbaron%dbaron.org
40677d0de3 Turn on CSS error reporting. b=65469 r+sr=bzbarsky
git-svn-id: svn://10.0.0.236/trunk@162579 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-21 04:41:42 +00:00
dbaron%dbaron.org
cdd43406c9 Don't allow the user to scroll things that are 'overflow: hidden'. b=259615 r+sr=roc
git-svn-id: svn://10.0.0.236/trunk@162578 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-21 04:41:08 +00:00
vladimir%pobox.com
5f4b659ed3 wrong IID; this one matches aviary and 1.7
git-svn-id: svn://10.0.0.236/trunk@162577 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-21 04:25:40 +00:00
kyle.yuan%sun.com
27ce42a23d Bug 237228 pref "layout.word_select.eat_space_to_next_word" can't be set by user in the profile's prefs.js
r=dbaron, sr=roc, patch=ginn.chen@sun.com


git-svn-id: svn://10.0.0.236/trunk@162576 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-21 04:25:08 +00:00
db48x%yahoo.com
948566d097 fixes bug 260293: TreeWalker root (currentNode) with no visible descendants goes astray
patch by Alex "WeirdAl" Vincent <ajvincent@gmail.com>, r=sicking, sr=bz


git-svn-id: svn://10.0.0.236/trunk@162575 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-21 04:13:52 +00:00
brendan%mozilla.org
b482fb5e81 Avoid recursive death in exn_toString (260541, r=shaver).
git-svn-id: svn://10.0.0.236/trunk@162572 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-21 01:18:00 +00:00
brendan%mozilla.org
9a5bf01cdb Patch from Larry Cook <lcook@sybase.com> to fix long-delay timer queue order bug (252324, r+sr=me).
git-svn-id: svn://10.0.0.236/trunk@162571 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-21 01:11:47 +00:00
myk%mozilla.org
fa9069cdd9 Fix for bug 245075: command-line script that sends bug mail so installations can push bug mail out if it's been missed by the code that sends mail when changes are made; written by Dave Miller
git-svn-id: svn://10.0.0.236/trunk@162568 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-21 00:58:32 +00:00
brendan%mozilla.org
fb1bc8f1ea Make JSOP_SET{PROP,ELEM} be detecting (259935, r=shaver).
git-svn-id: svn://10.0.0.236/trunk@162566 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-21 00:25:46 +00:00
vladimir%pobox.com
d08881c4ec b=253954, let nsDOMParser detect charset from xml entity decl -- finally remembered to land this; r=bz,sr=shaver
git-svn-id: svn://10.0.0.236/trunk@162564 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-20 23:15:26 +00:00
bzbarsky%mit.edu
b08991027b Set the out param to the clone before notifying on the clone. This will help
with callers that expect the variable they are cloning into to be set by the
time notifications happen.  Bug 259139, r=pavlov, sr=dbaron


git-svn-id: svn://10.0.0.236/trunk@162563 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-20 22:46:22 +00:00
igor%mir2.org
2e93d03dd1 1. Use direct reference to backTraceStack top to save/restore backTraceStack reference when matching REOP_ASSERT/REOP_ASSERT_NOT
2. Coalesce duplicated code in NativeRegExp.executeREBytecode


git-svn-id: svn://10.0.0.236/trunk@162562 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-20 22:44:51 +00:00
neil%parkwaycc.co.uk
7903ea1651 Don't use QueryInterface to get a view from a scrollable view b=258521 r+sr=roc
git-svn-id: svn://10.0.0.236/trunk@162561 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-20 22:25:07 +00:00
cltbld
d080b31b29 added ability to push raw xpi files
git-svn-id: svn://10.0.0.236/trunk@162560 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-20 22:10:28 +00:00
despotdaemon
1d8a79d4d3 Pseudo-automatic update of changes made by myk@mozilla.org.
git-svn-id: svn://10.0.0.236/trunk@162559 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-20 21:33:10 +00:00
despotdaemon
e1d8e25f11 Pseudo-automatic update of changes made by myk@mozilla.org.
git-svn-id: svn://10.0.0.236/trunk@162557 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-20 21:22:59 +00:00
cbiesinger%web.de
8d751ce8a3 removing obsolete nmake makefile (r+sr=darin)
git-svn-id: svn://10.0.0.236/trunk@162556 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-20 20:52:30 +00:00
dbaron%dbaron.org
123881d207 Fix bustage when CSS error reporting disabled. b=187007
git-svn-id: svn://10.0.0.236/trunk@162555 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-20 20:08:20 +00:00
dbaron%dbaron.org
00ee6e5230 Make CSS errors localizable. b=187007 r+sr=bzbarsky
git-svn-id: svn://10.0.0.236/trunk@162553 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-20 19:38:11 +00:00
Stefan.Borggraefe%gmx.de
1d1c5e3796 Bug 259724: Wrong behaviour of toolbarbutton when it is disabled
r+sr=neil


git-svn-id: svn://10.0.0.236/trunk@162552 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-20 18:47:42 +00:00
saul.edwards%sun.com
b45740317a 258699: Add finalize method to CipherContentProxy class.
git-svn-id: svn://10.0.0.236/trunk@162551 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-20 17:11:55 +00:00
cbiesinger%web.de
7e24ddb14b bug 259803 get views using GetInterface from a widget's client data, rather than
by queryinterface, r=pinkerton sr=roc


git-svn-id: svn://10.0.0.236/trunk@162549 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-20 12:51:31 +00:00
cbiesinger%web.de
bb92cfca1a 258822 minimize/restore/close buttons in fullscreen mode need tooltips
r+sr=neil


git-svn-id: svn://10.0.0.236/trunk@162548 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-20 12:49:41 +00:00
cbiesinger%web.de
626ae246f6 bug 260400: removing files made obsolete by bug 176919, r+sr=darin
git-svn-id: svn://10.0.0.236/trunk@162547 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-20 12:48:28 +00:00
bmlk%gmx.de
1fa3d40c94 fix MEW computation regression introduced by my previous checkin bug 257955 r/sr=roc
git-svn-id: svn://10.0.0.236/trunk@162546 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-20 12:40:20 +00:00
aaronleventhal%moonset.net
559965b6d7 Bug 68841. Underline xul:radio and xul:checkbox accesskeys. r=mconnor, sr=neil
git-svn-id: svn://10.0.0.236/trunk@162545 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-20 11:29:07 +00:00
pete.zha%sun.com
4b2151f953 fix bustage for bug 234470 just landed
sr=dmose


git-svn-id: svn://10.0.0.236/trunk@162544 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-20 08:25:49 +00:00
pete.zha%sun.com
dad2cb31dd bug 234470
There is something wrong with plugin printing on linux or unix
r=leon.sha@sun.com
sr=roc
patch=roland


git-svn-id: svn://10.0.0.236/trunk@162543 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-20 06:46:16 +00:00
kyle.yuan%sun.com
be736bc8c2 Additional patch for Bug 238854, move inline function into header. sr=dbaron, patch=ginn.chen@sun.com
git-svn-id: svn://10.0.0.236/trunk@162541 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-20 03:13:33 +00:00
darin%meer.net
1eea88232c backing out bogus checkin, b=259800
git-svn-id: svn://10.0.0.236/trunk@162540 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-20 02:45:45 +00:00
steffen.wilberg%web.de
3b70c92732 Bug 259481: only extensions need to be whitelisted. r=jwalden
git-svn-id: svn://10.0.0.236/trunk@162538 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-19 23:16:39 +00:00
steffen.wilberg%web.de
4b06e08854 Bug 255439: Extension/Theme Manager and Help Contents don't close on ESC. r=mconnor
git-svn-id: svn://10.0.0.236/trunk@162537 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-19 22:00:13 +00:00
jwalden%mit.edu
556c19231c Bug 258684 - Change Linux shortcuts listed in Help to be correct. r=steffen.wilberg@web.de
git-svn-id: svn://10.0.0.236/trunk@162536 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-19 21:23:58 +00:00
bugzilla%arlen.demon.co.uk
6fbae9ad33 Bug 260357 Nothing is selected for some radio buttons
p=me r+sr=neil


git-svn-id: svn://10.0.0.236/trunk@162535 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-19 21:22:49 +00:00
jwalden%mit.edu
7accf80f9e Correct a couple stylistic/grammar issues in Help docs - no bug#, don't affect l10n
git-svn-id: svn://10.0.0.236/trunk@162534 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-19 21:09:16 +00:00
cbiesinger%web.de
7064f62327 Bug 128398 store referrer in history patch by James Andrewartha
<trs80@tartarus.uwa.edu.au> r=biesi sr=neil


git-svn-id: svn://10.0.0.236/trunk@162533 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-19 20:50:32 +00:00
mats.palmgren%bredband.net
3b5f384b21 Remove -moz-count-* and (unused) eCursor_arrow_* cursors. b=259639 r+sr=dbaron
git-svn-id: svn://10.0.0.236/trunk@162532 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-19 19:49:29 +00:00
bmlk%gmx.de
e6f5bc2c94 at the table bottom use this row as it is the only place where we dont paint above the row, bug 254538 r/sr=bzbarsky
git-svn-id: svn://10.0.0.236/trunk@162531 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-19 18:15:37 +00:00
steffen.wilberg%web.de
fb801e1640 Bug 244692: Tabs bar, status bar, Download Manager, Extensions Manager and Themes Manager respond to all kinds of double-click (left, middle, right mouse buttons). r=ben
git-svn-id: svn://10.0.0.236/trunk@162530 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-19 17:31:28 +00:00
bmlk%gmx.de
6d3feed3dd ensure a correct overflow area, even if the overflow is clipped, it should be the frame size under these conditions bug = 260241 r/sr=dbaron
git-svn-id: svn://10.0.0.236/trunk@162529 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-19 09:50:41 +00:00
neil%parkwaycc.co.uk
94967fbabc Bug 93426 New followups/replies were still being appended to the wrong parent partly due to my not unbitrotting the original patch correctly r+sr=bienvenu
git-svn-id: svn://10.0.0.236/trunk@162528 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-19 09:19:43 +00:00
jwalden%mit.edu
6b4a93518a Bug 257007 - Bad link text ("click here") in Firefox help. Patch by Sean Umphlet <nosebleed@umphlet.com>, r=jwalden@mit.edu
git-svn-id: svn://10.0.0.236/trunk@162527 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-19 01:08:10 +00:00
steffen.wilberg%web.de
0d75ecd7f0 Bug 257317: Fullscreen window management buttons need tooltips. p=Simon Paquet <bugzilla@babylonsounds.com>, r=mconnor
git-svn-id: svn://10.0.0.236/trunk@162526 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-18 22:24:43 +00:00
bmlk%gmx.de
796f8717f1 valign content that overflows the table cell from the celltop bug=114430 r/sr=bzbarsky
git-svn-id: svn://10.0.0.236/trunk@162525 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-18 19:04:13 +00:00
cls%seawood.org
91c0c9bfc4 Only use Debugger() if building against carbon or cocoa toolkits.
Fixing OSX/X11 bustage.
Bug #249028 sr=darin


git-svn-id: svn://10.0.0.236/trunk@162524 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-18 16:35:28 +00:00
roc+%cs.cmu.edu
0c4ce3d86f Bug 257612. Fix dynamic margin changes by 1) Propagate IsPreviousMarginDirty through empty lines 2) Reflow any line whose previous margin is dirty. 3) If a reflowed line could have been tested in a subsequent line's ShouldApplyTopMargin both before and after reflow, and might have been empty before or after reflow, then make the next line's previous margin dirty. 4) If reflowing a block changes its carried-out margin, then mark the next line's previous margin dirty. r+sr=dbaron
git-svn-id: svn://10.0.0.236/trunk@162521 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-18 14:39:07 +00:00
neil%parkwaycc.co.uk
070dc853a8 Typo fix: it's -> its preferences r=silver
git-svn-id: svn://10.0.0.236/trunk@162520 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-18 13:39:52 +00:00
neil%parkwaycc.co.uk
531949feb4 Removing unused files b=247305
git-svn-id: svn://10.0.0.236/trunk@162519 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-18 13:23:11 +00:00
gerv%gerv.net
83498fce4a Bug 250979 - fix broken anchors to severity. Patch by Tobias Sager <moixa@gmx.ch>, r=gerv, a=justdave.
git-svn-id: svn://10.0.0.236/trunk@162518 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-18 11:33:10 +00:00
cls%seawood.org
f68cba64c9 Remove 'use diagnostics' calls to speed up scripts.
Bug #204463 r=justdave


git-svn-id: svn://10.0.0.236/trunk@162516 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-18 05:02:17 +00:00
saul.edwards%sun.com
ee2a39fa88 258779: Add /usr/lib/mps to RPATH for Solaris 10.
git-svn-id: svn://10.0.0.236/trunk@162514 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-17 22:25:50 +00:00
saul.edwards%sun.com
4df6f209a6 245518: Add /usr/lib/mps to RPATH for tools.
git-svn-id: svn://10.0.0.236/trunk@162513 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-17 22:01:32 +00:00
dbaron%dbaron.org
807b635c41 Null-check document to fix crash, and a little other cleanup. b=258843 r+sr=bzbarsky
git-svn-id: svn://10.0.0.236/trunk@162512 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-17 20:50:22 +00:00
mostafah%oeone.com
c67abe4ef8 Open ics files in binary mode so \n is not saved as \r\n
Fixes bug 259956:Interoperability problem with iCal: Cause unknown


git-svn-id: svn://10.0.0.236/trunk@162511 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-17 20:44:21 +00:00
darin%meer.net
2355edaa02 landing additional patch for bug 257308 "Visual indicators of site security appear for the wrong site" r=biesi sr=bz
git-svn-id: svn://10.0.0.236/trunk@162510 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-17 20:33:25 +00:00
neil%parkwaycc.co.uk
6eaca763b6 Bug 260070 Improve detection of missing <title>s r+sr=bz
git-svn-id: svn://10.0.0.236/trunk@162509 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-17 20:11:02 +00:00
neil%parkwaycc.co.uk
084b975545 Set the XUL document's title once the DOM is ready and not after a chrome window finishes loading, so that we get titles on XUL documents in content and we can also use document.title or window.title to set the title in a load handler b=126903 but also fixes 216651, 259067 and the like r=danm sr=jst
git-svn-id: svn://10.0.0.236/trunk@162508 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-17 20:03:18 +00:00
mvl%exedo.nl
0074aa9466 make datepicker and timepicker use menulist
bug 259155, patch by gekacheka and me, r=mostafah


git-svn-id: svn://10.0.0.236/trunk@162507 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-17 19:52:56 +00:00
cbiesinger%web.de
c8728c33cb Bug 259890 don't call Remove(PR_TRUE) to delete a file
r=bzbarsky sr=darin


git-svn-id: svn://10.0.0.236/trunk@162506 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-17 19:13:00 +00:00
dbaron%dbaron.org
73ed9bfae6 Remove unconditional MarkDirty in nsBoxFrame::AttributeChanged. This is likely to cause some regressions, since it removes code that may have covered up inadequate handling of certain specific attribute changes. b=253364 r=bryner sr=roc
git-svn-id: svn://10.0.0.236/trunk@162505 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-17 18:36:30 +00:00
bzbarsky%mit.edu
d5bb0ee184 View-source of XML files should allow non-ascii chars in start tags. Bug
204573, patch by Blake Kaplan <mrbkap@rice.edu>, r=bzbarsky, sr=rbs


git-svn-id: svn://10.0.0.236/trunk@162499 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-17 15:10:47 +00:00
steffen.wilberg%web.de
02ff06467d Bug 256661: use new images for extension and theme managers in Help. r=jwalden+fxhelp@mit.edu
git-svn-id: svn://10.0.0.236/trunk@162498 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-17 14:45:42 +00:00
pinkerton%aol.net
f7170b5878 hide this view so it doesn't keep taking clicks in the top 100x16 of the
content area. it will go away soon, it's still here for the code inside it
which will go elsewhere on a further patch (bug 259955)


git-svn-id: svn://10.0.0.236/trunk@162497 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-17 13:37:04 +00:00
peterv%propagandism.org
80c73da3eb Fix for 209699 (bug convert some consumers over to CopyUTF8toUTF16 / CopyUTF16toUTF8). r=jshin, sr=jst.
git-svn-id: svn://10.0.0.236/trunk@162496 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-17 13:03:33 +00:00
cltbld
0668cf99d3 Automated update from host egg
git-svn-id: svn://10.0.0.236/trunk@162495 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-17 11:32:17 +00:00
cltbld
88e5caa216 Automated update from host egg
git-svn-id: svn://10.0.0.236/trunk@162494 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-17 11:22:44 +00:00
peterv%propagandism.org
70a436b743 Fix for 209699 (bug convert some consumers over to CopyUTF8toUTF16 / CopyUTF16toUTF8). r=jshin, sr=jst.
git-svn-id: svn://10.0.0.236/trunk@162493 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-17 11:12:14 +00:00
bugzilla%arlen.demon.co.uk
ac04d5df23 Bug 258193 nsIDOMMouseEvent::GetButton() broken with contextmenu event
p=trev@gtchat.de r=jst sr=bzbarsky


git-svn-id: svn://10.0.0.236/trunk@162492 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-17 10:48:59 +00:00
peterv%propagandism.org
3b27d433b4 Fix for bug 257647 (pulldown menus in top-left corner (regression from 223545) on OS X 10.2). r=jhpedemonte, sr=jst.
git-svn-id: svn://10.0.0.236/trunk@162491 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-17 09:16:56 +00:00
kyle.yuan%sun.com
e0b4c44029 Bug 238854 [gtk2] Changing GNOME2 theme doesn't apply until restarting Mozilla
r=bryner, sr=dbaron, patch=ginn.chen@sun.com


git-svn-id: svn://10.0.0.236/trunk@162490 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-17 06:27:01 +00:00
jshin%mailaps.org
4fbcf4fec8 bug 227265 : View/Character Encoding changes state of outgoing message, so does not belong into "View" (r=bienvenu, sr=mscott)
git-svn-id: svn://10.0.0.236/trunk@162486 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-17 02:09:55 +00:00
aaronleventhal%moonset.net
7f7d0b47e3 Bug 185824. Type ahead find fails with frames. Also fixes crash from bug 255002. r=timeless, sr=jst
git-svn-id: svn://10.0.0.236/trunk@162485 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-17 02:07:39 +00:00
jag%tty.nl
9b3f38f525 Fix minor compilation warning.
git-svn-id: svn://10.0.0.236/trunk@162483 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-17 01:27:23 +00:00
nelsonb%netscape.com
24cb32cce1 Increase the maximum allowable size of the prime field for DH computations.
bug 259229.


git-svn-id: svn://10.0.0.236/trunk@162482 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-17 00:34:52 +00:00
jst%mozilla.jstenback.com
d44ec428a0 Landing fix for bug 235798. Ignore Internet Explorer conditional comments parsed in document prologue. Patch by mrbkap@rice.edu, r=dbaron@dbaron.org, sr=jst@mozilla.org
git-svn-id: svn://10.0.0.236/trunk@162480 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-17 00:16:48 +00:00
roc+%cs.cmu.edu
6f45d28987 Bug 248825. Correctly push overflowing float placeholders to the start of the overflow lines in the case where the first overflow line is a block. r+sr=dbaron
git-svn-id: svn://10.0.0.236/trunk@162479 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-17 00:02:56 +00:00
neil%parkwaycc.co.uk
9d9fcf50d9 Fix regression from previous checkin, CloneContent needs to be virtual so that nsTextNode can override it r+sr=jst over irc, no bug
git-svn-id: svn://10.0.0.236/trunk@162478 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-16 21:45:38 +00:00
tor%cs.brown.edu
5b7939da2e Bug 257433 - fix color channels on libart/OS-X. r=pedemonte
git-svn-id: svn://10.0.0.236/trunk@162473 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-16 19:25:36 +00:00
jst%mozilla.jstenback.com
312e5f0fee Fixing bug 259206. Force local documents to always be loaded as XML to fix problem with XML prettyprinting not working if the system incorrectly sets bogus mimetypes for .xsl files (as Fedora Core 2 happens to do). r+sr=peterv@propagandism.org
git-svn-id: svn://10.0.0.236/trunk@162472 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-16 19:18:51 +00:00
igor%mir2.org
07b2e2d452 Resolving bug 258844: implementation of continuation support for Rhino interpret
er inspired by Christopher Oliver work for custom Rhino version for cocoon.apach
e.org.


git-svn-id: svn://10.0.0.236/trunk@162470 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-16 19:04:34 +00:00
bzbarsky%mit.edu
b57bc1d0e7 Make the XUL content sink store the right namespace for "xmlns" attributes.
Bug 256165, r=peterv, sr=jst


git-svn-id: svn://10.0.0.236/trunk@162469 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-16 18:38:07 +00:00
bzbarsky%mit.edu
537196d267 Fix misspellings of "transferring" in the tree. Bug 258874, patch by Chris
Thomas (CTho) <cst@andrew.cmu.edu>, r=bsmedberg, spelling fix rs=brendan


git-svn-id: svn://10.0.0.236/trunk@162468 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-16 18:33:39 +00:00
bzbarsky%mit.edu
649ff418b5 Pass aShared=PR_TRUE when compiling brutally shared methods and properties.
Bug 258832, r+sr=brendan


git-svn-id: svn://10.0.0.236/trunk@162467 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-16 18:30:04 +00:00
igor%mir2.org
08fb99664c Resolving bug 258844: implementation of continuation support for Rhino interpreter inspired by Christopher Oliver work for custom Rhino version for cocoon.apache.org.
git-svn-id: svn://10.0.0.236/trunk@162466 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-16 18:27:42 +00:00
bzbarsky%mit.edu
1750c516b0 Don't crash on <binding> elements with no "id" attribute. Bug 255715, r+sr=bryner
git-svn-id: svn://10.0.0.236/trunk@162465 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-16 18:26:18 +00:00
igor%mir2.org
c3498cc0f1 Replacing back track array in RegExp matching code by linked list to address bug 258419.
git-svn-id: svn://10.0.0.236/trunk@162463 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-16 17:30:01 +00:00
peterv%propagandism.org
5ae86cd2ec Backing out to fix bustage.
git-svn-id: svn://10.0.0.236/trunk@162462 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-16 17:28:38 +00:00
peterv%propagandism.org
6f78ff01dc Remove semicolon to fix bustage.
git-svn-id: svn://10.0.0.236/trunk@162461 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-16 17:25:09 +00:00
saul.edwards%sun.com
a4245ddc54 Bug 245915: Add NSS_IsInitialized prototype to header.
git-svn-id: svn://10.0.0.236/trunk@162458 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-16 16:31:45 +00:00
cls%seawood.org
5f955f5683 Removing leftover debug statement.
git-svn-id: svn://10.0.0.236/trunk@162455 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-16 16:02:44 +00:00
aaronleventhal%moonset.net
476a0a1172 Bug 250306. Double clicking on any tree item collapses first tree item in tree. Fixed by porting Neil's fix to bug 130477 which brings syncs up toolkit and xpfe's tree.xml a bit. r=mconnor, no sr= needed
git-svn-id: svn://10.0.0.236/trunk@162454 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-16 15:05:02 +00:00
cbiesinger%web.de
579d7b5004 forgot to check this in as part of Bug 258411
git-svn-id: svn://10.0.0.236/trunk@162453 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-16 14:20:54 +00:00
peterv%propagandism.org
0ad8754061 Fix for 209699 (bug convert some consumers over to CopyUTF8toUTF16 / CopyUTF16toUTF8). r=jshin, sr=jst.
git-svn-id: svn://10.0.0.236/trunk@162452 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-16 13:16:28 +00:00
cbiesinger%web.de
49a0c9fc4b Bug 258411 - fixing regression from bug 250342: wrong z-order for frames
r+sr=roc


git-svn-id: svn://10.0.0.236/trunk@162450 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-16 13:02:54 +00:00
cbiesinger%web.de
b91db5cbc5 Bug 259103 nsPluginsDirMac.cpp unused
r=jst sr=peterv


git-svn-id: svn://10.0.0.236/trunk@162448 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-16 12:59:48 +00:00
peterv%propagandism.org
01e29b99dc Fix for 209699 (bug convert some consumers over to CopyUTF8toUTF16 / CopyUTF16toUTF8). r=jshin, sr=jst.
git-svn-id: svn://10.0.0.236/trunk@162447 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-16 12:39:49 +00:00
hpradhan%hotpop.com
b4df4cb3a1 bug 249366 : oops, missed a file
git-svn-id: svn://10.0.0.236/trunk@162446 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-16 11:46:09 +00:00
hpradhan%hotpop.com
d47b48c0d8 bug 249366 : Better error handling for webservices. patch chantepie@altern.org, r=me sr=jst
git-svn-id: svn://10.0.0.236/trunk@162445 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-16 10:59:36 +00:00
darin%meer.net
748f8e0c36 fixes bug 252023 "'no-store' header directives from server or web script ignored by browser during non-SSL transactions" r+sr=bzbarsky
git-svn-id: svn://10.0.0.236/trunk@162443 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-16 06:36:18 +00:00
cls%seawood.org
9d2f10e5ad Allow bonsai (dolog.pl) to properly handle filenames with spaces.
Thanks to zeuice@yahoo.com for the original patch.
Bug #44642


git-svn-id: svn://10.0.0.236/trunk@162442 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-16 05:47:19 +00:00
bienvenu%nventure.com
4fae63442b fix mis-applied patch for partial pop3 header download, r/sr=me, original patch by hwc@symas.com
git-svn-id: svn://10.0.0.236/trunk@162427 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-16 00:11:28 +00:00
bienvenu%nventure.com
16f9874d82 fix 259484 quick search only works once in a folder pane, sr=mscott
git-svn-id: svn://10.0.0.236/trunk@162426 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-16 00:06:47 +00:00
bienvenu%nventure.com
1034456901 fix 259484 quick search only works once in a folder pane, sr=mscott
git-svn-id: svn://10.0.0.236/trunk@162425 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-15 23:08:17 +00:00
bienvenu%nventure.com
dd3cc0bbb4 fix downloading partial pop3 messages for offline when they've been filtered into other folders, sr=mscott 259649
git-svn-id: svn://10.0.0.236/trunk@162424 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-15 23:05:13 +00:00
darin%meer.net
f1c9b025c4 landing portions of aviary patch for bug 258123 on the trunk to keep code in sync, r=bsmedberg
git-svn-id: svn://10.0.0.236/trunk@162423 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-15 23:02:10 +00:00
pedemont%us.ibm.com
dd61dddf07 Properly mplement T_VOID. Not part of default build.
git-svn-id: svn://10.0.0.236/trunk@162422 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-15 22:59:42 +00:00
cls%seawood.org
1eba50dbcc Fix security issue related to unsanitized rcs version strings:
* Added sanitize_revision()
* Do not install SourceChecker.*
* Add ~ & ` to shell_escape()
Bug #39284 r=timeless


git-svn-id: svn://10.0.0.236/trunk@162420 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-15 22:44:55 +00:00
pedemont%us.ibm.com
71e381687a Better implementation of FinalizeJavaParams. Not part of default build.
git-svn-id: svn://10.0.0.236/trunk@162419 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-15 22:19:18 +00:00
despotdaemon
2405ed49e3 Pseudo-automatic update of changes made by sspitzer@mozilla.org.
git-svn-id: svn://10.0.0.236/trunk@162418 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-15 22:11:01 +00:00
pedemont%us.ibm.com
6573858b6d A weak reference implementation. Not part of default build.
git-svn-id: svn://10.0.0.236/trunk@162417 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-15 21:50:41 +00:00
despotdaemon
0410a075b8 Pseudo-automatic update of changes made by dbaron@dbaron.org.
git-svn-id: svn://10.0.0.236/trunk@162416 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-15 21:21:08 +00:00
pedemont%us.ibm.com
c3da3e6ba1 Make it build properly. Not part of default build.
git-svn-id: svn://10.0.0.236/trunk@162415 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-15 21:18:09 +00:00
mats.palmgren%bredband.net
4424e43f2f Allow styling of SELECT border. b=244370 r+sr=bzbarsky
git-svn-id: svn://10.0.0.236/trunk@162414 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-15 21:17:37 +00:00
cbiesinger%web.de
2baa2017c0 Bug 259570 Remove caps dependency from network/build. Also, make
nsHttpDigestAuth's destructor nonvirtual.
r+sr=darin


git-svn-id: svn://10.0.0.236/trunk@162413 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-15 21:09:46 +00:00
pedemont%us.ibm.com
d04eabd707 Make object returned from NS_NewLocalFile lazily resolve its interface info, so we can call NS_NewLocalFile before NS_InitEmbedding. Not part of default build.
git-svn-id: svn://10.0.0.236/trunk@162412 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-15 21:06:30 +00:00
cbiesinger%web.de
ffb597a9b8 Bug 253589 character sets need not be stored as wide strings
r=bienvenu sr=mscott


git-svn-id: svn://10.0.0.236/trunk@162411 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-15 21:04:55 +00:00
despotdaemon
dcde8a0ec8 Pseudo-automatic update of changes made by dbaron@dbaron.org.
git-svn-id: svn://10.0.0.236/trunk@162409 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-15 20:54:15 +00:00
despotdaemon
09911b9fec Pseudo-automatic update of changes made by dbaron@dbaron.org.
git-svn-id: svn://10.0.0.236/trunk@162408 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-15 20:53:11 +00:00
mostafah%oeone.com
21f1d2c4f9 undefed ICAL_ERRORS_ARE_FATAL so we don't abort on errors
Added code to be more flexible towards unsupported parameters ( e.g. CHARSET )
See bug 239435: VCS file from EBay crashes Calendar


git-svn-id: svn://10.0.0.236/trunk@162407 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-15 20:30:09 +00:00
despotdaemon
f2cde2b3d9 Pseudo-automatic update of changes made by root.
git-svn-id: svn://10.0.0.236/trunk@162406 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-15 20:20:25 +00:00
despotdaemon
a02e53e3b4 Pseudo-automatic update of changes made by root.
git-svn-id: svn://10.0.0.236/trunk@162405 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-15 20:17:04 +00:00
despotdaemon
2ebcbf3524 Pseudo-automatic update of changes made by root.
git-svn-id: svn://10.0.0.236/trunk@162404 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-15 20:10:53 +00:00
silver%warwickcompsoc.co.uk
1df57a8548 Bug 255081 - Commiting the *binary* version of this image (sigh).
ChatZilla only.
r=samuel@sieb.net


git-svn-id: svn://10.0.0.236/trunk@162403 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-15 20:06:12 +00:00
silver%warwickcompsoc.co.uk
a5758ea0e7 Bug 255081 - Commiting the *binary* version of these images.
ChatZilla only.
r=samuel@sieb.net


git-svn-id: svn://10.0.0.236/trunk@162402 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-15 19:57:28 +00:00
bsmedberg%covad.net
732eb46da2 Bug 259273 - missing locale in useragent string (and in navigator.locale) r+sr=darin
git-svn-id: svn://10.0.0.236/trunk@162400 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-15 19:49:30 +00:00
pedemont%us.ibm.com
ace01ae230 QI, don't case! Not part of default build.
git-svn-id: svn://10.0.0.236/trunk@162399 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-15 19:47:19 +00:00
mostafah%oeone.com
65c4d722d6 Added checking for return value on summary and description.
Fixes the crash for bug 239435:
VCS file from EBay crashes Calendar


git-svn-id: svn://10.0.0.236/trunk@162396 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-15 19:28:11 +00:00
despotdaemon
d21c91db6d Pseudo-automatic update of changes made by jwalden@mit.edu.
git-svn-id: svn://10.0.0.236/trunk@162393 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-15 19:25:34 +00:00
despotdaemon
27faa09f2c Pseudo-automatic update of changes made by jwalden@mit.edu.
git-svn-id: svn://10.0.0.236/trunk@162392 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-15 19:25:00 +00:00
despotdaemon
4dcb4c9104 Pseudo-automatic update of changes made by jwalden@mit.edu.
git-svn-id: svn://10.0.0.236/trunk@162391 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-15 19:24:46 +00:00
pedemont%us.ibm.com
2f0ba6e0db Remove nsJavaXPTCStub from hash table on destruction. Fix ref counting. Clean up logging. Not part of default build.
git-svn-id: svn://10.0.0.236/trunk@162389 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-15 19:21:08 +00:00
bienvenu%nventure.com
d0656e8867 fix display anomalies when switching to threaded view in folder, 259578, r=neil, sr=sspitzer
git-svn-id: svn://10.0.0.236/trunk@162388 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-15 19:18:34 +00:00
dbaron%dbaron.org
7d40175fee Remove effectively-unused Set/GetScrollPreference API on nsIScrollableView.h. b=259617 r+sr=roc
git-svn-id: svn://10.0.0.236/trunk@162387 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-15 19:16:43 +00:00
mostafah%oeone.com
e7df75f7f7 Imported better argument checking from libical.cvs
One step forward in fixing bug 239435:
VCS file from EBay crashes Calendar


git-svn-id: svn://10.0.0.236/trunk@162385 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-15 18:54:22 +00:00
silver%warwickcompsoc.co.uk
e201866b47 Bug 255081 - Land ChatZilla 0.9.65 (check bug for details of bugs fixed).
r=samuel@sieb.net


git-svn-id: svn://10.0.0.236/trunk@162383 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-15 18:39:16 +00:00
despotdaemon
f215000aaa Pseudo-automatic update of changes made by bug@annevankesteren.nl.
git-svn-id: svn://10.0.0.236/trunk@162382 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-15 18:24:45 +00:00
despotdaemon
dd07d8e072 Pseudo-automatic update of changes made by bug@annevankesteren.nl.
git-svn-id: svn://10.0.0.236/trunk@162381 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-15 18:24:27 +00:00
despotdaemon
d99eed035d Pseudo-automatic update of changes made by timeless@mozdev.org.
git-svn-id: svn://10.0.0.236/trunk@162380 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-15 18:23:51 +00:00
despotdaemon
6a8d6cb116 Pseudo-automatic update of changes made by timeless@mozdev.org.
git-svn-id: svn://10.0.0.236/trunk@162379 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-15 18:23:42 +00:00
despotdaemon
55b58686a6 Pseudo-automatic update of changes made by timeless@mozdev.org.
git-svn-id: svn://10.0.0.236/trunk@162378 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-15 18:23:31 +00:00
mostafah%oeone.com
f0969c1956 Updated translation
git-svn-id: svn://10.0.0.236/trunk@162377 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-15 18:16:50 +00:00
scott%scott-macgregor.org
0088d478a1 Bug #259293 ---> Get Mail button does not show an active state version of the icon when using small toolbar
buttons and you push down on the button.


git-svn-id: svn://10.0.0.236/trunk@162376 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-15 17:46:18 +00:00
pinkerton%aol.net
410d5dd2ba ensure we don't think we're doing autocomplete when the url changes and
the toolbar is hidden, causing it not to update at all (bug 237803)


git-svn-id: svn://10.0.0.236/trunk@162375 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-15 17:44:01 +00:00
pinkerton%aol.net
57ad7003be clean up case-sensitivity in bookmark import parser (convert tag to uppercase
before comparisons) and allow importing of separators (<HR>) from mozilla
(bug 242169)


git-svn-id: svn://10.0.0.236/trunk@162374 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-15 17:37:19 +00:00
pedemont%us.ibm.com
a71efd8c26 Need to pass FALSE to GetIIDForMethodParam() since we are using mini variants. Not part of default build.
git-svn-id: svn://10.0.0.236/trunk@162373 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-15 17:35:36 +00:00
pedemont%us.ibm.com
409749d24b Properly implement setter and getter functions. Not part of default build.
git-svn-id: svn://10.0.0.236/trunk@162372 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-15 17:31:14 +00:00
scott%scott-macgregor.org
ba9251db01 Bug #259453 --> Customized labels colors and names not imported from Mozilla Mail during the migration processs.
git-svn-id: svn://10.0.0.236/trunk@162371 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-15 17:30:49 +00:00
pedemont%us.ibm.com
998ff7aadb Bug 256911 - workaround for broken XPCOM usage - bind lifetime of child stubs to master stub. Not part of default build.
git-svn-id: svn://10.0.0.236/trunk@162370 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-15 17:26:55 +00:00
pedemont%us.ibm.com
fa8f45e1a1 Properly implement T_VOID in SetRetval. Not part of default build.
git-svn-id: svn://10.0.0.236/trunk@162367 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-15 16:57:08 +00:00
igor%mir2.org
3ef1a3e62f 1. Using explicit ShellContextFactory in shell to avoid interference from changes in global ContextFactory.
2. Initializing global scope before the first execution to allow to customize ShellContextFactory before calls to Context.initStandardObjects()


git-svn-id: svn://10.0.0.236/trunk@162366 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-15 16:00:30 +00:00
mostafah%oeone.com
85ecc5c04f Updated translation
git-svn-id: svn://10.0.0.236/trunk@162365 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-15 15:49:38 +00:00
cls%seawood.org
8255c8501d Misc cleanup to better handle files with spaces & special chars:
* Do not encode / in url_quote
* Do not install old/unused perl scripts
* Update README
* Replace system(rm/mkdir) calls with standard perl modules
* Use url_quote to quote filenames when passing files between cgis
* Use shell_escape on filenames that are passed to system calls via open()

Bug #44642 r=timeless


git-svn-id: svn://10.0.0.236/trunk@162364 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-15 15:48:18 +00:00
igor%mir2.org
738170a55f 1. Call contextData.pushFrame(this) from StackFrame.onEnter and not from StackFrame.constructor to allow multiple invocations of enter/exit per single debug frame. The continuation support will use it.
2. Expand tabs


git-svn-id: svn://10.0.0.236/trunk@162363 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-15 14:59:36 +00:00
pinkerton%aol.net
c90292ceea removing necko_jar.xpt to fix bustage
git-svn-id: svn://10.0.0.236/trunk@162362 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-15 14:45:48 +00:00
igor%mir2.org
790007841c 1. Ignoring recursive invocation of Dim.interrupted on event thread: when Gui
processes breakpoint hit and another breakpoint is met during event processing,
then on Linux recursive invocations of EventQueue.getNextEvent()/dispatchEvent
lead to eventual GUI deadlock. It is easy to observe when the break on function
enter is enabled and a JS function is called that is attached to an action
handler of some button. With recursive bahaviour repeated clicks lead to deeper
and deeper invocation of EventQueue.getNextEvent() and GUI deadlock on Linux.

So to improve debugger stubility I modify Dim.interrupted to ignore calls from
event thread when another invocation of Dim.interrupted already waits for GUI
result.

2. To decrease class and jar bloat I merges various implementations of Runnable
and and other interfaces to single class with switch dispatch. It saved about
6K from js.jar.


git-svn-id: svn://10.0.0.236/trunk@162361 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-15 14:45:10 +00:00
bzbarsky%mit.edu
361655f750 When parsing a <script> with an unterminated comment inside, stop at the first
</script> we hit, not the last one.  Bug 219504, patch by Blake Kaplan
<mrbkap@rice.edu>, r=bzbarsky, sr=rbs


git-svn-id: svn://10.0.0.236/trunk@162358 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-15 14:06:48 +00:00
igor%mir2.org
f94f742b18 1. Using UniqueTag.DOUBLE_MARK in interpreter instaed of Object instance to mark double values on stack for better debug printouts.
2. In parse tree use Node instances, not Node.Target to denote target nodes as later just leads to code bloat without safty benefits.


git-svn-id: svn://10.0.0.236/trunk@162357 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-15 13:51:19 +00:00
igor%mir2.org
73725fe78e Added UniqueTag.DOUBLE_MARK for better debug printouts in interpreter and potential support for serialization of Interpreter.CallFrame.
git-svn-id: svn://10.0.0.236/trunk@162356 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-15 13:42:26 +00:00
cbiesinger%web.de
c912420e53 backing out changes
git-svn-id: svn://10.0.0.236/trunk@162355 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-15 13:31:36 +00:00
cbiesinger%web.de
c945590eb7 one more file for camino bustage...
git-svn-id: svn://10.0.0.236/trunk@162354 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-15 13:24:47 +00:00
cbiesinger%web.de
ae735cb171 trying to fix camino bustage
git-svn-id: svn://10.0.0.236/trunk@162353 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-15 12:08:32 +00:00
bugzilla%arlen.demon.co.uk
286371c6e0 Bug 250817 nsWidgetStateManager assumes first element returned by getElementsByAttribute is its child
p=me r=neil sr=jag


git-svn-id: svn://10.0.0.236/trunk@162352 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-15 10:33:32 +00:00
despotdaemon
cd3dae5eac Pseudo-automatic update of changes made by steffen.wilberg@web.de.
git-svn-id: svn://10.0.0.236/trunk@162351 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-15 09:29:36 +00:00
despotdaemon
044b2a1e64 Pseudo-automatic update of changes made by steffen.wilberg@web.de.
git-svn-id: svn://10.0.0.236/trunk@162350 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-15 09:29:34 +00:00
despotdaemon
0f127cf49f Pseudo-automatic update of changes made by steffen.wilberg@web.de.
git-svn-id: svn://10.0.0.236/trunk@162349 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-15 09:27:08 +00:00
steffen.wilberg%web.de
32ab85595f Bug 259083: error in Close Tab shortcuts. p=nosebleed@umphlet.com, r=me
git-svn-id: svn://10.0.0.236/trunk@162348 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-15 09:21:06 +00:00
jwalden%mit.edu
07807ae88d Bug 258671 - Readd Work Offline descriptions to Help. Reverting a previous change...
git-svn-id: svn://10.0.0.236/trunk@162347 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-15 06:45:44 +00:00
jwalden%mit.edu
f95da86107 Bug 258640 - Missing shortcut (New Message... CTRL + M). r=steffen
git-svn-id: svn://10.0.0.236/trunk@162346 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-15 06:29:36 +00:00
blizzard%redhat.com
2f23487e9c Crib the font enum code from xft. Pango doesn't do what we want, and this code will work fine for what it is used for. Not part of the default build.
git-svn-id: svn://10.0.0.236/trunk@162344 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-15 05:02:26 +00:00
dbaron%dbaron.org
6e83e3f7a9 Fix XBL destructors. b=258832 r+sr=brendan
git-svn-id: svn://10.0.0.236/trunk@162343 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-15 02:19:24 +00:00
justdave%bugzilla.org
5fb3edb37e Bug 256004: Fix regression that caused duplicate sortkeys in the fielddefs table
r=myk, a=justdave


git-svn-id: svn://10.0.0.236/trunk@162342 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-15 00:59:18 +00:00
myk%mozilla.org
a53734e6e8 Fix for bug 249868: makes series pages validate
git-svn-id: svn://10.0.0.236/trunk@162341 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-14 23:30:21 +00:00
myk%mozilla.org
50a2cbfd89 Fix for bug 240460: updates upgrading examples with new URLs and version numbers; r=gerv; a=justdave
git-svn-id: svn://10.0.0.236/trunk@162340 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-14 23:04:39 +00:00
darin%meer.net
139bb0178b landing patch for bug 259213 "Coalesce boolean fields into nsXREAppData::flags" r=bsmedberg
git-svn-id: svn://10.0.0.236/trunk@162338 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-14 21:05:46 +00:00
neil%parkwaycc.co.uk
3fdf853c0d Bug 205639 Don't let user duplicate filter names by renaming filters p=mark@standard8.demon.co.uk r=me sr=bienvenu
git-svn-id: svn://10.0.0.236/trunk@162337 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-14 21:05:35 +00:00
cbiesinger%web.de
297e16e2c9 bug 241070 patch by npeninguy@gmail.com (Nicolas PENINGUY), r=bryner sr=blizzard
Refactor nsNativeThemeGTK


git-svn-id: svn://10.0.0.236/trunk@162335 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-14 20:56:01 +00:00
cbiesinger%web.de
9d5d722409 bug 258158 make about: not require javascript to show the version. add
version.dtd in chrome://global/content/ to contain the current mozilla (gecko)
version.
r=bsmedberg sr=neil


git-svn-id: svn://10.0.0.236/trunk@162330 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-14 20:44:30 +00:00
bryner%brianryner.com
adfb2f038d Bug 245653 - don't try to use dogbert migrator on BeOS. Patch by thesuckiestemail@yahoo.se, r=sergei_d@fi.tartu.ee.
git-svn-id: svn://10.0.0.236/trunk@162329 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-14 20:43:45 +00:00
cbiesinger%web.de
43674553dd bug 248044 move jar protocol handler into libjar. removing now-unused files
r=bsmedberg sr=darin


git-svn-id: svn://10.0.0.236/trunk@162327 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-14 20:42:20 +00:00
bienvenu%nventure.com
438b7fac1b fix offline download getting aborted when reading a message in mem cache or offline store, sr=mcott 249195
git-svn-id: svn://10.0.0.236/trunk@162321 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-14 19:45:43 +00:00
cbiesinger%web.de
4ce60b9ad2 fixing indentation after last checkin
git-svn-id: svn://10.0.0.236/trunk@162320 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-14 18:55:28 +00:00
cltbld
e40b5edc4d Automated update from host egg
git-svn-id: svn://10.0.0.236/trunk@162319 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-14 18:42:11 +00:00
cbiesinger%web.de
4ea2b57c69 Bug 248044 move jar protocol handler into libjar. these are the changes to the
existing files
r=bsmedberg sr=darin


git-svn-id: svn://10.0.0.236/trunk@162318 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-14 18:40:26 +00:00
despotdaemon
34ff0f58d9 Pseudo-automatic update of changes made by asa@mozilla.org.
git-svn-id: svn://10.0.0.236/trunk@162317 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-14 18:37:45 +00:00
cbiesinger%web.de
ecda9c5f0c Bug 248044 move jar protocol handler into libjar. these are the changes to the
moved files
r=bsmedberg sr=darin


git-svn-id: svn://10.0.0.236/trunk@162316 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-14 18:32:13 +00:00
despotdaemon
05a9422f8b Pseudo-automatic update of changes made by asa@mozilla.org.
git-svn-id: svn://10.0.0.236/trunk@162315 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-14 18:09:58 +00:00
dbaron%dbaron.org
e8bca4edc1 Add function to nsContentUtils to report a localized error message to the error console, and use it from the three places that were doing pretty much the same thing. b=187007 r+sr=bzbarsky
git-svn-id: svn://10.0.0.236/trunk@162314 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-14 17:26:35 +00:00
dbaron%dbaron.org
b5292f8c85 Add nsVoidArray::FastElementAt that requires the caller to do bounds checks (0 <= aIndex < Count()). Make ElementAt a little safer without loss of speed (back to the old safety). Make nsCOMArray<T>::ObjectAt use FastElementAt. b=96108 r=darin
git-svn-id: svn://10.0.0.236/trunk@162313 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-14 17:17:21 +00:00
despotdaemon
b88777ca7c Pseudo-automatic update of changes made by cbiesinger@web.de.
git-svn-id: svn://10.0.0.236/trunk@162312 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-14 17:02:11 +00:00
despotdaemon
a424ae3607 Pseudo-automatic update of changes made by cbiesinger@web.de.
git-svn-id: svn://10.0.0.236/trunk@162311 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-14 17:01:33 +00:00
despotdaemon
347f5ecff2 Pseudo-automatic update of changes made by cbiesinger@web.de.
git-svn-id: svn://10.0.0.236/trunk@162310 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-14 17:00:50 +00:00
despotdaemon
a32813c2c1 Pseudo-automatic update of changes made by cbiesinger@web.de.
git-svn-id: svn://10.0.0.236/trunk@162309 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-14 17:00:31 +00:00
despotdaemon
ab302d30ae Pseudo-automatic update of changes made by timeless@mozdev.org.
git-svn-id: svn://10.0.0.236/trunk@162308 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-14 16:58:41 +00:00
despotdaemon
163cf69dcc Pseudo-automatic update of changes made by timeless@mozdev.org.
git-svn-id: svn://10.0.0.236/trunk@162307 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-14 16:58:12 +00:00
despotdaemon
05c187bf71 Pseudo-automatic update of changes made by timeless@mozdev.org.
git-svn-id: svn://10.0.0.236/trunk@162306 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-14 16:58:02 +00:00
darin%meer.net
7d28c1ee85 adding macbuild directory
git-svn-id: svn://10.0.0.236/trunk@162305 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-14 16:46:20 +00:00
bzbarsky%mit.edu
0931032595 Make sure to addref out param. Bugs 258121 and 247712, r+sr=peterv
git-svn-id: svn://10.0.0.236/trunk@162304 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-14 15:06:56 +00:00
igor%mir2.org
7e7faa8f8c 1. Marking NativeCall.parentActivationCall transient so serialization would not see it.
2. Removal of never used NativeCall.thisObj field and code to initialize it.

3. Renaming NativeCall.funObj to NativeCall.function for better readability.


git-svn-id: svn://10.0.0.236/trunk@162303 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-14 14:59:21 +00:00
bzbarsky%mit.edu
ab9d28b860 Don't use the global object as the scope object when setting up the class for
the proto functions on the a binding.  Patch arises from discussion in bug
258832, r+sr=brendan


git-svn-id: svn://10.0.0.236/trunk@162301 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-14 13:33:54 +00:00
pete.zha%sun.com
836f7a3bcb bug 244558
cookperm.txt->hostperm.1
r=dwitte,sr=roc
patch=ben.bucksch@beonex.com


git-svn-id: svn://10.0.0.236/trunk@162300 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-14 12:08:06 +00:00
cls%seawood.org
22ed97ac25 Only escape $rcsfile when invoking shell otherwise standard perl functions fail.
Bug #258668


git-svn-id: svn://10.0.0.236/trunk@162299 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-14 09:10:07 +00:00
despotdaemon
1da46e1b5d Pseudo-automatic update of changes made by emaijala@kolumbus.fi.
git-svn-id: svn://10.0.0.236/trunk@162297 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-14 09:09:12 +00:00
despotdaemon
2e9bf9c144 Pseudo-automatic update of changes made by emaijala@kolumbus.fi.
git-svn-id: svn://10.0.0.236/trunk@162296 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-14 09:08:57 +00:00
despotdaemon
63d2549ca6 Pseudo-automatic update of changes made by emaijala@kolumbus.fi.
git-svn-id: svn://10.0.0.236/trunk@162295 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-14 09:08:37 +00:00
despotdaemon
dc7ed85aa2 Pseudo-automatic update of changes made by emaijala@kolumbus.fi.
git-svn-id: svn://10.0.0.236/trunk@162294 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-14 09:08:16 +00:00
despotdaemon
c6cc17603c Pseudo-automatic update of changes made by emaijala@kolumbus.fi.
git-svn-id: svn://10.0.0.236/trunk@162293 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-14 09:07:33 +00:00
despotdaemon
0ecb1f522d Pseudo-automatic update of changes made by emaijala@kolumbus.fi.
git-svn-id: svn://10.0.0.236/trunk@162292 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-14 09:07:19 +00:00
despotdaemon
08265ccc70 Pseudo-automatic update of changes made by emaijala@kolumbus.fi.
git-svn-id: svn://10.0.0.236/trunk@162291 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-14 09:07:07 +00:00
despotdaemon
44d800290e Pseudo-automatic update of changes made by dbaron@dbaron.org.
git-svn-id: svn://10.0.0.236/trunk@162290 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-14 07:13:19 +00:00
despotdaemon
0af0b14433 Pseudo-automatic update of changes made by bug@annevankesteren.nl.
git-svn-id: svn://10.0.0.236/trunk@162289 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-14 07:07:01 +00:00
despotdaemon
e1a0c84309 Pseudo-automatic update of changes made by dbaron@dbaron.org.
git-svn-id: svn://10.0.0.236/trunk@162288 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-14 07:02:50 +00:00
despotdaemon
0129ce81f9 Pseudo-automatic update of changes made by bug@annevankesteren.nl.
git-svn-id: svn://10.0.0.236/trunk@162287 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-14 06:48:35 +00:00
despotdaemon
588a18ddc8 Pseudo-automatic update of changes made by bug@annevankesteren.nl.
git-svn-id: svn://10.0.0.236/trunk@162286 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-14 06:48:21 +00:00
jst%mozilla.jstenback.com
bf72233388 Fixing bug 259117. Prevent popups when closing a window even if the close came from a user action that would normally enable popups. r=bzbarsky@mit.edu, sr=brendan@mozilla.org
git-svn-id: svn://10.0.0.236/trunk@162284 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-14 06:03:34 +00:00
justdave%bugzilla.org
e80a0269c8 Oops, backing out changes to administration.xml that are supposed to be part of a different patch.
git-svn-id: svn://10.0.0.236/trunk@162282 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-14 05:50:29 +00:00
justdave%bugzilla.org
4180c94602 Bug 257534: Require Perl 5.8.1 or later when running on Windows with ActiveState Perl (there is no official CGI ppm build with a new enough version for Bugzilla on any earlier version of ActiveState Perl)
Patch by Byron Jones <bugzilla@glob.com.au>
r=justdave, a=justdave


git-svn-id: svn://10.0.0.236/trunk@162281 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-14 05:48:54 +00:00
despotdaemon
c5185b5c08 Pseudo-automatic update of changes made by bug@annevankesteren.nl.
git-svn-id: svn://10.0.0.236/trunk@162280 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-14 05:03:52 +00:00
despotdaemon
dc0504e6af Pseudo-automatic update of changes made by bug@annevankesteren.nl.
git-svn-id: svn://10.0.0.236/trunk@162279 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-14 05:00:19 +00:00
bryner%brianryner.com
e7b6822e4e Support properties on documents (bug 253888). r+sr=jst.
git-svn-id: svn://10.0.0.236/trunk@162276 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-14 04:21:29 +00:00
darin%meer.net
a304b8e64b cleaning up --help output
git-svn-id: svn://10.0.0.236/trunk@162275 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-14 04:14:59 +00:00
vladimir%pobox.com
f4ce32cc91 Moving VersionCheck.php from toolkit
git-svn-id: svn://10.0.0.236/trunk@162274 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-14 04:12:32 +00:00
darin%meer.net
c3641625ec simplify the "simple" example
git-svn-id: svn://10.0.0.236/trunk@162273 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-14 03:23:19 +00:00
darin%meer.net
d5ff50afc3 improve --help output
git-svn-id: svn://10.0.0.236/trunk@162270 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-14 03:00:12 +00:00
roc+%cs.cmu.edu
ab88d1e1ac Bug 259032. DeCOMtaminate nsIFrame::GetNext/PrevInFlow. r+sr=roc, patch by Will Levine
git-svn-id: svn://10.0.0.236/trunk@162269 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-14 02:28:03 +00:00
brendan%mozilla.org
97d5ac0507 Fix function redeclaration and with deprecation warnings to apply to start of statement (256036, r=shaver).
git-svn-id: svn://10.0.0.236/trunk@162266 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-14 01:38:19 +00:00
timeless%mozdev.org
835020ee72 oops, patch applied poorly, moving print and close lines back into
mail_notification where they belong (caught by cls)


git-svn-id: svn://10.0.0.236/trunk@162265 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-14 01:37:11 +00:00
despotdaemon
141236c623 Pseudo-automatic update of changes made by knous@mozilla.org.
git-svn-id: svn://10.0.0.236/trunk@162263 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-14 01:08:04 +00:00
timeless%mozdev.org
498fad67bc Bug 244801 fix so email not required on checkin
patch by mikey@mikey.com r=cls
comment block changes by cls r=timeless


git-svn-id: svn://10.0.0.236/trunk@162261 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-14 01:05:32 +00:00
dveditz%cruzio.com
ac39763a00 bug 258798 InstallTrigger.enabled() should return only the global state, not the
effective whitelisted state. r=ben, sr=jst
bug 246375 installChrome(SKIN, should skip whitelist mechanism, use only global state. r=ben,sr=jst


git-svn-id: svn://10.0.0.236/trunk@162260 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-14 00:56:13 +00:00
timeless%mozdev.org
2ebfbfa82f removing tabs / trailing whitespace. enforcing whitespace style
r=cls


git-svn-id: svn://10.0.0.236/trunk@162259 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-14 00:47:25 +00:00
tor%cs.brown.edu
4c8d876f10 Bug 257669 - respect x,y attributes of inner <svg:svg>.
p=tor,jonathan.watt@strath.ac.uk; r=afri,tor


git-svn-id: svn://10.0.0.236/trunk@162254 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-13 22:55:43 +00:00
bryner%brianryner.com
bd84e4e32f Fix ctrl+a emacs keybinding for gtk1 (bug 259011), r+sr=bzbarsky
git-svn-id: svn://10.0.0.236/trunk@162252 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-13 22:35:39 +00:00
cls%seawood.org
46874d60a8 Escape special chars in filenames when calling rlog.
Fix minor 'used once' warnings.
Bug #258668 r=timeless


git-svn-id: svn://10.0.0.236/trunk@162251 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-13 21:41:22 +00:00
cls%seawood.org
bee72555f0 Strip ./ from the beginning of dirnames since that ./ causes bonsai to see ./CVSROOT & /CVSROOT as different directories.
Bug #253644 r=timeless


git-svn-id: svn://10.0.0.236/trunk@162250 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-13 21:00:58 +00:00
cbiesinger%web.de
a9e5aac7c3 remove unused headers from winEmbed 258179 r=dougt sr=bz
git-svn-id: svn://10.0.0.236/trunk@162249 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-13 20:53:42 +00:00
despotdaemon
45368d5dbb Pseudo-automatic update of changes made by drunclear@hotmail.com.
git-svn-id: svn://10.0.0.236/trunk@162248 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-13 20:52:32 +00:00
despotdaemon
6d56662c6c Pseudo-automatic update of changes made by drunclear@hotmail.com.
git-svn-id: svn://10.0.0.236/trunk@162247 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-13 20:51:39 +00:00
despotdaemon
1edb5eb5b0 Pseudo-automatic update of changes made by drunclear@hotmail.com.
git-svn-id: svn://10.0.0.236/trunk@162246 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-13 20:50:32 +00:00
despotdaemon
ae9ab75e1d Pseudo-automatic update of changes made by drunclear@hotmail.com.
git-svn-id: svn://10.0.0.236/trunk@162245 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-13 20:47:48 +00:00
bzbarsky%mit.edu
9207bef62c Remove bogus "support" for <sourcetext> and <parsererror>. Bug 210658, patch
by Blake Kaplan <mrbkap@rice.edu>, r+sr=bzbarsky


git-svn-id: svn://10.0.0.236/trunk@162244 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-13 20:43:15 +00:00
despotdaemon
c9e68d8658 Pseudo-automatic update of changes made by emaijala@kolumbus.fi.
git-svn-id: svn://10.0.0.236/trunk@162243 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-13 20:42:15 +00:00
dbaron%dbaron.org
72c1cdb87b Fix VC7 bustage. b=258793
git-svn-id: svn://10.0.0.236/trunk@162242 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-13 20:40:46 +00:00
mostafah%oeone.com
f241d1ed48 Updated translation
git-svn-id: svn://10.0.0.236/trunk@162241 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-13 20:38:48 +00:00
despotdaemon
95da31d065 Pseudo-automatic update of changes made by asa@mozilla.org.
git-svn-id: svn://10.0.0.236/trunk@162240 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-13 20:36:55 +00:00
despotdaemon
457951c55f Pseudo-automatic update of changes made by asa@mozilla.org.
git-svn-id: svn://10.0.0.236/trunk@162239 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-13 20:35:47 +00:00
despotdaemon
4329d7823b Pseudo-automatic update of changes made by asa@mozilla.org.
git-svn-id: svn://10.0.0.236/trunk@162238 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-13 20:35:40 +00:00
mostafah%oeone.com
26eb61c84b Checked in patch for bug 237897:
dialog "subscribe to remote cal" malformed with large system fonts


git-svn-id: svn://10.0.0.236/trunk@162237 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-13 20:24:26 +00:00
despotdaemon
64bc4c44a1 Pseudo-automatic update of changes made by asa@mozilla.org.
git-svn-id: svn://10.0.0.236/trunk@162236 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-13 19:55:51 +00:00
despotdaemon
3bac4c8e82 Pseudo-automatic update of changes made by asa@mozilla.org.
git-svn-id: svn://10.0.0.236/trunk@162235 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-13 19:55:01 +00:00
despotdaemon
20b3922ff1 Pseudo-automatic update of changes made by asa@mozilla.org.
git-svn-id: svn://10.0.0.236/trunk@162234 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-13 19:53:31 +00:00
despotdaemon
b3da6a21b0 Pseudo-automatic update of changes made by asa@mozilla.org.
git-svn-id: svn://10.0.0.236/trunk@162233 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-13 19:53:17 +00:00
despotdaemon
92fb51eefc Pseudo-automatic update of changes made by emaijala@kolumbus.fi.
git-svn-id: svn://10.0.0.236/trunk@162232 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-13 19:45:53 +00:00
despotdaemon
35f1800031 Pseudo-automatic update of changes made by emaijala@kolumbus.fi.
git-svn-id: svn://10.0.0.236/trunk@162231 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-13 19:45:31 +00:00
despotdaemon
503f7bd1a9 Pseudo-automatic update of changes made by emaijala@kolumbus.fi.
git-svn-id: svn://10.0.0.236/trunk@162230 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-13 19:45:27 +00:00
despotdaemon
5fbcfda4ac Pseudo-automatic update of changes made by knous@mozilla.org.
git-svn-id: svn://10.0.0.236/trunk@162228 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-13 19:38:09 +00:00
despotdaemon
4c5f881900 Pseudo-automatic update of changes made by knous@mozilla.org.
git-svn-id: svn://10.0.0.236/trunk@162227 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-13 19:24:41 +00:00
despotdaemon
641711a861 Pseudo-automatic update of changes made by knous@mozilla.org.
git-svn-id: svn://10.0.0.236/trunk@162226 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-13 19:22:50 +00:00
despotdaemon
11191943da Pseudo-automatic update of changes made by knous@mozilla.org.
git-svn-id: svn://10.0.0.236/trunk@162225 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-13 19:22:43 +00:00
mostafah%oeone.com
dc64d9a607 Checked in en-US and de-AT part of patch for bug 256087:
Input area is labelled Categories (should be Category)


git-svn-id: svn://10.0.0.236/trunk@162222 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-13 18:40:57 +00:00
mostafah%oeone.com
fadf12f212 Checked in attachment 158641 for bug 257146:
Unable to change start and end dates if locale date format is unexpected


git-svn-id: svn://10.0.0.236/trunk@162221 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-13 18:24:21 +00:00
bmlk%gmx.de
35e33e2e07 CalcDesiredHeight might change the overflow area, so it needs to be included in the reflowmetrics bug=231275 r/sr=dbaron
git-svn-id: svn://10.0.0.236/trunk@162220 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-13 18:21:03 +00:00
mostafah%oeone.com
f6b546c5a7 Updated translation
git-svn-id: svn://10.0.0.236/trunk@162219 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-13 18:04:46 +00:00
mostafah%oeone.com
bcbe163ca6 Checked in patch for bug 258905:
workaround long date format: add weekday, detect need


git-svn-id: svn://10.0.0.236/trunk@162218 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-13 18:02:19 +00:00
mostafah%oeone.com
b1e874e45c Checked in patch for bug 258898:
formatDateInterval on multiday event concatenates dates with "-- undefined"


git-svn-id: svn://10.0.0.236/trunk@162216 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-13 17:52:24 +00:00
despotdaemon
d53aa53436 Pseudo-automatic update of changes made by asa@mozilla.org.
git-svn-id: svn://10.0.0.236/trunk@162214 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-13 16:35:02 +00:00
mostafah%oeone.com
03be622a5a Checked in patch for bug 258728:
Calendar should use Titletips instead of Tooltips when hoovering over cropped text


git-svn-id: svn://10.0.0.236/trunk@162213 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-13 16:05:51 +00:00
roc+%cs.cmu.edu
52f58bd652 Fixing bustage
git-svn-id: svn://10.0.0.236/trunk@162211 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-13 15:24:11 +00:00
roc+%cs.cmu.edu
26dae9e55b Bug 257216. Fix sundry block issues for columns. In particular, remove overflowing floats from the space manager before we compute the space manager's XMost and YMost to include in the block size. r+sr=dbaron
git-svn-id: svn://10.0.0.236/trunk@162210 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-13 13:35:46 +00:00
igor%mir2.org
d94c9ad815 1. Allow to monitor from application top script or function calls: now they go through ContextFactory.doTopCall which can be overridden.
2. Context.observeInstructionCount now calls ContxtFactory.observeInstructionCount so it can overridden without extra Context class.


git-svn-id: svn://10.0.0.236/trunk@162209 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-13 13:19:17 +00:00
mkaply%us.ibm.com
7783e4d5f8 258966 - add CSS3 pointers for OS/2
git-svn-id: svn://10.0.0.236/trunk@162208 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-13 12:51:02 +00:00
despotdaemon
f0d9cff762 Pseudo-automatic update of changes made by neil@parkwaycc.co.uk.
git-svn-id: svn://10.0.0.236/trunk@162207 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-13 10:22:11 +00:00
despotdaemon
33d21dc3b1 Pseudo-automatic update of changes made by neil@parkwaycc.co.uk.
git-svn-id: svn://10.0.0.236/trunk@162206 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-13 10:02:57 +00:00
despotdaemon
70a1192331 Pseudo-automatic update of changes made by neil@parkwaycc.co.uk.
git-svn-id: svn://10.0.0.236/trunk@162205 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-13 10:02:27 +00:00
despotdaemon
5665ef60c1 Pseudo-automatic update of changes made by neil@parkwaycc.co.uk.
git-svn-id: svn://10.0.0.236/trunk@162204 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-13 10:02:05 +00:00
despotdaemon
d046ac209e Pseudo-automatic update of changes made by scc@mozilla.org.
git-svn-id: svn://10.0.0.236/trunk@162203 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-13 09:37:00 +00:00
despotdaemon
69bf52e5f3 Pseudo-automatic update of changes made by scc@mozilla.org.
git-svn-id: svn://10.0.0.236/trunk@162202 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-13 09:35:55 +00:00
despotdaemon
eebe696a6e Pseudo-automatic update of changes made by scc@mozilla.org.
git-svn-id: svn://10.0.0.236/trunk@162201 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-13 09:35:35 +00:00
despotdaemon
9c928e6df6 Pseudo-automatic update of changes made by ere@atp.fi.
git-svn-id: svn://10.0.0.236/trunk@162200 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-13 09:30:16 +00:00
despotdaemon
c3610b3897 Pseudo-automatic update of changes made by ere@atp.fi.
git-svn-id: svn://10.0.0.236/trunk@162199 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-13 09:27:25 +00:00
despotdaemon
6db7b1b7a5 Pseudo-automatic update of changes made by ere@atp.fi.
git-svn-id: svn://10.0.0.236/trunk@162198 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-13 09:27:17 +00:00
despotdaemon
986859dc7f Pseudo-automatic update of changes made by jwalden@mit.edu.
git-svn-id: svn://10.0.0.236/trunk@162197 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-13 08:19:10 +00:00
despotdaemon
255acfbe50 Pseudo-automatic update of changes made by jwalden@mit.edu.
git-svn-id: svn://10.0.0.236/trunk@162196 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-13 08:18:47 +00:00
dbaron%dbaron.org
bbe291225f The slow codepaths for fixed background-attachment should only apply when there's a background image. b=258793 r+sr=roc
git-svn-id: svn://10.0.0.236/trunk@162195 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-13 05:39:27 +00:00
bzbarsky%mit.edu
068c8b28b1 Fix crash due to text inputs flushing pending restyles while we're in text
control frame code.  Bug 257818, r+sr=dbaron


git-svn-id: svn://10.0.0.236/trunk@162194 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-13 04:19:58 +00:00
bzbarsky%mit.edu
b5b1e1b77a Make sure not to add entries to the pending restyle hashtable while enumerating
it.   Bug 257694 (also fixes bug 256242, bug 258101).  r+sr=dbaron


git-svn-id: svn://10.0.0.236/trunk@162193 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-13 04:08:14 +00:00
dbaron%dbaron.org
161ac90313 Convert mCurrentEventContent and mCurrentEventContentStack to use nsCOMPtr/nsCOMArray. b=258667 r+sr=jst
git-svn-id: svn://10.0.0.236/trunk@162192 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-13 03:22:46 +00:00
roc+%cs.cmu.edu
007e533df8 Bug 258118. Ensure that float breaks are eventually honoured even if the line with the break is not reflowed and the following line is empty. r+sr=dbaron(rubber-stamp)
git-svn-id: svn://10.0.0.236/trunk@162191 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-13 02:21:35 +00:00
roc+%cs.cmu.edu
d9025f99fb Bug 257916. Move history scroll position save and restore from nsScrollBoxFrame to nsHTML/XULScrollFrame. +sr=dbaron(rubber-stamp)
git-svn-id: svn://10.0.0.236/trunk@162190 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-13 02:10:29 +00:00
jshin%mailaps.org
1504187edc bug 92499 and bug 227265 : view menu is not an obvious place for character encoding in mail compose (r=neil, sr=bienvenu)
git-svn-id: svn://10.0.0.236/trunk@162189 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-13 01:11:32 +00:00
despotdaemon
3d08c6cd26 Pseudo-automatic update of changes made by rlk@trfenv.com.
git-svn-id: svn://10.0.0.236/trunk@162187 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-13 00:44:48 +00:00
mats.palmgren%bredband.net
41089e08bd Use the ID attribute (and not NAME) for FRAME/IFRAME/OBJECT in XHTML. b=183683 r+sr=bzbarsky
git-svn-id: svn://10.0.0.236/trunk@162186 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-12 23:34:00 +00:00
bienvenu%nventure.com
9da2242f85 fix balsa (wood) build bustage
git-svn-id: svn://10.0.0.236/trunk@162185 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-12 23:10:46 +00:00
mats.palmgren%bredband.net
1cbbbb7f10 Make 'letter-spacing' take effect in file input control. b=252863 r=bzbarsky sr=dbaron
git-svn-id: svn://10.0.0.236/trunk@162184 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-12 22:46:56 +00:00
justdave%bugzilla.org
4dd169762b Bug 252295: Ensure that the "Edit Search" link goes back to the same form the search was created on when running a saved search that was saved before we had multiple search forms.
r=gerv, a=justdave


git-svn-id: svn://10.0.0.236/trunk@162181 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-12 22:19:37 +00:00
despotdaemon
65071928ba Pseudo-automatic update of changes made by cbiesinger@web.de.
git-svn-id: svn://10.0.0.236/trunk@162180 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-12 21:56:36 +00:00
despotdaemon
6f884c3091 Pseudo-automatic update of changes made by cbiesinger@web.de.
git-svn-id: svn://10.0.0.236/trunk@162179 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-12 21:54:51 +00:00
despotdaemon
6495284a44 Pseudo-automatic update of changes made by cbiesinger@web.de.
git-svn-id: svn://10.0.0.236/trunk@162178 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-12 21:51:47 +00:00
despotdaemon
af715f9e1a Pseudo-automatic update of changes made by dbaron@dbaron.org.
git-svn-id: svn://10.0.0.236/trunk@162177 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-12 21:51:36 +00:00
despotdaemon
4d915b6526 Pseudo-automatic update of changes made by dbaron@dbaron.org.
git-svn-id: svn://10.0.0.236/trunk@162176 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-12 21:51:19 +00:00
despotdaemon
c1a6571947 Pseudo-automatic update of changes made by dbaron@dbaron.org.
git-svn-id: svn://10.0.0.236/trunk@162175 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-12 21:50:11 +00:00
despotdaemon
79184680b2 Pseudo-automatic update of changes made by dbaron@dbaron.org.
git-svn-id: svn://10.0.0.236/trunk@162174 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-12 21:50:05 +00:00
bienvenu%nventure.com
3769c7ca76 fix 196095 sr=mscott, silently attempt new connection and rerun url when we get disconnected from imap connection
git-svn-id: svn://10.0.0.236/trunk@162173 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-12 21:29:25 +00:00
mats.palmgren%bredband.net
74984982bc Re-resolve target frame after "DOMMouseScroll" event handlers in case it was destroyed. b=257998 r+sr=bzbarsky
git-svn-id: svn://10.0.0.236/trunk@162172 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-12 21:24:59 +00:00
bzbarsky%mit.edu
732e237121 Make sure to flush restyles _before_ we start grabbing layout objects like
presshells, not after...  Bug 258032, r+sr=jst


git-svn-id: svn://10.0.0.236/trunk@162171 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-12 20:53:27 +00:00
justdave%bugzilla.org
63f024378f Bug 253696: work around NAME_lc bug in ActiveState Perl on Win32
Patch by Byron Jones <bugzilla@glob.com.au>
r=jouni,bbaetz a=justdave


git-svn-id: svn://10.0.0.236/trunk@162170 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-12 20:22:17 +00:00
ian%hixie.ch
83c7572216 Provide a hook for scripts that want to do something after every command
git-svn-id: svn://10.0.0.236/trunk@162169 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-12 19:44:58 +00:00
dbaron%dbaron.org
3956b19b41 Backing out bug 167001, which I should not have reviewed without more careful consideration.
git-svn-id: svn://10.0.0.236/trunk@162168 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-12 19:32:50 +00:00
jst%mozilla.jstenback.com
4c0b437ada Fixing problem found by trev@gtchat.de where creating key event objects would actually create mouse event objects (bug 238773). r+sr=jst@mozilla.org
git-svn-id: svn://10.0.0.236/trunk@162167 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-12 19:27:54 +00:00
mvl%exedo.nl
a6a02d988f remove chatzilla labels, whitespace cleanup.
bug 215115, r=mostafah


git-svn-id: svn://10.0.0.236/trunk@162166 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-12 19:00:25 +00:00
jshin%mailaps.org
e13d311722 got rid of a 'pollution' in the previous checkin
git-svn-id: svn://10.0.0.236/trunk@162165 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-12 17:16:59 +00:00
igor%mir2.org
69dc24d69a My take on the patch from Attila Szegedi <szegedia@freemail.hu> to resolve 258959.
git-svn-id: svn://10.0.0.236/trunk@162164 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-12 16:41:04 +00:00
igor%mir2.org
bb9ce6977a Patch from Attila Szegedi <szegedia@freemail.hu> to fix bug 258958
git-svn-id: svn://10.0.0.236/trunk@162163 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-12 16:39:39 +00:00
igor%mir2.org
00c0109476 Added ContextFactory.hasExplicitGlobal to verify if ContextFactory.initGlobal was already called.
git-svn-id: svn://10.0.0.236/trunk@162162 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-12 16:37:59 +00:00
gerv%gerv.net
cd2293f7e9 Bug 256272 - revert license to original BSD-like "test code license"; this code was accidentally tri-licensed a few months ago. Thanks to Adam Lock for the script to do this.
git-svn-id: svn://10.0.0.236/trunk@162161 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-12 15:59:33 +00:00
gerv%gerv.net
14e2f5cd15 Bug 257593 - make chart.cgi use Bugzilla::CGI for headers, meaning that if you log in via chart.cgi it doesn't get lost. Patch by wurblzap@gmail.com; r=gerv.
git-svn-id: svn://10.0.0.236/trunk@162160 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-12 15:46:07 +00:00
jshin%mailaps.org
063b876cb5 follow-up to bug 256409 : bookmark file path with non-ASCII characters doesn't work
git-svn-id: svn://10.0.0.236/trunk@162159 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-12 15:28:21 +00:00
gerv%gerv.net
1a72a2dfea Bug 225854 - only print "Steps to reproduce" when the user has entered some. Patch by buti@gmx.at; r=gerv.
git-svn-id: svn://10.0.0.236/trunk@162158 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-12 15:23:24 +00:00
igor%mir2.org
66b969f898 Few changes from continuation patch in bug 258844 that are useful on its own:
1. Fix to pass to debugger wrapped frame.resultDbl if frame.result is DBL_MARK
2. Change Interpreter.interpret to return the properly wrapped result instead of the final frame.
3. Use Object for throwable variable in Interpreter.interpret to avoid multiple casts to Throwable


git-svn-id: svn://10.0.0.236/trunk@162157 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-12 13:05:34 +00:00
Stefan.Borggraefe%gmx.de
89ed135171 Bug 99133: Trim entered email addresses and server names in Account Wizard.
r=bienvenu, sr=mscott


git-svn-id: svn://10.0.0.236/trunk@162156 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-12 09:38:50 +00:00
psychoticwolf%carolina.rr.com
3cc864f336 Updated Database Schema. Fixes bustage in postfeedback.php because of missing fields in the feedback table. No Bug.
git-svn-id: svn://10.0.0.236/trunk@162155 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-12 09:20:36 +00:00
jshin%mailaps.org
2b60749067 bug 16940: need an XP API to disable input methods for password fields (r/sr : various people : see bugzilla), patch by Masayuki Nakano <masayuki@d-toybox.com>
git-svn-id: svn://10.0.0.236/trunk@162153 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-12 05:00:57 +00:00
bzbarsky%mit.edu
b24a9a7b74 Fix assertion to use tempChar too. Bug 258082 follow-up.
git-svn-id: svn://10.0.0.236/trunk@162152 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-12 04:49:56 +00:00
bzbarsky%mit.edu
31867d08ec Fix crash in nsScrollBoxObject::::EnsureElementIsVisible. Bug 257607, patch by
Justin <justin@openaether.org>, r+sr=bzbarsky.


git-svn-id: svn://10.0.0.236/trunk@162151 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-12 04:15:44 +00:00
bzbarsky%mit.edu
5389493454 Setting window.status should not flush. Bug 258819, r+sr=jst
git-svn-id: svn://10.0.0.236/trunk@162150 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-12 02:42:02 +00:00
bzbarsky%mit.edu
a5e5bcdb06 Make CTextToken::ConsumeUntil not consume too much text. Bug 258082, patch by
Blake Kaplan <mrbkap@rice.edu>, r=bzbarsky, sr=jst


git-svn-id: svn://10.0.0.236/trunk@162149 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-12 01:50:53 +00:00
bzbarsky%mit.edu
07e10f17ab Change XBL constructor/destructor back to having "this" in the scope chain like
they did when they were event handlers (to avoid breaking bindings where people
forgot to use "this" in the constructor or destructor).  Bug 258833, r=bryner,
sr=jst


git-svn-id: svn://10.0.0.236/trunk@162148 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-12 01:41:34 +00:00
igor%mir2.org
33c65bdf2f Fixing recent bad typo in exception handler search that caused to ignore finally handlers and check only catch blocks with finally-only exceptions.
git-svn-id: svn://10.0.0.236/trunk@162147 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-12 00:36:46 +00:00
mats.palmgren%bredband.net
d304876869 Attempt to fix MacOSX bustage
git-svn-id: svn://10.0.0.236/trunk@162146 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-12 00:28:52 +00:00
mats.palmgren%bredband.net
93904f2f54 Fixing bustage
git-svn-id: svn://10.0.0.236/trunk@162145 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-12 00:00:19 +00:00
mats.palmgren%bredband.net
d613fa7dee Add CSS3 cursors, bug 163174, r=lordpixel@mac.com r=pinkerton@aol.net sr=dbaron@dbaron.org
git-svn-id: svn://10.0.0.236/trunk@162144 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-11 23:24:30 +00:00
bienvenu%nventure.com
c4918ed8eb add pop3 server timeout, r=ch.ey@gmx.net, sr=bienvenu, patch by lcook@sybase.com
git-svn-id: svn://10.0.0.236/trunk@162143 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-11 20:31:50 +00:00
mvl%exedo.nl
90691167e1 use border-bottom instead of top.
bug 257583, r=mostafah


git-svn-id: svn://10.0.0.236/trunk@162142 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-11 18:08:14 +00:00
smontagu%smontagu.org
e23a460903 Backout last checkin because of build bustage
git-svn-id: svn://10.0.0.236/trunk@162140 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-11 07:48:29 +00:00
smontagu%smontagu.org
eab0baf7ca Bug 16940, XP API to disable input methods for password fields. Patch by Masayuki Nakano, masayuki@d-toybox.com; see bug for reviewers.
git-svn-id: svn://10.0.0.236/trunk@162139 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-11 07:13:12 +00:00
justdave%bugzilla.org
e8856e8e54 Bug 255913: mailto link on show_bug.cgi wasn't honoring emailsuffix. Bugzilla->user->email now includes emailsuffix in the result.
Patch by Marc Schumann <wurblzap@gmail.com>
r=justdave,tobias, a=justdave


git-svn-id: svn://10.0.0.236/trunk@162138 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-11 07:09:46 +00:00
justdave%bugzilla.org
3a2a77f17f Bug 190224: templatize editmilestones.cgi
Patch by GavinS <bugzilla@chimpychompy.org>
r=jouni, a=justdave


git-svn-id: svn://10.0.0.236/trunk@162137 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-11 06:48:14 +00:00
justdave%bugzilla.org
afc3e93b73 Bug 255664: Wait until buglist is ready to be displayed before closing the "please wait" page when using server push, so any errors that occur can actually be seen by the user instead of getting a blank page.
r=myk, a=myk


git-svn-id: svn://10.0.0.236/trunk@162135 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-11 06:27:09 +00:00
justdave%bugzilla.org
28b3852d60 Bug 255663: Query on [Bug creation] and anything to do with attachments no longer crashes
r=joel, a=myk


git-svn-id: svn://10.0.0.236/trunk@162134 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-11 06:20:00 +00:00
bmlk%gmx.de
ad152997a3 changing the border-collapse mode needs to cause a reframe as we have two different types of cellframes depending on the mode, bug 254053 idea=bz, r/sr=dbaron
git-svn-id: svn://10.0.0.236/trunk@162133 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-11 06:13:47 +00:00
bmlk%gmx.de
eb73ad615e don't cause twice a initial reflow on a caption bug 258379 r/sr=bzbarsky
git-svn-id: svn://10.0.0.236/trunk@162132 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-11 06:08:53 +00:00
smontagu%smontagu.org
0abf27ba72 Bug 167001, Anything below the baseline goes out of input field. Patch by Masayuki Nakano, masayuki@d-toybox.com; r+sr=dbaron.
git-svn-id: svn://10.0.0.236/trunk@162131 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-11 05:44:33 +00:00
darin%meer.net
a5a67a3bd0 adding default.xpm file for xulrunner
git-svn-id: svn://10.0.0.236/trunk@162130 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-11 01:02:59 +00:00
scott%scott-macgregor.org
c3da9a8cc7 Bug #258600 --> strike-through deleted IMAP messages
Patch by Julien Plissonneau Duquène


git-svn-id: svn://10.0.0.236/trunk@162127 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-11 00:37:08 +00:00
darin%meer.net
8cc97cb53b Add resource files, default icons, and default branding. Make it build
under Windows.


git-svn-id: svn://10.0.0.236/trunk@162126 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-10 23:43:17 +00:00
darin%meer.net
bf59dca390 Read EnableExtensionManager and EnableProfileMigrator from the XRE section
of the .xulapp file instead of from the App section since these are really
properties of the XRE.


git-svn-id: svn://10.0.0.236/trunk@162125 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-10 23:39:47 +00:00
myk%mozilla.org
fdccab9ae8 Fix for bug 215319: changes "flag requester" field in boolean charts to "flag requestee" field, which is what it should have been ("flag requester" can be queried via the "flag setter" field)
r=justdave


git-svn-id: svn://10.0.0.236/trunk@162124 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-10 23:38:46 +00:00
dbaron%dbaron.org
0c2068f65a Separate sheet URI and base URI for style attributes and for CSS parsing from DOM APIs. b=258707 r+sr=bzbarsky
git-svn-id: svn://10.0.0.236/trunk@162122 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-10 23:31:48 +00:00
dveditz%cruzio.com
54f98d4b22 bug 173010 prompt before launching external protocol handler,r=mscott,sr=darin/jst
git-svn-id: svn://10.0.0.236/trunk@162121 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-10 23:24:49 +00:00
bzbarsky%mit.edu
b78098b74c Just let the HTTP impl compute the content-length for our POST data. It does a
better job of it.  Bug 246651, r=darin, sr=jst.


git-svn-id: svn://10.0.0.236/trunk@162120 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-10 23:18:02 +00:00
despotdaemon
9fba60a5ba Pseudo-automatic update of changes made by nbebout@gmail.com.
git-svn-id: svn://10.0.0.236/trunk@162119 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-10 23:12:15 +00:00
scott%scott-macgregor.org
30bef428b6 On OS X, we were never showing the right icon for the get mail button when in the active state. Minor CSS tweak to fix it.
git-svn-id: svn://10.0.0.236/trunk@162118 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-10 23:12:09 +00:00
jst%mozilla.jstenback.com
2cf91f8bfa Fixing RDF crash. Change weak pointer to strong pointer as was the intention (as the comment in the code reflects) when the fix for crash bug 248071 landed. r=axel@pike.org, sr=darin@meer.net
git-svn-id: svn://10.0.0.236/trunk@162113 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-10 22:48:10 +00:00
neil%parkwaycc.co.uk
ca76e5fbaa Fix bustage from patch to bug 112833 - updated method signature missing
git-svn-id: svn://10.0.0.236/trunk@162112 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-10 22:43:38 +00:00
neil%parkwaycc.co.uk
92eca8709d Bug 93426 New messages are not correctly inserted into threads r=bienvenu sr=mscott
git-svn-id: svn://10.0.0.236/trunk@162109 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-10 22:10:05 +00:00
neil%parkwaycc.co.uk
99f04ee4ad Bug 112833 Make it possible to watch or ignore multiple threads r=bienvenu sr=mscott
git-svn-id: svn://10.0.0.236/trunk@162108 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-10 21:59:41 +00:00
scott%scott-macgregor.org
cdcf3ea97e Part of Bug #258005 --> get rid of the empty string initialization of buf
that was part of the original patch.


git-svn-id: svn://10.0.0.236/trunk@162107 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-10 21:56:41 +00:00
scott%scott-macgregor.org
1ab960ef62 fix some crashers because we don't support plugins by default
git-svn-id: svn://10.0.0.236/trunk@162106 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-10 21:39:13 +00:00
neil%parkwaycc.co.uk
11e26ca109 Bug 257507 Fix broken links and other navigation errors p=giacomo.magnini@portalis.it r=me
git-svn-id: svn://10.0.0.236/trunk@162105 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-10 21:24:10 +00:00
despotdaemon
7c41d658a9 Pseudo-automatic update of changes made by rlk@trfenv.com.
git-svn-id: svn://10.0.0.236/trunk@162104 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-10 21:23:59 +00:00
despotdaemon
7c0ba27a26 Pseudo-automatic update of changes made by rlk@trfenv.com.
git-svn-id: svn://10.0.0.236/trunk@162103 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-10 21:21:48 +00:00
despotdaemon
1a8e3c7ce1 Pseudo-automatic update of changes made by rlk@trfenv.com.
git-svn-id: svn://10.0.0.236/trunk@162102 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-10 21:21:36 +00:00
bryner%brianryner.com
ff0b73829c Fix problems with slash direction for activestate perl. r=dbaron.
git-svn-id: svn://10.0.0.236/trunk@162101 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-10 21:16:29 +00:00
scott%scott-macgregor.org
ccc456b5bb Bug #256775 --> add missing tree twisties for the linux/gnomestripe builds for tbird.
git-svn-id: svn://10.0.0.236/trunk@162099 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-10 20:46:29 +00:00
despotdaemon
90fbf7f897 Pseudo-automatic update of changes made by jwalden@mit.edu.
git-svn-id: svn://10.0.0.236/trunk@162098 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-10 20:04:27 +00:00
neil%parkwaycc.co.uk
00000cbc55 Bug 210335 Mac OS X uses Mozilla/Preferences also fix some regressions from the xhtml conversion p=stefan_h@hem.utfors.se r=me
git-svn-id: svn://10.0.0.236/trunk@162097 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-10 19:56:27 +00:00
igor%mir2.org
5907d030f5 Consistently use ScriptRuntime.(wrapNumber|wrapBoolean) to wrap Java double and boolean values to the corresponding JS primitive types.
git-svn-id: svn://10.0.0.236/trunk@162096 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-10 19:54:43 +00:00
dbaron%dbaron.org
268e2367ef Use sheet URI instead of base URI. b=258708 r+sr=bzbarsky
git-svn-id: svn://10.0.0.236/trunk@162095 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-10 19:01:04 +00:00
bryner%brianryner.com
f6175be183 Attempting to fix Camino bustage
git-svn-id: svn://10.0.0.236/trunk@162093 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-10 18:06:19 +00:00
igor%mir2.org
4e0bdf0286 1. Replacing IdScriptableObject.wrap_* methods by their ScriptRuntime.wrap* counterparts since the wrap methods are useful not only for subclasses of IdScriptableObject.
2. Reorganizing execIdCall in few classes inherited from IdScriptableObject to shrink code size.


git-svn-id: svn://10.0.0.236/trunk@162092 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-10 18:02:06 +00:00
igor%mir2.org
48365a3a5a Removal of unnecessary cast to (String) during getter/setter enumeration.
git-svn-id: svn://10.0.0.236/trunk@162091 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-10 17:56:13 +00:00
igor%mir2.org
a7600312d4 Removal of package-private setter methods in FunctionNode in favor of package-private (not private) fields: that just was just adding unnecessary code bloat.
git-svn-id: svn://10.0.0.236/trunk@162090 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-10 17:54:13 +00:00
igor%mir2.org
bf785dba1d More work for bug 244492: I deprecated ClassDefinitionException modified
ScriptableObject to use EvaluatorException instead.

For greater compatibility I also changed ClassDefinitionException to extend
from RuntimeException, not Exception so compilers would not complain about
"catch (ClassDefinitionException ex)" when no ClassDefinitionException is present in the called code.


git-svn-id: svn://10.0.0.236/trunk@162089 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-10 17:50:05 +00:00
igor%mir2.org
c912642759 XMLLib.escapeXMLAttribute is required to add " arround the text to simplify code generation.
git-svn-id: svn://10.0.0.236/trunk@162088 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-10 17:40:59 +00:00
igor%mir2.org
177430ff0c 1. Fixing a race in implementation of date.prototype.setYear where NativeDate.date was updated several times with temporary values.
2. Reorganizing NativeDate.execIdCall to shrink code size


git-svn-id: svn://10.0.0.236/trunk@162087 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-10 17:36:49 +00:00
mostafah%oeone.com
ad0c4787bd Checked in patch for bug 258659:
Export selected events should use timezone offset at exported date to
calculate zulu time, not current offset


git-svn-id: svn://10.0.0.236/trunk@162084 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-10 15:43:36 +00:00
bienvenu%nventure.com
07c1066bb7 fix 256599 useMatchingHostNameServer pref is ignored, r=bienvenu, sr=neil, patch by kteuscher, plus whitespace cleanup
git-svn-id: svn://10.0.0.236/trunk@162083 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-10 15:38:57 +00:00
bugzilla%arlen.demon.co.uk
6621637de9 Bug 258219 Launch option in context menu should be hidden as it is for the toolbar and OnTrigger should call showinshell for certain platforms
p=me r=varga sr=neil.parkwaycc.co.uk


git-svn-id: svn://10.0.0.236/trunk@162082 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-10 15:37:24 +00:00
bzbarsky%mit.edu
a6a65a4697 Make <constructor> and <destructor> methods, not handlers. Bug 230816,
r=bryner, sr=brendan


git-svn-id: svn://10.0.0.236/trunk@162081 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-10 15:29:19 +00:00
despotdaemon
9e07a50f70 Pseudo-automatic update of changes made by steffen.wilberg@web.de.
git-svn-id: svn://10.0.0.236/trunk@162080 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-10 14:38:13 +00:00
despotdaemon
8096c5b658 Pseudo-automatic update of changes made by steffen.wilberg@web.de.
git-svn-id: svn://10.0.0.236/trunk@162079 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-10 14:34:54 +00:00
mostafah%oeone.com
172f72224b Updated parts of code from libical.cvs which removes hardcoded LF
Bug 254356: incorrect line endings


git-svn-id: svn://10.0.0.236/trunk@162078 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-10 13:38:38 +00:00
mostafah%oeone.com
b2bc8285e6 Updated translation
git-svn-id: svn://10.0.0.236/trunk@162077 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-10 13:27:21 +00:00
mostafah%oeone.com
4db18ea280 Updated translation
git-svn-id: svn://10.0.0.236/trunk@162074 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-10 13:06:54 +00:00
mcs%pearlcrescent.com
7d734689e8 Additional fix for 141754 - Enhancement: Should support startTls:
Remove extra semicolon which causes an error on some non-gcc compilers.


git-svn-id: svn://10.0.0.236/trunk@162072 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-10 13:03:03 +00:00
dbaron%dbaron.org
af8931a4f1 Fix DEBUG bustage. b=255538
git-svn-id: svn://10.0.0.236/trunk@162071 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-10 09:31:10 +00:00
jst%mozilla.jstenback.com
392d7bbfda Fix crash reported in bug 235923. In odd cases when we get into situations where we're submitting a form while we're in the middle of submitting the same form (waiting for a modal dialog), the pending submission from the first call may get deleted. r+sr=shaver@mozilla.org
git-svn-id: svn://10.0.0.236/trunk@162069 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-10 08:07:04 +00:00
ben%bengoodger.com
d7e11640f4 land 258694 on trunk - cross platform search keybinding now applies to linux now that GTK emacs pref is observed r=bryner
git-svn-id: svn://10.0.0.236/trunk@162067 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-10 07:55:06 +00:00
bryner%brianryner.com
dfaebf225a Add dependency on Makefile so that depend builds don't break.
git-svn-id: svn://10.0.0.236/trunk@162066 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-10 07:52:59 +00:00
igor%mir2.org
a973310b0a RegExpProxy.(search|find|match) was replaced by the single action taking additional actionType argument: this is how the methods were implemented in RegExpImpl in any case and talking to implementation directly saved code.
git-svn-id: svn://10.0.0.236/trunk@162065 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-10 07:51:16 +00:00
igor%mir2.org
ac0a938a7b Inlining back code that were moved recently to do_call/do_new: if continuation support materializes, it would be much easier to transfer control to appropriate part of interpretation loop from the inlined code then to pass the necessary information from do_call.
git-svn-id: svn://10.0.0.236/trunk@162064 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-10 07:48:00 +00:00
bryner%brianryner.com
cb8e82ab99 Hook up gtk2 native keybindings for editor. This gets rid of htmlBindings.xml and instead makes the platform-neutral base bindings be included via the preprocessor, allowing the editorBase bindings to not be applied on gtk2. Also, removed obsolete mac CFM package files. Bug 257405, r=bzbarsky, sr=ben.
git-svn-id: svn://10.0.0.236/trunk@162060 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-10 07:17:31 +00:00
dbaron%dbaron.org
a4ca9058c6 Separate concept of stylesheet URI into base URI (for resolving relative links) and sheet URI (for everything else), since they can differ for style elements (and inline style and style set from script, but that's for the next patch). Some other things (relating to external stylesheets, where it doesn't make a difference) that probably should use the sheet URL are left as the base URL for now because I didn't want to change too much at once. b=255538 r+sr=bzbarsky
git-svn-id: svn://10.0.0.236/trunk@162059 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-10 06:45:59 +00:00
timeless%mozdev.org
52e30238cf Fixing nondebug mAddr is a debug paranoia thing.
git-svn-id: svn://10.0.0.236/trunk@162056 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-10 06:02:07 +00:00
timeless%mozdev.org
aa6bbecd26 Bug 252733 ###!!! ASSERTION: Potential deadlock between Monitor@12f0a8 and Monitor@0: 'Error', file r:/mozilla/xpcom/threads/nsAutoLock.cpp, line 299
Ignore null monitors - they aren't real and xpconnect promises not to enter them so you can't possibly reach a deadlock involving them.
r=brendan sr=brendan


git-svn-id: svn://10.0.0.236/trunk@162055 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-10 05:13:38 +00:00
bzbarsky%mit.edu
b74edc231a Combine WalkRules and UseDocumentRules into one function. Bug 244252,
r=bryner, sr=dbaron


git-svn-id: svn://10.0.0.236/trunk@162054 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-10 04:57:30 +00:00
jst%mozilla.jstenback.com
b98ba229c3 Backing out the fix for bug 258499 as we don't believe it should be fixed to begin with.
git-svn-id: svn://10.0.0.236/trunk@162053 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-10 04:28:15 +00:00
bzbarsky%mit.edu
0d5a66a19f Fix build bustage.
git-svn-id: svn://10.0.0.236/trunk@162051 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-10 03:52:48 +00:00
bzbarsky%mit.edu
5b81e4cac9 createEvent/initEvent screw up creating right-click or middle-click events. Bug
254795, r+sr=jst


git-svn-id: svn://10.0.0.236/trunk@162050 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-10 03:29:09 +00:00
bzbarsky%mit.edu
f3fd99f0a7 Add nsCSSValuePair type and use it for storage of some properties. Bug 208729,
r+sr=dbaron


git-svn-id: svn://10.0.0.236/trunk@162049 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-10 03:26:58 +00:00
bzbarsky%mit.edu
189df3caa3 Look for a form ancestor even if we're not in a document and our parent is
changed.  Bug 257947, r+sr=jst


git-svn-id: svn://10.0.0.236/trunk@162048 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-10 03:16:04 +00:00
cls%seawood.org
61678bb791 Fix insecure tempfile creation issue.
Bug #258173 r=bsmedberg


git-svn-id: svn://10.0.0.236/trunk@162045 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-10 02:25:52 +00:00
dveditz%cruzio.com
39c2ba9f04 aviary bit for bug 157354 (hide user:pass in location bar) r/a=ben
git-svn-id: svn://10.0.0.236/trunk@162043 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-10 02:09:33 +00:00
darin%meer.net
0cffc06e31 install simple.xulapp last
git-svn-id: svn://10.0.0.236/trunk@162041 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-10 01:56:34 +00:00
darin%meer.net
0effb557a9 Adding simple example app
git-svn-id: svn://10.0.0.236/trunk@162040 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-10 01:42:41 +00:00
despotdaemon
f3e6cbf1ee Pseudo-automatic update of changes made by kjh-5727@comcast.net.
git-svn-id: svn://10.0.0.236/trunk@162038 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-10 00:29:29 +00:00
myk%mozilla.org
683fd5121c basic docs on using flags
git-svn-id: svn://10.0.0.236/trunk@162037 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-10 00:29:11 +00:00
despotdaemon
82b370894c Pseudo-automatic update of changes made by kjh-5727@comcast.net.
git-svn-id: svn://10.0.0.236/trunk@162036 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-10 00:28:46 +00:00
myk%mozilla.org
72668caa7b Fix for bug 254360: lists the rules governing who can edit which fields in 2.16 and 2.18 and the differences in those rules between the two versions. Contributed by Nick Barnes.
git-svn-id: svn://10.0.0.236/trunk@162032 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-09 23:48:11 +00:00
despotdaemon
58403b9066 Pseudo-automatic update of changes made by kjh-5727@comcast.net.
git-svn-id: svn://10.0.0.236/trunk@162031 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-09 23:05:43 +00:00
despotdaemon
06b81f2846 Pseudo-automatic update of changes made by kjh-5727@comcast.net.
git-svn-id: svn://10.0.0.236/trunk@162030 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-09 23:05:33 +00:00
despotdaemon
3e369c8b0b Pseudo-automatic update of changes made by kjh-5727@comcast.net.
git-svn-id: svn://10.0.0.236/trunk@162029 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-09 23:05:15 +00:00
darin%meer.net
8fcee6d0e5 working around broken usage of XPCOM for bug 256911 "bind lifetime of
child stubs to that of the master stub" (based on similar patch by
Javier Pedemonte for nsJavaXPTCStub.cpp)


git-svn-id: svn://10.0.0.236/trunk@162028 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-09 22:57:24 +00:00
glen.beasley%sun.com
0204389ece 224566 JVM crashes due to socketAccept timeout
git-svn-id: svn://10.0.0.236/trunk@162027 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-09 22:53:31 +00:00
despotdaemon
78c6ff99ed Pseudo-automatic update of changes made by knous@mozilla.org.
git-svn-id: svn://10.0.0.236/trunk@162025 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-09 22:42:30 +00:00
despotdaemon
e624be3fd4 Pseudo-automatic update of changes made by knous@mozilla.org.
git-svn-id: svn://10.0.0.236/trunk@162024 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-09 22:41:51 +00:00
despotdaemon
c4d526369d Pseudo-automatic update of changes made by knous@mozilla.org.
git-svn-id: svn://10.0.0.236/trunk@162023 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-09 22:41:46 +00:00
neil%parkwaycc.co.uk
279e4281ed Bug 207219 Image resize should zoom clicked position r=varga sr=peterv
git-svn-id: svn://10.0.0.236/trunk@162022 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-09 22:40:40 +00:00
cltbld
f680407942 Automated update from host egg
git-svn-id: svn://10.0.0.236/trunk@162020 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-09 22:22:20 +00:00
kiko%async.com.br
d639e33f18 Fix for bug 232659: Fix inconsistent attachment links (and clean up diff
viewer UI while we're at it). Do just that. r=myk, a=myk.


git-svn-id: svn://10.0.0.236/trunk@162019 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-09 22:19:49 +00:00
jshin%mailaps.org
b4a1963158 no bug: got rid of duplicated lines (see bug 190031 comment #58)
git-svn-id: svn://10.0.0.236/trunk@162018 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-09 22:19:32 +00:00
cltbld
9025aed327 Automated update from host egg
git-svn-id: svn://10.0.0.236/trunk@162016 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-09 21:52:19 +00:00
darin%meer.net
0315fb8b52 fixing firefox bustage
git-svn-id: svn://10.0.0.236/trunk@162015 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-09 21:50:09 +00:00
bienvenu%nventure.com
8fc6fd44ae fix 256330 imap deleting of folders doesn't show folder in trash until restart, sr=mscott
git-svn-id: svn://10.0.0.236/trunk@162014 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-09 21:41:19 +00:00
axel%pike.org
3675f2e341 bug 239369, nsRDFXMLSerializer string do, check return values and copy less utf8<->utf16, r=bsmedberg, sr=darin
git-svn-id: svn://10.0.0.236/trunk@162012 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-09 20:17:36 +00:00
edburns%acm.org
d583fe5e1f This checkin implements a response header listener feature.
I have changed the usage contract of the DocumentLoadListener slightly.
Prior to this checkin, calling getEventData() on the DocumentLoadEvent
passed in to your eventDispatched() method returned the URI to which the
event applies.

Now the getEventData() returns a Map.  You must look up the "URI" key to
find the URI to which the event applies.  If your listener is an
instance of PageInfoListener, and your event mask is
END_URL_LOAD_EVENT_MASK, your Map will have an additional entry under
the key "headers".  This entry is another Map representing the response
headers.

DocumentLoadListener:

 * <p>The <code>eventDispatched()</code> method is passed a {@link
 * DocumentLoadEvent} instance.  The <code>type</code> property of the
 * event will be one of the types defined as a <code>public static final
 * int</code> in <code>DocumentLoadEvent</code>.</p>
 *
 * <p>The <code>eventData</code> property of the
 * <code>DocumentLoadEvent</code> instance will be a
 * <code>java.util.Map</code>.  For all <code>EVENT_MASK</code> types in
 * <code>DocumentLoadEvent</code> the map will contain an entry under
 * the key "<code>URI</code>" without the quotes.  This will be the
 * fully qualified URI for the event.</p>
 *
 * <p>For the <code>PROGRESS_URL_LOAD_EVENT_MASK</code> there will be an
 * entry in the map for the key "<code>message</code>".  This will be
 * the progress message from the browser.</p>

PageInfoListener:

 * <p>This {@link DocumentLoadListener} subclass adds the ability to get
 * detailed information on each event. </p>
 *
 * <p>The <code>eventDispatched()</code> method is passed the same thing
 * as in the {@link DocumentLoadListener}.</p>
 *
 * <p>The <code>eventData</code> property of the
 * <code>DocumentLoadEvent</code> instance will be a
 * <code>java.util.Map</code>.  For the
 * <code>END_URL_LOAD_EVENT_MASK</code> type in
 * <code>DocumentLoadEvent</code> the map will contain an entry under
 * the key "<code>URI</code>" without the quotes.  This will be the
 * fully qualified URI for the event.  The map will also contain an
 * entry under the key "<code>headers</code>".  This entry will be a
 * <code>Map</code> of all the response headers.</p>


The next step will be to allow the same procedure to work to discover
the request headers.

Ed

A classes_spec/org/mozilla/webclient/PageInfoListener.java

- marker class for listenening for high fidelity page information.

A src_moz/EventRegistrationImpl.cpp

- add boolean property, capturePageInfo to turn on or off high fidelity
  page information collection.

M build-tests.xml

- add new test, DocumentLoadListenerTest

M build.xml

- added new JNI class, EventRegistrationImpl

M classes_spec/org/mozilla/webclient/CurrentPage2.java
M classes_spec/org/mozilla/webclient/impl/wrapper_native/CurrentPageImpl.java

- rollback previous API for headers discovery

M classes_spec/org/mozilla/webclient/impl/wrapper_native/EventRegistrationImpl.java

- pass thru the capturePageInfo property

- add URIToStringMap, currently not working.

M classes_spec/org/mozilla/webclient/test/EMWindow.java

- call toString() on the eventData, don't cast it to a String.

M src_moz/EmbedProgress.cpp
M src_moz/EmbedProgress.h

- leverage the nsIHttpHeaderVisitor interface to discover the response
  headers.

- add boolean property capturePageInfo

A src_moz/HttpHeaderVisitorImpl.cpp
A src_moz/HttpHeaderVisitorImpl.h

- copy the headers to a Properties object.

M src_moz/Makefile.in

- compile two new files:

+	EventRegistrationImpl.cpp \
+	HttpHeaderVisitorImpl.cpp \

M src_moz/NativeBrowserControl.cpp
M src_moz/NativeBrowserControl.h

- pass the NativeWrapperFactory to our Init() method

- add wrapperFactory getter.

M src_moz/WrapperFactoryImpl.cpp

- pass the nativeWrapperFactory to the NativeBrowserControl's Init method.

M src_share/jni_util.cpp
M src_share/jni_util.h

- new constants: URI, headers

R test/automated/src/classes/org/mozilla/webclient/CurrentPageTest.java

- not yet time for this one
A test/automated/src/classes/org/mozilla/webclient/DocumentLoadListenerTest.java

- exercise bare minimum functionality of PageInfoListener

M test/manual/src/classes/org/mozilla/webclient/test/TestBrowser.java

- print out headers.


git-svn-id: svn://10.0.0.236/trunk@162011 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-09 20:17:18 +00:00
despotdaemon
4f7f1c9256 Pseudo-automatic update of changes made by steffen.wilberg@web.de.
git-svn-id: svn://10.0.0.236/trunk@162010 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-09 20:07:18 +00:00
despotdaemon
8ab09e6573 Pseudo-automatic update of changes made by steffen.wilberg@web.de.
git-svn-id: svn://10.0.0.236/trunk@162009 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-09 20:06:33 +00:00
despotdaemon
05e72806b2 Pseudo-automatic update of changes made by steffen.wilberg@web.de.
git-svn-id: svn://10.0.0.236/trunk@162008 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-09 20:06:00 +00:00
despotdaemon
00d0037427 Pseudo-automatic update of changes made by steffen.wilberg@web.de.
git-svn-id: svn://10.0.0.236/trunk@162007 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-09 20:05:48 +00:00
cltbld
c5bee9c011 Automated update from host egg
git-svn-id: svn://10.0.0.236/trunk@162006 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-09 19:44:50 +00:00
darin%meer.net
bca6a46767 putting these changes back since the problem was with configure
git-svn-id: svn://10.0.0.236/trunk@162005 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-09 19:44:19 +00:00
darin%meer.net
c904b2ef29 fixing bustage by backing out Makefile.in changes
git-svn-id: svn://10.0.0.236/trunk@162004 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-09 19:34:24 +00:00
darin%meer.net
67c2f59a01 landing build changes for XULRunner (bug 257162) r=bsmedberg
git-svn-id: svn://10.0.0.236/trunk@162000 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-09 19:10:39 +00:00
jst%mozilla.jstenback.com
6d9a847d4a Landing fix for bug 258487, patch by Wladimir Palant <trev@gtchat.de>. Add code to check a pref for how to treat popups opened by a plugin. r+sr=jst@mozilla.org
git-svn-id: svn://10.0.0.236/trunk@161999 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-09 18:53:21 +00:00
darin%meer.net
c49fcde0e0 fixing win32 bustage
git-svn-id: svn://10.0.0.236/trunk@161998 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-09 18:52:22 +00:00
mcs%pearlcrescent.com
b8044053ec Fix bug # 141754 - Enhancement: Should support startTLS.
LDAP command line tools now accept 2 new options:
    -ZZ  (issue a startTLS request)
    -ZZZ (like -ZZ but require a successful response).
 API extensions:
  ldap_ssl.h: LDAP_EXOP_START_TLS macro (OID of start TLS extended op.).
  libssldap:  Added ldap_start_tls_s() function.
  libprldap:  Added prldap_is_installed() and prldap_import_connection().
  libldap:    Added new LDAP_X_OPT_SOCKETARG option for ldap_get_option()
                and ldap_set_option() (get/set the socketarg associated
                with the main LDAP TCP connection).
  liblber:    Added new LBER_SOCKBUF_OPT_SOCK_ARG option for
                 ber_sockbuf_set_option() and ber_sockbuf_get_option()
                 (get/set the socketarg associated with a Sockbuf).
Also, some refactoring was done in libssldap to simplify the code.


git-svn-id: svn://10.0.0.236/trunk@161997 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-09 18:50:05 +00:00
mcs%pearlcrescent.com
3b1008e4ea Fix bug # 242143 - ldap_extended_operation(3) sends requestValue
when not requested.
  Now if a NULL struct berval * is passed for the extended op data,
  no value is sent.


git-svn-id: svn://10.0.0.236/trunk@161996 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-09 18:23:39 +00:00
darin%meer.net
dd1a93c1ff landing patch for bug 258470 "XULRunner shouldn't use firefox migration service" r=bsmedberg
git-svn-id: svn://10.0.0.236/trunk@161995 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-09 18:10:25 +00:00
igor%mir2.org
fd313a6a75 1. Interpreter.interpret no longer tracks "with" statement nesting and instead use local register to save/restore scope during exception handling. It allowed to simplify exception handling and move it back to Interpreter.interpret to avoid issues with hypothetical stack overflow exceptions during exception catching.
2. local registers are cleared with null after use to allow to GC no longer used objects.


git-svn-id: svn://10.0.0.236/trunk@161993 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-09 17:40:48 +00:00
dbaron%dbaron.org
d116431504 Pass line number information for style elements through to the CSS parser so we can give correct line numbers in error reports. b=240420 r+sr=bzbarsky
git-svn-id: svn://10.0.0.236/trunk@161992 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-09 17:32:35 +00:00
despotdaemon
955fcc9dfb Pseudo-automatic update of changes made by nb@ipnode.info.
git-svn-id: svn://10.0.0.236/trunk@161991 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-09 17:22:21 +00:00
despotdaemon
d443168438 Pseudo-automatic update of changes made by nb@ipnode.info.
git-svn-id: svn://10.0.0.236/trunk@161990 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-09 17:21:50 +00:00
despotdaemon
b6a0960c00 Pseudo-automatic update of changes made by nb@ipnode.info.
git-svn-id: svn://10.0.0.236/trunk@161989 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-09 17:20:34 +00:00
despotdaemon
cff804d08b Pseudo-automatic update of changes made by nb@ipnode.info.
git-svn-id: svn://10.0.0.236/trunk@161988 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-09 17:20:16 +00:00
despotdaemon
272d9d9941 Pseudo-automatic update of changes made by nb@ipnode.info.
git-svn-id: svn://10.0.0.236/trunk@161987 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-09 17:19:39 +00:00
despotdaemon
bee41e2fcd Pseudo-automatic update of changes made by nb@ipnode.info.
git-svn-id: svn://10.0.0.236/trunk@161986 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-09 17:19:28 +00:00
pedemont%us.ibm.com
34b4857672 Bug 258503 - incorrect comment for function onStartURIOpen. r=cbiesinger,sr=bzbarsky,a=mkaply
git-svn-id: svn://10.0.0.236/trunk@161984 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-09 15:32:24 +00:00
mostafah%oeone.com
861be3214f Updated translation
git-svn-id: svn://10.0.0.236/trunk@161983 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-09 15:32:04 +00:00
mostafah%oeone.com
c8a01d74b1 Checked in patch for bug 258369:
Adding city to "my Timezone


git-svn-id: svn://10.0.0.236/trunk@161981 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-09 14:58:15 +00:00
mostafah%oeone.com
f7cdbd5c50 Checked in patch for bug 258527:
MonthView, workweek only: no 5th week if month ends on day off at 6th week start


git-svn-id: svn://10.0.0.236/trunk@161980 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-09 14:42:42 +00:00
dveditz%cruzio.com
aa4a2905e1 bug 157354 suppress display of user:pass (pref controlled) to help with spoofing; r=caillon,sr=bz,a=asa
git-svn-id: svn://10.0.0.236/trunk@161978 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-09 14:27:52 +00:00
neil%parkwaycc.co.uk
8414e39309 Bug 258474 JavaScript strict warnings: trailing comma is not legal p=cst@andrew.cmu.edu r+sr=dbaron
git-svn-id: svn://10.0.0.236/trunk@161977 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-09 14:25:26 +00:00
Stefan.Borggraefe%gmx.de
bdec461f89 Bug 250637: Remove broken "Power Search" feature that was never really implemented
r=pkwarren, sr=neil


git-svn-id: svn://10.0.0.236/trunk@161976 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-09 14:23:12 +00:00
Stefan.Borggraefe%gmx.de
2bd2e54853 Remove unused pref (part of bug 250637).
r=mscott


git-svn-id: svn://10.0.0.236/trunk@161975 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-09 14:19:02 +00:00
neil%parkwaycc.co.uk
4beeb4a6a7 Bug 142798 Should be able to copy URL from download manager p=cst@andrew.cmu.edu r=me sr=jag
git-svn-id: svn://10.0.0.236/trunk@161974 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-09 14:12:53 +00:00
neil%parkwaycc.co.uk
af9b0b0480 Supplementary fix to bug 258143 to make reloading the displayed message more reliable r+sr=bienvenu
git-svn-id: svn://10.0.0.236/trunk@161972 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-09 08:14:21 +00:00
pete.zha%sun.com
5646b9ffe6 bug 254553
Preference items in "images" is not lockable
r=neil.parkwaycc.co.uk, sr=jag
patch=brian.lu@sun.com


git-svn-id: svn://10.0.0.236/trunk@161971 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-09 07:11:27 +00:00
darin%meer.net
42354521cb Improve command line handling for XULRunner. Support invocation without
the "-app" switch.  Provide basic -help and -version support.


git-svn-id: svn://10.0.0.236/trunk@161970 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-09 07:03:04 +00:00
darin%meer.net
daa3264c7a correct spelling of XULRunner ;-)
git-svn-id: svn://10.0.0.236/trunk@161969 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-09 07:01:43 +00:00
darin%meer.net
5ec644086a fixes bug 257308 "Visual indicators of site security appear for the wrong site" r=biesi sr=bz
git-svn-id: svn://10.0.0.236/trunk@161968 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-09 06:54:52 +00:00
despotdaemon
20536cf2b7 Pseudo-automatic update of changes made by jwalden@mit.edu.
git-svn-id: svn://10.0.0.236/trunk@161961 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-09 03:19:51 +00:00
despotdaemon
0bc920b661 Pseudo-automatic update of changes made by jwalden@mit.edu.
git-svn-id: svn://10.0.0.236/trunk@161960 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-09 03:19:41 +00:00
darin%meer.net
b67e056a9a landing modifications from XULRUNNER_20040804_BRANCH
git-svn-id: svn://10.0.0.236/trunk@161958 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-09 01:26:39 +00:00
jwalden%mit.edu
ac79dae90a Bug 257274 - Minor errors in forieusers.xhtml, using_firebird.xhtml. Patch by Sean Umphlet <nosebleed@umphlet.com>, r=rlk@trfenv.com, a=asa
git-svn-id: svn://10.0.0.236/trunk@161957 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-09 00:57:02 +00:00
pinkerton%aol.net
83f0e82489 escape a menu item starting with a hyphen (carbon wants to make it a
separator) with a zero-width space (bug 164155, r=pink, sr=bryner)


git-svn-id: svn://10.0.0.236/trunk@161956 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-09 00:51:11 +00:00
pinkerton%aol.net
a73313159d strip &'s (windows accel keys) from prompt strings (bug 244670)
git-svn-id: svn://10.0.0.236/trunk@161954 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-09 00:37:18 +00:00
jocuri%softhome.net
a45d30a5bb Patch for bug 257303: convert lastused field in logincookies from timestamp to datetime; patch by Tomas Kopal <Tomas.Kopal@altap.cz>; r=vladd, a=justdave.
git-svn-id: svn://10.0.0.236/trunk@161950 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-08 23:29:08 +00:00
timeless%mozdev.org
e16d50ce6e Bug 156632 useless call to PR_CurrentThread
patch by riceman+bmo@mail.rit.edu r=dbaron sr=darin


git-svn-id: svn://10.0.0.236/trunk@161949 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-08 22:56:06 +00:00
jocuri%softhome.net
abed40a375 Patch for bug 254729: fix editproducts.cgi generated warnings in the error log when creating new products; patch by GavinS <bugzilla@chimpychompy.org>; r=vladd, a=justdave.
git-svn-id: svn://10.0.0.236/trunk@161947 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-08 22:53:39 +00:00
jocuri%softhome.net
d1cdb44dfb Patch for bug 211188: Make testing suite check for any #! lines that are not /usr/bin/perl; patch by Marc Schumann <wurblzap@gmail.com>; r=vladd, a=justdave.
git-svn-id: svn://10.0.0.236/trunk@161946 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-08 22:47:16 +00:00
jst%mozilla.jstenback.com
c15e2fbb86 Fixing bug 258499. Gmail invite window treated as a popup, and is blocked. Need to permit popups from mousedown with the new popup blocker. r+sr=brendan@mozilla.org
git-svn-id: svn://10.0.0.236/trunk@161944 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-08 22:38:15 +00:00
darin%meer.net
5608aae523 fixes bug 258473 "Taskbar icons all the same (moz head) instead of functional icons (browser vs. mail)" r=biesi
git-svn-id: svn://10.0.0.236/trunk@161943 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-08 22:06:17 +00:00
darin%meer.net
891acc1c03 fixes bug 258491 "nsXREDirProvider should expose NS_APP_USER_CHROME_DIR as soon as possible" r=bsmedberg
git-svn-id: svn://10.0.0.236/trunk@161937 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-08 20:25:45 +00:00
blizzard%redhat.com
58a314343d Make sure to break out of the loop when converting from UTF-8 to UTF-16 line breakes. Otherwise we could re-use the already converted number and re-convert the value again. This should fix problems on sites like kr.yahoo.com. Not part of the default build.
git-svn-id: svn://10.0.0.236/trunk@161936 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-08 19:52:35 +00:00
aaronleventhal%moonset.net
ef893ae0a8 Bug 255569. HTML combo box drop downs should not be in tab order. r=neil, sr=bryner
git-svn-id: svn://10.0.0.236/trunk@161935 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-08 19:32:29 +00:00
ere%atp.fi
45e75cc169 Bug 253035: Simplify IME code of windows/nsWindow.cpp
Patch by Masayuki Nakano
r=ere
sr=bryner


git-svn-id: svn://10.0.0.236/trunk@161934 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-08 19:30:22 +00:00
mostafah%oeone.com
2ea1fc0d40 Fixed bug 258469: Warning: trailing comma is not legal in ECMA-262 object
initializers Source File: chrome://calendar/content/publish.js


git-svn-id: svn://10.0.0.236/trunk@161932 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-08 18:49:24 +00:00
blizzard%redhat.com
37e5705c00 Make sure that the minimum font sizes are measured in points, not pixels. Should fix problems on sites like cn.yahoo.com which have some small chinese glyphs. Not part of the default build.
git-svn-id: svn://10.0.0.236/trunk@161930 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-08 18:44:36 +00:00
bienvenu%nventure.com
322e971817 fix crash adding second news account with existing name, r=me, sr=mscott, patch by kteuscher@myrealbox.com 258234
git-svn-id: svn://10.0.0.236/trunk@161929 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-08 18:21:52 +00:00
jst%mozilla.jstenback.com
2745578c76 Fixing mailnews crash (bug 258386) when hitting 'b' to go to the previous message when on the first message. r=bienvenu@nventure.com, sr=mscott@mozilla.org
git-svn-id: svn://10.0.0.236/trunk@161924 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-08 16:57:42 +00:00
blizzard%redhat.com
6c88c137bf Fix problems with text rendering where letter spacing was used with letters that would generate multiple text runs and multiple glyphs for each character. Not part of the default build.
git-svn-id: svn://10.0.0.236/trunk@161922 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-08 16:50:36 +00:00
roc+%cs.cmu.edu
a1cc4fa302 bug 258055. Fix broken C++ compiler bustage. r+sr=roc, patch by Yuliy Pisetsky
git-svn-id: svn://10.0.0.236/trunk@161920 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-08 15:39:44 +00:00
despotdaemon
7c5f5efbf2 Pseudo-automatic update of changes made by nb@ipnode.info.
git-svn-id: svn://10.0.0.236/trunk@161919 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-08 15:34:02 +00:00
despotdaemon
6b2282b5f7 Pseudo-automatic update of changes made by nb@ipnode.info.
git-svn-id: svn://10.0.0.236/trunk@161918 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-08 15:33:22 +00:00
igor%mir2.org
a5563f388c Removal of "throws JavaSriptException" declaration:
JavaSriptException now inherits from RhinoException which inherits from RuntimeException and as such it does not necessary to declare it.

Moreover, it is wrong to use it for the documentation purpose since a  script can also throw EcmaError and WrappedException and a proper documentation would require to document those exceptions as well. But since almost all Rhino functions can potentially execute script code it means that wast majority of functions would bear the declarations, not only code overriding or calling explicitly Function.call/construct. And then the throw declarations would bring no information if it always would be "throws RhinoException". Thus it is better not to litter sources with the declarations at all.


git-svn-id: svn://10.0.0.236/trunk@161917 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-08 12:29:59 +00:00
ben%bengoodger.com
3cab707e62 258360 - ISS is sending incorrect parameter values when there is no selected search engine r+sr=brendan@mozilla.org
git-svn-id: svn://10.0.0.236/trunk@161910 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-08 08:11:37 +00:00
scott%scott-macgregor.org
852ac2d7ae Bug #257555 --> when importing eudora mailboxes with special eudora tags like <x-flowed>, just remove the tag and not the entire line of text.
git-svn-id: svn://10.0.0.236/trunk@161909 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-08 06:16:30 +00:00
scott%scott-macgregor.org
1fce4fa71a Bug #247644 --> If Thunderbird has more then one profile Firefox can't be started by clicking a hyperlink.
Clear several environment variables that get set when the aviary app gets restarted.

r=bsmedberg
sr=darin


git-svn-id: svn://10.0.0.236/trunk@161908 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-08 05:43:21 +00:00
dbaron%dbaron.org
d788090231 Fix serialization of declaration blocks containing 'overflow' and the bugs that causes. b=258300 r+sr=bzbarsky
git-svn-id: svn://10.0.0.236/trunk@161907 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-08 05:42:03 +00:00
scott%scott-macgregor.org
f6406239f8 Bug #258005 --> use nsCString instead of the old PUSH_STRING macro for generating attachment header info.
sr=bienvenu


git-svn-id: svn://10.0.0.236/trunk@161906 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-08 05:35:55 +00:00
darin%meer.net
8df3470f93 fixing MingW bustage
git-svn-id: svn://10.0.0.236/trunk@161905 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-08 03:38:37 +00:00
nelsonb%netscape.com
84e4da7446 Two new functions: PK11_PubEncryptPKCS1 and PK11_PrivDecryptPKCS1.
Bugzilla bug 258366. Ported from NSS 3.9 branch.


git-svn-id: svn://10.0.0.236/trunk@161904 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-08 02:52:15 +00:00
nelsonb%netscape.com
1254619e89 export CERT_ConvertAndDecodeCertificate and SEC_PKCS7EncodeItem from
libSMIME.  Bugzilla bug 258362.  Fix ported from 3.9 branch.


git-svn-id: svn://10.0.0.236/trunk@161903 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-08 01:20:46 +00:00
despotdaemon
ee1e75bdc1 Pseudo-automatic update of changes made by myk@mozilla.org.
git-svn-id: svn://10.0.0.236/trunk@161902 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-08 01:19:48 +00:00
despotdaemon
677ad5c33f Pseudo-automatic update of changes made by myk@mozilla.org.
git-svn-id: svn://10.0.0.236/trunk@161901 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-08 01:17:58 +00:00
despotdaemon
1e08f3307b Pseudo-automatic update of changes made by myk@mozilla.org.
git-svn-id: svn://10.0.0.236/trunk@161900 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-08 01:17:45 +00:00
despotdaemon
bc2a1092ae Pseudo-automatic update of changes made by myk@mozilla.org.
git-svn-id: svn://10.0.0.236/trunk@161899 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-08 01:14:47 +00:00
despotdaemon
398f5e6da8 Pseudo-automatic update of changes made by myk@mozilla.org.
git-svn-id: svn://10.0.0.236/trunk@161898 18797224-902f-48f8-a5cc-f745e15eee43
2004-09-08 01:14:43 +00:00
19663 changed files with 346015 additions and 3017760 deletions

View File

@@ -1 +0,0 @@
CVSROOT/history

View File

@@ -1,4 +0,0 @@
If you change the modules file, you *MUST* run:
check-modules.pl modules
*before* cvs committing the new modules file.

View File

@@ -1,257 +0,0 @@
#!/usr/bin/env perl
# The contents of this file are subject to the Netscape Public
# License Version 1.1 (the "License"); you may not use this file
# except in compliance with the License. You may obtain a copy of
# the License at http://www.mozilla.org/NPL/
#
# Software distributed under the License is distributed on an "AS
# IS" basis, WITHOUT WARRANTY OF ANY KIND, either express or
# implied. See the License for the specific language governing
# rights and limitations under the License.
#
# The Original Code is this file as it was released upon February 25, 1999.
#
# The Initial Developer of the Original Code is Netscape Communications
# Corporation. Portions created by Netscape are
# Copyright (C) 1999 Netscape Communications Corporation. All
# Rights Reserved.
#
# Contributor(s):
#
# check-modules.pl - Check cvs modules file for duplicates and syntax errors.
#
# TODO:
# - Parse output of 'cvs co -c' command in addition to the raw file.
#
# Send comments, improvements, bugs to Steve Lamm (slamm@netscape.com).
# $Id: check-modules.pl,v 1.1 2000-06-01 11:03:22 leaf%mozilla.org Exp $
require 5.004;
use Getopt::Std;
sub usage
{
my ($progname) = $0 =~ /([^\/]+)$/;
die "Usage: $progname [options] [<module_file>]
Reads from stdin if no file is given.
Options:
-v Verbose. Print the modules and what they include.
-h Print this usage message.
";
}
&usage if !getopts('hv');
&usage if defined($opt_h);
######################################################################
# begin main
# The subroutine &parse_input creates the globals @module_names,
# %module_tree, and %line_number (described below).
&parse_input;
foreach $module (@module_names)
{
&check_module($module);
}
# end main
######################################################################
# begin subroutines
sub parse_input
{
# Globals created:
# @module_names - List of module names in the order they are seen.
# %module_tree - Hash table of lists. Keys are module names.
# Values are lists of module names and diretories.
# %line_number - Hash indexed by module name and module item.
# Values are line numbers.
@module_names = ();
%module_tree = ();
%line_number = ();
while (<>)
{
next if /^\#/ || /^\s*$/;
# Check for a module definition
if (/^([_a-zA-Z0-9]+)\s+(?:-l\s+)?-a\s*(.*)$/)
{
my ($module_name) = $1;
my (@sub_items) = ();
my ($line) = $2;
push @module_names, $module_name;
# Read line continuations (i.e. lines with '\' on the end).
while ($line =~ /\\$/)
{
chomp $line;
$line =~ s/^\s*(.*?)\s*\\$/$1/;
if (length($line) > 0)
{
my (@line_items) = split(/\s+/, $line);
push @sub_items, @line_items;
&save_line_numbers($module_name, $., @line_items);
}
$line = <>;
}
chomp $line;
$line =~ s/^\s*(.*?)\s*$/$1/;
my (@line_items) = split(/\s+/, $line);
push @sub_items, @line_items;
&save_line_numbers($module_name, $., @line_items);
$module_tree{$module_name} = \@sub_items;
}
else
{
die "Unexpected input: line $.: $_\n";
}
}
}
sub check_module
{
my ($module) = $_[0];
my ($sub_module, $sub_dir, $prev_module);
# Globals created:
# %have_checked - List of modules already checked.
# %full_list - All the directories for a module.
# Indexed by module and sub directory.
# Values are the module that added the directory.
return if defined($have_checked{$module});
$full_list{$module} = {};
foreach $sub_module ( &get_modules($module) )
{
&check_module($sub_module);
# Add the directories of the sub_module to this module
while (($sub_dir, $prev_module) = each %{$full_list{$sub_module}})
{
$full_list{$module}{$sub_dir} = $prev_module;
}
}
foreach $sub_dir ( &get_directories($module) )
{
if (defined($full_list{$module}{$sub_dir}))
{
my ($previous_module) = $full_list{$module}{$sub_dir};
&warn_multiple($sub_dir, $module, $previous_module);
}
else
{
$full_list{$module}{$sub_dir} = $module;
# Check if parent or child of directory was previously added
#
&check_inclusion($sub_dir, $module);
}
}
if (defined($opt_v))
{
print "$module\n";
while (($sub_dir, $prev_module) = each %{$full_list{$module}})
{
print " $sub_dir, $prev_module\n";
}
}
$have_checked{$module} = 1;
}
sub get_modules
{
my ($module) = $_[0];
my (@output) = ();
my ($sub_item);
foreach $sub_item ( @{ $module_tree{$module} } )
{
push @output, $sub_item if defined($module_tree{$sub_item});
}
return @output;
}
sub get_directories
{
my ($module) = $_[0];
my (@output) = ();
my ($sub_item);
foreach $sub_item ( @{ $module_tree{$module} } )
{
push @output, $sub_item unless defined($module_tree{$sub_item});
}
return @output;
}
sub save_line_numbers
{
my ($module, $line_num, @sub_items) = @_;
my ($sub_item);
foreach $sub_item (@sub_items)
{
if (defined($line_number{$module}{$sub_item}))
{
$line_number{$module}{$sub_item} =
"$line_number{$module}{$sub_item}, $line_num";
}
else
{
$line_number{$module}{$sub_item} = $line_num;
}
}
}
sub warn_multiple
{
my ($sub_item, $module, $previous_module) = @_;
my ($line_txt) = '';
my (@lines) = split(', ', $line_number{$module}{$sub_item});
push(@lines, split(', ', $line_number{$previous_module}{$sub_item}))
unless $previous_module eq $module;
$line_txt = "lines ".join(', ', sort { $a <=> $b } @lines);
warn "Error: Multiple listing: $line_txt: $sub_item.\n";
}
sub check_inclusion
{
my ($sub_dir, $module) = @_;
my ($dir);
foreach $dir (keys %{$full_list{$module}})
{
next if $dir eq $sub_dir;
if (length($dir) < length($sub_dir))
{
my ($temp) = $sub_dir;
$sub_dir = $dir;
$dir = $temp;
}
if ($dir =~ /^$sub_dir\//)
{
warn "Warning: $dir (line "
.$line_number{$full_list{$module}{$dir}}{$dir}
.") pulled by $sub_dir (line "
.$line_number{$full_list{$module}{$sub_dir}}{$sub_dir}
.")\n";
}
}
}

View File

@@ -1,20 +0,0 @@
# The "checkoutlist" file is used to support additional version controlled
# administrative files in $CVSROOT/CVSROOT, such as template files.
#
# The first entry on a line is a filename which will be checked out from
# the corresponding RCS file in the $CVSROOT/CVSROOT directory.
# The remainder of the line is an error message to use if the file cannot
# be checked out.
#
# File format:
#
# [<whitespace>]<filename><whitespace><error message><end-of-line>
#
# comment lines begin with '#'
passwd
readers
commitcheck.pl
dolog.pl
FilesToNotExport
cvsmailfilter.pl
sendnotification.pl

View File

@@ -1,573 +0,0 @@
#!/usr/bin/perl --
# DO NOT EDIT THIS FILE! You must instead go to http://despot.mozilla.org/, and
# tweak things from there.
$mode{'180'} = 'Open';
$branch{'180'} = 'HEAD';
$fullname{'180'} = 'accessibility';
$mode{'52'} = 'Open';
$branch{'52'} = 'HEAD';
$fullname{'52'} = 'Aurora/RDF BE';
$mode{'172'} = 'Open';
$branch{'172'} = 'HEAD';
$fullname{'172'} = 'BeOS-based gfx and widget';
$mode{'53'} = 'Open';
$branch{'53'} = 'HEAD';
$fullname{'53'} = 'Berkeley DB';
$mode{'166'} = 'Open';
$branch{'166'} = 'HEAD';
$fullname{'166'} = 'Browser';
$mode{'55'} = 'Open';
$branch{'55'} = 'HEAD';
$fullname{'55'} = 'Build Config';
$mode{'183'} = 'Open';
$branch{'183'} = 'HEAD';
$fullname{'183'} = 'calendar';
$mode{'146'} = 'Restricted';
$branch{'146'} = 'NSPRPUB_PRE_4_2_CLIENT_BRANCH';
$fullname{'146'} = 'Client NSPR';
$blessed{'146'} = ['sdagley%mac.com','mkaply%us.ibm.com','lpham%netscape.com','jje%mac.com','granrose%netscape.com','sfraser%netscape.com',];
$super{'146'} = ['wchang0222%aol.com','seawood%netscape.com','darin%meer.net','cls%seawood.org','bryner%brianryner.com','leaf%mozilla.org',];
$mode{'96'} = 'Open';
$branch{'96'} = 'HEAD';
$fullname{'96'} = 'Clipping and Compositing';
$mode{'56'} = 'Open';
$branch{'56'} = 'HEAD';
$fullname{'56'} = 'Composer';
$mode{'171'} = 'Open';
$branch{'171'} = 'HEAD';
$fullname{'171'} = 'Cookies and Permissions';
$mode{'4'} = 'Open';
$branch{'4'} = 'HEAD';
$fullname{'4'} = 'default';
$defaultid = '4';
$mode{'3'} = 'Closed';
$branch{'3'} = 'HEAD';
$fullname{'3'} = 'despotaccess';
$blessed{'3'} = [];
$super{'3'} = ['myk%mozilla.org','leaf%mozilla.org','despotdaemon',];
$mode{'59'} = 'Restricted';
$branch{'59'} = 'HEAD';
$fullname{'59'} = 'Directory SDK';
$blessed{'59'} = ['cls%seawood.org','richm%netscape.com',];
$super{'59'} = ['leif%ogre.com','dmose%mozilla.org','mhein%sun.com','mcs%pearlcrescent.com',];
$mode{'103'} = 'Open';
$branch{'103'} = 'HEAD';
$fullname{'103'} = 'Document Object Model';
$mode{'46'} = 'Open';
$branch{'46'} = 'HEAD';
$fullname{'46'} = 'ef';
$mode{'101'} = 'Open';
$branch{'101'} = 'HEAD';
$fullname{'101'} = 'Embeddable Web Browser';
$mode{'181'} = 'Open';
$branch{'181'} = 'HEAD';
$fullname{'181'} = 'Find As You Type';
$mode{'177'} = 'Open';
$branch{'177'} = 'HEAD';
$fullname{'177'} = 'GFX and Widget - General';
$mode{'178'} = 'Open';
$branch{'178'} = 'HEAD';
$fullname{'178'} = 'GFX and Widget - Mac';
$mode{'182'} = 'Open';
$branch{'182'} = 'HEAD';
$fullname{'182'} = 'Global Key Bindings';
$mode{'49'} = 'Open';
$branch{'49'} = 'HEAD';
$fullname{'49'} = 'GTK';
$mode{'144'} = 'Open';
$branch{'144'} = 'HEAD';
$fullname{'144'} = 'GTK Embedding Widget';
$mode{'174'} = 'Open';
$branch{'174'} = 'HEAD';
$fullname{'174'} = 'Help System';
$mode{'62'} = 'Open';
$branch{'62'} = 'HEAD';
$fullname{'62'} = 'HTML to Text/PostScript Translation';
$mode{'67'} = 'Open';
$branch{'67'} = 'HEAD';
$fullname{'67'} = 'I18N Library';
$mode{'64'} = 'Open';
$branch{'64'} = 'HEAD';
$fullname{'64'} = 'Image Handling: JPEG';
$mode{'155'} = 'Open';
$branch{'155'} = 'HEAD';
$fullname{'155'} = 'Image Handling: MNG';
$mode{'65'} = 'Open';
$branch{'65'} = 'HEAD';
$fullname{'65'} = 'Image Handling: PNG';
$mode{'63'} = 'Open';
$branch{'63'} = 'HEAD';
$fullname{'63'} = 'ImageLib';
$mode{'69'} = 'Open';
$branch{'69'} = 'HEAD';
$fullname{'69'} = 'Java and JS Capability-Based Security';
$mode{'130'} = 'Open';
$branch{'130'} = 'HEAD';
$fullname{'130'} = 'Java APIs for DOM';
$mode{'127'} = 'Open';
$branch{'127'} = 'HEAD';
$fullname{'127'} = 'Java APIs to WebShell';
$mode{'68'} = 'Open';
$branch{'68'} = 'HEAD';
$fullname{'68'} = 'Java Stubs';
$mode{'128'} = 'Open';
$branch{'128'} = 'HEAD';
$fullname{'128'} = 'Java to XPCOM Bridge';
$mode{'133'} = 'Open';
$branch{'133'} = 'HEAD';
$fullname{'133'} = 'Java Utility Classes';
$mode{'129'} = 'Open';
$branch{'129'} = 'HEAD';
$fullname{'129'} = 'Java-Implemented Plugins';
$mode{'70'} = 'Restricted';
$branch{'70'} = 'HEAD';
$fullname{'70'} = 'JavaScript';
$blessed{'70'} = ['timeless%mozdev.org','mike+mozilla%meer.net','cls%seawood.org','bratell%lysator.liu.se',];
$super{'70'} = ['shaver%mozilla.org','rogerl33%aol.com','khanson%netscape.com','jband%netscape.com','brendan%mozilla.org',];
$mode{'71'} = 'Open';
$branch{'71'} = 'HEAD';
$fullname{'71'} = 'JavaScript Debugger';
$mode{'114'} = 'Open';
$branch{'114'} = 'HEAD';
$fullname{'114'} = 'js-tests';
$mode{'72'} = 'Open';
$branch{'72'} = 'HEAD';
$fullname{'72'} = 'LiveConnect';
$mode{'136'} = 'Closed';
$branch{'136'} = 'HEAD';
$fullname{'136'} = 'Locked-Content';
$blessed{'136'} = [];
$super{'136'} = ['hyatt%mozilla.org',];
$mode{'123'} = 'Open';
$branch{'123'} = 'HEAD';
$fullname{'123'} = 'Mail/News';
$mode{'165'} = 'Open';
$branch{'165'} = 'HEAD';
$fullname{'165'} = 'MathML';
$mode{'124'} = 'Open';
$branch{'124'} = 'HEAD';
$fullname{'124'} = 'MIME';
$mode{'157'} = 'Open';
$branch{'157'} = 'HEAD';
$fullname{'157'} = 'Movemail';
$mode{'112'} = 'Open';
$branch{'112'} = 'HEAD';
$fullname{'112'} = 'Mozilla Tools';
$mode{'19'} = 'Open';
$branch{'19'} = 'HEAD';
$fullname{'19'} = 'mozilla-toplevel';
$mode{'147'} = 'Open';
$branch{'147'} = 'HEAD';
$fullname{'147'} = 'Mstone';
$mode{'77'} = 'Open';
$branch{'77'} = 'HEAD';
$fullname{'77'} = 'NetLib';
$mode{'102'} = 'Open';
$branch{'102'} = 'HEAD';
$fullname{'102'} = 'New HTML Parser';
$mode{'100'} = 'Open';
$branch{'100'} = 'HEAD';
$fullname{'100'} = 'New HTML Style System';
$mode{'98'} = 'Open';
$branch{'98'} = 'HEAD';
$fullname{'98'} = 'New Layout Engine';
$mode{'122'} = 'Open';
$branch{'122'} = 'HEAD';
$fullname{'122'} = 'News';
$mode{'78'} = 'Restricted';
$branch{'78'} = 'HEAD';
$fullname{'78'} = 'NSPR';
$blessed{'78'} = ['sdagley%mac.com','gerv%gerv.net','sfraser%netscape.com',];
$super{'78'} = ['srinivas%netscape.com','seawood%netscape.com','darin%meer.net','cls%seawood.org','bryner%brianryner.com','wchang0222%aol.com',];
$mode{'163'} = 'Restricted';
$branch{'163'} = 'NSS_3_3_BRANCH';
$fullname{'163'} = 'NSS Stable Release Branch';
$blessed{'163'} = [];
$super{'163'} = ['tfox%netscape.com','nicolson%netscape.com','nelsonb%netscape.com','jpierre%netscape.com','ian.mcgreer%sun.com','glen.beasley%sun.com','bishakhabanerjee%netscape.com','wchang0222%aol.com','relyea%netscape.com',];
$mode{'159'} = 'Open';
$branch{'159'} = 'HEAD';
$fullname{'159'} = 'NSS Trunk';
$mode{'162'} = 'Open';
$branch{'162'} = 'HEAD';
$fullname{'162'} = 'P3P';
$mode{'111'} = 'Open';
$branch{'111'} = 'HEAD';
$fullname{'111'} = 'PerlConnect';
$mode{'113'} = 'Open';
$branch{'113'} = 'HEAD';
$fullname{'113'} = 'Photon';
$mode{'81'} = 'Open';
$branch{'81'} = 'HEAD';
$fullname{'81'} = 'Plugins';
$mode{'82'} = 'Open';
$branch{'82'} = 'HEAD';
$fullname{'82'} = 'Preferences';
$mode{'120'} = 'Open';
$branch{'120'} = 'HEAD';
$fullname{'120'} = 'Profile Manager';
$mode{'83'} = 'Open';
$branch{'83'} = 'HEAD';
$fullname{'83'} = 'Progress Window';
$mode{'161'} = 'Open';
$branch{'161'} = 'HEAD';
$fullname{'161'} = 'Qt-based gfx and widget';
$mode{'84'} = 'Open';
$branch{'84'} = 'HEAD';
$fullname{'84'} = 'Registry';
$mode{'143'} = 'Open';
$branch{'143'} = 'HEAD';
$fullname{'143'} = 'Remote XPCOM';
$mode{'138'} = 'Open';
$branch{'138'} = 'HEAD';
$fullname{'138'} = 'Rhino';
$mode{'145'} = 'Restricted';
$branch{'145'} = 'HEAD';
$fullname{'145'} = 'security';
$blessed{'145'} = ['jgmyers%speakeasy.net','gerv%gerv.net','cotter%netscape.com','cls%seawood.org','bryner%brianryner.com',];
$super{'145'} = ['wchang0222%aol.com','tfox%netscape.com','saul.edwards%sun.com','nicolson%netscape.com','nelsonb%netscape.com','kaie%kuix.de','jpierre%netscape.com','ian.mcgreer%sun.com','glen.beasley%sun.com','christophe.ravel.bugs%sun.com','chrisk%netscape.com','bishakhabanerjee%netscape.com','thayes%netscape.com','relyea%netscape.com','ddrinan%netscape.com',];
$mode{'151'} = 'Open';
$branch{'151'} = 'HEAD';
$fullname{'151'} = 'Security - Mozilla PSM Glue';
$mode{'86'} = 'Open';
$branch{'86'} = 'HEAD';
$fullname{'86'} = 'Security Stubs';
$mode{'110'} = 'Open';
$branch{'110'} = 'HEAD';
$fullname{'110'} = 'Silent Download';
$mode{'115'} = 'Open';
$branch{'115'} = 'HEAD';
$fullname{'115'} = 'small-devices';
$mode{'87'} = 'Open';
$branch{'87'} = 'HEAD';
$fullname{'87'} = 'SmartUpdate';
$mode{'173'} = 'Open';
$branch{'173'} = 'HEAD';
$fullname{'173'} = 'Standalone Composer';
$mode{'170'} = 'Open';
$branch{'170'} = 'HEAD';
$fullname{'170'} = 'Standalone Mail';
$mode{'160'} = 'Open';
$branch{'160'} = 'HEAD';
$fullname{'160'} = 'String';
$mode{'169'} = 'Open';
$branch{'169'} = 'HEAD';
$fullname{'169'} = 'toolkit';
$mode{'154'} = 'Open';
$branch{'154'} = 'HEAD';
$fullname{'154'} = 'tools';
$mode{'158'} = 'Open';
$branch{'158'} = 'HEAD';
$fullname{'158'} = 'URI Loader';
$mode{'156'} = 'Open';
$branch{'156'} = 'HEAD';
$fullname{'156'} = 'ViXEn';
$mode{'175'} = 'Open';
$branch{'175'} = 'HEAD';
$fullname{'175'} = 'Win32-Based GFX and Widget';
$mode{'121'} = 'Open';
$branch{'121'} = 'HEAD';
$fullname{'121'} = 'Xlib-based gfx + widget';
$mode{'88'} = 'Open';
$branch{'88'} = 'HEAD';
$fullname{'88'} = 'XML';
$mode{'141'} = 'Open';
$branch{'141'} = 'HEAD';
$fullname{'141'} = 'xmlterm';
$mode{'90'} = 'Open';
$branch{'90'} = 'HEAD';
$fullname{'90'} = 'XP File Handling';
$mode{'137'} = 'Open';
$branch{'137'} = 'HEAD';
$fullname{'137'} = 'XPApps';
$mode{'89'} = 'Open';
$branch{'89'} = 'HEAD';
$fullname{'89'} = 'XPCOM';
$mode{'118'} = 'Open';
$branch{'118'} = 'HEAD';
$fullname{'118'} = 'XPConnect';
$mode{'117'} = 'Open';
$branch{'117'} = 'HEAD';
$fullname{'117'} = 'XPIDL';
$mode{'150'} = 'Open';
$branch{'150'} = 'HEAD';
$fullname{'150'} = 'XPInstall';
$mode{'179'} = 'Open';
$branch{'179'} = 'HEAD';
$fullname{'179'} = 'XPrint';
$mode{'106'} = 'Open';
$branch{'106'} = 'HEAD';
$fullname{'106'} = 'XPToolkit';
$mode{'140'} = 'Open';
$branch{'140'} = 'HEAD';
$fullname{'140'} = 'XSLT Processor';
$mode{'135'} = 'Open';
$branch{'135'} = 'HEAD';
$fullname{'135'} = 'xul.css';
$mode{'93'} = 'Open';
$branch{'93'} = 'HEAD';
$fullname{'93'} = 'Zlib';
sub GetT {
($b,$_) = (@_);
if ($b eq 'HEAD') {
if (m:^js/src/*\.c$:) {return '70';}
if (m:^js/src/*\.def$:) {return '70';}
if (m:^js/src/*\.h$:) {return '70';}
if (m:^js/src/*\.m*k$:) {return '70';}
if (m:^js/src/*\.tbl$:) {return '70';}
if (m:^js/src/*akefile.*$:) {return '70';}
if (m:^mozilla/mail/.*$:) {return '170';}
if (m:^mozilla/extensions/jsd/.*$:) {return '71';}
if (m:^mozilla/js/jsd/.*$:) {return '71';}
if (m:^mozilla/extensions/cookie$:) {return '171';}
if (m:^js/src/liveconnect/.*$:) {return '72';}
if (m:^mozilla/gfx/src/beos$:) {return '172';}
if (m:^mozilla/widget/src/beos$:) {return '172';}
if (m:^mozilla/netwerk/.*$:) {return '77';}
if (m:^mozilla/extensions/help$:) {return '174';}
if (m:^mozilla/nsprpub/.*$:) {return '78';}
if (m:^mozilla/gfx/src/windows/.*$:) {return '175';}
if (m:^mozilla/widget/src/windows/.*$:) {return '175';}
if (m:^mozilla/modules/plugin/.*$:) {return '81';}
if (m:^mozilla/gfx/public/.*$:) {return '177';}
if (m:^mozilla/gfx/src/*\.cpp$:) {return '177';}
if (m:^mozilla/gfx/src/*\.h$:) {return '177';}
if (m:^mozilla/gfx/src/shared/.*$:) {return '177';}
if (m:^mozilla/widget/public/.*$:) {return '177';}
if (m:^mozilla/widget/src/xpwidgets/.*$:) {return '177';}
if (m:^mozilla/modules/libpref/.*$:) {return '82';}
if (m:^mozilla/gfx/src/mac/.*$:) {return '178';}
if (m:^mozilla/widget/src/mac/.*$:) {return '178';}
if (m:^mozilla/modules/progress/.*$:) {return '83';}
if (m:^mozilla/accessibility/.*$:) {return '180';}
if (m:^mozilla/modules/libreg/.*$:) {return '84';}
if (m:^mozilla/extensions/typeaheadfind/.*$:) {return '181';}
if (m:^mozilla/modules/security/.*$:) {return '86';}
if (m:^mozilla/content/xbl/builtin/.*$:) {return '182';}
if (m:^mozilla/modules/softupdt/.*$:) {return '87';}
if (m:^mozilla/content/xml/.*$:) {return '88';}
if (m:^mozilla/expat/.*$:) {return '88';}
if (m:^mozilla/extensions/xmlextras/.*$:) {return '88';}
if (m:^mozilla/xpcom/.*$:) {return '89';}
if (m:^xpcom/io$:) {return '90';}
if (m:^mozilla/modules/zlib/.*$:) {return '93';}
if (m:^gfx/src/xprint$:) {return '179';}
if (m:^mozilla/view/.*$:) {return '96';}
if (m:^mozilla/layout/base/.*$:) {return '98';}
if (m:^mozilla/layout/build/.*$:) {return '98';}
if (m:^mozilla/layout/doc/.*$:) {return '98';}
if (m:^mozilla/layout/html/.*$:) {return '98';}
if (m:^mozilla/layout/macbuild/.*$:) {return '98';}
if (m:^mozilla/layout/tools/.*$:) {return '98';}
if (m:^modules/libpr0n/decoders/mng/.*$:) {return '155';}
if (m:^mozilla/modules/libimg/mng/.*$:) {return '155';}
if (m:^mozilla/content/html/style/.*$:) {return '100';}
if (m:^mozilla/content/shared/.*$:) {return '100';}
if (m:^mozilla/embedding/.*$:) {return '101';}
if (m:^mozilla/webshell/.*$:) {return '101';}
if (m:^mozilla/htmlparser/.*$:) {return '102';}
if (m:^mozilla/content/base/.*$:) {return '103';}
if (m:^mozilla/content/events/.*$:) {return '103';}
if (m:^mozilla/content/html/content/.*$:) {return '103';}
if (m:^mozilla/content/html/document/.*$:) {return '103';}
if (m:^mozilla/dom/.*$:) {return '103';}
if (m:^mozilla/js/rhino/.*$:) {return '138';}
if (m:^mozilla/xpfe/.*$:) {return '137';}
if (m:^mozilla/js/tests$:) {return '114';}
if (m:^js/src/perlconnect$:) {return '111';}
if (m:^mozilla/silentdl/.*$:) {return '110';}
if (m:^mozilla/content/xsl/.*$:) {return '140';}
if (m:^mozilla/extensions/transformiix/.*$:) {return '140';}
if (m:^mozilla/calendar/.*$:) {return '183';}
if (m:^mozilla/other-licenses/libical/.*$:) {return '183';}
if (m:^gfx/src/photon/.*$:) {return '113';}
if (m:^widget/src/photon/.*$:) {return '113';}
if (m:^mozilla/content/xul/.*$:) {return '106';}
if (m:^mozilla/layout/xul/.*$:) {return '106';}
if (m:^mozilla/profile$:) {return '120';}
if (m:^mozilla/tools/.*$:) {return '112';}
if (m:^xpcom/typelib$:) {return '117';}
if (m:^js/src/xpconnect$:) {return '118';}
if (m:^xpcom/reflect/xptcall$:) {return '118';}
if (m:^xpcom/reflect/xptinfo$:) {return '118';}
if (m:^mozilla/mailnews/news/.*$:) {return '122';}
if (m:^mozilla/mailnews/[^/]*$:) {return '123';}
if (m:^mozilla/mailnews/mime/[^/]*$:) {return '124';}
if (m:^mozilla/java/xpcom/.*$:) {return '128';}
if (m:^mozilla/java/plugins/.*$:) {return '129';}
if (m:^mozilla/java/webclient/.*$:) {return '127';}
if (m:^mozilla/java/dom/.*$:) {return '130';}
if (m:^CVSROOT/commitcheck\.pl$:) {return '3';}
if (m:^CVSROOT/passwd$:) {return '3';}
if (m:^mozilla/java/util/.*$:) {return '133';}
if (m:^mozilla/security/coreconf/.*$:) {return '145';}
if (m:^mozilla/security/jss/.*$:) {return '145';}
if (m:^mozilla/security/nss/.*$:) {return '145';}
if (m:^composer$:) {return '173';}
if (m:^mozilla/extensions/xmlterm/.*$:) {return '141';}
if (m:^mozilla/[^/]*$:) {return '19';}
if (m:^xpcom/remote$:) {return '143';}
if (m:^mozilla/gfx/src/xlib/.*$:) {return '121';}
if (m:^mozilla/widget/src/xlib/.*$:) {return '121';}
if (m:^mozilla/widget/src/xlibxtbin/.*$:) {return '121';}
if (m:^embedding/browser/gtk$:) {return '144';}
if (m:^mozilla/ef/.*$:) {return '46';}
if (m:^mozilla/mstone/.*$:) {return '147';}
if (m:^mozilla/gfx/src/gtk/.*$:) {return '49';}
if (m:^mozilla/widget/src/gtk/.*$:) {return '49';}
if (m:^mozilla/widget/src/gtk2/.*$:) {return '49';}
if (m:^mozilla/widget/src/gtksuperwin/.*$:) {return '49';}
if (m:^mozilla/widget/src/gtkxtbin/.*$:) {return '49';}
if (m:^mozilla/xpinstall/.*$:) {return '150';}
if (m:^mozilla/rdf/.*$:) {return '52';}
if (m:^mozilla/security/manager/.*$:) {return '151';}
if (m:^mozilla/dbm/.*$:) {return '53';}
if (m:^mozilla/build/.*$:) {return '55';}
if (m:^mozilla/config/.*$:) {return '55';}
if (m:^mozilla/l10n/.*$:) {return '55';}
if (m:^mozilla/extensions/vixen/.*$:) {return '156';}
if (m:^mozilla/editor/.*$:) {return '56';}
if (m:^mozilla/mailnews/movemail/.*$:) {return '157';}
if (m:^mozilla/directory/buildsdk\.txt$:) {return '59';}
if (m:^mozilla/directory/c-sdk/.*$:) {return '59';}
if (m:^mozilla/directory/ldapsdk\.mak$:) {return '59';}
if (m:^mozilla/directory/ldapsdk\.mk$:) {return '59';}
if (m:^mozilla/directory/Makefile$:) {return '59';}
if (m:^mozilla/uriloader/.*$:) {return '158';}
if (m:^gfx/src/ps/.*$:) {return '62';}
if (m:^mozilla/modules/libpr0n/.*$:) {return '63';}
if (m:^mozilla/string/.*$:) {return '160';}
if (m:^jpeg$:) {return '64';}
if (m:^mozilla/gfx/src/qt/.*$:) {return '161';}
if (m:^mozilla/widget/src/qt/.*$:) {return '161';}
if (m:^mozilla/modules/libimg/png/.*$:) {return '65';}
if (m:^mozilla/extensions/p3p/.*$:) {return '162';}
if (m:^mozilla/intl/.*$:) {return '67';}
if (m:^mozilla/layout/mathml/.*$:) {return '165';}
if (m:^mozilla/modules/oji/.*$:) {return '68';}
if (m:^mozilla/nav-java/.*$:) {return '68';}
if (m:^mozilla/sun-java/.*$:) {return '68';}
if (m:^mozilla/browser/.*$:) {return '166';}
if (m:^mozilla/chrome/.*$:) {return '166';}
if (m:^mozilla/toolkit/.*$:) {return '166';}
if (m:^mozilla/caps/.*$:) {return '69';}
}
if ($b eq 'NSPRPUB_PRE_4_2_CLIENT_BRANCH') {
if (m:^mozilla/nsprpub/.*$:) {return '146';}
}
if ($b eq 'NSS_3_3_BRANCH') {
if (m:^mozilla/security/coreconf/.*$:) {return '163';}
if (m:^mozilla/security/nss/.*$:) {return '163';}
}
return '';
}
$debug = 0;
$origrepository = shift(@ARGV);
@files = @ARGV;
$envcvsroot = $ENV{'CVSROOT'};
open( REP, "<CVS/Repository");
$repository = <REP>;
chop($repository);
close(REP);
$repository =~ s:^$envcvsroot/::;
$doit = 0;
$| = 1;
if( $debug){
print STDERR "----------------------------------------------\n";
print STDERR "files: @files\n";
print STDERR "origrepository: $origrepository\n";
print STDERR " repository: $repository\n";
print STDERR "----------------------------------------------\n";
}
open(ENT, "<CVS/Entries" );
while( <ENT> ){
chop;
($d,$fn,$rev,$mod_time,$sticky,$tag) = split(/\//);
if ($tag =~ /^T(.*)$/) {
$fbranch{$fn} = $1;
}
}
close ENT;
foreach $f (@files) {
$b = "";
if (defined $fbranch{$f}) {$b = $fbranch{$f};}
if ($b eq "") {$b = "HEAD";}
$t = GetT($b, "$repository/$f");
if ($debug) {
print STDERR "GetT returned '$t' for '$repository/$f' branch '$b'\n";
}
if ($t eq "") {
$t = $defaultid;
}
if (!defined $mode{$t} || $mode{$t} eq "Open") {
next;
}
if ($debug) {
print STDERR "Checking twig $t\n";
}
# OK, we have a match. See if we're allowed to checkin here.
if ($username eq "") {
$username = $ENV{"CVS_USER"} || getlogin || (getpwuid($<))[0] || "nobody";
if ($debug) {
print STDERR "Username is $username\n";
print STDERR "getlogin returns " . getlogin . "\n";
print STDERR '(getpwuid($<))[0] returns ' . (getpwuid($<))[0] . "\n";
print STDERR "Environment:\n";
foreach $key (sort(keys %ENV)) {
print STDERR $key, '=', $ENV{$key}, "\n";
}
}
}
$ok = 0;
$s = $super{$t};
foreach $u (@$s) {
if ($debug) {
print STDERR "Checking against super $u\n";
}
if ($u eq $username) {
$ok = 1;
break;
}
}
if ($mode{$t} eq "Restricted") {
my $b = $blessed{$t};
foreach $u (@$b) {
if ($debug) {
print STDERR "Checking against blessed $u\n";
}
if ($u eq $username) {
$ok = 1;
break;
}
}
}
if (!$ok) {
print STDERR "You may not check into partition $fullname{$t}\n";
print STDERR "the file $repository/$f on branch $b\n";
print STDERR "If you think you should be allowed to, send mail to\n";
print STDERR "one of the below people:\n";
$s = $super{$t};
foreach $u (@$s) {
$u =~ s/%/@/;
print STDERR " $u\n";
}
exit 1;
}
}
exit 0;

View File

@@ -1,16 +0,0 @@
# The "commitinfo" file is used to control pre-commit checks.
# The filter on the right is invoked with the repository and a list
# of files to check. A non-zero exit of the filter program will
# cause the commit to be aborted.
#
# The first entry on a line is a regular expression which is tested
# against the directory that the change is being committed to, relative
# to the $CVSROOT. For the first match that is found, then the remainder
# of the line is the name of the filter to run.
#
# If the repository name does not match any of the regular expressions in this
# file, the "DEFAULT" line is used, if it is specified.
#
# If the name "ALL" appears as a regular expression it is always used
# in addition to the first matching regex or "DEFAULT".
ALL $CVSROOT/CVSROOT/commitcheck.pl

View File

@@ -1,6 +0,0 @@
# Set this to "no" if pserver shouldn't check system users/passwords
#SystemAuth=no
# Set `PreservePermissions' to `yes' to save file status information
# in the repository.
#PreservePermissions=no

View File

@@ -1,42 +0,0 @@
.gdbinit
.HSancillary
.Makedepend
.makedepend
.MCC_Cache_FAT
.MCC_Global_History
.md
.pure
made
make.log
make.dep
nuke
_jmc
*.class
.depends
.deps
.d
*.dylib
__.SYMDEF*
manifest.mnw
_gen
_stubs
*_DBG.OBJ
*_DBG_EDT.OBJ
*_OPT.OBJ
*_OPT_EDT.OBJ
*_DBG.OBJD
so_locations
*.flc
*.map
depend.mk
_xpidlgen
ti_files
*.rpo
.*.timestamp
*.dll
*.lib
*.exp
*.rc
*.res
Makefile

View File

@@ -1,24 +0,0 @@
#!/bin/sh
PATH=/bin:/usr/bin:/sbin:/usr/sbin;export PATH
(
URL="subdir=`dirname $1`&files=`basename $1`"
echo "Subject: $1"
echo 'Content-Type: text/html; charset=us-ascii'
echo 'Content-Transfer-Encoding: 7bit'
echo 'Content-Disposition: inline'
TMP=/tmp/cvsmf.$$
trap "rm -f $TMP" 0 1 2 15
cat > $TMP
BRANCH=`sed -n 's@^Revision/Branch: \(.*\)@\1@p' $TMP`
if test -n "$BRANCH"; then
URL="$URL&branch=$BRANCH"
fi
echo '<A HREF="http://warp.netscape.com/webtools/bonsai/cvsview2.cgi?'$URL'&command=DIRECTORY">View differences</A><BR>\n'
) | mail $2

View File

@@ -1,172 +0,0 @@
#!/usr/bin/perl
# -*- Mode: perl; indent-tabs-mode: nil -*-
# Arguments:
#
# -a Only send checkin messages which contain added files. All other checkin
# messages will be ignored.
# -u <url> Base URL for the Bonsai directory; "/cvsview2.cgi" will get
# appended to this with appropriate args.
# -h <hostname> Host whose SMTP server we will contact to send mail.
# -s <string> String specifying dir and filenames. As generated by "%s"
# in a CVSROOT/loginfo file
# -f <file> A regexp. If present, then only checkins to files whose
# name (without the directory) matches the regexp will generate mail.
#
# The remaining args are email addresses of people who should get notified.
use Socket;
sub get_response_code {
my ($expecting) = @_;
# if ($flag_debug) {
# print STDERR "SMTP: Waiting for code $expecting\n";
# }
while (1) {
my $line = <S>;
# if ($flag_debug) {
# print STDERR "SMTP: $line";
# }
if ($line =~ /^[0-9]*-/) {
next;
}
if ($line =~ /(^[0-9]*) /) {
my $code = $1;
if ($code == $expecting) {
# if ($flag_debug) {
# print STDERR "SMTP: got it.\n";
# }
return;
}
die "Bad response from SMTP -- $line";
}
}
}
my $debug = 0;
my $addsonly = 0;
my $showcommitter = 0;
my $mailhost = "127.0.0.1";
my $urlbase = "";
my $cvsargs = "";
my $cvsroot = "";
my @mailto;
my $fileregexp = "";
my $username = $ENV{"CVS_USER"} || getlogin || (getpwuid($<))[0] || "nobody";
while (@ARGV) {
my $arg = shift @ARGV;
if ($arg eq '-d') {
$debug = 1;
print STDERR "Debug turned on...\n";
} elsif ($arg eq '-c') {
$showcommitter = 1;
} elsif ($arg eq '-r') {
$cvsroot = shift @ARGV;
} elsif ($arg eq '-h') {
$mailhost = shift @ARGV;
} elsif ($arg eq '-u') {
$urlbase = shift @ARGV;
} elsif ($arg eq '-s') {
$cvsargs = shift @ARGV;
} elsif ($arg eq '-f') {
$fileregexp = shift @ARGV;
} elsif ($arg eq '-a') {
$addsonly = 1;
} else {
push(@mailto, $arg);
}
}
my $url = "";
if ($urlbase ne "" && $cvsargs ne "") {
my @list = split(/ /, $cvsargs);
my $dir = shift @list;
if ($fileregexp ne "") {
if (grep(m/$fileregexp/, @list) <= 0) {
exit;
}
}
$url = $urlbase . "/cvsview2.cgi?command=DIRECTORY&subdir=$dir&files=" .
join('%2B', @list);
}
my $message = "";
if ($showcommitter) {
$message .= "Changes committed by $username:\n\n";
}
my $filesadded = 0;
while (<>) {
my $line = $_;
if ($line =~ m@^ Tag: (.*)$@) {
if ($url ne "") {
$url .= "&branch=$1";
}
}
# if we see that files have been added on this checkin, remember that fact
#
if ($line =~ m@^Added Files:@) {
$filesadded = 1;
}
$message .= $line;
}
# bail out if this is an adds-only run and no files have been added
#
if ($addsonly == 1 && $filesadded == 0 ) {
exit 0;
}
if ($url ne "") {
if ($cvsroot ne "") {
$url .= "&root=$cvsroot";
}
$message = "Diffs: $url\n\n" . $message;
}
chop(my $hostname = `/bin/hostname`);
my ($remote,$port, $iaddr, $paddr, $proto, $line);
$remote = $mailhost;
$port = 25;
if ($port =~ /\D/) { $port = getservbyname($port, 'tcp') }
die "No port" unless $port;
$iaddr = inet_aton($remote) || die "no host: $remote";
$paddr = sockaddr_in($port, $iaddr);
$proto = getprotobyname('tcp');
socket(S, PF_INET, SOCK_STREAM, $proto) || die "socket: $!";
connect(S, $paddr) || die "connect: $!";
select(S); $| = 1; select(STDOUT);
get_response_code(220);
print S "EHLO $hostname\n";
get_response_code(250);
print S "MAIL FROM: cvsmailfilter\@$hostname\n";
get_response_code(250);
foreach $i (@mailto) {
print S "RCPT TO: $i\n";
get_response_code(250);
}
print S "DATA\n";
get_response_code(354);
print S "Subject: $cvsargs\n";
print S "\n";
print S $message . "\n";
print S ".\n";
get_response_code(250);
print S "QUIT\n";
close(S);

View File

@@ -1,23 +0,0 @@
# This file affects handling of files based on their names.
#
# The -t/-f options allow one to treat directories of files
# as a single file, or to transform a file in other ways on
# its way in and out of CVS.
#
# The -m option specifies whether CVS attempts to merge files.
#
# The -k option specifies keyword expansion (e.g. -kb for binary).
#
# Format of wrapper file ($CVSROOT/CVSROOT/cvswrappers or .cvswrappers)
#
# wildcard [option value][option value]...
#
# where option is one of
# -f from cvs filter value: path to filter
# -t to cvs filter value: path to filter
# -m update methodology value: MERGE or COPY
# -k expansion mode value: b, o, kkv, &c
#
# and value is a single-quote delimited value.
# For example:
#*.gif -k 'b'

View File

@@ -1,270 +0,0 @@
#!/usr/bin/perl
use Socket;
$username = $ENV{"CVS_USER"} || getlogin || (getpwuid($<))[0] || "nobody";
$envcvsroot = $ENV{'CVSROOT'};
$cvsroot = $envcvsroot;
$flag_debug = 0;
$flag_tagcmd = 0;
$repository = '';
$repository_tag = '';
$mailhost = 'localhost';
@mailto=();
@changed_files = ();
@added_files = ();
@removed_files = ();
@log_lines = ();
@outlist = ();
$STATE_NONE = 0;
$STATE_CHANGED = 1;
$STATE_ADDED = 2;
$STATE_REMOVED = 3;
$STATE_LOG = 4;
&process_args;
if ($flag_debug ){
print STDERR "----------------------------------------------\n";
print STDERR "LOGINFO:\n";
print STDERR " pwd:" . `pwd` . "\n";
print STDERR " Args @ARGV\n";
print STDERR " CVSROOT: $cvsroot\n";
print STDERR " who: $username\n";
print STDERR " Repository: $repository\n";
print STDERR " mailto: @mailto\n";
print STDERR "----------------------------------------------\n";
}
if ($flag_tagcmd) {
&process_tag_command;
} else {
&get_loginfo;
&process_cvs_info;
}
if( $flag_debug){
print STDERR "----------------------------------------------\n";
print STDERR @outlist;
print STDERR "----------------------------------------------\n";
}
&mail_notification;
0;
sub process_args {
while (@ARGV) {
$arg = shift @ARGV;
if ($arg eq '-d') {
$flag_debug = 1;
print STDERR "Debug turned on...\n";
} elsif ($arg eq '-r') {
$cvsroot = shift @ARGV;
} elsif ($arg eq '-t') {
$flag_tagcmd = 1;
last; # Keep the rest in ARGV; they're handled later.
} elsif ($arg eq '-h') {
$mailhost = shift @ARGV;
} else {
push(@mailto, $arg);
}
}
if( $repository eq '' ){
open( REP, "<CVS/Repository");
$repository = <REP>;
chop($repository);
close(REP);
}
$repository =~ s:^$cvsroot/::;
$repository =~ s:^$envcvsroot/::;
if (!$flag_tagcmd) {
if( open( REP, "<CVS/Tag") ) {
$repository_tag = <REP>;
chop($repository_tag);
close(REP);
}
}
}
sub get_loginfo {
if( $flag_debug){
print STDERR "----------------------------------------------\n";
}
# Iterate over the body of the message collecting information.
#
while (<STDIN>) {
chop; # Drop the newline
if( $flag_debug){
print STDERR "$_\n";
}
if (/^In directory/) {
next;
}
if (/^Modified Files/) { $state = $STATE_CHANGED; next; }
if (/^Added Files/) { $state = $STATE_ADDED; next; }
if (/^Removed Files/) { $state = $STATE_REMOVED; next; }
if (/^Log Message/) { $state = $STATE_LOG; next; }
s/^[ \t\n]+//; # delete leading whitespace
s/[ \t\n]+$//; # delete trailing whitespace
if ($state == $STATE_CHANGED) { push(@changed_files, split); }
if ($state == $STATE_ADDED) { push(@added_files, split); }
if ($state == $STATE_REMOVED) { push(@removed_files, split); }
if ($state == $STATE_LOG) { push(@log_lines, $_); }
}
if( $flag_debug){
print STDERR "----------------------------------------------\n"
. "changed files: @changed_files\n"
. "added files: @added_files\n"
. "removed files: @removed_files\n";
print STDERR "----------------------------------------------\n";
}
}
sub process_cvs_info {
local($d,$fn,$rev,$mod_time,$sticky,$tag,$stat,@d,$l,$rcsfile);
if (!open(ENT, "<CVS/Entries.Log" )) {
open(ENT, "<CVS/Entries");
}
$time = time;
while( <ENT> ){
chop;
($d,$fn,$rev,$mod_time,$sticky,$tag) = split(/\//);
$stat = 'C';
for $i (@changed_files, "BEATME.NOW", @added_files ) {
if( $i eq "BEATME.NOW" ){ $stat = 'A'; }
if($i eq $fn ){
$rcsfile = "$envcvsroot/$repository/$fn,v";
if( ! -r $rcsfile ){
$rcsfile = "$envcvsroot/$repository/Attic/$fn,v";
}
open(LOG, "/usr/bin/rlog -N -r$rev $rcsfile |")
|| print STDERR "dolog.pl: Couldn't run rlog\n";
while(<LOG>){
if (/^date:.* author: ([^;]*);.*/) {
$username = $1;
if (/lines: \+([0-9]*) -([0-9]*)/) {
$lines_added = $1;
$lines_removed = $2;
}
}
}
close( LOG );
push(@outlist, ("$stat|$time|$username|$cvsroot|$repository|$fn|$rev|$sticky|$tag|$lines_added|$lines_removed\n"));
}
}
}
close(ENT);
for $i (@removed_files) {
push( @outlist, ("R|$time|$username|$cvsroot|$repository|$i|||$repository_tag\n"));
}
push (@outlist, "LOGCOMMENT\n");
push (@outlist, join("\n",@log_lines));
push (@outlist, "\n:ENDLOGCOMMENT\n");
}
sub process_tag_command {
local($str,$part,$time);
$time = time;
$str = "Tag|$cvsroot|$time";
while (@ARGV) {
$part = shift @ARGV;
$str .= "|" . $part;
}
push (@outlist, ("$str\n"));
}
sub do_commitinfo {
}
sub get_response_code {
my ($expecting) = @_;
# if ($flag_debug) {
# print STDERR "SMTP: Waiting for code $expecting\n";
# }
while (1) {
my $line = <S>;
# if ($flag_debug) {
# print STDERR "SMTP: $line";
# }
if ($line =~ /^[0-9]*-/) {
next;
}
if ($line =~ /(^[0-9]*) /) {
my $code = $1;
if ($code == $expecting) {
# if ($flag_debug) {
# print STDERR "SMTP: got it.\n";
# }
return;
}
die "Bad response from SMTP -- $line";
}
}
}
sub mail_notification {
chop(my $hostname = `/bin/hostname`);
my ($remote,$port, $iaddr, $paddr, $proto, $line);
$remote = $mailhost;
$port = 25;
if ($port =~ /\D/) { $port = getservbyname($port, 'tcp') }
die "No port" unless $port;
$iaddr = inet_aton($remote) || die "no host: $remote";
$paddr = sockaddr_in($port, $iaddr);
$proto = getprotobyname('tcp');
socket(S, PF_INET, SOCK_STREAM, $proto) || die "socket: $!";
connect(S, $paddr) || die "connect: $!";
select(S); $| = 1; select(STDOUT);
get_response_code(220);
print S "EHLO $hostname\n";
get_response_code(250);
print S "MAIL FROM: bonsai-daemon\@$hostname\n";
get_response_code(250);
foreach $i (@mailto) {
print S "RCPT TO: $i\n";
get_response_code(250);
}
print S "DATA\n";
get_response_code(354);
# Get one line starting with "354 ".
if ($flag_tagcmd) {
print S "Subject: cvs tag in $repository\n";
} else {
print S "Subject: cvs commit to $repository\n";
}
print S "\n";
print S @outlist, "\n";
print S ".\n";
get_response_code(250);
print S "QUIT\n";
close(S);
}

View File

@@ -1,21 +0,0 @@
# The "editinfo" file is used to allow verification of logging
# information. It works best when a template (as specified in the
# rcsinfo file) is provided for the logging procedure. Given a
# template with locations for, a bug-id number, a list of people who
# reviewed the code before it can be checked in, and an external
# process to catalog the differences that were code reviewed, the
# following test can be applied to the code:
#
# Making sure that the entered bug-id number is correct.
# Validating that the code that was reviewed is indeed the code being
# checked in (using the bug-id number or a seperate review
# number to identify this particular code set.).
#
# If any of the above test failed, then the commit would be aborted.
#
# Actions such as mailing a copy of the report to each reviewer are
# better handled by an entry in the loginfo file.
#
# One thing that should be noted is the the ALL keyword is not
# supported. There can be only one entry that matches a given
# repository.

View File

@@ -1,40 +0,0 @@
# The "loginfo" file controls where "cvs commit" log information
# is sent. The first entry on a line is a regular expression which must match
# the directory that the change is being made to, relative to the
# $CVSROOT. If a match is found, then the remainder of the line is a filter
# program that should expect log information on its standard input.
#
# If the repository name does not match any of the regular expressions in this
# file, the "DEFAULT" line is used, if it is specified.
#
# If the name ALL appears as a regular expression it is always used
# in addition to the first matching regex or DEFAULT.
#
# You may specify a format string as part of the
# filter. The string is composed of a `%' followed
# by a single format character, or followed by a set of format
# characters surrounded by `{' and `}' as separators. The format
# characters are:
#
# s = file name
# V = old version number (pre-checkin)
# v = new version number (post-checkin)
#
ALL $CVSROOT/CVSROOT/dolog.pl -h 127.0.0.1 -r /cvsroot bonsai-new-checkin-daemon@mecha.mozilla.org
# send mail for new files added
ALL $CVSROOT/CVSROOT/cvsmailfilter.pl -a -u http://bonsai.mozilla.org -r /cvsroot -s %s cvs-adds@mozilla.org
# crypto checkins deserve more attention
mozilla/security $CVSROOT/CVSROOT/cvsmailfilter.pl -u http://bonsai.mozilla.org -r /cvsroot -s %s mozilla-crypto-checkins@mozilla.org
mozilla/extensions/psm-glue $CVSROOT/CVSROOT/cvsmailfilter.pl -u http://bonsai.mozilla.org -r /cvsroot -s %s mozilla-crypto-checkins@mozilla.org
mozilla/netwerk/security $CVSROOT/CVSROOT/cvsmailfilter.pl -u http://bonsai.mozilla.org -r /cvsroot -s %s mozilla-crypto-checkins@mozilla.org
mozilla/netwerk/protocol/http/src $CVSROOT/CVSROOT/cvsmailfilter.pl -u http://bonsai.mozilla.org -r /cvsroot -s %s mozilla-crypto-checkins@mozilla.org
mozilla/netwerk/socket/ssl $CVSROOT/CVSROOT/cvsmailfilter.pl -u http://bonsai.mozilla.org -r /cvsroot -s %s mozilla-crypto-checkins@mozilla.org
mozilla/netwerk/socket/tests $CVSROOT/CVSROOT/cvsmailfilter.pl -u http://bonsai.mozilla.org -r /cvsroot -s %s mozilla-crypto-checkins@mozilla.org
mozilla/dbm $CVSROOT/CVSROOT/cvsmailfilter.pl -u http://bonsai.mozilla.org -r /cvsroot -s %s mozilla-crypto-checkins@mozilla.org
# misc modules
mozilla/webtools/bugzilla $CVSROOT/CVSROOT/cvsmailfilter.pl -c -u http://bonsai.mozilla.org -r /cvsroot -s %s cvs-checkins@bugzilla.org webtools-changed@warp.mcom.com
mozilla/webtools $CVSROOT/CVSROOT/cvsmailfilter.pl -u http://bonsai.mozilla.org -r /cvsroot -s %s webtools-changed@warp.mcom.com
CVSROOT $CVSROOT/CVSROOT/cvsmailfilter.pl -c -u http://bonsai.mozilla.org -r /cvsroot -s %s -f modules sysalerts@mozilla.org

View File

@@ -1,822 +0,0 @@
# Three different line formats are valid:
# key -a aliases...
# key [options] directory
# key [options] directory files...
#
# Where "options" are composed of:
# -i prog Run "prog" on "cvs commit" from top-level of module.
# -o prog Run "prog" on "cvs checkout" of module.
# -e prog Run "prog" on "cvs export" of module.
# -t prog Run "prog" on "cvs rtag" of module.
# -u prog Run "prog" on "cvs update" of module.
# -d dir Place module in directory "dir" instead of module name.
# -l Top-level directory only -- do not recurse.
#
# NOTE: If you change any of the "Run" options above, you'll have to
# release and re-checkout any working directories of these modules.
#
# And "directory" is a path to a directory relative to $CVSROOT.
#
# The "-a" option specifies an alias. An alias is interpreted as if
# everything on the right of the "-a" had been typed on the command line.
#
# You can encode a module within a module by using the special '&'
# character to interpose another module into the current module. This
# can be useful for creating a module that consists of many directories
# spread out over the entire source repository.
######################################################################
#
# Module that contains the LEGAL and the LICENSE file. This should be
# a part of every logical source pull for a component. Care should
# be given so that this module is not specified twice for a given
# source pull.
#
MozillaLicense -a \
mozilla/LEGAL \
mozilla/LICENSE
Grendel -a \
MozillaLicense \
mozilla/grendel
######################################################################
#
# Modules for the MozillaClassic Browser, based on the original
# layout engine. If you wish to develop on the Mozilla Classic
# codebase, pull using these modules and using the branch tag
# MozillaSourceClassic_19981026_BRANCH.
# These modules should be considered obsolete.
#
MozillaSource -a \
MozillaSourceWin \
MozillaSourceMac \
MozillaSourceUnix
MozillaSourceWin -a \
MozillaSourceCommon \
MozillaSourceWinOnly
MozillaSourceMac -a \
MozillaSourceCommon \
MozillaSourceMacOnly
MozillaSourceUnix -a \
MozillaSourceCommon \
MozillaSourceUnixOnly \
mozilla/cmd/xfe \
mozilla/cmd/gnomefe \
mozilla/cmd/qtfe \
mozilla/cmd/ybfe
MozillaSourceMotif -a \
MozillaSourceCommon \
mozilla/cmd/xfe \
MozillaSourceUnixOnly
MozillaSourceQtfe -a \
MozillaSourceCommon \
mozilla/cmd/qtfe \
MozillaSourceUnixOnly
MozillaSourceGnomefe -a \
MozillaSourceCommon \
mozilla/cmd/gnomefe \
MozillaSourceUnixOnly
MozillaSourceYbfe -a \
MozillaSourceCommon \
mozilla/cmd/ybfe \
MozillaSourceUnixOnly
MozillaSourceCommon -a \
mozilla/LEGAL \
mozilla/LICENSE \
mozilla/base \
mozilla/build \
!mozilla/build/mac/client.mac \
mozilla/include \
mozilla/caps \
mozilla/jpeg \
mozilla/js \
mozilla/lib/htmldlgs \
mozilla/lib/layout \
mozilla/lib/libcnv \
mozilla/lib/libdom \
mozilla/lib/libi18n \
mozilla/lib/liblayer \
mozilla/lib/libmisc \
mozilla/lib/libmime \
mozilla/lib/libmocha \
mozilla/lib/libnet \
mozilla/lib/libparse \
mozilla/lib/libpics \
mozilla/lib/libpwcac \
mozilla/lib/libstyle \
mozilla/lib/mailto \
mozilla/lib/plugin \
mozilla/lib/xlate \
mozilla/lib/xp \
mozilla/modules/calendar \
mozilla/modules/edtplug/classes \
mozilla/modules/edtplug/src \
mozilla/modules/edtplug/include \
mozilla/modules/libfont/classes \
mozilla/modules/libfont/public \
mozilla/modules/libfont/src \
mozilla/modules/libhook \
mozilla/modules/libimg \
mozilla/modules/libnls \
mozilla/modules/libpref \
mozilla/modules/libreg \
mozilla/modules/libutil \
mozilla/modules/oji \
mozilla/modules/plugin \
mozilla/modules/progress/src \
mozilla/modules/rdf \
mozilla/modules/schedulr \
mozilla/modules/security/freenav \
mozilla/modules/softupdt/classes \
mozilla/modules/softupdt/include \
mozilla/modules/softupdt/src \
mozilla/modules/xml \
mozilla/modules/zlib/src \
mozilla/nav-java/stubs \
mozilla/network \
mozilla/nsprpub \
mozilla/privacy \
mozilla/xpcom \
mozilla/l10n \
mozilla/dbm \
mozilla/README
MozillaSourceWinOnly -a \
mozilla/client.mak \
mozilla/cmd/makefile.win \
mozilla/cmd/wincom \
mozilla/cmd/winfe \
mozilla/config \
mozilla/lib/makefile.win \
mozilla/modules/coreincl \
mozilla/modules/edtplug/makefile.win \
mozilla/makefile.win \
mozilla/modules/libfont/jmcgen \
mozilla/modules/libfont/makefile.win \
mozilla/modules/libfont/producers/makefile.win \
mozilla/modules/libfont/producers/win \
mozilla/modules/libfont/producers/win/classes \
mozilla/modules/libfont/producers/win/classes/netscape \
mozilla/modules/libfont/producers/win/src \
mozilla/modules/makefile.win \
mozilla/modules/progress/makefile.win \
mozilla/modules/progress/public \
mozilla/modules/security/makefile.win \
mozilla/modules/softupdt/makefile.win \
mozilla/modules/zlib/makefile.win \
mozilla/nav-java/makefile.win \
JavaStubWin
MozillaSourceUnixOnly -a \
mozilla/.cvsignore \
mozilla/Makefile \
mozilla/Makefile.in \
mozilla/configure \
mozilla/configure.in \
mozilla/allmakefiles.sh \
mozilla/cmd/Makefile \
mozilla/cmd/Makefile.in \
mozilla/cmd/stubfe \
mozilla/cmd/unixfe \
mozilla/config/.cvsignore \
mozilla/config/AIX.mk \
mozilla/config/BSD_OS.mk \
mozilla/config/DGUX.mk \
mozilla/config/FreeBSD.mk \
mozilla/config/HP-UX.mk \
mozilla/config/IRIX.mk \
mozilla/config/Linux.mk \
mozilla/config/NCR.mk \
mozilla/config/NEC.mk \
mozilla/config/NEWS-OS.mk \
mozilla/config/NEXTSTEP.mk \
mozilla/config/NetBSD.mk \
mozilla/config/OSF1.mk \
mozilla/config/OpenBSD.mk \
mozilla/config/QNX.mk \
mozilla/config/Rhapsody.mk \
mozilla/config/SCOOS.mk \
mozilla/config/SINIX.mk \
mozilla/config/SunOS.mk \
mozilla/config/SunOS4.mk \
mozilla/config/SunOS5.mk \
mozilla/config/UNIXWARE.mk \
mozilla/config/common.mk \
mozilla/config/config.mk \
mozilla/config/coreconf.mk \
mozilla/config/rules.mk \
mozilla/config/Makefile \
mozilla/config/Makefile.in \
mozilla/config/autoconf.mk.in \
mozilla/config/bdate.c \
mozilla/config/bdate.pl \
mozilla/config/aboutime.pl \
mozilla/config/bsdecho.c \
mozilla/config/clobber_miss.pl \
mozilla/config/config.guess \
mozilla/config/cvsco.pl \
mozilla/config/fastcwd.pl \
mozilla/config/gtscc.c \
mozilla/config/makecopy.c \
mozilla/config/mangle.c \
mozilla/config/mantomak.c \
mozilla/config/mkdepend \
mozilla/config/mkdetect \
mozilla/config/nfspwd.pl \
mozilla/config/nodl.pl \
mozilla/config/nsinstall.c \
mozilla/config/outofdate.pl \
mozilla/config/pathsub.c \
mozilla/config/pathsub.h \
mozilla/config/pkg2dpth.pl \
mozilla/config/ports \
mozilla/config/revdepth.pl \
mozilla/config/set-timebomb.pl \
mozilla/config/sj.pl \
mozilla/lib/Makefile \
mozilla/lib/Makefile.in \
mozilla/modules/edtplug/Makefile \
mozilla/modules/edtplug/Makefile.in \
mozilla/modules/libfont/jmcgen \
mozilla/modules/libfont/Makefile \
mozilla/modules/libfont/Makefile.in \
mozilla/modules/libfont/producers/Makefile \
mozilla/modules/libfont/producers/Makefile.in \
mozilla/modules/Makefile \
mozilla/modules/Makefile.in \
mozilla/modules/progress/Makefile \
mozilla/modules/progress/Makefile.in \
mozilla/modules/progress/public \
mozilla/modules/security/Makefile \
mozilla/modules/security/Makefile.in \
mozilla/modules/softupdt/Makefile \
mozilla/modules/softupdt/Makefile.in \
mozilla/modules/zlib/Makefile \
mozilla/modules/zlib/Makefile.in \
mozilla/nav-java/Makefile \
mozilla/nav-java/Makefile.in \
mozilla/lib/mariner \
JavaStubUnix
MozillaSourceMacOnly -a \
mozilla/config/mac \
mozilla/config/bdate.pl \
mozilla/config/aboutime.pl \
mozilla/config/mac-set-timebomb.pl \
mozilla/cmd/macfe \
mozilla/lib/mac/AutoAdmin \
mozilla/lib/mac/Includes \
mozilla/lib/mac/MacMemoryAllocator \
mozilla/lib/mac/Misc \
mozilla/lib/mac/MoreFiles \
mozilla/lib/mac/NSRuntime \
mozilla/lib/mac/NSStdLib \
mozilla/lib/mac/patches \
mozilla/lib/mac/PowerPlant \
mozilla/lib/mac/UserInterface \
mozilla/modules/coreincl \
mozilla/modules/edtplug/macbuild \
mozilla/modules/libfont \
mozilla/modules/progress/macbuild \
mozilla/modules/progress/public \
mozilla/modules/softupdt/macbuild \
mozilla/modules/zlib/macbuild \
mozilla/lib/mariner \
JavaStubMac
JavaStubAll -a \
JavaStubWin \
JavaStubMac \
JavaStubUnix
JavaStubCore -a \
mozilla/sun-java/stubs/include \
mozilla/sun-java/stubs/src
JavaStubMac -a \
JavaStubCore \
mozilla/sun-java/stubs/macbuild \
mozilla/sun-java/stubs/macjri
JavaStubUnix -a \
JavaStubCore \
mozilla/sun-java/Makefile \
mozilla/sun-java/Makefile.in \
mozilla/sun-java/stubs/jri \
mozilla/sun-java/stubs/Makefile \
mozilla/sun-java/stubs/Makefile.in
JavaStubWin -a \
JavaStubCore \
mozilla/sun-java/makefile.win \
mozilla/sun-java/stubs/jri \
mozilla/sun-java/stubs/makefile.win
######################################################################
#
# Modules for the raptor layout effort. Note that raptor dist is temporary
# until raptor is integrated into the mainline build.
#
RaptorDoc -a \
mozilla/LICENSE \
mozilla/LEGAL \
mozilla/README/nglayout
RaptorDist -a \
mozilla/configure.in \
mozilla/allmakefiles.sh \
mozilla/Makefile.in \
mozilla/makefile.win \
mozilla/build \
!mozilla/build/mac/client.mac \
mozilla/caps \
mozilla/config \
mozilla/dbm \
mozilla/editor \
mozilla/include \
mozilla/intl \
mozilla/jpeg \
JSClient \
mozilla/lib/liblayer \
mozilla/lib/libpwcac \
mozilla/lib/xp \
mozilla/modules/libimg \
mozilla/modules/libjar \
mozilla/modules/libpref \
mozilla/modules/libreg \
mozilla/modules/libutil \
mozilla/modules/oji \
mozilla/modules/plugin \
mozilla/modules/security/freenav \
mozilla/modules/zlib \
mozilla/nav-java \
mozilla/network \
mozilla/nsprpub \
mozilla/rdf \
mozilla/silentdl \
mozilla/sun-java \
mozilla/xpcom
RaptorLayout -a \
mozilla/base \
mozilla/dom \
mozilla/gfx \
mozilla/expat \
mozilla/htmlparser \
mozilla/layout \
mozilla/view \
mozilla/webshell \
mozilla/widget
Raptor -a \
RaptorDoc \
RaptorDist \
RaptorLayout
RaptorWin -a \
Raptor
RaptorUnix -a \
Raptor \
mozilla/aclocal.m4 \
mozilla/nglayout.mk
RaptorMac -a \
Raptor \
mozilla/build/mac \
mozilla/cmd/macfe/applevnt \
mozilla/cmd/macfe/central \
mozilla/cmd/macfe/gui \
mozilla/cmd/macfe/include \
mozilla/cmd/macfe/pch \
mozilla/cmd/macfe/projects \
mozilla/cmd/macfe/utility \
mozilla/lib/mac/MacMemoryAllocator \
mozilla/lib/mac/Misc \
mozilla/lib/mac/MoreFiles \
mozilla/lib/mac/NSRuntime \
mozilla/lib/mac/NSStdLib \
mozilla/lib/mac/PowerPlant
#####################
# An all inclusive modules for tinderbox to use
#####################
RaptorAll -a \
RaptorWin \
RaptorUnix \
RaptorMac
#####################
# Transformiix module (xslt processor)
#####################
TransformiixStandalone -a \
mozilla/config \
mozilla/expat \
mozilla/extensions/transformiix
#######################################################################
# Modules for the Directory SDK. There are two users of the libldap
# Mozilla and the DirectorySDK. Maintained by Chuck Boatwright
# cboatwri@netscape.com
#
DirectorySDKSource -a \
DirectorySDKSourceCommon \
DirectorySDKSourceBuild
DirectorySDKSourceC -a \
mozilla/directory/ldapsdk.mak \
mozilla/directory/ldapsdk.mk \
mozilla/directory/buildsdk.txt \
mozilla/directory/Makefile \
mozilla/directory/c-sdk
DirectorySDKSourceJava -a \
mozilla/directory/buildjsdk.txt \
mozilla/directory/java-sdk
DirectorySDKSourceCommon -a \
DirectorySDKSourceC \
DirectorySDKSourceJava
DirectorySDKSourceBuild -a \
mozilla/config \
mozilla/nsprpub
PerLDAP -a \
mozilla/directory/perldap
#######################################################################
# Modules for the Messenging Server SDK. Code maintained by Prasad Yendluri
# (prasad@netscape.com)
#
MessagingSDK -a \
mozilla/msgsdk
#######################################################################
# Modules for Calendar client.
# (spider@netscape.com)
#
CalendarClient -a \
mozilla/calendar \
mozilla/modules/calendar \
mozilla/htmlparser \
mozilla/gconfig \
mozilla/gfx \
mozilla/widget \
mozilla/xpfc \
mozilla/view
#######################################################################
# Modules for the JavaScript
# (fur@netscape.com)
#
JSRef -a \
mozilla/js/src
#
# Can't pull all of js/src, because the server-style config filenames
# are illegal on some operating systems.
#
JSClient -a \
mozilla/js/Makefile.in \
mozilla/js/makefile.win \
mozilla/js/macbuild \
mozilla/js/src \
mozilla/js/.cvsignore \
!mozilla/js/src/config \
!mozilla/js/src/editline \
!mozilla/js/src/liveconnect/config \
!mozilla/js/src/mininspr \
!mozilla/js/src/os \
!mozilla/js/src/perlconnect \
!mozilla/js/src/sh \
!mozilla/js/src/xpcom
#######################################################################
# Modules for SeaMonkey
# (5.0 Browser and 5.0 Mail/News based on nglayout)
#
# Initial wild ass guess: cyeh@netscape.com
# Second guess: mcafee@netscape.com
#
# We might want to do the platform-specific stuff like:
# SeaMonkeyCoreFoo = SeaMonkeyCore + <stuff for platform Foo>
# and so on, for each module.
#
NSPR -a \
mozilla/nsprpub
SeaMonkeyCore -a \
mozilla/.cvsignore \
mozilla/README \
mozilla/README.txt \
mozilla/client.mk \
mozilla/client.mak \
mozilla/configure \
mozilla/configure.in \
mozilla/allmakefiles.sh \
mozilla/Makefile.in \
mozilla/makefile.win \
mozilla/aclocal.m4 \
mozilla/build \
!mozilla/build/mac/client.mac \
mozilla/caps \
mozilla/config \
mozilla/dbm \
mozilla/db/.cvsignore \
mozilla/db/Makefile.in \
mozilla/db/makefile.win \
mozilla/db/mork \
mozilla/db/mdb \
mozilla/docshell \
mozilla/embedding \
mozilla/gc/boehm \
mozilla/include \
mozilla/intl \
mozilla/jpeg \
mozilla/js/jsd \
!mozilla/js/jsd/jsdb \
!mozilla/js/jsd/classes \
!mozilla/js/jsd/corba \
!mozilla/js/jsd/java \
!mozilla/js/jsd/javawrap \
JSClient \
mozilla/lib/mac/MacMemoryAllocator \
mozilla/lib/mac/Misc \
mozilla/lib/mac/MoreFiles \
mozilla/lib/mac/NSRuntime \
mozilla/lib/mac/NSStdLib \
mozilla/lib/mac/NSStartup \
mozilla/lib/mac/PowerPlant \
mozilla/lib/mac/InterfaceLib \
mozilla/lib/mac/embedding \
mozilla/modules/appfilelocprovider \
mozilla/modules/libimg \
mozilla/modules/libjar \
mozilla/modules/libpref \
mozilla/modules/libreg \
mozilla/modules/libutil \
mozilla/modules/mpfilelocprovider \
mozilla/modules/oji \
mozilla/modules/plugin \
mozilla/modules/security/freenav \
mozilla/modules/staticmod \
mozilla/modules/zlib \
mozilla/nav-java \
mozilla/network \
mozilla/netwerk \
mozilla/nglayout.mk \
mozilla/plugin/oji \
mozilla/profile \
mozilla/rdf \
mozilla/string \
mozilla/sun-java \
mozilla/tools/leaky \
mozilla/tools/preloader \
mozilla/tools/elf-dynstr-gc \
mozilla/uriloader \
mozilla/xpcom \
mozilla/xpinstall \
MozillaLicense
SeaMonkeyLayout -a \
SeaMonkeyCore \
mozilla/content \
mozilla/dom \
mozilla/gfx \
mozilla/htmlparser \
mozilla/parser \
mozilla/layout \
mozilla/view \
mozilla/webshell \
mozilla/widget \
mozilla/expat
SeaMonkeyXPToolKit -a \
SeaMonkeyLayout \
mozilla/themes \
mozilla/xpfe
SeaMonkeyBrowser -a \
mozilla/directory/xpcom \
mozilla/editor/Makefile.in \
mozilla/editor/public \
mozilla/extensions \
SeaMonkeyXPToolKit
# This needs work!
SeaMonkeyMailNews -a \
SeaMonkeyLayout \
mozilla/mailnews \
!mozilla/mailnews/db/mdb \
!mozilla/mailnews/db/mork \
SeaMonkeyEditor -a \
SeaMonkeyBrowser \
mozilla/editor \
mozilla/mailnews
SeaMonkeyL10n -a \
mozilla/l10n/makefile.win \
mozilla/l10n/makefiles.all \
mozilla/l10n/Makefile.in \
mozilla/l10n/langpacks/makefile.win \
mozilla/l10n/langpacks/Makefile.in \
mozilla/l10n/langpacks/en-DE \
mozilla/l10n/langpacks/en-GB
#############################################################
# This module is the whole banana, and this
# is the module that tinderbox and bonsai should
# track.
#
# Right now Editor pulls Browser which pulls XPToolKit
# which pulls Layout which pulls Core. But eventually,
# there will be more differentiation and uniqueness so
# All will need to contain more than Editor. Perhaps it
# will contain SeaMonkeyUnix, SeaMonkeyMac, SeaMonkeyWin
# et cetera, et cetera, et cetera. But that is in the
# future. --sarah
#
SeaMonkeyAll -a \
SeaMonkeyEditor \
SeaMonkeyL10n
Blackwood -a \
mozilla/java
SeaMonkeyBlackwood -a \
SeaMonkeyAll \
Blackwood
#############################################################
#
# Alexander Larsson's GTK+ widget for embedding mozilla into
# gtk applications.
#
#############################################################
GtkMozilla -a \
mozilla/webshell/embed/gtk
############################################################
#
# Module for Chimera, the embedded MacOSX browser.
# Because this project is mixing a branched SeaMonkeyAll
# with a trunk mozilla/chimera, we need a small module here
# for tinderbox to track mozilla/chimera. This module
# should be temporary until mozilla/chimera joins another
# major module. -mcafee
#
# 3/3/03: Chimera -> Camino name change. Temporarily adding
# new camino directory to Chimera, also adding new Camino
# module. -mcafee
#############################################################
Chimera -a \
mozilla/chimera \
mozilla/camino \
SeaMonkeyAll
Camino -a \
mozilla/camino \
SeaMonkeyAll
#############################################################
#
# Modules For Webtools
#
#############################################################
Bugzilla -a \
mozilla/webtools/bugzilla
Bonsai -a \
mozilla/webtools/bonsai
LXR -a \
mozilla/webtools/lxr
Tinderbox -a \
mozilla/webtools/tinderbox
Webtools -a \
Bugzilla \
Bonsai \
LXR \
Tinderbox
#############################################################
#
# Module for the java webclient (edburns)
#
#############################################################
Webclient -a \
mozilla/java/Makefile.in \
mozilla/java/build.xml \
mozilla/java/README \
mozilla/java/config \
mozilla/java/dom/README \
mozilla/java/dom/build.xml \
mozilla/java/dom/classes \
mozilla/java/dom/jni \
mozilla/java/dom/src \
mozilla/java/external \
mozilla/java/makefiles \
mozilla/java/util \
mozilla/java/webclient \
mozilla/java/webclient/README \
mozilla/java/webclient/build-tests.xml \
mozilla/java/webclient/build.xml \
mozilla/java/webclient/classes_spec \
mozilla/java/webclient/config \
mozilla/java/webclient/src_ie \
mozilla/java/webclient/src_moz \
mozilla/java/webclient/src_share \
mozilla/java/webclient/test/automated \
mozilla/java/webclient/test/manual
#############################################################
#
# Module for iPlanet Network Security Services
#
#############################################################
NSS -a \
mozilla/security/nss \
mozilla/security/coreconf
#############################################################
#
# Module for Mozilla Tinderbox
#
#############################################################
MozillaTinderboxAll -a \
SeaMonkeyAll \
mozilla/security/psm \
mozilla/accessible \
mozilla/ipc/ipcd \
mozilla/security/manager \
mozilla/tools/trace-malloc \
mozilla/modules/libpr0n
# mozilla uses mozilla/security/manager from
# the tip, not the nss branch
#
# commenting out NSS because the client uses a static tag so watching
# checkins as they happen is of no use to us
# NSS \
# commenting out NSPR because tinderbox is broken in such a way that
# checkins to the branch (which we care about) do not show up but
# checkins do the tip (which we don't care about) do. Getting rid of
# this so its not 100% false positives.
# NSPR \
# same with ldap
# mozilla/directory/c-sdk
# This module will let us track branches where all the subcomponents
# are on the same tag
MozillaBranchTinderboxAll -a \
MozillaTinderboxAll \
NSS \
NSPR \
mozilla/directory/c-sdk
AviaryBranchTinderbox -a \
MozillaBranchTinderboxAll \
mozilla/browser \
mozilla/chrome \
mozilla/mail \
mozilla/toolkit
# thunderbird's tinderbox module
ThunderbirdTinderbox -a \
MozillaTinderboxAll \
mozilla/mail \
mozilla/chrome \
mozilla/toolkit
# this is for the phoenix tinderbox
PhoenixTinderbox -a \
MozillaTinderboxAll \
mozilla/browser \
mozilla/chrome \
mozilla/toolkit

View File

@@ -1,14 +0,0 @@
# The "notify" file controls where notifications from watches set by
# "cvs watch add" or "cvs edit" are sent. The first entry on a line is
# a regular expression which is tested against the directory that the
# change is being made to, relative to the $CVSROOT. If it matches,
# then the remainder of the line is a filter program that should contain
# one occurrence of %s for the user to notify, and information on its
# standard input.
#
# "ALL" or "DEFAULT" can be used in place of the regular expression.
#
# For example:
#ALL mail %s -s "CVS notification"
ALL $CVSROOT/CVSROOT/sendnotification.pl %s

View File

@@ -1,368 +0,0 @@
# DO NOT EDIT THIS FILE! You must instead go to http://despot.mozilla.org/, and
# tweak things from there.
aaronleventhal%moonset.net:S0MUPohMWfaMo:cvsuser
akhil.arora%sun.com:tG7tQfICukUNg:cvsuser
akkzilla%shallowsky.com:LyPNKDRAkCEfM:cvsuser
alecf%flett.org:xY/EzwiSEg43U:cvsuser
alex%croczilla.com:.qnz.iJA.rUaQ:cvsuser
alexsavulov%netscape.com:NL.2.L.pOoEE.:cvsuser
alla%lysator.liu.se:PfaCJJD7S/Vyc:cvsuser
amardare%qnx.com:.nnbfi3s/6pLw:cvsuser
anatoliya%netscape.com:gzzdCC45etLpk:cvsuser
andreas.otte%debitel.net:kydQ2aAIGwhkA:cvsuser
andrew%redhat.com:Q5vhhvO.ksq/E:cvsuser
andreww%netscape.com:VDb/gyVOKB8gg:cvsuser
angelon%netscape.com:xLYuHRKI0gIh6:cvsuser
ann.adamcik%sun.com:McRIlR2v7WMXQ:cvsuser
anthonyd%netscape.com:3cZ8Ug3ggdAfE:cvsuser
antitux%netscape.com:GPYA3.J0mZ8dg:cvsuser
antonio.xu%sun.com:xb9jwUyu9kmog:cvsuser
arielb%rice.edu:18fBUQf4tjW/Y:cvsuser
arvid%quadrone.org:OlnGBWl7agA9.:cvsuser
asa%mozilla.org:KwQFH5YHrDGVw:cvsuser
asasaki%netscape.com:eW4lJwcDcifpA:cvsuser
ashishbhatt%netscape.com:hAtS/UPSRHvCg:cvsuser
ashuk%eng.sun.com:QrgopBbFpT10Y:cvsuser
attinasi-moz%attinasi.org:KQdxTI4aFdReA:cvsuser
av%netscape.com:GZ3mu2MifoZiU:cvsuser
axel%pike.org:mbSWqS64YZTQw:cvsuser
bbaetz%acm.org:JhmLaLDTsT/h2:cvsuser
beard%netscape.com:2Eed7KIBNPtL6:cvsuser
ben%bengoodger.com:z68cHGOZUnekA:cvsuser
benc%meer.net:.mc9O4VQuREws:cvsuser
bhart00%yahoo.com:AnZyRL6ytm1.Q:cvsuser
bienvenu%nventure.com:dzcEj09V1HQLg:cvsuser
bishakhabanerjee%netscape.com:bLgNOlaDbR.lc:cvsuser
blakeross%telocity.com:iecsxCayirMQw:cvsuser
blizzard%redhat.com:W86ZbnavsJzxk:cvsuser
bmartin%netscape.com:VDvmT5ew0s2Uk:cvsuser
bmlk%gmx.de:diOpGSeH3syIs:cvsuser
bolian.yin%sun.com:SXDI.XmKRDr7s:cvsuser
braddr%puremagic.com:Tzs8cIqrzzC/I:cvsuser
brade%comcast.net:ouetdVzWLzsWs:cvsuser
BradleyJunk%cinci.rr.com:EOOl4wp9MNcU6:cvsuser
bratell%lysator.liu.se:GLG2cm83vaqBk:cvsuser
brendan%mozilla.org:BHU5jjtYtQ4tI:cvsuser
briane%qnx.com:pKLtqULcssSZo:cvsuser
brofield%jellycan.com:TGMo7cXMfg2HE:cvsuser
bruce%cubik.org:.VcS8pxE3d5rQ:cvsuser
bryner%brianryner.com:gy5stVpStoVNw:cvsuser
bsharma%netscape.com:vjlb1xJC7MsAk:cvsuser
bsmedberg%covad.net:dvB/veJh3IxkM:cvsuser
bstell%ix.netcom.com:/ZdK7gz9SA/RU:cvsuser
bugreport%peshkin.net:PgnY246SzUcHk:cvsuser
bugzilla%arlen.demon.co.uk:bVhEvG7dtzxWg:cvsuser
burnus%gmx.de:RBozBY9sekJRM:cvsuser
bz%barnson.org:hRMbA3bW5q6Ak:cvsuser
bzbarsky%mit.edu:YySJ0ECW0UqcM:cvsuser
caillon%redhat.com:3rwCUlsD13ZCU:cvsuser
carl.wong%intel.com:60H5NoMHeEpvI:cvsuser
carosendahl%netscape.com:vzE2R0ISTc0Rs:cvsuser
cathleen%netscape.com:g4oBIcfbxZzt.:cvsuser
cavin%netscape.com:Wd/zikwQdE62c:cvsuser
cbiesinger%web.de:SmMxtOg6tGNJg:cvsuser
ccarlen%mac.com:KYg00rzfYX4vs:cvsuser
chak%netscape.com:muP/8gmdIYQgM:cvsuser
chofmann%mozilla.org:zSMKbARwiYniA:cvsuser
Chris.Yeh%nokia.com:98WX9EeAZIt/6:cvsadm
chrisk%netscape.com:iAECHtKFagLSw:cvsuser
ChrisKarnaze%cox.net:C.H2iRqFy7CnY:cvsuser
christophe.ravel.bugs%sun.com:m72kIhpCT13sg:cvsuser
claudius%netscape.com:gJezy23y0r4wI:cvsuser
cls%seawood.org:YLAr7ajnaXezg:cvsuser
cltbld%netscape.com:mla4CZgCloBSU:cvsuser
cmanske%jivamedia.com:wZ2fFz6Y4JIkk:cvsuser
colin%theblakes.com:1fbT0DKTKXTsk:cvsuser
colinp%oeone.com:o4A5a8g5U/tO2:cvsuser
cotter%netscape.com:JZ1rqINZKa.Ig:cvsuser
dac%x.cx:xZwzT4et.TSYY:cvsuser
Dale.Stansberry%Nexwarecorp.com:iFmg8YUyFSpA.:cvsuser
daniel%glazman.org:voZRrCYpgF9AU:cvsuser
danm-moz%comcast.net:3h6FdkzmMqnyA:cvsuser
darin%meer.net:BFlqb/kSuCdKo:cvsuser
db48x%yahoo.com:WOXgUg7VfNR2s:cvsuser
dbaron%dbaron.org:z3R2dyupEH6yk:cvsuser
dbragg%netscape.com:k34vc.FRrLRYI:cvsuser
dcone%netscape.com:dWcV1sBlGlAHU:cvsuser
ddkilzer%theracingworld.com:srB5Z/2wN1VDw:cvsuser
ddrinan%netscape.com:4vs6JokcLeYkQ:cvsuser
dean_tessman%hotmail.com:AM2BZ7M0nDhlM:cvsuser
depman1%yahoo.com:4KRTD0DTpLuhE:cvsuser
despotdaemon:zJJgZOGMRo/FE:cvsadm
dinglis%qnx.com:ox85zqaZiiSk6:cvsuser
djani%netscape.com:jnrv0Mv0Kb77.:cvsuser
dkl%redhat.com:Jb37f1UZbg4g2:cvsuser
dmose%mozilla.org:sTIo1zYddteQc:cvsadm
donley%tekka.wwa.com:ZdWwac/UPNyG.:cvsuser
donm%bluemartini.com:bKHsN8gBK/fp2:cvsuser
doronr%us.ibm.com:BntrR9DKOvfRw:cvsuser
dougt%meer.net:6Dpld8jLb0Mcg:cvsuser
dpsuresh%netscape.net:jt.S0eDMnQVDo:cvsuser
drepper%redhat.com:p/CH9PcK4BRCs:cvsuser
driehuis%playbeing.org:BbR6IahGk6yGc:cvsuser
dsirnapalli%netscape.com:hbQy6f/ZU4m7o:cvsuser
dveditz%cruzio.com:S1X7iuOVZr0tI:cvsuser
dwitte%stanford.edu:sFoUYfKYFCQeg:cvsuser
edburns%acm.org:z7zqfOtPH9oic:cvsuser
edwin%woudt.nl:8dZB6Qv1GFw4E:cvsuser
endico%mozilla.org:yXO.M/SUdhzAc:cvsadm
ere%atp.fi:HlHx6Z2VwOLeg:cvsuser
ericb%neoplanet.com:D63L651L6w.a2:cvsuser
etsai%netscape.com:b6.iRP5wVeO1s:cvsuser
friedman%splode.com:mZ5UQ4/qb5h3E:cvsadm
ftang%netscape.com:cjA4Oe7qangyQ:cvsuser
gagan%netscape.com:aJDYc91m7tmpI:cvsuser
garrett%blythe-wang.com:UXnssIXpwUtBU:cvsuser
gayathrik00%netscape.com:gy4GP7.sWyoUs:cvsuser
gerv%gerv.net:/3awrKKpfLPvQ:cvsuser
gilbert.fang%sun.com:DJJSeZLDeXl0Y:cvsuser
girish.manwani%eng.sun.com:0Nm63TloVl5Rw:cvsuser
glen.beasley%sun.com:Bg3n.ccr13OvI:cvsuser
grail%cafebabe.org:KsBL5nzVbWFC6:cvsuser
granrose%netscape.com:xndKEgLhYUUUY:cvsuser
harishd%hotmail.com:A0zdbDQ36sqs.:cvsuser
henry.jia%sun.com:u9SJe2/103fMo:cvsuser
hewitt%netscape.com:pE1RTplEofSd2:cvsuser
hidday%geocities.com:A1nFYdvMQRKDI:cvsuser
hjtoi%comcast.net:52AbDkgxmkRfY:cvsuser
hpradhan%hotpop.com:Z9A47ej9QDVYc:cvsuser
hwaara%chello.se:74eCB7AZi/Bm2:cvsuser
hyatt%mozilla.org:/Sepj5wnpvupA:cvsuser
ian.mcgreer%sun.com:86YhVbbpm8aZ2:cvsuser
ian%hixie.ch:nibu2mA5/kgco:cvsuser
idk%eng.sun.com:hGFoMfxrF7eCM:cvsuser
igor%mir2.org:MM9XCaPQ9hSyA:cvsuser
imajes%php.net:2QdOW14NQ6PdQ:cvsadm
jab%atdot.org:EQ0cIL6giNkWw:cvsuser
jag%tty.nl:JfxrrkZerNZv.:cvsuser
jake%bugzilla.org:mjldF4ES.KxbI:cvsuser
jat%princeton.edu:0P0EK1s5q3OCk:cvsuser
javi%netscape.com:WkJc6UpXUyLVw:cvsuser
jay.yan%sun.com:lgDae/1lMfLrk:cvsuser
jay%mozilla.org:2JeZDbtSEWmCg:cvsuser
jband%netscape.com:jc1KB4qvBDWxE:cvsuser
jcgriggs%sympatico.ca:hQ/ITeFfitEvw:cvsuser
jdunn%maine.rr.com:nwle/bqcCtTMA:cvsuser
jeff.dyer%compilercompany.com:O.dwVxqCyvmqQ:cvsuser
jeff.hedlund%matrixsi.com:dUxvk4HDbIrkA:cvsuser
jelwell%netscape.com:phAeFbVmVsIFg:cvsuser
Jerry.Kirk%Nexwarecorp.com:iSvw9A.T6nH6w:cvsuser
jerry.tan%sun.com:3vzkwo3LNd8Mk:cvsuser
jglick%netscape.com:MW7f8SLLptnEw:cvsuser
jgmyers%speakeasy.net:tj/q7ALULIlLM:cvsuser
jim_nance%yahoo.com:MW2pItooimXQc:cvsuser
jje%mac.com:Slemj8mwbIPao:cvsadm
jmas%softcatala.org:PmaWVAdMzkM7A:cvsuser
jocuri%softhome.net:icDVGeWEv1eDw:cvsuser
joe.chou%sun.com:peT1nWrch0xGo:cvsuser
john.marmion%ireland.sun.com:c6A3GBlY0bSbU:cvsuser
john%johnkeiser.com:UEgKBivGIzptw:cvsuser
joshua.xia%bea.com:qK5Olug74ZkBI:cvsuser
jouni%heikniemi.net:ykttS9UKWXc9E:cvsuser
jpierre%netscape.com:2ebjC0cACURyU:cvsuser
jrgm%netscape.com:3ix9Y5PU9Qruw:cvsuser
jruderman%hmc.edu:mwr0yF3PJ5H2g:cvsuser
jshin%mailaps.org:j6/TcPcy/KYgg:cvsuser
jst%mozilla.jstenback.com:ry1WSdsxrYVhg:cvsuser
jsun%netscape.com:coq.3Xx7ARTjs:cvsuser
justdave%bugzilla.org:gH/q.1W.wLBGQ:cvsadm
jwalden%mit.edu:DYcaTEuBX5WEA:cvsuser
kaie%kuix.de:.hgVIsvtes.Fw:cvsuser
kairo%kairo.at:P3GfvvKlerCks:cvsuser
katakai%japan.sun.com:qJPfrx26UNm2.:cvsuser
keith%kvisco.com:7u.twuUBsFGJA:cvsuser
kerz%mozillazine.org:PrxCfYo5gxNi.:cvsuser
kestes%walrus.com:5Ld0f8MhzQggw:cvsuser
kevin%perldap.org:OR9AnICPijq1g:cvsuser
kiko%async.com.br:Uz8pBMTzv6gpo:cvsuser
kinmoz%netscape.net:RexUJ7MbhHOeE:cvsuser
kirk.erickson%sun.com:2ju/p7xptfkFQ:cvsuser
kjh-5727%comcast.net:rRN9eQFLs3af6:cvsuser
kmcclusk%netscape.com:KiXYwpHlCP1nE:cvsuser
koehler%mythrium.com:0vfTLcKn6XhV6:cvsuser
kyle.yuan%sun.com:4pSzbqjeADpcc:cvsuser
kysmith%netscape.com:tBE5QiCelL1mM:cvsuser
laa%sparc.spb.su:xaXKTqerGGoxE:cvsuser
law%netscape.com:QQU7Gc4FME9Ek:cvsuser
leaf%mozilla.org:yDi7DUMDdLeDk:cvsadm
leif%ogre.com:NSpnZ.4teg8CA:cvsuser
leila.garin%eng.sun.com:Cz4LcsTHYzTwk:cvsuser
leon.zhang%sun.com:LUAz1d7SL5TF.:cvsuser
loadrunner%betak.net:IUk5X6IaJ5fTM:cvsuser
locka%iol.ie:Odt22ztoqh7Pc:cvsuser
lordpixel%mac.com:pBoWsz5/W/1/o:cvsuser
louie.zhao%sun.com:ajsxRr.217rWY:cvsuser
louis.martin%eng.sun.com:QsJ91Lm0/Y/0Y:cvsuser
lpham%netscape.com:E06CUoNSPOyqg:cvsuser
mang%subcarrier.org:VuSc/CvF/y94A:cvsuser
maolson%earthlink.net:k1eI.1dDx/fkI:cvsuser
margaret.chan%sun.com:W3v8XaNRwpmZY:cvsuser
martinl%netscape.com:tBTLPNQZ7oRdM:cvsuser
matthias%sorted.org:OzME313V9XMNo:cvsuser
mcafee%netscape.com:Y/0zK7Dff2W8.:cvsadm
mconnor%myrealbox.com:KLpr7Zj8uPkes:cvsuser
mcs%pearlcrescent.com:1K9aYq1ivwd6s:cvsuser
mhammond%skippinet.com.au:T1kpFNZuhvQ0I:cvsuser
mhein%sun.com:zDB.Gdg/nMOq6:cvsuser
Michael.Kedl%Nexwarecorp.com:/vumJNxEIWQnk:cvsuser
michael.lowe%bigfoot.com:SUFJXqQg3gpwo:cvsuser
mike+mozilla%meer.net:3rKv1ZMBpeR36:cvsuser
mike%neoplanet.com:BXgJNsh4IWFgQ:cvsuser
mikep%oeone.com:fxxKFOIsaxlQs:cvsuser
miodrag%netscape.com:6t6mBrr0.woK6:cvsuser
mitchf%netscape.com:SpJhZNzzTZL5E:cvsuser
mj%digicool.com:.QcUkkqXQe9kE:cvsuser
mjudge%netscape.com:YwzoYiibSIGNA:cvsuser
mkaply%us.ibm.com:1Ui2NF/0U00sI:cvsuser
moied%netscape.com:YEBO82VsfWOlc:cvsuser
momoi%netscape.com:cTHpmapFPYprI:cvsuser
morse%netscape.com:1f8Ob4wB7JJ5I:cvsuser
mostafah%oeone.com:DaYs.xDcUaa72:cvsuser
mozeditor%floppymoose.com:n8gH7es/9NB6U:cvsuser
mozilla.BenB%bucksch.org:7/oOTh8e41HmY:cvsuser
mozilla%ducarroz.org:B9ih04P7FDhrg:cvsuser
mstoltz%netscape.com:4Ddf36CZMroWw:cvsuser
mvl%exedo.nl:kpiBYLuZnAosE:cvsuser
mwyner%ogre.com:YTb.PSMPtP7Sw:cvsuser
myk%mozilla.org:m/RQWKjspQj9s:cvsadm
m_kato%ga2.so-net.ne.jp:FoloD5kECUuTo:cvsuser
namachi%pacbell.net:qxsU3ci9Y1Y4k:cvsuser
naving%netscape.com:TqK9Ipga8KNA6:cvsuser
nboyd%atg.com:hbKSEw6zIzn8A:cvsuser
neeti%netscape.com:q2ekT3ZhwHrKg:cvsuser
neil%parkwaycc.co.uk:dIqJP4XsRGQIw:cvsuser
nelsonb%netscape.com:AVyk3HXWf.ujs:cvsuser
nhotta%netscape.com:7PCA6ZeTK24HQ:cvsuser
nicolson%netscape.com:NbXo/Njwl3DYE:cvsuser
nis%sparc.spb.su:qaN5w8ws/GMOI:cvsuser
nisheeth%netscape.com:e69IbM7hbpN1c:cvsuser
noririty%jcom.home.ne.jp:LILUJRbaygv6o:cvsuser
oeschger%netscape.com:VbgM7ZeTrBdQc:cvsuser
paper%animecity.nu:zZz20Ze5U4roc:cvsuser
pavel%gingerall.cz:m.6fruuSee/fA:cvsuser
pavlov%pavlov.net:Wm/3gCaQhXNLo:cvsuser
pedemont%us.ibm.com:yXrIQ7nPbCytE:cvsuser
pete.zha%sun.com:rXMiOKAkMlQts:cvsuser
pete%mozdevgroup.com:8I2QCUKNKooqA:cvsuser
peterb%oeone.com:TxT4Q17V0YIp6:cvsuser
peterlubczynski%netscape.com:kSPTyFx/Yg.0M:cvsuser
peterv%propagandism.org:tknmYRfnctNHY:cvsuser
philip.zhao%sun.com:t3AHvdCfAkGOs:cvsuser
phomoz%netscape.com:vmDEmKMt0liZM:cvsuser
pinkerton%aol.net:SXjRJmDJDtb1U:cvsuser
pkw%us.ibm.com:8b/bmWBPVi2ug:cvsuser
pp%ludusdesign.com:G0MYIuYvwPznk:cvsuser
prass%netscape.com:FR60OL5/QxDWQ:cvsuser
preed%sigkill.com:BvqmKaKN1qcNE:cvsuser
pschwartau%netscape.com:MEim3s/EIZWs6:cvsuser
psychoticwolf%carolina.rr.com:utvOR5.5Us.kU:cvsuser
putterman%netscape.com:CRfRGZi9Nrtg6:cvsuser
quy%igelaus.com.au:x9H1aMz3jpYUA:cvsuser
racham%netscape.com:G3oNVDE5uCV0o:cvsuser
radha%netscape.com:E8m/i8B0sIO5k:cvsuser
ramiro%eazel.com:04T/4Hcs1Yr/c:cvsadm
rangansen%netscape.com:cLfMytTA8Q.aY:cvsuser
rayw%netscape.com:tnMNnv234muWY:cvsuser
rbs%maths.uq.edu.au:2urVlBcTziPaA:cvsuser
rcassin%supernova.org:xbcASQsSB3GNo:cvsuser
rchen%netscape.com:aur8LEiFViHB2:cvsuser
rdayal%netscape.com:wS397S9STmKn6:cvsuser
realpeterv%mac.com:03s6xSCMxEKx.:cvsuser
redfive%acm.org:bwZbPN1gYEnPo:cvsuser
relyea%netscape.com:SnAaVLpexLWKw:cvsuser
rginda%hacksrus.com:TRTBrAIOV/zck:cvsuser
richm%netscape.com:yFyxcWf6.RJnc:cvsuser
rick.ju%sun.com:O/OoCMTnW5sUE:cvsuser
rjc%rjcdb.com:RVRRe0F5Be03c:cvsuser
rjesup%wgate.com:5Ccmc2hO67zAk:cvsuser
rko%netscape.com:erIlm8Cr.fpeM:cvsadm
rlk%trfenv.com:Kg0SscFg1bZfw:cvsuser
robin.lu%sun.com:QX/01AXloHL0A:cvsuser
robinf%netscape.com:qsizhSBd/KLxw:cvsuser
roc+%cs.cmu.edu:7yP.3Z8FERo/.:cvsuser
rods%netscape.com:0IcCge9UaI6V6:cvsuser
rogc%netscape.com:ggq89u2RGdGyc:cvsuser
rogerl33%aol.com:EOrmrYUfmdcOk:cvsuser
rpotts%netscape.com:S0L.1Z15bd0qA:cvsuser
rth%cygnus.com:PgrJbhkbkSaXM:cvsuser
ruslan%netscape.com:D.VKkgUzl9qmo:cvsuser
rusty.lynch%intel.com:DhYR6Z5RXyqSk:cvsuser
rweltman%netscape.com:sXP4ymRl/iKBg:cvsuser
saari%netscape.com:8QO4pF72fYVFo:cvsuser
saileshd%netscape.com:lUoVAFVqyyuXg:cvsuser
samuel%sieb.net:UyA4IG.2.LceA:cvsuser
saul.edwards%sun.com:roYr1eI1z89vU:cvsuser
scc%mozilla.org:rSANuSFML82vc:cvsuser
scott%scott-macgregor.org:/iUxoWYhl45Gw:cvsuser
sdagley%mac.com:PvYFZiRMRKuG.:cvsuser
sdv%sparc.spb.su:o7qyUidRy0Ixw:cvsuser
sean%beatnik.com:PUH1uLgUkOHK6:cvsuser
seawood%netscape.com:NoNERGlI7IujM:cvsuser
selmer%netscape.com:0a0Zn2Mtb9RMM:cvsuser
serge%netscape.com:.fjhetVN42Gtc:cvsuser
sergei_d%fi.tartu.ee:2pMVH6CMfBao6:cvsuser
seth%cs.brandeis.edu:NZh2SXUWQwca2:cvsuser
sford3%swbell.net:qiBgt92c4q9VE:cvsuser
sfraser%netscape.com:2mFWUaEqjN7lE:cvsuser
sgehani%netscape.com:6GHPo3hAIJqxg:cvsuser
shanjian%netscape.com:QB8g/ScTxKRkI:cvsuser
shannond%netscape.com:oMNCZEJ1DPSKc:cvsuser
shaver%mozilla.org:I4.grysVnENVM:cvsadm
shawnp%earthling.net:Nkv1/z1WuxbSc:cvsuser
sherry.shen%sun.com:NsxfPnTNAkIiA:cvsuser
shliang%netscape.com:KO.gzVLb9PrLU:cvsuser
shrutiv%netscape.com:3Ve5mvMx.Ze1M:cvsuser
sicking%bigfoot.com:HmAX9bYyCA47k:cvsuser
silver%warwickcompsoc.co.uk:w4kdm3lu7ZCUY:cvsuser
simford.dong%sun.com:fV41vy16txOL6:cvsuser
sman%netscape.com:gHR2VdSKyaV0Q:cvsuser
smeredith%netscape.com:y4A/cyjrQKlq6:cvsuser
smontagu%smontagu.org:GR7KUGsPjdY/6:cvsuser
sonja.mirtitsch%sun.com:wchMbWjVfFXxM:cvsuser
srilatha%netscape.com:vn.P0HO0ippg2:cvsuser
srinivas%netscape.com:S7u05VkFOtTeQ:cvsuser
ssaux%netscape.com:tpL9Gf.XBvolU:cvsuser
sspitzer%mozilla.org:YY7Y4g9eYkulA:cvsuser
ssu%netscape.com:cfNlpxCKVXQtQ:cvsuser
stdonner%iusb.edu:MPo74xU9kvo/M:cvsuser
Stefan.Borggraefe%gmx.de:h788WO/3xUGRc:cvsuser
steffen.wilberg%web.de:Sj/Ybb7X9aaRI:cvsuser
stephen%noved.org:eUTehPWJZ96oI:cvsuser
suresh%netscape.com:XUIUMLGJA3RZ2:cvsuser
svn%xmlterm.org:jJ1wJYK5mkg5M:cvsuser
syd%netscape.com:CUkm3PbBnrIsk:cvsuser
taek%netscape.com:7oZpC0ix52epo:cvsuser
tajima%eng.sun.com:/sI8qG0LRP1mk:cvsuser
taka%netscape.com:jPPzAmrbNd1wg:cvsuser
talisman%anamorphic.com:KB7aseh1Ssuyg:cvsuser
tao%netscape.com:gM5BUf7j12EIc:cvsuser
tara%tequilarista.org:tVcSLekcNJsk2:cvsuser
terry%mozilla.org:sYyehWIbexkrI:cvsadm
tfox%netscape.com:tQPZKESPZltZ2:cvsuser
tgl%sss.pgh.pa.us:rr7pe1GPkjIw6:cvsuser
thayes%netscape.com:CLgsFPZnRpuhM:cvsuser
thesteve%netscape.com:35.Khy1IDl2VE:cvsuser
timeless%mozdev.org:oJ1sqLvoXLp7I:cvsuser
tingley%sundell.net:dJuhpDRtS9J..:cvsuser
tonyr%fbdesigns.com:B1mFZmEmKdg4E:cvsuser
tor%cs.brown.edu:.GLVprG/lOpjM:cvsuser
toshok%hungry.com:45BYKXpLObZ..:cvsuser
trudelle%netscape.com:kguEx2XoA/qOQ:cvsuser
twalker%netscape.com:h28XrHXhyvScQ:cvsuser
t_mutreja%yahoo.com:r.isAol8Qh60w:cvsuser
val4%cornell.edu:.MA49sSDjYK66:cvsuser
valeski%netscape.com:UQIy1R23X0tnc:cvsuser
varada%netscape.com:/PHzlvLt1d/Pk:cvsuser
varga%nixcorp.com:itS5ZJXFiEJC2:cvsuser
vidur%netscape.com:QSvSExpE4HwEE:cvsuser
vladimir%pobox.com:ZcFYwCPC7dvjE:cvsuser
wade%ezri.org:FeXuLzEvXT132:cvsuser
waldemar%netscape.com:hrfmZUyM.cQqw:cvsuser
wchang0222%aol.com:qv4XOpmSQjJG2:cvsuser
webmail%kmgerich.com:K7U1HCAoxFv2E:cvsuser
Xiaobin.Lu%eng.Sun.com:MrrYDdtVNWvV6:cvsuser
yokoyama%netscape.com:zC32qkz2JNuTc:cvsuser
yueheng.xu%intel.com:oRvjQhWXcyCIU:cvsuser
yxia%netscape.com:ilKZVJUeHDLj6:cvsuser
zach%zachlipton.com:GLozolSujiqSo:cvsuser
zuperdee%yahoo.com:ltcWrFvUEUYTY:cvsuser

View File

@@ -1,13 +0,0 @@
# The "rcsinfo" file is used to control templates with which the editor
# is invoked on commit and import.
#
# The first entry on a line is a regular expression which is tested
# against the directory that the change is being made to, relative to the
# $CVSROOT. For the first match that is found, then the remainder of the
# line is the name of the file that contains the template.
#
# If the repository name does not match any of the regular expressions in this
# file, the "DEFAULT" line is used, if it is specified.
#
# If the name "ALL" appears as a regular expression it is always used
# in addition to the first matching regex or "DEFAULT".

View File

View File

@@ -1,78 +0,0 @@
#!/usr/bin/perl
use Socket;
sub get_response_code {
my ($expecting) = @_;
# if ($flag_debug) {
# print STDERR "SMTP: Waiting for code $expecting\n";
# }
while (1) {
my $line = <S>;
# if ($flag_debug) {
# print STDERR "SMTP: $line";
# }
if ($line =~ /^[0-9]*-/) {
next;
}
if ($line =~ /(^[0-9]*) /) {
my $code = $1;
if ($code == $expecting) {
# if ($flag_debug) {
# print STDERR "SMTP: got it.\n";
# }
return;
}
die "Bad response from SMTP -- $line";
}
}
}
my @mailto;
my $i;
foreach $i (@ARGV) {
# Deal with our "%" encoding of email addresses.
if ($i !~ /\@/) {
$i =~ s/%/\@/;
}
push(@mailto, $i);
}
chop(my $hostname = `/bin/hostname`);
my ($remote,$port, $iaddr, $paddr, $proto, $line);
$remote = $mailhost;
$port = 25;
if ($port =~ /\D/) { $port = getservbyname($port, 'tcp') }
die "No port" unless $port;
$iaddr = inet_aton($remote) || die "no host: $remote";
$paddr = sockaddr_in($port, $iaddr);
$proto = getprotobyname('tcp');
socket(S, PF_INET, SOCK_STREAM, $proto) || die "socket: $!";
connect(S, $paddr) || die "connect: $!";
select(S); $| = 1; select(STDOUT);
get_response_code(220);
print S "EHLO $hostname\n";
get_response_code(250);
print S "MAIL FROM: cvs-notify-daemon\@$hostname\n";
get_response_code(250);
foreach $i (@mailto) {
print S "RCPT TO: $i\n";
get_response_code(250);
}
print S "DATA\n";
get_response_code(354);
# Get one line starting with "354 ".
print S "Subject: CVS notification\n";
print S "To: " . join(',', @mailto) . "\n";
print S "\n";
while (<STDIN>) {
print S $_;
}
print S ".\n";
get_response_code(250);
print S "QUIT\n";
close(S);

View File

@@ -1,20 +0,0 @@
# The "taginfo" file is used to control pre-tag checks.
# The filter on the right is invoked with the following arguments:
#
# $1 -- tagname
# $2 -- operation "add" for tag, "mov" for tag -F, and "del" for tag -d
# $3 -- repository
# $4-> file revision [file revision ...]
#
# A non-zero exit of the filter program will cause the tag to be aborted.
#
# The first entry on a line is a regular expression which is tested
# against the directory that the change is being committed to, relative
# to the $CVSROOT. For the first match that is found, then the remainder
# of the line is the name of the filter to run.
#
# If the repository name does not match any of the regular expressions in this
# file, the "DEFAULT" line is used, if it is specified.
#
# If the name "ALL" appears as a regular expression it is always used
# in addition to the first matching regex or "DEFAULT".

View File

@@ -1,21 +0,0 @@
# The "verifymsg" file is used to allow verification of logging
# information. It works best when a template (as specified in the
# rcsinfo file) is provided for the logging procedure. Given a
# template with locations for, a bug-id number, a list of people who
# reviewed the code before it can be checked in, and an external
# process to catalog the differences that were code reviewed, the
# following test can be applied to the code:
#
# Making sure that the entered bug-id number is correct.
# Validating that the code that was reviewed is indeed the code being
# checked in (using the bug-id number or a seperate review
# number to identify this particular code set.).
#
# If any of the above test failed, then the commit would be aborted.
#
# Actions such as mailing a copy of the report to each reviewer are
# better handled by an entry in the loginfo file.
#
# One thing that should be noted is the the ALL keyword is not
# supported. There can be only one entry that matches a given
# repository.

View File

@@ -1,744 +0,0 @@
/*
* The nsinstall command for OS/2
*
* Our gmake makefiles use the nsinstall command to create the
* object directories or installing headers and libs to ns/dist.
* The shmsdos shell has nsinstall as a built-in command. However,
* if we use another shell like MKS toolkit's sh, we need to have
* the nsinstall command separately.
*
* This file was generated by modifying the Windows nsinstall.c.
*
* To build, say
* icc nsinstall.c
*/
#include <direct.h>
#include <stdio.h>
#include <string.h>
#include <assert.h>
#define INCL_DOSFILEMGR
#define INCL_DOSERRORS
#define INCL_WINERRORS
#include <os2.h>
#pragma hdrstop
/*
* sh_FileFcn --
*
* A function that operates on a file. The pathname is either
* absolute or relative to the current directory, and contains
* no wildcard characters such as * and ?. Additional arguments
* can be passed to the function via the arg pointer.
*/
typedef BOOL (*sh_FileFcn)(
char *pathName,
FILEFINDBUF3 *fileData,
void *arg);
static int shellCp (char **pArgv);
static int shellNsinstall (char **pArgv);
static int shellMkdir (char **pArgv);
static BOOL sh_EnumerateFiles(const char *pattern, const char *where,
sh_FileFcn fileFcn, void *arg, int *nFiles);
static const char *sh_GetLastErrorMessage(void);
static BOOL sh_DoCopy(char *srcFileName, ULONG srcFileAttributes,
char *dstFileName, ULONG dstFileAttributes,
int force, int recursive);
static ULONG GetFileAttributes(PSZ pszFileName);
static APIRET SetFileAttributes(PSZ pszFileName, ULONG ulFileAttributes);
/* changes all forward slashes in token to back slashes */
void changeForwardSlashesTpBackSlashes ( char *arg )
{
if ( arg == NULL )
return;
while ( *arg ) {
if ( *arg == '/' )
*arg = '\\';
arg++;
}
}
int main(int argc, char *argv[ ])
{
return shellNsinstall ( argv + 1 );
}
static int
shellNsinstall (char **pArgv)
{
int retVal = 0; /* exit status */
int dirOnly = 0; /* 1 if and only if -D is specified */
char **pSrc;
char **pDst;
int len;
/*
* Process the command-line options. We ignore the
* options except for -D. Some options, such as -m,
* are followed by an argument. We need to skip the
* argument too.
*/
while ( *pArgv && **pArgv == '-' ) {
char c = (*pArgv)[1]; /* The char after '-' */
if ( c == 'D' ) {
dirOnly = 1;
} else if ( c == 'm' ) {
pArgv++; /* skip the next argument */
}
pArgv++;
}
if ( !dirOnly ) {
/* There are files to install. Get source files */
if ( *pArgv ) {
pSrc = pArgv++;
} else {
fprintf( stderr, "nsinstall: not enough arguments\n");
return 3;
}
}
/* Get to last token to find destination directory */
if ( *pArgv ) {
pDst = pArgv++;
if ( dirOnly && *pArgv ) {
fprintf( stderr, "nsinstall: too many arguments with -D\n");
return 3;
}
} else {
fprintf( stderr, "nsinstall: not enough arguments\n");
return 3;
}
while ( *pArgv )
pDst = pArgv++;
/* remove trailing slash from desination directory */
len = strlen( *pDst );
if ( pDst[0][len-1] == '/' )
pDst[0][len-1] = '\0';
retVal = shellMkdir ( pDst );
if ( retVal )
return retVal;
if ( !dirOnly )
retVal = shellCp ( pSrc );
return retVal;
}
static int
shellMkdir (char **pArgv)
{
int retVal = 0; /* assume valid return */
char *arg;
char *pArg;
char path[CCHMAXPATH];
char tmpPath[CCHMAXPATH];
char *pTmpPath = tmpPath;
/* All the options are simply ignored in this implementation */
while ( *pArgv && **pArgv == '-' ) {
if ( (*pArgv)[1] == 'm' ) {
pArgv++; /* skip the next argument (mode) */
}
pArgv++;
}
while ( *pArgv ) {
arg = *pArgv;
changeForwardSlashesTpBackSlashes ( arg );
pArg = arg;
pTmpPath = tmpPath;
while ( 1 ) {
/* create part of path */
while ( *pArg ) {
*pTmpPath++ = *pArg++;
if ( *pArg == '\\' )
break;
}
*pTmpPath = '\0';
/* check if directory alreay exists */
_getcwd ( path, sizeof (path) );
if (( _chdir ( tmpPath ) != -1 ) || ((tmpPath[1] == ':') && (tmpPath[2] == '\0'))) {
_chdir ( path );
} else {
if ( _mkdir ( tmpPath ) == -1 ) {
// while ( waitForDebug );
printf ( "%s: ", tmpPath );
perror ( "Could not create the directory" );
retVal = 3;
break;
}
}
if ( *pArg == '\0' ) /* complete path? */
break;
/* loop for next directory */
}
pArgv++;
}
return retVal;
}
static const char *
sh_GetLastErrorMessage()
{
static char buf[128];
ERRORID error = WinGetLastError(0);
switch (ERRORIDSEV(error))
{
case SEVERITY_ERROR:
{
sprintf( buf, "error %d", ERRORIDERROR(error));
break;
}
case SEVERITY_SEVERE:
{
sprintf( buf, "severe error %d", ERRORIDERROR(error));
break;
}
case SEVERITY_UNRECOVERABLE:
{
sprintf( buf, "unrecoverable error %d", ERRORIDERROR(error));
break;
}
}
return buf;
}
/*
* struct sh_FileData --
*
* A pointer to the sh_FileData structure is passed into sh_RecordFileData,
* which will fill in the fields.
*/
struct sh_FileData {
char pathName[CCHMAXPATH];
ULONG attrFile;
};
/*
* sh_RecordFileData --
*
* Record the pathname and attributes of the file in
* the sh_FileData structure pointed to by arg.
*
* Always return TRUE (successful completion).
*
* This function is intended to be passed into sh_EnumerateFiles
* to see if a certain pattern expands to exactly one file/directory,
* and if so, record its pathname and attributes.
*/
static BOOL
sh_RecordFileData(char *pathName, FILEFINDBUF3 *findData, void *arg)
{
struct sh_FileData *fData = (struct sh_FileData *) arg;
strcpy(fData->pathName, pathName);
fData->attrFile = findData->attrFile;
return TRUE;
}
static BOOL
sh_DoCopy(char *srcFileName,
ULONG srcFileAttributes,
char *dstFileName,
ULONG dstFileAttributes,
int force,
int recursive
)
{
if (dstFileAttributes != 0xFFFFFFFF) {
if ((dstFileAttributes & FILE_READONLY) && force) {
dstFileAttributes &= ~FILE_READONLY;
SetFileAttributes(dstFileName, dstFileAttributes);
}
}
if (srcFileAttributes & FILE_DIRECTORY) {
fprintf(stderr, "nsinstall: %s is a directory\n",
srcFileName);
return FALSE;
} else {
if (DosCopy(srcFileName, dstFileName, DCPY_EXISTING) != NO_ERROR) {
fprintf(stderr, "nsinstall: cannot copy %s to %s: %s\n",
srcFileName, dstFileName, sh_GetLastErrorMessage());
return FALSE;
}
}
return TRUE;
}
/*
* struct sh_CpCmdArg --
*
* A pointer to the sh_CpCmdArg structure is passed into sh_CpFileCmd.
* The sh_CpCmdArg contains information about the cp command, and
* provide a buffer for constructing the destination file name.
*/
struct sh_CpCmdArg {
int force; /* -f option, ok to overwrite an existing
* read-only destination file */
int recursive; /* -r or -R option, recursively copy
* directories. Note: this field is not used
* by nsinstall and should always be 0. */
char *dstFileName; /* a buffer for constructing the destination
* file name */
char *dstFileNameMarker; /* points to where in the dstFileName buffer
* we should write the file component of the
* destination file */
};
/*
* sh_CpFileCmd --
*
* Copy a file to the destination directory
*
* This function is intended to be passed into sh_EnumerateFiles to
* copy all the files specified by the pattern to the destination
* directory.
*
* Return TRUE if the file is successfully copied, and FALSE otherwise.
*/
static BOOL
sh_CpFileCmd(char *pathName, FILEFINDBUF3 *findData, void *cpArg)
{
BOOL retVal = TRUE;
struct sh_CpCmdArg *arg = (struct sh_CpCmdArg *) cpArg;
strcpy(arg->dstFileNameMarker, findData->achName);
return sh_DoCopy(pathName, findData->attrFile,
arg->dstFileName, GetFileAttributes(arg->dstFileName),
arg->force, arg->recursive);
}
static int
shellCp (char **pArgv)
{
int retVal = 0;
char **pSrc;
char **pDst;
struct sh_CpCmdArg arg;
struct sh_FileData dstData;
int dstIsDir = 0;
int n;
arg.force = 0;
arg.recursive = 0;
arg.dstFileName = dstData.pathName;
arg.dstFileNameMarker = 0;
while (*pArgv && **pArgv == '-') {
char *p = *pArgv;
while (*(++p)) {
if (*p == 'f') {
arg.force = 1;
}
}
pArgv++;
}
/* the first source file */
if (*pArgv) {
pSrc = pArgv++;
} else {
fprintf(stderr, "nsinstall: not enough arguments\n");
return 3;
}
/* get to the last token to find destination */
if (*pArgv) {
pDst = pArgv++;
} else {
fprintf(stderr, "nsinstall: not enough arguments\n");
return 3;
}
while (*pArgv) {
pDst = pArgv++;
}
/*
* The destination pattern must unambiguously expand to exactly
* one file or directory.
*/
changeForwardSlashesTpBackSlashes(*pDst);
sh_EnumerateFiles(*pDst, *pDst, sh_RecordFileData, &dstData, &n);
assert(n >= 0);
if (n == 1) {
/*
* Is the destination a file or directory?
*/
if (dstData.attrFile & FILE_DIRECTORY) {
dstIsDir = 1;
}
} else if (n > 1) {
fprintf(stderr, "nsinstall: %s: ambiguous destination file "
"or directory\n", *pDst);
return 3;
} else {
/*
* n == 0, meaning that destination file or directory does
* not exist. In this case the destination file directory
* name must be fully specified.
*/
char *p;
for (p = *pDst; *p; p++) {
if (*p == '*' || *p == '?') {
fprintf(stderr, "nsinstall: %s: No such file or directory\n",
*pDst);
return 3;
}
}
/*
* Do not include the trailing \, if any, unless it is a root
* directory (\ or X:\).
*/
if (p > *pDst && p[-1] == '\\' && p != *pDst + 1 && p[-2] != ':') {
p[-1] = '\0';
}
strcpy(dstData.pathName, *pDst);
dstData.attrFile = 0xFFFFFFFF;
}
/*
* If there are two or more source files, the destination has
* to be a directory.
*/
if (pDst - pSrc > 1 && !dstIsDir) {
fprintf(stderr, "nsinstall: cannot copy more than"
" one file to the same destination file\n");
return 3;
}
if (dstIsDir) {
arg.dstFileNameMarker = arg.dstFileName + strlen(arg.dstFileName);
/*
* Now arg.dstFileNameMarker is pointing to the null byte at the
* end of string. We want to make sure that there is a \ at the
* end of string, and arg.dstFileNameMarker should point right
* after that \.
*/
if (arg.dstFileNameMarker[-1] != '\\') {
*(arg.dstFileNameMarker++) = '\\';
}
}
if (!dstIsDir) {
struct sh_FileData srcData;
assert(pDst - pSrc == 1);
changeForwardSlashesTpBackSlashes(*pSrc);
sh_EnumerateFiles(*pSrc, *pSrc, sh_RecordFileData, &srcData, &n);
if (n == 0) {
fprintf(stderr, "nsinstall: %s: No such file or directory\n",
*pSrc);
retVal = 3;
} else if (n > 1) {
fprintf(stderr, "nsinstall: cannot copy more than one file or "
"directory to the same destination\n");
retVal = 3;
} else {
assert(n == 1);
if (sh_DoCopy(srcData.pathName, srcData.attrFile,
dstData.pathName, dstData.attrFile,
arg.force, arg.recursive) == FALSE) {
retVal = 3;
}
}
return retVal;
}
for ( ; *pSrc != *pDst; pSrc++) {
BOOL rv;
changeForwardSlashesTpBackSlashes(*pSrc);
rv = sh_EnumerateFiles(*pSrc, *pSrc, sh_CpFileCmd, &arg, &n);
if (rv == FALSE) {
retVal = 3;
} else {
if (n == 0) {
fprintf(stderr, "nsinstall: %s: No such file or directory\n",
*pSrc);
retVal = 3;
}
}
}
return retVal;
}
/*
* sh_EnumerateFiles --
*
* Enumerate all the files in the specified pattern, which is a pathname
* containing possibly wildcard characters such as * and ?. fileFcn
* is called on each file, passing the expanded file name, a pointer
* to the file's FILEFINDBUF3, and the arg pointer.
*
* It is assumed that there are no wildcard characters before the
* character pointed to by 'where'.
*
* On return, *nFiles stores the number of files enumerated. *nFiles is
* set to this number whether sh_EnumerateFiles or 'fileFcn' succeeds
* or not.
*
* Return TRUE if the files are successfully enumerated and all
* 'fileFcn' invocations succeeded. Return FALSE if something went
* wrong.
*/
static BOOL sh_EnumerateFiles(
const char *pattern,
const char *where,
sh_FileFcn fileFcn,
void *arg,
int *nFiles
)
{
FILEFINDBUF3 fileData = {0};
HDIR hSearch;
APIRET ulrc;
ULONG ulFindCount = 1;
const char *src;
char *dst;
char fileName[CCHMAXPATH];
char *fileNameMarker = fileName;
char *oldFileNameMarker;
BOOL hasWildcard = FALSE;
BOOL retVal = TRUE;
BOOL patternEndsInDotStar = FALSE;
BOOL patternEndsInDot = FALSE; /* a special case of
* patternEndsInDotStar */
int numDotsInPattern;
int len;
/*
* Windows expands patterns ending in ".", ".*", ".**", etc.
* differently from the glob expansion on Unix. For example,
* both "foo." and "foo.*" match "foo", and "*.*" matches
* everything, including filenames with no dots. So we need
* to throw away extra files returned by the FindNextFile()
* function. We require that a matched filename have at least
* the number of dots in the pattern.
*/
len = strlen(pattern);
if (len >= 2) {
/* Start from the end of pattern and go backward */
const char *p = &pattern[len - 1];
/* We can have zero or more *'s */
while (p >= pattern && *p == '*') {
p--;
}
if (p >= pattern && *p == '.') {
patternEndsInDotStar = TRUE;
if (p == &pattern[len - 1]) {
patternEndsInDot = TRUE;
}
p--;
numDotsInPattern = 1;
while (p >= pattern && *p != '\\') {
if (*p == '.') {
numDotsInPattern++;
}
p--;
}
}
}
*nFiles = 0;
/*
* Copy pattern to fileName, but only up to and not including
* the first \ after the first wildcard letter.
*
* Make fileNameMarker point to one of the following:
* - the start of fileName, if fileName does not contain any \.
* - right after the \ before the first wildcard letter, if there is
* a wildcard character.
* - right after the last \, if there is no wildcard character.
*/
dst = fileName;
src = pattern;
while (src < where) {
if (*src == '\\') {
oldFileNameMarker = fileNameMarker;
fileNameMarker = dst + 1;
}
*(dst++) = *(src++);
}
while (*src && *src != '*' && *src != '?') {
if (*src == '\\') {
oldFileNameMarker = fileNameMarker;
fileNameMarker = dst + 1;
}
*(dst++) = *(src++);
}
if (*src) {
/*
* Must have seen the first wildcard letter
*/
hasWildcard = TRUE;
while (*src && *src != '\\') {
*(dst++) = *(src++);
}
}
/* Now src points to either null or \ */
assert(*src == '\0' || *src == '\\');
assert(hasWildcard || *src == '\0');
*dst = '\0';
/*
* If the pattern does not contain any wildcard characters, then
* we don't need to go the FindFirstFile route.
*/
if (!hasWildcard) {
/*
* See if it is the root directory, \, or X:\.
*/
assert(!strcmp(fileName, pattern));
assert(strlen(fileName) >= 1);
if (dst[-1] == '\\' && (dst == fileName + 1 || dst[-2] == ':')) {
fileData.achName[0] = '\0';
} else {
/*
* Do not include the trailing \, if any
*/
if (dst[-1] == '\\') {
assert(*fileNameMarker == '\0');
dst[-1] = '\0';
fileNameMarker = oldFileNameMarker;
}
strcpy(fileData.achName, fileNameMarker);
}
fileData.attrFile = GetFileAttributes(fileName);
if (fileData.attrFile == 0xFFFFFFFF) {
return TRUE;
}
*nFiles = 1;
return (*fileFcn)(fileName, &fileData, arg);
}
hSearch = HDIR_CREATE;
ulrc = DosFindFirst(fileName, &hSearch, FILE_NORMAL, &fileData, sizeof(fileData),
&ulFindCount, FIL_STANDARD);
if (ulrc == ERROR_INVALID_HANDLE) {
return retVal;
}
do {
if (!strcmp(fileData.achName, ".")
|| !strcmp(fileData.achName, "..")) {
/*
* Skip over . and ..
*/
continue;
}
if (patternEndsInDotStar) {
int nDots = 0;
char *p = fileData.achName;
while (*p) {
if (*p == '.') {
nDots++;
}
p++;
}
/* Now p points to the null byte at the end of file name */
if (patternEndsInDot && (p == fileData.achName
|| p[-1] != '.')) {
/*
* File name does not end in dot. Skip this file.
* Note: windows file name probably cannot end in dot,
* but we do this check anyway.
*/
continue;
}
if (nDots < numDotsInPattern) {
/*
* Not enough dots in file name. Must be an extra
* file in matching .* pattern. Skip this file.
*/
continue;
}
}
strcpy(fileNameMarker, fileData.achName);
if (*src && *(src + 1)) {
/*
* More to go. Recurse.
*/
int n;
assert(*src == '\\');
where = fileName + strlen(fileName);
strcat(fileName, src);
sh_EnumerateFiles(fileName, where, fileFcn, arg, &n);
*nFiles += n;
} else {
assert(strchr(fileName, '*') == NULL);
assert(strchr(fileName, '?') == NULL);
(*nFiles)++;
if ((*fileFcn)(fileName, &fileData, arg) == FALSE) {
retVal = FALSE;
}
}
} while (DosFindNext(hSearch, &fileData, sizeof(fileData), &ulFindCount) == NO_ERROR);
DosFindClose(hSearch);
return retVal;
}
static ULONG GetFileAttributes(PSZ pszFileName)
{
FILESTATUS3 fsts3;
APIRET rc;
rc = DosQueryPathInfo(pszFileName,
FIL_STANDARD,
&fsts3,
sizeof(FILESTATUS3));
if (rc != NO_ERROR) {
return -1;
} /* endif */
return fsts3.attrFile;
}
static APIRET SetFileAttributes(PSZ pszFileName, ULONG ulFileAttributes)
{
return NULL;
}

View File

@@ -1,107 +0,0 @@
/* GLIB - Library of useful routines for C programming
* Copyright (C) 1995-1997 Peter Mattis, Spencer Kimball and Josh MacDonald
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Library General Public
* License as published by the Free Software Foundation; either
* version 2 of the License, or (at your option) any later version.
*
* This library is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
* Library General Public License for more details.
*
* You should have received a copy of the GNU Library General Public
* License along with this library; if not, write to the
* Free Software Foundation, Inc., 59 Temple Place - Suite 330,
* Boston, MA 02111-1307, USA.
*/
/* acconfig.h
This file is in the public domain.
Descriptive text for the C preprocessor macros that
the distributed Autoconf macros can define.
No software package will use all of them; autoheader copies the ones
your configure.in uses into your configuration header file templates.
The entries are in sort -df order: alphabetical, case insensitive,
ignoring punctuation (such as underscores). Although this order
can split up related entries, it makes it easier to check whether
a given entry is in the file.
Leave the following blank line there!! Autoheader needs it. */
/* Other stuff */
#undef ENABLE_MEM_CHECK
#undef ENABLE_MEM_PROFILE
#undef G_COMPILED_WITH_DEBUGGING
#undef G_THREADS_ENABLED
#undef GLIB_SIZEOF_GMUTEX
#undef GLIB_BYTE_CONTENTS_GMUTEX
#undef HAVE_BROKEN_WCTYPE
#undef HAVE_DOPRNT
#undef HAVE_FLOAT_H
#undef HAVE_GETPWUID_R
#undef HAVE_GETPWUID_R_POSIX
#undef HAVE_LIMITS_H
#undef HAVE_LONG_DOUBLE
#undef HAVE_POLL
#undef HAVE_PTHREAD_GETSPECIFIC_POSIX
#undef HAVE_PWD_H
#undef HAVE_SYS_PARAM_H
#undef HAVE_SYS_POLL_H
#undef HAVE_SYS_SELECT_H
#undef HAVE_SYS_TIME_H
#undef HAVE_SYS_TIMES_H
#undef HAVE_STRERROR
#undef HAVE_STRSIGNAL
#undef HAVE_UNISTD_H
#undef HAVE_VALUES_H
#undef HAVE_WCHAR_H
#undef HAVE_WCTYPE_H
#undef NO_FD_SET
#undef NO_SYS_ERRLIST
#undef NO_SYS_SIGLIST
#undef NO_SYS_SIGLIST_DECL
#undef WITH_SYMBOL_UNDERSCORE
#undef SIZEOF_CHAR
#undef SIZEOF_SHORT
#undef SIZEOF_LONG
#undef SIZEOF_INT
#undef SIZEOF_VOID_P
#undef G_VA_COPY
#undef G_VA_COPY_AS_ARRAY
#undef G_HAVE___INLINE
#undef G_HAVE___INLINE__
#undef G_HAVE_INLINE
#undef GLIB_MAJOR_VERSION
#undef GLIB_MINOR_VERSION
#undef GLIB_MICRO_VERSION
#undef GLIB_INTERFACE_AGE
#undef GLIB_BINARY_AGE
#undef WIN32
#undef NATIVE_WIN32
#undef G_THREAD_SOURCE
/* #undef PACKAGE */
/* #undef VERSION */
/* Leave that blank line there!! Autoheader needs it.
If you're adding to this file, keep in mind:
The entries are in sort -df order: alphabetical, case insensitive,
ignoring punctuation (such as underscores). */

View File

@@ -1,138 +0,0 @@
/* config.h.win32. Handcrafted for Microsoft C */
/* Define to empty if the keyword does not work. */
/* #undef const */
/* Define if you don't have vprintf but do have _doprnt. */
/* #undef HAVE_DOPRNT */
/* Define if you have <unistd.h>. */
/* #undef HAVE_UNISTD_H */
/* Define if you have the vprintf function. */
#define HAVE_VPRINTF 1
/* Define if you have the ANSI C header files. */
#define STDC_HEADERS 1
/* Define if your processor stores words with the most significant
byte first (like Motorola and SPARC, unlike Intel and VAX). */
/* #undef WORDS_BIGENDIAN */
/* #undef ENABLE_MEM_CHECK */
/* #undef ENABLE_MEM_PROFILE */
#define G_COMPILED_WITH_DEBUGGING "minimum"
/* #undef HAVE_BROKEN_WCTYPE */
/* #undef HAVE_DOPRNT */
#define HAVE_FLOAT_H 1
#define HAVE_LIMITS_H 1
/* #undef HAVE_LOCALTIME_R */
/* #undef HAVE_LONG_DOUBLE */
/* #undef HAVE_POLL */
/* #undef HAVE_PWD_H */
/* #undef HAVE_SYS_PARAM_H */
/* #undef HAVE_SYS_POLL_H */
/* #undef HAVE_SYS_SELECT_H */
/* #undef HAVE_SYS_TIME_H */
/* #undef HAVE_SYS_TIMES_H */
#define HAVE_STRERROR 1
/* #undef HAVE_STRSIGNAL */
/* #undef HAVE_UNISTD_H */
/* #undef HAVE_VSNPRINTF */
/* #undef HAVE_VALUES_H */
#define HAVE_VPRINTF 1
#define HAVE_WCHAR_H 1
#define HAVE_WCTYPE_H 1
/* #undef NO_FD_SET */
/* #undef NO_SYS_ERRLIST */
#define NO_SYS_SIGLIST 1
/* #undef G_VA_COPY */
/* #undef G_VA_COPY_AS_ARRAY */
#define G_HAVE___INLINE 1
#define GLIB_MAJOR_VERSION 1
#define GLIB_MINOR_VERSION 2
#define GLIB_MICRO_VERSION 0
#define GLIB_INTERFACE_AGE 0
#define GLIB_BINARY_AGE 0
#define G_THREAD_SOURCE "gthread-posix.c"
#define G_THREADS_IMPL_POSIX
#define HAVE_PTHREAD_GETSPECIFIC_POSIX 1
/* The number of bytes in a char. */
#define SIZEOF_CHAR 1
/* The number of bytes in a int. */
#define SIZEOF_INT 4
/* The number of bytes in a long. */
#define SIZEOF_LONG 4
/* The number of bytes in a long long. */
#define SIZEOF_LONG_LONG 8
/* The number of bytes in a short. */
#define SIZEOF_SHORT 2
/* The number of bytes in a void *. */
#define SIZEOF_VOID_P 4
/* Define if you have the atexit function. */
#define HAVE_ATEXIT 1
/* Define if you have the lstat function. */
/* #undef HAVE_LSTAT */
/* Define if you have the memmove function. */
#define HAVE_MEMMOVE 1
/* Define if you have the on_exit function. */
/* #undef HAVE_ON_EXIT */
/* Define if you have the strcasecmp function. */
/* #undef HAVE_STRCASECMP ^*/
/* Define if you have the strerror function. */
#define HAVE_STRERROR 1
/* Define if you have the strsignal function. */
/* #undef HAVE_STRSIGNAL */
/* Define if you have the vsnprintf function. */
/* #undef HAVE_VSNPRINTF */
/* Define if you have the <float.h> header file. */
#define HAVE_FLOAT_H 1
/* Define if you have the <limits.h> header file. */
#define HAVE_LIMITS_H 1
/* Define if you have the <pwd.h> header file. */
/* #undef HAVE_PWD_H */
/* Define if you have the <sys/param.h> header file. */
/* #undef HAVE_SYS_PARAM_H */
/* Define if you have the <sys/select.h> header file. */
/* #undef HAVE_SYS_SELECT_H */
/* Define if you have the <sys/time.h> header file. */
/* #undef HAVE_SYS_TIME_H */
/* Define if you have the <sys/times.h> header file. */
/* #undef HAVE_SYS_TIMES_H */
/* Define if you have the <unistd.h> header file. */
/* #undef HAVE_UNISTD_H */
/* Define if you have the <values.h> header file. */
/* #undef HAVE_VALUES_H */
/* Define if you have the w library (-lw). */
/* #undef HAVE_LIBW */

File diff suppressed because it is too large Load Diff

View File

@@ -1,173 +0,0 @@
/* glibconfig.h.win32 */
/* Handcrafted for Microsoft C. */
#ifndef GLIBCONFIG_H
#define GLIBCONFIG_H
#ifdef __cplusplus
extern "C" {
#endif /* __cplusplus */
#ifdef _MSC_VER
/* Make MSVC more pedantic, this is a recommended pragma list
* from _Win32_Programming_ by Rector and Newcomer.
*/
#pragma warning(error:4002)
#pragma warning(error:4003)
#pragma warning(1:4010)
#pragma warning(error:4013)
#pragma warning(1:4016)
#pragma warning(error:4020)
#pragma warning(error:4021)
#pragma warning(error:4027)
#pragma warning(error:4029)
#pragma warning(error:4033)
#pragma warning(error:4035)
#pragma warning(error:4045)
#pragma warning(error:4047)
#pragma warning(error:4049)
#pragma warning(error:4053)
#pragma warning(error:4071)
#pragma warning(disable:4101)
#pragma warning(error:4150)
#pragma warning(disable:4244) /* No possible loss of data warnings */
#pragma warning(disable:4305) /* No truncation from int to char warnings */
#endif /* _MSC_VER */
#include <limits.h>
#include <float.h>
#define G_MINFLOAT FLT_MIN
#define G_MAXFLOAT FLT_MAX
#define G_MINDOUBLE DBL_MIN
#define G_MAXDOUBLE DBL_MAX
#define G_MINSHORT SHRT_MIN
#define G_MAXSHORT SHRT_MAX
#define G_MININT INT_MIN
#define G_MAXINT INT_MAX
#define G_MINLONG LONG_MIN
#define G_MAXLONG LONG_MAX
typedef signed char gint8;
typedef unsigned char guint8;
typedef signed short gint16;
typedef unsigned short guint16;
typedef signed int gint32;
typedef unsigned int guint32;
#define G_HAVE_GINT64 1
typedef __int64 gint64;
typedef unsigned __int64 guint64;
#define G_GINT64_CONSTANT(val) (val##i64)
#define GPOINTER_TO_INT(p) ((gint)(p))
#define GPOINTER_TO_UINT(p) ((guint)(p))
#define GINT_TO_POINTER(i) ((gpointer)(i))
#define GUINT_TO_POINTER(u) ((gpointer)(u))
#define g_ATEXIT(proc) (atexit (proc))
#define g_memmove(d,s,n) G_STMT_START { memmove ((d), (s), (n)); } G_STMT_END
#define G_HAVE_ALLOCA 1
#define alloca _alloca
#define GLIB_MAJOR_VERSION 1
#define GLIB_MINOR_VERSION 2
#define GLIB_MICRO_VERSION 0
#ifdef __cplusplus
#define G_HAVE_INLINE 1
#else /* !__cplusplus */
#define G_HAVE___INLINE 1
#endif
#define G_THREADS_ENABLED
/*
* The following program can be used to determine the magic values below:
* #include <stdio.h>
* #include <pthread.h>
* main(int argc, char **argv)
* {
* int i;
* pthread_mutex_t m = PTHREAD_MUTEX_INITIALIZER;
* printf ("sizeof (pthread_mutex_t) = %d\n", sizeof (pthread_mutex_t));
* printf ("PTHREAD_MUTEX_INITIALIZER = ");
* for (i = 0; i < sizeof (pthread_mutex_t); i++)
* printf ("%u, ", (unsigned) ((char *) &m)[i]);
* printf ("\n");
* exit(0);
* }
*/
typedef struct _GStaticMutex GStaticMutex;
struct _GStaticMutex
{
struct _GMutex *runtime_mutex;
union {
/* The size of the pad array should be sizeof (pthread_mutext_t) */
/* This value corresponds to the 1999-01-24 version of pthreads-win32 */
char pad[36];
double dummy_double;
void *dummy_pointer;
long dummy_long;
} aligned_pad_u;
};
/* This should be NULL followed by the bytes in PTHREAD_MUTEX_INITIALIZER */
#define G_STATIC_MUTEX_INIT { NULL, { { 1, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0 } } }
#define g_static_mutex_get_mutex(mutex) \
(g_thread_use_default_impl ? ((GMutex*) &((mutex)->aligned_pad_u)) : \
g_static_mutex_get_mutex_impl (&((mutex)->runtime_mutex)))
#define G_BYTE_ORDER G_LITTLE_ENDIAN
#define GINT16_TO_LE(val) ((gint16) (val))
#define GUINT16_TO_LE(val) ((guint16) (val))
#define GINT16_TO_BE(val) ((gint16) GUINT16_SWAP_LE_BE (val))
#define GUINT16_TO_BE(val) (GUINT16_SWAP_LE_BE (val))
#define GINT32_TO_LE(val) ((gint32) (val))
#define GUINT32_TO_LE(val) ((guint32) (val))
#define GINT32_TO_BE(val) ((gint32) GUINT32_SWAP_LE_BE (val))
#define GUINT32_TO_BE(val) (GUINT32_SWAP_LE_BE (val))
#define GINT64_TO_LE(val) ((gint64) (val))
#define GUINT64_TO_LE(val) ((guint64) (val))
#define GINT64_TO_BE(val) ((gint64) GUINT64_SWAP_LE_BE (val))
#define GUINT64_TO_BE(val) (GUINT64_SWAP_LE_BE (val))
#define GLONG_TO_LE(val) ((glong) GINT32_TO_LE (val))
#define GULONG_TO_LE(val) ((gulong) GUINT32_TO_LE (val))
#define GLONG_TO_BE(val) ((glong) GINT32_TO_BE (val))
#define GULONG_TO_BE(val) ((gulong) GUINT32_TO_BE (val))
#define GINT_TO_LE(val) ((gint) GINT32_TO_LE (val))
#define GUINT_TO_LE(val) ((guint) GUINT32_TO_LE (val))
#define GINT_TO_BE(val) ((gint) GINT32_TO_BE (val))
#define GUINT_TO_BE(val) ((guint) GUINT32_TO_BE (val))
#define GLIB_SYSDEF_POLLIN = 1
#define GLIB_SYSDEF_POLLOUT = 4
#define GLIB_SYSDEF_POLLPRI = 2
#define GLIB_SYSDEF_POLLERR = 8
#define GLIB_SYSDEF_POLLHUP = 16
#define GLIB_SYSDEF_POLLNVAL = 32
#define G_HAVE_WCHAR_H 1
#define G_HAVE_WCTYPE_H 1
/* Define if this is Win32, possibly using the Cygwin emulation layer. */
#define WIN32 1
/* Define if this is Win32 without Cygwin. */
#define NATIVE_WIN32 1
#ifdef __cplusplus
}
#endif /* __cplusplus */
#endif /* GLIBCONFIG_H */

View File

@@ -1,827 +0,0 @@
/**************************************************************************
IDL.h (IDL parse tree and namespace components)
Include wide character support before this, if necessary.
Copyright (C) 1998, 1999 Andrew T. Veliath
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public
License as published by the Free Software Foundation; either
version 2 of the License, or (at your option) any later version.
This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Library General Public License for more details.
You should have received a copy of the GNU Library General Public
License along with this library; if not, write to the Free
Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
$Id: IDL.h,v 1.1 1999-04-08 20:04:26 mccabe%netscape.com Exp $
***************************************************************************/
#ifndef __IDL_H
#define __IDL_H
#include <glib.h>
#ifdef __cplusplus
extern "C" {
#endif
/* version */
#define LIBIDL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))
#define LIBIDL_MAJOR_VERSION 0
#define LIBIDL_MINOR_VERSION 6
#define LIBIDL_MICRO_VERSION 3
#define LIBIDL_VERSION_CODE LIBIDL_VERSION(0,6,3)
/* miscellaneous constants */
#define IDL_SUCCESS 0
#define IDL_ERROR 1
#define IDL_WARNING1 2
#define IDL_WARNING2 3
#define IDL_WARNING3 4
#define IDL_WARNINGMAX IDL_WARNING3
/* general parse flags */
#define IDLF_VERBOSE (1UL << 0)
#define IDLF_NO_EVAL_CONST (1UL << 1)
#define IDLF_COMBINE_REOPENED_MODULES (1UL << 2)
#define IDLF_PREFIX_FILENAME (1UL << 3)
#define IDLF_IGNORE_FORWARDS (1UL << 4)
#define IDLF_PEDANTIC (1UL << 5)
/* syntax extension parse flags */
#define IDLF_TYPECODES (1UL << 16)
#define IDLF_XPIDL (1UL << 17)
/* declaration specification flags */
#define IDLF_DECLSPEC_EXIST (1UL << 0)
#define IDLF_DECLSPEC_INHIBIT (1UL << 1)
/* output flags */
#define IDLF_OUTPUT_NO_NEWLINES (1UL << 0)
#define IDLF_OUTPUT_NO_QUALIFY_IDENTS (1UL << 1)
#define IDLF_OUTPUT_PROPERTIES (1UL << 2)
#define IDLF_OUTPUT_CODEFRAGS (1UL << 3)
#ifdef _WIN32
# define IDL_EXPORT __declspec (dllexport)
# define IDL_IMPORT __declspec (dllimport)
#else
# define IDL_EXPORT /* empty */
# define IDL_IMPORT extern
#endif
/* type casting checks */
#define IDL_check_cast_enable(boolean) do { \
IDL_IMPORT int __IDL_check_type_casts; \
__IDL_check_type_casts = (boolean); \
} while (0)
#define IDL_CHECK_CAST(tree, thetype, name) \
(IDL_check_type_cast(tree, thetype, \
__FILE__, __LINE__, \
G_GNUC_PRETTY_FUNCTION)->u.name)
#ifdef G_HAVE_GINT64
# if G_MAXLONG > 0xffffffffUL
# define IDL_LL "l"
# else
# define IDL_LL "ll"
# endif
typedef gint64 IDL_longlong_t;
typedef guint64 IDL_ulonglong_t;
#else
# define IDL_LL "l"
typedef long IDL_longlong_t;
typedef unsigned long IDL_ulonglong_t;
# warning 64-bit integer type not available, using 32-bit instead
#endif /* G_HAVE_GINT64 */
typedef unsigned int IDL_declspec_t;
typedef struct _IDL_tree_node IDL_tree_node;
typedef struct _IDL_tree_node * IDL_tree;
struct _IDL_LIST {
IDL_tree data;
IDL_tree prev;
IDL_tree next;
IDL_tree _tail; /* Internal use, may not be valid */
};
#define IDL_LIST(a) IDL_CHECK_CAST(a, IDLN_LIST, idl_list)
extern IDL_tree IDL_list_new (IDL_tree data);
extern IDL_tree IDL_list_concat (IDL_tree orig,
IDL_tree append);
extern IDL_tree IDL_list_remove (IDL_tree list,
IDL_tree p);
extern int IDL_list_length (IDL_tree list);
extern IDL_tree IDL_list_nth (IDL_tree list,
int n);
struct _IDL_GENTREE {
IDL_tree data;
GHashTable *siblings;
GHashTable *children;
GHashFunc hash_func;
GCompareFunc key_compare_func;
IDL_tree _import; /* Internal use, do not recurse */
char *_cur_prefix; /* Internal use */
};
#define IDL_GENTREE(a) IDL_CHECK_CAST(a, IDLN_GENTREE, idl_gentree)
extern IDL_tree IDL_gentree_new (GHashFunc hash_func,
GCompareFunc key_compare_func,
IDL_tree data);
extern IDL_tree IDL_gentree_new_sibling (IDL_tree from,
IDL_tree data);
extern IDL_tree IDL_gentree_chain_sibling (IDL_tree from,
IDL_tree data);
extern IDL_tree IDL_gentree_chain_child (IDL_tree from,
IDL_tree data);
struct _IDL_INTEGER {
IDL_longlong_t value;
};
#define IDL_INTEGER(a) IDL_CHECK_CAST(a, IDLN_INTEGER, idl_integer)
extern IDL_tree IDL_integer_new (IDL_longlong_t value);
struct _IDL_STRING {
char *value;
};
#define IDL_STRING(a) IDL_CHECK_CAST(a, IDLN_STRING, idl_string)
extern IDL_tree IDL_string_new (char *value);
struct _IDL_WIDE_STRING {
wchar_t *value;
};
#define IDL_WIDE_STRING(a) IDL_CHECK_CAST(a, IDLN_WIDE_STRING, idl_wide_string)
extern IDL_tree IDL_wide_string_new (wchar_t *value);
struct _IDL_CHAR {
char *value;
};
#define IDL_CHAR(a) IDL_CHECK_CAST(a, IDLN_CHAR, idl_char)
extern IDL_tree IDL_char_new (char *value);
struct _IDL_WIDE_CHAR {
wchar_t *value;
};
#define IDL_WIDE_CHAR(a) IDL_CHECK_CAST(a, IDLN_WIDE_CHAR, idl_wide_char)
extern IDL_tree IDL_wide_char_new (wchar_t *value);
struct _IDL_FIXED {
char *value;
};
#define IDL_FIXED(a) IDL_CHECK_CAST(a, IDLN_FIXED, idl_fixed)
extern IDL_tree IDL_fixed_new (char *value);
struct _IDL_FLOAT {
double value;
};
#define IDL_FLOAT(a) IDL_CHECK_CAST(a, IDLN_FLOAT, idl_float)
extern IDL_tree IDL_float_new (double value);
struct _IDL_BOOLEAN {
unsigned value;
};
#define IDL_BOOLEAN(a) IDL_CHECK_CAST(a, IDLN_BOOLEAN, idl_boolean)
extern IDL_tree IDL_boolean_new (unsigned value);
struct _IDL_IDENT {
char *str;
char *repo_id;
GSList *comments;
IDL_tree _ns_ref; /* Internal use, do not recurse */
unsigned _flags; /* Internal use */
#define IDLF_IDENT_CASE_MISMATCH_HIT (1UL << 0)
};
#define IDL_IDENT(a) IDL_CHECK_CAST(a, IDLN_IDENT, idl_ident)
#define IDL_IDENT_TO_NS(a) IDL_CHECK_CAST(a, IDLN_IDENT, idl_ident._ns_ref)
#define IDL_IDENT_REPO_ID(a) IDL_CHECK_CAST(a, IDLN_IDENT, idl_ident.repo_id)
extern IDL_tree IDL_ident_new (char *str);
extern void IDL_queue_new_ident_comment (const char *str);
enum IDL_float_type {
IDL_FLOAT_TYPE_FLOAT,
IDL_FLOAT_TYPE_DOUBLE,
IDL_FLOAT_TYPE_LONGDOUBLE
};
struct _IDL_TYPE_FLOAT {
enum IDL_float_type f_type;
};
#define IDL_TYPE_FLOAT(a) IDL_CHECK_CAST(a, IDLN_TYPE_FLOAT, idl_type_float)
extern IDL_tree IDL_type_float_new (enum IDL_float_type f_type);
struct _IDL_TYPE_FIXED {
IDL_tree positive_int_const;
IDL_tree integer_lit;
};
#define IDL_TYPE_FIXED(a) IDL_CHECK_CAST(a, IDLN_TYPE_FIXED, idl_type_fixed)
extern IDL_tree IDL_type_fixed_new (IDL_tree positive_int_const,
IDL_tree integer_lit);
enum IDL_integer_type {
IDL_INTEGER_TYPE_SHORT,
IDL_INTEGER_TYPE_LONG,
IDL_INTEGER_TYPE_LONGLONG
};
struct _IDL_TYPE_INTEGER {
unsigned f_signed : 1;
enum IDL_integer_type f_type;
};
#define IDL_TYPE_INTEGER(a) IDL_CHECK_CAST(a, IDLN_TYPE_INTEGER, idl_type_integer)
extern IDL_tree IDL_type_integer_new (unsigned f_signed,
enum IDL_integer_type f_type);
extern IDL_tree IDL_type_char_new (void);
extern IDL_tree IDL_type_wide_char_new (void);
extern IDL_tree IDL_type_boolean_new (void);
extern IDL_tree IDL_type_octet_new (void);
extern IDL_tree IDL_type_any_new (void);
extern IDL_tree IDL_type_object_new (void);
extern IDL_tree IDL_type_typecode_new (void);
struct _IDL_TYPE_STRING {
IDL_tree positive_int_const;
};
#define IDL_TYPE_STRING(a) IDL_CHECK_CAST(a, IDLN_TYPE_STRING, idl_type_string)
extern IDL_tree IDL_type_string_new (IDL_tree positive_int_const);
struct _IDL_TYPE_WIDE_STRING {
IDL_tree positive_int_const;
};
#define IDL_TYPE_WIDE_STRING(a) IDL_CHECK_CAST(a, IDLN_TYPE_WIDE_STRING, idl_type_wide_string)
extern IDL_tree IDL_type_wide_string_new (IDL_tree positive_int_const);
struct _IDL_TYPE_ENUM {
IDL_tree ident;
IDL_tree enumerator_list;
};
#define IDL_TYPE_ENUM(a) IDL_CHECK_CAST(a, IDLN_TYPE_ENUM, idl_type_enum)
extern IDL_tree IDL_type_enum_new (IDL_tree ident,
IDL_tree enumerator_list);
struct _IDL_TYPE_ARRAY {
IDL_tree ident;
IDL_tree size_list;
};
#define IDL_TYPE_ARRAY(a) IDL_CHECK_CAST(a, IDLN_TYPE_ARRAY, idl_type_array)
extern IDL_tree IDL_type_array_new (IDL_tree ident,
IDL_tree size_list);
struct _IDL_TYPE_SEQUENCE {
IDL_tree simple_type_spec;
IDL_tree positive_int_const;
};
#define IDL_TYPE_SEQUENCE(a) IDL_CHECK_CAST(a, IDLN_TYPE_SEQUENCE, idl_type_sequence)
extern IDL_tree IDL_type_sequence_new (IDL_tree simple_type_spec,
IDL_tree positive_int_const);
struct _IDL_TYPE_STRUCT {
IDL_tree ident;
IDL_tree member_list;
};
#define IDL_TYPE_STRUCT(a) IDL_CHECK_CAST(a, IDLN_TYPE_STRUCT, idl_type_struct)
extern IDL_tree IDL_type_struct_new (IDL_tree ident,
IDL_tree member_list);
struct _IDL_TYPE_UNION {
IDL_tree ident;
IDL_tree switch_type_spec;
IDL_tree switch_body;
};
#define IDL_TYPE_UNION(a) IDL_CHECK_CAST(a, IDLN_TYPE_UNION, idl_type_union)
extern IDL_tree IDL_type_union_new (IDL_tree ident,
IDL_tree switch_type_spec,
IDL_tree switch_body);
struct _IDL_MEMBER {
IDL_tree type_spec;
IDL_tree dcls;
};
#define IDL_MEMBER(a) IDL_CHECK_CAST(a, IDLN_MEMBER, idl_member)
extern IDL_tree IDL_member_new (IDL_tree type_spec,
IDL_tree dcls);
struct _IDL_NATIVE {
IDL_tree ident;
char *user_type; /* XPIDL extension */
};
#define IDL_NATIVE(a) IDL_CHECK_CAST(a, IDLN_NATIVE, idl_native)
extern IDL_tree IDL_native_new (IDL_tree ident);
struct _IDL_TYPE_DCL {
IDL_tree type_spec;
IDL_tree dcls;
};
#define IDL_TYPE_DCL(a) IDL_CHECK_CAST(a, IDLN_TYPE_DCL, idl_type_dcl)
extern IDL_tree IDL_type_dcl_new (IDL_tree type_spec,
IDL_tree dcls);
struct _IDL_CONST_DCL {
IDL_tree const_type;
IDL_tree ident;
IDL_tree const_exp;
};
#define IDL_CONST_DCL(a) IDL_CHECK_CAST(a, IDLN_CONST_DCL, idl_const_dcl)
extern IDL_tree IDL_const_dcl_new (IDL_tree const_type,
IDL_tree ident,
IDL_tree const_exp);
struct _IDL_EXCEPT_DCL {
IDL_tree ident;
IDL_tree members;
};
#define IDL_EXCEPT_DCL(a) IDL_CHECK_CAST(a, IDLN_EXCEPT_DCL, idl_except_dcl)
extern IDL_tree IDL_except_dcl_new (IDL_tree ident,
IDL_tree members);
struct _IDL_ATTR_DCL {
unsigned f_readonly : 1;
IDL_tree param_type_spec;
IDL_tree simple_declarations;
};
#define IDL_ATTR_DCL(a) IDL_CHECK_CAST(a, IDLN_ATTR_DCL, idl_attr_dcl)
extern IDL_tree IDL_attr_dcl_new (unsigned f_readonly,
IDL_tree param_type_spec,
IDL_tree simple_declarations);
struct _IDL_OP_DCL {
unsigned f_noscript : 1;
unsigned f_oneway : 1;
/* XPIDL extension (varags) */
unsigned f_varargs : 1;
IDL_tree op_type_spec;
IDL_tree ident;
IDL_tree parameter_dcls;
IDL_tree raises_expr;
IDL_tree context_expr;
};
#define IDL_OP_DCL(a) IDL_CHECK_CAST(a, IDLN_OP_DCL, idl_op_dcl)
extern IDL_tree IDL_op_dcl_new (unsigned f_oneway,
IDL_tree op_type_spec,
IDL_tree ident,
IDL_tree parameter_dcls,
IDL_tree raises_expr,
IDL_tree context_expr);
enum IDL_param_attr {
IDL_PARAM_IN,
IDL_PARAM_OUT,
IDL_PARAM_INOUT
};
struct _IDL_PARAM_DCL {
enum IDL_param_attr attr;
IDL_tree param_type_spec;
IDL_tree simple_declarator;
};
#define IDL_PARAM_DCL(a) IDL_CHECK_CAST(a, IDLN_PARAM_DCL, idl_param_dcl)
extern IDL_tree IDL_param_dcl_new (enum IDL_param_attr attr,
IDL_tree param_type_spec,
IDL_tree simple_declarator);
struct _IDL_CASE_STMT {
IDL_tree labels;
IDL_tree element_spec;
};
#define IDL_CASE_STMT(a) IDL_CHECK_CAST(a, IDLN_CASE_STMT, idl_case_stmt)
extern IDL_tree IDL_case_stmt_new (IDL_tree labels,
IDL_tree element_spec);
struct _IDL_INTERFACE {
IDL_tree ident;
IDL_tree inheritance_spec;
IDL_tree body;
};
#define IDL_INTERFACE(a) IDL_CHECK_CAST(a, IDLN_INTERFACE, idl_interface)
extern IDL_tree IDL_interface_new (IDL_tree ident,
IDL_tree inheritance_spec,
IDL_tree body);
struct _IDL_FORWARD_DCL {
IDL_tree ident;
};
#define IDL_FORWARD_DCL(a) IDL_CHECK_CAST(a, IDLN_FORWARD_DCL, idl_forward_dcl)
extern IDL_tree IDL_forward_dcl_new (IDL_tree ident);
struct _IDL_MODULE {
IDL_tree ident;
IDL_tree definition_list;
};
#define IDL_MODULE(a) IDL_CHECK_CAST(a, IDLN_MODULE, idl_module)
extern IDL_tree IDL_module_new (IDL_tree ident,
IDL_tree definition_list);
enum IDL_binop {
IDL_BINOP_OR,
IDL_BINOP_XOR,
IDL_BINOP_AND,
IDL_BINOP_SHR,
IDL_BINOP_SHL,
IDL_BINOP_ADD,
IDL_BINOP_SUB,
IDL_BINOP_MULT,
IDL_BINOP_DIV,
IDL_BINOP_MOD
};
struct _IDL_BINOP {
enum IDL_binop op;
IDL_tree left, right;
};
#define IDL_BINOP(a) IDL_CHECK_CAST(a, IDLN_BINOP, idl_binop)
extern IDL_tree IDL_binop_new (enum IDL_binop op,
IDL_tree left,
IDL_tree right);
enum IDL_unaryop {
IDL_UNARYOP_PLUS,
IDL_UNARYOP_MINUS,
IDL_UNARYOP_COMPLEMENT
};
struct _IDL_UNARYOP {
enum IDL_unaryop op;
IDL_tree operand;
};
#define IDL_UNARYOP(a) IDL_CHECK_CAST(a, IDLN_UNARYOP, idl_unaryop)
extern IDL_tree IDL_unaryop_new (enum IDL_unaryop op,
IDL_tree operand);
/* XPIDL code fragments extension. */
struct _IDL_CODEFRAG {
char *desc;
GSList *lines;
};
#define IDL_CODEFRAG(a) IDL_CHECK_CAST(a, IDLN_CODEFRAG, idl_codefrag)
extern IDL_tree IDL_codefrag_new (char *desc,
GSList *lines);
/*
* IDL_tree_type - Enumerations of node types
*
* Note this enumerator list is subject to change in the future. A program should not need
* more than a recompilation to adjust for a change in this list, so instead of using a
* statically initialized jumptable, allocate an array of size IDLN_LAST and assign the
* elements manually.
*/
typedef enum {
IDLN_NONE,
IDLN_ANY,
IDLN_LIST,
IDLN_GENTREE,
IDLN_INTEGER,
IDLN_STRING,
IDLN_WIDE_STRING,
IDLN_CHAR,
IDLN_WIDE_CHAR,
IDLN_FIXED,
IDLN_FLOAT,
IDLN_BOOLEAN,
IDLN_IDENT,
IDLN_TYPE_DCL,
IDLN_CONST_DCL,
IDLN_EXCEPT_DCL,
IDLN_ATTR_DCL,
IDLN_OP_DCL,
IDLN_PARAM_DCL,
IDLN_FORWARD_DCL,
IDLN_TYPE_INTEGER,
IDLN_TYPE_FLOAT,
IDLN_TYPE_FIXED,
IDLN_TYPE_CHAR,
IDLN_TYPE_WIDE_CHAR,
IDLN_TYPE_STRING,
IDLN_TYPE_WIDE_STRING,
IDLN_TYPE_BOOLEAN,
IDLN_TYPE_OCTET,
IDLN_TYPE_ANY,
IDLN_TYPE_OBJECT,
IDLN_TYPE_TYPECODE,
IDLN_TYPE_ENUM,
IDLN_TYPE_SEQUENCE,
IDLN_TYPE_ARRAY,
IDLN_TYPE_STRUCT,
IDLN_TYPE_UNION,
IDLN_MEMBER,
IDLN_NATIVE,
IDLN_CASE_STMT,
IDLN_INTERFACE,
IDLN_MODULE,
IDLN_BINOP,
IDLN_UNARYOP,
IDLN_CODEFRAG,
IDLN_LAST
} IDL_tree_type;
IDL_IMPORT const char * IDL_tree_type_names[];
struct _IDL_tree_node {
IDL_tree_type _type;
IDL_tree up; /* Do not recurse */
IDL_declspec_t declspec;
/* properties is an XPIDL extension. It is a hash table of
* case-insensitive string keys to string values. */
GHashTable *properties;
int refs;
char *_file; /* Internal use */
int _line; /* Internal use */
union {
struct _IDL_LIST idl_list;
struct _IDL_GENTREE idl_gentree;
struct _IDL_INTEGER idl_integer;
struct _IDL_STRING idl_string;
struct _IDL_WIDE_STRING idl_wide_string;
struct _IDL_CHAR idl_char;
struct _IDL_WIDE_CHAR idl_wide_char;
struct _IDL_FIXED idl_fixed;
struct _IDL_FLOAT idl_float;
struct _IDL_BOOLEAN idl_boolean;
struct _IDL_IDENT idl_ident;
struct _IDL_TYPE_DCL idl_type_dcl;
struct _IDL_CONST_DCL idl_const_dcl;
struct _IDL_EXCEPT_DCL idl_except_dcl;
struct _IDL_ATTR_DCL idl_attr_dcl;
struct _IDL_OP_DCL idl_op_dcl;
struct _IDL_PARAM_DCL idl_param_dcl;
struct _IDL_FORWARD_DCL idl_forward_dcl;
struct _IDL_TYPE_FLOAT idl_type_float;
struct _IDL_TYPE_FIXED idl_type_fixed;
struct _IDL_TYPE_INTEGER idl_type_integer;
struct _IDL_TYPE_ENUM idl_type_enum;
struct _IDL_TYPE_STRING idl_type_string;
struct _IDL_TYPE_WIDE_STRING idl_type_wide_string;
struct _IDL_TYPE_SEQUENCE idl_type_sequence;
struct _IDL_TYPE_ARRAY idl_type_array;
struct _IDL_TYPE_STRUCT idl_type_struct;
struct _IDL_TYPE_UNION idl_type_union;
struct _IDL_MEMBER idl_member;
struct _IDL_NATIVE idl_native;
struct _IDL_CASE_STMT idl_case_stmt;
struct _IDL_INTERFACE idl_interface;
struct _IDL_MODULE idl_module;
struct _IDL_BINOP idl_binop;
struct _IDL_UNARYOP idl_unaryop;
struct _IDL_CODEFRAG idl_codefrag;
} u;
};
#define IDL_NODE_TYPE(a) ((a)->_type)
#define IDL_NODE_TYPE_NAME(a) ((a)?IDL_tree_type_names[IDL_NODE_TYPE(a)]:"NULL")
#define IDL_NODE_UP(a) ((a)->up)
#define IDL_NODE_PROPERTIES(a) ((a)->properties)
#define IDL_NODE_DECLSPEC(a) ((a)->declspec)
#define IDL_NODE_REFS(a) ((a)->refs)
#define IDL_NODE_IS_LITERAL(a) \
(IDL_NODE_TYPE(a) == IDLN_INTEGER || \
IDL_NODE_TYPE(a) == IDLN_STRING || \
IDL_NODE_TYPE(a) == IDLN_WIDE_STRING || \
IDL_NODE_TYPE(a) == IDLN_CHAR || \
IDL_NODE_TYPE(a) == IDLN_WIDE_CHAR || \
IDL_NODE_TYPE(a) == IDLN_FIXED || \
IDL_NODE_TYPE(a) == IDLN_FLOAT || \
IDL_NODE_TYPE(a) == IDLN_BOOLEAN)
#define IDL_NODE_IS_TYPE(a) \
(IDL_NODE_TYPE(a) == IDLN_TYPE_INTEGER || \
IDL_NODE_TYPE(a) == IDLN_TYPE_STRING || \
IDL_NODE_TYPE(a) == IDLN_TYPE_WIDE_STRING || \
IDL_NODE_TYPE(a) == IDLN_TYPE_CHAR || \
IDL_NODE_TYPE(a) == IDLN_TYPE_WIDE_CHAR || \
IDL_NODE_TYPE(a) == IDLN_TYPE_FIXED || \
IDL_NODE_TYPE(a) == IDLN_TYPE_FLOAT || \
IDL_NODE_TYPE(a) == IDLN_TYPE_BOOLEAN || \
IDL_NODE_TYPE(a) == IDLN_TYPE_OCTET || \
IDL_NODE_TYPE(a) == IDLN_TYPE_ANY || \
IDL_NODE_TYPE(a) == IDLN_TYPE_OBJECT || \
IDL_NODE_TYPE(a) == IDLN_TYPE_TYPECODE || \
IDL_NODE_TYPE(a) == IDLN_TYPE_ENUM || \
IDL_NODE_TYPE(a) == IDLN_TYPE_ARRAY || \
IDL_NODE_TYPE(a) == IDLN_TYPE_SEQUENCE || \
IDL_NODE_TYPE(a) == IDLN_TYPE_STRUCT || \
IDL_NODE_TYPE(a) == IDLN_TYPE_UNION)
#define IDL_NODE_IS_SCOPED(a) \
(IDL_NODE_TYPE(a) == IDLN_IDENT || \
IDL_NODE_TYPE(a) == IDLN_INTERFACE || \
IDL_NODE_TYPE(a) == IDLN_MODULE || \
IDL_NODE_TYPE(a) == IDLN_EXCEPT_DCL || \
IDL_NODE_TYPE(a) == IDLN_OP_DCL || \
IDL_NODE_TYPE(a) == IDLN_TYPE_ENUM || \
IDL_NODE_TYPE(a) == IDLN_TYPE_STRUCT || \
IDL_NODE_TYPE(a) == IDLN_TYPE_UNION)
typedef struct _IDL_ns * IDL_ns;
struct _IDL_ns {
IDL_tree global;
IDL_tree file;
IDL_tree current;
GHashTable *inhibits;
GHashTable *filename_hash;
};
#define IDL_NS(a) (*(a))
typedef enum {
IDL_INPUT_REASON_INIT,
IDL_INPUT_REASON_FILL,
IDL_INPUT_REASON_ABORT,
IDL_INPUT_REASON_FINISH
} IDL_input_reason;
union IDL_input_data {
struct {
const char *filename;
} init;
struct {
char *buffer;
size_t max_size;
} fill;
};
typedef int (*IDL_input_callback) (IDL_input_reason reason,
union IDL_input_data *data,
gpointer user_data);
typedef int (*IDL_msg_callback) (int level,
int num,
int line,
const char *filename,
const char *message);
typedef struct _IDL_tree_func_state IDL_tree_func_state;
typedef struct _IDL_tree_func_data IDL_tree_func_data;
/* Traversal state data. Recursive walks chain states. */
struct _IDL_tree_func_state {
IDL_tree_func_state *up;
IDL_tree start;
IDL_tree_func_data *bottom;
};
/* This holds a list of the up hierarchy traversed, beginning from traversal. This is
* useful since nodes referenced after initial definition will have a different traversal
* path than the actual up path. */
struct _IDL_tree_func_data {
IDL_tree_func_state *state;
IDL_tree_func_data *up;
IDL_tree tree;
};
typedef gboolean (*IDL_tree_func) (IDL_tree_func_data *tnfd,
gpointer user_data);
extern IDL_tree IDL_check_type_cast (const IDL_tree var,
IDL_tree_type type,
const char *file,
int line,
const char *function);
extern const char * IDL_get_libver_string (void);
extern const char * IDL_get_IDLver_string (void);
extern int IDL_parse_filename (const char *filename,
const char *cpp_args,
IDL_msg_callback msg_cb,
IDL_tree *tree, IDL_ns *ns,
unsigned long parse_flags,
int max_msg_level);
extern int IDL_parse_filename_with_input (const char *filename,
IDL_input_callback input_cb,
gpointer input_cb_user_data,
IDL_msg_callback msg_cb,
IDL_tree *tree, IDL_ns *ns,
unsigned long parse_flags,
int max_msg_level);
extern int IDL_ns_prefix (IDL_ns ns,
const char *s);
extern void IDL_ns_ID (IDL_ns ns,
const char *s);
extern void IDL_ns_version (IDL_ns ns,
const char *s);
extern int IDL_inhibit_get (void);
extern void IDL_inhibit_push (void);
extern void IDL_inhibit_pop (void);
extern void IDL_file_set (const char *filename,
int line);
extern void IDL_file_get (const char **filename,
int *line);
extern IDL_tree IDL_get_parent_node (IDL_tree p,
IDL_tree_type type,
int *scope_levels);
extern IDL_tree IDL_tree_get_scope (IDL_tree p);
extern int IDL_tree_get_node_info (IDL_tree tree,
char **who,
char **what);
extern void IDL_tree_error (IDL_tree p,
const char *fmt,
...);
extern void IDL_tree_warning (IDL_tree p,
int level,
const char *fmt,
...);
extern const char * IDL_tree_property_get (IDL_tree tree,
const char *key);
extern void IDL_tree_property_set (IDL_tree tree,
const char *key,
const char *value);
extern gboolean IDL_tree_property_remove (IDL_tree tree,
const char *key);
extern void IDL_tree_properties_copy (IDL_tree from_tree,
IDL_tree to_tree);
extern void IDL_tree_walk (IDL_tree p,
IDL_tree_func_data *current,
IDL_tree_func pre_tree_func,
IDL_tree_func post_tree_func,
gpointer user_data);
extern void IDL_tree_walk_in_order (IDL_tree p,
IDL_tree_func tree_func,
gpointer user_data);
extern void IDL_tree_free (IDL_tree root);
extern void IDL_tree_to_IDL (IDL_tree p,
IDL_ns ns,
FILE *output,
unsigned long output_flags);
extern char * IDL_do_escapes (const char *s);
extern IDL_tree IDL_resolve_const_exp (IDL_tree p,
IDL_tree_type type);
extern IDL_ns IDL_ns_new (void);
extern void IDL_ns_free (IDL_ns ns);
extern IDL_tree IDL_ns_resolve_this_scope_ident (IDL_ns ns,
IDL_tree scope,
IDL_tree ident);
extern IDL_tree IDL_ns_resolve_ident (IDL_ns ns,
IDL_tree ident);
extern IDL_tree IDL_ns_lookup_this_scope (IDL_ns ns,
IDL_tree scope,
IDL_tree ident,
gboolean *conflict);
extern IDL_tree IDL_ns_lookup_cur_scope (IDL_ns ns,
IDL_tree ident,
gboolean *conflict);
extern IDL_tree IDL_ns_place_new (IDL_ns ns,
IDL_tree ident);
extern void IDL_ns_push_scope (IDL_ns ns,
IDL_tree ident);
extern void IDL_ns_pop_scope (IDL_ns ns);
extern IDL_tree IDL_ns_qualified_ident_new (IDL_tree nsid);
extern char * IDL_ns_ident_to_qstring (IDL_tree ns_ident,
const char *join,
int scope_levels);
extern int IDL_ns_scope_levels_from_here (IDL_ns ns,
IDL_tree ident,
IDL_tree parent);
extern char * IDL_ns_ident_make_repo_id (IDL_ns ns,
IDL_tree p,
const char *p_prefix,
int *major,
int *minor);
#ifdef __cplusplus
}
#endif
#endif /* __IDL_H */

View File

@@ -1,64 +0,0 @@
@echo off
if "%MOZ_TOOLS%" == "" goto no_moz_tools
echo.
echo MOZ_TOOLS is set to %MOZ_TOOLS%
echo It should NOT be set to anything in your cygwin
echo directory, such as c:\cygwin or c:\cygwin\bin
echo where C:\cygwin represents where you installed cygwin.
echo In that case files will be overwritten.
echo.
echo It should be set to some empty directory.
echo. e.g.
echo. mkdir c:\moz_tools
echo. set MOZ_TOOLS=c:\moz_tools
echo.
echo Please verify this.
echo.
pause
echo copying exes and dlls to %MOZ_TOOLS%\bin
if not exist %MOZ_TOOLS%\bin\NUL mkdir %MOZ_TOOLS%\bin >NUL
copy bin\x86\* %MOZ_TOOLS%\bin >NUL
echo copying include files to %MOZ_TOOLS%\include
if not exist %MOZ_TOOLS%\include\NUL mkdir %MOZ_TOOLS%\include >NUL
copy include\* %MOZ_TOOLS%\include >NUL
echo copying include files to %MOZ_TOOLS%\include\libIDL
if not exist %MOZ_TOOLS%\include\libIDL\NUL mkdir %MOZ_TOOLS%\include\libIDL >NUL
copy include\libIDL\* %MOZ_TOOLS%\include\libIDL >NUL
echo copying lib files to %MOZ_TOOLS%\lib
if not exist %MOZ_TOOLS%\lib\NUL mkdir %MOZ_TOOLS%\lib >NUL
copy lib\* %MOZ_TOOLS%\lib >NUL
echo.
echo done copying
echo.
echo make sure that MOZ_TOOLS\bin is on your path
echo.
goto done
:no_moz_tools
echo.
echo. ERROR!
echo.
echo You need to set MOZ_TOOLS in your environment.
echo MOZ_TOOLS should be the name of a directory that
echo you create to hold these tools.
echo.
echo. e.g.
echo. mkdir c:\moz_tools
echo. set MOZ_TOOLS=c:\moz_tools
echo.
echo MOZ_TOOLS should be set permanently so that it is
echo available to the build system whenever mozilla is building.
echo.
echo.
echo Please set MOZ_TOOLS and run install.bat again
echo.
:done
pause

Binary file not shown.

View File

@@ -1,12 +0,0 @@
Sources for glib are available from gnome.org via cvs. See cvs
checkout instructions at http://www.gnome.org - or use
export CVSROOT=:pserver:anonymous@anoncvs.gnome.org:/cvs/gnome
cvs login (no password)
cvs -z3 checkout glib
or grap a package of the sources we're currently using from
ftp://ftp.mozilla.org/pub/mozilla/libraries/source/
These sources correspond to the GLIB_1_2_0 tag on the gnome cvs
server.

View File

@@ -1,14 +0,0 @@
Sources for libIDL are available from gnome.org via cvs. See cvs
checkout instructions at http://www.gnome.org - or use
export CVSROOT=:pserver:anonymous@anoncvs.gnome.org:/cvs/gnome
cvs login (no password)
cvs -z3 checkout ORBit
(libIDL files are in ORBit/libIDL)
or grap a package of the sources we're currently using from
ftp://ftp.mozilla.org/pub/mozilla/libraries/source/
These sources correspond to the LIBIDL_V0_6_3 tag on the gnome cvs
server.

View File

@@ -1,7 +0,0 @@
This directory contains the source files for nsinstall.exe,
which is used to build the Mozilla client on Win32.
To build nsinstall.exe, issue the command:
nmake /f nsinstall.mak
The output is Release\nsinstall.exe. Copy it to a directory
on your Path.

View File

@@ -1,697 +0,0 @@
/*
* The nsinstall command for Win32
*
* Our gmake makefiles use the nsinstall command to create the
* object directories or installing headers and libs to ns/dist.
* The shmsdos shell has nsinstall as a built-in command. However,
* if we use another shell like MKS toolkit's sh, we need to have
* the nsinstall command separately.
*
* This file was generated by just taking the part of shmsdos.c
* needed by nsinstall and deleting the recursive directory copy code.
*
* To build, say
* nmake /f nsinstall.mak
*/
#include <direct.h>
#include <stdio.h>
#include <string.h>
#include <assert.h>
#include <windows.h>
#pragma hdrstop
/*
* sh_FileFcn --
*
* A function that operates on a file. The pathname is either
* absolute or relative to the current directory, and contains
* no wildcard characters such as * and ?. Additional arguments
* can be passed to the function via the arg pointer.
*/
typedef BOOL (*sh_FileFcn)(
char *pathName,
WIN32_FIND_DATA *fileData,
void *arg);
static int shellCp (char **pArgv);
static int shellNsinstall (char **pArgv);
static int shellMkdir (char **pArgv);
static BOOL sh_EnumerateFiles(const char *pattern, const char *where,
sh_FileFcn fileFcn, void *arg, int *nFiles);
static const char *sh_GetLastErrorMessage(void);
static BOOL sh_DoCopy(char *srcFileName, DWORD srcFileAttributes,
char *dstFileName, DWORD dstFileAttributes,
int force, int recursive);
/* changes all forward slashes in token to back slashes */
void changeForwardSlashesTpBackSlashes ( char *arg )
{
if ( arg == NULL )
return;
while ( *arg ) {
if ( *arg == '/' )
*arg = '\\';
arg++;
}
}
int main(int argc, char *argv[ ])
{
return shellNsinstall ( argv + 1 );
}
static int
shellNsinstall (char **pArgv)
{
int retVal = 0; /* exit status */
int dirOnly = 0; /* 1 if and only if -D is specified */
char **pSrc;
char **pDst;
/*
* Process the command-line options. We ignore the
* options except for -D. Some options, such as -m,
* are followed by an argument. We need to skip the
* argument too.
*/
while ( *pArgv && **pArgv == '-' ) {
char c = (*pArgv)[1]; /* The char after '-' */
if ( c == 'D' ) {
dirOnly = 1;
} else if ( c == 'm' ) {
pArgv++; /* skip the next argument */
}
pArgv++;
}
if ( !dirOnly ) {
/* There are files to install. Get source files */
if ( *pArgv ) {
pSrc = pArgv++;
} else {
fprintf( stderr, "nsinstall: not enough arguments\n");
return 3;
}
}
/* Get to last token to find destination directory */
if ( *pArgv ) {
pDst = pArgv++;
if ( dirOnly && *pArgv ) {
fprintf( stderr, "nsinstall: too many arguments with -D\n");
return 3;
}
} else {
fprintf( stderr, "nsinstall: not enough arguments\n");
return 3;
}
while ( *pArgv )
pDst = pArgv++;
retVal = shellMkdir ( pDst );
if ( retVal )
return retVal;
if ( !dirOnly )
retVal = shellCp ( pSrc );
return retVal;
}
static int
shellMkdir (char **pArgv)
{
int retVal = 0; /* assume valid return */
char *arg;
char *pArg;
char path[_MAX_PATH];
char tmpPath[_MAX_PATH];
char *pTmpPath = tmpPath;
/* All the options are simply ignored in this implementation */
while ( *pArgv && **pArgv == '-' ) {
if ( (*pArgv)[1] == 'm' ) {
pArgv++; /* skip the next argument (mode) */
}
pArgv++;
}
while ( *pArgv ) {
arg = *pArgv;
changeForwardSlashesTpBackSlashes ( arg );
pArg = arg;
pTmpPath = tmpPath;
while ( 1 ) {
/* create part of path */
while ( *pArg ) {
*pTmpPath++ = *pArg++;
if ( *pArg == '\\' )
break;
}
*pTmpPath = '\0';
/* check if directory alreay exists */
_getcwd ( path, sizeof (path) );
if ( _chdir ( tmpPath ) != -1 ) {
_chdir ( path );
} else {
if ( _mkdir ( tmpPath ) == -1 ) {
// while ( waitForDebug );
printf ( "%s: ", tmpPath );
perror ( "Could not create the directory" );
retVal = 3;
break;
}
}
if ( *pArg == '\0' ) /* complete path? */
break;
/* loop for next directory */
}
pArgv++;
}
return retVal;
}
static const char *
sh_GetLastErrorMessage()
{
static char buf[128];
FormatMessage(
FORMAT_MESSAGE_FROM_SYSTEM,
NULL,
GetLastError(),
MAKELANGID(LANG_NEUTRAL, SUBLANG_DEFAULT), /* default language */
buf,
sizeof(buf),
NULL
);
return buf;
}
/*
* struct sh_FileData --
*
* A pointer to the sh_FileData structure is passed into sh_RecordFileData,
* which will fill in the fields.
*/
struct sh_FileData {
char pathName[_MAX_PATH];
DWORD dwFileAttributes;
};
/*
* sh_RecordFileData --
*
* Record the pathname and attributes of the file in
* the sh_FileData structure pointed to by arg.
*
* Always return TRUE (successful completion).
*
* This function is intended to be passed into sh_EnumerateFiles
* to see if a certain pattern expands to exactly one file/directory,
* and if so, record its pathname and attributes.
*/
static BOOL
sh_RecordFileData(char *pathName, WIN32_FIND_DATA *findData, void *arg)
{
struct sh_FileData *fData = (struct sh_FileData *) arg;
strcpy(fData->pathName, pathName);
fData->dwFileAttributes = findData->dwFileAttributes;
return TRUE;
}
static BOOL
sh_DoCopy(char *srcFileName,
DWORD srcFileAttributes,
char *dstFileName,
DWORD dstFileAttributes,
int force,
int recursive
)
{
if (dstFileAttributes != 0xFFFFFFFF) {
if ((dstFileAttributes & FILE_ATTRIBUTE_READONLY) && force) {
dstFileAttributes &= ~FILE_ATTRIBUTE_READONLY;
SetFileAttributes(dstFileName, dstFileAttributes);
}
}
if (srcFileAttributes & FILE_ATTRIBUTE_DIRECTORY) {
fprintf(stderr, "nsinstall: %s is a directory\n",
srcFileName);
return FALSE;
} else {
if (!CopyFile(srcFileName, dstFileName, FALSE)) {
fprintf(stderr, "nsinstall: cannot copy %s to %s: %s\n",
srcFileName, dstFileName, sh_GetLastErrorMessage());
return FALSE;
}
}
return TRUE;
}
/*
* struct sh_CpCmdArg --
*
* A pointer to the sh_CpCmdArg structure is passed into sh_CpFileCmd.
* The sh_CpCmdArg contains information about the cp command, and
* provide a buffer for constructing the destination file name.
*/
struct sh_CpCmdArg {
int force; /* -f option, ok to overwrite an existing
* read-only destination file */
int recursive; /* -r or -R option, recursively copy
* directories. Note: this field is not used
* by nsinstall and should always be 0. */
char *dstFileName; /* a buffer for constructing the destination
* file name */
char *dstFileNameMarker; /* points to where in the dstFileName buffer
* we should write the file component of the
* destination file */
};
/*
* sh_CpFileCmd --
*
* Copy a file to the destination directory
*
* This function is intended to be passed into sh_EnumerateFiles to
* copy all the files specified by the pattern to the destination
* directory.
*
* Return TRUE if the file is successfully copied, and FALSE otherwise.
*/
static BOOL
sh_CpFileCmd(char *pathName, WIN32_FIND_DATA *findData, void *cpArg)
{
BOOL retVal = TRUE;
struct sh_CpCmdArg *arg = (struct sh_CpCmdArg *) cpArg;
strcpy(arg->dstFileNameMarker, findData->cFileName);
return sh_DoCopy(pathName, findData->dwFileAttributes,
arg->dstFileName, GetFileAttributes(arg->dstFileName),
arg->force, arg->recursive);
}
static int
shellCp (char **pArgv)
{
int retVal = 0;
char **pSrc;
char **pDst;
struct sh_CpCmdArg arg;
struct sh_FileData dstData;
int dstIsDir = 0;
int n;
arg.force = 0;
arg.recursive = 0;
arg.dstFileName = dstData.pathName;
arg.dstFileNameMarker = 0;
while (*pArgv && **pArgv == '-') {
char *p = *pArgv;
while (*(++p)) {
if (*p == 'f') {
arg.force = 1;
}
}
pArgv++;
}
/* the first source file */
if (*pArgv) {
pSrc = pArgv++;
} else {
fprintf(stderr, "nsinstall: not enough arguments\n");
return 3;
}
/* get to the last token to find destination */
if (*pArgv) {
pDst = pArgv++;
} else {
fprintf(stderr, "nsinstall: not enough arguments\n");
return 3;
}
while (*pArgv) {
pDst = pArgv++;
}
/*
* The destination pattern must unambiguously expand to exactly
* one file or directory.
*/
changeForwardSlashesTpBackSlashes(*pDst);
sh_EnumerateFiles(*pDst, *pDst, sh_RecordFileData, &dstData, &n);
assert(n >= 0);
if (n == 1) {
/*
* Is the destination a file or directory?
*/
if (dstData.dwFileAttributes & FILE_ATTRIBUTE_DIRECTORY) {
dstIsDir = 1;
}
} else if (n > 1) {
fprintf(stderr, "nsinstall: %s: ambiguous destination file "
"or directory\n", *pDst);
return 3;
} else {
/*
* n == 0, meaning that destination file or directory does
* not exist. In this case the destination file directory
* name must be fully specified.
*/
char *p;
for (p = *pDst; *p; p++) {
if (*p == '*' || *p == '?') {
fprintf(stderr, "nsinstall: %s: No such file or directory\n",
*pDst);
return 3;
}
}
/*
* Do not include the trailing \, if any, unless it is a root
* directory (\ or X:\).
*/
if (p > *pDst && p[-1] == '\\' && p != *pDst + 1 && p[-2] != ':') {
p[-1] = '\0';
}
strcpy(dstData.pathName, *pDst);
dstData.dwFileAttributes = 0xFFFFFFFF;
}
/*
* If there are two or more source files, the destination has
* to be a directory.
*/
if (pDst - pSrc > 1 && !dstIsDir) {
fprintf(stderr, "nsinstall: cannot copy more than"
" one file to the same destination file\n");
return 3;
}
if (dstIsDir) {
arg.dstFileNameMarker = arg.dstFileName + strlen(arg.dstFileName);
/*
* Now arg.dstFileNameMarker is pointing to the null byte at the
* end of string. We want to make sure that there is a \ at the
* end of string, and arg.dstFileNameMarker should point right
* after that \.
*/
if (arg.dstFileNameMarker[-1] != '\\') {
*(arg.dstFileNameMarker++) = '\\';
}
}
if (!dstIsDir) {
struct sh_FileData srcData;
assert(pDst - pSrc == 1);
changeForwardSlashesTpBackSlashes(*pSrc);
sh_EnumerateFiles(*pSrc, *pSrc, sh_RecordFileData, &srcData, &n);
if (n == 0) {
fprintf(stderr, "nsinstall: %s: No such file or directory\n",
*pSrc);
retVal = 3;
} else if (n > 1) {
fprintf(stderr, "nsinstall: cannot copy more than one file or "
"directory to the same destination\n");
retVal = 3;
} else {
assert(n == 1);
if (sh_DoCopy(srcData.pathName, srcData.dwFileAttributes,
dstData.pathName, dstData.dwFileAttributes,
arg.force, arg.recursive) == FALSE) {
retVal = 3;
}
}
return retVal;
}
for ( ; *pSrc != *pDst; pSrc++) {
BOOL rv;
changeForwardSlashesTpBackSlashes(*pSrc);
rv = sh_EnumerateFiles(*pSrc, *pSrc, sh_CpFileCmd, &arg, &n);
if (rv == FALSE) {
retVal = 3;
} else {
if (n == 0) {
fprintf(stderr, "nsinstall: %s: No such file or directory\n",
*pSrc);
retVal = 3;
}
}
}
return retVal;
}
/*
* sh_EnumerateFiles --
*
* Enumerate all the files in the specified pattern, which is a pathname
* containing possibly wildcard characters such as * and ?. fileFcn
* is called on each file, passing the expanded file name, a pointer
* to the file's WIN32_FILE_DATA, and the arg pointer.
*
* It is assumed that there are no wildcard characters before the
* character pointed to by 'where'.
*
* On return, *nFiles stores the number of files enumerated. *nFiles is
* set to this number whether sh_EnumerateFiles or 'fileFcn' succeeds
* or not.
*
* Return TRUE if the files are successfully enumerated and all
* 'fileFcn' invocations succeeded. Return FALSE if something went
* wrong.
*/
static BOOL sh_EnumerateFiles(
const char *pattern,
const char *where,
sh_FileFcn fileFcn,
void *arg,
int *nFiles
)
{
WIN32_FIND_DATA fileData;
HANDLE hSearch;
const char *src;
char *dst;
char fileName[_MAX_PATH];
char *fileNameMarker = fileName;
char *oldFileNameMarker;
BOOL hasWildcard = FALSE;
BOOL retVal = TRUE;
BOOL patternEndsInDotStar = FALSE;
BOOL patternEndsInDot = FALSE; /* a special case of
* patternEndsInDotStar */
int numDotsInPattern;
int len;
/*
* Windows expands patterns ending in ".", ".*", ".**", etc.
* differently from the glob expansion on Unix. For example,
* both "foo." and "foo.*" match "foo", and "*.*" matches
* everything, including filenames with no dots. So we need
* to throw away extra files returned by the FindNextFile()
* function. We require that a matched filename have at least
* the number of dots in the pattern.
*/
len = strlen(pattern);
if (len >= 2) {
/* Start from the end of pattern and go backward */
const char *p = &pattern[len - 1];
/* We can have zero or more *'s */
while (p >= pattern && *p == '*') {
p--;
}
if (p >= pattern && *p == '.') {
patternEndsInDotStar = TRUE;
if (p == &pattern[len - 1]) {
patternEndsInDot = TRUE;
}
p--;
numDotsInPattern = 1;
while (p >= pattern && *p != '\\') {
if (*p == '.') {
numDotsInPattern++;
}
p--;
}
}
}
*nFiles = 0;
/*
* Copy pattern to fileName, but only up to and not including
* the first \ after the first wildcard letter.
*
* Make fileNameMarker point to one of the following:
* - the start of fileName, if fileName does not contain any \.
* - right after the \ before the first wildcard letter, if there is
* a wildcard character.
* - right after the last \, if there is no wildcard character.
*/
dst = fileName;
src = pattern;
while (src < where) {
if (*src == '\\') {
oldFileNameMarker = fileNameMarker;
fileNameMarker = dst + 1;
}
*(dst++) = *(src++);
}
while (*src && *src != '*' && *src != '?') {
if (*src == '\\') {
oldFileNameMarker = fileNameMarker;
fileNameMarker = dst + 1;
}
*(dst++) = *(src++);
}
if (*src) {
/*
* Must have seen the first wildcard letter
*/
hasWildcard = TRUE;
while (*src && *src != '\\') {
*(dst++) = *(src++);
}
}
/* Now src points to either null or \ */
assert(*src == '\0' || *src == '\\');
assert(hasWildcard || *src == '\0');
*dst = '\0';
/*
* If the pattern does not contain any wildcard characters, then
* we don't need to go the FindFirstFile route.
*/
if (!hasWildcard) {
/*
* See if it is the root directory, \, or X:\.
*/
assert(!strcmp(fileName, pattern));
assert(strlen(fileName) >= 1);
if (dst[-1] == '\\' && (dst == fileName + 1 || dst[-2] == ':')) {
fileData.cFileName[0] = '\0';
} else {
/*
* Do not include the trailing \, if any
*/
if (dst[-1] == '\\') {
assert(*fileNameMarker == '\0');
dst[-1] = '\0';
fileNameMarker = oldFileNameMarker;
}
strcpy(fileData.cFileName, fileNameMarker);
}
fileData.dwFileAttributes = GetFileAttributes(fileName);
if (fileData.dwFileAttributes == 0xFFFFFFFF) {
return TRUE;
}
*nFiles = 1;
return (*fileFcn)(fileName, &fileData, arg);
}
hSearch = FindFirstFile(fileName, &fileData);
if (hSearch == INVALID_HANDLE_VALUE) {
return retVal;
}
do {
if (!strcmp(fileData.cFileName, ".")
|| !strcmp(fileData.cFileName, "..")) {
/*
* Skip over . and ..
*/
continue;
}
if (patternEndsInDotStar) {
int nDots = 0;
char *p = fileData.cFileName;
while (*p) {
if (*p == '.') {
nDots++;
}
p++;
}
/* Now p points to the null byte at the end of file name */
if (patternEndsInDot && (p == fileData.cFileName
|| p[-1] != '.')) {
/*
* File name does not end in dot. Skip this file.
* Note: windows file name probably cannot end in dot,
* but we do this check anyway.
*/
continue;
}
if (nDots < numDotsInPattern) {
/*
* Not enough dots in file name. Must be an extra
* file in matching .* pattern. Skip this file.
*/
continue;
}
}
strcpy(fileNameMarker, fileData.cFileName);
if (*src && *(src + 1)) {
/*
* More to go. Recurse.
*/
int n;
assert(*src == '\\');
where = fileName + strlen(fileName);
strcat(fileName, src);
sh_EnumerateFiles(fileName, where, fileFcn, arg, &n);
*nFiles += n;
} else {
assert(strchr(fileName, '*') == NULL);
assert(strchr(fileName, '?') == NULL);
(*nFiles)++;
if ((*fileFcn)(fileName, &fileData, arg) == FALSE) {
retVal = FALSE;
}
}
} while (FindNextFile(hSearch, &fileData));
FindClose(hSearch);
return retVal;
}

View File

@@ -1,141 +0,0 @@
# NMAKE file for building nsinstall.exe.
#
# This file is edited from an NMAKE file generated by
# Microsoft Developer Studio, Format Version 4.20
#
# To build, say
# nmake /f nsinstall.mak CFG=Release
# or
# nmake /f nsinstall.mak CFG=Debug
# If CFG is omitted, a release build is assumed.
!IF "$(CFG)" == ""
CFG=Release
!MESSAGE No configuration specified. Defaulting Release.
!ENDIF
!IF "$(CFG)" != "Release" && "$(CFG)" != "Debug"
!MESSAGE Invalid configuration "$(CFG)" specified.
!MESSAGE You can specify a configuration when running NMAKE on this makefile
!MESSAGE by defining the macro CFG on the command line. For example:
!MESSAGE
!MESSAGE NMAKE /f "nsinstall.mak" CFG="Debug"
!MESSAGE
!MESSAGE Possible choices for configuration are:
!MESSAGE
!MESSAGE "Release" (based on "Win32 Console Application")
!MESSAGE "Debug" (based on "Win32 Console Application")
!MESSAGE
!ERROR An invalid configuration is specified.
!ENDIF
!IF "$(OS)" == "Windows_NT"
NULL=
!ELSE
NULL=nul
!ENDIF
################################################################################
# Begin Project
CPP=cl.exe
RSC=rc.exe
!IF "$(CFG)" == "Release"
OUTDIR=.\Release
INTDIR=.\Release
ALL : "$(OUTDIR)\nsinstall.exe"
CLEAN :
-@erase "$(INTDIR)\nsinstall.obj"
-@erase "$(OUTDIR)\nsinstall.exe"
"$(OUTDIR)" :
if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
CPP_PROJ=/nologo /ML /W3 /GX /O2 /D "WIN32" /D "NDEBUG" /D "_CONSOLE"\
/Fp"$(INTDIR)/nsinstall.pch" /YX /Fo"$(INTDIR)/" /c
CPP_OBJS=.\Release/
CPP_SBRS=.\.
BSC32=bscmake.exe
BSC32_FLAGS=/nologo /o"$(OUTDIR)/nsinstall.bsc"
BSC32_SBRS= \
LINK32=link.exe
LINK32_FLAGS=/nologo\
/subsystem:console /incremental:no /pdb:"$(OUTDIR)/nsinstall.pdb"\
/out:"$(OUTDIR)/nsinstall.exe"
LINK32_OBJS= \
"$(INTDIR)\nsinstall.obj"
"$(OUTDIR)\nsinstall.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
$(LINK32) @<<
$(LINK32_FLAGS) $(LINK32_OBJS)
<<
!ELSEIF "$(CFG)" == "Debug"
OUTDIR=.\Debug
INTDIR=.\Debug
ALL : "$(OUTDIR)\nsinstall.exe"
CLEAN :
-@erase "$(INTDIR)\nsinstall.obj"
-@erase "$(INTDIR)\vc40.idb"
-@erase "$(INTDIR)\vc40.pdb"
-@erase "$(OUTDIR)\nsinstall.exe"
-@erase "$(OUTDIR)\nsinstall.ilk"
-@erase "$(OUTDIR)\nsinstall.pdb"
"$(OUTDIR)" :
if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
CPP_PROJ=/nologo /MD /W3 /Gm /GX /Zi /Od /D "WIN32" /D "_DEBUG" /D "DEBUG"\
/D "_CONSOLE" /Fp"$(INTDIR)/nsinstall.pch" /YX /Fo"$(INTDIR)/"\
/Fd"$(INTDIR)/" /c
CPP_OBJS=.\Debug/
CPP_SBRS=.\.
BSC32=bscmake.exe
BSC32_FLAGS=/nologo /o"$(OUTDIR)/nsinstall.bsc"
BSC32_SBRS= \
LINK32=link.exe
LINK32_FLAGS=/nologo\
/subsystem:console /incremental:yes /pdb:"$(OUTDIR)/nsinstall.pdb" /debug\
/out:"$(OUTDIR)/nsinstall.exe"
LINK32_OBJS= \
"$(INTDIR)\nsinstall.obj"
"$(OUTDIR)\nsinstall.exe" : "$(OUTDIR)" $(DEF_FILE) $(LINK32_OBJS)
$(LINK32) @<<
$(LINK32_FLAGS) $(LINK32_OBJS)
<<
!ENDIF
.c{$(CPP_OBJS)}.obj:
$(CPP) $(CPP_PROJ) $<
.c{$(CPP_SBRS)}.sbr:
$(CPP) $(CPP_PROJ) $<
################################################################################
# Begin Target
################################################################################
# Begin Source File
SOURCE=.\nsinstall.c
DEP_CPP_SHMSD=\
{$(INCLUDE)}"\sys\stat.h"\
{$(INCLUDE)}"\sys\types.h"\
"$(INTDIR)\nsinstall.obj" : $(SOURCE) $(DEP_CPP_SHMSD) "$(INTDIR)"
# End Source File
# End Target
# End Project
################################################################################

View File

@@ -1,504 +0,0 @@
GNU LESSER GENERAL PUBLIC LICENSE
Version 2.1, February 1999
Copyright (C) 1991, 1999 Free Software Foundation, Inc.
59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
[This is the first released version of the Lesser GPL. It also counts
as the successor of the GNU Library Public License, version 2, hence
the version number 2.1.]
Preamble
The licenses for most software are designed to take away your
freedom to share and change it. By contrast, the GNU General Public
Licenses are intended to guarantee your freedom to share and change
free software--to make sure the software is free for all its users.
This license, the Lesser General Public License, applies to some
specially designated software packages--typically libraries--of the
Free Software Foundation and other authors who decide to use it. You
can use it too, but we suggest you first think carefully about whether
this license or the ordinary General Public License is the better
strategy to use in any particular case, based on the explanations below.
When we speak of free software, we are referring to freedom of use,
not price. Our General Public Licenses are designed to make sure that
you have the freedom to distribute copies of free software (and charge
for this service if you wish); that you receive source code or can get
it if you want it; that you can change the software and use pieces of
it in new free programs; and that you are informed that you can do
these things.
To protect your rights, we need to make restrictions that forbid
distributors to deny you these rights or to ask you to surrender these
rights. These restrictions translate to certain responsibilities for
you if you distribute copies of the library or if you modify it.
For example, if you distribute copies of the library, whether gratis
or for a fee, you must give the recipients all the rights that we gave
you. You must make sure that they, too, receive or can get the source
code. If you link other code with the library, you must provide
complete object files to the recipients, so that they can relink them
with the library after making changes to the library and recompiling
it. And you must show them these terms so they know their rights.
We protect your rights with a two-step method: (1) we copyright the
library, and (2) we offer you this license, which gives you legal
permission to copy, distribute and/or modify the library.
To protect each distributor, we want to make it very clear that
there is no warranty for the free library. Also, if the library is
modified by someone else and passed on, the recipients should know
that what they have is not the original version, so that the original
author's reputation will not be affected by problems that might be
introduced by others.
Finally, software patents pose a constant threat to the existence of
any free program. We wish to make sure that a company cannot
effectively restrict the users of a free program by obtaining a
restrictive license from a patent holder. Therefore, we insist that
any patent license obtained for a version of the library must be
consistent with the full freedom of use specified in this license.
Most GNU software, including some libraries, is covered by the
ordinary GNU General Public License. This license, the GNU Lesser
General Public License, applies to certain designated libraries, and
is quite different from the ordinary General Public License. We use
this license for certain libraries in order to permit linking those
libraries into non-free programs.
When a program is linked with a library, whether statically or using
a shared library, the combination of the two is legally speaking a
combined work, a derivative of the original library. The ordinary
General Public License therefore permits such linking only if the
entire combination fits its criteria of freedom. The Lesser General
Public License permits more lax criteria for linking other code with
the library.
We call this license the "Lesser" General Public License because it
does Less to protect the user's freedom than the ordinary General
Public License. It also provides other free software developers Less
of an advantage over competing non-free programs. These disadvantages
are the reason we use the ordinary General Public License for many
libraries. However, the Lesser license provides advantages in certain
special circumstances.
For example, on rare occasions, there may be a special need to
encourage the widest possible use of a certain library, so that it becomes
a de-facto standard. To achieve this, non-free programs must be
allowed to use the library. A more frequent case is that a free
library does the same job as widely used non-free libraries. In this
case, there is little to gain by limiting the free library to free
software only, so we use the Lesser General Public License.
In other cases, permission to use a particular library in non-free
programs enables a greater number of people to use a large body of
free software. For example, permission to use the GNU C Library in
non-free programs enables many more people to use the whole GNU
operating system, as well as its variant, the GNU/Linux operating
system.
Although the Lesser General Public License is Less protective of the
users' freedom, it does ensure that the user of a program that is
linked with the Library has the freedom and the wherewithal to run
that program using a modified version of the Library.
The precise terms and conditions for copying, distribution and
modification follow. Pay close attention to the difference between a
"work based on the library" and a "work that uses the library". The
former contains code derived from the library, whereas the latter must
be combined with the library in order to run.
GNU LESSER GENERAL PUBLIC LICENSE
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
0. This License Agreement applies to any software library or other
program which contains a notice placed by the copyright holder or
other authorized party saying it may be distributed under the terms of
this Lesser General Public License (also called "this License").
Each licensee is addressed as "you".
A "library" means a collection of software functions and/or data
prepared so as to be conveniently linked with application programs
(which use some of those functions and data) to form executables.
The "Library", below, refers to any such software library or work
which has been distributed under these terms. A "work based on the
Library" means either the Library or any derivative work under
copyright law: that is to say, a work containing the Library or a
portion of it, either verbatim or with modifications and/or translated
straightforwardly into another language. (Hereinafter, translation is
included without limitation in the term "modification".)
"Source code" for a work means the preferred form of the work for
making modifications to it. For a library, complete source code means
all the source code for all modules it contains, plus any associated
interface definition files, plus the scripts used to control compilation
and installation of the library.
Activities other than copying, distribution and modification are not
covered by this License; they are outside its scope. The act of
running a program using the Library is not restricted, and output from
such a program is covered only if its contents constitute a work based
on the Library (independent of the use of the Library in a tool for
writing it). Whether that is true depends on what the Library does
and what the program that uses the Library does.
1. You may copy and distribute verbatim copies of the Library's
complete source code as you receive it, in any medium, provided that
you conspicuously and appropriately publish on each copy an
appropriate copyright notice and disclaimer of warranty; keep intact
all the notices that refer to this License and to the absence of any
warranty; and distribute a copy of this License along with the
Library.
You may charge a fee for the physical act of transferring a copy,
and you may at your option offer warranty protection in exchange for a
fee.
2. You may modify your copy or copies of the Library or any portion
of it, thus forming a work based on the Library, and copy and
distribute such modifications or work under the terms of Section 1
above, provided that you also meet all of these conditions:
a) The modified work must itself be a software library.
b) You must cause the files modified to carry prominent notices
stating that you changed the files and the date of any change.
c) You must cause the whole of the work to be licensed at no
charge to all third parties under the terms of this License.
d) If a facility in the modified Library refers to a function or a
table of data to be supplied by an application program that uses
the facility, other than as an argument passed when the facility
is invoked, then you must make a good faith effort to ensure that,
in the event an application does not supply such function or
table, the facility still operates, and performs whatever part of
its purpose remains meaningful.
(For example, a function in a library to compute square roots has
a purpose that is entirely well-defined independent of the
application. Therefore, Subsection 2d requires that any
application-supplied function or table used by this function must
be optional: if the application does not supply it, the square
root function must still compute square roots.)
These requirements apply to the modified work as a whole. If
identifiable sections of that work are not derived from the Library,
and can be reasonably considered independent and separate works in
themselves, then this License, and its terms, do not apply to those
sections when you distribute them as separate works. But when you
distribute the same sections as part of a whole which is a work based
on the Library, the distribution of the whole must be on the terms of
this License, whose permissions for other licensees extend to the
entire whole, and thus to each and every part regardless of who wrote
it.
Thus, it is not the intent of this section to claim rights or contest
your rights to work written entirely by you; rather, the intent is to
exercise the right to control the distribution of derivative or
collective works based on the Library.
In addition, mere aggregation of another work not based on the Library
with the Library (or with a work based on the Library) on a volume of
a storage or distribution medium does not bring the other work under
the scope of this License.
3. You may opt to apply the terms of the ordinary GNU General Public
License instead of this License to a given copy of the Library. To do
this, you must alter all the notices that refer to this License, so
that they refer to the ordinary GNU General Public License, version 2,
instead of to this License. (If a newer version than version 2 of the
ordinary GNU General Public License has appeared, then you can specify
that version instead if you wish.) Do not make any other change in
these notices.
Once this change is made in a given copy, it is irreversible for
that copy, so the ordinary GNU General Public License applies to all
subsequent copies and derivative works made from that copy.
This option is useful when you wish to copy part of the code of
the Library into a program that is not a library.
4. You may copy and distribute the Library (or a portion or
derivative of it, under Section 2) in object code or executable form
under the terms of Sections 1 and 2 above provided that you accompany
it with the complete corresponding machine-readable source code, which
must be distributed under the terms of Sections 1 and 2 above on a
medium customarily used for software interchange.
If distribution of object code is made by offering access to copy
from a designated place, then offering equivalent access to copy the
source code from the same place satisfies the requirement to
distribute the source code, even though third parties are not
compelled to copy the source along with the object code.
5. A program that contains no derivative of any portion of the
Library, but is designed to work with the Library by being compiled or
linked with it, is called a "work that uses the Library". Such a
work, in isolation, is not a derivative work of the Library, and
therefore falls outside the scope of this License.
However, linking a "work that uses the Library" with the Library
creates an executable that is a derivative of the Library (because it
contains portions of the Library), rather than a "work that uses the
library". The executable is therefore covered by this License.
Section 6 states terms for distribution of such executables.
When a "work that uses the Library" uses material from a header file
that is part of the Library, the object code for the work may be a
derivative work of the Library even though the source code is not.
Whether this is true is especially significant if the work can be
linked without the Library, or if the work is itself a library. The
threshold for this to be true is not precisely defined by law.
If such an object file uses only numerical parameters, data
structure layouts and accessors, and small macros and small inline
functions (ten lines or less in length), then the use of the object
file is unrestricted, regardless of whether it is legally a derivative
work. (Executables containing this object code plus portions of the
Library will still fall under Section 6.)
Otherwise, if the work is a derivative of the Library, you may
distribute the object code for the work under the terms of Section 6.
Any executables containing that work also fall under Section 6,
whether or not they are linked directly with the Library itself.
6. As an exception to the Sections above, you may also combine or
link a "work that uses the Library" with the Library to produce a
work containing portions of the Library, and distribute that work
under terms of your choice, provided that the terms permit
modification of the work for the customer's own use and reverse
engineering for debugging such modifications.
You must give prominent notice with each copy of the work that the
Library is used in it and that the Library and its use are covered by
this License. You must supply a copy of this License. If the work
during execution displays copyright notices, you must include the
copyright notice for the Library among them, as well as a reference
directing the user to the copy of this License. Also, you must do one
of these things:
a) Accompany the work with the complete corresponding
machine-readable source code for the Library including whatever
changes were used in the work (which must be distributed under
Sections 1 and 2 above); and, if the work is an executable linked
with the Library, with the complete machine-readable "work that
uses the Library", as object code and/or source code, so that the
user can modify the Library and then relink to produce a modified
executable containing the modified Library. (It is understood
that the user who changes the contents of definitions files in the
Library will not necessarily be able to recompile the application
to use the modified definitions.)
b) Use a suitable shared library mechanism for linking with the
Library. A suitable mechanism is one that (1) uses at run time a
copy of the library already present on the user's computer system,
rather than copying library functions into the executable, and (2)
will operate properly with a modified version of the library, if
the user installs one, as long as the modified version is
interface-compatible with the version that the work was made with.
c) Accompany the work with a written offer, valid for at
least three years, to give the same user the materials
specified in Subsection 6a, above, for a charge no more
than the cost of performing this distribution.
d) If distribution of the work is made by offering access to copy
from a designated place, offer equivalent access to copy the above
specified materials from the same place.
e) Verify that the user has already received a copy of these
materials or that you have already sent this user a copy.
For an executable, the required form of the "work that uses the
Library" must include any data and utility programs needed for
reproducing the executable from it. However, as a special exception,
the materials to be distributed need not include anything that is
normally distributed (in either source or binary form) with the major
components (compiler, kernel, and so on) of the operating system on
which the executable runs, unless that component itself accompanies
the executable.
It may happen that this requirement contradicts the license
restrictions of other proprietary libraries that do not normally
accompany the operating system. Such a contradiction means you cannot
use both them and the Library together in an executable that you
distribute.
7. You may place library facilities that are a work based on the
Library side-by-side in a single library together with other library
facilities not covered by this License, and distribute such a combined
library, provided that the separate distribution of the work based on
the Library and of the other library facilities is otherwise
permitted, and provided that you do these two things:
a) Accompany the combined library with a copy of the same work
based on the Library, uncombined with any other library
facilities. This must be distributed under the terms of the
Sections above.
b) Give prominent notice with the combined library of the fact
that part of it is a work based on the Library, and explaining
where to find the accompanying uncombined form of the same work.
8. You may not copy, modify, sublicense, link with, or distribute
the Library except as expressly provided under this License. Any
attempt otherwise to copy, modify, sublicense, link with, or
distribute the Library is void, and will automatically terminate your
rights under this License. However, parties who have received copies,
or rights, from you under this License will not have their licenses
terminated so long as such parties remain in full compliance.
9. You are not required to accept this License, since you have not
signed it. However, nothing else grants you permission to modify or
distribute the Library or its derivative works. These actions are
prohibited by law if you do not accept this License. Therefore, by
modifying or distributing the Library (or any work based on the
Library), you indicate your acceptance of this License to do so, and
all its terms and conditions for copying, distributing or modifying
the Library or works based on it.
10. Each time you redistribute the Library (or any work based on the
Library), the recipient automatically receives a license from the
original licensor to copy, distribute, link with or modify the Library
subject to these terms and conditions. You may not impose any further
restrictions on the recipients' exercise of the rights granted herein.
You are not responsible for enforcing compliance by third parties with
this License.
11. If, as a consequence of a court judgment or allegation of patent
infringement or for any other reason (not limited to patent issues),
conditions are imposed on you (whether by court order, agreement or
otherwise) that contradict the conditions of this License, they do not
excuse you from the conditions of this License. If you cannot
distribute so as to satisfy simultaneously your obligations under this
License and any other pertinent obligations, then as a consequence you
may not distribute the Library at all. For example, if a patent
license would not permit royalty-free redistribution of the Library by
all those who receive copies directly or indirectly through you, then
the only way you could satisfy both it and this License would be to
refrain entirely from distribution of the Library.
If any portion of this section is held invalid or unenforceable under any
particular circumstance, the balance of the section is intended to apply,
and the section as a whole is intended to apply in other circumstances.
It is not the purpose of this section to induce you to infringe any
patents or other property right claims or to contest validity of any
such claims; this section has the sole purpose of protecting the
integrity of the free software distribution system which is
implemented by public license practices. Many people have made
generous contributions to the wide range of software distributed
through that system in reliance on consistent application of that
system; it is up to the author/donor to decide if he or she is willing
to distribute software through any other system and a licensee cannot
impose that choice.
This section is intended to make thoroughly clear what is believed to
be a consequence of the rest of this License.
12. If the distribution and/or use of the Library is restricted in
certain countries either by patents or by copyrighted interfaces, the
original copyright holder who places the Library under this License may add
an explicit geographical distribution limitation excluding those countries,
so that distribution is permitted only in or among countries not thus
excluded. In such case, this License incorporates the limitation as if
written in the body of this License.
13. The Free Software Foundation may publish revised and/or new
versions of the Lesser General Public License from time to time.
Such new versions will be similar in spirit to the present version,
but may differ in detail to address new problems or concerns.
Each version is given a distinguishing version number. If the Library
specifies a version number of this License which applies to it and
"any later version", you have the option of following the terms and
conditions either of that version or of any later version published by
the Free Software Foundation. If the Library does not specify a
license version number, you may choose any version ever published by
the Free Software Foundation.
14. If you wish to incorporate parts of the Library into other free
programs whose distribution conditions are incompatible with these,
write to the author to ask for permission. For software which is
copyrighted by the Free Software Foundation, write to the Free
Software Foundation; we sometimes make exceptions for this. Our
decision will be guided by the two goals of preserving the free status
of all derivatives of our free software and of promoting the sharing
and reuse of software generally.
NO WARRANTY
15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO
WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW.
EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR
OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY
KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE
LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME
THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN
WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY
AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU
FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR
CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE
LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING
RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A
FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF
SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGES.
END OF TERMS AND CONDITIONS
How to Apply These Terms to Your New Libraries
If you develop a new library, and you want it to be of the greatest
possible use to the public, we recommend making it free software that
everyone can redistribute and change. You can do so by permitting
redistribution under these terms (or, alternatively, under the terms of the
ordinary General Public License).
To apply these terms, attach the following notices to the library. It is
safest to attach them to the start of each source file to most effectively
convey the exclusion of warranty; and each file should have at least the
"copyright" line and a pointer to where the full notice is found.
<one line to give the library's name and a brief idea of what it does.>
Copyright (C) <year> <name of author>
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Lesser General Public
License as published by the Free Software Foundation; either
version 2 of the License, or (at your option) any later version.
This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public
License along with this library; if not, write to the Free Software
Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
Also add information on how to contact you by electronic and paper mail.
You should also get your employer (if you work as a programmer) or your
school, if any, to sign a "copyright disclaimer" for the library, if
necessary. Here is a sample; alter the names:
Yoyodyne, Inc., hereby disclaims all copyright interest in the
library `Frob' (a library for tweaking knobs) written by James Random Hacker.
<signature of Ty Coon>, 1 April 1990
Ty Coon, President of Vice
That's all there is to it!

View File

@@ -1,481 +0,0 @@
GNU LIBRARY GENERAL PUBLIC LICENSE
Version 2, June 1991
Copyright (C) 1991 Free Software Foundation, Inc.
675 Mass Ave, Cambridge, MA 02139, USA
Everyone is permitted to copy and distribute verbatim copies
of this license document, but changing it is not allowed.
[This is the first released version of the library GPL. It is
numbered 2 because it goes with version 2 of the ordinary GPL.]
Preamble
The licenses for most software are designed to take away your
freedom to share and change it. By contrast, the GNU General Public
Licenses are intended to guarantee your freedom to share and change
free software--to make sure the software is free for all its users.
This license, the Library General Public License, applies to some
specially designated Free Software Foundation software, and to any
other libraries whose authors decide to use it. You can use it for
your libraries, too.
When we speak of free software, we are referring to freedom, not
price. Our General Public Licenses are designed to make sure that you
have the freedom to distribute copies of free software (and charge for
this service if you wish), that you receive source code or can get it
if you want it, that you can change the software or use pieces of it
in new free programs; and that you know you can do these things.
To protect your rights, we need to make restrictions that forbid
anyone to deny you these rights or to ask you to surrender the rights.
These restrictions translate to certain responsibilities for you if
you distribute copies of the library, or if you modify it.
For example, if you distribute copies of the library, whether gratis
or for a fee, you must give the recipients all the rights that we gave
you. You must make sure that they, too, receive or can get the source
code. If you link a program with the library, you must provide
complete object files to the recipients so that they can relink them
with the library, after making changes to the library and recompiling
it. And you must show them these terms so they know their rights.
Our method of protecting your rights has two steps: (1) copyright
the library, and (2) offer you this license which gives you legal
permission to copy, distribute and/or modify the library.
Also, for each distributor's protection, we want to make certain
that everyone understands that there is no warranty for this free
library. If the library is modified by someone else and passed on, we
want its recipients to know that what they have is not the original
version, so that any problems introduced by others will not reflect on
the original authors' reputations.
Finally, any free program is threatened constantly by software
patents. We wish to avoid the danger that companies distributing free
software will individually obtain patent licenses, thus in effect
transforming the program into proprietary software. To prevent this,
we have made it clear that any patent must be licensed for everyone's
free use or not licensed at all.
Most GNU software, including some libraries, is covered by the ordinary
GNU General Public License, which was designed for utility programs. This
license, the GNU Library General Public License, applies to certain
designated libraries. This license is quite different from the ordinary
one; be sure to read it in full, and don't assume that anything in it is
the same as in the ordinary license.
The reason we have a separate public license for some libraries is that
they blur the distinction we usually make between modifying or adding to a
program and simply using it. Linking a program with a library, without
changing the library, is in some sense simply using the library, and is
analogous to running a utility program or application program. However, in
a textual and legal sense, the linked executable is a combined work, a
derivative of the original library, and the ordinary General Public License
treats it as such.
Because of this blurred distinction, using the ordinary General
Public License for libraries did not effectively promote software
sharing, because most developers did not use the libraries. We
concluded that weaker conditions might promote sharing better.
However, unrestricted linking of non-free programs would deprive the
users of those programs of all benefit from the free status of the
libraries themselves. This Library General Public License is intended to
permit developers of non-free programs to use free libraries, while
preserving your freedom as a user of such programs to change the free
libraries that are incorporated in them. (We have not seen how to achieve
this as regards changes in header files, but we have achieved it as regards
changes in the actual functions of the Library.) The hope is that this
will lead to faster development of free libraries.
The precise terms and conditions for copying, distribution and
modification follow. Pay close attention to the difference between a
"work based on the library" and a "work that uses the library". The
former contains code derived from the library, while the latter only
works together with the library.
Note that it is possible for a library to be covered by the ordinary
General Public License rather than by this special one.
GNU LIBRARY GENERAL PUBLIC LICENSE
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION
0. This License Agreement applies to any software library which
contains a notice placed by the copyright holder or other authorized
party saying it may be distributed under the terms of this Library
General Public License (also called "this License"). Each licensee is
addressed as "you".
A "library" means a collection of software functions and/or data
prepared so as to be conveniently linked with application programs
(which use some of those functions and data) to form executables.
The "Library", below, refers to any such software library or work
which has been distributed under these terms. A "work based on the
Library" means either the Library or any derivative work under
copyright law: that is to say, a work containing the Library or a
portion of it, either verbatim or with modifications and/or translated
straightforwardly into another language. (Hereinafter, translation is
included without limitation in the term "modification".)
"Source code" for a work means the preferred form of the work for
making modifications to it. For a library, complete source code means
all the source code for all modules it contains, plus any associated
interface definition files, plus the scripts used to control compilation
and installation of the library.
Activities other than copying, distribution and modification are not
covered by this License; they are outside its scope. The act of
running a program using the Library is not restricted, and output from
such a program is covered only if its contents constitute a work based
on the Library (independent of the use of the Library in a tool for
writing it). Whether that is true depends on what the Library does
and what the program that uses the Library does.
1. You may copy and distribute verbatim copies of the Library's
complete source code as you receive it, in any medium, provided that
you conspicuously and appropriately publish on each copy an
appropriate copyright notice and disclaimer of warranty; keep intact
all the notices that refer to this License and to the absence of any
warranty; and distribute a copy of this License along with the
Library.
You may charge a fee for the physical act of transferring a copy,
and you may at your option offer warranty protection in exchange for a
fee.
2. You may modify your copy or copies of the Library or any portion
of it, thus forming a work based on the Library, and copy and
distribute such modifications or work under the terms of Section 1
above, provided that you also meet all of these conditions:
a) The modified work must itself be a software library.
b) You must cause the files modified to carry prominent notices
stating that you changed the files and the date of any change.
c) You must cause the whole of the work to be licensed at no
charge to all third parties under the terms of this License.
d) If a facility in the modified Library refers to a function or a
table of data to be supplied by an application program that uses
the facility, other than as an argument passed when the facility
is invoked, then you must make a good faith effort to ensure that,
in the event an application does not supply such function or
table, the facility still operates, and performs whatever part of
its purpose remains meaningful.
(For example, a function in a library to compute square roots has
a purpose that is entirely well-defined independent of the
application. Therefore, Subsection 2d requires that any
application-supplied function or table used by this function must
be optional: if the application does not supply it, the square
root function must still compute square roots.)
These requirements apply to the modified work as a whole. If
identifiable sections of that work are not derived from the Library,
and can be reasonably considered independent and separate works in
themselves, then this License, and its terms, do not apply to those
sections when you distribute them as separate works. But when you
distribute the same sections as part of a whole which is a work based
on the Library, the distribution of the whole must be on the terms of
this License, whose permissions for other licensees extend to the
entire whole, and thus to each and every part regardless of who wrote
it.
Thus, it is not the intent of this section to claim rights or contest
your rights to work written entirely by you; rather, the intent is to
exercise the right to control the distribution of derivative or
collective works based on the Library.
In addition, mere aggregation of another work not based on the Library
with the Library (or with a work based on the Library) on a volume of
a storage or distribution medium does not bring the other work under
the scope of this License.
3. You may opt to apply the terms of the ordinary GNU General Public
License instead of this License to a given copy of the Library. To do
this, you must alter all the notices that refer to this License, so
that they refer to the ordinary GNU General Public License, version 2,
instead of to this License. (If a newer version than version 2 of the
ordinary GNU General Public License has appeared, then you can specify
that version instead if you wish.) Do not make any other change in
these notices.
Once this change is made in a given copy, it is irreversible for
that copy, so the ordinary GNU General Public License applies to all
subsequent copies and derivative works made from that copy.
This option is useful when you wish to copy part of the code of
the Library into a program that is not a library.
4. You may copy and distribute the Library (or a portion or
derivative of it, under Section 2) in object code or executable form
under the terms of Sections 1 and 2 above provided that you accompany
it with the complete corresponding machine-readable source code, which
must be distributed under the terms of Sections 1 and 2 above on a
medium customarily used for software interchange.
If distribution of object code is made by offering access to copy
from a designated place, then offering equivalent access to copy the
source code from the same place satisfies the requirement to
distribute the source code, even though third parties are not
compelled to copy the source along with the object code.
5. A program that contains no derivative of any portion of the
Library, but is designed to work with the Library by being compiled or
linked with it, is called a "work that uses the Library". Such a
work, in isolation, is not a derivative work of the Library, and
therefore falls outside the scope of this License.
However, linking a "work that uses the Library" with the Library
creates an executable that is a derivative of the Library (because it
contains portions of the Library), rather than a "work that uses the
library". The executable is therefore covered by this License.
Section 6 states terms for distribution of such executables.
When a "work that uses the Library" uses material from a header file
that is part of the Library, the object code for the work may be a
derivative work of the Library even though the source code is not.
Whether this is true is especially significant if the work can be
linked without the Library, or if the work is itself a library. The
threshold for this to be true is not precisely defined by law.
If such an object file uses only numerical parameters, data
structure layouts and accessors, and small macros and small inline
functions (ten lines or less in length), then the use of the object
file is unrestricted, regardless of whether it is legally a derivative
work. (Executables containing this object code plus portions of the
Library will still fall under Section 6.)
Otherwise, if the work is a derivative of the Library, you may
distribute the object code for the work under the terms of Section 6.
Any executables containing that work also fall under Section 6,
whether or not they are linked directly with the Library itself.
6. As an exception to the Sections above, you may also compile or
link a "work that uses the Library" with the Library to produce a
work containing portions of the Library, and distribute that work
under terms of your choice, provided that the terms permit
modification of the work for the customer's own use and reverse
engineering for debugging such modifications.
You must give prominent notice with each copy of the work that the
Library is used in it and that the Library and its use are covered by
this License. You must supply a copy of this License. If the work
during execution displays copyright notices, you must include the
copyright notice for the Library among them, as well as a reference
directing the user to the copy of this License. Also, you must do one
of these things:
a) Accompany the work with the complete corresponding
machine-readable source code for the Library including whatever
changes were used in the work (which must be distributed under
Sections 1 and 2 above); and, if the work is an executable linked
with the Library, with the complete machine-readable "work that
uses the Library", as object code and/or source code, so that the
user can modify the Library and then relink to produce a modified
executable containing the modified Library. (It is understood
that the user who changes the contents of definitions files in the
Library will not necessarily be able to recompile the application
to use the modified definitions.)
b) Accompany the work with a written offer, valid for at
least three years, to give the same user the materials
specified in Subsection 6a, above, for a charge no more
than the cost of performing this distribution.
c) If distribution of the work is made by offering access to copy
from a designated place, offer equivalent access to copy the above
specified materials from the same place.
d) Verify that the user has already received a copy of these
materials or that you have already sent this user a copy.
For an executable, the required form of the "work that uses the
Library" must include any data and utility programs needed for
reproducing the executable from it. However, as a special exception,
the source code distributed need not include anything that is normally
distributed (in either source or binary form) with the major
components (compiler, kernel, and so on) of the operating system on
which the executable runs, unless that component itself accompanies
the executable.
It may happen that this requirement contradicts the license
restrictions of other proprietary libraries that do not normally
accompany the operating system. Such a contradiction means you cannot
use both them and the Library together in an executable that you
distribute.
7. You may place library facilities that are a work based on the
Library side-by-side in a single library together with other library
facilities not covered by this License, and distribute such a combined
library, provided that the separate distribution of the work based on
the Library and of the other library facilities is otherwise
permitted, and provided that you do these two things:
a) Accompany the combined library with a copy of the same work
based on the Library, uncombined with any other library
facilities. This must be distributed under the terms of the
Sections above.
b) Give prominent notice with the combined library of the fact
that part of it is a work based on the Library, and explaining
where to find the accompanying uncombined form of the same work.
8. You may not copy, modify, sublicense, link with, or distribute
the Library except as expressly provided under this License. Any
attempt otherwise to copy, modify, sublicense, link with, or
distribute the Library is void, and will automatically terminate your
rights under this License. However, parties who have received copies,
or rights, from you under this License will not have their licenses
terminated so long as such parties remain in full compliance.
9. You are not required to accept this License, since you have not
signed it. However, nothing else grants you permission to modify or
distribute the Library or its derivative works. These actions are
prohibited by law if you do not accept this License. Therefore, by
modifying or distributing the Library (or any work based on the
Library), you indicate your acceptance of this License to do so, and
all its terms and conditions for copying, distributing or modifying
the Library or works based on it.
10. Each time you redistribute the Library (or any work based on the
Library), the recipient automatically receives a license from the
original licensor to copy, distribute, link with or modify the Library
subject to these terms and conditions. You may not impose any further
restrictions on the recipients' exercise of the rights granted herein.
You are not responsible for enforcing compliance by third parties to
this License.
11. If, as a consequence of a court judgment or allegation of patent
infringement or for any other reason (not limited to patent issues),
conditions are imposed on you (whether by court order, agreement or
otherwise) that contradict the conditions of this License, they do not
excuse you from the conditions of this License. If you cannot
distribute so as to satisfy simultaneously your obligations under this
License and any other pertinent obligations, then as a consequence you
may not distribute the Library at all. For example, if a patent
license would not permit royalty-free redistribution of the Library by
all those who receive copies directly or indirectly through you, then
the only way you could satisfy both it and this License would be to
refrain entirely from distribution of the Library.
If any portion of this section is held invalid or unenforceable under any
particular circumstance, the balance of the section is intended to apply,
and the section as a whole is intended to apply in other circumstances.
It is not the purpose of this section to induce you to infringe any
patents or other property right claims or to contest validity of any
such claims; this section has the sole purpose of protecting the
integrity of the free software distribution system which is
implemented by public license practices. Many people have made
generous contributions to the wide range of software distributed
through that system in reliance on consistent application of that
system; it is up to the author/donor to decide if he or she is willing
to distribute software through any other system and a licensee cannot
impose that choice.
This section is intended to make thoroughly clear what is believed to
be a consequence of the rest of this License.
12. If the distribution and/or use of the Library is restricted in
certain countries either by patents or by copyrighted interfaces, the
original copyright holder who places the Library under this License may add
an explicit geographical distribution limitation excluding those countries,
so that distribution is permitted only in or among countries not thus
excluded. In such case, this License incorporates the limitation as if
written in the body of this License.
13. The Free Software Foundation may publish revised and/or new
versions of the Library General Public License from time to time.
Such new versions will be similar in spirit to the present version,
but may differ in detail to address new problems or concerns.
Each version is given a distinguishing version number. If the Library
specifies a version number of this License which applies to it and
"any later version", you have the option of following the terms and
conditions either of that version or of any later version published by
the Free Software Foundation. If the Library does not specify a
license version number, you may choose any version ever published by
the Free Software Foundation.
14. If you wish to incorporate parts of the Library into other free
programs whose distribution conditions are incompatible with these,
write to the author to ask for permission. For software which is
copyrighted by the Free Software Foundation, write to the Free
Software Foundation; we sometimes make exceptions for this. Our
decision will be guided by the two goals of preserving the free status
of all derivatives of our free software and of promoting the sharing
and reuse of software generally.
NO WARRANTY
15. BECAUSE THE LIBRARY IS LICENSED FREE OF CHARGE, THERE IS NO
WARRANTY FOR THE LIBRARY, TO THE EXTENT PERMITTED BY APPLICABLE LAW.
EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT HOLDERS AND/OR
OTHER PARTIES PROVIDE THE LIBRARY "AS IS" WITHOUT WARRANTY OF ANY
KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, THE
IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR
PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE
LIBRARY IS WITH YOU. SHOULD THE LIBRARY PROVE DEFECTIVE, YOU ASSUME
THE COST OF ALL NECESSARY SERVICING, REPAIR OR CORRECTION.
16. IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN
WRITING WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MAY MODIFY
AND/OR REDISTRIBUTE THE LIBRARY AS PERMITTED ABOVE, BE LIABLE TO YOU
FOR DAMAGES, INCLUDING ANY GENERAL, SPECIAL, INCIDENTAL OR
CONSEQUENTIAL DAMAGES ARISING OUT OF THE USE OR INABILITY TO USE THE
LIBRARY (INCLUDING BUT NOT LIMITED TO LOSS OF DATA OR DATA BEING
RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD PARTIES OR A
FAILURE OF THE LIBRARY TO OPERATE WITH ANY OTHER SOFTWARE), EVEN IF
SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF SUCH
DAMAGES.
END OF TERMS AND CONDITIONS
Appendix: How to Apply These Terms to Your New Libraries
If you develop a new library, and you want it to be of the greatest
possible use to the public, we recommend making it free software that
everyone can redistribute and change. You can do so by permitting
redistribution under these terms (or, alternatively, under the terms of the
ordinary General Public License).
To apply these terms, attach the following notices to the library. It is
safest to attach them to the start of each source file to most effectively
convey the exclusion of warranty; and each file should have at least the
"copyright" line and a pointer to where the full notice is found.
<one line to give the library's name and a brief idea of what it does.>
Copyright (C) <year> <name of author>
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public
License as published by the Free Software Foundation; either
version 2 of the License, or (at your option) any later version.
This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Library General Public License for more details.
You should have received a copy of the GNU Library General Public
License along with this library; if not, write to the Free
Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
Also add information on how to contact you by electronic and paper mail.
You should also get your employer (if you work as a programmer) or your
school, if any, to sign a "copyright disclaimer" for the library, if
necessary. Here is a sample; alter the names:
Yoyodyne, Inc., hereby disclaims all copyright interest in the
library `Frob' (a library for tweaking knobs) written by James Random Hacker.
<signature of Ty Coon>, 1 April 1990
Ty Coon, President of Vice
That's all there is to it!

View File

@@ -1,8 +0,0 @@
These libraries were compiled using .NET/VC7. The original
sources can be found at ftp://ftp.gtk.org/pub/gtk/v1.2/glib-1.2.10.tar.gz &
ftp://ftp.mozilla.org/pub/mozilla/libraries/source/libIDL-0.6.8.tar.gz.
The patches used to build can be found at
http://bugzilla.mozilla.org/show_bug.cgi?id=123743 .
- cls, 2002/10/18

File diff suppressed because it is too large Load Diff

View File

@@ -1,174 +0,0 @@
/* glibconfig.h.win32 */
/* Handcrafted for Microsoft C. */
#ifndef GLIBCONFIG_H
#define GLIBCONFIG_H
#ifdef __cplusplus
extern "C" {
#endif /* __cplusplus */
#ifdef _MSC_VER
/* Make MSVC more pedantic, this is a recommended pragma list
* from _Win32_Programming_ by Rector and Newcomer.
*/
#pragma warning(error:4002)
#pragma warning(error:4003)
#pragma warning(1:4010)
#pragma warning(error:4013)
#pragma warning(1:4016)
#pragma warning(error:4020)
#pragma warning(error:4021)
#pragma warning(error:4027)
#pragma warning(error:4029)
#pragma warning(error:4033)
#pragma warning(error:4035)
#pragma warning(error:4045)
#pragma warning(error:4047)
#pragma warning(error:4049)
#pragma warning(error:4053)
#pragma warning(error:4071)
#pragma warning(disable:4101)
#pragma warning(error:4150)
#pragma warning(disable:4244) /* No possible loss of data warnings */
#pragma warning(disable:4305) /* No truncation from int to char warnings */
#endif /* _MSC_VER */
#include <limits.h>
#include <float.h>
#define G_MINFLOAT FLT_MIN
#define G_MAXFLOAT FLT_MAX
#define G_MINDOUBLE DBL_MIN
#define G_MAXDOUBLE DBL_MAX
#define G_MINSHORT SHRT_MIN
#define G_MAXSHORT SHRT_MAX
#define G_MININT INT_MIN
#define G_MAXINT INT_MAX
#define G_MINLONG LONG_MIN
#define G_MAXLONG LONG_MAX
typedef signed char gint8;
typedef unsigned char guint8;
typedef signed short gint16;
typedef unsigned short guint16;
typedef signed int gint32;
typedef unsigned int guint32;
#define G_HAVE_GINT64 1
typedef __int64 gint64;
typedef unsigned __int64 guint64;
#define G_GINT64_CONSTANT(val) (val##i64)
#define GPOINTER_TO_INT(p) ((gint)(p))
#define GPOINTER_TO_UINT(p) ((guint)(p))
#define GINT_TO_POINTER(i) ((gpointer)(i))
#define GUINT_TO_POINTER(u) ((gpointer)(u))
#define g_ATEXIT(proc) (atexit (proc))
#define g_memmove(d,s,n) G_STMT_START { memmove ((d), (s), (n)); } G_STMT_END
#define G_HAVE_ALLOCA 1
#define alloca _alloca
#define GLIB_MAJOR_VERSION 1
#define GLIB_MINOR_VERSION 2
#define GLIB_MICRO_VERSION 10
#ifdef __cplusplus
#define G_HAVE_INLINE 1
#else /* !__cplusplus */
#define G_HAVE___INLINE 1
#endif
#define G_THREADS_ENABLED
/*
* The following program can be used to determine the magic values below:
* #include <stdio.h>
* #include <pthread.h>
* main(int argc, char **argv)
* {
* int i;
* pthread_mutex_t m = PTHREAD_MUTEX_INITIALIZER;
* printf ("sizeof (pthread_mutex_t) = %d\n", sizeof (pthread_mutex_t));
* printf ("PTHREAD_MUTEX_INITIALIZER = ");
* for (i = 0; i < sizeof (pthread_mutex_t); i++)
* printf ("%u, ", ((unsigned char *) &m)[i]);
* printf ("\n");
* exit(0);
* }
*/
#define G_THREADS_IMPL_POSIX
typedef struct _GStaticMutex GStaticMutex;
struct _GStaticMutex
{
struct _GMutex *runtime_mutex;
union {
/* The size of the pad array should be sizeof (pthread_mutext_t) */
/* This value corresponds to the 1999-04-07 version of pthreads-win32 */
char pad[4];
double dummy_double;
void *dummy_pointer;
long dummy_long;
} aligned_pad_u;
};
/* This should be NULL followed by the bytes in PTHREAD_MUTEX_INITIALIZER */
#define G_STATIC_MUTEX_INIT { NULL, { { 255, 255, 255, 255 } } }
#define g_static_mutex_get_mutex(mutex) \
(g_thread_use_default_impl ? ((GMutex*) &((mutex)->aligned_pad_u)) : \
g_static_mutex_get_mutex_impl (&((mutex)->runtime_mutex)))
#define G_BYTE_ORDER G_LITTLE_ENDIAN
#define GINT16_TO_LE(val) ((gint16) (val))
#define GUINT16_TO_LE(val) ((guint16) (val))
#define GINT16_TO_BE(val) ((gint16) GUINT16_SWAP_LE_BE (val))
#define GUINT16_TO_BE(val) (GUINT16_SWAP_LE_BE (val))
#define GINT32_TO_LE(val) ((gint32) (val))
#define GUINT32_TO_LE(val) ((guint32) (val))
#define GINT32_TO_BE(val) ((gint32) GUINT32_SWAP_LE_BE (val))
#define GUINT32_TO_BE(val) (GUINT32_SWAP_LE_BE (val))
#define GINT64_TO_LE(val) ((gint64) (val))
#define GUINT64_TO_LE(val) ((guint64) (val))
#define GINT64_TO_BE(val) ((gint64) GUINT64_SWAP_LE_BE (val))
#define GUINT64_TO_BE(val) (GUINT64_SWAP_LE_BE (val))
#define GLONG_TO_LE(val) ((glong) GINT32_TO_LE (val))
#define GULONG_TO_LE(val) ((gulong) GUINT32_TO_LE (val))
#define GLONG_TO_BE(val) ((glong) GINT32_TO_BE (val))
#define GULONG_TO_BE(val) ((gulong) GUINT32_TO_BE (val))
#define GINT_TO_LE(val) ((gint) GINT32_TO_LE (val))
#define GUINT_TO_LE(val) ((guint) GUINT32_TO_LE (val))
#define GINT_TO_BE(val) ((gint) GINT32_TO_BE (val))
#define GUINT_TO_BE(val) ((guint) GUINT32_TO_BE (val))
#define GLIB_SYSDEF_POLLIN = 1
#define GLIB_SYSDEF_POLLOUT = 4
#define GLIB_SYSDEF_POLLPRI = 2
#define GLIB_SYSDEF_POLLERR = 8
#define GLIB_SYSDEF_POLLHUP = 16
#define GLIB_SYSDEF_POLLNVAL = 32
#define G_HAVE_WCHAR_H 1
#define G_HAVE_WCTYPE_H 1
/* Define if this is Win32, possibly using the Cygwin emulation layer. */
#define WIN32 1
/* Define if this is Win32 without Cygwin. */
#define NATIVE_WIN32 1
#ifdef __cplusplus
}
#endif /* __cplusplus */
#endif /* GLIBCONFIG_H */

View File

@@ -1,851 +0,0 @@
/**************************************************************************
IDL.h (IDL parse tree and namespace components)
Copyright (C) 1998, 1999 Andrew T. Veliath
This library is free software; you can redistribute it and/or
modify it under the terms of the GNU Library General Public
License as published by the Free Software Foundation; either
version 2 of the License, or (at your option) any later version.
This library is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
Library General Public License for more details.
You should have received a copy of the GNU Library General Public
License along with this library; if not, write to the Free
Software Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
$Id: IDL.h,v 1.1 2002-10-18 08:31:49 seawood%netscape.com Exp $
***************************************************************************/
#ifndef __IDL_H
#define __IDL_H
#include <glib.h>
/* Try to find wchar_t support */
#include <stdlib.h>
#if 1 /* HAVE_WCHAR_H */
# include <wchar.h>
#endif
#if 0 /* HAVE_WCSTR_H */
# include <wcstr.h>
#endif
#ifdef __cplusplus
extern "C" {
#endif
/* version */
#define LIBIDL_VERSION(a,b,c) (((a) << 16) + ((b) << 8) + (c))
#define LIBIDL_MAJOR_VERSION 0
#define LIBIDL_MINOR_VERSION 6
#define LIBIDL_MICRO_VERSION 8
#define LIBIDL_VERSION_CODE LIBIDL_VERSION(0,6,8)
/* miscellaneous constants */
#define IDL_SUCCESS 0
#define IDL_ERROR 1
#define IDL_WARNING1 2
#define IDL_WARNING2 3
#define IDL_WARNING3 4
#define IDL_WARNINGMAX IDL_WARNING3
/* general parse flags */
#define IDLF_VERBOSE (1UL << 0)
#define IDLF_NO_EVAL_CONST (1UL << 1)
#define IDLF_COMBINE_REOPENED_MODULES (1UL << 2)
#define IDLF_PREFIX_FILENAME (1UL << 3)
#define IDLF_IGNORE_FORWARDS (1UL << 4)
#define IDLF_PEDANTIC (1UL << 5)
#define IDLF_INHIBIT_TAG_ONLY (1UL << 6)
#define IDLF_INHIBIT_INCLUDES (1UL << 7)
/* syntax extension parse flags */
#define IDLF_TYPECODES (1UL << 16)
#define IDLF_XPIDL (1UL << 17)
#define IDLF_PROPERTIES (1UL << 18)
#define IDLF_CODEFRAGS (1UL << 19)
/* declaration specification flags */
#define IDLF_DECLSPEC_EXIST (1UL << 0)
#define IDLF_DECLSPEC_INHIBIT (1UL << 1)
/* output flags */
#define IDLF_OUTPUT_NO_NEWLINES (1UL << 0)
#define IDLF_OUTPUT_NO_QUALIFY_IDENTS (1UL << 1)
#define IDLF_OUTPUT_PROPERTIES (1UL << 2)
#define IDLF_OUTPUT_CODEFRAGS (1UL << 3)
#ifdef _WIN32
# define IDL_EXPORT __declspec (dllexport)
# define IDL_IMPORT __declspec (dllimport)
#else
# define IDL_EXPORT /* empty */
# define IDL_IMPORT extern
#endif
/* type casting checks */
#define IDL_check_cast_enable(boolean) do { \
IDL_IMPORT int __IDL_check_type_casts; \
__IDL_check_type_casts = (boolean); \
} while (0)
#define IDL_CHECK_CAST(tree, thetype, name) \
(IDL_check_type_cast(tree, thetype, \
__FILE__, __LINE__, \
G_GNUC_PRETTY_FUNCTION)->u.name)
#ifdef G_HAVE_GINT64
# if G_MAXLONG > 0xffffffffUL
# define IDL_LL "l"
# else
# define IDL_LL "ll"
# endif
typedef gint64 IDL_longlong_t;
typedef guint64 IDL_ulonglong_t;
#else
# define IDL_LL "l"
typedef long IDL_longlong_t;
typedef unsigned long IDL_ulonglong_t;
# warning 64-bit integer type not available, using 32-bit instead
#endif /* G_HAVE_GINT64 */
typedef unsigned int IDL_declspec_t;
typedef struct _IDL_tree_node IDL_tree_node;
typedef struct _IDL_tree_node * IDL_tree;
struct _IDL_LIST {
IDL_tree data;
IDL_tree prev;
IDL_tree next;
IDL_tree _tail; /* Internal use, may not be valid */
};
#define IDL_LIST(a) IDL_CHECK_CAST(a, IDLN_LIST, idl_list)
extern IDL_tree IDL_list_new (IDL_tree data);
extern IDL_tree IDL_list_concat (IDL_tree orig,
IDL_tree append);
extern IDL_tree IDL_list_remove (IDL_tree list,
IDL_tree p);
extern int IDL_list_length (IDL_tree list);
extern IDL_tree IDL_list_nth (IDL_tree list,
int n);
struct _IDL_GENTREE {
IDL_tree data;
GHashTable *siblings;
GHashTable *children;
GHashFunc hash_func;
GCompareFunc key_compare_func;
IDL_tree _import; /* Internal use, do not recurse */
char *_cur_prefix; /* Internal use */
};
#define IDL_GENTREE(a) IDL_CHECK_CAST(a, IDLN_GENTREE, idl_gentree)
extern IDL_tree IDL_gentree_new (GHashFunc hash_func,
GCompareFunc key_compare_func,
IDL_tree data);
extern IDL_tree IDL_gentree_new_sibling (IDL_tree from,
IDL_tree data);
extern IDL_tree IDL_gentree_chain_sibling (IDL_tree from,
IDL_tree data);
extern IDL_tree IDL_gentree_chain_child (IDL_tree from,
IDL_tree data);
struct _IDL_INTEGER {
IDL_longlong_t value;
};
#define IDL_INTEGER(a) IDL_CHECK_CAST(a, IDLN_INTEGER, idl_integer)
extern IDL_tree IDL_integer_new (IDL_longlong_t value);
struct _IDL_STRING {
char *value;
};
#define IDL_STRING(a) IDL_CHECK_CAST(a, IDLN_STRING, idl_string)
extern IDL_tree IDL_string_new (char *value);
struct _IDL_WIDE_STRING {
wchar_t *value;
};
#define IDL_WIDE_STRING(a) IDL_CHECK_CAST(a, IDLN_WIDE_STRING, idl_wide_string)
extern IDL_tree IDL_wide_string_new (wchar_t *value);
struct _IDL_CHAR {
char *value;
};
#define IDL_CHAR(a) IDL_CHECK_CAST(a, IDLN_CHAR, idl_char)
extern IDL_tree IDL_char_new (char *value);
struct _IDL_WIDE_CHAR {
wchar_t *value;
};
#define IDL_WIDE_CHAR(a) IDL_CHECK_CAST(a, IDLN_WIDE_CHAR, idl_wide_char)
extern IDL_tree IDL_wide_char_new (wchar_t *value);
struct _IDL_FIXED {
char *value;
};
#define IDL_FIXED(a) IDL_CHECK_CAST(a, IDLN_FIXED, idl_fixed)
extern IDL_tree IDL_fixed_new (char *value);
struct _IDL_FLOAT {
double value;
};
#define IDL_FLOAT(a) IDL_CHECK_CAST(a, IDLN_FLOAT, idl_float)
extern IDL_tree IDL_float_new (double value);
struct _IDL_BOOLEAN {
unsigned value;
};
#define IDL_BOOLEAN(a) IDL_CHECK_CAST(a, IDLN_BOOLEAN, idl_boolean)
extern IDL_tree IDL_boolean_new (unsigned value);
struct _IDL_IDENT {
char *str;
char *repo_id;
GSList *comments;
IDL_tree _ns_ref; /* Internal use, do not recurse */
unsigned _flags; /* Internal use */
#define IDLF_IDENT_CASE_MISMATCH_HIT (1UL << 0)
};
#define IDL_IDENT(a) IDL_CHECK_CAST(a, IDLN_IDENT, idl_ident)
#define IDL_IDENT_TO_NS(a) IDL_CHECK_CAST(a, IDLN_IDENT, idl_ident._ns_ref)
#define IDL_IDENT_REPO_ID(a) IDL_CHECK_CAST(a, IDLN_IDENT, idl_ident.repo_id)
extern IDL_tree IDL_ident_new (char *str);
extern void IDL_queue_new_ident_comment (const char *str);
enum IDL_float_type {
IDL_FLOAT_TYPE_FLOAT,
IDL_FLOAT_TYPE_DOUBLE,
IDL_FLOAT_TYPE_LONGDOUBLE
};
struct _IDL_TYPE_FLOAT {
enum IDL_float_type f_type;
};
#define IDL_TYPE_FLOAT(a) IDL_CHECK_CAST(a, IDLN_TYPE_FLOAT, idl_type_float)
extern IDL_tree IDL_type_float_new (enum IDL_float_type f_type);
struct _IDL_TYPE_FIXED {
IDL_tree positive_int_const;
IDL_tree integer_lit;
};
#define IDL_TYPE_FIXED(a) IDL_CHECK_CAST(a, IDLN_TYPE_FIXED, idl_type_fixed)
extern IDL_tree IDL_type_fixed_new (IDL_tree positive_int_const,
IDL_tree integer_lit);
enum IDL_integer_type {
IDL_INTEGER_TYPE_SHORT,
IDL_INTEGER_TYPE_LONG,
IDL_INTEGER_TYPE_LONGLONG
};
struct _IDL_TYPE_INTEGER {
unsigned f_signed : 1;
enum IDL_integer_type f_type;
};
#define IDL_TYPE_INTEGER(a) IDL_CHECK_CAST(a, IDLN_TYPE_INTEGER, idl_type_integer)
extern IDL_tree IDL_type_integer_new (unsigned f_signed,
enum IDL_integer_type f_type);
extern IDL_tree IDL_type_char_new (void);
extern IDL_tree IDL_type_wide_char_new (void);
extern IDL_tree IDL_type_boolean_new (void);
extern IDL_tree IDL_type_octet_new (void);
extern IDL_tree IDL_type_any_new (void);
extern IDL_tree IDL_type_object_new (void);
extern IDL_tree IDL_type_typecode_new (void);
struct _IDL_TYPE_STRING {
IDL_tree positive_int_const;
};
#define IDL_TYPE_STRING(a) IDL_CHECK_CAST(a, IDLN_TYPE_STRING, idl_type_string)
extern IDL_tree IDL_type_string_new (IDL_tree positive_int_const);
struct _IDL_TYPE_WIDE_STRING {
IDL_tree positive_int_const;
};
#define IDL_TYPE_WIDE_STRING(a) IDL_CHECK_CAST(a, IDLN_TYPE_WIDE_STRING, idl_type_wide_string)
extern IDL_tree IDL_type_wide_string_new (IDL_tree positive_int_const);
struct _IDL_TYPE_ENUM {
IDL_tree ident;
IDL_tree enumerator_list;
};
#define IDL_TYPE_ENUM(a) IDL_CHECK_CAST(a, IDLN_TYPE_ENUM, idl_type_enum)
extern IDL_tree IDL_type_enum_new (IDL_tree ident,
IDL_tree enumerator_list);
struct _IDL_TYPE_ARRAY {
IDL_tree ident;
IDL_tree size_list;
};
#define IDL_TYPE_ARRAY(a) IDL_CHECK_CAST(a, IDLN_TYPE_ARRAY, idl_type_array)
extern IDL_tree IDL_type_array_new (IDL_tree ident,
IDL_tree size_list);
struct _IDL_TYPE_SEQUENCE {
IDL_tree simple_type_spec;
IDL_tree positive_int_const;
};
#define IDL_TYPE_SEQUENCE(a) IDL_CHECK_CAST(a, IDLN_TYPE_SEQUENCE, idl_type_sequence)
extern IDL_tree IDL_type_sequence_new (IDL_tree simple_type_spec,
IDL_tree positive_int_const);
struct _IDL_TYPE_STRUCT {
IDL_tree ident;
IDL_tree member_list;
};
#define IDL_TYPE_STRUCT(a) IDL_CHECK_CAST(a, IDLN_TYPE_STRUCT, idl_type_struct)
extern IDL_tree IDL_type_struct_new (IDL_tree ident,
IDL_tree member_list);
struct _IDL_TYPE_UNION {
IDL_tree ident;
IDL_tree switch_type_spec;
IDL_tree switch_body;
};
#define IDL_TYPE_UNION(a) IDL_CHECK_CAST(a, IDLN_TYPE_UNION, idl_type_union)
extern IDL_tree IDL_type_union_new (IDL_tree ident,
IDL_tree switch_type_spec,
IDL_tree switch_body);
struct _IDL_MEMBER {
IDL_tree type_spec;
IDL_tree dcls;
};
#define IDL_MEMBER(a) IDL_CHECK_CAST(a, IDLN_MEMBER, idl_member)
extern IDL_tree IDL_member_new (IDL_tree type_spec,
IDL_tree dcls);
struct _IDL_NATIVE {
IDL_tree ident;
char *user_type; /* XPIDL extension */
};
#define IDL_NATIVE(a) IDL_CHECK_CAST(a, IDLN_NATIVE, idl_native)
extern IDL_tree IDL_native_new (IDL_tree ident);
struct _IDL_TYPE_DCL {
IDL_tree type_spec;
IDL_tree dcls;
};
#define IDL_TYPE_DCL(a) IDL_CHECK_CAST(a, IDLN_TYPE_DCL, idl_type_dcl)
extern IDL_tree IDL_type_dcl_new (IDL_tree type_spec,
IDL_tree dcls);
struct _IDL_CONST_DCL {
IDL_tree const_type;
IDL_tree ident;
IDL_tree const_exp;
};
#define IDL_CONST_DCL(a) IDL_CHECK_CAST(a, IDLN_CONST_DCL, idl_const_dcl)
extern IDL_tree IDL_const_dcl_new (IDL_tree const_type,
IDL_tree ident,
IDL_tree const_exp);
struct _IDL_EXCEPT_DCL {
IDL_tree ident;
IDL_tree members;
};
#define IDL_EXCEPT_DCL(a) IDL_CHECK_CAST(a, IDLN_EXCEPT_DCL, idl_except_dcl)
extern IDL_tree IDL_except_dcl_new (IDL_tree ident,
IDL_tree members);
struct _IDL_ATTR_DCL {
unsigned f_readonly : 1;
IDL_tree param_type_spec;
IDL_tree simple_declarations;
};
#define IDL_ATTR_DCL(a) IDL_CHECK_CAST(a, IDLN_ATTR_DCL, idl_attr_dcl)
extern IDL_tree IDL_attr_dcl_new (unsigned f_readonly,
IDL_tree param_type_spec,
IDL_tree simple_declarations);
struct _IDL_OP_DCL {
unsigned __f_noscript : 1; /* Deprecated */
unsigned f_oneway : 1;
/* XPIDL extension (varags) */
unsigned f_varargs : 1;
IDL_tree op_type_spec;
IDL_tree ident;
IDL_tree parameter_dcls;
IDL_tree raises_expr;
IDL_tree context_expr;
};
#define IDL_OP_DCL(a) IDL_CHECK_CAST(a, IDLN_OP_DCL, idl_op_dcl)
extern IDL_tree IDL_op_dcl_new (unsigned f_oneway,
IDL_tree op_type_spec,
IDL_tree ident,
IDL_tree parameter_dcls,
IDL_tree raises_expr,
IDL_tree context_expr);
enum IDL_param_attr {
IDL_PARAM_IN,
IDL_PARAM_OUT,
IDL_PARAM_INOUT
};
struct _IDL_PARAM_DCL {
enum IDL_param_attr attr;
IDL_tree param_type_spec;
IDL_tree simple_declarator;
};
#define IDL_PARAM_DCL(a) IDL_CHECK_CAST(a, IDLN_PARAM_DCL, idl_param_dcl)
extern IDL_tree IDL_param_dcl_new (enum IDL_param_attr attr,
IDL_tree param_type_spec,
IDL_tree simple_declarator);
struct _IDL_CASE_STMT {
IDL_tree labels;
IDL_tree element_spec;
};
#define IDL_CASE_STMT(a) IDL_CHECK_CAST(a, IDLN_CASE_STMT, idl_case_stmt)
extern IDL_tree IDL_case_stmt_new (IDL_tree labels,
IDL_tree element_spec);
struct _IDL_INTERFACE {
IDL_tree ident;
IDL_tree inheritance_spec;
IDL_tree body;
};
#define IDL_INTERFACE(a) IDL_CHECK_CAST(a, IDLN_INTERFACE, idl_interface)
extern IDL_tree IDL_interface_new (IDL_tree ident,
IDL_tree inheritance_spec,
IDL_tree body);
struct _IDL_FORWARD_DCL {
IDL_tree ident;
};
#define IDL_FORWARD_DCL(a) IDL_CHECK_CAST(a, IDLN_FORWARD_DCL, idl_forward_dcl)
extern IDL_tree IDL_forward_dcl_new (IDL_tree ident);
struct _IDL_MODULE {
IDL_tree ident;
IDL_tree definition_list;
};
#define IDL_MODULE(a) IDL_CHECK_CAST(a, IDLN_MODULE, idl_module)
extern IDL_tree IDL_module_new (IDL_tree ident,
IDL_tree definition_list);
enum IDL_binop {
IDL_BINOP_OR,
IDL_BINOP_XOR,
IDL_BINOP_AND,
IDL_BINOP_SHR,
IDL_BINOP_SHL,
IDL_BINOP_ADD,
IDL_BINOP_SUB,
IDL_BINOP_MULT,
IDL_BINOP_DIV,
IDL_BINOP_MOD
};
struct _IDL_BINOP {
enum IDL_binop op;
IDL_tree left, right;
};
#define IDL_BINOP(a) IDL_CHECK_CAST(a, IDLN_BINOP, idl_binop)
extern IDL_tree IDL_binop_new (enum IDL_binop op,
IDL_tree left,
IDL_tree right);
enum IDL_unaryop {
IDL_UNARYOP_PLUS,
IDL_UNARYOP_MINUS,
IDL_UNARYOP_COMPLEMENT
};
struct _IDL_UNARYOP {
enum IDL_unaryop op;
IDL_tree operand;
};
#define IDL_UNARYOP(a) IDL_CHECK_CAST(a, IDLN_UNARYOP, idl_unaryop)
extern IDL_tree IDL_unaryop_new (enum IDL_unaryop op,
IDL_tree operand);
/* XPIDL code fragments extension. */
struct _IDL_CODEFRAG {
char *desc;
GSList *lines;
};
#define IDL_CODEFRAG(a) IDL_CHECK_CAST(a, IDLN_CODEFRAG, idl_codefrag)
extern IDL_tree IDL_codefrag_new (char *desc,
GSList *lines);
/*
* IDL_tree_type - Enumerations of node types
*
* Note this enumerator list is subject to change in the future. A program should not need
* more than a recompilation to adjust for a change in this list, so instead of using a
* statically initialized jumptable, allocate an array of size IDLN_LAST and assign the
* elements manually.
*/
typedef enum {
IDLN_NONE,
IDLN_ANY,
IDLN_LIST,
IDLN_GENTREE,
IDLN_INTEGER,
IDLN_STRING,
IDLN_WIDE_STRING,
IDLN_CHAR,
IDLN_WIDE_CHAR,
IDLN_FIXED,
IDLN_FLOAT,
IDLN_BOOLEAN,
IDLN_IDENT,
IDLN_TYPE_DCL,
IDLN_CONST_DCL,
IDLN_EXCEPT_DCL,
IDLN_ATTR_DCL,
IDLN_OP_DCL,
IDLN_PARAM_DCL,
IDLN_FORWARD_DCL,
IDLN_TYPE_INTEGER,
IDLN_TYPE_FLOAT,
IDLN_TYPE_FIXED,
IDLN_TYPE_CHAR,
IDLN_TYPE_WIDE_CHAR,
IDLN_TYPE_STRING,
IDLN_TYPE_WIDE_STRING,
IDLN_TYPE_BOOLEAN,
IDLN_TYPE_OCTET,
IDLN_TYPE_ANY,
IDLN_TYPE_OBJECT,
IDLN_TYPE_TYPECODE,
IDLN_TYPE_ENUM,
IDLN_TYPE_SEQUENCE,
IDLN_TYPE_ARRAY,
IDLN_TYPE_STRUCT,
IDLN_TYPE_UNION,
IDLN_MEMBER,
IDLN_NATIVE,
IDLN_CASE_STMT,
IDLN_INTERFACE,
IDLN_MODULE,
IDLN_BINOP,
IDLN_UNARYOP,
IDLN_CODEFRAG,
IDLN_LAST
} IDL_tree_type;
IDL_IMPORT const char * IDL_tree_type_names[];
struct _IDL_tree_node {
IDL_tree_type _type;
IDL_tree up; /* Do not recurse */
IDL_declspec_t declspec;
GHashTable *properties;
int refs;
char *_file; /* Internal use */
int _line; /* Internal use */
union {
struct _IDL_LIST idl_list;
struct _IDL_GENTREE idl_gentree;
struct _IDL_INTEGER idl_integer;
struct _IDL_STRING idl_string;
struct _IDL_WIDE_STRING idl_wide_string;
struct _IDL_CHAR idl_char;
struct _IDL_WIDE_CHAR idl_wide_char;
struct _IDL_FIXED idl_fixed;
struct _IDL_FLOAT idl_float;
struct _IDL_BOOLEAN idl_boolean;
struct _IDL_IDENT idl_ident;
struct _IDL_TYPE_DCL idl_type_dcl;
struct _IDL_CONST_DCL idl_const_dcl;
struct _IDL_EXCEPT_DCL idl_except_dcl;
struct _IDL_ATTR_DCL idl_attr_dcl;
struct _IDL_OP_DCL idl_op_dcl;
struct _IDL_PARAM_DCL idl_param_dcl;
struct _IDL_FORWARD_DCL idl_forward_dcl;
struct _IDL_TYPE_FLOAT idl_type_float;
struct _IDL_TYPE_FIXED idl_type_fixed;
struct _IDL_TYPE_INTEGER idl_type_integer;
struct _IDL_TYPE_ENUM idl_type_enum;
struct _IDL_TYPE_STRING idl_type_string;
struct _IDL_TYPE_WIDE_STRING idl_type_wide_string;
struct _IDL_TYPE_SEQUENCE idl_type_sequence;
struct _IDL_TYPE_ARRAY idl_type_array;
struct _IDL_TYPE_STRUCT idl_type_struct;
struct _IDL_TYPE_UNION idl_type_union;
struct _IDL_MEMBER idl_member;
struct _IDL_NATIVE idl_native;
struct _IDL_CASE_STMT idl_case_stmt;
struct _IDL_INTERFACE idl_interface;
struct _IDL_MODULE idl_module;
struct _IDL_BINOP idl_binop;
struct _IDL_UNARYOP idl_unaryop;
struct _IDL_CODEFRAG idl_codefrag;
} u;
/* Fields for application use */
guint32 flags;
gpointer data;
};
#define IDL_NODE_TYPE(a) ((a)->_type)
#define IDL_NODE_TYPE_NAME(a) ((a)?IDL_tree_type_names[IDL_NODE_TYPE(a)]:"NULL")
#define IDL_NODE_UP(a) ((a)->up)
#define IDL_NODE_PROPERTIES(a) ((a)->properties)
#define IDL_NODE_DECLSPEC(a) ((a)->declspec)
#define IDL_NODE_REFS(a) ((a)->refs)
#define IDL_NODE_IS_LITERAL(a) \
(IDL_NODE_TYPE(a) == IDLN_INTEGER || \
IDL_NODE_TYPE(a) == IDLN_STRING || \
IDL_NODE_TYPE(a) == IDLN_WIDE_STRING || \
IDL_NODE_TYPE(a) == IDLN_CHAR || \
IDL_NODE_TYPE(a) == IDLN_WIDE_CHAR || \
IDL_NODE_TYPE(a) == IDLN_FIXED || \
IDL_NODE_TYPE(a) == IDLN_FLOAT || \
IDL_NODE_TYPE(a) == IDLN_BOOLEAN)
#define IDL_NODE_IS_TYPE(a) \
(IDL_NODE_TYPE(a) == IDLN_TYPE_INTEGER || \
IDL_NODE_TYPE(a) == IDLN_TYPE_STRING || \
IDL_NODE_TYPE(a) == IDLN_TYPE_WIDE_STRING || \
IDL_NODE_TYPE(a) == IDLN_TYPE_CHAR || \
IDL_NODE_TYPE(a) == IDLN_TYPE_WIDE_CHAR || \
IDL_NODE_TYPE(a) == IDLN_TYPE_FIXED || \
IDL_NODE_TYPE(a) == IDLN_TYPE_FLOAT || \
IDL_NODE_TYPE(a) == IDLN_TYPE_BOOLEAN || \
IDL_NODE_TYPE(a) == IDLN_TYPE_OCTET || \
IDL_NODE_TYPE(a) == IDLN_TYPE_ANY || \
IDL_NODE_TYPE(a) == IDLN_TYPE_OBJECT || \
IDL_NODE_TYPE(a) == IDLN_TYPE_TYPECODE || \
IDL_NODE_TYPE(a) == IDLN_TYPE_ENUM || \
IDL_NODE_TYPE(a) == IDLN_TYPE_ARRAY || \
IDL_NODE_TYPE(a) == IDLN_TYPE_SEQUENCE || \
IDL_NODE_TYPE(a) == IDLN_TYPE_STRUCT || \
IDL_NODE_TYPE(a) == IDLN_TYPE_UNION)
#define IDL_NODE_IS_SCOPED(a) \
(IDL_NODE_TYPE(a) == IDLN_IDENT || \
IDL_NODE_TYPE(a) == IDLN_INTERFACE || \
IDL_NODE_TYPE(a) == IDLN_MODULE || \
IDL_NODE_TYPE(a) == IDLN_EXCEPT_DCL || \
IDL_NODE_TYPE(a) == IDLN_OP_DCL || \
IDL_NODE_TYPE(a) == IDLN_TYPE_ENUM || \
IDL_NODE_TYPE(a) == IDLN_TYPE_STRUCT || \
IDL_NODE_TYPE(a) == IDLN_TYPE_UNION)
typedef struct _IDL_ns * IDL_ns;
struct _IDL_ns {
IDL_tree global;
IDL_tree file;
IDL_tree current;
GHashTable *inhibits;
GHashTable *filename_hash;
};
#define IDL_NS(a) (*(a))
typedef enum {
IDL_INPUT_REASON_INIT,
IDL_INPUT_REASON_FILL,
IDL_INPUT_REASON_ABORT,
IDL_INPUT_REASON_FINISH
} IDL_input_reason;
union IDL_input_data {
struct {
const char *filename;
} init;
struct {
char *buffer;
size_t max_size;
} fill;
};
typedef int (*IDL_input_callback) (IDL_input_reason reason,
union IDL_input_data *data,
gpointer user_data);
typedef int (*IDL_msg_callback) (int level,
int num,
int line,
const char *filename,
const char *message);
typedef struct _IDL_tree_func_state IDL_tree_func_state;
typedef struct _IDL_tree_func_data IDL_tree_func_data;
/* Traversal state data. Recursive walks chain states. */
struct _IDL_tree_func_state {
IDL_tree_func_state *up;
IDL_tree start;
IDL_tree_func_data *bottom;
};
/* This holds a list of the up hierarchy traversed, beginning from traversal. This is
* useful since nodes referenced after initial definition will have a different traversal
* path than the actual up path. */
struct _IDL_tree_func_data {
IDL_tree_func_state *state;
IDL_tree_func_data *up;
IDL_tree tree;
gint step;
gpointer data; /* Application data */
};
typedef gboolean (*IDL_tree_func) (IDL_tree_func_data *tnfd,
gpointer user_data);
extern IDL_tree IDL_check_type_cast (const IDL_tree var,
IDL_tree_type type,
const char *file,
int line,
const char *function);
extern const char * IDL_get_libver_string (void);
extern const char * IDL_get_IDLver_string (void);
extern int IDL_parse_filename (const char *filename,
const char *cpp_args,
IDL_msg_callback msg_cb,
IDL_tree *tree, IDL_ns *ns,
unsigned long parse_flags,
int max_msg_level);
extern int IDL_parse_filename_with_input (const char *filename,
IDL_input_callback input_cb,
gpointer input_cb_user_data,
IDL_msg_callback msg_cb,
IDL_tree *tree, IDL_ns *ns,
unsigned long parse_flags,
int max_msg_level);
extern int IDL_ns_prefix (IDL_ns ns,
const char *s);
extern void IDL_ns_ID (IDL_ns ns,
const char *s);
extern void IDL_ns_version (IDL_ns ns,
const char *s);
extern int IDL_inhibit_get (void);
extern void IDL_inhibit_push (void);
extern void IDL_inhibit_pop (void);
extern void IDL_file_set (const char *filename,
int line);
extern void IDL_file_get (const char **filename,
int *line);
extern IDL_tree IDL_get_parent_node (IDL_tree p,
IDL_tree_type type,
int *scope_levels);
extern IDL_tree IDL_tree_get_scope (IDL_tree p);
extern int IDL_tree_get_node_info (IDL_tree tree,
char **who,
char **what);
extern void IDL_tree_error (IDL_tree p,
const char *fmt,
...)
G_GNUC_PRINTF (2, 3);
extern void IDL_tree_warning (IDL_tree p,
int level,
const char *fmt,
...)
G_GNUC_PRINTF (3, 4);
extern const char * IDL_tree_property_get (IDL_tree tree,
const char *key);
extern void IDL_tree_property_set (IDL_tree tree,
const char *key,
const char *value);
extern gboolean IDL_tree_property_remove (IDL_tree tree,
const char *key);
extern void IDL_tree_properties_copy (IDL_tree from_tree,
IDL_tree to_tree);
extern void IDL_tree_remove_inhibits (IDL_tree *tree,
IDL_ns ns);
extern void IDL_tree_walk (IDL_tree p,
IDL_tree_func_data *current,
IDL_tree_func pre_tree_func,
IDL_tree_func post_tree_func,
gpointer user_data);
extern void IDL_tree_walk_in_order (IDL_tree p,
IDL_tree_func tree_func,
gpointer user_data);
extern void IDL_tree_free (IDL_tree root);
extern void IDL_tree_to_IDL (IDL_tree p,
IDL_ns ns,
FILE *output,
unsigned long output_flags);
extern GString * IDL_tree_to_IDL_string (IDL_tree p,
IDL_ns ns,
unsigned long output_flags);
extern gchar * IDL_do_escapes (const char *s);
extern IDL_tree IDL_resolve_const_exp (IDL_tree p,
IDL_tree_type type);
extern IDL_ns IDL_ns_new (void);
extern void IDL_ns_free (IDL_ns ns);
extern IDL_tree IDL_ns_resolve_this_scope_ident (IDL_ns ns,
IDL_tree scope,
IDL_tree ident);
extern IDL_tree IDL_ns_resolve_ident (IDL_ns ns,
IDL_tree ident);
extern IDL_tree IDL_ns_lookup_this_scope (IDL_ns ns,
IDL_tree scope,
IDL_tree ident,
gboolean *conflict);
extern IDL_tree IDL_ns_lookup_cur_scope (IDL_ns ns,
IDL_tree ident,
gboolean *conflict);
extern IDL_tree IDL_ns_place_new (IDL_ns ns,
IDL_tree ident);
extern void IDL_ns_push_scope (IDL_ns ns,
IDL_tree ident);
extern void IDL_ns_pop_scope (IDL_ns ns);
extern IDL_tree IDL_ns_qualified_ident_new (IDL_tree nsid);
extern gchar * IDL_ns_ident_to_qstring (IDL_tree ns_ident,
const char *join,
int scope_levels);
extern int IDL_ns_scope_levels_from_here (IDL_ns ns,
IDL_tree ident,
IDL_tree parent);
extern gchar * IDL_ns_ident_make_repo_id (IDL_ns ns,
IDL_tree p,
const char *p_prefix,
int *major,
int *minor);
#ifdef __cplusplus
}
#endif
#endif /* __IDL_H */

Binary file not shown.

Before

Width:  |  Height:  |  Size: 7.9 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 4.4 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 KiB

View File

@@ -1,40 +0,0 @@
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Author" CONTENT="Rick Elliott">
<META NAME="GENERATOR" CONTENT="Mozilla/4.04 [en] (WinNT; U) [Netscape]">
<TITLE>Product Branding Issues</TITLE>
</HEAD>
<BODY TEXT="#000000" BGCOLOR="#FFFFFF" LINK="#0000EE" VLINK="#551A8B" ALINK="#FF0000">
<H3>
Product Branding Instructions</H3>
Under the terms of the Unlimited Localization Program, you must remove
or replace all trademarked Netscape terms, brand names, icons, images,
etc.&nbsp; These trademarks are listed on the page found at the following
URL:
<P><A HREF="http://home.netscape.com/misc/trademarks.html#trademarks">http://home.netscape.com/misc/trademarks.html#trademarks</A>
<P>Please refer to that page for details.&nbsp; You may not release a localized
version of the Netscape Communicator with these trademarks left in the
product.
<BR>&nbsp;
<CENTER><TABLE COLS=2 WIDTH="50%" >
<TR>
<TD>
<CENTER>[<A HREF="usingKit.html#branding">BACK</A>]</CENTER>
</TD>
<TD>
<CENTER>[<A HREF="toc.html">CONTENTS</A>]</CENTER>
</TD>
</TR>
</TABLE></CENTER>
<CENTER><BR>
<FONT FACE="Arial, Helvetica"><FONT SIZE=-2>1998, Copyright Netscape Communications
Corp. All Rights Reserved</FONT></FONT></CENTER>
</BODY>
</HTML>

View File

@@ -1,100 +0,0 @@
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Author" CONTENT="Rick Elliott">
<META NAME="GENERATOR" CONTENT="Mozilla/4.04 [en] (WinNT; U) [Netscape]">
<TITLE>Getting Started</TITLE>
</HEAD>
<BODY TEXT="#000000" BGCOLOR="#FFFFFF" LINK="#0000EE" VLINK="#551A8B" ALINK="#FF0000">
<H2>
<A NAME="getting started"></A>2. Getting Started</H2>
Before you can begin using the Windows Installer Localization Kit, you
must install it and setup your working directories. This is a simple matter
of unzipping the compressed kit file(s) into the proper directories. Your
system must also meet certain requirements to run the tools needed to perform
the localization steps described below.
<P>
<HR WIDTH="50%">
<H3>
<A NAME="sysreqs"></A>System Requirements</H3>
There few system requirements for the kit in the strictest sense; however,
your choice of tools will have their own set of requirements.&nbsp; The
most likely minimum configuration will be as follows:
<UL>
<LI>
100% IBM compatible PC</LI>
<LI>
Pentium<SUP><FONT SIZE=-1>&reg;</FONT></SUP> processor</LI>
<LI>
Microsoft<SUP><FONT SIZE=-1>&reg;</FONT></SUP> Windows NT 3.51 or 4.0 (localized
versions will help testing but aren't required)</LI>
<LI>
16 MB RAM</LI>
<LI>
30 MB available hard disk space</LI>
<LI>
InstallShield International version 3.0 or other install builder software</LI>
<LI>
A visual resource editor, such as those provided with Microsoft<SUP><FONT SIZE=-1>&reg;</FONT></SUP>
Visual C++, Borland<SUP><FONT SIZE=-1>&reg;</FONT></SUP> C++, etc.</LI>
<LI>
An active Internet connection and the ability to ftp (send and receive)
large files</LI>
<LI>
A Web browser (say, for example, Netscape Communicator ;-)</LI>
</UL>
<H3>
<HR WIDTH="50%"></H3>
<H3>
<A NAME="install"></A>Installing the Kit</H3>
It is recommended that you install the Windows Installer Localization Kit
into the same directory as your other Netscape/Mozilla localization kits:
in other words, install this kit into your <B>kitRoot </B>directory.&nbsp;
Place this localization kit's .ZIP file in that directory and UNZIP it
with the -d parameter:
<P>PKUNZIP -d <I>filename</I>
<UL><B>Example:&nbsp; <TT>PKUNZIP -d instkit</TT></B></UL>
<HR WIDTH="50%">
<H3>
<A NAME="configtool"></A>Configuring Your Tools</H3>
Please refer to your Installshield or other install builder tool's documentation
for set up and usage instructions.
<BR>&nbsp;
<CENTER><TABLE COLS=3 WIDTH="50%" >
<TR>
<TD>
<CENTER>[<A HREF="nomenclature.html">BACK</A>]</CENTER>
</TD>
<TD>
<CENTER>[<A HREF="usingKit.html">NEXT</A>]</CENTER>
</TD>
<TD>
<CENTER>[<A HREF="toc.html">CONTENTS]</A></CENTER>
</TD>
</TR>
</TABLE></CENTER>
<CENTER></CENTER>
<CENTER><FONT FACE="Arial, Helvetica"><FONT SIZE=-2>1998, Copyright Netscape
Communications Corp. All Rights Reserved</FONT></FONT></CENTER>
</BODY>
</HTML>

View File

@@ -1,203 +0,0 @@
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="GENERATOR" CONTENT="Mozilla/4.04 [en] (Win95; I) [Netscape]">
<META NAME="Author" CONTENT="Rick Elliott">
<TITLE>ISO Locale codes</TITLE>
</HEAD>
<BODY>
<CENTER>
<H1>
ISO Language and Country Codes</H1></CENTER>
2 letter language codes are derived from the ISO 639 standard; country
codes are from ISO 3166. Here are the codes for the locales currently supported
by the L10n kits. If an entry also includes the country code then you must
use that as well when creating the locale directory or naming a file.
<H3>
ISO Language and Country Codes table</H3>
<TABLE BORDER=5 >
<TR>
<TD><U>Language Name</U></TD>
<TD><U>Language Code</U></TD>
<TD><U>Country Code</U></TD>
</TR>
<TR>
<TD>
<CENTER>Chinese (Traditional)</CENTER>
</TD>
<TD>
<CENTER>zh</CENTER>
</TD>
<TD>
<CENTER>CN</CENTER>
</TD>
</TR>
<TR>
<TD>
<CENTER>Chinese (Simplified)</CENTER>
</TD>
<TD>
<CENTER>zh</CENTER>
</TD>
<TD>
<CENTER>TW</CENTER>
</TD>
</TR>
<TR>
<TD>
<CENTER>Danish</CENTER>
</TD>
<TD>
<CENTER>da</CENTER>
</TD>
<TD>
<CENTER>DK</CENTER>
</TD>
</TR>
<TR>
<TD>
<CENTER>Dutch</CENTER>
</TD>
<TD>
<CENTER>nl</CENTER>
</TD>
<TD>
<CENTER>NL</CENTER>
</TD>
</TR>
<TR>
<TD>
<CENTER>French</CENTER>
</TD>
<TD>
<CENTER>fr</CENTER>
</TD>
<TD>
<CENTER>FR</CENTER>
</TD>
</TR>
<TR>
<TD>
<CENTER>German</CENTER>
</TD>
<TD>
<CENTER>de</CENTER>
</TD>
<TD>
<CENTER>DE</CENTER>
</TD>
</TR>
<TR>
<TD>
<CENTER>Italian</CENTER>
</TD>
<TD>
<CENTER>it</CENTER>
</TD>
<TD>
<CENTER>IT</CENTER>
</TD>
</TR>
<TR>
<TD>
<CENTER>Japanese</CENTER>
</TD>
<TD>
<CENTER>ja</CENTER>
</TD>
<TD>
<CENTER>JP</CENTER>
</TD>
</TR>
<TR>
<TD>
<CENTER>Korean</CENTER>
</TD>
<TD>
<CENTER>ko</CENTER>
</TD>
<TD>
<CENTER>KR</CENTER>
</TD>
</TR>
<TR>
<TD>
<CENTER>Portuguese</CENTER>
</TD>
<TD>
<CENTER>pt</CENTER>
</TD>
<TD>
<CENTER>BR</CENTER>
</TD>
</TR>
<TR>
<TD>
<CENTER>Spanish</CENTER>
</TD>
<TD>
<CENTER>es</CENTER>
</TD>
<TD>
<CENTER>ES</CENTER>
</TD>
</TR>
<TR>
<TD>
<CENTER>Swedish</CENTER>
</TD>
<TD>
<CENTER>sv</CENTER>
</TD>
<TD>
<CENTER>SE</CENTER>
</TD>
</TR>
</TABLE>
<CENTER><BR>
<FONT FACE="Arial, Helvetica"><FONT SIZE=-2>1997, Copyright Netscape Communications
Corp. All Rights Reserved</FONT></FONT></CENTER>
</BODY>
</HTML>

View File

@@ -1,99 +0,0 @@
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Author" CONTENT="Rick Elliott">
<META NAME="GENERATOR" CONTENT="Mozilla/4.04 [en] (WinNT; U) [Netscape]">
<TITLE>Kit Overview</TITLE>
</HEAD>
<BODY TEXT="#000000" BGCOLOR="#FFFFFF" LINK="#0000EE" VLINK="#551A8B" ALINK="#FF0000">
<H3>
<A NAME="kitoverview"></A>Kit Overview</H3>
This kit is primarily intended for knowledgeable developers who are familiar
with the localization process, with InstallShield or other installation
programs, and with Windows resource editors.&nbsp; There are two basic
approaches you can take to create an installer for your localized Communicator,
Navigator or Mozilla derivative product:
<OL>
<LI>
Use an existing Communicator or Navigator Export product installer as a
base and add your localized files, or</LI>
<LI>
Create your own install program and use the registry setting information
provided by the kit.</LI>
</OL>
<UL>
<H4>
<A NAME="method1"></A>Overview of Method 1.</H4>
For this method you will need the following components:
<BR>&nbsp;
<UL>
<LI>
Your own copy of InstallShield version 3 International</LI>
<LI>
The appropriate version of a Netscape Communicator or Navigator installer.</LI>
<LI>
This localization kit.</LI>
<LI>
A text editor.</LI>
<LI>
A resource editor (e.g., MSDEV)</LI>
</UL>
<P>You will start with an Export version of a Netscape Communicator or
Navigator installer.&nbsp; Then, you will extract the localizable components
and modify them as desired.&nbsp; You will localize a number of strings
contained in .INI files using a text editor. You will use a resource editor
or the Netscape Translation Tools to localize STRINGTABLE and DIALOG resource
types contained in two .DLLs. Once the localizable components of the installer
are finished, you will reassemble the installer using the InstallShield
EXE BUILDER tool, including your localized Communicator, Navigator or Mozilla
derivative product.&nbsp; This process is detailed in the next section.</UL>
<UL>
<H4>
<A NAME="method2"></A>Overview of Method 2.</H4>
For this method you will need the following components:
<BR>&nbsp;
<UL>
<LI>
Your own copy of any install builder software</LI>
<LI>
This localization kit</LI>
</UL>
<P>You will create your own installation program in whatever fashion you
wish.&nbsp; In order for your localized product to function properly, your
installer will need to implement certain <A HREF="registrySettings.html">Windows
registry settings</A>.</UL>
&nbsp;
<CENTER><TABLE COLS=3 WIDTH="50%" >
<TR>
<TD>
<CENTER>[<A HREF="projectOverview.html">BACK</A>]</CENTER>
</TD>
<TD>
<CENTER>[<A HREF="kitStruct.html">NEXT</A>]</CENTER>
</TD>
<TD>
<CENTER>[<A HREF="toc.html">CONTENTS</A>]</CENTER>
</TD>
</TR>
</TABLE></CENTER>
&nbsp;
<CENTER><FONT SIZE=-1>&nbsp;1998, Copyright Netscape Communications Corp.
All Rights Reserved</FONT></CENTER>
</BODY>
</HTML>

View File

@@ -1,63 +0,0 @@
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Author" CONTENT="Rick Elliott">
<META NAME="GENERATOR" CONTENT="Mozilla/4.04 [en] (WinNT; U) [Netscape]">
<TITLE>Kit Structure</TITLE>
</HEAD>
<BODY TEXT="#000000" BGCOLOR="#FFFFFF" LINK="#0000EE" VLINK="#551A8B" ALINK="#FF0000">
<H3>
<A NAME="kitstruct"></A>Kit Structure and Organization</H3>
When you install this localization kit you will find a number of new directories
on your hard disk. Each directory is named so as to be fairly self-explanatory,
but the following diagram and description may help avoid any confusion
you may have about what's what.
<H4>
<IMG SRC="l10ntree.jpg" BORDER=0 HEIGHT=98 WIDTH=177></H4>
<H4>
Description of Kit Directories</H4>
<UL>
<LI>
The <B><TT>kitRoot</TT> </B>directory is wherever you install the Netscape
Localization Kits.</LI>
<LI>
The <B><TT>l10nkits</TT> </B>directory contains the tools (if any) and
documentation you need to complete your work.</LI>
<LI>
Since this kit concerns the Windows client product (as opposed to our server
products) all the relevant documentation and tools are found under the
<B><TT>client\windows </TT></B>directory.</LI>
<LI>
The <B><TT>docs</TT> </B>directory contains documentation on the kit, including
the file you are reading now.</LI>
</UL>
&nbsp;
<CENTER><TABLE COLS=3 WIDTH="50%" >
<TR>
<TD>
<CENTER>[<A HREF="kitOverview.html">BACK</A>]</CENTER>
</TD>
<TD>
<CENTER>[<A HREF="nomenclature.html">NEXT</A>]</CENTER>
</TD>
<TD>
<CENTER>[<A HREF="toc.html">CONTENTS</A>]</CENTER>
</TD>
</TR>
</TABLE></CENTER>
<CENTER>&nbsp;</CENTER>
<CENTER><FONT FACE="Arial, Helvetica"><FONT SIZE=-2>1998, Copyright Netscape
Communications Corp. All Rights Reserved</FONT></FONT></CENTER>
</BODY>
</HTML>

View File

@@ -1,51 +0,0 @@
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="GENERATOR" CONTENT="Mozilla/4.04 [en] (WinNT; U) [Netscape]">
<META NAME="Author" CONTENT="Rick Elliott">
<TITLE>Localize AIM.INI</TITLE>
</HEAD>
<BODY TEXT="#000000" BGCOLOR="#FFFFFF" LINK="#0000EE" VLINK="#551A8B" ALINK="#FF0000">
<H4>
Localization notes for AIM.INI</H4>
<B>General Notes:</B>
<UL>
<LI>
Only translate the strings which are shown in <B>bold</B> type face below.</LI>
<LI>
Change Netscape trademarks to your own product name(s).</LI>
</UL>
<B>Specific Notes:</B>
<P>
File Copy String=<B>Copying Netscape AOL Instant Messenger Service files...</B>
<P>
Installation String=<B>Installing Netscape AOL Instant Messenger Service files...</B>
<P>
Configuration String=<B>Configuring Netscape AOL Instant Messenger Service...</B>
<P>
<CENTER><TABLE COLS=2 WIDTH="50%" >
<TR>
<TD>
<CENTER>[<A HREF="localize_these_files.html#table2">BACK</A>]</CENTER>
</TD>
<TD>
<CENTER>[<A HREF="toc.html">CONTENTS</A>]</CENTER>
</TD>
</TR>
</TABLE></CENTER>
<P>
<CENTER><FONT FACE="Arial, Helvetica"><FONT SIZE=-2>1998, Copyright Netscape
Communications Corp. All Rights Reserved</FONT></FONT></CENTER>
</BODY>
</HTML>

View File

@@ -1,65 +0,0 @@
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="GENERATOR" CONTENT="Mozilla/4.04 [en] (WinNT; U) [Netscape]">
<META NAME="Author" CONTENT="Rick Elliott">
<TITLE>Localize CD.INI</TITLE>
</HEAD>
<BODY TEXT="#000000" BGCOLOR="#FFFFFF" LINK="#0000EE" VLINK="#551A8B" ALINK="#FF0000">
<H4>
Localization notes for CD.INI</H4>
<B>General Notes:</B>
<UL>
<LI>
Only translate the strings which are shown in <B>bold</B> type face below.</LI>
<LI>
Update the product version number as appropriate.</LI>
<LI>
Modify the locale code according to the ISO 639 and ISO 3166 standards.
(See the <A HREF="reference.html">Reference section</A> for details).</LI>
<LI>
You may need to move the placement of "%s" variables in your translation.</LI>
<LI>
Do not exceed the length of US string for Deinstall Dialog Wait Message.</LI>
<LI>
Change Netscape trademarks to your own product name(s).</LI>
</UL>
<B>Specific Notes:</B>
<P>Product Setup Title1= <B>Deinstaller</B>
<P>Product Version=<B>4.03 </B>(<B>en</B>)
<P>Deinstall Dialog Message=<B>Are you sure you want to deinstall</B> <B>Netscape
Communicator 4.03</B> ?
<P>Deinstall Dialog Wait Message=<B>Parsing</B> <B>Netscape Communicator
4.03&nbsp; deinstall log file</B> %s (<B>this will take several minutes)...</B>
<P>&nbsp;
<CENTER><TABLE COLS=2 WIDTH="50%" >
<TR>
<TD>
<CENTER>[<A HREF="localize_these_files.html#table2">BACK</A>]</CENTER>
</TD>
<TD>
<CENTER>[<A HREF="toc.html">CONTENTS</A>]</CENTER>
</TD>
</TR>
</TABLE></CENTER>
<CENTER>&nbsp;</CENTER>
<CENTER><FONT FACE="Arial, Helvetica"><FONT SIZE=-2>1998, Copyright Netscape
Communications Corp. All Rights Reserved</FONT></FONT></CENTER>
&nbsp;
<BR>&nbsp;
</BODY>
</HTML>

View File

@@ -1,62 +0,0 @@
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="GENERATOR" CONTENT="Mozilla/4.04 [en] (WinNT; U) [Netscape]">
<META NAME="Author" CONTENT="Rick Elliott">
<TITLE>Localize COSMO.INI</TITLE>
</HEAD>
<BODY TEXT="#000000" BGCOLOR="#FFFFFF" LINK="#0000EE" VLINK="#551A8B" ALINK="#FF0000">
<H4>
Localization notes for COSMO.INI</H4>
<B>General Notes:</B>
<UL>
<LI>
Only translate the strings which are shown in <B>bold</B> type face below.</LI>
<LI>
Update the product version number as appropriate.</LI>
<LI>
Modify the locale code according to the ISO 639 and ISO 3166 standards.
(See the <A HREF="reference.html">Reference section</A> for details).</LI>
</UL>
<B>Specific Notes:</B>
<BR>&nbsp;
<BR>Installation String=<B>Installing Cosmo Player files...</B>
<P>Configuration String=<B>Configuring Cosmo Player...</B>
<P>File Copy String=<B>Copying Cosmo Player files...&nbsp;</B>
<P>Description=<B>VRML 2.0 support&nbsp;</B>
<P>[Registry Entries-Reg2]
<BR>HKEY Value=<B>4.03 </B>(<B>en</B>)
<P>[Registry Entries-Reg3]
<BR>HKEY Key Path=Software\Netscape\Cosmo\<B>4.03</B> (<B>en</B>)
<P>[Registry Entries-Reg4]
<BR>HKEY Key Path=Software\Netscape\Cosmo\<B>4.03 </B>(<B>en</B>)\Main
<BR>&nbsp;
<CENTER><TABLE COLS=2 WIDTH="50%" >
<TR>
<TD>
<CENTER>[<A HREF="localize_these_files.html#table2">BACK</A>]</CENTER>
</TD>
<TD>
<CENTER>[<A HREF="toc.html">CONTENTS</A>]</CENTER>
</TD>
</TR>
</TABLE></CENTER>
<CENTER>&nbsp;</CENTER>
<CENTER><FONT FACE="Arial, Helvetica"><FONT SIZE=-2>1998, Copyright Netscape
Communications Corp. All Rights Reserved</FONT></FONT></CENTER>
&nbsp;
<BR>&nbsp;
</BODY>
</HTML>

View File

@@ -1,32 +0,0 @@
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="GENERATOR" CONTENT="Mozilla/4.04 [en] (WinNT; U) [Netscape]">
<META NAME="Author" CONTENT="Rick Elliott">
<TITLE>Localize _ISUSER.DLL</TITLE>
</HEAD>
<BODY TEXT="#000000" BGCOLOR="#FFFFFF" LINK="#0000EE" VLINK="#551A8B" ALINK="#FF0000">
<H4>
Localization notes for _ISUSER.DLL</H4>
All dialogs in this .DLL can be localized.
<BR>&nbsp;
<CENTER><TABLE COLS=2 WIDTH="50%" >
<TR>
<TD>
<CENTER>[<A HREF="localize_these_files.html#table1">BACK</A>]</CENTER>
</TD>
<TD>
<CENTER>[<A HREF="toc.html">CONTENTS</A>]</CENTER>
</TD>
</TR>
</TABLE></CENTER>
<CENTER>&nbsp;</CENTER>
<CENTER><FONT FACE="Arial, Helvetica"><FONT SIZE=-2>1998, Copyright Netscape
Communications Corp. All Rights Reserved</FONT></FONT></CENTER>
&nbsp;
</BODY>
</HTML>

View File

@@ -1,45 +0,0 @@
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="GENERATOR" CONTENT="Mozilla/4.04 [en] (WinNT; U) [Netscape]">
<META NAME="Author" CONTENT="Rick Elliott">
<TITLE>Localize MMEDIA.INI</TITLE>
</HEAD>
<BODY TEXT="#000000" BGCOLOR="#FFFFFF" LINK="#0000EE" VLINK="#551A8B" ALINK="#FF0000">
<H4>
Localization notes for MMEDIA.INI</H4>
<B>General Notes:</B>
<UL>
<LI>
Only translate the strings which are shown in <B>bold</B> type face below.</LI>
</UL>
<B>Specific Notes:</B>
<P>Installation String=<B>Installing Audio/Video Playback files...</B>
<P>Configuration String=<B>Configuring Audio/Video Playback...</B>
<P>File Copy String=<B>Copying Audio/Video Playback files...</B>
<P>Description=<B>Support for multi-media web pages</B>
<P>
<CENTER><TABLE COLS=2 WIDTH="50%" >
<TR>
<TD>
<CENTER>[<A HREF="localize_these_files.html#table2">BACK</A>]</CENTER>
</TD>
<TD>
<CENTER>[<A HREF="toc.html">CONTENTS</A>]</CENTER>
</TD>
</TR>
</TABLE></CENTER>
<P>
<CENTER><FONT FACE="Arial, Helvetica"><FONT SIZE=-2>1998, Copyright Netscape
Communications Corp. All Rights Reserved</FONT></FONT></CENTER>
</BODY>
</HTML>

View File

@@ -1,68 +0,0 @@
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="GENERATOR" CONTENT="Mozilla/4.04 [en] (WinNT; U) [Netscape]">
<TITLE>Localizing MPLAY32.INI</TITLE>
</HEAD>
<BODY TEXT="#000000" BGCOLOR="#FFFFFF" LINK="#0000EE" VLINK="#551A8B" ALINK="#FF0000">
<H4>
Localization notes for MPLAY32.INI</H4>
<B>General Notes:</B>
<UL>
<LI>
Only translate the strings which are shown in <B>bold</B> type face below.</LI>
<LI>
Update the product version number as appropriate.</LI>
<LI>
Modify the locale code according to the ISO 639 and ISO 3166 standards.
(See the <A HREF="reference.html">Reference section</A> for details).</LI>
<LI>
Change Netscape trademarks to your own product name(s).</LI>
</UL>
<B>Specific Notes:</B>
<P>Installation String=<B>Installing Netscape Media Player files...</B>
<P>Configuration String=<B>Configuring Netscape Media Player...</B>
<P>File Copy String=<B>Copying Netscape Media Player files...</B>
<P>Description=<B>Streaming audio support</B>
<P>[Default Folder-Icon2]
<BR>ProgramFolder=[Default Folder]\<B>Utilities</B>
<P>[Registry Entries-Reg2]
<BR>HKEY Value=<B>4.03 </B>(<B>en</B>)
<P>[Registry Entries-Reg3]
<BR>HKEY Key Path=Software\Netscape\Media Player\<B>4.03 </B>(<B>en</B>)
<P>[Registry Entries-Reg4]
<BR>HKEY Key Path=Software\Netscape\Media Player\<B>4.03 </B>(<B>en</B>)\Main
<P>[Registry Entries-Reg5]
<BR>HKEY Key Path=Software\Netscape\Media Player\<B>4.03</B> (<B>en</B>)\Main
<BR>&nbsp;
<CENTER><TABLE COLS=2 WIDTH="50%" >
<TR>
<TD>
<CENTER>[<A HREF="localize_these_files.html#table2">BACK</A>]</CENTER>
</TD>
<TD>
<CENTER>[<A HREF="toc.html">CONTENTS</A>]</CENTER>
</TD>
</TR>
</TABLE></CENTER>
<CENTER>&nbsp;<BR>
<FONT FACE="Arial, Helvetica"><FONT SIZE=-2>1998, Copyright Netscape Communications
Corp. All Rights Reserved</FONT></FONT></CENTER>
&nbsp;
</BODY>
</HTML>

View File

@@ -1,154 +0,0 @@
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="GENERATOR" CONTENT="Mozilla/4.04 [en] (WinNT; U) [Netscape]">
<META NAME="Author" CONTENT="Rick Elliott">
<TITLE>Localize NAV40.INI</TITLE>
</HEAD>
<BODY TEXT="#000000" BGCOLOR="#FFFFFF" LINK="#0000EE" VLINK="#551A8B" ALINK="#FF0000">
<H4>
Localization notes for NAV40.INI</H4>
<B>General Notes:</B>
<UL>
<LI>
Do not exceed the length of English string if possible.</LI>
<LI>
Modify the locale code according to the ISO 639 and ISO 3166 standards.
(See the <A HREF="reference.html">Reference section</A> for details).</LI>
<LI>
The "Utilities" folder name may be localized.</LI>
<LI>
"Item name" is the name that will appear under the associated icon; these
may be localized.</LI>
<LI>
You may need to move the placement of "%s" variables in your translation.</LI>
<LI>
Change Netscape trademarks to your own product name(s).</LI>
</UL>
<B>Specific Notes:</B>
<P>Installation String=<B>Installing Netscape Communicator 4.03 files...</B>
<P>Configuration String=<B>Configuring Netscape Communicator 4.03...</B>
<P>File Copy String=<B>Copying Netscape Communicator 4.03 files...</B>
<P>Description=<B>Contains Collabra, Composer, Messenger, and Navigator</B>.
<P>Warn Previous Version Message=<B>Setup has detected a previous installation
of</B> %s. <B>If you installed plugins or helper applications with a previous
installation, you will need to reinstall them to this version of</B> <B>Communicator.</B>
<P>[Navigator 1]
<BR>Message=<B>Setup has detected that an instance of Navigator is currently
running. Please quit Navigator before running Setup.</B>
<P>[Navigator 2]
<BR>Message=<B>Setup has detected that an instance of Navigator is currently
running. Please quit</B> <B>Navigator before running Setup.</B>
<P>[Navigator 3]
<BR>Message=<B>Setup has detected that an instance of Navigator is currently
running. Please quit</B> <B>Navigator before running Setup.</B>
<P>[NSMail Notifier]
<BR>Message=<B>Installation cannot continue because the Mail Notification
program is currently running. Use your right mouse button to click the
Mail icon next to the task bar clock and select 'Exit' to disable Mail
Notification, then run the installer again.</B>
<P>[Navigator 4.05 32]
<BR>HKEY Key Path=Software\Netscape\Netscape Navigator\4.05 (<B>en</B>)\Main
<P>[Navigator 4.04 32]
<BR>HKEY Key Path=Software\Netscape\Netscape Navigator\4.04 (<B>en</B>)\Main
<P>[Navigator 4.03 32]
<BR>HKEY Key Path=Software\Netscape\Netscape Navigator\4.03 (<B>en</B>)\Main
<P>[Navigator 4.02 32]
<BR>HKEY Key Path=Software\Netscape\Netscape Navigator\4.02 (<B>en</B>)\Main
<P>[Navigator 4.01 32]
<BR>HKEY Key Path=Software\Netscape\Netscape Navigator\4.01 (<B>en</B>)\Main
<P>[Navigator 4.0 32]
<BR>HKEY Key Path=Software\Netscape\Netscape Navigator\4.0 (<B>en</B>)\Main
<P>[Navigator 4.0b6 32]
<BR>HKEY Key Path=Software\Netscape\Netscape Navigator\4.0b6 (<B>en</B>)\Main
<P>[Navigator 4.0b5 32]
<BR>HKEY Key Path=Software\Netscape\Netscape Navigator\4.0b5 (<B>en</B>)\Main
<P>[Navigator 4.0b4 32]
<BR>HKEY Key Path=Software\Netscape\Netscape Navigator\4.0b4 (<B>en</B>)\Main
<P>[Navigator 4.0b3 32]
<BR>HKEY Key Path=Software\Netscape\Netscape Navigator\4.0b3 [<B>en</B>]\Main
<P>[Default Folder-Icon11]
<BR>ItemName=<B>User Profile Manager</B>
<P>[Default Folder-Icon12]
<BR>ProgramFolder=[Default Folder]\<B>Utilities</B>
<BR>ItemName=<B>User Profile Manager</B>
<P>[Default Folder-Icon13]
<BR>ItemName=<B>Netscape Mail Notification</B>
<P>[Default Folder-Icon14]
<BR>ProgramFolder=[Default Folder]\<B>Utilities</B>
<BR>ItemName=<B>Netscape Mail Notification</B>
<P>[Registry Entries-R14]
<BR>HKEY Key Path=Software\Netscape\Netscape Navigator\4.03 (<B>en</B>)
<P>[Registry Entries-R15]
<BR>HKEY Key Path=Software\Netscape\Netscape Navigator\4.03 (<B>en</B>)\Main
<P>[Registry Entries-R16]
<BR>HKEY Key Path=Software\Netscape\Netscape Navigator\4.03 (<B>en</B>)\Main
<P>[Registry Entries-R17]
<BR>HKEY Key Path=Software\Netscape\Netscape Navigator\4.03 (<B>en</B>)\Main
<P>[Registry Entries-R18]
<BR>HKEY Key Path=Software\Netscape\Netscape Navigator\4.03 (<B>en</B>)\Main
<P>[Registry Entries-R19]
<BR>HKEY Key Path=Software\Netscape\Netscape Navigator\4.03 (<B>en</B>)\Main
<P>[Registry Entries-R37]
<BR>HKEY Value=4.03 (<B>en</B>)
<P>[Registry Entries-R38]
<BR>HKEY Key Path=Software\Netscape\Netcaster\4.03 (<B>en</B>)\Main
<P>[Registry Entries-R39]
<BR>HKEY Key Path=Software\Netscape\Netcaster\4.03 (<B>en</B>)\Main
<CENTER><TABLE COLS=2 WIDTH="50%" >
<TR>
<TD>
<CENTER>[<A HREF="localize_these_files.html#table2">BACK</A>]</CENTER>
</TD>
<TD>
<CENTER>[<A HREF="toc.html">CONTENTS</A>]</CENTER>
</TD>
</TR>
</TABLE></CENTER>
<CENTER></CENTER>
<CENTER><FONT FACE="Arial, Helvetica"><FONT SIZE=-2>1998, Copyright Netscape
Communications Corp. All Rights Reserved</FONT></FONT></CENTER>
</BODY>
</HTML>

View File

@@ -1,49 +0,0 @@
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="GENERATOR" CONTENT="Mozilla/4.04 [en] (WinNT; U) [Netscape]">
<META NAME="Author" CONTENT="Rick Elliott">
<TITLE>Localize NETCAST.INI</TITLE>
</HEAD>
<BODY TEXT="#000000" BGCOLOR="#FFFFFF" LINK="#0000EE" VLINK="#551A8B" ALINK="#FF0000">
<H4>
Localization notes for NETCAST.INI</H4>
<B>General Notes:</B>
<UL>
<LI>
Only translate the strings which are shown in <B>bold</B> type face below.</LI>
<LI>
Change Netscape trademarks to your own product name(s).</LI>
</UL>
<B>Specific Notes:</B>
<P>
Installation String=<B>Installing Netscape Netcaster files...</B>
<P>
Configuration String=<B>Configuring Netscape Netcaster...</B>
<P>
File Copy String=<B>Copying Netscape Netcaster files...</B>
<P>
<CENTER><TABLE COLS=2 WIDTH="50%" >
<TR>
<TD>
<CENTER>[<A HREF="localize_these_files.html#table2">BACK</A>]</CENTER>
</TD>
<TD>
<CENTER>[<A HREF="toc.html">CONTENTS</A>]</CENTER>
</TD>
</TR>
</TABLE></CENTER>
<P>
<CENTER><FONT FACE="Arial, Helvetica"><FONT SIZE=-2>1998, Copyright Netscape
Communications Corp. All Rights Reserved</FONT></FONT></CENTER>
</BODY>
</HTML>

View File

@@ -1,67 +0,0 @@
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="GENERATOR" CONTENT="Mozilla/4.04 [en] (WinNT; U) [Netscape]">
<META NAME="Author" CONTENT="Rick Elliott">
<TITLE>Localizing NSCONF.INI</TITLE>
</HEAD>
<BODY TEXT="#000000" BGCOLOR="#FFFFFF" LINK="#0000EE" VLINK="#551A8B" ALINK="#FF0000">
<H4>
Localization notes for NSCONF.INI</H4>
<B>General Notes:</B>
<UL>
<LI>
Only translate the strings which are shown in <B>bold</B> type face below.</LI>
<LI>
Update the product version number as appropriate.</LI>
<LI>
Modify the locale code according to the ISO 639 and ISO 3166 standards.
(See the <A HREF="reference.html">Reference section</A> for details).</LI>
<LI>
Change Netscape trademarks to your own product name(s).</LI>
</UL>
<B>Specific Notes:</B>
<P>Installation String=<B>Installing Netscape Conference files...</B>
<P>Configuration String=<B>Configuring Netscape Conference...</B>
<P>File Copy String=<B>Copying Netscape Conference files...</B>
<P>Description=<B>Real-time collaboration and audio conferencing</B>
<P>[Registry Entries-Reg17]
<BR>HKEY Value=<B>4.03</B> (<B>en</B>)
<P>[Registry Entries-Reg18]
<BR>HKEY Key Path=Software\Netscape\Conference\<B>4.03 </B>(<B>en</B>)
<P>[Registry Entries-Reg19]
<BR>HKEY Key Path=Software\Netscape\Conference\<B>4.03</B> (<B>en</B>)\Main
<P>[Registry Entries-Reg20]
<BR>HKEY Key Path=Software\Netscape\Conference\<B>4.03</B> (<B>en</B>)\Main<BR>
<BR>
<CENTER><TABLE COLS=2 WIDTH="50%" >
<TR>
<TD>
<CENTER>[<A HREF="localize_these_files.html#table2">BACK</A>]</CENTER>
</TD>
<TD>
<CENTER>[<A HREF="toc.html">CONTENTS</A>]</CENTER>
</TD>
</TR>
</TABLE></CENTER>
<CENTER></CENTER>
<CENTER><FONT FACE="Arial, Helvetica"><FONT SIZE=-2>1998, Copyright Netscape
Communications Corp. All Rights Reserved</FONT></FONT></CENTER>
&nbsp;
</BODY>
</HTML>

View File

@@ -1,71 +0,0 @@
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="GENERATOR" CONTENT="Mozilla/4.04 [en] (WinNT; U) [Netscape]">
<META NAME="Author" CONTENT="Rick Elliott">
<TITLE>Localize RSUTIL.DLL</TITLE>
</HEAD>
<BODY TEXT="#000000" BGCOLOR="#FFFFFF" LINK="#0000EE" VLINK="#551A8B" ALINK="#FF0000">
<H4>
Localization notes for RSUTIL.DLL</H4>
<B>STRINGTABLES</B><B></B>
<P><B><FONT COLOR="#FF0000">Do not translate the following strings:</FONT></B>
<P>STRING ID:
<BR><I>1&nbsp;</I>
<BR><I>17 18 19&nbsp;</I>
<BR><I>20 21 22 23 24 25 26 27 28 29&nbsp;</I>
<BR><I>30 31 32 33 34 35 36 37 38 39&nbsp;</I>
<BR><I>40 41 42 43 44 45 46 47 48 49&nbsp;</I>
<BR><I>50 51 52 53 54 55 56 57 58 59&nbsp;</I>
<BR><I>60 61 62 63 64 65 66 67 68 69&nbsp;</I>
<BR><I>70 71 72 73 74 75 76 77 78 79&nbsp;</I>
<BR><I>80 81 82 83 85 86 88&nbsp;</I>
<BR><I>90 91 92 95 97 98 99</I>
<BR><I>100 101 102 103 104 105 106 107 108 109</I>
<BR><I>110 111 112 113 114</I>
<BR><I>122 123 126 127 129</I>
<BR><I>132 133 134 135 136 137 138 139</I>
<BR><I>140 145 149</I>
<BR><I>151 153 154 155 156 157 158 159</I>
<BR><I>162 163 164 165 166 167 169&nbsp;</I>
<BR><I>170 171 172 173 174 175 176 177 178 179</I>
<BR><I>180 181 182 183 184 185 187 188</I>
<BR><I>190 192 193 194 195 196 197 198 199</I>
<BR><I>200 201 202 203 204 205 206 207 208 209</I>
<BR><I>210 211 212 213 214 215 216 217 218 219</I>
<BR><I>220 221 222 226 227 228 229&nbsp;</I>
<BR><I>230 232 233 234 235 236 237 238 239</I>
<BR><I>240 241 242 243 244 245 246 247 248 249</I>
<BR><I>250 251 252 253 254 255 256 257&nbsp;</I>
<BR><I>260 261 263 264 265 266 267 269</I>
<BR><I>270 271 272 273 274 275 276 277 278 279</I>
<BR><I>280 281 282 283</I>
<BR>&nbsp;
<BR>
<HR WIDTH="50%">
<BR><B>ICONS</B>
<BR>Replace any trademarked icons, as described in the universal localization
program license agreement, with your own icons.
<BR>&nbsp;
<CENTER><TABLE COLS=2 WIDTH="50%" >
<TR>
<TD>
<CENTER>[<A HREF="localize_these_files.html#table1">BACK</A>]</CENTER>
</TD>
<TD>
<CENTER>[<A HREF="toc.html">CONTENTS</A>]</CENTER>
</TD>
</TR>
</TABLE></CENTER>
<CENTER>&nbsp;</CENTER>
<CENTER><FONT FACE="Arial, Helvetica"><FONT SIZE=-2>1998, Copyright Netscape
Communications Corp. All Rights Reserved</FONT></FONT></CENTER>
&nbsp;
</BODY>
</HTML>

View File

@@ -1,138 +0,0 @@
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="GENERATOR" CONTENT="Mozilla/4.04 [en] (WinNT; U) [Netscape]">
<META NAME="Author" CONTENT="Rick Elliott">
<TITLE>Localize SETUP.INI</TITLE>
</HEAD>
<BODY TEXT="#000000" BGCOLOR="#FFFFFF" LINK="#0000EE" VLINK="#551A8B" ALINK="#FF0000">
<H4>
Localization notes for SETUP.INI</H4>
<B>General Notes:</B>
<UL>
<LI>
Only translate the strings which are shown in bold type face below.</LI>
<LI>
The "StartCopy Dialog Message" should be less than 256 bytes long.</LI>
<LI>
For the "Multiple Components" section, both the key and the value may be
localized (optional).</LI>
<LI>
If the key "Multimedia Support" is localized then next section name should
be identical to the localized key.</LI>
<LI>
Change Netscape trademarks to your own product name(s).</LI>
<LI>
Update the version number as appropriate.</LI>
<LI>
Modify the locale code according to the ISO 639 and ISO 3166 standards.
(See the <A HREF="reference.html">Reference section</A> for details).</LI>
</UL>
<B>Specific Notes:</B>
<P>Product Setup Title1= <B>Setup</B>
<P>Product Version=<B>4.03 </B>(<B>en</B>)
<P>Deinstall Version=<B>4.03 </B>(<B>en</B>)
<P>License Dialog Title=<B>Software License Agreement</B>
<P>License Dialog Message=<B>Please read the following license agreement.
Use the scroll bar to view the rest of this agreement.</B>
<P>License Dialog Question=<B>Do you accept all the terms of the preceding
license agreement? If so, click on the Yes button. If you select No, Setup
will close.</B>
<P>License Icon Description=<B>License Agreement</B>
<P>Welcome Dialog Title=<B>Netscape Communicator 4.03 Setup</B>
<P>Welcome Dialog Message=<B>Welcome to Netscape Communicator 4.03 Setup</B>.
<P>SetupType Dialog Title=<B>Setup Type</B>
<P>SetupType Dialog Message=<B>Select the type of setup you prefer.</B>
<P>Insufficient Space Dialog Title=<B>Insufficient Space</B>
<P>Insufficient Space Dialog Message=<B>The path below contains insufficient
space.</B>
<P>Path Dialog Title=<B>Choose Destination Location</B>
<P>Path Dialog Message=<B>Please enter the location where you would like
to install </B>Netscape Communicator 4.03
<BR><B>components. You may type a new directory name or click the Browse
button to find a new location.</B>
<P>Options Dialog Title=<B>Netscape Communicator 4.03 Options</B>
<P>Options Dialog Message=<B>Check the components you would like to install.</B>
<P>Associations Dialog Title=<B>Setup Associations</B>
<P>Associations Dialog Message=<B>Check the extensions you would like Communicator
to set up. These extensions will be associated with Communicator components.</B>
<P>Select Folder Dialog Title=<B>Select Program Folder</B>
<P>StartCopy Dialog Title=<B>Start Copying Files</B>
<P>StartCopy Dialog Message=<B>Setup has enough information to start copying
the program files. If you want to review or change settings, click Back.
If you are satisfied with the current settings, click Install to begin
copying files.</B>
<P>Readme Dialog Prompt=<B>Would you like to view the README file now?</B>
<P>Finish Dialog Prompt=<B>Setup is complete. You may run Netscape Communicator
4.03 by double-clicking on one of the icons in the folder.</B>
<P>Reboot Dialog Title=<B>Restarting Windows</B>
<P>Reboot Dialog Message=<B>Setup has finished copying files to your computer.
Before you can use the program, you must restart Windows or your computer.</B>
<P>Exit Dialog Message=<B>Are you sure you want to exit setup?</B>
<P>Error Resource Message1=<B>Could not load Resource: </B>%s
<BR>Error Resource Message2=<B>Attempted to fix the problem. Please restart
the setup application.</B>
<BR>Error Resource Message3=<B>Could not get module handle of rsutil.dll.
System memory could be corrupted. Please reboot and try again.</B>
<P>[Multiple Components]
<BR><B>Multimedia Support</B>=<B>Extension modules for Netscape Communicator
4.03</B>
<P>[<B>Multimedia Support</B>]
<BR>Default Path=
<BR>&nbsp;
<CENTER><TABLE COLS=2 WIDTH="50%" >
<TR>
<TD>
<CENTER>[<A HREF="localize_these_files.html#table1">BACK</A>]</CENTER>
</TD>
<TD>
<CENTER>[<A HREF="toc.html">CONTENTS</A>]</CENTER>
</TD>
</TR>
</TABLE></CENTER>
<CENTER>&nbsp;</CENTER>
<CENTER><FONT FACE="Arial, Helvetica"><FONT SIZE=-2>1998, Copyright Netscape
Communications Corp. All Rights Reserved</FONT></FONT></CENTER>
&nbsp;
</BODY>
</HTML>

View File

@@ -1,55 +0,0 @@
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Author" CONTENT="Rick Elliott">
<META NAME="GENERATOR" CONTENT="Mozilla/4.04 [en] (Win95; I) [Netscape]">
<TITLE>Localizing URLs</TITLE>
</HEAD>
<BODY TEXT="#000000" BGCOLOR="#FFFFFF" LINK="#0000EE" VLINK="#551A8B" ALINK="#FF0000">
<H3>
<A NAME="localizeURLs"></A>Localizing URLs</H3>
Many resources of all types in the Communicator contain Internet addresses
in the form of URLs (Universal Resource Locators). Most of these point
to locations within the Netscape domain; as part of the Unlimited Localization
Program, you can leave these as they are, or you may change them as you
desire.
<H3>
Internal URLs</H3>
There are a number of internal URLs that <FONT COLOR="#FF0000">should not
be changed</FONT>.&nbsp; These are the strings that look like <B>about:[some
value]</B>.&nbsp; These point to internally contained resources, such as
the main About Communicator page.&nbsp; If you localize these strings you
will not be able to load these pages.&nbsp; The main examples you might
find are:
<UL>
<LI>
about:</LI>
<LI>
about:plugins</LI>
<LI>
about:fonts</LI>
</UL>
For more examples and information on these internal URLs go <A HREF="http://help.netscape.com/kb/client/970513-4.html">here</A>.
<BR>&nbsp;
<BR>&nbsp;
<CENTER><TABLE COLS=2 WIDTH="50%" >
<TR>
<TD>
<CENTER>[<A HREF="usingKit.html#localizeURLs">BACK</A>]</CENTER>
</TD>
<TD>
<CENTER>[<A HREF="toc.html">CONTENTS</A>]</CENTER>
</TD>
</TR>
</TABLE></CENTER>
<CENTER>&nbsp;<BR>
<FONT FACE="Arial, Helvetica"><FONT SIZE=-2>1998, Copyright Netscape Communications
Corp. All Rights Reserved</FONT></FONT></CENTER>
&nbsp;
</BODY>
</HTML>

View File

@@ -1,125 +0,0 @@
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Author" CONTENT="Rick Elliott">
<META NAME="GENERATOR" CONTENT="Mozilla/4.04 [en] (WinNT; U) [Netscape]">
<TITLE>Localize these Files</TITLE>
</HEAD>
<BODY TEXT="#000000" BGCOLOR="#FFFFFF" LINK="#0000EE" VLINK="#551A8B" ALINK="#FF0000">
<H3>
<A NAME="localize_these_files"></A>Localize These Files</H3>
This section tells you exactly what files need to be localized. The following
tables contain two columns:
<UL>
<LI>
The file to be localized column gives the specific file name. The path
name <I>temp</I> refers to wherever you have copied the uncompressed installer
files in Step 2 of the <A HREF="usingKit.html#l10nchecklist">Localization
Checklist</A>. If the file or resource name is a hypertext link, further
information can be found by following that link.</LI>
<LI>
The purpose column describes the basic purpose of this file.</LI>
</UL>
<A NAME="table1"></A><FONT SIZE=-1>Table 1. Binary files to be localized</FONT>
<TABLE BORDER >
<TR>
<TD><B>File to be localized&nbsp;</B></TD>
<TD><B>Purpose</B></TD>
</TR>
<TR>
<TD><TT><A HREF="localizeRsutil.html">rsutil.dll</A></TT></TD>
<TD>Installer STRINGTABLE and ICON resources.&nbsp;</TD>
</TR>
<TR>
<TD><TT><A HREF="localizeIsuser.html">_isuser.dll</A></TT></TD>
<TD>Installer DIALOG resources.</TD>
</TR>
</TABLE>
<P>
<A NAME="table2"></A><FONT SIZE=-1>Table 2. .INI files to be localized</FONT>
<TABLE BORDER >
<TR>
<TD><B>File to be localized</B></TD>
<TD><B>Purpose</B></TD>
</TR>
<TR>
<TD><A HREF="localizeAim.html">aim.ini</A></TD>
<TD>AOL Instant Messgenger initialization file.*</TD>
</TR>
<TR>
<TD><A HREF="localizeCD.html">cd.ini</A></TD>
<TD>Deinstaller initialization file.</TD>
</TR>
<TR>
<TD><A HREF="localizeCosmo.html">cosmo.ini</A></TD>
<TD>Cosmo player initialization file.*</TD>
</TR>
<TR>
<TD><A HREF="localizeMmedia.html">mmedia.ini</A></TD>
<TD>Multimedia initialization file.*</TD>
</TR>
<TR>
<TD><A HREF="localizeMplay.html">mplay32.ini</A></TD>
<TD>Media Player initialization file.*</TD>
</TR>
<TR>
<TD><A HREF="localizeNav40.html">nav40.ini</A></TD>
<TD>Main product initialization file.</TD>
</TR>
<TR>
<TD><A HREF="localizeNetcast.html">netcast.ini</A></TD>
<TD>Netcaster initialization file.</TD>
</TR>
<TR>
<TD><A HREF="localizeNsconf.html">nsconf.ini</A></TD>
<TD>Netscape Conference initialization file.*</TD>
</TR>
<TR>
<TD><A HREF="localizeSetup.html">setup.ini</A></TD>
<TD>Main setup initialization file.</TD>
</TR>
</TABLE>
<P>
* These files come with the Complete installer version.
<P>
<CENTER><TABLE COLS=1 WIDTH="50%" >
<TR>
<TD>
<CENTER>[<A HREF="toc.html">CONTENTS</A>]</CENTER>
</TD>
</TR>
</TABLE></CENTER>
<P>
<CENTER><FONT FACE="Arial, Helvetica"><FONT SIZE=-2>1998, Copyright Netscape
Communications Corp. All Rights Reserved</FONT></FONT></CENTER>
</BODY>
</HTML>

View File

@@ -1,109 +0,0 @@
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Author" CONTENT="Rick Elliott">
<META NAME="GENERATOR" CONTENT="Mozilla/4.04 [en] (WinNT; U) [Netscape]">
<TITLE>Conventions</TITLE>
</HEAD>
<BODY TEXT="#000000" BGCOLOR="#FFFFFF" LINK="#0000EE" VLINK="#551A8B" ALINK="#FF0000">
<H3>
<A NAME="nomenclature"></A>Nomenclature and Typographical Conventions</H3>
<B>Typographical Conventions</B>
<BR>Words in <I>italics</I> typeface represent a variable term or phrase,
meant to be replaced by another value at "runtime."&nbsp; Example:
<UL><I>locale</I> -- replaced by a 2- or 4 letter locale code; e.g. zhtw</UL>
Words in <B>bold</B> typeface, using a proportional font, represent a literal
value in a string that might also contain a variable word or phrase. Example:
<UL><B>4.03 [</B><I>locale</I><B>]</B> -- 4.03 [ ] are literal values,
while <I>locale</I> is a variable.
<UL>&nbsp;</UL>
</UL>
Words in a <TT>fixed width font</TT> represent file or directory names,
or DOS or Windows commands to be typed as they appear.&nbsp; Sometimes,
part or all of the path will be in <B><TT>bold</TT></B>, for emphasis.
Examples:
<UL>Change to the <B><TT><I>kitRoot</I>\l10nkits\client\windows\tools</TT></B><TT>
</TT>directory
<BR>Execute <B><TT>RTRNKIT</TT></B></UL>
<B>Nomenclature</B>
<BR>Throughout this document, certain terms and phrases will be used repeatedly:
<P><FONT SIZE=-1>Table 1. Nomenclature and Typographical Conventions</FONT>
<TABLE BORDER >
<TR>
<TD><B><TT>kitRoot</TT> </B>directory&nbsp;</TD>
<TD>indicates the starting or topmost directory of the Windows Front End
Localization Kit.</TD>
</TR>
<TR>
<TD><I>platform</I></TD>
<TD>either 16 or 32 bit, depending on the version you are working on.</TD>
</TR>
<TR>
<TD><I>locale</I></TD>
<TD>in general, this refers to the language into which you are localizing
the product. The list of valid locale names is defined in the <A HREF="isocodes.htm">ISO
Language and Country Codes Table</A>.</TD>
</TR>
<TR>
<TD>localization database</TD>
<TD>a database generated by a leveraging tool from a set of matched binary
resource files.&nbsp;</TD>
</TR>
<TR>
<TD>localization notes</TD>
<TD>any special instructions, including the "translate/don't translate"
flag, associated with a given resource.&nbsp; Localization notes are contained
in the localization database for each resource module.</TD>
</TR>
<TR>
<TD><I>leverage</I></TD>
<TD>The process of merging previous localized versions of a file into a
current version.&nbsp;</TD>
</TR>
<TR>
<TD>forbidden resource</TD>
<TD>A resource that cannot be changed from the original value without (negatively)
impacting the functionality of the product. These are identified in the
localization databases.</TD>
</TR>
</TABLE>
&nbsp;
<BR>&nbsp;
<CENTER><TABLE COLS=3 WIDTH="50%" >
<TR>
<TD>
<CENTER>[<A HREF="kitStruct.html">BACK</A>]</CENTER>
</TD>
<TD>
<CENTER>[<A HREF="gettingStarted.html">NEXT</A>]</CENTER>
</TD>
<TD>
<CENTER>[<A HREF="toc.html">CONTENTS</A>]</CENTER>
</TD>
</TR>
</TABLE></CENTER>
<CENTER>&nbsp;</CENTER>
<CENTER><FONT FACE="Arial, Helvetica"><FONT SIZE=-2>1998, Copyright Netscape
Communications Corp. All Rights Reserved</FONT></FONT></CENTER>
&nbsp;
</BODY>
</HTML>

View File

@@ -1,57 +0,0 @@
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Author" CONTENT="Rick Elliott">
<META NAME="GENERATOR" CONTENT="Mozilla/4.04 [en] (WinNT; U) [Netscape]">
<TITLE>Project Overview</TITLE>
</HEAD>
<BODY TEXT="#000000" BGCOLOR="#FFFFFF" LINK="#0000EE" VLINK="#551A8B" ALINK="#FF0000">
<H2>
<A NAME="overviews"></A>1. Project Overview</H2>
<CENTER><B><FONT COLOR="#009900">Welcome to the Communicator/Navigator
Installer Localization Kit!</FONT></B></CENTER>
<P>Under the universal localization program, you are free to create an
installer for a localized Communicator, Navigator or Mozilla derivative
product in any way you choose. This localization kit will assist you in
creating a your installer for the 32-bit Windows platform. As long as you
follow the terms of the universal localization program license agreement,
you are free to do what you want with the resulting localized product and
installer.
<P>The Netscape Communicator and Netscape Navigator 4.x installation programs
were created with InstallShield<SUP><FONT SIZE=-1>&reg;</FONT></SUP> version
3.&nbsp; Because this is the proprietary product of InstallShield Corporation,
Netscape cannot redistribute the complete source for these installers.&nbsp;
You may, however, modify an existing Communicator or Navigator installer,
or if you choose, you may build your own installer "from scratch".
<P><B>Note</B>: because of the U.S. Government's restrictions on the export
of strong cryptography, <B>you may only distribute the "export" version</B>
of the Netscape binaries.&nbsp; Please keep this in mind as you work with
the localization kit instructions.
<BR>&nbsp;
<CENTER><TABLE COLS=3 WIDTH="50%" >
<TR>
<TD>
<CENTER>[<A HREF="splash.html">BACK</A>]</CENTER>
</TD>
<TD>
<CENTER>[<A HREF="kitOverview.html">NEXT</A>]</CENTER>
</TD>
<TD>
<CENTER>[<A HREF="toc.html">CONTENTS</A>]</CENTER>
</TD>
</TR>
</TABLE></CENTER>
&nbsp;
<CENTER><FONT FACE="Arial, Helvetica"><FONT SIZE=-2>1998, Copyright Netscape
Communications Corp. All Rights Reserved</FONT></FONT></CENTER>
&nbsp;
</BODY>
</HTML>

View File

@@ -1,54 +0,0 @@
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Author" CONTENT="Rick Elliott">
<META NAME="GENERATOR" CONTENT="Mozilla/4.04 [en] (WinNT; U) [Netscape]">
<TITLE>Reference</TITLE>
</HEAD>
<BODY TEXT="#000000" BGCOLOR="#FFFFFF" LINK="#0000EE" VLINK="#551A8B" ALINK="#FF0000">
<H2>
<A NAME="reference"></A>Reference</H2>
This section summarizes the references used throughout this document.&nbsp;
In addition, other miscellaneous references may be found here.
<P><FONT SIZE=-1>Table 5. Reference Links</FONT>
<TABLE BORDER COLS=3 WIDTH="100%" >
<TR>
<TD><A HREF="isocodes.htm">Locale Table (local)</A></TD>
<TD><A HREF="http://www.indigo.ie/egt/standards/iso639/iso639-en.html">Locale
Table (remote)</A></TD>
<TD><A HREF="registrySettings.html">Windows Registry Settings Reference</A></TD>
</TR>
<TR>
<TD><A HREF="http://home.netscape.com/menu/intl/">Communicator International
Features</A></TD>
<TD><A HREF="http://help.netscape.com/kb/client/970513-4.html"></A></TD>
<TD><FONT COLOR="#009900"><A HREF="charsets.htm"></A></FONT></TD>
</TR>
</TABLE>
<A HREF="allxpstr.h"></A>
<P>&nbsp;
<CENTER><TABLE COLS=1 WIDTH="50%" >
<TR>
<TD>
<CENTER>[<A HREF="toc.html">CONTENTS</A>]</CENTER>
</TD>
</TR>
</TABLE></CENTER>
<CENTER>&nbsp;</CENTER>
<CENTER></CENTER>
<CENTER><FONT FACE="Arial, Helvetica"><FONT SIZE=-2>1998, Copyright Netscape
Communications Corp. All Rights Reserved</FONT></FONT></CENTER>
&nbsp;
</BODY>
</HTML>

View File

@@ -1,612 +0,0 @@
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Author" CONTENT="Rick Elliott">
<META NAME="GENERATOR" CONTENT="Mozilla/4.04 [en] (Win95; I) [Netscape]">
<TITLE>Windows Registry Settings</TITLE>
</HEAD>
<BODY TEXT="#000000" BGCOLOR="#FFFFFF" LINK="#0000EE" VLINK="#551A8B" ALINK="#FF0000">
<H1>
Windows Registry Settings</H1>
This document is provided as a reference to the Windows registry settings
implemented by Communicator and Navigator.&nbsp; You may use this as a
guide to the registry settings you must implement if you create your own
installation program (as opposed to localizing an existing Netscape installer).
<P>Note that in the Netscape installers, these settings are implemented
only within .INI files.&nbsp; This simplifies modifying and localizing
the installer. It is recommended that your installer do the same.
<P>You may observe the registry changes made by any product with tools
such as <A HREF="http://www.ntinternals.com/regmon.htm">Regmon.</A> This
may be a useful addition to your toolset.
<P>These notes are applicable to Netscape Communicator version 4.03.
<BR>&nbsp;
<TABLE BORDER COLS=1 WIDTH="100%" >
<TR>
<TD><B>MPLAY32.INI</B>&nbsp;
<P>Key&nbsp; : HKEY_LOCAL_MACHINE\Software\Netscape&nbsp;
<BR>Name : (Default)&nbsp;
<BR>Value:&nbsp;
<BR>Type :&nbsp;
<BR>&nbsp;
<P>Key&nbsp; : HKEY_LOCAL_MACHINE\Software\Netscape\Media Player&nbsp;
<BR>Name : CurrentVersion&nbsp;
<BR>Value: 4.03 (en)&nbsp;
<BR>Type :&nbsp;
<BR>&nbsp;
<P>Key&nbsp; : HKEY_LOCAL_MACHINE\Software\Netscape\Media Player\4.03 (en)&nbsp;
<BR>Name : (Default)&nbsp;
<BR>Value:&nbsp;
<BR>Type :&nbsp;
<BR>&nbsp;
<P>Key&nbsp; : HKEY_LOCAL_MACHINE\Software\Netscape\Media Player\4.03 (en)\Main&nbsp;
<BR>Name : Install Directory&nbsp;
<BR>Value: [Default Path]\MPlayer&nbsp;
<BR>Type : REGDB_STRING&nbsp;
<P>Name : Program Folder&nbsp;
<BR>Value: [Program Folder]&nbsp;
<BR>Type : REGDB_STRING&nbsp;
<BR>&nbsp;
<P>Key&nbsp; : HKEY_CLASSES_ROOT\.LAM&nbsp;
<BR>Name : (Default)&nbsp;
<BR>Value: LAMDocument&nbsp;
<BR>Type : REGDB_STRING&nbsp;
<BR>&nbsp;
<P>Key&nbsp; : HKEY_CLASSES_ROOT\LAMDocument\shell\open\command&nbsp;
<BR>Name : (Default)&nbsp;
<BR>Value: [WINSYSDIR]\mplay32.exe %1&nbsp;
<BR>Type : REGDB_STRING&nbsp;
<P>Name : (Default)&nbsp;
<BR>Value: [WINDIR]\mplayer.exe %1&nbsp;
<BR>Type : REGDB_STRING&nbsp;
<BR>&nbsp;
<P>Key&nbsp; : HKEY_CLASSES_ROOT\LAMDocument\DefaultIcon&nbsp;
<BR>Name : (Default)&nbsp;
<BR>Value: [Default Path]\MPlayer\npcfg32.exe ,0&nbsp;
<BR>Type : REGDB_STRING&nbsp;
<BR>&nbsp;
<P>Key&nbsp; : HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\MCI32&nbsp;
<BR>Name : LiveAudioFile&nbsp;
<BR>Value: mcilma32.dll&nbsp;
<BR>Type : REGDB_STRING&nbsp;
<BR>&nbsp;
<P>Key&nbsp; : HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\MCI&nbsp;
<BR>Name : LiveAudioFile&nbsp;
<BR>Value: mcilma.dll&nbsp;
<BR>Type : REGDB_STRING&nbsp;
<BR>&nbsp;
<P>Key&nbsp; : HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\MCI32&nbsp;
<BR>Name : LiveAudioMetafile&nbsp;
<BR>Value: mcilau32.dll&nbsp;
<BR>Type : REGDB_STRING&nbsp;
<BR>&nbsp;
<P>Key&nbsp; : HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\drivers.desc&nbsp;
<BR>Name : mcilau32.dll&nbsp;
<BR>Value: (MCI) Netscape Media Player&nbsp;
<BR>Type : REGDB_STRING&nbsp;
<BR>&nbsp;
<P>Key&nbsp; : HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\MCI&nbsp;
<BR>Name : LiveAudioMetafile&nbsp;
<BR>Value: mcilau.dll&nbsp;
<BR>Type : REGDB_STRING&nbsp;
<BR>&nbsp;
<P>Key&nbsp; : HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\MCI
Extensions&nbsp;
<BR>Name : LAM&nbsp;
<BR>Value: LiveAudioMetafile&nbsp;
<BR>Type : REGDB_STRING&nbsp;
<P>Name : LMA&nbsp;
<BR>Value: LiveAudioFile&nbsp;
<BR>Type : REGDB_STRING&nbsp;
<P>Name : LA&nbsp;
<BR>Value: LiveAudioFile&nbsp;
<BR>Type : REGDB_STRING&nbsp;
<BR>&nbsp;
<P>Key&nbsp; : HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\drivers.desc&nbsp;
<BR>Name : mcilma32.dll&nbsp;
<BR>Value: (MCI) Netscape Packetized Audio&nbsp;
<BR>Type : REGDB_STRING&nbsp;
<BR>&nbsp;
<P>Key&nbsp; : HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\Drivers32&nbsp;
<BR>Name : MSACM.NSPAC&nbsp;
<BR>Value: NSPAC32.ACM&nbsp;
<BR>Type : REGDB_STRING&nbsp;
<BR>&nbsp;
<P>Key&nbsp; : HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\drivers.desc&nbsp;
<BR>Name : NSPAC32.ACM&nbsp;
<BR>Value: elemedia(TM) AX24000P Music Codec&nbsp;
<BR>Type : REGDB_STRING&nbsp;
<BR>&nbsp;
<P>Key&nbsp; : HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\Drivers32&nbsp;
<BR>Name : MSACM.voxacm118&nbsp;
<BR>Value: vdk32118.acm&nbsp;
<BR>Type : REGDB_STRING&nbsp;
<BR>&nbsp;
<P>Key&nbsp; : HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\drivers.desc&nbsp;
<BR>Name : vdk32118.acm&nbsp;
<BR>Value: Voxware 32bit Codec&nbsp;
<BR>Type : REGDB_STRING&nbsp;
<BR>&nbsp;
<P>Key&nbsp; : HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\Drivers32&nbsp;
<BR>Name : MSACM.NSX83&nbsp;
<BR>Value: NSX83P32.ACM&nbsp;
<BR>Type : REGDB_STRING&nbsp;
<BR>&nbsp;
<P>Key&nbsp; : HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\drivers.desc&nbsp;
<BR>Name : NSX83P32.ACM&nbsp;
<BR>Value: elemedia(TM) SX8300 Speech Codec&nbsp;
<BR>Type : REGDB_STRING&nbsp;
<BR>&nbsp;
<P>Key&nbsp; : HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\Drivers32&nbsp;
<BR>Name : MSACM.NSMLAW&nbsp;
<BR>Value: NSMLAW32.DLL&nbsp;
<BR>Type : REGDB_STRING&nbsp;
<BR>&nbsp;
<P>Key&nbsp; : HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\drivers.desc&nbsp;
<BR>Name : NSMLAW32.DLL&nbsp;
<BR>Value: Netscape G.711 Decoder&nbsp;
<BR>Type : REGDB_STRING&nbsp;
<BR>
<HR WIDTH="100%">
<BR><B>NAV40.INI</B>&nbsp;
<P>Key&nbsp; : HKEY_LOCAL_MACHINE\Software\Microsoft\Windows\CurrentVersion\App
Paths\Netscape.exe&nbsp;
<BR>Name : (Default)&nbsp;
<BR>Value: [Default Path]\Program\Netscape.exe&nbsp;
<BR>Type : REGDB_STRING&nbsp;
<P>Name : Path&nbsp;
<BR>Value: [Default Path]\Program&nbsp;
<BR>Type : REGDB_STRING&nbsp;
<BR>&nbsp;
<P>Key&nbsp; : HKEY_CLASSES_ROOT\CLSID\{7865A9A1-33A8-11d0-BED9-00A02468FAB6}\InprocServer32&nbsp;
<BR>Name : (Default)&nbsp;
<BR>Value: [Default Path]\Program\brpref32.dll&nbsp;
<BR>Type : REGDB_STRING&nbsp;
<BR>&nbsp;
<P>Key&nbsp; : HKEY_CLASSES_ROOT\CLSID\{543EC0D0-6AB7-11d0-BF56-00A02468FAB6}\InprocServer32&nbsp;
<BR>Name : (Default)&nbsp;
<BR>Value: [Default Path]\Program\brpref32.dll&nbsp;
<BR>Type : REGDB_STRING&nbsp;
<BR>&nbsp;
<P>Key&nbsp; : HKEY_CLASSES_ROOT\CLSID\{543EC0D1-6AB7-11d0-BF56-00A02468FAB6}\InprocServer32&nbsp;
<BR>Name : (Default)&nbsp;
<BR>Value: [Default Path]\Program\brpref32.dll&nbsp;
<BR>Type : REGDB_STRING&nbsp;
<BR>&nbsp;
<P>Key&nbsp; : HKEY_CLASSES_ROOT\CLSID\{2D0A7D70-748C-11d0-9705-00805F8AA8B8}\InprocServer32&nbsp;
<BR>Name : (Default)&nbsp;
<BR>Value: [Default Path]\Program\edpref32.dll&nbsp;
<BR>Type : REGDB_STRING&nbsp;
<BR>&nbsp;
<P>Key&nbsp; : HKEY_CLASSES_ROOT\CLSID\{E8D6B4F0-8B58-11d0-9B63-00805F8ADDDE}\InprocServer32&nbsp;
<BR>Name : (Default)&nbsp;
<BR>Value: [Default Path]\Program\mnpref32.dll&nbsp;
<BR>Type : REGDB_STRING&nbsp;
<BR>&nbsp;
<P>Key&nbsp; : HKEY_CLASSES_ROOT\CLSID\{DDF4AB60-8B84-11d0-9B63-00805F8ADDDE}\InprocServer32&nbsp;
<BR>Name : (Default)&nbsp;
<BR>Value: [Default Path]\Program\mnpref32.dll&nbsp;
<BR>Type : REGDB_STRING&nbsp;
<BR>&nbsp;
<P>Key&nbsp; : HKEY_CLASSES_ROOT\CLSID\{CC3E2871-43CA-11d0-B6D8-00805F8ADDDE}\InprocServer32&nbsp;
<BR>Name : (Default)&nbsp;
<BR>Value: [Default Path]\Program\mnpref32.dll&nbsp;
<BR>Type : REGDB_STRING&nbsp;
<BR>&nbsp;
<P>Key&nbsp; : HKEY_CLASSES_ROOT\CLSID\{CC3E2872-43CA-11d0-B6D8-00805F8ADDDE}\InprocServer32&nbsp;
<BR>Name : (Default)&nbsp;
<BR>Value: [Default Path]\Program\mnpref32.dll&nbsp;
<BR>Type : REGDB_STRING&nbsp;
<BR>&nbsp;
<P>Key&nbsp; : HKEY_LOCAL_MACHINE\Software\Netscape&nbsp;
<BR>Name : (Default)&nbsp;
<BR>Value:&nbsp;
<BR>Type :&nbsp;
<BR>&nbsp;
<P>Key&nbsp; : HKEY_LOCAL_MACHINE\Software\Netscape\Netscape Navigator&nbsp;
<BR>Name : CurrentVersion&nbsp;
<BR>Value: 4.03 (en)&nbsp;
<BR>Type :&nbsp;
<BR>&nbsp;
<P>Key&nbsp; : HKEY_LOCAL_MACHINE\Software\Netscape\Netscape Navigator\Users&nbsp;
<BR>Name : (Default)&nbsp;
<BR>Value:&nbsp;
<BR>Type :&nbsp;
<BR>&nbsp;
<P>Key&nbsp; : HKEY_LOCAL_MACHINE\Software\Netscape\Netscape Navigator\4.03
(en)&nbsp;
<BR>Name : (Default)&nbsp;
<BR>Value:&nbsp;
<BR>Type :&nbsp;
<BR>&nbsp;
<P>Key&nbsp; : HKEY_LOCAL_MACHINE\Software\Netscape\Netscape Navigator\4.03
(en)\Main&nbsp;
<BR>Name : Install Directory&nbsp;
<BR>Value: [Default Path]&nbsp;
<BR>Type : REGDB_STRING&nbsp;
<P>Name : Java Directory&nbsp;
<BR>Value: [Default Path]\Program\Java&nbsp;
<BR>Type : REGDB_STRING&nbsp;
<P>Name : NetHelp Directory&nbsp;
<BR>Value: [Default Path]\Program\NetHelp&nbsp;
<BR>Type : REGDB_STRING&nbsp;
<P>Name : Plugins Directory&nbsp;
<BR>Value: [Default Path]\Program\Plugins&nbsp;
<BR>Type : REGDB_STRING&nbsp;
<P>Name : Program Folder&nbsp;
<BR>Value: [Program Folder]&nbsp;
<BR>Type : REGDB_STRING&nbsp;
<BR>&nbsp;
<P>Key&nbsp; : HKEY_CURRENT_USER\Software\Netscape&nbsp;
<BR>Name : (Default)&nbsp;
<BR>Value:&nbsp;
<BR>Type :&nbsp;
<BR>&nbsp;
<P>Key&nbsp; : HKEY_CURRENT_USER\Software\Netscape\Netscape Navigator&nbsp;
<BR>Name : (Default)&nbsp;
<BR>Value:&nbsp;
<BR>Type :&nbsp;
<BR>&nbsp;
<P>Key&nbsp; : HKEY_CURRENT_USER\Software\Netscape\Netscape Navigator\Main&nbsp;
<BR>Name : Install Directory&nbsp;
<BR>Value: [Default Path]&nbsp;
<BR>Type : REGDB_STRING&nbsp;
<BR>&nbsp;
<P>Key&nbsp; : HKEY_CLASSES_ROOT\NetscapeMarkup\CLSID&nbsp;
<BR>Name : (Default)&nbsp;
<BR>Value: {61D8DE20-CA9A-11CE-9EA5-0080C82BE3B6}&nbsp;
<BR>Type : REGDB_STRING&nbsp;
<BR>&nbsp;
<P>Key&nbsp; : HKEY_CLASSES_ROOT\NetscapeMarkup\Insertable&nbsp;
<BR>Name : (Default)&nbsp;
<BR>Value:&nbsp;
<BR>Type :&nbsp;
<BR>&nbsp;
<P>Key&nbsp; : HKEY_CLASSES_ROOT\NetscapeMarkup\protocol\StdFileEditing\server&nbsp;
<BR>Name : (Default)&nbsp;
<BR>Value: [Default Path]\Program\Netscape.exe&nbsp;
<BR>Type : REGDB_STRING&nbsp;
<BR>&nbsp;
<P>Key&nbsp; : HKEY_CLASSES_ROOT\NetscapeMarkup\protocol\StdFileEditing\verb\0&nbsp;
<BR>Name : (Default)&nbsp;
<BR>Value: &amp;Edit&nbsp;
<BR>Type : REGDB_STRING&nbsp;
<BR>&nbsp;
<P>Key&nbsp; : HKEY_CLASSES_ROOT\NetscapeMarkup\shell\open\command&nbsp;
<BR>Name : (Default)&nbsp;
<BR>Value: [Default Path]\Program\Netscape.exe "%1"&nbsp;
<BR>Type : REGDB_STRING&nbsp;
<BR>&nbsp;
<P>Key&nbsp; : HKEY_CLASSES_ROOT\NetscapeMarkup\shell\print\command&nbsp;
<BR>Name : (Default)&nbsp;
<BR>Value: [Default Path]\Program\Netscape.exe /print("%1")&nbsp;
<BR>Type : REGDB_STRING&nbsp;
<BR>&nbsp;
<P>Key&nbsp; : HKEY_CLASSES_ROOT\NetscapeMarkup\shell\print\ddeexec&nbsp;
<BR>Name : (Default)&nbsp;
<BR>Value: [print("%1")]&nbsp;
<BR>Type : REGDB_STRING&nbsp;
<BR>&nbsp;
<P>Key&nbsp; : HKEY_CLASSES_ROOT\NetscapeMarkup\shell\PrintTo\command&nbsp;
<BR>Name : (Default)&nbsp;
<BR>Value: [Default Path]\Program\Netscape.exe /printto("%1","%2","%3","%4")&nbsp;
<BR>Type : REGDB_STRING&nbsp;
<BR>&nbsp;
<P>Key&nbsp; : HKEY_CLASSES_ROOT\NetscapeMarkup\shell\PrintTo\ddeexec&nbsp;
<BR>Name : (Default)&nbsp;
<BR>Value: [("%1","%2","%3","%4")]&nbsp;
<BR>Type : REGDB_STRING&nbsp;
<BR>&nbsp;
<P>Key&nbsp; : HKEY_CLASSES_ROOT\NetscapeMarkup\shell\open\ddeexec&nbsp;
<BR>Name : (Default)&nbsp;
<BR>Value: "%1"&nbsp;
<BR>Type : REGDB_STRING&nbsp;
<BR>&nbsp;
<P>Key&nbsp; : HKEY_CLASSES_ROOT\NetscapeMarkup\shell\open\ddeexec\Application&nbsp;
<BR>Name : (Default)&nbsp;
<BR>Value: NSShell&nbsp;
<BR>Type : REGDB_STRING&nbsp;
<BR>&nbsp;
<P>Key&nbsp; : HKEY_CLASSES_ROOT\NetscapeMarkup\shell\open\ddeexec\Topic&nbsp;
<BR>Name : (Default)&nbsp;
<BR>Value: WWW_OpenURL&nbsp;
<BR>Type : REGDB_STRING&nbsp;
<BR>&nbsp;
<P>Key&nbsp; : HKEY_CLASSES_ROOT\NetscapeMarkup\shell\Edit\command&nbsp;
<BR>Name : (Default)&nbsp;
<BR>Value: [Default Path]\Program\Netscape.exe -edit "%1"&nbsp;
<BR>Type : REGDB_STRING&nbsp;
<BR>&nbsp;
<P>Key&nbsp; : HKEY_CLASSES_ROOT\NetscapeMarkup\shell\Edit\ddeexec&nbsp;
<BR>Name : (Default)&nbsp;
<BR>Value: [edit("%1")]&nbsp;
<BR>Type : REGDB_STRING&nbsp;
<BR>&nbsp;
<P>Key&nbsp; : HKEY_LOCAL_MACHINE\Software\Netscape\Netcaster&nbsp;
<BR>Name : CurrentVersion&nbsp;
<BR>Value: 4.03 (en)&nbsp;
<BR>Type : REGDB_STRING&nbsp;
<BR>&nbsp;
<P>Key&nbsp; : HKEY_LOCAL_MACHINE\Software\Netscape\Netcaster\4.03 (en)\Main&nbsp;
<BR>Name : Install Directory&nbsp;
<BR>Value: [Shell Path]\Netcast&nbsp;
<BR>Type : REGDB_STRING&nbsp;
<P>Name : Program Folder&nbsp;
<BR>Value: [Program Folder]&nbsp;
<BR>Type : REGDB_STRING&nbsp;
<BR>&nbsp;
<P>Key&nbsp; : HKEY_CLASSES_ROOT\CLSID\{C98D0190-7D81-11d0-BF8D-00A02468FAB6}\InprocServer32&nbsp;
<BR>Name : (Default)&nbsp;
<BR>Value: [Default Path]\Program\brpref32.dll&nbsp;
<BR>Type : REGDB_STRING&nbsp;
<BR>&nbsp;
<P>Key&nbsp; : HKEY_CLASSES_ROOT\CLSID\{37B601C0-8AC8-11d0-83AF-00805F8A274D}\InprocServer32&nbsp;
<BR>Name : (Default)&nbsp;
<BR>Value: [Default Path]\Program\brpref32.dll&nbsp;
<BR>Type : REGDB_STRING&nbsp;
<BR>&nbsp;
<P>Key&nbsp; : HKEY_CLASSES_ROOT\CLSID\{913A4A20-8EBF-11d0-BFAB-00A02468FAB6}\InprocServer32&nbsp;
<BR>Name : (Default)&nbsp;
<BR>Value: [Default Path]\Program\brpref32.dll&nbsp;
<BR>Type : REGDB_STRING&nbsp;
<BR>&nbsp;
<P>Key&nbsp; : HKEY_CLASSES_ROOT\NetscapeMarkup\shell\print\ddeexec\Application&nbsp;
<BR>Name : (Default)&nbsp;
<BR>Value: NSShell&nbsp;
<BR>Type : REGDB_STRING&nbsp;
<BR>&nbsp;
<P>Key&nbsp; : HKEY_CLASSES_ROOT\NetscapeMarkup\shell\PrintTo\ddeexec\Application&nbsp;
<BR>Name : (Default)&nbsp;
<BR>Value: NSShell&nbsp;
<BR>Type : REGDB_STRING&nbsp;
<BR>&nbsp;
<P>Key&nbsp; : HKEY_CLASSES_ROOT\NetscapeMarkup\shell\Edit\ddeexec\Application&nbsp;
<BR>Name : (Default)&nbsp;
<BR>Value: NSShell&nbsp;
<BR>Type : REGDB_STRING&nbsp;
<BR>&nbsp;
<P>Key&nbsp; : HKEY_CLASSES_ROOT\NetscapeMarkup&nbsp;
<BR>Name : (Default)&nbsp;
<BR>Value: Hypertext Markup Language&nbsp;
<BR>Type : REGDB_STRING&nbsp;
<BR>&nbsp;
<P>Key&nbsp; : HKEY_CLASSES_ROOT\telnet&nbsp;
<BR>Name : (Default)&nbsp;
<BR>Value: URL:Telnet Protocol&nbsp;
<BR>Type : REGDB_STRING&nbsp;
<BR>&nbsp;
<P>Key&nbsp; : HKEY_CLASSES_ROOT\telnet\shell\open\command&nbsp;
<BR>Name : (Default)&nbsp;
<BR>Value: telnet %1&nbsp;
<BR>Type : REGDB_STRING&nbsp;
<BR>
<HR WIDTH="100%">
<BR><B>NETCAST.INI</B>&nbsp;
<P>Key&nbsp; : HKEY_LOCAL_MACHINE\Software\Netscape&nbsp;
<BR>Name : (Default)&nbsp;
<BR>Value:&nbsp;
<BR>Type :&nbsp;
<BR>&nbsp;
<P>Key&nbsp; : HKEY_LOCAL_MACHINE\Software\Netscape\Netcaster&nbsp;
<BR>Name : CurrentVersion&nbsp;
<BR>Value: 1.0 (en)&nbsp;
<BR>Type : REGDB_STRING&nbsp;
<BR>&nbsp;
<P>Key&nbsp; : HKEY_LOCAL_MACHINE\Software\Netscape\Netcaster\1.0 (en)&nbsp;
<BR>Name : (Default)&nbsp;
<BR>Value:&nbsp;
<BR>Type :&nbsp;
<BR>&nbsp;
<P>Key&nbsp; : HKEY_LOCAL_MACHINE\Software\Netscape\Netcaster\1.0 (en)\Main&nbsp;
<BR>Name : Install Directory&nbsp;
<BR>Value: [Default Path]&nbsp;
<BR>Type : REGDB_STRING&nbsp;
<P>Name : Program Folder&nbsp;
<BR>Value: [Program Folder]&nbsp;
<BR>Type : REGDB_STRING&nbsp;
<BR>
<HR WIDTH="100%">
<BR><B>NSCONF.INI</B>&nbsp;
<P>Key&nbsp; : HKEY_LOCAL_MACHINE\Software\Netscape&nbsp;
<BR>Name : (Default)&nbsp;
<BR>Value:&nbsp;
<BR>Type :&nbsp;
<BR>&nbsp;
<P>Key&nbsp; : HKEY_LOCAL_MACHINE\Software\Netscape\Conference&nbsp;
<BR>Name : (Default)&nbsp;
<BR>Value:&nbsp;
<BR>Type :&nbsp;
<BR>&nbsp;
<P>Key&nbsp; : HKEY_LOCAL_MACHINE\Software\Netscape\Conference\CurrentVersion&nbsp;
<BR>Name : Description&nbsp;
<BR>Value: Conference&nbsp;
<BR>Type : REGDB_STRING&nbsp;
<P>Name : InstallDate&nbsp;
<BR>Value: [TIME]&nbsp;
<BR>Type : REGDB_NUMBER&nbsp;
<P>Name : Installed&nbsp;
<BR>Value: 1&nbsp;
<BR>Type : REGDB_NUMBER&nbsp;
<P>Name : PathName&nbsp;
<BR>Value: [Default Path]&nbsp;
<BR>Type : REGDB_STRING&nbsp;
<P>Name : SoftwareType&nbsp;
<BR>Value: application&nbsp;
<BR>Type : REGDB_STRING&nbsp;
<P>Name : VersionBuild&nbsp;
<BR>Value: 1213&nbsp;
<BR>Type : REGDB_NUMBER&nbsp;
<P>Name : VersionMajor&nbsp;
<BR>Value: 1&nbsp;
<BR>Type : REGDB_NUMBER&nbsp;
<P>Name : VersionMinor&nbsp;
<BR>Value: 0&nbsp;
<BR>Type : REGDB_NUMBER&nbsp;
<BR>&nbsp;
<P>Key&nbsp; : HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\Drivers32&nbsp;
<BR>Name : MSACM.VOXACM118&nbsp;
<BR>Value: vdk32118.acm&nbsp;
<BR>Type : REGDB_STRING&nbsp;
<P>Name : MSACM.NSX83&nbsp;
<BR>Value: nsx83p32.acm&nbsp;
<BR>Type : REGDB_STRING&nbsp;
<P>Name : MSACM.NSX723&nbsp;
<BR>Value: sx5363s.acm&nbsp;
<BR>Type : REGDB_STRING&nbsp;
<P>Name : MSACM.NSMLAW&nbsp;
<BR>Value: nsmlaw32.dll&nbsp;
<BR>Type : REGDB_STRING&nbsp;
<BR>&nbsp;
<P>Key&nbsp; : HKEY_CURRENT_USER\Software\Netscape&nbsp;
<BR>Name : (Default)&nbsp;
<BR>Value:&nbsp;
<BR>Type :&nbsp;
<BR>&nbsp;
<P>Key&nbsp; : HKEY_CLASSES_ROOT\nscfile\shell\open\command&nbsp;
<BR>Name : (Default)&nbsp;
<BR>Value: [Default Path]\NSConf32.exe -f "%1"&nbsp;
<BR>Type : REGDB_STRING&nbsp;
<BR>&nbsp;
<P>Key&nbsp; : HKEY_LOCAL_MACHINE\Software\Netscape\Conference&nbsp;
<BR>Name : CurrentVersion&nbsp;
<BR>Value: 4.03 (en)&nbsp;
<BR>Type : REGDB_STRING&nbsp;
<BR>&nbsp;
<P>Key&nbsp; : HKEY_LOCAL_MACHINE\Software\Netscape\Conference\4.03 (en)&nbsp;
<BR>Name : (Default)&nbsp;
<BR>Value:&nbsp;
<BR>Type :&nbsp;
<BR>&nbsp;
<P>Key&nbsp; : HKEY_LOCAL_MACHINE\Software\Netscape\Conference\4.03 (en)\Main&nbsp;
<BR>Name : Install Directory&nbsp;
<BR>Value: [Default Path]&nbsp;
<BR>Type : REGDB_STRING&nbsp;
<P>Name : Program Folder&nbsp;
<BR>Value: [Program Folder]&nbsp;
<BR>Type : REGDB_STRING&nbsp;
<BR>&nbsp;</TD>
</TR>
</TABLE>
&nbsp;
<BR>&nbsp;
<CENTER><TABLE COLS=2 WIDTH="50%" >
<TR>
<TD>
<CENTER>[<A HREF="kitOverview.html">BACK</A>]</CENTER>
</TD>
<TD>
<CENTER>[<A HREF="toc.html">CONTENTS</A>]</CENTER>
</TD>
</TR>
</TABLE></CENTER>
<CENTER>&nbsp;</CENTER>
<CENTER><FONT FACE="Arial, Helvetica"><FONT SIZE=-2>1998, Copyright Netscape
Communications Corp. All Rights Reserved</FONT></FONT></CENTER>
&nbsp;
</BODY>
</HTML>

View File

@@ -1,53 +0,0 @@
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Author" CONTENT="Rick Elliott">
<META NAME="GENERATOR" CONTENT="Mozilla/4.04 [en] (Win95; I) [Netscape]">
<TITLE>Reporting Bugs</TITLE>
</HEAD>
<BODY TEXT="#000000" BGCOLOR="#FFFFFF" LINK="#0000EE" VLINK="#551A8B" ALINK="#FF0000">
<H3>
<A NAME="reporting_bugs"></A>Reporting Bugs</H3>
Any bugs in the localization kits you find should be reported to <A HREF="http://www.mozilla.org">mozilla.org</A>
as soon as possible. When you report a bug, try to be as specific as you
can about the exact steps needed to reproduce the bug.&nbsp; Provide a
complete description of the problem versus the expected results.&nbsp;
You should let us know if the problem is 100% reproducible (it happens
every time), or if it is intermittant.&nbsp; If you think that your operating
environment may play some factor, let us know the details of that.&nbsp;
Finally, before reporting any bug, you should make sure that the problem
doesn't also happen in the US English product (if it does, we still want
to know, but it may not be possible to fix it through the localization
kits or tools as they are now).
<P>To report a bug, post a message to the following mozilla.org newsgroup:
<BR>&nbsp;
<CENTER><A HREF="news://news.mozilla.org/netscape.public.mozilla.general">news://news.mozilla.org/netscape.public.mozilla.general</A></CENTER>
<P>Be sure to include the information described above.
<BR>&nbsp;
<CENTER><TABLE COLS=3 WIDTH="50%" >
<TR>
<TD>
<CENTER>[<A HREF="testKit.html">BACK</A>]</CENTER>
</TD>
<TD>
<CENTER>[<A HREF="returnKit.html">NEXT</A>]</CENTER>
</TD>
<TD>
<CENTER>[<A HREF="toc.html">CONTENTS</A>]</CENTER>
</TD>
</TR>
</TABLE></CENTER>
<CENTER>&nbsp;</CENTER>
<CENTER><FONT FACE="Arial, Helvetica"><FONT SIZE=-2>1998, Copyright Netscape
Communications Corp. All Rights Reserved</FONT></FONT></CENTER>
&nbsp;
</BODY>
</HTML>

View File

@@ -1,54 +0,0 @@
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Author" CONTENT="Rick Elliott">
<META NAME="GENERATOR" CONTENT="Mozilla/4.04 [en] (Win95; I) [Netscape]">
<TITLE>Returning the Kit</TITLE>
</HEAD>
<BODY TEXT="#000000" BGCOLOR="#FFFFFF" LINK="#0000EE" VLINK="#551A8B" ALINK="#FF0000">
<H2>
<A NAME="returnkit"></A>5. Publishing the Finished Kit</H2>
Once you are satisfied with the quality of your localization efforts, you
are required by the terms of the universal localization program license
agreement to make your localized product publicly available. The exact
details of how you do this is up to you, the most commonly acceptable method
is to post your localized product to a publicly accessible ftp site.
<P>You should post just the localized versions of the files mentioned in
the Localize These Files section of this document. For ease of transfer,
you may create a compressed archive in the .ZIP file format that contains
the localized files. Create one .ZIP file for each language/platform you
do. If you are publishing more than one language or platform, you may combine
multiple .ZIP files into one master .ZIP file if this makes your life easier.
<P>If your localized product includes your own trademarks, you should identify
these and any restrictions you are placing on their use. You must also
include a copy of the End User License Agreement (EULA), as well as a notice
stating that Netscape Communications is not required to support your product,
and that you are the Licensor referred to in the EULA. Please refer to
the Universal Localization Agreement for the exact legal requirements.
<P>Once your localized product is publicly available, you may inform the
world in any manner you choose, but we encourage you to also post the download
location to the mozilla.org Announcements newsgroup (netscape.public.mozilla.announce).
<CENTER>&nbsp;<BR>
<FONT COLOR="#008000"><FONT SIZE=+2>Congratulations! You are done!</FONT></FONT></CENTER>
&nbsp;
<CENTER><TABLE COLS=2 WIDTH="50%" >
<TR>
<TD>
<CENTER>[<A HREF="testKit.html">BACK</A>]</CENTER>
</TD>
<TD>
<CENTER>[<A HREF="toc.html">CONTENTS</A>]</CENTER>
</TD>
</TR>
</TABLE></CENTER>
<CENTER><FONT FACE="Arial, Helvetica"><FONT SIZE=-2>1998, Copyright Netscape
Communications Corp. All Rights Reserved</FONT></FONT></CENTER>
</BODY>
</HTML>

View File

@@ -1,47 +0,0 @@
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Author" CONTENT="Rick Elliott">
<META NAME="GENERATOR" CONTENT="Mozilla/4.04 [en] (WinNT; U) [Netscape]">
<TITLE>Title Page</TITLE>
</HEAD>
<BODY TEXT="#000000" BGCOLOR="#FFFFFF" LINK="#0000EE" VLINK="#551A8B" ALINK="#FF0000">
<CENTER>
<H1>
NETSCAPE COMMUNICATOR</H1></CENTER>
<CENTER><IMG SRC="SPLASH.JPG" NOSAVE HEIGHT=261 WIDTH=390></CENTER>
<CENTER>
<H1>
Localization Kit</H1></CENTER>
<CENTER>
<H3>
for Microsoft<SUP><FONT SIZE=+0>&reg;</FONT></SUP> Windows (32-bit version)</H3></CENTER>
<CENTER>
<H3>
Revision 1.1</H3></CENTER>
<CENTER>Copyright &copy; 1994-1998 Netscape&reg; Communications Corporation,
All rights reserved.</CENTER>
&nbsp;
<BR>&nbsp;
<CENTER><TABLE COLS=2 WIDTH="50%" >
<TR>
<TD>
<CENTER>[<A HREF="projectOverview.html">NEXT</A>]</CENTER>
</TD>
<TD>
<CENTER>[<A HREF="toc.html">CONTENTS</A>]</CENTER>
</TD>
</TR>
</TABLE></CENTER>
<CENTER>&nbsp;</CENTER>
</BODY>
</HTML>

View File

@@ -1,150 +0,0 @@
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Author" CONTENT="Rick Elliott">
<META NAME="GENERATOR" CONTENT="Mozilla/4.04 [en] (WinNT; U) [Netscape]">
<TITLE>Testing the Localized Resources</TITLE>
</HEAD>
<BODY TEXT="#000000" BGCOLOR="#FFFFFF" LINK="#0000EE" VLINK="#551A8B" ALINK="#FF0000">
<H2>
<A NAME="testkit"></A>4. Ensuring Quality</H2>
The quality of your localized version will have a large impact on its acceptance
in the marketplace.&nbsp; You can greatly enhance your chances of producing
a quality product by using experienced and skilled localizers, and by performing
post-translation testing.
<P>When performing the actual translation, you should be sensitive to a
number of issues:
<UL>
<LI>
Completeness: you should aim for as thorough a translation as possible.&nbsp;
Try not to leave portions of the product untranslated. However, be aware
that some terms may best be left in English, depending on local conventions.</LI>
<LI>
Suitability: all translations should be suitable and appropriate for product,
the language, the market and the customers you intend to reach.&nbsp; This
includes using the proper technical terminology for a give platform or
computer operation, as well as using language that is readily understood
by the average user of the product in a given language.&nbsp; You should,
where possible, try to use terminology which is similar to other products
available on the same platform (without violating copyrights or trademarks,
of course).</LI>
<LI>
Accuracy: you should be sure your translation conveys the same meaning
and intention as the original English.</LI>
<LI>
Grammar and spelling: you should be sure your translation is grammatically
accurate and free from spelling errors.</LI>
</UL>
Keep in mind that engineers do not necessarily make the best localizers!
<P>Once localization is complete, there are two basic types of post-translation
testing that should be done:
<BR>&nbsp;
<TABLE BORDER WIDTH="100%" >
<TR>
<TD>Linguistic Review</TD>
<TD>Checking all translations for accuracy and appropriateness in the actual
context in which they appear.</TD>
</TR>
<TR>
<TD>Functional Testing</TD>
<TD>Ensuring the product still functions as designed (or at least as well
as the US English product).</TD>
</TR>
</TABLE>
&nbsp;
<BR>For the linguistic review, you should have an independent reviewer
(i.e. not the person who implemented the translations) check every string
for the items listed above.&nbsp; In some cases, it may be enough to review
the running product itself; however, it is also valuable to print out your
translations and review them externally from the product.
<P>For the functional testing, your best resource are the directions contained
in the localization notes and this document. You should review the completed
product's localization notes with this document in hand, double checking
that you have followed all the instructions contained here.
<P>Consider the following general guidelines when testing:
<UL>
<LI>
It is helpful to have a second copy of the product running with the English
version so you can compare them side by side (a second computer might be
helpful or required for this).</LI>
<LI>
Walk through every menu in each module you have localized looking for translation
accuracy, pick letter conflicts and other problems.</LI>
<LI>
Bring up as many dialogs as you can, looking for translation accuracy,
pick letter conflicts, truncated strings and functionality issues.</LI>
<LI>
Exercise the installer in as many ways as possible:</LI>
<UL>
<LI>
Select every installer option</LI>
<LI>
Be sure to test the deinstaller</LI>
<LI>
Look at the icons and folder names created</LI>
<LI>
Use accented or multibyte file and directory names</LI>
<LI>
Install to non-existant and read-only directories</LI>
<LI>
Install to drives with insufficient disk space</LI>
<LI>
etc.</LI>
</UL>
<LI>
If functional problems are found, you should compare the same steps you
took in the localized product to the English product: if the two products
fail in the same way, it is a "core" bug, which can only be fixed by changing
the core product's executable. If the localized product fails while the
English product does not, then it is probably a translation-related bug;
these can be fixed by altering the way you localize the product (perhaps
by not translating a particular item, or by translating it differently).</LI>
</UL>
The following section tells you how to report bugs in the localization
kit itself, or in the core product.
<BR>&nbsp;
<CENTER><TABLE COLS=3 WIDTH="50%" >
<TR>
<TD>
<CENTER>[<A HREF="usingKit.html">BACK</A>]</CENTER>
</TD>
<TD>
<CENTER>[<A HREF="reportingBugs.html">NEXT</A>]</CENTER>
</TD>
<TD>
<CENTER>[<A HREF="toc.html">CONTENTS</A>]</CENTER>
</TD>
</TR>
</TABLE></CENTER>
<CENTER>&nbsp;</CENTER>
<CENTER><FONT FACE="Arial, Helvetica"><FONT SIZE=-2>1998, Copyright Netscape
Communications Corp. All Rights Reserved</FONT></FONT></CENTER>
&nbsp;
</BODY>
</HTML>

View File

@@ -1,106 +0,0 @@
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Author" CONTENT="Rick Elliott">
<META NAME="GENERATOR" CONTENT="Mozilla/4.04 [en] (WinNT; U) [Netscape]">
<TITLE>Table of Contents</TITLE>
</HEAD>
<BODY TEXT="#000000" BGCOLOR="#FFFFFF" LINK="#0000EE" VLINK="#551A8B" ALINK="#FF0000">
<H2>
Table of Contents</H2>
<TABLE>
<TR>
<TD><FONT SIZE=+1>i. <A HREF="splash.html">Title Page</A></FONT>&nbsp;
<BR>&nbsp;</TD>
</TR>
<TR>
<TD><FONT SIZE=+1>1. <A HREF="projectOverview.html">Project Overview</A></FONT>&nbsp;
<UL>
<LI>
<A HREF="kitOverview.html">Kit Overview</A></LI>
<LI>
<A HREF="kitStruct.html">Structure and Organization</A></LI>
<LI>
<A HREF="nomenclature.html">Nomenclature and Typographical Conventions<BR>
</A>&nbsp;&nbsp;</LI>
</UL>
</TD>
</TR>
<TR>
<TD><FONT SIZE=+1>2. <A HREF="gettingStarted.html">Getting Started</A></FONT>&nbsp;
<UL>
<LI>
<A HREF="gettingStarted.html#sysreqs">System Requirements</A></LI>
<LI>
<A HREF="gettingStarted.html#install">Installing the Kit</A></LI>
<LI>
<A HREF="gettingStarted.html#configtool">Configuring Your Tools</A></LI>
</UL>
&nbsp;</TD>
</TR>
<TR>
<TD><FONT SIZE=+1>3. <A HREF="usingKit.html">Using the Kit</A></FONT>&nbsp;
<UL>
<LI>
<A HREF="usingKit.html#locdbf">Understanding the Localization Notes</A></LI>
<LI>
<A HREF="usingKit.html#l10nchecklist">Localization Checklist</A></LI>
<LI>
<A HREF="localize_these_files.html">Localize These Files</A></LI>
<LI>
<A HREF="usingKit.html#branding">Product Branding Issues</A></LI>
<LI>
<A HREF="usingKit.html#howtol10n">How to Localize Different Resource Types</A></LI>
<LI>
<A HREF="localizeURL.html">Localizing URLs</A></LI>
<LI>
<A HREF="usingKit.html#localize_stringtable">Localizing STRING TABLES</A></LI>
<LI>
<A HREF="usingKit.html#localize_dialogs">Localizing DIALOGS</A></LI>
<LI>
<A HREF="usingKit.html#localize_text">Localizing .INI Files</A></LI>
</UL>
&nbsp;</TD>
</TR>
<TR>
<TD><FONT SIZE=+1>4. <A HREF="testKit.html">Ensuring Quality</A></FONT>&nbsp;
<UL>
<LI>
<A HREF="testKit.html#testkit">Test Considerations</A></LI>
<LI>
<A HREF="reportingBugs.html">Reporting Bugs</A></LI>
</UL>
&nbsp;</TD>
</TR>
<TR>
<TD><FONT SIZE=+1>5. <A HREF="returnKit.html">Publishing the Finished Kit</A></FONT>&nbsp;
<BR>&nbsp;</TD>
</TR>
<TR>
<TD><FONT SIZE=+1>6. <A HREF="reference.html">References</A></FONT>&nbsp;</TD>
</TR>
</TABLE>
&nbsp;
</BODY>
</HTML>

View File

@@ -1,323 +0,0 @@
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Author" CONTENT="Rick Elliott">
<META NAME="GENERATOR" CONTENT="Mozilla/4.04 [en] (WinNT; U) [Netscape]">
<TITLE>Using the Kit</TITLE>
</HEAD>
<BODY TEXT="#000000" BGCOLOR="#FFFFFF" LINK="#0000EE" VLINK="#551A8B" ALINK="#FF0000">
&nbsp;
<TABLE COLS=1 WIDTH="100%" >
<TR>
<TD>
<CENTER><B><FONT COLOR="#FF0000">WARNING! Protect yourself from data loss
by making regular backups of your work.</FONT></B></CENTER>
</TD>
</TR>
</TABLE>
<H2>
<A NAME="usekit"></A>3. Using the Kit</H2>
Once your copy of the Windows Installer Localization Kit is correctly installed,
you may begin your localization work by following the instructions in the
remainder of this document. The next section discusses the contents of
the localization notes provided with this kit. It is important that you
work properly with the instructions contained in these files or the localized
product you create may not function.
<H3>
<A NAME="locdbf"></A>Understanding the Localization Notes</H3>
Each localized module to be installed has an associated initialization
(.INI) file. The localization notes for these files, and for the localizable
dynamic link libraries used by the InstallShield installer, are provided
as HTML documentation. (There are no localization databases in this kit).
Additionally, a section detailing the required Windows registry settings
is also provided in HTML format.
<P>The next section presents the basic localization process as a checklist.
<CENTER>
<HR WIDTH="50%"></CENTER>
<H3>
<A NAME="l10nchecklist"></A>Localization Checklist</H3>
This checklist applies to the "<A HREF="kitOverview.html#method1">modifying
an existing Communicator installer</A>" method. If you are <A HREF="kitOverview.html#method2">creating
your own installer</A>, you will need to adapt this checklist accordingly.
A reference is provided to help you implement the correct <A HREF="registrySettings.html">Windows
registry settings</A>.
<P><B>1. Download an existing installer</B>
<BR>You will need a matching installer for the product you are localizing.
In other words, if you are localizing Netscape Communicator version 4.03,
you need an installer for the Export version of Netscape Communicator 4.03.
If you are localizing Mozilla Navigator version 5.0, you need an installer
for the Export version (if any) of Mozilla Navigator version 5.0. Latest
versions of Netscape products can be downloaded from the <A HREF="http://home.netscape.com/download/index.html">Netscape
homepage</A>. Older versions of Netscape installers, matching the versions
used to generate the localization kits, can be found on the <A HREF="ftp://ftp.mozilla.org/pub/l10n-kits/">mozilla.org
ftp site</A>.
<P>Current Netscape installers come in two forms: base and complete. Complete
installers include plugins and other components besides the basic Communicator
software. You may use either installer as the foundation for your work,
but note that there may not be localization kits for the additional components.
Even if you choose to distribute the English version of these components,
however, you must modify the associated initialization files, listed in
the <A HREF="localize_these_files.html#table1">Localize These Files</A>
page in order for the additional components to be installed properly.
<P><B>2. Uncompress the Installer files</B>
<UL>
<LI>
Run the installer you downloaded in step 1. This will bring up the following
dialog (or something very similar):</LI>
<BR><IMG SRC="Is1.jpg" HEIGHT=101 WIDTH=364>
<LI>
Click yes. InstallShield will extract all the installation files to your
temporary directory. (Usually, this will be C:\temp or something similar).
Once this process is complete, the blue InstallShield background will display.</LI>
<LI>
Without exiting the installer, locate the unpacked installer files in your
temp directory and copy them to a new directory. Call this directory "install"
(or something similar).</LI>
<LI>
Exit the installer.</LI>
</UL>
<B>3. Uncompress the Deinstaller files</B>
<UL>
<LI>
Change directories to your "install" directory. Locate the file cd32*.exe
(where * equals the version number you are working on. For example, version
4.03 would be represented as cd32403.exe).</LI>
<LI>
Execute cd32*.exe. This will bring up a dialog similar to the one shown
is step 2. Click yes and wait until InstallShield has finished unpacking
the deinstaller files (the blue InstallShield background will display).</LI>
<LI>
Without exiting the installer, locate the unpacked deinstaller files in
your temp directory and copy them to a new directory. Call this directory
"deinstall" (or something similar).</LI>
<LI>
Exit the installer.</LI>
</UL>
<B>4. Extract localizable installer .DLLs</B>
<BR>Change directories to your "install" directory. Use the InstallShield
tool ICOMP.EXE to extract RSUTIL.DLL and _ISUSER.DLL from _SETUP.LIB:
<UL><TT>Example: icomp _setup.lib -d</TT></UL>
<B>4. Localize files</B>
<BR>Consult the <A HREF="localize_these_files.html#table1">Localize These
Files</A> page to learn which files contain localizable resources.
<P>For each file to be localized, locate the associated Localization Notes
for that file and follow them carefully.
<P><B>5. Replace original product files contained in nav40.z with localized
product files</B>
<BR>Use the ICOMP tool to replace the original (English language) Communicator
or Navigator files with the ones you have localized using the Windows Front
End Localization Kit.
<UL>
<LI>
Make sure your localized product directory structure matches the structure
inside the compressed file nav40.z. (If necessary, uncompress nav40.z (including
subdirectories), and replace all the localizable files (as identified by
the Windows Front End Localization Kit) with your localized versions).</LI>
<LI>
Update nav40.z with your localized files:</LI>
<UL><TT>Example: icomp \<I>kitRoot</I>\products\client\windows\<I>platform</I>\<I>locale</I>\*.*
nav40.z -i</TT></UL>
</UL>
<B>6. Rebuild the self-extracting deinstaller program</B>
<BR>Use the InstallShield tool EXE Builder to reassemble the self-extracting
deinstaller archive.
<UL>
<LI>
Specify your "deinstall" directory as the source directory.</LI>
<LI>
Set compression on.</LI>
<LI>
Specify Setup.exe as the command line program to run when self-extraction
is complete. (No optional parameters are required.)</LI>
<LI>
Specify your "install" directory as the target directory.</LI>
<LI>
Enter the name of your localized product as the application name.</LI>
<LI>
Do not specify a password.</LI>
<LI>
Once creation of your localized self-extracting deinstaller is complete,
locate the file Setupex.exe in your "install" directory and rename it to
match the original name of the deinstaller self-extracting program (e.g.,
cd32403.exe).</LI>
</UL>
<B>7. Rebuild the self-extracting installer program</B>
<BR>Use the InstallShield tool EXE Builder to reassemble the self-extracting
installer archive.
<UL>
<LI>
Specify your "install" directory as the source directory.</LI>
<LI>
Set compression on.</LI>
<LI>
Specify Setup.exe as the command line program to run when self-extraction
is complete. (No optional parameters are required.)</LI>
<LI>
Specify any directory you want as the target directory.</LI>
<LI>
Enter the name of your localized product as the application name.</LI>
<LI>
Do not specify a password.</LI>
<LI>
Once creation of your localized self-extracting installer is complete,
locate the file Setupex.exe in your target directory and rename it to something
meaningful.</LI>
</UL>
<B>8. Complete post-translation processing</B>
<BR>After translation is complete, you need to test your work and deal
with any problems:
<UL>
<LI>
Test the localized installer.</LI>
<LI>
Fix translation bugs using your localization tools or a resource editor.</LI>
<LI>
Fix dialog size bugs using your localization tools or a resource editor.</LI>
<LI>
Report core bugs to Netscape.</LI>
</UL>
<B>9. Publish your localized product to the Internet</B>
<BR>As the terms of the universal localization program license agreement
state, your localized product
<P><TT>"must be made publicly available in executable code form,</TT>
<BR><TT>free of charge, for electronic delivery via a mechanism</TT>
<BR><TT>generally accepted in the software development</TT>
<BR><TT>community."</TT>
<P>In plain English, this means you should post your localized product
on a publicly accessible http: or ftp: server. You may also want to send
an announcement of your product's availability to mozilla.org (though you
are not required to do so).
<P>
<HR WIDTH="50%">
<H2>
<A NAME="branding"></A>Product Branding Issues</H2>
If you are using this kit under the auspices of the universal localization
program, you must remove or replace Netscape trademarked strings, images
and icons in your localized version. Click <A HREF="branding.html">here</A>
for instructions.
<P>
<HR WIDTH="50%">
<H2>
<A NAME="howtol10n"></A>How to Localize Different Resource Types</H2>
This section provides you with general information about localizing the
various resource types and files found with this kit.
<H3>
<A NAME="localize_text"></A>Localizing .INI Files</H3>
<UL>Most of the work for the Windows installers is localizing initialization
(.INI) files. You may use the text editor of your choice to do this work.
Be sure the localized files are saved as plain text only.
<H4>
<A NAME="locnote_ini"></A>Localization Notes</H4>
Individual localization notes for the installer .INI files are contained
in the individual HTML documents linked from the <A HREF="localize_these_files.html#table1">Localize
These Files</A> page.</UL>
<H3>
<A NAME="localizeURLs"></A>Localizing URLs</H3>
<UL>You will not likely encounter any URLs (Universal Resource Locators)
in the installers, but if you do, how they are localized depends on whether
you are creating a branded Netscape version or not. The rules for how to
handle URLs are found <A HREF="localizeURL.html">here</A>.</UL>
<H3>
<A NAME="localize_stringtable"></A>Localizing String Tables</H3>
<UL>Use the resource editor of your choice to localize STRINGTABLE resources.
These are the most sensitive, potentially problematic resource type you
will be working with. Therefore, you must pay close attention to the instructions
provided in the localization notes.
<H4>
<A NAME="locnote_stringtable"></A>Localization Notes</H4>
Individual localization notes for the installer resource .DLLs are contained
in the individual HTML documents linked from the <A HREF="localize_these_files.html#table1">Localize
These Files</A> page. This section gives you some additional general guidelines
to follow when localizing the installer binary files.
<UL>
<LI>
Some strings may contain C++ print format strings, such as %s, %ld, %lu,
etc. Do not modify these while translating the rest of the string.</LI>
<LI>
Some strings may contain new line characters: \n. In general, you should
try leave these as you find them.</LI>
</UL>
</UL>
<H3>
<A NAME="localize_menus"></A>Localizing Menus</H3>
<UL>There are no menu resources in the Windows installer</UL>
<H3>
<A NAME="localize_dialogs"></A>Localizing Dialogs</H3>
<UL>Use the resource editor of your choice to localize and resize DIALOG
resources. Dialog translation is usually not as tricky as localizing string
tables; however, you should take care to assign unique pickletters to dialog
controls.
<H4>
<A NAME="locnote_menus"></A>Localization Notes</H4>
</UL>
<UL>Individual localization notes for the installer resource .DLLs are
contained in the individual HTML documents linked from the <A HREF="localize_these_files.html#table1">Localize
These Files</A> page.</UL>
&nbsp;
<CENTER><TABLE COLS=3 WIDTH="50%" >
<TR>
<TD>
<CENTER>[<A HREF="gettingStarted.html">BACK</A>]</CENTER>
</TD>
<TD>
<CENTER>[<A HREF="testKit.html">NEXT</A>]</CENTER>
</TD>
<TD>
<CENTER>[<A HREF="toc.html">CONTENTS</A>]</CENTER>
</TD>
</TR>
</TABLE></CENTER>
<CENTER><FONT FACE="Arial, Helvetica"><FONT SIZE=-2>1998, Copyright Netscape
Communications Corp. All Rights Reserved</FONT></FONT></CENTER>
</BODY>
</HTML>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 19 KiB

File diff suppressed because it is too large Load Diff

View File

@@ -1,40 +0,0 @@
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Author" CONTENT="Rick Elliott">
<META NAME="GENERATOR" CONTENT="Mozilla/4.04 [en] (WinNT; U) [Netscape]">
<TITLE>Product Branding Issues</TITLE>
</HEAD>
<BODY TEXT="#000000" BGCOLOR="#FFFFFF" LINK="#0000EE" VLINK="#551A8B" ALINK="#FF0000">
<H3>
Product Branding Instructions</H3>
Under the terms of the Unlimited Localization Program, you must remove
or replace all trademarked Netscape terms, brand names, icons, images,
etc.&nbsp; These trademarks are listed on the page found at the following
URL:
<P><A HREF="http://home.netscape.com/misc/trademarks.html#trademarks">http://home.netscape.com/misc/trademarks.html#trademarks</A>
<P>Please refer to that page for details.&nbsp; You may not release a localized
version of the Netscape Communicator with these trademarks left in the
product.
<BR>&nbsp;
<CENTER><TABLE COLS=2 WIDTH="50%" >
<TR>
<TD>
<CENTER>[<A HREF="usingKit.html#branding">BACK</A>]</CENTER>
</TD>
<TD>
<CENTER>[<A HREF="toc.html">CONTENTS</A>]</CENTER>
</TD>
</TR>
</TABLE></CENTER>
<CENTER><BR>
<FONT FACE="Arial, Helvetica"><FONT SIZE=-2>1998, Copyright Netscape Communications
Corp. All Rights Reserved</FONT></FONT></CENTER>
</BODY>
</HTML>

View File

@@ -1,383 +0,0 @@
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="GENERATOR" CONTENT="Mozilla/4.04 [en] (Win95; I) [Netscape]">
<TITLE>HTML Output of: C:\TEMP\CHARSET.DBF</TITLE>
</HEAD>
<BODY TEXT="#000000" BGCOLOR="#FFFFFF" LINK="#0000EE" VLINK="#551A8B" ALINK="#FF0000">
<H1>
CSID REFERENCE TABLE</H1>
Use this table to determine the Character Set ID (CSID) for the character
set you wish to use, for example, for setting the value of&nbsp; pref("intl.character_set")
in ALL_PREFS.
<BR>&nbsp;
<TABLE BORDER >
<TR>
<TH>CSID</TH>
<TH>CHARSET</TH>
</TR>
<TR>
<TD>0</TD>
<TD>CS_DEFAULT</TD>
</TR>
<TR>
<TD>1</TD>
<TD>CS_ASCII</TD>
</TR>
<TR>
<TD>2</TD>
<TD>CS_LATIN1</TD>
</TR>
<TR>
<TD>6</TD>
<TD>CS_MAC_ROMAN</TD>
</TR>
<TR>
<TD>10</TD>
<TD>CS_LATIN2</TD>
</TR>
<TR>
<TD>11</TD>
<TD>CS_MAC_CE</TD>
</TR>
<TR>
<TD>14</TD>
<TD>CS_8859_3</TD>
</TR>
<TR>
<TD>15</TD>
<TD>CS_8859_4</TD>
</TR>
<TR>
<TD>16</TD>
<TD>CS_8859_5</TD>
</TR>
<TR>
<TD>17</TD>
<TD>CS_8859_6</TD>
</TR>
<TR>
<TD>18</TD>
<TD>CS_8859_7</TD>
</TR>
<TR>
<TD>19</TD>
<TD>CS_8859_8</TD>
</TR>
<TR>
<TD>20</TD>
<TD>CS_8859_9</TD>
</TR>
<TR>
<TD>21</TD>
<TD>CS_SYMBOL</TD>
</TR>
<TR>
<TD>22</TD>
<TD>CS_DINGBATS</TD>
</TR>
<TR>
<TD>23</TD>
<TD>CS_DECTECH</TD>
</TR>
<TR>
<TD>27</TD>
<TD>CS_JISX0201</TD>
</TR>
<TR>
<TD>29</TD>
<TD>CS_TIS620</TD>
</TR>
<TR>
<TD>35</TD>
<TD>CS_UTF7</TD>
</TR>
<TR>
<TD>38</TD>
<TD>CS_USRDEF2</TD>
</TR>
<TR>
<TD>39</TD>
<TD>CS_KOI8_R</TD>
</TR>
<TR>
<TD>40</TD>
<TD>CS_MAC_CYRILLIC</TD>
</TR>
<TR>
<TD>41</TD>
<TD>CS_CP_1251</TD>
</TR>
<TR>
<TD>42</TD>
<TD>CS_MAC_GREEK</TD>
</TR>
<TR>
<TD>43</TD>
<TD>CS_CP_1253</TD>
</TR>
<TR>
<TD>44</TD>
<TD>CS_CP_1250</TD>
</TR>
<TR>
<TD>45</TD>
<TD>CS_CP_1254</TD>
</TR>
<TR>
<TD>46</TD>
<TD>CS_MAC_TURKISH</TD>
</TR>
<TR>
<TD>53</TD>
<TD>INTL_CHAR_SET_MAX</TD>
</TR>
<TR>
<TD>254</TD>
<TD>CS_USER_DEFINED_ENCODING</TD>
</TR>
<TR>
<TD>255</TD>
<TD>CS_UNKNOWN</TD>
</TR>
<TR>
<TD>260</TD>
<TD>CS_SJIS</TD>
</TR>
<TR>
<TD>261</TD>
<TD>CS_EUCJP</TD>
</TR>
<TR>
<TD>263</TD>
<TD>CS_BIG5</TD>
</TR>
<TR>
<TD>264</TD>
<TD>CS_GB_8BIT</TD>
</TR>
<TR>
<TD>265</TD>
<TD>CS_CNS_8BIT</TD>
</TR>
<TR>
<TD>280</TD>
<TD>CS_CNS11643_1</TD>
</TR>
<TR>
<TD>281</TD>
<TD>CS_CNS11643_2</TD>
</TR>
<TR>
<TD>282</TD>
<TD>CS_JISX0208</TD>
</TR>
<TR>
<TD>284</TD>
<TD>CS_KSC5601</TD>
</TR>
<TR>
<TD>286</TD>
<TD>CS_JISX0212</TD>
</TR>
<TR>
<TD>287</TD>
<TD>CS_GB2312</TD>
</TR>
<TR>
<TD>290</TD>
<TD>CS_UTF8</TD>
</TR>
<TR>
<TD>292</TD>
<TD>CS_NPC</TD>
</TR>
<TR>
<TD>293</TD>
<TD>CS_X_BIG5</TD>
</TR>
<TR>
<TD>303</TD>
<TD>CS_GB2312_11</TD>
</TR>
<TR>
<TD>304</TD>
<TD>CS_JISX0208_11</TD>
</TR>
<TR>
<TD>305</TD>
<TD>CS_KSC5601_11</TD>
</TR>
<TR>
<TD>306</TD>
<TD>CS_CNS11643_1110</TD>
</TR>
<TR>
<TD>515</TD>
<TD>CS_JIS</TD>
</TR>
<TR>
<TD>525</TD>
<TD>CS_2022_KR</TD>
</TR>
<TR>
<TD>564</TD>
<TD>CS_IMAP4_UTF7</TD>
</TR>
<TR>
<TD>810</TD>
<TD>CS_UCS2</TD>
</TR>
<TR>
<TD>811</TD>
<TD>CS_UCS4</TD>
</TR>
<TR>
<TD>819</TD>
<TD>CS_UCS2_SWAP</TD>
</TR>
<TR>
<TD>1292</TD>
<TD>CS_KSC_8BIT</TD>
</TR>
<TR>
<TD>2308</TD>
<TD>CS_SJIS_AUTO</TD>
</TR>
<TR>
<TD>2309</TD>
<TD>CS_EUCJP_AUTO</TD>
</TR>
<TR>
<TD>2563</TD>
<TD>CS_JIS_AUTO</TD>
</TR>
</TABLE>
@author: relliott
<BR>@source: ftang
<BR>@last updated: Mar. 19, 1998
<CENTER><FONT FACE="Arial, Helvetica"><FONT SIZE=-2>1997, Copyright Netscape
Communications Corp. All Rights Reserved</FONT></FONT></CENTER>
</BODY>
</HTML>

View File

@@ -1,100 +0,0 @@
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<META NAME="Author" CONTENT="Rick Elliott">
<META NAME="GENERATOR" CONTENT="Mozilla/4.04 [en] (Win95; I) [Netscape]">
<TITLE>Getting Started</TITLE>
</HEAD>
<BODY TEXT="#000000" BGCOLOR="#FFFFFF" LINK="#0000EE" VLINK="#551A8B" ALINK="#FF0000">
<H2>
<A NAME="getting started"></A>2. Getting Started</H2>
Before you can begin using the Windows Front End Localization Kit, you
must install it and setup your working directories. This is a simple matter
of unzipping the compressed kit file(s) into the proper directories. Your
system must also meet certain requirements to run the tools needed to perform
the localization steps described below.
<P>
<HR WIDTH="50%">
<H3>
<A NAME="sysreqs"></A>System Requirements</H3>
There a few system requirements for the kit in the strictest sense; however,
your choice of tools will have their own set of requirements.&nbsp; The
most likely minimum configuration will be as follows:
<UL>
<LI>
100% IBM compatible PC</LI>
<LI>
Pentium<SUP><FONT SIZE=-1>&reg;</FONT></SUP> processor</LI>
<LI>
Microsoft<SUP><FONT SIZE=-1>&reg;</FONT></SUP> Windows NT 3.51 or 4.0 (localized
versions will help testing but aren't required)</LI>
<LI>
16 MB RAM</LI>
<LI>
30 MB available hard disk space</LI>
<LI>
A visual resource editor, such as those provided with Microsoft<SUP><FONT SIZE=-1>&reg;</FONT></SUP>
Visual C++, Borland<SUP><FONT SIZE=-1>&reg;</FONT></SUP> C++, etc.</LI>
<LI>
An active Internet connection and the ability to ftp (send and receive)
large files</LI>
<LI>
A Web browser (say, for example, Netscape Communicator ;-)</LI>
</UL>
<H3>
<HR WIDTH="50%"></H3>
<H3>
<A NAME="install"></A>Installing the Kit</H3>
It is recommended that you install the Windows Front End Localization Kit
in a brand new directory on your development machine. For example, you
can create a \Netscape_L10N_Kits directory on your hard drive. This becomes
your <B>kitRoot </B>directory.&nbsp; Place the L10n Kit's .ZIP file in
that directory and UNZIP it with the -d parameter:
<P>PKUNZIP -d <I>filename</I>
<UL><B>Example:&nbsp; <TT>PKUNZIP -d winfekit</TT></B></UL>
<HR WIDTH="50%">
<H3>
<A NAME="configtool"></A>Configuring Your Tools</H3>
If you intend to use the Netscape Translation Tools, please refer to the
<A HREF="../dogTool/dogToolUG.html">Translation Tools User Guide</A> for
instructions on setting up and using those tools.&nbsp; If you intend to
use a different localization tool, please refer to that tool's documentation
for set up and usage instructions.
<BR>&nbsp;
<CENTER><TABLE COLS=3 WIDTH="50%" >
<TR>
<TD>
<CENTER>[<A HREF="nomenclature.html">BACK</A>]</CENTER>
</TD>
<TD>
<CENTER>[<A HREF="usingKit.html">NEXT</A>]</CENTER>
</TD>
<TD>
<CENTER>[<A HREF="toc.html">CONTENTS]</A></CENTER>
</TD>
</TR>
</TABLE></CENTER>
<CENTER></CENTER>
<CENTER><FONT FACE="Arial, Helvetica"><FONT SIZE=-2>1998, Copyright Netscape
Communications Corp. All Rights Reserved</FONT></FONT></CENTER>
</BODY>
</HTML>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 56 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 21 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 871 B

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.1 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 6.1 KiB

Some files were not shown because too many files have changed in this diff Show More