Commit Graph

150201 Commits

Author SHA1 Message Date
mgalli%geckonnection.com
bcaeae95a9 Fixes to UI. Polish stuff.
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@189962 18797224-902f-48f8-a5cc-f745e15eee43
2006-02-14 16:36:35 +00:00
bzbarsky%mit.edu
f7d7d8605c Only try to get box objects for content nodes. Bug 326778, r=sicking, sr+branch181=peterv
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@189960 18797224-902f-48f8-a5cc-f745e15eee43
2006-02-14 16:25:11 +00:00
axel%pike.org
4ecd0bd058 bug 323296, add rule to check out l10n-files only, r=gandalf, preed
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@189942 18797224-902f-48f8-a5cc-f745e15eee43
2006-02-14 09:22:51 +00:00
ginn.chen%sun.com
8ce7aa71d9 Bug 320358 Firefox crashes in nsXULButtonAccessible::GetState
r=aaronleventhal sr=roc a=roc


git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@189940 18797224-902f-48f8-a5cc-f745e15eee43
2006-02-14 08:20:25 +00:00
ginn.chen%sun.com
5a713d60aa Bug 264164 Radio and check indicator w/ Classic theme remains hover
state look
r+sr=roc a=roc


git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@189939 18797224-902f-48f8-a5cc-f745e15eee43
2006-02-14 08:18:23 +00:00
mgalli%geckonnection.com
8cefff87fc Now uses path as string.
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@189936 18797224-902f-48f8-a5cc-f745e15eee43
2006-02-14 06:51:19 +00:00
mgalli%geckonnection.com
10cbac44e1 Textbox is back.
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@189935 18797224-902f-48f8-a5cc-f745e15eee43
2006-02-14 06:18:58 +00:00
mgalli%geckonnection.com
24010ea625 downloadChooseFolder now sets the string path to the pref store item.
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@189934 18797224-902f-48f8-a5cc-f745e15eee43
2006-02-14 06:16:54 +00:00
bzbarsky%mit.edu
56cd4b5122 Make nsIWindowProvider report whether it created a new window. Bug 326006,
r=bsmedberg, sr=jst, branch181=jst


git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@189932 18797224-902f-48f8-a5cc-f745e15eee43
2006-02-14 05:35:41 +00:00
bzbarsky%mit.edu
685f9740d8 Move the "force into tab" code out of Gecko and allow embeddors to do the same
sort of thing. Bug 323810, r=bsmedberg, sr=jst, branch181=jst


git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@189931 18797224-902f-48f8-a5cc-f745e15eee43
2006-02-14 05:28:33 +00:00
mgalli%geckonnection.com
88a7b0fa3f Update to download item. Has to be not a textfield, because the value is being used to store a complex type. This is workaround. In the future the pref store has to be with the XBL prefitem elements.
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@189930 18797224-902f-48f8-a5cc-f745e15eee43
2006-02-14 05:11:30 +00:00
mgalli%geckonnection.com
adf0341932 Pref.xul with right "file"-type registration for the browser.download.dir
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@189929 18797224-902f-48f8-a5cc-f745e15eee43
2006-02-14 05:07:48 +00:00
mgalli%geckonnection.com
db2f65739a Pref supportin write for "file" types.
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@189928 18797224-902f-48f8-a5cc-f745e15eee43
2006-02-14 05:04:06 +00:00
dveditz%cruzio.com
f54e5b7288 bug 325403 separate the two different return states from ComputeWordFragmentDimensions. patch by rbs, r/sr=bz, a=bz
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@189921 18797224-902f-48f8-a5cc-f745e15eee43
2006-02-14 02:23:45 +00:00
bzbarsky%mit.edu
78f14489ea Fix crash on empty getters or setters. Bug 326910, r=sicking, sr=bryner, branch1.8.1=jst
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@189918 18797224-902f-48f8-a5cc-f745e15eee43
2006-02-14 02:16:32 +00:00
bryner%brianryner.com
ec49fe7ee4 fixing bustage r=brettw
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@189904 18797224-902f-48f8-a5cc-f745e15eee43
2006-02-14 00:00:31 +00:00
mgalli%geckonnection.com
6c67c7766b downloadChooseFolder file picker stuff.
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@189903 18797224-902f-48f8-a5cc-f745e15eee43
2006-02-13 23:58:02 +00:00
wtchang%redhat.com
8fa539bd40 Bugzilla Bug 124695: the implementation of _PR_MD_GET_INTERVAL for MinGW
was wrong.  Thanks to Stefan Sitter <ssitter@googlemail.com> for reporting
the bug and verifying the fix.  See bug 307527 for approval-branch-1.8.1+.
 Tag: MOZILLA_1_8_BRANCH


git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@189900 18797224-902f-48f8-a5cc-f745e15eee43
2006-02-13 23:24:45 +00:00
mgalli%geckonnection.com
57a74b7a2b Fix to prefID name.
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@189899 18797224-902f-48f8-a5cc-f745e15eee43
2006-02-13 23:19:32 +00:00
mgalli%geckonnection.com
7dd07a386a Fix to prefname
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@189896 18797224-902f-48f8-a5cc-f745e15eee43
2006-02-13 23:17:14 +00:00
bugzilla%arlen.demon.co.uk
bacfedc355 Bug 326082 Get phishing detection to cope with tags within link text
p=me r=neil sr=bienvenu a=bienvenu for branch 1.8.1 (TB part) a=biesi on behalf of SeaMonkey Council for SM1.1 (SM part)


git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@189893 18797224-902f-48f8-a5cc-f745e15eee43
2006-02-13 23:14:31 +00:00
mgalli%geckonnection.com
258ba7dfcc Pref checkbox changed to [ Dont Ask ] approach instead.
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@189892 18797224-902f-48f8-a5cc-f745e15eee43
2006-02-13 23:10:49 +00:00
mgalli%geckonnection.com
fbb1f36a82 new string.
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@189886 18797224-902f-48f8-a5cc-f745e15eee43
2006-02-13 22:52:04 +00:00
mgalli%geckonnection.com
bef609102f UseDownloadDir pref
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@189872 18797224-902f-48f8-a5cc-f745e15eee43
2006-02-13 21:15:53 +00:00
mgalli%geckonnection.com
c8bdd2be23 useDownloadDir pref and dependency UI.
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@189871 18797224-902f-48f8-a5cc-f745e15eee43
2006-02-13 21:14:41 +00:00
mgalli%geckonnection.com
8b048f6719 Use download dir, pref.
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@189870 18797224-902f-48f8-a5cc-f745e15eee43
2006-02-13 21:13:16 +00:00
scott%scott-macgregor.org
16521ea614 Bug #239136 --> tweak the new download manager settings to act a little more like the old progress dialog. Close after the download is done
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@189866 18797224-902f-48f8-a5cc-f745e15eee43
2006-02-13 20:49:05 +00:00
mgalli%geckonnection.com
78aa1901c9 browser.download.dir entry to the connection XUL panel.
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@189863 18797224-902f-48f8-a5cc-f745e15eee43
2006-02-13 20:36:59 +00:00
mgalli%geckonnection.com
d60de67f49 Download pref browser.download.dir preferenceset registration.
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@189861 18797224-902f-48f8-a5cc-f745e15eee43
2006-02-13 20:35:13 +00:00
mgalli%geckonnection.com
40cadeecd1 Download entry
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@189859 18797224-902f-48f8-a5cc-f745e15eee43
2006-02-13 20:32:45 +00:00
scott%scott-macgregor.org
2f2a04c9e6 Bug #239136 --> Thunderbird needs to integrate with the new download manager in toolkit
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@189858 18797224-902f-48f8-a5cc-f745e15eee43
2006-02-13 20:31:33 +00:00
scott%scott-macgregor.org
3a8cd5295c Bug #239136 --> Thunderbird needs to integrate with the new download manager in toolkit
sr=bsmedberg


git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@189857 18797224-902f-48f8-a5cc-f745e15eee43
2006-02-13 20:30:10 +00:00
scott%scott-macgregor.org
17dacd596e Bug #239136 --> Thunderbird needs to integrate with the new download manager in toolkit
sr=bsmedberg


git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@189856 18797224-902f-48f8-a5cc-f745e15eee43
2006-02-13 20:28:43 +00:00
bzbarsky%mit.edu
b7011b2c32 Fix bug 326834 -- more care needed with listboxes. r+sr+branch181=roc
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@189844 18797224-902f-48f8-a5cc-f745e15eee43
2006-02-13 19:33:24 +00:00
jminta%gmail.com
fc0275bc00 Bug 322059 Current year not visible in month-view. patch by ssitter@googlemail.com, r=jminta
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@189842 18797224-902f-48f8-a5cc-f745e15eee43
2006-02-13 19:25:10 +00:00
jminta%gmail.com
5d99a40917 Bug 321383 Multiweek view boxes are colored incorrectly, r=mvl
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@189839 18797224-902f-48f8-a5cc-f745e15eee43
2006-02-13 19:19:08 +00:00
jminta%gmail.com
7578e098d4 Bug 326132 Start time of all-day events is set to 1:00 causing 'Your start time is after your end time' error, r=mvl
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@189838 18797224-902f-48f8-a5cc-f745e15eee43
2006-02-13 19:13:32 +00:00
mark%moxienet.com
beaa518307 324617 Ad-blocking fixes, ad-blocking i18n. Patch by Smokey Ardisson <alqahira@mindspring.com>, some other changes by smfr. r=smfr
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@189837 18797224-902f-48f8-a5cc-f745e15eee43
2006-02-13 19:11:39 +00:00
jminta%gmail.com
812cc21e26 Bug 298373 Deleting a calendar should prompt to confirm. patch by michael.buettner@sun.com, r=jminta
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@189836 18797224-902f-48f8-a5cc-f745e15eee43
2006-02-13 19:10:44 +00:00
dmose%mozilla.org
e111df179d Make default calendar name in Lightning localizable (bug 326430), patch by Stefan Sitter <ssitter@googlemail.com>, r=dmose
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@189835 18797224-902f-48f8-a5cc-f745e15eee43
2006-02-13 19:07:41 +00:00
jminta%gmail.com
f3b7a2e37a Bug 325701 Do not display start time 0:00 for all day events. patch by bowmanmc@gmail.com, r=jminta
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@189834 18797224-902f-48f8-a5cc-f745e15eee43
2006-02-13 19:05:55 +00:00
brettw%gmail.com
5857997cf5 Bug 325665, r=bryner. Coalesce redirects in history, clean up session and
visit creation code.


git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@189826 18797224-902f-48f8-a5cc-f745e15eee43
2006-02-13 18:07:14 +00:00
bienvenu%nventure.com
3c053e83b9 314124 folder pane new msg popup confusing imap read state
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@189821 18797224-902f-48f8-a5cc-f745e15eee43
2006-02-13 15:56:37 +00:00
dougt%meer.net
cb0c7db610 WinCE only. On the trunk and the branch the filepicker builds. However on the 1.8 branch, it isn't included in the widget module. This moves some ifdefs around so that the nsFilePicker is included in WinCE.
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@189812 18797224-902f-48f8-a5cc-f745e15eee43
2006-02-13 02:38:24 +00:00
dougt%meer.net
ec8be91793 automatic download directory. MINIMO ONLY.
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@189811 18797224-902f-48f8-a5cc-f745e15eee43
2006-02-13 02:35:43 +00:00
gavin%gavinsharp.com
09bc26dbee Bug 175074: URN:ISBN link converted to URN://ISBN, patch by Christian Schmidt <bugzilla.mozilla.org@chsc.dk>, r=mconnor
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@189810 18797224-902f-48f8-a5cc-f745e15eee43
2006-02-13 01:17:30 +00:00
bzbarsky%mit.edu
4f01f63a3b Use IsContainingBlock rather than testing for block frame when looking for the
placeholder's containing block for auto offsets; for non-blocks, just use the
placeholder Y coordinate for auto-top. patch by dbaron, b=253479 r+sr=roc,
branch181=bsmedberg on behalf of dbaron


git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@189807 18797224-902f-48f8-a5cc-f745e15eee43
2006-02-12 22:25:22 +00:00
mvl%exedo.nl
3cc6c04163 bug 320869: remove unused calendar files. r=jminta
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@189803 18797224-902f-48f8-a5cc-f745e15eee43
2006-02-12 21:57:57 +00:00
jminta%gmail.com
735dca17aa Bug 321560 Wrong day selected (due to tz-offset) in new views when using minimonth or datepicker. r=mvl
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@189801 18797224-902f-48f8-a5cc-f745e15eee43
2006-02-12 20:45:26 +00:00
jminta%gmail.com
09f3625186 Bug 322060 First (top-left) day should note current month, in multi-week view. r=mvl
git-svn-id: svn://10.0.0.236/branches/MOZILLA_1_8_BRANCH@189799 18797224-902f-48f8-a5cc-f745e15eee43
2006-02-12 20:34:16 +00:00