steffen.wilberg%web.de
39979085da
Bug 259083: error in Close Tab shortcuts. p=nosebleed@umphlet.com, r=me
2004-09-15 09:21:06 +00:00
jwalden%mit.edu
e8fecae44d
Bug 258671 - Readd Work Offline descriptions to Help. Reverting a previous change...
2004-09-15 06:45:44 +00:00
jwalden%mit.edu
d40c51c199
Bug 258640 - Missing shortcut (New Message... CTRL + M). r=steffen
2004-09-15 06:29:36 +00:00
blizzard%redhat.com
2ac0f98e0a
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.
2004-09-15 05:02:26 +00:00
dbaron%dbaron.org
2958ea9292
Fix XBL destructors. b=258832 r+sr=brendan
2004-09-15 02:19:24 +00:00
justdave%bugzilla.org
b387afaee2
Bug 256004: Fix regression that caused duplicate sortkeys in the fielddefs table
...
r=myk, a=justdave
2004-09-15 00:58:32 +00:00
myk%mozilla.org
4a0e4c44ab
Fix for bug 249868: makes series pages validate
2004-09-14 23:30:20 +00:00
myk%mozilla.org
596bb4c3cb
Fix for bug 240460: updates upgrading examples with new URLs and version numbers; r=gerv; a=justdave
2004-09-14 23:04:38 +00:00
darin%meer.net
f0c9e4dcfc
landing patch for bug 259213 "Coalesce boolean fields into nsXREAppData::flags" r=bsmedberg
2004-09-14 21:05:46 +00:00
neil%parkwaycc.co.uk
ec781c1358
Bug 205639 Don't let user duplicate filter names by renaming filters p=mark@standard8.demon.co.uk r=me sr=bienvenu
2004-09-14 21:05:35 +00:00
cbiesinger%web.de
b7774b956f
bug 241070 patch by npeninguy@gmail.com (Nicolas PENINGUY), r=bryner sr=blizzard
...
Refactor nsNativeThemeGTK
2004-09-14 20:56:01 +00:00
cbiesinger%web.de
8e1b8492ac
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
2004-09-14 20:44:30 +00:00
bryner%brianryner.com
6d283ec3a4
Bug 245653 - don't try to use dogbert migrator on BeOS. Patch by thesuckiestemail@yahoo.se, r=sergei_d@fi.tartu.ee.
2004-09-14 20:43:45 +00:00
cbiesinger%web.de
815b1030b0
bug 248044 move jar protocol handler into libjar. removing now-unused files
...
r=bsmedberg sr=darin
2004-09-14 20:42:20 +00:00
bienvenu%nventure.com
4cc832eea2
fix offline download getting aborted when reading a message in mem cache or offline store, sr=mcott 249195
2004-09-14 19:45:43 +00:00
cbiesinger%web.de
207f63d6aa
fixing indentation after last checkin
2004-09-14 18:55:28 +00:00
cltbld
a6a7f235c5
Automated update from host egg
2004-09-14 18:42:11 +00:00
cbiesinger%web.de
b5ded57da7
Bug 248044 move jar protocol handler into libjar. these are the changes to the
...
existing files
r=bsmedberg sr=darin
2004-09-14 18:40:26 +00:00
cbiesinger%web.de
f502011115
Bug 248044 move jar protocol handler into libjar. these are the changes to the
...
moved files
r=bsmedberg sr=darin
2004-09-14 18:32:13 +00:00
dbaron%dbaron.org
a7d98f183c
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
2004-09-14 17:26:35 +00:00
dbaron%dbaron.org
12063cbd2c
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
2004-09-14 17:17:21 +00:00
darin%meer.net
8f66abf599
adding macbuild directory
2004-09-14 16:46:20 +00:00
bzbarsky%mit.edu
df998aca42
Make sure to addref out param. Bugs 258121 and 247712, r+sr=peterv
2004-09-14 15:06:56 +00:00
igor%mir2.org
62e48063e9
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.
2004-09-14 14:59:21 +00:00
bzbarsky%mit.edu
dde85fe56f
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
2004-09-14 13:33:54 +00:00
pete.zha%sun.com
93486cd553
bug 244558
...
cookperm.txt->hostperm.1
r=dwitte,sr=roc
patch=ben.bucksch@beonex.com
2004-09-14 12:08:06 +00:00
cls%seawood.org
9551cb2461
Only escape $rcsfile when invoking shell otherwise standard perl functions fail.
...
Bug #258668
2004-09-14 09:10:07 +00:00
jst%mozilla.jstenback.com
a600b134dd
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
2004-09-14 06:03:34 +00:00
justdave%bugzilla.org
5520838d38
Oops, backing out changes to administration.xml that are supposed to be part of a different patch.
2004-09-14 05:50:29 +00:00
justdave%bugzilla.org
51c0b08814
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
2004-09-14 05:48:54 +00:00
bryner%brianryner.com
153fe1346d
Support properties on documents (bug 253888). r+sr=jst.
2004-09-14 04:21:29 +00:00
darin%meer.net
1150837cb4
cleaning up --help output
2004-09-14 04:14:59 +00:00
vladimir%pobox.com
8cf1357546
Moving VersionCheck.php from toolkit
2004-09-14 04:12:32 +00:00
darin%meer.net
d233df5848
simplify the "simple" example
2004-09-14 03:23:19 +00:00
darin%meer.net
ef892d9b6a
improve --help output
2004-09-14 03:00:12 +00:00
roc+%cs.cmu.edu
6146e49d29
Bug 259032. DeCOMtaminate nsIFrame::GetNext/PrevInFlow. r+sr=roc, patch by Will Levine
2004-09-14 02:28:03 +00:00
brendan%mozilla.org
4486de9fc8
Fix function redeclaration and with deprecation warnings to apply to start of statement (256036, r=shaver).
2004-09-14 01:38:19 +00:00
timeless%mozdev.org
47b5c8a3a1
oops, patch applied poorly, moving print and close lines back into
...
mail_notification where they belong (caught by cls)
2004-09-14 01:37:11 +00:00
timeless%mozdev.org
06de7bba52
Bug 244801 fix so email not required on checkin
...
patch by mikey@mikey.com r=cls
comment block changes by cls r=timeless
2004-09-14 01:05:32 +00:00
dveditz%cruzio.com
d2ae2ce14b
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
2004-09-14 00:56:13 +00:00
timeless%mozdev.org
b388ef71c1
removing tabs / trailing whitespace. enforcing whitespace style
...
r=cls
2004-09-14 00:47:25 +00:00
tor%cs.brown.edu
d04b51a5ed
Bug 257669 - respect x,y attributes of inner <svg:svg>.
...
p=tor,jonathan.watt@strath.ac.uk; r=afri,tor
2004-09-13 22:55:43 +00:00
bryner%brianryner.com
cc14274b06
Fix ctrl+a emacs keybinding for gtk1 (bug 259011), r+sr=bzbarsky
2004-09-13 22:35:39 +00:00
cls%seawood.org
cb6a541f35
Escape special chars in filenames when calling rlog.
...
Fix minor 'used once' warnings.
Bug #258668 r=timeless
2004-09-13 21:41:22 +00:00
cls%seawood.org
abc2bd35d9
Strip ./ from the beginning of dirnames since that ./ causes bonsai to see ./CVSROOT & /CVSROOT as different directories.
...
Bug #253644 r=timeless
2004-09-13 21:00:58 +00:00
cbiesinger%web.de
08c23a2243
remove unused headers from winEmbed 258179 r=dougt sr=bz
2004-09-13 20:53:42 +00:00
bzbarsky%mit.edu
616283266d
Remove bogus "support" for <sourcetext> and <parsererror>. Bug 210658, patch
...
by Blake Kaplan <mrbkap@rice.edu>, r+sr=bzbarsky
2004-09-13 20:43:15 +00:00
dbaron%dbaron.org
dc543d8c47
Fix VC7 bustage. b=258793
2004-09-13 20:40:46 +00:00
mostafah%oeone.com
8c339eab41
Updated translation
2004-09-13 20:38:48 +00:00
mostafah%oeone.com
d440d0d4f1
Checked in patch for bug 237897:
...
dialog "subscribe to remote cal" malformed with large system fonts
2004-09-13 20:24:26 +00:00