aaronleventhal%moonset.net
8df1f0d4ed
Attempt to fix Neil's bustage
2005-01-19 03:34:38 +00:00
aaronleventhal%moonset.net
e459658839
Fixing bustage
2005-01-19 03:11:34 +00:00
aaronleventhal%moonset.net
84910111ef
Bug 167145. When PreventDefault() called for onkeydown event, do the same for onkeypress that follows. r=bryner, sr=neil
2005-01-19 02:38:59 +00:00
brendan%mozilla.org
c4f9945247
Remove bogus assert in MarkGCThing, fix order of operation in js_NewObject to avoid losing the newborn root (278725, r=shaver).
2005-01-19 02:25:40 +00:00
joshmoz%gmail.com
65c3b4c8f8
Fix a crash on quit that happened if you had visited the Web Features pref panel. It occurred because we assumed that -dealloc would be called before XPXCOM shutdown, which is not true of autoreleased objects. This is the same fix for the same bug that smfr committed yesterday in the privacy pref pane code. Also, add licenses to two files missing them.
2005-01-19 02:14:21 +00:00
bugzilla%arlen.demon.co.uk
308c16c134
Bug 274672 Pressing Enter in Wizard activate BOTH focused button and pageAdvance()
...
p=lwchk2001@yahoo.com.hk/me r=neil.parkwaycc.co.uk sr=bzbarsky
2005-01-19 01:57:32 +00:00
bienvenu%nventure.com
8ccc397c52
fix 16360 auto save of drafts, sr=mscott
2005-01-19 01:16:42 +00:00
neil%parkwaycc.co.uk
a3392e7e6c
Bug 276002 Change nsContenUtils::Get/FormatLocalizedString to use nsXPIDLString to save on nsAutoString copies r=dbaron sr=bryner
2005-01-18 23:46:59 +00:00
joshmoz%gmail.com
2c92e1e719
add file for history pref pane that I forgot
2005-01-18 23:45:52 +00:00
neil%parkwaycc.co.uk
0a5d7b2b67
Bug 276372 Some parts of biff not working because I'd accidentally excised too much of my tree creating my previous patch r+sr=bienvenu
2005-01-18 23:35:52 +00:00
joshmoz%gmail.com
72afa62d49
move history prefs into their own pane, part of major prefs reorg
2005-01-18 23:34:29 +00:00
dbaron%dbaron.org
acdc28470a
Add comment.
2005-01-18 23:32:48 +00:00
neil%parkwaycc.co.uk
d4c2713229
Bug 233036 JavaScript strict warning: reference to undefined property window.arguments[0].QueryInterface p=gautheri@noos.fr r=me sr=bienvenu
2005-01-18 23:28:16 +00:00
pedemont%us.ibm.com
5c5490bfe4
Use NS_EXPORT on Linux to ensure gcc visibility gets set on JNI functions.
2005-01-18 22:53:50 +00:00
bryner%brianryner.com
29013e61e8
Build Mac files for Cocoa toolkit.
2005-01-18 20:55:59 +00:00
erik%vanderpoel.org
94fe1d3661
Initial check-in of brief history of project.
2005-01-18 20:32:46 +00:00
jshin%mailaps.org
6588d03bee
fix xft build bustage
2005-01-18 19:36:46 +00:00
travis%sedsystems.ca
adc4b7e823
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
2005-01-18 18:29:27 +00:00
jshin%mailaps.org
fb17b19f9c
bug 229394 : add 'font.name-list' support to Xft build (r=bryner, sr=rbs)
2005-01-18 18:24:15 +00:00
travis%sedsystems.ca
4082e8f040
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
2005-01-18 17:25:02 +00:00
travis%sedsystems.ca
4ca38535e9
Bug 276840 : Move $::defaultqueryname out of globals.pl into Bugzilla/Constants.pm
...
Patch by Max K-A <mkanat@kerio.com> r=vladd a=justdave
2005-01-18 16:53:50 +00:00
travis%sedsystems.ca
64228138e1
Bug 278336 : goodperl.t now checks shebang lines for /usr/bin/perl
...
Patch by travis@sedsystems.ca r=vladd
2005-01-18 16:39:30 +00:00
edburns%acm.org
68b4ab9c50
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
2005-01-18 15:20:52 +00:00
bsmedberg%covad.net
7a329d593d
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
2005-01-18 13:09:08 +00:00
cltbld
1fbdcdec38
Change default results_server from axolotl to build-graphs.mozilla.org.
...
(cmp)
2005-01-18 06:55:52 +00:00
scott%scott-macgregor.org
6c3a51d2ff
Bug #275153 --> fix handling of invalid or missing date fields in articles.
...
Patch by Robert Sayre (sayrer@gmail.com )
2005-01-18 05:17:49 +00:00
kyle.yuan%sun.com
3f760ea415
Bug 278672 can't build myspell on Solaris using SunONE Studio compiler
...
r=mvl, sr=mscott, added using namespace std for SunONE studio compiler.
2005-01-18 05:16:33 +00:00
scott%scott-macgregor.org
78106ba7da
Bug #275131 --> add cookie support for RSS
2005-01-18 05:12:49 +00:00
justdave%bugzilla.org
4ff3d76be2
Update version to 2.19.2+ for cvs development
2005-01-18 01:20:27 +00:00
bsmedberg%covad.net
080b45739f
Try to fix orange, fixing typo from bug 276588.
2005-01-18 00:56:00 +00:00
pedemont%us.ibm.com
d0289138da
Bug 117186 - Add menu shortcuts for backward/forward. Patch by mano. r=jhpedemonte, sr=neil
2005-01-18 00:13:46 +00:00
cst%andrew.cmu.edu
b373cb053c
Bug 276792 VersionCheck should use common DB config
...
Patch by Colin Ogilvie <colin.ogilvie@gmail.com>, r=alanjstr
2005-01-17 23:55:50 +00:00
gerv%gerv.net
1d7e19845f
Switch to planet.css stylesheet by default.
2005-01-17 23:55:36 +00:00
gerv%gerv.net
4af914705a
Fixed word-wrapping-at-20-chars bug; theme updates and minor textual fixes.
2005-01-17 23:55:01 +00:00
smfr%smfr.org
a08b0e6ae5
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
2005-01-17 23:54:34 +00:00
Stefan.Borggraefe%gmx.de
56161e4795
Bug 119765: Modern theme description talks about "Communicator"
...
r=neil, sr=brendan
2005-01-17 23:53:26 +00:00
pedemont%us.ibm.com
796e6589a6
Bug 269480 - Zooming uses wrong rect. Patch by ccarlen. r=pinkerton, sr=sfraser
2005-01-17 23:21:33 +00:00
wtchang%redhat.com
f1248ae75c
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
2005-01-17 23:20:31 +00:00
wtchang%redhat.com
eeb28c997b
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
2005-01-17 23:18:11 +00:00
vladimir%pobox.com
8c2bf5e062
more timezone conversion fixes
2005-01-17 22:06:24 +00:00
wtchang%redhat.com
20cc344edf
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
2005-01-17 22:00:53 +00:00
cst%andrew.cmu.edu
a5ee7c7a19
Bug 275906 Previews page shows strings $preview_width and $preview_height
...
patch by alanjstr, r=psychoticwolf
2005-01-17 21:55:54 +00:00
vladimir%pobox.com
95f8c4a64f
Generate a timezone on the icaltimetype if one is specified, and the calDatetime isn't in UTC
2005-01-17 21:51:53 +00:00
cst%andrew.cmu.edu
7f491937fa
Bug 271272 Use XML parsing on install.rdf instead of regex
...
Patch by Ted Mielczarek <ted.mielczarek@gmail.com>, r=alanjstr
2005-01-17 21:47:30 +00:00
cst%andrew.cmu.edu
53f45f84b7
Bug 247810 Mozilla Update (update.mozilla.org) needs a Search Feature
...
Patch by Ted Mielczarek <ted.mielczarek@gmail.com>, r=alanjstr
2005-01-17 21:37:42 +00:00
cst%andrew.cmu.edu
f841016292
Bug 276135 Bad Thunderbird web site verbage
...
patch by alanjstr, r=alanjstr
2005-01-17 21:32:55 +00:00
pedemont%us.ibm.com
a8b2a69aed
Set proper extension on JNI lib for MacOSX.
2005-01-17 21:18:11 +00:00
pedemont%us.ibm.com
101e033fa1
Bug 264938 - Collapse toolbar button shouldn't hide the statusbar. Patch by mano, r=jhpedemonte, sr=sfraser.
2005-01-17 20:48:14 +00:00
bsmedberg%covad.net
01e6b5c756
Fixing -P <profile> startup flag, should fix orange from bug 276588 - dereference happens after the pre-increment flag :(
2005-01-17 20:27:23 +00:00
smfr%smfr.org
7c288d1be3
Rename a bunch of history-related structs so that they don't conflict with what's in nsGlobalHistory in static builds.
2005-01-17 20:23:19 +00:00