Closed
Bug 441220
Opened 16 years ago
Closed 16 years ago
Port |Bug 183419 – Message Filter dialog and Search dialogs (Message, Address) need close facilities (was buttons)| to Thunderbird
Categories
(MailNews Core :: Filters, defect)
MailNews Core
Filters
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla1.9.1a1
People
(Reporter: sgautherie, Assigned: sgautherie)
References
Details
Attachments
(3 files, 7 obsolete files)
4.17 KB,
patch
|
standard8
:
review+
|
Details | Diff | Splinter Review |
4.38 KB,
patch
|
Details | Diff | Splinter Review | |
2.20 KB,
patch
|
Details | Diff | Splinter Review |
Per bug 441077 comment 1::
{{
the differences between the two SearchDialog.xul files is not that large, I expect only a couple of bugs need to be ported
}}
*****
[Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.9.0.1pre) Gecko/2008062202 SeaMonkey/2.0a1pre] (nightly) (W2Ksp4)
[Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.9.0.1pre) Gecko/2008062003 Thunderbird/3.0a2pre] (nightly) (W2Ksp4)
Ctrl+W works for all 3 dialogs.
***
Was bug 183419 patch to fix Mac ("accel") case only ?
Should we port that patch from <mailnews/> to <mail/> ?
Or synchronize this code some other way ?
Comment 1•16 years ago
|
||
(In reply to comment #0)
> Was bug 183419 patch to fix Mac ("accel") case only ?
I think it was accel-W on all platforms (accel being ctrl, cmd or whatever).
> Should we port that patch from <mailnews/> to <mail/> ?
It works fine for me on Mac as well.
> Or synchronize this code some other way ?
There's only two things I can see that are worth porting in that patch:
1) the onunload/onclose changes in SearchDialog.xul
2) the changes wrt onFilterUnload and onFilterClose in FilterListDialog.js/xul if it is sensible for those to be ported.
Assignee | ||
Comment 2•16 years ago
|
||
Per comment 1 point 1.
Assignee: nobody → sgautherie.bz
Status: NEW → ASSIGNED
Attachment #326303 -
Flags: review?(bugzilla)
Assignee | ||
Comment 3•16 years ago
|
||
Same as comment 1 point 1...
Attachment #326304 -
Flags: review?(bugzilla)
Assignee | ||
Comment 4•16 years ago
|
||
[Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.9.0.1pre) Gecko/2008062303 Thunderbird/3.0a2pre] (nightly) (W2Ksp4)
Updated (and merged) Av1 and Bv1 patches.
Attachment #326303 -
Attachment is obsolete: true
Attachment #326304 -
Attachment is obsolete: true
Attachment #326308 -
Flags: review?(bugzilla)
Attachment #326303 -
Flags: review?(bugzilla)
Attachment #326304 -
Flags: review?(bugzilla)
Assignee | ||
Comment 5•16 years ago
|
||
Cv1, with an additional space/blank line removal.
NB:
This also includes a s/closeWindow(true)/window.close()/g per
<http://mxr.mozilla.org/mailnews/search?string=closeWindow(&find=%5C.xul%24&filter=%5E%5B%5E%5C0%5D*%24&tree=mailnews>
Attachment #326308 -
Attachment is obsolete: true
Attachment #326313 -
Flags: review?(bugzilla)
Attachment #326308 -
Flags: review?(bugzilla)
Comment 6•16 years ago
|
||
Comment on attachment 326313 [details] [diff] [review]
(Cv1a) <(AB)SearchDialog.xul>
Please don't touch ABSearchDialog.xul here, the changes you are making are being done in bug 441135 already.
-
</hbox>
-
Please drop the second of these whitespace changes as I'd like to keep a blank line there and not add unnecessary confusion to blame.
Attachment #326313 -
Flags: review?(bugzilla) → review-
Assignee | ||
Comment 7•16 years ago
|
||
Cv1a, with an additional space/blank line removal.
Attachment #326313 -
Attachment is obsolete: true
Attachment #326316 -
Flags: review?(bugzilla)
Assignee | ||
Comment 8•16 years ago
|
||
Stay in sync' with Cv1b patch.
Attachment #326317 -
Flags: review?(iann_bugzilla)
Assignee | ||
Comment 9•16 years ago
|
||
Av1/Cv1b, with comment 6 suggestion(s).
Attachment #326316 -
Attachment is obsolete: true
Attachment #326320 -
Flags: review?(bugzilla)
Attachment #326316 -
Flags: review?(bugzilla)
Assignee | ||
Updated•16 years ago
|
Attachment #326320 -
Attachment is patch: true
Attachment #326320 -
Attachment mime type: application/octet-stream → text/plain
Assignee | ||
Comment 10•16 years ago
|
||
[Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.9.0.1pre) Gecko/2008062303 Thunderbird/3.0a2pre] (nightly) (W2Ksp4)
Per comment 1 point 2.
NB:
*(mail/) <contextHelp.js> is empty, so useless.
*<utilityOverlay.js> does not seem to be needed !?
*nor <utilityOverlay.xul>.
Attachment #326330 -
Flags: review?(bugzilla)
Attachment #326317 -
Flags: review?(iann_bugzilla) → review+
Comment 11•16 years ago
|
||
Comment on attachment 326320 [details] [diff] [review]
(Av2-TB) <SearchDialog.xul>
</vbox>
-
<hbox flex="1">
r=me without this change.
Attachment #326320 -
Flags: review?(bugzilla) → review+
Updated•16 years ago
|
Attachment #326330 -
Flags: review?(bugzilla) → review+
Assignee | ||
Comment 12•16 years ago
|
||
Av2-TB, with comment 11 suggestion(s).
To check in.
Attachment #326320 -
Attachment is obsolete: true
Assignee | ||
Comment 13•16 years ago
|
||
Dv1-SM, with comment 11 suggestion(s).
To check in.
Attachment #326317 -
Attachment is obsolete: true
Assignee | ||
Updated•16 years ago
|
Comment 15•16 years ago
|
||
Checking in FilterListDialog.js;
/cvsroot/mozilla/mail/base/content/FilterListDialog.js,v <-- FilterListDialog.js
new revision: 1.20; previous revision: 1.19
done
Checking in FilterListDialog.xul;
/cvsroot/mozilla/mail/base/content/FilterListDialog.xul,v <-- FilterListDialog.xul
new revision: 1.12; previous revision: 1.11
done
Checking in SearchDialog.xul;
/cvsroot/mozilla/mail/base/content/SearchDialog.xul,v <-- SearchDialog.xul
new revision: 1.30; previous revision: 1.29
done
Checking in SearchDialog.xul;
/cvsroot/mozilla/mailnews/base/search/resources/content/SearchDialog.xul,v <-- SearchDialog.xul
new revision: 1.90; previous revision: 1.89
done
Keywords: checkin-needed
Whiteboard: [c-n: Av2a-TB, Dv1a-SM, Ev1-TB]
Assignee | ||
Updated•16 years ago
|
Attachment #326920 -
Attachment description: (Dv1a-SM) <SearchDialog.xul> (sync) cleanup only → (Dv1a-SM) <SearchDialog.xul> (sync) cleanup only
[Checkin: Comment 15]
Assignee | ||
Updated•16 years ago
|
Attachment #326918 -
Attachment description: (Av2a-TB) <SearchDialog.xul> → (Av2a-TB) <SearchDialog.xul>
[Checkin: Comment 15]
Assignee | ||
Updated•16 years ago
|
Attachment #326330 -
Attachment description: (Ev1-TB) <FilterListDialog.*> → (Ev1-TB) <FilterListDialog.*>
[Checkin: Comment 15]
Assignee | ||
Updated•16 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 16 years ago
Resolution: --- → FIXED
Updated•16 years ago
|
Product: Core → MailNews Core
You need to log in
before you can comment on or make changes to this bug.
Description
•