153271 Commits

Author SHA1 Message Date
pavlov%pavlov.net
163cb41d90 use the new thebes printing APIs. 2006-02-01 05:23:36 +00:00
pavlov%pavlov.net
16db7c3947 adding Thebes printing APIs 2006-02-01 05:21:59 +00:00
smfr%smfr.org
f7226db89a Fix bug 324369: make sure we save a changed history value when closing the prefs pane (if the user hasn't tabbed to another control), while validating that it's a number. 2006-02-01 05:18:47 +00:00
cvshook%sicking.cc
68d4747601 Bug 325404: Get rid of _base_href and _base_target attributes and use properties instead. r/sr=jst 2006-02-01 04:43:55 +00:00
mrbkap%gmail.com
877666903d Fix a stupid mistake where an error return would cause us to not destroy a script. no bug, r=brendan 2006-02-01 03:18:17 +00:00
pavlov%pavlov.net
07cb0c3299 adding windows gfxPlatform support 2006-02-01 02:35:38 +00:00
scott%scott-macgregor.org
bcf3cb7d0d Bug #317633 --> add some missing shims to address some thunderbird regressions
caused by 317633.

sr=ben
2006-02-01 02:29:01 +00:00
brettw%gmail.com
d9c4c55b1c [for mossop@blueprintit.co.uk] Bug 325350 r=brettw Places build fails
due to nsIParser change.
2006-02-01 02:18:20 +00:00
annie.sullivan%gmail.com
ec83762d22 bug=325169 r=brettw@gmail.com keywords=fixed1.8.1 Fix Livemark icons 2006-02-01 02:13:34 +00:00
scott%scott-macgregor.org
ad3cd7df06 Bug #324194 --> address book sidebar header style changes. 2006-02-01 02:09:06 +00:00
scott%scott-macgregor.org
8a860b0ebc Bug #316177 --> command line optiosn for -compose broken.
patch by chandong.cui@sun.com
r=bsmedberg
sr=mscott
2006-02-01 00:49:10 +00:00
scott%scott-macgregor.org
a89135165e missing palm sync extension files that I forgot to cvs add
when this made it onto the trunk.
2006-02-01 00:47:27 +00:00
dmose%mozilla.org
1d5fa3edf7 Fix missing stylesheet (bug 325337), thanks to Stefan Sitter <ssitter@googlemail.com> for the patch. r=dmose@mozilla.org 2006-02-01 00:26:21 +00:00
mrbkap%gmail.com
ca26119a70 Actually fill the setting cache when we get boolean properties. bug 324688, r=brendan 2006-02-01 00:25:50 +00:00
richm%stanfordalumni.org
cc7c8dd917 Even though using --with-system-svrcore, still need to add -lsvrcore to
SVRCORE_LIBS even though we don't need to add the -L/path
2006-01-31 22:52:18 +00:00
richm%stanfordalumni.org
b83d0a0ab2 Change --system-svrcore to --with-system-svrcore 2006-01-31 22:43:15 +00:00
brettw%gmail.com
1d2be4d7d2 Bug 325348, r=annie.sullivan Bookmarks in results not updated when there is no tree attached. 2006-01-31 22:25:24 +00:00
mrbkap%gmail.com
3d59a68ee7 When we don't find a </script> tag, we should put the entire rest of the document into the script element, but not execute the script. This also makes serialization not serialize the end tags for scripts that don't have them (to preserve round tripping). bug 305873, r=sicking sr=jst 2006-01-31 22:19:46 +00:00
richm%stanfordalumni.org
ebc506f0d7 Use --system-svrcore with configure to force the build to use svrcore from /usr/include and /usr/lib 2006-01-31 22:08:06 +00:00
richm%stanfordalumni.org
5e8787cd18 svrcore is installed in /usr/lib and /usr/include, so if the user specifies --system-svrcore
to configure, we can just assume we don't have to do any work to figure out the additional
paths to add to the include and lib paths.
2006-01-31 22:04:14 +00:00
scott%scott-macgregor.org
b6963dac1a Bug #239136 --> Thunderbird needs to integrate with the new download manager in toolkit
sr=bsmedberg
2006-01-31 22:03:34 +00:00
scott%scott-macgregor.org
2ebd85fd9e Bug #239136 --> Thunderbird needs to integrate with the new download manager in toolkit
Stop building the old one for thunderbird in xpfe\components.

sr=bsmedberg
2006-01-31 22:03:15 +00:00
richm%stanfordalumni.org
300fb23d41 svrcore is installed in /usr/lib and /usr/include, so if the user specifies --system-svrcore
to configure, we can just assume we don't have to do any work to figure out the additional
paths to add to the include and lib paths.
2006-01-31 21:58:13 +00:00
bzbarsky%mit.edu
a94a3b2c3b Tighten up some stuff. Bug 325297, r+sr=jst 2006-01-31 21:33:12 +00:00
gavin%gavinsharp.com
1e9cb6995c Bug 241774: change deletion of autocomplete entries from shift+del to just del, r=mconnor 2006-01-31 21:16:11 +00:00
scootermorris%comcast.net
2af5ed9d82 Fix bustage on camino caused by fix for bug 303018
r=tor
2006-01-31 21:04:42 +00:00
brendan%mozilla.org
7fa34ea903 Fix foo += bar for undefined foo to throw, not bind foo to undefined (321757, r=mrbkap). 2006-01-31 20:53:30 +00:00
gavin%gavinsharp.com
622be3e058 Bug 325248: Add MOZILLA_1_8_BRANCH ifdef for bug 314700, r=mconnor 2006-01-31 20:27:20 +00:00
scott%scott-macgregor.org
a39eb355e2 Bug #324194 --> more UI changes for the new 3-pane look.
Change the sidebar header styling.
2006-01-31 20:26:56 +00:00
gavin%gavinsharp.com
b57f405d6d Bug 324946: Middle/Ctrl clicking broken for XLinks (Error: linkNode has no properties), r=mconnor 2006-01-31 20:11:16 +00:00
mgalli%geckonnection.com
d1ac6924bb sitessr not being used anymore. 2006-01-31 19:12:39 +00:00
scootermorris%comcast.net
b09d7e40cc SVG Conditionals should work outside of <switch>. Bug 303018.
r=bugmail/sr=tor
2006-01-31 18:53:33 +00:00
doronr%us.ibm.com
5eb83ce1d4 NPOTDB Bug 305096 - Schema Validation does not handle inheritance of simple types 2006-01-31 18:36:16 +00:00
bugzilla%standard8.demon.co.uk
b59a41efad Follow-up to moving ldap autocomplete code to mailnews/addrbook - remove some ifdefs and defines that are no longer required. Bug 263042. r=bsmedberg. 2006-01-31 18:05:12 +00:00
beng%bengoodger.com
8900aa83bc add places toolbar icon to cvs 2006-01-31 18:01:44 +00:00
beng%bengoodger.com
c54af24e54 317633 - undo/redo for Places. Make sure the various transactions work better - e.g. folder undo should save a list of its child nodes for restoration. Also ensure that bookmark edits done in the places tab aren't undone when another tab is selected and Ctrl+Z hit by implementing a transaction manager in the browser window that filters out places-tab transactions if the places tab isn't selected. Make the goDo*Command utility functions in globalOverlay.js consult the window looking for applicable controllers, not just the focused element. r=sullivan. Also 320085 - search menu keybindings for places: allow find bar to be turned off using a state variable, which prevents the opening of the strip but fires an event which other applications like places can listen to: 'find-activated'. 2006-01-31 18:00:06 +00:00
gijskruitbosch%gmail.com
a9f9e1f76e Bug 224503 - Create simpler way of localizing ChatZilla
ChatZilla Only.
r=samuel
2006-01-31 17:41:51 +00:00
dougt%meer.net
d937ded3ab Wince only. If we move the software keyboard, it doesn't reappear properly 2006-01-31 17:36:11 +00:00
gavin%gavinsharp.com
edff6becfe Bug 325294: bug 324058 removed nsIStringInputStream2 but didn't change one instance in browser.js (keyword searches with postData are broken), r=mconnor 2006-01-31 15:25:12 +00:00
darin%meer.net
38c896d1a9 fixes uninstaller regression for deerpark trunk builds, b=320504, r=bsmedberg 2006-01-31 15:02:26 +00:00
dmose%mozilla.org
8adcba34b8 Make Lightning dynamically adapt to new Thunderbird searchbox UI (bug 325140), thanks to Joey Minta <jminta@gmail.com> for the patch, r=<dmose@mozilla.org>. 2006-01-31 05:59:11 +00:00
bzbarsky%mit.edu
6f84c83861 More use of nsINode. Bug 325006, r=sicking, sr=peterv 2006-01-31 04:25:22 +00:00
pavlov%pavlov.net
b214f64899 attempt to fix vc6 build bustage 2006-01-31 03:33:02 +00:00
brettw%gmail.com
ec4454331e [for joe@retrovirus.com] Bug 324743, r=brettw. Result roots are closed by default. 2006-01-31 03:05:02 +00:00
bzbarsky%mit.edu
12979b855a Fix bug 325005. r=sicking, sr=jst 2006-01-31 01:47:30 +00:00
jst%mozilla.jstenback.com
390dd19a05 Landing fix for bug 323156. XPCDispConvert::JSArrayToCOMArray does not convert empty arrays correctly. Patch by gdavis@nsisoftware.com, r=dbradley@gmail.com, sr=jst@mozilla.org 2006-01-31 01:47:01 +00:00
jst%mozilla.jstenback.com
8ae6b9d703 Landing fix for bug 310102. XPCDispTearOff::Invoke() processes DISPARAMS in wrong direction. Patch by gdavis@nsisoftware.com, r=dbradley@gmail.com, sr=jst@mozilla.org 2006-01-31 01:40:54 +00:00
jst%mozilla.jstenback.com
4175562ab2 Landing fix for bug 310097. XPCDispConvert will not convert SAFEARRAY of VARIANT. Patch by gdavis@nsisoftware.com, r=dbradley@gmail.com, sr=jst@mozilla.org 2006-01-31 01:38:52 +00:00
brettw%gmail.com
33065cba6e Bug 325153, r=annie.sullivan Update duplicate collapsing when rows are removed. 2006-01-31 01:29:05 +00:00
pavlov%pavlov.net
5b140c101e changing widget creation for cairo builds around to use GetThebesSurface() r=vlad 2006-01-31 01:04:41 +00:00