Closed
Bug 1444620
Opened 7 years ago
Closed 7 years ago
Replace searchTermOverlay.xul with inlining and preprocessing
Categories
(Thunderbird :: Search, defect)
Thunderbird
Search
Tracking
(Not tracked)
RESOLVED
FIXED
Thunderbird 60.0
People
(Reporter: Paenglab, Assigned: Paenglab)
References
Details
Attachments
(1 file)
(deleted),
patch
|
jorgk-bmo
:
review+
|
Details | Diff | Splinter Review |
This is a harder one as it has also shared files with SM.
Assignee | ||
Comment 1•7 years ago
|
||
I ifdef-ed some files to differ between TB and SM.
The windows to test are:
Search Messages
Search Addresses
Edit Virtual folders
Edit Filter
Edit MailViews (the Customize item in the view menuiten which can be placed on the main toolbar)
Comment 2•7 years ago
|
||
Comment on attachment 8957811 [details] [diff] [review]
searchTermOverlay.patch
(In reply to Richard Marti (:Paenglab) from comment #1)
> The windows to test are:
> Search Messages
> Search Addresses
> Edit Virtual folders
> Edit Filter
> Edit MailViews
All still working, I've never heard of the last item.
Attachment #8957811 -
Flags: review?(jorgk) → review+
Pushed by mozilla@jorgk.com:
https://hg.mozilla.org/comm-central/rev/04e68359ee51
Replace searchTermOverlay.xul with inlining and pre-processing. r=jorgk
Status: ASSIGNED → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
Updated•7 years ago
|
Target Milestone: --- → Thunderbird 60.0
Comment on attachment 8957811 [details] [diff] [review]
searchTermOverlay.patch
Review of attachment 8957811 [details] [diff] [review]:
-----------------------------------------------------------------
Thanks for looking at this.
::: mailnews/base/search/content/searchTerm.inc
@@ -37,2 @@
>
> - <!-- this is what the listitems will look like:
Why is the comment lost?
@@ +25,3 @@
>
> + </hbox>
> + </vbox>
Why is this /vbox here and not the parent file?
Assignee | ||
Comment 5•7 years ago
|
||
(In reply to :aceman from comment #4)
> Comment on attachment 8957811 [details] [diff] [review]
> searchTermOverlay.patch
>
> Review of attachment 8957811 [details] [diff] [review]:
> -----------------------------------------------------------------
>
> Thanks for looking at this.
>
> ::: mailnews/base/search/content/searchTerm.inc
> @@ -37,2 @@
> >
> > - <!-- this is what the listitems will look like:
>
> Why is the comment lost?
Is it needed? I can add it again, when you want.
> @@ +25,3 @@
> >
> > + </hbox>
> > + </vbox>
>
> Why is this /vbox here and not the parent file?
Because not all files using the include had the same flex.
You need to log in
before you can comment on or make changes to this bug.
Description
•