Commit Graph

144262 Commits

Author SHA1 Message Date
bzbarsky%mit.edu
7402b09e72 Add the prompt-service contract to nsEmbedCID.h 2005-07-18 17:51:36 +00:00
scott%scott-macgregor.org
bfc3e85f0e try to fix linux bustage 2005-07-18 17:51:35 +00:00
bsmedberg%covad.net
2b9b2e1cc4 Bug 276588 - Rework command line handling in the toolkit to use a generic API - see COMMANDLINES_20050109_BRANCH for more detailed cvs logs r=darin,caillon,mscott,mconnor 2005-07-18 17:51:34 +00:00
bryner%brianryner.com
0d40b9624f Fixing botched trunk merge 2005-07-18 17:51:33 +00:00
bryner%brianryner.com
7ff33a9d70 Thunderbird default mail/news client support for GNOME (bug 252056). r=mscott. 2005-07-18 17:51:32 +00:00
gavin%gavinsharp.com
b2ab28dabd Bug 301031 - Help button in the language editing dialog does not go anywhere - patch by Caleb <bugs.caleb@gmail.com> - r=steffen, a=bsmedberg 2005-07-18 17:32:17 +00:00
cbiesinger%web.de
27335d05f5 bug 300024 remove assertion when putting XUL buttons in an XHTML document
patch by Caleb <bugs.caleb@gmail.com> r+sr=bz a=bsmedberg
2005-07-18 16:43:47 +00:00
timeless%mozdev.org
a332c4b6a9 Bug 300745 Thunderbird l10n build script for MacOSX en-GB tries to move en.lproj to en.lproj and fails
patch by moz_en-gb@tyndall.org.uk r=gandalf a=bsmedberg
2005-07-18 16:08:44 +00:00
dougt%meer.net
f998e5ffc8 Implements DataToBitmap. We do not handle the cursor translucency, but it is
more then what we do currently.  Basically we are moving around ifdef's here.

Fixes GetSysFontInfo.  For windows CE we correctly return the System Font.

r=emaijala, sr=dveditz, a=asa, b=297683 WINCE ONLY.
2005-07-18 16:04:45 +00:00
gavin%gavinsharp.com
65d8b79fe0 Bug 269775 - Bookmarks toolbar 'shrinks' when window is resized/restored - Patch by Martijn Wargers (martijn.martijn@gmail.com), r=mconnor, a=bsmedberg 2005-07-18 16:00:44 +00:00
bienvenu%nventure.com
1cdd34bcd8 make header only pop3 option ignore disk space limit, patch by hyc@symas.com, r=bienvenu, sr=mscott, a=benjamin 247720 2005-07-18 14:59:17 +00:00
mozilla.mano%sent.com
582b50e264 Bug 300970 - access checks for install locations are performed repeatedly per location during a session. patch from Robert Strong <rob_strong@exchangecode.com>, r+a=bsmedberg. 2005-07-18 13:55:48 +00:00
mike.morgan%oregonstate.edu
ad733c846c adjusted Themes blocks in order to include description and be consistent. 2005-07-18 08:59:50 +00:00
mike.morgan%oregonstate.edu
540992eb4e added overview tabs and content bar. 2005-07-18 08:44:49 +00:00
mike.morgan%oregonstate.edu
ccaef20f8a added overview page, serves as overview for a specific application 2005-07-18 08:26:54 +00:00
mike.morgan%oregonstate.edu
ca7adb558e .htaccess
added comments and config line for include_path, which is important for install
inc/finish.php, inc/init.php
    adjusted how globals were set up
    tried working with non-global db/tpl but it was not scalable so it was switched back
faq.php, index.php, developers/index.php
    smarty -> tpl
lib/addon.class.php
    proper constructor now in place
lib/amo.class.php
    object definition for all basic objects
    sets up tpl,db globals for use in all extending classes
addon.php
    home page for an addon
item.php
    too generic, nuked it
2005-07-18 03:50:30 +00:00
jshin%mailaps.org
6349b80a92 bug 283787 : chnage update URLs for creativecommons/google search plugins to mozilla.org addreses r/a=mconnor 2005-07-18 03:40:00 +00:00
roc+%cs.cmu.edu
67a0394d02 Bug 297080. Mouse exit events from top-level windows should always be treated as exit events even if the cursor is still within window bounds (it must have moved into an on-top window). r+sr=bzbarsky,a=bsmedberg 2005-07-17 21:50:56 +00:00
timeless%mozdev.org
b18f5dca93 Bug 300356 Extension/Theme Manager windows default size should be editable by l10n-teams (p1 of 10)
patch by AlexIhrig@thunderbird-mail.de r=bsmedberg a=asa
2005-07-17 20:10:13 +00:00
timeless%mozdev.org
4d9765f287 Bug 289645 nsXBLPrototypeHandler::ExecuteHandler doesn't null/rv check
patch by b.jacques@planet.nl r=bz sr=bz a=bsmedberg
2005-07-17 18:50:36 +00:00
bmlk%gmx.de
d2f3fc20c1 use screen rather than frame cooridnates for autoscroll, bug=223542 p=Tuukka Tolvanen r=mconnor a=asa 2005-07-17 13:43:14 +00:00
mozilla%colinogilvie.co.uk
ebd9fe29f1 Bug 300684: missing_version_or_component error message is not translatable
Patch by A. Karl Kornel <karl@kornel.name>, r=jouni, a=justdave
2005-07-17 10:35:19 +00:00
mvl%exedo.nl
660a01e085 Don't crash when setting a previously deleted cookie permission.
bug 300301, r=dwitte, sr=darin, a=mconnor.
2005-07-17 10:10:31 +00:00
mozilla%colinogilvie.co.uk
e615e21d5e Bug 300764: Deadline field on show_bug should include documentation of the date format
p=me, r=jouni, a=justdave
2005-07-17 09:19:27 +00:00
smfr%smfr.org
7063c50734 Fix bug 299839: prevent 'reset camino' from deleting downloaded files by preventing -cancel: from doing anything on completed downloads. r=me, sr=pinkerton. 2005-07-17 04:51:20 +00:00
smfr%smfr.org
69d3cdb7c1 Fix bug 196235: if a copy of Camino is already running, clicking on the Dock icon of the second copy will put a dialog for each click. Fixed by checking for an existing prefs manager. 2005-07-17 04:46:23 +00:00
smfr%smfr.org
a23627a211 Fix keyboard navigation in the keychain dialogs (bug 173213). 2005-07-17 04:33:09 +00:00
smfr%smfr.org
d38cfa3baa Fix bug 298295 (tweak tab corner images), and shrink other images with tiffutil. 2005-07-17 04:27:28 +00:00
smfr%smfr.org
696cc43473 Fix bug 287866: let the escape key cancel IME input if there is marked text. Patch by waverider (waveridervsnrz@yahoo.co.jp). 2005-07-17 02:14:48 +00:00
smfr%smfr.org
46ffd47447 Fix bug 299807: only change the favicon if the location change has an associated nsIRequest, indicating that it's a new page. This allows the yellow error icon to persist even when we load the error document. 2005-07-17 02:01:30 +00:00
gandalf%firefox.pl
c76ea4c105 fix for install in patch from bug 295465; 2005-07-17 01:43:38 +00:00
mozilla.mano%sent.com
2ea7c2e96c Bug 299838 - BiDi: Caret disappears outside the end of lines that end with spaces. patch from Uri Bernstein <uriber@gmail.com>, r=smontagu, sr=roc, a=bsmedberg. 2005-07-16 19:58:26 +00:00
gandalf%firefox.pl
438c06c5fd fix a bustage 2005-07-16 19:12:40 +00:00
gandalf%firefox.pl
fe6d181b31 Bug 295465: Add myspell to Tb source l10n;r+a=benjamin,sr=mscott 2005-07-16 18:45:12 +00:00
dmose%mozilla.org
7d46acd44a Additional testing infrastructure and cleanup; not part of the build. 2005-07-16 18:05:02 +00:00
mnyromyr%tprac.de
bc7e41fd09 Bug 300001: JS errors and strict warnings in dialog "Download actions"; patch by Henrik Skupin <hskupin@gmail.com>, r/a=bsmedberg 2005-07-16 14:34:10 +00:00
brendan%mozilla.org
3e8bd2bf55 Back out last patch to see whether luna turns green from orange. 2005-07-16 05:41:35 +00:00
mrbkap%gmail.com
8a6dc8176d bug 298286: JS_ReportCompileErrorNumber doesn't deal with jschar arguments. This fixes error reporting in jsregexp.c. r+a=brendan 2005-07-16 02:22:55 +00:00
mrbkap%gmail.com
fb3b573051 bug 289933: make regexps and script objects be of type 'function' to imitate IE. r+a=brendan 2005-07-16 02:03:26 +00:00
bzbarsky%mit.edu
ca7e31d8ab Fix serialization of innerHTML in XML documents. Bug 155723, r=sicking,
sr=jst, a=bsmedberg
2005-07-15 22:45:14 +00:00
brendan%mozilla.org
2b1250c42b Avoid entraining garbage in getter/setter slots by eliminating the slot (300562, r=jst, sr=shaver). 2005-07-15 22:31:44 +00:00
dmose%mozilla.org
8947a4e4f4 Add some LDAP testing infrastructure. Not part of the build. 2005-07-15 22:16:00 +00:00
bzbarsky%mit.edu
0d131bd496 Update documentation. Bug 299851, patch by J.P.Klippel <jklippel@xtux.org>,
r=darin, sr=bzbarsky, a=bsmedberg
2005-07-15 21:49:25 +00:00
bzbarsky%mit.edu
9aa3066a02 More uses of EmptyC?String(). Bug 232691, patch by Charles Fenwick
<clf03f@garnet.acns.fsu.edu>, r+sr=bzbarsky, a=bsmedberg
2005-07-15 21:41:47 +00:00
cbiesinger%web.de
cdd39b8817 check a pref to determine whether CSS background images should block onload
(instead of an env var)
bug 299681 patch by Christian Persch <chpe@gnome.org> r+sr=roc a=bsmedberg
2005-07-15 21:19:04 +00:00
smfr%smfr.org
42f548729f Improve Camino drawing performance by avoiding widget updates when the dirty rect is entirely obscured by subviews (bug 166932). Should help Camino typing performance (bug 272954). Camino only, NPODB. r=pinkerton 2005-07-15 20:53:13 +00:00
scott%scott-macgregor.org
d8ef26f616 Bug #300527 --> Cannot create a composition window when using a windows .zip build
because the editor chrome package is not getting registered in Thunderbird

Patch by bsmedber
sr=me

a=bsmedberg
2005-07-15 20:10:09 +00:00
scott%scott-macgregor.org
8d607450d7 Fix Thunderbird regressions, that cause the composition panel in the account manager to not load, caused by Bug #294140
sr=bienvenu
2005-07-15 20:06:07 +00:00
dougt%meer.net
ece258b392 If GetClipRgn() returns 1 (there is a current clipping region�) it never is selected as the current clipping region, and all the logic that depends on the value of the result of that selection (being SIMPLEREGION, COMPLEXREGION, etc) all evaluates to 1 -> which is NULLREGION. patch by Mark Boudreau. 2005-07-15 17:13:56 +00:00
mozilla.mano%sent.com
461bb16938 Bug 247467 - Open Location Dialog does not recognize bookmark keywords nor quicksearch. patch from Gavin Sharp <gavin.sharp@gmail.com>, r=vladimir, a=bsmedberg. 2005-07-15 16:46:37 +00:00