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

135224 Коммитов

Автор SHA1 Сообщение Дата
alex%croczilla.com 016195690f Bug 263464: Reduce XTF QI roundtrips by consolidating 'AggregatesInterface()' and 'NS_NewXTFInterfaceAggregator()'. r=bryner. Affects XTF-enabled builds only. 2004-11-05 15:18:21 +00:00
timeless%mozdev.org 2f6567ab27 Bug 265286 remove unused idl, nsIAbSyncDriver.idl
patch by mikael@parknert.se r=neil sr=bienvenu
2004-11-05 15:15:51 +00:00
timeless%mozdev.org 2d579b4873 Bug 258642 Unused functions [PRUni]charPtrArrayTo[C]StringArray & [C]StringArrayTo[PRUni]charPtrArray
patch by mikael@parknert.se r=neil sr=bienvenu
2004-11-05 15:13:32 +00:00
roc+%cs.cmu.edu de7efc4725 Bug 243726. Fix up child-covering calculations. r+sr=bzbarsky 2004-11-05 13:59:33 +00:00
steffen.wilberg%web.de 71194d206b Bug 180628: page setup dialog takes RTL where it shouldn't. suggested by linxspider@yahoo.com, p=bugs.mano@mail-central.com, r=mconnor 2004-11-05 11:29:45 +00:00
timeless%mozdev.org f71a920412 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
2004-11-05 10:04:13 +00:00
jocuri%softhome.net 685c010d10 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. 2004-11-05 09:30:15 +00:00
jocuri%softhome.net 7827a0be04 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. 2004-11-05 09:22:26 +00:00
jocuri%softhome.net 748f42fe8a Documentation patch for bug 198020: provide admin docs for flags; patch by Shane H. W. Travis <travis@sedsystems.ca>; r=myk. 2004-11-05 09:09:17 +00:00
jocuri%softhome.net 4735a9b360 Patch for bug 267774: Remove unused variable in process_bug.cgi; patch by Fr�d�ric Buclin <LpSolit@netscape.net>; r=kiko, a=justdave. 2004-11-05 08:57:46 +00:00
jocuri%softhome.net 6e34887f48 Patch for bug 267543: Checksetup.pl should contain proper spacing in my$sth... statement; r=justdave, a=justdave. 2004-11-05 08:53:36 +00:00
jst%mozilla.jstenback.com 97b6debb17 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 2004-11-05 06:50:27 +00:00
joshmoz%gmail.com 8c1a8602e0 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 2004-11-05 06:48:42 +00:00
edburns%acm.org 2003722eca 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.
2004-11-05 06:40:27 +00:00
dmose%mozilla.org 9a577efa0d Fix MinGW linkage (not part of build) 2004-11-05 06:10:34 +00:00
dmose%mozilla.org 41450a6e45 Fixes, comments, a new interface, and some reordering (not part of the build) 2004-11-05 06:09:24 +00:00
timeless%mozdev.org f437ad644e Bug 207333 Fix nsIWin32LocaleImpl
r=smontagu sr=dbaron
2004-11-05 05:47:20 +00:00
wchang0222%aol.com 896b606026 Removed a useless makefile rule. 2004-11-05 02:46:09 +00:00
wchang0222%aol.com dcb8ae23fa Removed a comment and the commented-out code it described. 2004-11-05 02:42:21 +00:00
wchang0222%aol.com 955308b53c Combined two lines into one. 2004-11-05 02:38:30 +00:00
wchang0222%aol.com 0b876f7620 Although we do use the native compilers by default on most platforms, it
is more correct to say "default compiler" than "native compiler" here.
2004-11-05 02:37:42 +00:00
wchang0222%aol.com d524c3c6b7 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.
2004-11-05 02:35:43 +00:00
wchang0222%aol.com 254aeee16c 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
2004-11-05 02:28:40 +00:00
bryner%brianryner.com 526bc54804 Action module implementation (bug 263008). Patch by smaug@welho.com, r=bryner 2004-11-05 02:15:01 +00:00
wchang0222%aol.com 4bf7c4e3fa Use the $< variable in the rule to build a program from a single object. 2004-11-05 01:45:49 +00:00
bienvenu%nventure.com 7ad4c68989 fix a bunch of outlook import problems, including attachments from outlook 2003, html parts, long file names, etc sr=mscott 199298 218588235159 240756 2004-11-05 01:05:54 +00:00
joshmoz%gmail.com 492c9060f7 don't fire an onchange event when selecting the same option that is already selected in a menu (bug 239275) r=joshmoz sr=bryner 2004-11-05 00:56:57 +00:00
mostafah%oeone.com 0a095a677b Checked in patch for bug 263832:
F1 key for Day View clashes with Help key in Windows
2004-11-04 23:54:02 +00:00
bryner%brianryner.com 84b2a653a2 XForms output element implementation. Patch by allan@beaufour.dk, r=bryner, bug 267300. 2004-11-04 23:53:01 +00:00
cltbld 717e3cab7d *** empty log message *** 2004-11-04 23:51:11 +00:00
steffen.wilberg%web.de 33dad4a339 Bug 263962: Document more Mac-only menu stuff. r=jeff 2004-11-04 23:40:20 +00:00
bryner%brianryner.com e5c56c7cb8 Factor out GetNodeValue and SetNodeValue. r=darin. 2004-11-04 23:26:39 +00:00
jocuri%softhome.net f892cb43e2 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. 2004-11-04 23:16:45 +00:00
pete%mozdevgroup.com c878dfa080 Javascript function window.print() always uses Letter as page size
b=156992
r=bsmedberg
sr=neil
--pete
2004-11-04 22:40:02 +00:00
joshmoz%gmail.com 4d96e34bf9 add support for wallet.crypto.autocompleteoverride hidden pref (bug 247919) sr=pinkerton 2004-11-04 22:15:24 +00:00
wchang0222%aol.com 719b435099 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.
2004-11-04 21:49:41 +00:00
joshmoz%gmail.com fc9818aae0 disabled form elements don't have aqua appearance (bug 204237) r=josh sr=bryner 2004-11-04 21:36:12 +00:00
joshmoz%gmail.com c46a5a1beb remove still-compiled classic code from print ui (bug 267763) r+sr=darin 2004-11-04 21:26:34 +00:00
joshmoz%gmail.com 6e72fbd5d7 localize cookie editor yes/no values (bug 262780) 2004-11-04 21:23:48 +00:00
mostafah%oeone.com 1db3562411 Updated translation 2004-11-04 21:22:00 +00:00
bryner%brianryner.com 6a131d4b93 comment fixes and cleanups. bug 266098, patch by allan@beaufour.dk, r=bryner 2004-11-04 21:12:22 +00:00
bryner%brianryner.com 5be43ebb5f Reduce string allocation/copying when the charset is UTF-* (bug 267611). r=darin. 2004-11-04 20:53:24 +00:00
scott%scott-macgregor.org 227f6ebc96 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
2004-11-04 20:04:13 +00:00
scott%scott-macgregor.org 4f398a687c Bug #267405 --> file/ quit and file / exit platform consistency. 2004-11-04 19:59:54 +00:00
psychoticwolf%carolina.rr.com 3fdec020e1 Fix the huge white and bluespaces in the layout. 2004-11-04 19:19:39 +00:00
psychoticwolf%carolina.rr.com d36f674d20 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. 2004-11-04 19:13:03 +00:00
ere%atp.fi 11356de8db Fix for bug 228399: background-color is mishandled when -moz-opacity is less than 1.0
r+sr=roc
2004-11-04 19:08:31 +00:00
bzbarsky%mit.edu b1ffcf0672 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
2004-11-04 18:53:05 +00:00
scott%scott-macgregor.org 9cbb4db8fe Bug #266471 --> custom view setup dialog isn't tall enough. 2004-11-04 18:52:29 +00:00
darin%meer.net 9640b8c7a8 additional patch for bug 267539 "miscellaneous xforms submission bugs" r=bryner 2004-11-04 18:31:19 +00:00