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

142178 Коммитов

Автор SHA1 Сообщение Дата
rj.keller%beonex.com be733d72d7 bug 8564 - Preferences access is broken in Composition ::: Moving Composition toolbar to XUL and uploading new toolbar buttons. 2005-05-28 13:28:36 +00:00
smfr%smfr.org 820e09bcfa Tweak tooltip sizing to fix a bunch of edge cases. Finally fixes bug 248488. 2005-05-28 06:47:57 +00:00
dmose%mozilla.org 90f0fcc56c Move preventBubble calls to the top of all relevant handlers to avoid an extremely confusing debugging experience if something in the handler throws an exception. Also, fix a JS strict warning. r=vlad. Not part of the build. 2005-05-28 02:47:44 +00:00
dmose%mozilla.org 170ccb88a1 Fix JS strict warning and add a trailing newline to a dump. Not part of the build. 2005-05-28 02:42:17 +00:00
dmose%mozilla.org 5e0f87af1c Fix JS strict warnings triggered by bogus trailing commas. Not part of the build. 2005-05-28 02:38:14 +00:00
dmose%mozilla.org 9255abd639 Fix JS strict warning; not part of the build 2005-05-28 02:36:38 +00:00
dmose%mozilla.org a483d29a6f Fix a couple of bugs a do a bunch of miscellaneous code cleanup. Not part of the build. 2005-05-28 02:08:49 +00:00
smfr%smfr.org c9f11ba2a9 Fix bug 295752: crash when going to show history by site. Fixed init method signatures for the history tree builders. 2005-05-28 01:10:24 +00:00
wtchang%redhat.com 0ea8a4266e Bugzilla bug 295298: enforce RSA key size limits when generating a new
key pair. r=nelsonb,jpierre.
2005-05-27 23:53:19 +00:00
pinkerton%aol.net 7374d205ed add adblocking with userContent.css to pref panel. 2005-05-27 22:10:10 +00:00
dmose%mozilla.org 19a65df600 Switch from using dump() to debug() so that it's easy to disable all the output verbosity; update the provider to use the syntax in draft 05 of the caldav document; add a few error-handling cleanups. 2005-05-27 21:24:54 +00:00
rj.keller%beonex.com 79f0aee793 updating ant build script to copy PNG resources. 2005-05-27 20:58:30 +00:00
rj.keller%beonex.com e241472efe Moving some Grendel GUI to XUL. Also adding prettier toolbar button images. 2005-05-27 20:54:40 +00:00
dmose%mozilla.org 43b7de60e0 Fix item parentage plus other minor tweaks 2005-05-27 20:40:19 +00:00
dmose%mozilla.org 4d225b4ce0 Fix strict warning by removing trailing comma 2005-05-27 20:37:44 +00:00
dmose%mozilla.org 475a5ad45e Selecting the calendar pane shouldn't cause a re-fetch of events that are already showing, r=vlad. 2005-05-27 20:32:00 +00:00
vladimir%pobox.com b3acbcff4b Make mozStorageStatement::Execute() use ExecuteStep(), to get the right SQLITE_SCHEMA handling, r=me 2005-05-27 20:14:09 +00:00
scott%scott-macgregor.org 2e8b6c7ceb Bug #295726 --> Disable presence URL check in Thunderbird.
We had some left over cruft that was trying to show buddy presence in the address book for cards with
screen names.

sr=bienvenu
2005-05-27 19:12:00 +00:00
scott%scott-macgregor.org c0779624da Bug #295723 --> Default Theme not listed in the Theme Manager
bump the theme version to 1.0+
2005-05-27 17:31:54 +00:00
bsmedberg%covad.net 9a885ac951 Bug 295723 - default theme doesn't show up (due to extension version bump) a=asa for checkin to closed tree 2005-05-27 17:07:53 +00:00
scott%scott-macgregor.org ad5011fb00 Bump the app.extension string to 1.0+ like it is for Firefox. 2005-05-27 15:45:32 +00:00
lpsolit%gmail.com 72cd4f2014 Bug 215346: Bug lists don't use mapped fields - Patch by Emmanuel Seyman <eseyman@linagora.com> r=myk,wurblzap a=myk 2005-05-27 11:37:17 +00:00
scott%scott-macgregor.org e4fe9f4c01 Bug #295642 --> cannot attach additional attachments after deleting all of the attachments.
use .collapse instead of .hidden on the listbox. Update some of the JS to use listbox APIs instead of dom element APIs.

sr=bienvenu
2005-05-27 05:46:32 +00:00
smfr%smfr.org 0e37616754 Removing semicolons on the first line of method implementations. No code changes, r=me. 2005-05-27 03:49:14 +00:00
dveditz%cruzio.com 4735d5bee3 bug 295457 use malloc to avoid OOM exceptions thrown by libstdc++. Patch by biesi, r=tor, sr=dveditz, a=chofmann 2005-05-26 22:43:36 +00:00
jst%mozilla.jstenback.com 70890dce44 Fixing crash introduced with my earlier changes for bug 294893. Make nw and wn finalizers order independent. r+sr=bzbarsky@mit.edu, a=drivers 2005-05-26 21:35:27 +00:00
darin%meer.net bee09b9fb8 fixes bug 295538 "Bump app.extensions.version to 1.0+ for pre-1.1 releases" r=mconnor,bsmedberg a=asa 2005-05-26 20:58:56 +00:00
mkanat%kerio.com 431a28aadb Bug 286672: Require correct DBD depending on the $db_driver in use
Patch By Max Kanat-Alexander <mkanat@bugzilla.org> r=LpSolit, a=justdave
2005-05-26 20:09:22 +00:00
mkanat%kerio.com eb9cc545ff Bug 286701: Tests fail compiling Bugzilla::DB::Pg.pm
Patch By Colin Ogilvie <colin.ogilvie@gmail.com> r=mkanat, a=justdave
2005-05-26 20:07:35 +00:00
bsmedberg%covad.net 6d44253e15 Bug 294683 - xulrunner should use envvar to remember path to appdata file r=darin a=Asa 2005-05-26 19:51:19 +00:00
justdave%bugzilla.org b94527e5e4 Bug 295035: "Find Module" produces the incorrect anchor tag for the redirect to owners.html 2005-05-26 19:50:03 +00:00
bzbarsky%mit.edu 8cf3336e6a Fix leak in extension manager UI. Bug 295535, r+a=bsmedberg 2005-05-26 19:41:17 +00:00
jst%mozilla.jstenback.com 33d0459bb4 Fixing bug 295520. Make somewindow[n] work from chrome for accessing childframes of a content window. r+sr=bzbarsky@mit.edu, a=asa@mozilla.org 2005-05-26 19:39:49 +00:00
mozilla.mano%sent.com 2241c09f92 Bug 295517 - Build fails in uriloader/extandler under BeOS. r=thesuckiestemail@yahoo.se (BeOS only). a=asa 2005-05-26 19:38:47 +00:00
jst%mozilla.jstenback.com a81b370e90 More fixes for bug 294893. When a XPCWrappedNative's scope is cleared, make sure we clear the scope for all of its XPCNativeWrappers as well. r+sr=bzbarsky@mit.edu, a=drivers 2005-05-26 19:30:36 +00:00
bzbarsky%mit.edu a68e2d534e Better version of last patch -- don't pin the atoms, and clean up nicely when
they're finalized so as not to crash.  Bug 294893, assumed future r=brendan,
a=drivers
2005-05-26 17:21:29 +00:00
smfr%smfr.org eb05dfc69a Fix bug 295522: when inserting autocomplete results into the url bar, skip the protocol when trying to figure out where the match is. r=pink. 2005-05-26 16:28:05 +00:00
bzbarsky%mit.edu 495c01f9c8 Backing out to fix orange till I can sort it out. 2005-05-26 14:41:34 +00:00
bzbarsky%mit.edu 732a318bfe Don't pin object atoms, since those can entrain all sorts of other stuff. Bug
294893 some more, r=brendan, sr=jst, a=brendan
2005-05-26 13:27:57 +00:00
smfr%smfr.org edae1198c7 Fix bug 289549: don't use -alternateTitle to store the type of proprotional font, because it can be changed by localizers. Instead, get the font type from the region dictionary.
Also fix the updating of the proportional font labels when you change font type, and fix the project so that it knows that the strings file is UTF-16.
2005-05-26 05:31:34 +00:00
smfr%smfr.org 816368ef87 Fix bug 262245: make sure the Downloads location is displayed using localized names. Patch by Ludovic Hirlimann. 2005-05-26 04:38:48 +00:00
smfr%smfr.org 839a0d2559 Fix bug 295429: when seeing a failure code on the nsIRequest on OnLocationChange, set the site icon to a little warning triangle, rather than the site icon. 2005-05-26 04:32:26 +00:00
wtchang%redhat.com 0e3be21354 Bugzilla bug 294955: allow the "primordial" thread (the thread that
initialized NSPR) to terminate while NSPR is still in use. r=glen.beasley.
2005-05-26 02:27:51 +00:00
bugzilla%glob.com.au 797f444df1 Bug 295455: Mozbot should fetch bug links with excludefield=long_desc
Patch by Byron Jones <bugzilla@glob.com.au> r=mkanat
2005-05-26 01:59:57 +00:00
brendan%mozilla.org 6fdd65d11d Fix null deref crash on s.match.apply (295052, r=shaver). 2005-05-25 23:28:00 +00:00
pavlov%pavlov.net f4be5ffe82 set is_utc as well as zone when doing getInTimezone r=vlad 2005-05-25 23:09:40 +00:00
dmose%mozilla.org 87c4234779 XPConnect doesn't like null iid params; r=vlad 2005-05-25 22:43:42 +00:00
pavlov%pavlov.net 273680aa96 adding support for playing a sound based on a pref 2005-05-25 22:06:36 +00:00
scott%scott-macgregor.org 756cba5f70 File / New / Address book Card was not showing up in the main mail window. 2005-05-25 18:42:25 +00:00
scott%scott-macgregor.org b92886bc4a Bug #295488 --> fix regressions from Bug #195224 virtual folder properties dialog is DOA with a JS exception.
sr=bienvenu
2005-05-25 18:17:07 +00:00