Commit Graph

139685 Commits

Author SHA1 Message Date
joshmoz%gmail.com
99bb64c0e6 move history prefs into their own pane, part of major prefs reorg
git-svn-id: svn://10.0.0.236/trunk@167956 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-18 23:34:29 +00:00
dbaron%dbaron.org
38de2f0512 Add comment.
git-svn-id: svn://10.0.0.236/trunk@167955 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-18 23:32:48 +00:00
neil%parkwaycc.co.uk
f904e3cc17 Bug 233036 JavaScript strict warning: reference to undefined property window.arguments[0].QueryInterface p=gautheri@noos.fr r=me sr=bienvenu
git-svn-id: svn://10.0.0.236/trunk@167954 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-18 23:28:16 +00:00
pedemont%us.ibm.com
0a76e21100 Use NS_EXPORT on Linux to ensure gcc visibility gets set on JNI functions.
git-svn-id: svn://10.0.0.236/trunk@167952 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-18 22:53:50 +00:00
bryner%brianryner.com
a1d68cbf17 Build Mac files for Cocoa toolkit.
git-svn-id: svn://10.0.0.236/trunk@167951 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-18 20:55:59 +00:00
erik%vanderpoel.org
22d5636649 Initial check-in of brief history of project.
git-svn-id: svn://10.0.0.236/trunk@167950 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-18 20:32:46 +00:00
jshin%mailaps.org
a2679baa95 fix xft build bustage
git-svn-id: svn://10.0.0.236/trunk@167949 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-18 19:36:46 +00:00
travis%sedsystems.ca
df9f480900 Bug 245282 : Flags should use nonbreaking hyphens or nowrap or somehow prevent hyphens from breaking flag names
Patch by LpSolit@gmail.com    r=wurblzap    a=myk


git-svn-id: svn://10.0.0.236/trunk@167948 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-18 18:29:27 +00:00
jshin%mailaps.org
1f8244603d bug 229394 : add 'font.name-list' support to Xft build (r=bryner, sr=rbs)
git-svn-id: svn://10.0.0.236/trunk@167947 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-18 18:24:15 +00:00
travis%sedsystems.ca
ffb7672f1a Bug 179451 : Move order-by generation from buglist.cgi into search.pm
Patch by Max K-A <mkanat@kerio.com>
r=Joel Peshkin <bugreport@peshkin.net>      a=myk


git-svn-id: svn://10.0.0.236/trunk@167946 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-18 17:25:02 +00:00
travis%sedsystems.ca
fba7aecfe7 Bug 276840 : Move $::defaultqueryname out of globals.pl into Bugzilla/Constants.pm
Patch by Max K-A <mkanat@kerio.com>    r=vladd    a=justdave


git-svn-id: svn://10.0.0.236/trunk@167945 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-18 16:53:50 +00:00
travis%sedsystems.ca
75c91624fc Bug 278336 : goodperl.t now checks shebang lines for /usr/bin/perl
Patch by travis@sedsystems.ca    r=vladd


git-svn-id: svn://10.0.0.236/trunk@167944 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-18 16:40:20 +00:00
edburns%acm.org
8a9f83057f This checkin has the basic functionality of NewWindowListener
re-implemented using the new event model.  It's a bit cleaner.

Next step is to uncomment the selection check at the end of
WindowCreatorTest.java.  This code currently causes the VM to crash.  I
also plan to do some testing on the chrome flags.

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

- deprecate {add,remove}NewWindowListener(), replace with
  setNewWindowListener().

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

- added BrowserControl property, which the user sets into the event.

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

- change newWindowListeners List ivar to newWindowListener ivar.

- fix {add,remove}NewWindowListener() to leverage setNewWindowListener()

- change nativeEventOccurred() to return an int instead of void.

- add boolean property nativeSetNewWindowListenerAttached()

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

- modify pushBlockingWCRunnable() to execute the runnable right away if
  we're already on the NativeEventThread.  This is necessary to allow
  re-entrancy.

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

- expose the mEventRegistration ivar via a getter.

M src_moz/EventRegistrationImpl.cpp
M src_moz/NativeBrowserControl.cpp
M src_moz/NativeBrowserControl.h

- add nativeSetNewWindowListenerAttached(), which calls through and sets
  it on the NativeBrowserControl.

M src_moz/WindowCreator.cpp

- implement CreateChromeWindow2, which is called when the browser needs
  a new window.

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

- change util_SendEventToJava() to return int.

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


git-svn-id: svn://10.0.0.236/trunk@167943 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-18 15:20:52 +00:00
bsmedberg%covad.net
2a8426d8bb Bug 276588 followup: fix absolute URIs of the form "firefox http://www.tld.com/" which regressed at some point during the review process. There was a reason for all that hacky code. r=glazou sr=bustage-fix
git-svn-id: svn://10.0.0.236/trunk@167942 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-18 13:09:08 +00:00
cltbld
19342ab71f Change default results_server from axolotl to build-graphs.mozilla.org.
(cmp)


git-svn-id: svn://10.0.0.236/trunk@167941 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-18 06:55:52 +00:00
scott%scott-macgregor.org
2115e48315 Bug #275153 --> fix handling of invalid or missing date fields in articles.
Patch by Robert Sayre (sayrer@gmail.com)


git-svn-id: svn://10.0.0.236/trunk@167940 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-18 05:18:58 +00:00
kyle.yuan%sun.com
2a56552461 Bug 278672 can't build myspell on Solaris using SunONE Studio compiler
r=mvl, sr=mscott, added using namespace std for SunONE studio compiler.


git-svn-id: svn://10.0.0.236/trunk@167939 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-18 05:16:33 +00:00
scott%scott-macgregor.org
f22b4ff63a Bug #275131 --> add cookie support for RSS
git-svn-id: svn://10.0.0.236/trunk@167938 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-18 05:12:49 +00:00
justdave%bugzilla.org
3869947c49 Update version to 2.19.2+ for cvs development
git-svn-id: svn://10.0.0.236/trunk@167935 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-18 01:20:27 +00:00
bsmedberg%covad.net
712f86eed9 Try to fix orange, fixing typo from bug 276588.
git-svn-id: svn://10.0.0.236/trunk@167934 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-18 00:56:00 +00:00
pedemont%us.ibm.com
a5b6694d39 Bug 117186 - Add menu shortcuts for backward/forward. Patch by mano. r=jhpedemonte, sr=neil
git-svn-id: svn://10.0.0.236/trunk@167933 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-18 00:13:46 +00:00
cst%andrew.cmu.edu
7e954a97a2 Bug 276792 VersionCheck should use common DB config
Patch by Colin Ogilvie <colin.ogilvie@gmail.com>, r=alanjstr


git-svn-id: svn://10.0.0.236/trunk@167932 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-17 23:55:51 +00:00
gerv%gerv.net
752eb2fbba Switch to planet.css stylesheet by default.
git-svn-id: svn://10.0.0.236/trunk@167931 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-17 23:55:36 +00:00
gerv%gerv.net
8e435b3104 Fixed word-wrapping-at-20-chars bug; theme updates and minor textual fixes.
git-svn-id: svn://10.0.0.236/trunk@167930 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-17 23:55:01 +00:00
smfr%smfr.org
e8a4ad2357 Fix bug 269561: orphaned dropdown left after selecting an item in a combo box. Fix some code in nsMacWindow that could erroneously change the visibility of the window from false to true. r=pinkerton, sr=bzbarsky
git-svn-id: svn://10.0.0.236/trunk@167929 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-17 23:54:34 +00:00
Stefan.Borggraefe%gmx.de
30f3bf8178 Bug 119765: Modern theme description talks about "Communicator"
r=neil, sr=brendan


git-svn-id: svn://10.0.0.236/trunk@167928 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-17 23:53:26 +00:00
pedemont%us.ibm.com
001fd78f89 Bug 269480 - Zooming uses wrong rect. Patch by ccarlen. r=pinkerton, sr=sfraser
git-svn-id: svn://10.0.0.236/trunk@167925 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-17 23:21:33 +00:00
wtchang%redhat.com
1753627988 Bugzilla Bug 262822: moved the RecursiveStrip function from makexpi.pl
to deliver.pl so we can regenerate the .chk files using shlibsign after the
NSS softoken shared libraries are stripped. r=cmp. sr=bryner.
Modified Files: deliver.pl makexpi.pl


git-svn-id: svn://10.0.0.236/trunk@167924 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-17 23:20:31 +00:00
wtchang%redhat.com
2b4b4f8916 Bugzilla Bug 262822: use run-mozilla.sh to invoke shlibsign. Removed an
unnecessary cd command. r=cmp. sr=bryner.
Modified Files:
	xpinstall/packager/Makefile.in
	toolkit/mozapps/installer/packager.mk


git-svn-id: svn://10.0.0.236/trunk@167923 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-17 23:18:11 +00:00
vladimir%pobox.com
0a6df44e5f more timezone conversion fixes
git-svn-id: svn://10.0.0.236/trunk@167919 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-17 22:06:24 +00:00
wtchang%redhat.com
5353c06979 Bugzilla bug 276330: add a new configuration macro _PR_HAVE_O_APPEND,
which should be defined on platforms (e.g., Unix and BeOS) that have
O_APPEND or its equivalent.  The patch is contributed by tqh
<thesuckiestemail@yahoo.se>. r=wtc,sergei_d.
Modified files: _beos.h _unixos.h primpl.h prfile.c


git-svn-id: svn://10.0.0.236/trunk@167918 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-17 22:00:53 +00:00
cst%andrew.cmu.edu
3ad4cfd751 Bug 275906 Previews page shows strings $preview_width and $preview_height
patch by alanjstr, r=psychoticwolf


git-svn-id: svn://10.0.0.236/trunk@167916 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-17 21:55:54 +00:00
vladimir%pobox.com
6412e32b01 Generate a timezone on the icaltimetype if one is specified, and the calDatetime isn't in UTC
git-svn-id: svn://10.0.0.236/trunk@167915 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-17 21:51:53 +00:00
cst%andrew.cmu.edu
2fe0934222 Bug 271272 Use XML parsing on install.rdf instead of regex
Patch by Ted Mielczarek <ted.mielczarek@gmail.com>, r=alanjstr


git-svn-id: svn://10.0.0.236/trunk@167913 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-17 21:47:30 +00:00
cst%andrew.cmu.edu
690de376d8 Bug 247810 Mozilla Update (update.mozilla.org) needs a Search Feature
Patch by Ted Mielczarek <ted.mielczarek@gmail.com>, r=alanjstr


git-svn-id: svn://10.0.0.236/trunk@167912 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-17 21:37:42 +00:00
cst%andrew.cmu.edu
8f2e924147 Bug 276135 Bad Thunderbird web site verbage
patch by alanjstr, r=alanjstr


git-svn-id: svn://10.0.0.236/trunk@167911 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-17 21:32:55 +00:00
pedemont%us.ibm.com
8df4881b0d Set proper extension on JNI lib for MacOSX.
git-svn-id: svn://10.0.0.236/trunk@167910 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-17 21:18:11 +00:00
pedemont%us.ibm.com
01afdf8458 Bug 264938 - Collapse toolbar button shouldn't hide the statusbar. Patch by mano, r=jhpedemonte, sr=sfraser.
git-svn-id: svn://10.0.0.236/trunk@167909 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-17 20:48:14 +00:00
bsmedberg%covad.net
5c01a6c96d Fixing -P <profile> startup flag, should fix orange from bug 276588 - dereference happens after the pre-increment flag :(
git-svn-id: svn://10.0.0.236/trunk@167908 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-17 20:27:23 +00:00
smfr%smfr.org
6eb9736c91 Rename a bunch of history-related structs so that they don't conflict with what's in nsGlobalHistory in static builds.
git-svn-id: svn://10.0.0.236/trunk@167907 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-17 20:23:19 +00:00
bsmedberg%covad.net
fc2a56dae8 Bustage fix from bug 276588.
git-svn-id: svn://10.0.0.236/trunk@167906 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-17 20:02:20 +00:00
smfr%smfr.org
43910de429 Removing unused bookmark manager images. Removing libstring_obsolete_s.a which no longer exists, and removing library search paths into ../string/obsolete.
git-svn-id: svn://10.0.0.236/trunk@167905 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-17 19:36:38 +00:00
scott%scott-macgregor.org
645e679bd8 Bug #269702 --> In Toolbar customization 'Text only' drop down menues are missing for 'Get mail', 'Mark' and 'Print'.
Patch by Simon Paquet


git-svn-id: svn://10.0.0.236/trunk@167904 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-17 19:26:16 +00:00
despotdaemon
c88bc13a07 Pseudo-automatic update of changes made by wtchang@redhat.com.
git-svn-id: svn://10.0.0.236/trunk@167903 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-17 19:25:41 +00:00
smfr%smfr.org
0cf456f1f2 Fix a crash on quit that happened if you had visited the Privacy panel. It occurred because we assumed that -dealloc would be called before XPXCOM shutdown, which is not true of autoreleased objects. r=josh
git-svn-id: svn://10.0.0.236/trunk@167902 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-17 19:21:56 +00:00
bzbarsky%mit.edu
e43812bfd1 Fix some .getFromTypeAndExtension to follow the api documentation. Bug 274339,
r=biesi,mconnor, sr=neil


git-svn-id: svn://10.0.0.236/trunk@167901 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-17 19:13:15 +00:00
scott%scott-macgregor.org
f75ec91997 Bug #277354 --> Make the bayesian filter handle japanese tokens
Patch by Noriyuki INOUE <norinoue@mbox.kyoto-inet.or.jp>

sr=me


git-svn-id: svn://10.0.0.236/trunk@167900 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-17 18:53:44 +00:00
bsmedberg%covad.net
1d2350be56 Bug 276588 - Rework command line handling in the toolkit to use a generic API - see COMMANDLINES_20050109_BRANCH for more detailed cvs logs r=darin,caillon,mscott,mconnor
git-svn-id: svn://10.0.0.236/trunk@167899 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-17 18:50:18 +00:00
jshin%mailaps.org
a245fd5ba3 correct a typo : macinsoth -> macintosh
git-svn-id: svn://10.0.0.236/trunk@167898 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-17 17:33:38 +00:00
marco%gnome.org
289f383e08 Fix bug 238052. Paint the tooltip border on every expose event.
Patch by chpe@gnome.org r=marco sr=blizzard


git-svn-id: svn://10.0.0.236/trunk@167897 18797224-902f-48f8-a5cc-f745e15eee43
2005-01-17 17:19:39 +00:00