Closed
Bug 1234828
Opened 9 years ago
Closed 9 years ago
Re-enable some e10s tests in toolkit/content/tests/browser
Categories
(Toolkit :: General, defect)
Toolkit
General
Tracking
()
RESOLVED
FIXED
mozilla46
People
(Reporter: enndeakin, Assigned: enndeakin)
References
(Blocks 1 open bug)
Details
Attachments
(4 files)
|
13.07 KB,
patch
|
Details | Diff | Splinter Review | |
|
1.63 KB,
patch
|
mikedeboer
:
review+
|
Details | Diff | Splinter Review |
|
2.08 KB,
patch
|
Gijs
:
review+
|
Details | Diff | Splinter Review |
|
5.07 KB,
patch
|
mikedeboer
:
review+
|
Details | Diff | Splinter Review |
No description provided.
| Assignee | ||
Comment 1•9 years ago
|
||
| Assignee | ||
Comment 2•9 years ago
|
||
Attachment #8701462 -
Flags: review?(mdeboer)
| Assignee | ||
Comment 3•9 years ago
|
||
| Assignee | ||
Comment 4•9 years ago
|
||
Attachment #8701464 -
Flags: review?(mdeboer)
Updated•9 years ago
|
Blocks: e10s-tests
tracking-e10s:
--- → +
Comment 5•9 years ago
|
||
Comment on attachment 8701462 [details] [diff] [review]
browser_quickfind_editable.js
Review of attachment 8701462 [details] [diff] [review]:
-----------------------------------------------------------------
Hihi, nice how this work pays off!
Attachment #8701462 -
Flags: review?(mdeboer) → review+
Comment 6•9 years ago
|
||
Comment on attachment 8701464 [details] [diff] [review]
browser_Finder.js
Review of attachment 8701464 [details] [diff] [review]:
-----------------------------------------------------------------
I like it? I'd advise to do a try run before pushing?
::: toolkit/modules/tests/browser/browser_Finder.js
@@ +1,3 @@
> /* This Source Code Form is subject to the terms of the Mozilla Public
> * License, v. 2.0. If a copy of the MPL was not distributed with this
> * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
While you're here, perhaps it's good to change this to the CC-license that we generally use for test code?
@@ +3,5 @@
> * file, You can obtain one at http://mozilla.org/MPL/2.0/. */
>
> var Ci = Components.interfaces;
>
> +add_task(function *()
nit: please format as `add_task(function* () {`, which I think matches browser/ style closer.
@@ +43,2 @@
>
> + yield ContentTask.spawn(tab.linkedBrowser, { }, function* (arg) {
nit: I think empty object literals don't need additional spacing.
@@ +53,2 @@
>
> + yield ContentTask.spawn(tab.linkedBrowser, { }, function* (arg) {
nit: same.
Attachment #8701464 -
Flags: review?(mdeboer) → review+
Comment 7•9 years ago
|
||
(In reply to Mike de Boer [:mikedeboer] from comment #6)
> I like it? I'd advise to do a try run before pushing?
This meant to say: 'I like it!!'
| Assignee | ||
Comment 8•9 years ago
|
||
| Assignee | ||
Updated•9 years ago
|
Attachment #8701463 -
Flags: review?(gijskruitbosch+bugs)
Comment 9•9 years ago
|
||
Comment on attachment 8701463 [details] [diff] [review]
browser_bug594509.js
Review of attachment 8701463 [details] [diff] [review]:
-----------------------------------------------------------------
r+ assuming green try w/ retriggers.
::: toolkit/content/tests/browser/browser_bug594509.js
@@ +8,1 @@
> gBrowser.removeTab(tab);
nit:
yield BrowserTestUtils.removeTab(tab);
Attachment #8701463 -
Flags: review?(gijskruitbosch+bugs) → review+
| Assignee | ||
Comment 10•9 years ago
|
||
https://hg.mozilla.org/integration/mozilla-inbound/rev/cfaafbd4bcf9bf7f26a052873984896d5ec50570
Bug 1234828, re-enable browser_quickfind_editable.js in e10s, r=mikedeboer
https://hg.mozilla.org/integration/mozilla-inbound/rev/f87f710e2f1022a6300d2da46d8cfc34ebea9706
Bug 1234828, re-enable browser_bug594509.js in e10s, r=gijs
https://hg.mozilla.org/integration/mozilla-inbound/rev/c2fdec91ce98b76ffc4e9e12274f2f2c83738e50
Bug 1234828, re-enable browser_Finder.js in e10s, r=mikedeboer
Comment 11•9 years ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/cfaafbd4bcf9
https://hg.mozilla.org/mozilla-central/rev/f87f710e2f10
https://hg.mozilla.org/mozilla-central/rev/c2fdec91ce98
Status: ASSIGNED → RESOLVED
Closed: 9 years ago
status-firefox46:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → mozilla46
You need to log in
before you can comment on or make changes to this bug.
Description
•