Commit Graph

141705 Commits

Author SHA1 Message Date
brendan%mozilla.org
66071670c8 Allow var redeclaration within a compilation unit (as is already allowed across compilation units; 291868, r=shaver a=me). 2005-05-05 01:43:52 +00:00
brendan%mozilla.org
551d78d209 Fix so last-ditch GC doesn't collect script filenames (291312, r=shaver, a=me). 2005-05-05 00:47:50 +00:00
darin%meer.net
30ec9dcedb fixes bug 292659 "No scrollbars, non-functional submit in libXUL/XULRunner app" r=bsmedberg a=asa 2005-05-05 00:42:35 +00:00
bugzilla%arlen.demon.co.uk
01522e35c0 Bug 292278 Remove unused gifs/css from mailnews
p=me r=kairo sr=neil.parkwaycc.co.uk a=asa
2005-05-05 00:29:42 +00:00
bugzilla%arlen.demon.co.uk
5915d3a3c6 Bug 292661 Document cmd+. (stop) shortcut for mac
p=stefan_h@hem.utfors.se r=me a=asa
2005-05-05 00:22:38 +00:00
bugzilla%arlen.demon.co.uk
1f3d200e98 Bug 292382 mail header not appearing above certain messages
p=me r=mscott sr=bienvenu a=asa
2005-05-05 00:12:50 +00:00
roc+%cs.cmu.edu
6dd1089550 Bug 292326. Make events coming from the repeating timer in nsAutoButtonBoxFrame be trusted if the original mouse click was trusted. r+sr=jst,a=asa 2005-05-05 00:07:59 +00:00
bienvenu%nventure.com
7004daecc0 support drafts/templates, etc, in shared folders, sr=mscott, a=asa, 244289 2005-05-05 00:06:27 +00:00
bryner%brianryner.com
76ec0cee47 fixing mingw bustage (use NS_REINTERPRET_CAST for PRUnichar <-> jschar) 2005-05-04 23:42:35 +00:00
bryner%brianryner.com
586444bf13 sync'ing camino and embedding code - null check for bug 274784. 2005-05-04 20:55:24 +00:00
bryner%brianryner.com
aed69207f0 Add support for caching content viewers in session history to speed up back/forward (bug 274784). This initial landing has the feature disabled by default; set browser.sessionhistory.max_viewers to the maximum number of pages to cache to enable the feature. r=bzbarsky, sr/a=brendan. 2005-05-04 20:22:32 +00:00
scott%scott-macgregor.org
47bc88d786 Back out part of Bug #264777 --> renaming Unsent Messages to Unsent as this part of the change is not needed. 2005-05-04 20:11:15 +00:00
pinkerton%aol.net
daaf90980e rearrange tab context menu (bug 291767) 2005-05-04 20:08:11 +00:00
pedemont%us.ibm.com
6aaaba878f Bug 291512 - In generated Java interface files, add URL pointing to original IDL file. Not part of default build. a=mkaply 2005-05-04 19:46:52 +00:00
brendan%mozilla.org
eb7002903b Fix comment from last night to match today's code. 2005-05-04 18:58:24 +00:00
doronr%us.ibm.com
6c4a5f9ffe Bug 292637 - nsSchemaLoader can only load http/https urls. r=biesi,sr=jst,a=mkaply 2005-05-04 16:59:23 +00:00
brendan%mozilla.org
371b8140d2 Undo gist of last change for now, it breaks too much even though it's safer. 2005-05-04 16:19:31 +00:00
bienvenu%nventure.com
d93f6c2eee fix 271632 virtual imap folders are lost if several levels deep and parent is collapsed, sr=mscott, a=chofmann 2005-05-04 14:33:45 +00:00
mvl%exedo.nl
066db195f9 Event Dialog: task status order is unintuitive.
Bug 288897, patch by gekacheka@yahoo.com, r=mvl
2005-05-04 11:00:41 +00:00
allan%beaufour.dk
63395c8ce4 typo fix, thx to gemal 2005-05-04 09:12:04 +00:00
axel%pike.org
1720684c60 adding ro back, adding pa-IN, l10n builds only 2005-05-04 09:10:53 +00:00
mvl%exedo.nl
242c17eab7 missed this file for bug 290228. patch by sipaq, r=me 2005-05-04 08:40:34 +00:00
allan%beaufour.dk
9df15d0f15 Add error messages for failed origin checks. Bug 292724, r=smaug+doronr, a=mkaply, NPOTB 2005-05-04 08:31:56 +00:00
brendan%mozilla.org
ea9fd4132c Find active native function principals when walking the JS stack, and beef up eval-ish native safeguards (281988, r=shaver/caillon, sr=jst, a=drivers). 2005-05-04 06:28:36 +00:00
shaver%mozilla.org
c139803221 Bug 290252: array extras: add lastIndexOf, add fromIndex to indexOf, fix
behaviour of operations on an empty array, shine shoes.
            r+a=brendan.
2005-05-04 02:43:13 +00:00
timeless%mozdev.org
20104b535e Bug 238619 font-size: 0; Mozilla crashes after showing the title line [@ nsFontMetricsGTK::RealizeFont]
patch by ajschult@verizon.net r=dbaron sr=dbaron a=chofmann
2005-05-04 01:37:05 +00:00
scott%scott-macgregor.org
092c0bacb6 Bug #272301 --> disable the print and print preview menu items in the file menu
if there are no address book cards selected.
2005-05-04 00:29:39 +00:00
scott%scott-macgregor.org
e45a34a9ff Bug #292776 --> Need Ability to Import CRLs from the web for apps like Thunderbird that aren't web browsers.
Add an import button which can import a CRL based on a URL.

moa/r=rrelyea
sr=bienvenu
2005-05-03 23:56:18 +00:00
dbaron%dbaron.org
50e719ef1b Don't let lfHeight go to 0 since Windows treats 0 as special (default). b=53995. Patch from David Gardiner <david.gardiner@unisa.edu.au>. r=emaijala sr=dbaron a=dbaron 2005-05-03 23:36:03 +00:00
mrbkap%gmail.com
55178329b0 bug 292733: Enforce that the the terminator for <![CDATA[ is ]]>, not ]>. This only affects view-source. r=bzbarsky sr+a=brendan 2005-05-03 23:33:42 +00:00
bzbarsky%mit.edu
e558108c77 cite property on ins/del should be a URI, not a string. Bug 292754,
r+sr=jst, a=dbaron
2005-05-03 23:32:35 +00:00
scott%scott-macgregor.org
a23d1f0f53 Bug #264777 --> Unsent Messages folder renamed to Unsent to be more consistent with the rest of our localized special
folder names.
2005-05-03 23:04:37 +00:00
scott%scott-macgregor.org
0b38ead203 Bug #273220 --> remove mailPrefsOverlay.dtd which we don't use anymore. 2005-05-03 22:13:40 +00:00
robert%accettura.com
11a288b859 Bug #281717 This is the code half of this (other half is policy). Adding a privacy link under the report wizardpage so users can view privacy any time they want, make clear email isn't required. p=me r=mconnor@steelgryphon.com a=asa 2005-05-03 21:27:01 +00:00
roc+%cs.cmu.edu
7243f7850e Bug 292370. Adjust instrinsic widths in nsHTMLScrollFrame to account for 'width','min-width' and 'max-width' style settings. r+sr=dbaron,a=mkaply 2005-05-03 21:15:55 +00:00
lpsolit%gmail.com
597cbe04b6 Bug 286357: user preference settings only works if all users sets non-default values for all settings - Patch by Albert Ting <altlst@sonic.net> r=mkanat a=justdave 2005-05-03 20:42:48 +00:00
cltbld
8b82f0d2dd Automated update from host egg 2005-05-03 20:41:20 +00:00
scott%scott-macgregor.org
158b44fe24 Bug #225288 --> turn on the pref extension for thunderbird.
Effects thunderbird build only.
2005-05-03 20:34:04 +00:00
pedemont%us.ibm.com
d37968b675 Bug 285591 - Do not cache JNIEnv structure. Instead, query from JavaVM. Not part of default build. a=mkaply 2005-05-03 20:15:35 +00:00
jay%mozilla.org
1f24c733f6 Enable Reporter tool in Firefox nightlies a=asa r=bryner sr=ben Bug 285653 2005-05-03 19:55:46 +00:00
mvl%exedo.nl
0a73352ae0 Make the new calendar wizard localizable.
bug 182344, patch by sipaq, r=me.
2005-05-03 19:54:19 +00:00
jay%mozilla.org
2b235106be Enable Reporter tool in Firefox nightlies a=asa r=bryner sr=ben Bug 285653 2005-05-03 19:49:06 +00:00
lpsolit%gmail.com
c42377d9b9 Bug 279303: Negative numbers are rejected as invalid sortkeys for milestones - Patch by Peter D. Stout <pds@edgedynamics.com> r=LpSolit a=justdave 2005-05-03 19:41:23 +00:00
Olli.Pettay%helsinki.fi
bbbe968ae6 Bug 292319, Set trust for XForms events. r=doron+aaronr, a=mkaply, NPOTB 2005-05-03 19:39:38 +00:00
cmp%mozilla.org
c007333680 Commit base version of this file to make branch work simpler. 2005-05-03 19:34:09 +00:00
cmp%mozilla.org
4f3cfddd92 Commit base versions of these files to make branch-related work simpler. 2005-05-03 19:25:53 +00:00
lpsolit%gmail.com
abd58faf9c Bug 248386: Add support for Alias to post_bug.cgi - Patch by Albert Ting <altlst@sonic.net> r=LpSolit a=justdave 2005-05-03 18:44:54 +00:00
ian%hixie.ch
0db25f5b1d Better Unload handling for modules that need it. Introduce a way for modules to monitor pipes continuously (e.g. to watch the serial port or a socket). Better handling for when messages are repeated a lot in a row. Update documentation and modules to match. 2005-05-03 18:38:43 +00:00
lpsolit%gmail.com
ca5addac97 Bug 287136: Missing validations in editproducts.cgi - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=joel a=justdave 2005-05-03 18:32:58 +00:00
lpsolit%gmail.com
9590682009 Bug 7233: Editversions.cgi has a potential race resulting in duplicate versions - Patch by Fr�d�ric Buclin <LpSolit@gmail.com> r=mkanat a=justdave 2005-05-03 18:23:38 +00:00