Details
Details
- Reviewers
jdescottes - Commits
- rFIREFOXAUTOLAND2cc27953b96f: Bug 2004191 - Update WebDriver navigation to retain URL on navigation-committed…
- Bugzilla Bug ID
- 2004191
Diff Detail
Diff Detail
- Repository
- rFIREFOXAUTOLAND firefox-autoland
Event Timeline
Comment Actions
Thanks! One small suggestion for the test, but otherwise looks great! I pushed with the remote protocol "preset" (that's mach try --preset remote-protocol) at https://treeherder.mozilla.org/jobs?repo=try&landoCommitID=167690
(should be fine, I ran a similar patch through try a few days ago)
| remote/shared/test/xpcshell/test_Navigate.js | ||
|---|---|---|
| 700–723 | I imagine you used TARGET_URI_WITH_HASH to make sure we are taking the url from the event and not the one which might be already set in the webprogress? Maybe create a TARGET_URI_FROM_NAVIGATION_COMMITTED variable with a slightly different url, to make it completely obvious? | |
| remote/shared/test/xpcshell/test_Navigate.js | ||
|---|---|---|
| 700–723 | Good idea, updated in the new revision! | |