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

126911 Коммитов

Автор SHA1 Сообщение Дата
peterv%propagandism.org c4cd02b8bf Fix stupid error from fix for bug 16603 (DOM doesn't throw INVALID_CHARACTER_ERR for arguments with invalid characters). r/sr=jst, a=choffman. 2004-02-12 16:40:40 +00:00
cltbld%netscape.com 255f72aac1 Automated update 2004-02-12 16:11:29 +00:00
tor%cs.brown.edu 0253ecb126 Bug 231620 - build option for cairo svg renderer. r=alex sr=bryner a=chofmann 2004-02-12 16:05:54 +00:00
darin%meer.net dfda923ff4 relanding patch for bug 132517 "prefs.js frequently truncated on exit or crash" r=ccarlen sr=bryner a=chofmann 2004-02-12 13:09:13 +00:00
bryner%brianryner.com e2c017d68c Don't build p3p for Firefox, we don't have any UI for it. 2004-02-12 10:34:55 +00:00
ben%bengoodger.com c827307e64 Make newer versions of the Windows Media Player control work in Firefox by registering the executable name with the Windows Media Player 2004-02-12 10:22:20 +00:00
pinkerton%aol.net bb5c2ec958 correctly remember location when adding a bm to a toplevel folder so that
the next 'add bookmark' will reuse that toplevel folder (bug 233692)
2004-02-12 08:32:45 +00:00
pinkerton%aol.net 98cc6e0845 use exterior focus ring on panther 2004-02-12 07:54:07 +00:00
pinkerton%aol.net 7abe093365 use ExtendedTableView for whitelist table so backspace works to delete. Use
exterior focus ring style on panther
2004-02-12 07:51:25 +00:00
pinkerton%aol.net 740146122c pin search field to the right and make it a little bigger so the rounded
version looks correct
2004-02-12 07:41:51 +00:00
pinkerton%aol.net 28e6c2ba8f only set the splitter position the first time through, not ever time the
view is displayed
2004-02-12 07:29:43 +00:00
pinkerton%aol.net b86c06f89b if 10.2 or later, make the search field rounded 2004-02-12 07:20:58 +00:00
pinkerton%aol.net c4e92e1a45 make edit sites use a ExtendedTableView so it gets backspace support. Set
table view explicitly to be the first responder so it accepts keys right
off the bat.
2004-02-12 07:19:59 +00:00
scott%scott-macgregor.org e31490c688 Bug #232011 Should effect thunderbird only. Thunderbird changes for using the xul pre-processor to generate the locale version.
No more need for contents.rdf.in files.
2004-02-12 05:45:10 +00:00
scott%scott-macgregor.org 1ff9eda742 Bug #232011 Should effect thunderbird only. Thunderbird changes for using the xul pre-processor to generate the locale version.
No more need for contents.rdf.in files.

Port random mozilla/mailnews fixes to the thunderbird
2004-02-12 05:44:05 +00:00
cls%seawood.org 99fad047e2 Fixing composer.app mingw bustage.
Thanks to David G King <d_king@xtra.co.nz> for the patch.
Bug #227896 r=cls sr=brendan
2004-02-12 05:43:43 +00:00
scott%scott-macgregor.org bad5bed4eb The thunderbird customize toolbar window is a dialog because it has ok/cancel buttons. Make sure it gets the same style rules
as a window customize toolbar window
2004-02-12 05:07:48 +00:00
scott%scott-macgregor.org 35c63c6af5 Bug #233976 --> use the view source code from mozilla/toolkit. Remove our own version.
This should enable a bunch of functionality in view source like copy/paste/find in page,etc.
2004-02-12 05:02:29 +00:00
kiko%async.com.br 4b4b25f540 Adding a comment to avoid further dupes of bug 97736 -- and also
because I keep forgetting about the real reason it's there :-)

Comment-only change.
2004-02-12 04:45:17 +00:00
pinkerton%aol.net 70c6f4da3d add splitter position tags 2004-02-12 04:21:58 +00:00
scott%scott-macgregor.org f9efef63da Ctrl-N should bring up a new AB card from the address book. 2004-02-12 04:02:13 +00:00
pinkerton%aol.net f96043d26d release escaped search string 2004-02-12 04:00:09 +00:00
scott%scott-macgregor.org 7713ab3201 Add a mozconfig file which can be used to make building thunderbird easier 2004-02-12 03:53:54 +00:00
pinkerton%aol.net aa6bbd55ea remember bookmark manager vertical splitter width between windows (bug 232046) 2004-02-12 03:52:24 +00:00
pinkerton%aol.net a21209c4f2 new files 2004-02-12 03:47:44 +00:00
scott%scott-macgregor.org a7ff9bafb3 Bug #230399 --> view source JS error:
Error: document.getElementById("cmd_goToLine") has no properties
Source File: chrome://navigator/content/viewsource.js
Line: 204
2004-02-12 03:44:51 +00:00
scott%scott-macgregor.org eb5001838a Back out Bug #229872. Fixes regression where attachment names are no longere showing up in thunderbird compose window
(Regression bug is BUg #233832)
2004-02-12 03:19:25 +00:00
scott%scott-macgregor.org e2025b05f3 Bug #233842 --> Cannot install extensions. Port seamonkey prefs for xpinstall chrome url 2004-02-12 03:01:33 +00:00
jpierre%netscape.com 3d988159e3 Fix strings in SECU_PrintError. bug 233493 2004-02-12 02:08:59 +00:00
pinkerton%aol.net ec16db9548 escape special chars in google search string (bug 233475) 2004-02-12 01:41:49 +00:00
gerv%gerv.net b4b1f11e87 Bug 232897 - make collectstats.pl work with shadow databases, by reading from shadow and writing to master. Patch by gerv; r=bbaetz, a=justdave. 2004-02-11 23:41:36 +00:00
pinkerton%aol.net 490d78058c change copyright 2004-02-11 22:37:46 +00:00
jst%mozilla.jstenback.com 08d1e6b907 Checking in for nallen@acm.org, bug 13350. Making the DOM branch callback code limit the ammount of time we allow Mozilla to spend in JS by time, in stead of limiting only by the number of executed branches. r=jst@mozilla.jstenback.com, sr=brendan@mozilla.org, a=chofmann@mozilla.org 2004-02-11 22:22:05 +00:00
jst%mozilla.jstenback.com d576bb7676 Fixing bug 206859. Don't allow drag & drop into file inputs. r=caillon@aillon.org, sr=bryner@brianryner.com, a=chofmann@mozilla.org 2004-02-11 21:31:53 +00:00
wchang0222%aol.com b076801cbc Bugzilla bug 233048: support 64-bit Solaris SPARC build with gcc. The
patch is contributed by Vladim�r Marek <<Vladimir.Marek@printsoft.cz>.
r=wtc.
2004-02-11 21:08:09 +00:00
darin%meer.net 033a5fe3ac additional patch for bug 230598 "fix permissions problem" r=bsmedberg a=mkaply 2004-02-11 20:49:38 +00:00
ben%bengoodger.com e06001aa8b we aren't checking in firefox icons 2004-02-11 20:49:33 +00:00
wchang0222%aol.com 72b4f0a82f Bugzilla bug 229297: fixed compiler warning "conversion from 'double' to
'long', possible loss of data".  r=jpierre,relyea.
2004-02-11 19:43:29 +00:00
wchang0222%aol.com 92d497302e Bugzilla bug 229293: fixed compiler warning "unary minus operator applied
to unsigned type". r=relyea,jpierre.
2004-02-11 19:37:18 +00:00
pinkerton%aol.net 28506ec38b prune some whitespace from inline edit box 2004-02-11 19:15:10 +00:00
pinkerton%aol.net 6b9b5853a9 allow first row to do inline edit 2004-02-11 19:14:52 +00:00
uid504 073bb0a979 bug 218898, move symbols into a separate directory after splitting.
r=bsmedberg,sr=cls,a=chofmann
2004-02-11 18:56:00 +00:00
pinkerton%aol.net 624f9ba3ea add |-textDidEndEditing:| override to ExtendedTableView like already existed
in ExtendedOutlineView so that it doesn't select another cell when inline
editing is complete
2004-02-11 18:29:10 +00:00
pinkerton%aol.net 17fce2cdd0 use exterior focus rings (panther only) set row height on item/search panels
to 16 to better match safari
2004-02-11 17:54:09 +00:00
pinkerton%aol.net eb16fac9ee shift down text part of cell by 1px to get better centering w/in cell. 2004-02-11 17:52:21 +00:00
ere%atp.fi b1ae7188b5 Fix for bug 212767: Crash when initializing Midas (setting designMode and others)
r=brade
sr=dbaron
a=chofmann
2004-02-11 15:40:34 +00:00
mostafah%oeone.com 5a1f3390a4 Removing the need for the "-calendar" argument 2004-02-11 15:11:51 +00:00
peterv%propagandism.org fff83eaee3 Fixing Mac SVG bustage. Not part of the build. 2004-02-11 10:04:27 +00:00
jst%mozilla.jstenback.com 0d5e97a603 Fixing FireFox bustage. 2004-02-11 08:43:32 +00:00
brendan%mozilla.org 21766deb5a Fix Expression to stop on : only if hookLevel is not elevated. 2004-02-11 08:30:20 +00:00