| Summary: | Opening Gerrit short URLs in Review editor does not work | ||
|---|---|---|---|
| Product: | z_Archived | Reporter: | Sascha Scholz <sascha.scholz> |
| Component: | Mylyn | Assignee: | Steffen Pingel <steffen.pingel> |
| Status: | RESOLVED FIXED | QA Contact: | |
| Severity: | minor | ||
| Priority: | P3 | CC: | b.muskalla |
| Version: | unspecified | ||
| Target Milestone: | 0.9 | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
| Bug Depends on: | |||
| Bug Blocks: | 346046 | ||
|
Description
Sascha Scholz
It looks like the web interface does a search when you click on the shortened URL. We can try to support this but we can't do any lookups when analyzing the URL since processing happens on the UI thread. The short URL is also used by Gerrit in review notes. Would be nice to be able to navigate from commit viewer note to review editor *** Bug 359632 has been marked as a duplicate of this bug. *** This is now supported in master. Need to investigate hanging tests due to a browser popup: Thread[main,6,main] org.eclipse.swt.internal.gtk.OS.Call(Native Method) org.eclipse.swt.widgets.Display.sleep(Display.java:4069) org.eclipse.swt.browser.PromptDialog.promptUsernameAndPassword(PromptDialog.java:429) org.eclipse.swt.browser.PromptService2.PromptAuth(PromptService2.java:505) org.eclipse.swt.browser.PromptService2$3.method12(PromptService2.java:80) org.eclipse.swt.internal.mozilla.XPCOMObject.callback12(XPCOMObject.java:95) org.eclipse.swt.internal.gtk.OS._g_main_context_iteration(Native Method) org.eclipse.swt.internal.gtk.OS.g_main_context_iteration(OS.java:2276) org.eclipse.swt.widgets.Display.readAndDispatch(Display.java:3207) org.eclipse.mylyn.gerrit.tests.ui.GerritUrlHandlerTest.testOpenUrl(GerritUrlHandlerTest.java:56) Tests are now passing. |