Closed
Bug 883118
Opened 12 years ago
Closed 12 years ago
[homepage] follow up to homepage redo: remove unused code
Categories
(Webtools Graveyard :: Elmo, defect, P1)
Webtools Graveyard
Elmo
Tracking
(Not tracked)
RESOLVED
FIXED
3.2
People
(Reporter: Pike, Assigned: Pike)
References
Details
Attachments
(1 file)
|
4.00 KB,
patch
|
jezdez
:
review+
|
Details | Diff | Splinter Review |
In bug 864357, we removed the first_half/second_half display of locales, I forgot to notice that during the review.
I'll hack up a quick follow-up to remove the dead code.
| Assignee | ||
Comment 1•12 years ago
|
||
Doh, I totally forgot to verify tests when we did the redesign.
Those fail as they try to assert that we have the tabzilla assets locally. Which we don't. I switch off that test for assets that start with '//' in the first patch.
The second patch removes the un-used code to generate the two locale chunks for the homepage, as well as the test for it.
Tests run locally, and they pass now :-)
Attachment #762637 -
Flags: review?(jezdez)
| Assignee | ||
Comment 2•12 years ago
|
||
Bumping to P1, as we have broken tests right now.
Priority: P2 → P1
Comment 3•12 years ago
|
||
Comment on attachment 762637 [details] [diff] [review]
two patches, git log -p, let's see how that work. fixes tests
Review of attachment 762637 [details] [diff] [review]:
-----------------------------------------------------------------
LGTM!
Attachment #762637 -
Flags: review?(jezdez) → review+
Comment 4•12 years ago
|
||
Commits pushed to develop at https://github.com/mozilla/elmo
https://github.com/mozilla/elmo/commit/8ec60d6f75f2fd40fd590b8cd3399ff77fc51a81
bug 883118, homepage follow up, fix tests, r=jezdez.
When adding tabzilla to elmo, we started including external assets via
//domain.org/foo. Exclude those from assets tests.
https://github.com/mozilla/elmo/commit/012ee2c33e5c0c4bd8d2d07bceeec158e789266c
bug 883118, remove unused code for the homepage that created two chunks of locales, r=jezdez
| Assignee | ||
Updated•12 years ago
|
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → 3.2
Updated•5 years ago
|
Product: Webtools → Webtools Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•