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

140204 Коммитов

Автор SHA1 Сообщение Дата
scott%scott-macgregor.org 1e944754bc Bug #287742 --> pref dialog dead end in "View & Edit Actions"
for Mac OS X.
2005-03-29 02:12:31 +00:00
brendan%mozilla.org 46a2ff94ea - Fix longstanding goof in js_PushLocalRoot, where m (n % local-root-chunk)
was returned rather than n (the index of lrs->scopeMark).  I'm mortified.
- Followup fix to GC local rooting fix in ParseNodeToXML -- missed a few
  early returns from what used to be no-local-roots switch cases.
2005-03-29 01:40:30 +00:00
bienvenu%nventure.com 054c0f4704 fix spin on saving draft or fcc to local folder, sr=mscott 287658 2005-03-29 01:21:41 +00:00
dveditz%cruzio.com f8db7e4f77 bug 287307 Prevent scripted statusbar changes; now matches Firefox defaults. r/sr=mscott 2005-03-29 01:00:50 +00:00
bzbarsky%mit.edu 2f581cbaf2 More bustage fixing. To be precise, check in what should have gone in the
first time, but didn't due to a malformed diff.
2005-03-29 00:22:12 +00:00
bzbarsky%mit.edu 906eb8273c Fix build bustage by moving CantRenderReplacedElementEvent class decl earlier
in the file
2005-03-28 23:56:33 +00:00
roc+%cs.cmu.edu d0ffefd09a Bug 284664. Generate mouseover and mouseout events in IFRAMEs in a much more consistent way. r=mats,sr=bzbarsky 2005-03-28 23:39:13 +00:00
bzbarsky%mit.edu ba689a260f We may have a popup list entry with a null frame. Make sure to null-check it.
Bug 287308, r+sr=roc
2005-03-28 23:21:58 +00:00
bzbarsky%mit.edu 9b4aaa3fb3 Move handling of replaced element events from frame manager to presshell, make
sure we don't allow reflow flushing while we're constructing the new frames.
Bug 286813, r+sr=dbaron
2005-03-28 23:20:54 +00:00
dbaron%dbaron.org b46e318e6a Remove comment that isn't referring to anything. r+sr=jst 2005-03-28 23:17:21 +00:00
brendan%mozilla.org 23ee8079f9 - Revert recent change to js_NewXMLSpecialObject API, it was based on me
misreading the spec.
- Improve XML constant folding by decompiling CDATA, comments, and PIs in
  non-constant XML literals -- those containing {embedded-expressions}.
- Fix GC local rooting in ParseNodeToXML, it was pretty broken.
2005-03-28 23:12:42 +00:00
dbaron%dbaron.org 1388a89746 Destroy things at the right time (and in one place) to fix crashes. b=206021 r=mats.palmgren sr=roc 2005-03-28 23:03:47 +00:00
aaronleventhal%moonset.net cae059bd15 More from bug 287390 -- do default action not working for detail button at ups site - forgot jst's sr= tweaks 2005-03-28 22:30:42 +00:00
roc+%cs.cmu.edu 40921ab641 Bug 285036. Clean up testcase list. r+sr=dbaron 2005-03-28 21:30:58 +00:00
cltbld a8fb2daefd Automated update from host egg 2005-03-28 21:28:41 +00:00
roc+%cs.cmu.edu a02c4cc615 Bug 275790. Get rid of use of absolute paths to make ccache work better. r=bryner,sr=me, patch by basic 2005-03-28 21:26:03 +00:00
roc+%cs.cmu.edu 2ae7e5b884 Bug 163215. Make horizontal scroll preferences platform-dependent. r+sr=bryner, patch by Peter Weilbacher 2005-03-28 21:14:17 +00:00
roc+%cs.cmu.edu 217d29553f Bug 287338. Free up unused frame state bit NS_SYNC_FRAME_AND_VIEW. r+sr=bzbarsky 2005-03-28 21:08:22 +00:00
roc+%cs.cmu.edu 8aee1f332a Bug 272547. Search through wrapped frames when looking for blocks to renumber. r+sr=bzbarsky 2005-03-28 21:05:04 +00:00
roc+%cs.cmu.edu 7718916c29 Bug 173051. Do transforms consistently. r+sr=dbaron 2005-03-28 21:03:01 +00:00
joshmoz%gmail.com 34a19db7c3 don't let preferences dialog get progressively shorter when rapidly switching between panes on Mac OS X with animation. patch by Asaf Romano. b=283713 r=joshmoz sr=mconnor 2005-03-28 20:50:23 +00:00
wtchang%redhat.com bbd584b694 Bugzilla Bug 286439: Removed PKCS11_USE_THREADS and PK11_USE_THREADS.
r=relyea,nelsonb.
Modified Files:
	pk11wrap/pk11list.c pk11wrap/pk11pars.c pk11wrap/pk11skey.c
	pk11wrap/pk11slot.c pk11wrap/pk11util.c pk11wrap/secmod.h
	pk11wrap/secmodi.h pk11wrap/secmodt.h pk11wrap/secmodti.h
	softoken/pkcs11.c softoken/pkcs11i.h softoken/pkcs11u.c
2005-03-28 20:45:37 +00:00
darin%meer.net 3da95cfee7 updates for test_protocolproxyservice.js to cover scenario from bug 287956 2005-03-28 20:11:56 +00:00
darin%meer.net cf665de8d7 fixes bug 287956 "Crash shortly after program start [@nsProtocolProxyService::PruneProxyInfo]" r=biesi 2005-03-28 20:11:16 +00:00
cltbld 725c0286d6 Automated update from host egg 2005-03-28 19:38:55 +00:00
wtchang%redhat.com ef701de98b Removed an extraneous ^M character at the end of a line. 2005-03-28 19:37:28 +00:00
darin%meer.net a87b534479 fixes bug 286147 "switch from .xulapp to application.ini" r=bsmedberg 2005-03-28 19:36:24 +00:00
mvl%exedo.nl f467c64f5c Add some documentation
bug 278140, r=vlad
2005-03-28 18:59:33 +00:00
cbiesinger%web.de 3e4804b0c8 Bug 288026 remove obsolete mozilla-apprunner.sh
r=neil sr=alecf
2005-03-28 18:55:19 +00:00
cbiesinger%web.de 16d7ea4b69 255036 Leverage jar preprocessor to simplify chrome build
r+sr=Neil; rs=bsmedberg,kairo patch by Justin Wood <116057@bacon.qcc.mass.edu>
2005-03-28 18:48:59 +00:00
scott%scott-macgregor.org 0a7458b1d0 Bug #270743 --> First launch account creation doesn't honor unchecking [ ] Download messages now option
for POP3 servers
2005-03-28 18:28:22 +00:00
scott%scott-macgregor.org 6109538d65 Bug #268324 --> "New" is redundant in "New Folder" and "New Subfolder" File menu items 2005-03-28 17:54:52 +00:00
dougt%meer.net 861df1960c For Minimo CE 0.004:
Attemping to control Low memory situations.
Setting up a PPC Connection when loading a URL.
2005-03-28 17:11:49 +00:00
pedemont%us.ibm.com d9b7badd7b Bug 287058 - Correctly handle empty clip region in Quartz context. r=joshmoz, sr=sfraser. 2005-03-28 16:56:50 +00:00
mkaply%us.ibm.com b1c24b43d4 #281203
r/sr=mkaply
From Andy Willis - get SeaMonkey static build working
2005-03-28 16:39:24 +00:00
mkaply%us.ibm.com bc8ae3bdfd #286492
r=jshin, sr=mkaply (OS/2 only)
From Peter Weilbacher - use stricmp to silence assertion
2005-03-28 16:36:25 +00:00
mkaply%us.ibm.com bf22bc06cf #287319
r=weilbacherm, sr=mkaply (OS/2 only)
From Rich Walsh - create stub version of drag drop functions just in case they get called
2005-03-28 16:33:50 +00:00
mkaply%us.ibm.com 7f14180959 #286494
r/sr=mkaply
From Peter Weilbacher - get SVG working on OS/2 - short name for DLL, BGRA pixel format
2005-03-28 16:30:29 +00:00
mvl%exedo.nl d8adb0b56a Can't save task start or due dates.
Bug 287985, patch by gekacheka, r=me
2005-03-28 11:45:48 +00:00
brendan%mozilla.org 8cc33f468d Back out recent attempts to fix 287107 and follow-on bugs; back to drawing board. 2005-03-28 08:25:30 +00:00
dbaron%dbaron.org 36d8dd0018 Fix crashes when core X fonts are disable: ignore the pref to disable Xft when core fonts are disabled so we can't get into a state where we have zero acceptable font backends. b=287187 r+sr=bryner 2005-03-28 02:14:17 +00:00
mozilla.mano%sent.com ed0cb8dd8c Bug 283851 - javascript strict warnings in nsBrowserContentHandler.js. patch from Robert Strong <moz_bugzilla@exchangecode.com>. r=mconnor 2005-03-27 21:28:34 +00:00
mozilla.mano%sent.com 8cb7f80c3a Bug 278377 - Add Window and Help menus to DOMi, this also fiex an issue where 'Promote Firefox' doesn't work on non-browser windows. r=mconnor 2005-03-27 21:06:28 +00:00
brendan%mozilla.org c0847e801d Comment tweak. 2005-03-27 20:30:46 +00:00
mozilla.mano%sent.com 50e2760574 Bug 287924 - Bookmarks > Manage Bookmarks > Move does not work. r=mconnor 2005-03-27 20:28:48 +00:00
bugzilla%arlen.demon.co.uk ba1172cebc Bug 287348 popup windows allowed sites button produces a non functioning window
p=me r/sr=neil.parkwaycc.co.uk
2005-03-27 20:24:15 +00:00
brendan%mozilla.org d019ef1bbd Make top-level PIs and comments respect their XML.ignore* flags (246441 cont'd). 2005-03-27 20:18:51 +00:00
brendan%mozilla.org 8944444750 Maintain XMLPI target and content as non-null -- if no content, use empty string (private communcation w/ bclary). 2005-03-27 16:08:42 +00:00
mvl%exedo.nl bf159dfbc1 fix the syntax. 2005-03-27 14:34:46 +00:00
bugzilla%arlen.demon.co.uk 771f86c0db Bug 287713 Remove hard-coded "Mozilla" in Help .rdf files (dtd-fix)
p=stefan_h@hem.utfors.se r/sr=neil.parkwaycc.co.uk
2005-03-27 11:51:40 +00:00