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

127164 Коммитов

Автор SHA1 Сообщение Дата
blakeross%telocity.com b07ec78b61 Fix 234756: Set as Wallpaper: "Center" preview of tall image breaks dialog. 2004-02-18 09:57:38 +00:00
blakeross%telocity.com f23982c22f Fix 234734...eh, I think this was the most proper fix for the other bug but I forgot that webpage autocomplete uses this code too. I could wrap this in an if statement to make sure it's a xul elt but it really doesn't matter, I'd just as soon remove it entirely. 2004-02-18 06:14:50 +00:00
ben%bengoodger.com 462e9372a9 more safari migrator stuff 2004-02-18 05:04:22 +00:00
pinkerton%aol.net 3023bece63 text fields shouldn't default to transparent as we use -moz-field for the bg
(r/sr=bryner, bug 203438)
2004-02-18 03:45:55 +00:00
jst%mozilla.jstenback.com 991fb4a1e7 Fixing crash regression bug 234626. Add kungFuDeathGrips to functions in nsJSContext that execute JS (some already had them) to avoid having JSContexts die on us while they're still on the stack. r=caillon@aillon.org, sr=dbaron@dbaron.org, a=chofmann@mozilla.org 2004-02-18 02:17:32 +00:00
bryner%brianryner.com 7a5ac49949 Guard against empty signon entry confusion by refusing to add new entries with empty user and empty password, fixing removal of these entries, and attempting to discard these entries as they are read in. Bug 231042. 2004-02-18 00:56:29 +00:00
bryner%brianryner.com 102f95c31c fix non-null terminated PRUnichar string constant. Bug 228688, r+sr+a=dbaron 2004-02-18 00:41:04 +00:00
dbaron%dbaron.org d1c0e28de0 Arguments to strcmp need to be null-terminated. b=228688 r+sr=jst a=chofmann 2004-02-18 00:15:49 +00:00
pinkerton%aol.net c89ca42c4a tab through text fields and form controls by default (bug 197193) 2004-02-18 00:05:52 +00:00
cbiesinger%web.de 57a514a991 bug 230598, sort the showrev output, to avoid complaining about missing patches
that are really already installed, patch by p.boven@chello.nl (Paul Boven)
r=roland.mainz@nrubsig.org sr=bz a=chofmann
2004-02-17 23:24:46 +00:00
caillon%returnzero.com 6f627fecbb Back out the patch for bug 230778 to fix bug 231769, can't change themes from the preferences panel.
a=chofmann,dbaron
2004-02-17 23:18:03 +00:00
jst%mozilla.jstenback.com fabd10b530 Fixing crasher regression bug 233953. Removing extra Release() call that causes a crash due to an unbalanced refcount. r=danm-moz@comcast.net, sr=dougt@meer.net, a=chofmann@mozilla.org 2004-02-17 23:07:33 +00:00
rlk%trfenv.com f15fc5b39e Re-enabling Help. Ben accidentally disabled help while landing the Migration Branch. 2004-02-17 21:54:04 +00:00
blakeross%telocity.com d2011abe3a Fix 234660 - homepage as about:blank breaks stuff. 2004-02-17 21:18:25 +00:00
mkaply%us.ibm.com c23d9287f3 OS/2 updates for firefox static build 2004-02-17 19:54:44 +00:00
pinkerton%aol.net c42ea21330 reverting to correct behavior after identifying Tp regression 2004-02-17 19:10:54 +00:00
pinkerton%aol.net ac33e2e1aa backing out fix to 180461 to test a hunch with Tp 2004-02-17 17:02:49 +00:00
timeless%mozdev.org 01040a802f Bug 232642 [ActiveX] crash if access twice the same html element
patch by atremon@elansoftware.com r=adamlock sr=jst a=chofmann
2004-02-17 16:07:36 +00:00
brendan%mozilla.org 962663d3d9 t.scanOperand should be true by default, eliminating scanForOperand bloat. 2004-02-17 08:43:48 +00:00
blakeross%telocity.com 698c9272ae Make the fix for 232617 a little more correct (IMO). 2004-02-17 08:32:42 +00:00
pinkerton%aol.net e9d49742db fix urls 2004-02-17 08:14:26 +00:00
blakeross%telocity.com 3f29d91e2e Fix 232617: Location bar dropdown loads new tab. 2004-02-17 08:07:13 +00:00
pinkerton%aol.net 2bd8b188b7 adding items to help for release notes, tips&tricks, and search customization
(bug 228249)
2004-02-17 08:06:08 +00:00
ben%bengoodger.com d481c45ab0 Begin to do some migration code... add code to the safari migrator that opens a Property List file into a CFDictionary... 2004-02-17 07:59:11 +00:00
blakeross%telocity.com d422bb1bc5 Fix 234136: middle-clicking link no longer makes it appear visited. 2004-02-17 07:40:57 +00:00
blakeross%telocity.com e36f0f8f9d Fix 198616: Copy Link Location doesn't work in history. 2004-02-17 07:28:20 +00:00
scott%scott-macgregor.org 4844921640 add back prefs for release notes and help site urls
so they start working again
2004-02-17 07:10:13 +00:00
blakeross%telocity.com 9d61404977 Fix 176675: Dragging links to the urlbar doesn't work as expected. 2004-02-17 07:09:45 +00:00
blakeross%telocity.com 7baeab6781 Remove unused file. 2004-02-17 05:53:09 +00:00
blakeross%telocity.com 2af53f5705 Remove more bad file association junk. 2004-02-17 05:51:10 +00:00
blakeross%telocity.com 6753d7a07f Fix 210043: Add "Copy Image" to context menu on Windows/Mac. Also added an accesskey for the block images menuitem while I was in there. 2004-02-17 04:11:54 +00:00
ben%bengoodger.com 02108bd617 Make the Migrator build on OS X 2004-02-17 03:59:06 +00:00
rlk%trfenv.com 23f7ec160b Bug 233647 - "Mozilla Keyboard Shortcuts" doesn't cover Solaris. r=rlk@trfenv.com r=neil@parkwaycc.co.uk a=chofmann@mozilla.org. Patch by Leon Sha <leon.sha@sun.com> 2004-02-17 02:00:33 +00:00
pinkerton%aol.net c59b8bc2c6 don't make textfield or select bg's transparent so that when pages want to
style the text widget themselves, we don't pick up the bg color and end
up with unreadable text.
text
2004-02-17 01:50:06 +00:00
pinkerton%aol.net e81dbaff9b add [super dealloc] on the deny list, but it doesn't really matter because
it lives for the lifetime of the app
2004-02-17 00:59:23 +00:00
pinkerton%aol.net 94bac62721 call [super dealloc] to avoid leaking view hierarchy (bug 234280) 2004-02-17 00:49:06 +00:00
ben%bengoodger.com 1d688ccb48 firefox installer builds won't start because installer isn't packaging the default prefs file 2004-02-17 00:44:19 +00:00
nelsonb%netscape.com 7debba55ce Import base64 encoded certificate files with old MAC line endings.
Bug 221272. sr=wtc.
2004-02-16 23:52:46 +00:00
pinkerton%aol.net db59a826cc turn on -Wno-non-virtual-dtor to avoid a load of warnings in mozilla 2004-02-16 23:32:51 +00:00
pinkerton%aol.net 940edc0511 use mime mapper to correctly interpret RFC2231/2047 encoded filenames in
download (bug 233798)
2004-02-16 23:05:43 +00:00
bryner%brianryner.com 47971bbf13 Null-check the document to protect against blur events generated during document teardown. Bug 225889. 2004-02-16 22:58:20 +00:00
pinkerton%aol.net f698146b19 fix leak on horiz scrollbar (bug 234278, r=sfraser/pink, sr=bryner) 2004-02-16 22:54:23 +00:00
dbaron%dbaron.org 17476ee5b2 Make this work with an objdir. 2004-02-16 22:53:17 +00:00
pinkerton%aol.net 3039c860bf differentiate "view source" tabs and windows (bug 156606) 2004-02-16 22:37:46 +00:00
scott%scott-macgregor.org 575f0873d1 Fix thunderbird bustage. add back lines that were accidentally removed 2004-02-16 21:45:01 +00:00
timeless%mozdev.org 47c51cce71 Bug 233335 XP_PC still referenced in jssh.c
Use defined()
2004-02-16 18:27:06 +00:00
brendan%mozilla.org 5632fed18a s/this/v/g in getValue. 2004-02-16 16:55:40 +00:00
bryner%brianryner.com f716580bdc fixing firefox objdir build bustage 2004-02-16 10:38:52 +00:00
blakeross%telocity.com 9ba916a3ab Add makefile, fix bustage. 2004-02-16 09:21:38 +00:00
bryner%brianryner.com aad9f258c7 Make script-created DOM events get dispatched to the system event group just like user events. This fixes firing keypress events at a form input, since editor listens for keypresses using the system event group. Bug 213144, r+sr=bzbarsky, a=chofmann. 2004-02-16 08:50:56 +00:00