Closed
Bug 580379
Opened 15 years ago
Closed 15 years ago
Move and improve CSS introduced in Bug 558287
Categories
(Toolkit :: Add-ons Manager, defect)
Toolkit
Add-ons Manager
Tracking
()
VERIFIED
FIXED
mozilla2.0b3
People
(Reporter: bparr, Assigned: bparr)
Details
(Whiteboard: [AddonsRewrite])
Attachments
(1 file, 2 obsolete files)
6.81 KB,
patch
|
mossop
:
review+
mossop
:
approval2.0+
|
Details | Diff | Splinter Review |
The CSS introduced by the landed patch for Bug 558287 should be located in content instead of skin. The CSS can also be made simpler.
Assignee | ||
Comment 1•15 years ago
|
||
Moved the necessary code from skin to content. Didn't change the "header-searching" CSS because the throbber's visibility needs to be hidden when not active. That way, the search box doesn't shift back and forth when searching. Also, improved the test to better check the state for the "header-searching" element.
Updated•15 years ago
|
Flags: in-testsuite?
Flags: in-litmus-
Comment 2•15 years ago
|
||
Comment on attachment 458786 [details] [diff] [review]
Patch
Looks good however the rule to hide #header-searching should also be in content.
Attachment #458786 -
Flags: review?(dtownsend) → review-
Assignee | ||
Comment 3•15 years ago
|
||
Made Dave's change.
Attachment #458786 -
Attachment is obsolete: true
Attachment #458814 -
Flags: review?(dtownsend)
Comment 4•15 years ago
|
||
Comment on attachment 458814 [details] [diff] [review]
Patch v2
>diff --git a/toolkit/mozapps/extensions/test/browser/browser_searching.js b/toolkit/mozapps/extensions/test/browser/browser_searching.js
>--- a/toolkit/mozapps/extensions/test/browser/browser_searching.js
>+++ b/toolkit/mozapps/extensions/test/browser/browser_searching.js
>@@ -86,16 +86,32 @@ function end_test() {
>
> function getAnonymousElementByAttribute(aElement, aName, aValue) {
> return gManagerWindow.document.getAnonymousElementByAttribute(aElement,
> aName,
> aValue);
> }
>
> /*
>+ * Checks wheter or not the Add-ons Manager is currently searching
*whether
Attachment #458814 -
Flags: review?(dtownsend) → review+
Assignee | ||
Comment 5•15 years ago
|
||
Fix typo.
Attachment #458814 -
Attachment is obsolete: true
Attachment #458868 -
Flags: review?(dtownsend)
Comment 6•15 years ago
|
||
Thanks, patch looks good (r=me, if you need it)
Comment 7•15 years ago
|
||
Needs a toolkit peer r+ but I'm sure Dave will get to this shortly
Comment 8•15 years ago
|
||
Comment on attachment 458868 [details] [diff] [review]
Patch v3
Yep this looks good, will land when I get to the office.
Attachment #458868 -
Flags: review?(dtownsend) → review+
Updated•15 years ago
|
Attachment #458868 -
Flags: approval2.0+
Comment 9•15 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 15 years ago
Flags: in-testsuite? → in-testsuite+
Resolution: --- → FIXED
Target Milestone: --- → mozilla2.0b3
Comment 10•15 years ago
|
||
Verified fixed based on check-in and passing tests.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•