Commit Graph

142749 Commits

Author SHA1 Message Date
bienvenu%nventure.com
e604f9264e fix 288273 disable delete/detach attachments for signed/encyrpted messages, r/sr=mscott, a=asa 2005-06-10 14:35:32 +00:00
joshmoz%gmail.com
f0130921d1 Get rid of big-endian assumptions in asdecode. b=297164 r=josh sr=smfr a=asa 2005-06-10 14:16:18 +00:00
aaronleventhal%moonset.net
d8ef241ada Bug 290352. Fix show/hide events, and anything dependent on those such as DHTML sub sub menus, alerts and progress bars. r=louie.zhao, sr=bz, a=asa 2005-06-10 13:57:27 +00:00
bsmedberg%covad.net
0ae29a13b8 Cleanup from bug 253742 - use named strings to eliminate temporaries in a loop, patch by Jens BannMann <jens.b@web.de> r=me a=asa 2005-06-10 13:13:53 +00:00
jshin%mailaps.org
fb7207a817 bug 253533: comment out three Thai entries in fontEncoding file (r=smontagu, sr=roc, a=chofmann) 2005-06-10 08:36:34 +00:00
timeless%mozdev.org
1a5c012963 Bug 297027 NS_ScriptErrorReporter(JSContext *cx, const char *message, JSErrorReport *report) doesn't report message to stdout
r=jst sr=jst a=chofmann
2005-06-10 05:25:25 +00:00
bob%bclary.com
4bde75c512 remove keyword tests from spidermonkey-n.tests, add options('strict', 'werror') to force exceptions. 2005-06-10 05:22:15 +00:00
robert%accettura.com
b87be82d44 fix product list not showing up 2005-06-10 04:31:15 +00:00
robert%accettura.com
22350a4825 forgot to add stats before 2005-06-10 04:30:30 +00:00
robert%accettura.com
cf145b5171 remove old config All of this is not part of the build 2005-06-10 03:59:47 +00:00
robert%accettura.com
b7a36a3dbe A whole lotta changin' goin' on...
- make configs consistant (app_url and app_path weren't making sense)
- move includes out of /app since it's used by more than just /app
- documentation on contrib classes needed
- implement templating engine
- fix spacing through all code
- some css changes to improve our looks (slightly)
- escape login variables
- Custom Column Queries
- Fix Pagination when using custom queries, or aggregate view
- Only query for total records if we the data set is full (>= $_GET['show']).  Pointless to figure how how many pages when we know we don't fill the first.
- truncate all columns at 100 characters in query view so pages don't span to far
- truncate all url's in report view over 100 chars in length
- Statistics (initial landing)
- Don't use cache-control to prevent slowness (bug 296670)
- Slightly revised css theming
- Add schema
- Rename config to config-default
2005-06-10 03:58:46 +00:00
robert%accettura.com
a68af7bbdf removing. Some unneeded, some going elsewhere a=asa (blanket), Not part of build 2005-06-10 03:27:54 +00:00
timeless%mozdev.org
dfa4e12d4e Bug 296578 When upgrading from a 1.0 profile themes are not listed in the Theme Manager
patch by rob_strong-bugmail@exchangecode.com r=bsmedberg a=asa
2005-06-10 02:27:27 +00:00
vladimir%pobox.com
5b694a6ce6 missing files from last comimt 2005-06-10 01:48:14 +00:00
vladimir%pobox.com
1afea82710 b=293183, implement exception support for recurrence, r=shaver 2005-06-10 01:31:48 +00:00
vladimir%pobox.com
003486ce09 add missing file to sqlite3, r=shaver 2005-06-10 01:27:31 +00:00
robert%accettura.com
e5be9bbeec Some polish to the reporter tool. No bug r+a=ben 2005-06-10 00:42:07 +00:00
ben%bengoodger.com
42e7ba37ba for testing 2005-06-10 00:17:10 +00:00
ben%bengoodger.com
415e1b3674 Add an 'errors' page to the update wizard to report verification errors. 2005-06-10 00:07:47 +00:00
brendan%mozilla.org
977bf3bd87 Remove JSPROP_ENUMERATE from function args/vars hidden property attributes (followup for 293782). 2005-06-09 23:45:54 +00:00
dmose%mozilla.org
f0c77cac48 Change modifyItems to require the caller to pass in the old item for ease of provider implementation (bug 295775). Also contains fixes for CalDAV bugs discovered at the CalConnect interop. r=pavlov@pavlov.net. Not part of the build. 2005-06-09 23:24:45 +00:00
jst%mozilla.jstenback.com
8d5c773824 Fixing most of bug 287707. Make editor init and teardown do a better job at restoring things to the way they were before editing started. r=brade@comcast.net, sr=bzbarsky@mit.edu, a=brendan@mozilla.org 2005-06-09 22:50:41 +00:00
darin%meer.net
5d8c5ebd1d This patch includes fixes for bug 297121 "many timer messages in javascript console",
and it also includes the following fixes:
 - make binaryToHex work for octets < 0x10
 - make selectUpdate return non-null
 - no need for "map" variable in _verifyDownload
2005-06-09 22:15:49 +00:00
cmp%mozilla.org
c79fa131d3 Add empty all-locales file to be filled in later as locales come on-line
with Thunderbird builds.
2005-06-09 21:58:16 +00:00
doronr%us.ibm.com
9b505e9ebf XForms bug 297137 - xforms-ready fires too early. Patch by aaronr@us.ibm.com, r=allan,smaug a=mkaply 2005-06-09 21:00:49 +00:00
bienvenu%nventure.com
348bccfca1 fix typo in fix for 281252, disable conversion to 7-bit on request, r/sr=mscott, a=asa 2005-06-09 20:52:35 +00:00
bryner%brianryner.com
8ecd4478fd Don't force mork to create an XPCOM wrapper when querying link-visited state (bug 297144). r=mconnor, sr=bzbarsky, a=chofmann 2005-06-09 20:51:18 +00:00
relyea%netscape.com
3f9404d4ce Get the Processer cache line size. This file contains processor and OS
specific content. Currently it only works well with x86 and 64-bit PPC.
2005-06-09 20:43:40 +00:00
doronr%us.ibm.com
10b1e038cc XForms bug 293951 - Shouldn't be altering default namespace during submission. r=aaronr,smaug a=mkaply 2005-06-09 20:34:11 +00:00
neil%parkwaycc.co.uk
57c8b76648 Sync xpfe and toolkit's textbox.xml p=gautheri@noos.fr r=mconnor sr=me a=asa 2005-06-09 20:30:34 +00:00
cvshook%sicking.cc
b8ff8c18c7 Bug 296450: Make the hashtable holding attribute nodes work properly on all platforms.
r=beaufour sr=peterv a=caillon
2005-06-09 20:17:40 +00:00
timeless%mozdev.org
d884d8eec9 Bug 285513 Selected options pane fails to persist if the last selected pane no longer exists
patch by dave.townsend@blueprintit.co.uk r=mconnor a=shaver
2005-06-09 20:02:16 +00:00
dougt%meer.net
6a4e3e9f81 Software Keyboard impl. Works only under WINCE currently. NPODB 2005-06-09 19:34:18 +00:00
cltbld
4eac428be7 Automated update from host egg 2005-06-09 18:27:17 +00:00
joshmoz%gmail.com
0e8e4ebadb make configure aware of x86-based Macs. Patch by Apple Computer, Inc. b=297165 r=pinkerton sr=bsmedberg a=asa 2005-06-09 18:20:34 +00:00
joshmoz%gmail.com
577588f69c get rid of blue globe/lock icon in status bar for UI cleanliness reasons. what did the blue globe mean anyway? b=297138 r=armen sr=pinkerton 2005-06-09 18:09:57 +00:00
bzbarsky%mit.edu
9b384ff906 Fixing build bustage. Part of bug 295983. 2005-06-09 16:29:26 +00:00
bzbarsky%mit.edu
3114a994a1 Make sure to call ScriptEvaluated when doing all evaluations, to call it
_after_ we've popped the JSContext from the stack, and to handle multiple
termination functions being posted from a single script evaluation.  Fixes
leaks when closing windows or tabs with still-loading documents.  Bug 295983,
r+sr=jst, a=asa
2005-06-09 15:42:19 +00:00
bzbarsky%mit.edu
379cc266ed Make sure to call ScriptEvaluated after running XBL constructors/destructors.
Bug 295124, r+sr=jst, a=asa.
2005-06-09 15:39:07 +00:00
bzbarsky%mit.edu
22027022a4 Use the right parent when appending to a frame with in-flows that has :after
generated content.  Bug 292116, r+sr=roc, a=chofmann
2005-06-09 15:37:56 +00:00
bzbarsky%mit.edu
2d14b9ed1c Allow menus to abut the left and top edges of the screen. Bug 176767, patch by
Martijn Wargers <martijn.martijn@gmail.com>, r+sr=roc, a=asa
2005-06-09 15:35:31 +00:00
mvl%exedo.nl
60c590ee7d Bug 293472 Remove unused images from classic.jar in Firefox and Thunderbird.
p=sipaq <bugzilla@babylonsounds.com>, r=mconnor, a=asa
2005-06-09 15:25:40 +00:00
mvl%exedo.nl
17005177f4 Bug 293472 Remove unused images from classic.jar in Firefox and Thunderbird.
p=sipaq <bugzilla@babylonsounds.com>, r=mconnor, a=asa
2005-06-09 15:18:21 +00:00
mozilla.mano%sent.com
6505570a1c Bug 294208 - FAYT shoudn't be blocked when a form button, checkbox or a radio element is focused. r=mconnor, a=asa 2005-06-09 15:00:19 +00:00
doronr%us.ibm.com
040304a07c Bug 295407 - Finish button doesn't dismiss PFS dialog (manual installs). r=mconnor,a=asa 2005-06-09 14:57:25 +00:00
masayuki%d-toybox.com
cd697de32a Bug 295981 sIMEReconvertUnicode should be released at WM_IME_STARTCOMPOSITION r=timeless, sr=rbs, a=chofmann 2005-06-09 14:50:35 +00:00
pinkerton%aol.net
1ac6977895 updating user agent to 09a1 2005-06-09 14:47:30 +00:00
timeless%mozdev.org
73550a2348 Bug 297082 potential OOM crash [@ nsNativeAppSupportWin::GetCmdLineArgs]
r=neil sr=neil a=chofmann
2005-06-09 14:43:15 +00:00
cbiesinger%web.de
7d5cf50900 286807 allow socket detach handlers to post events
r=darin sr=bz a=asa
2005-06-09 14:09:23 +00:00
cltbld
e63bf36274 Automated update from host egg 2005-06-09 12:37:07 +00:00