Skip to content

Commit b2c0366

Browse files
Switch Linux Webkit timeout to github from bugzilla (#1326)
Asking to report bugs at eclipse bugzilla which no one will look at is plain wrong and forgotten during migration. Co-authored-by: Moritz Weber <[email protected]>
1 parent 6b8dadf commit b2c0366

File tree

1 file changed

+3
-10
lines changed
  • bundles/org.eclipse.swt/Eclipse SWT WebKit/gtk/org/eclipse/swt/browser

1 file changed

+3
-10
lines changed

bundles/org.eclipse.swt/Eclipse SWT WebKit/gtk/org/eclipse/swt/browser/WebKit.java

Lines changed: 3 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*******************************************************************************
2-
* Copyright (c) 2010, 2022 IBM Corporation and others.
2+
* Copyright (c) 2010, 2024 IBM Corporation and others.
33
*
44
* This program and the accompanying materials
55
* are made available under the terms of the Eclipse Public License 2.0
@@ -282,15 +282,8 @@ void updateUserScript() {
282282

283283
private static String getInternalErrorMsg () {
284284
String reportErrMsg = "Please report this issue *with steps to reproduce* via:\n"
285-
+ " https://bugs.eclipse.org/bugs/enter_bug.cgi?"
286-
+ "alias=&assigned_to=platform-swt-inbox%40eclipse.org&attach_text=&blocked=&bug_file_loc=http%3A%2F%2F&bug_severity=normal"
287-
+ "&bug_status=NEW&comment=&component=SWT&contenttypeentry=&contenttypemethod=autodetect&contenttypeselection=text%2Fplain"
288-
+ "&data=&defined_groups=1&dependson=&description=&flag_type-1=X&flag_type-11=X&flag_type-12=X&flag_type-13=X&flag_type-14=X"
289-
+ "&flag_type-15=X&flag_type-16=X&flag_type-2=X&flag_type-4=X&flag_type-6=X&flag_type-7=X&flag_type-8=X&form_name=enter_bug"
290-
+ "&keywords=&maketemplate=Remember%20values%20as%20bookmarkable%20template&op_sys=Linux&product=Platform&qa_contact="
291-
+ "&rep_platform=PC&requestee_type-1=&requestee_type-2=&short_desc=webkit2_BrowserProblem";
292-
293-
return reportErrMsg + "\nFor bug report, please atatch this stack trace:\n" + getStackTrace();
285+
+ " https://github.com/eclipse-platform/eclipse.platform.swt/issues/new?assignees=&labels=&projects=&template=bug_report.md&title=";
286+
return reportErrMsg + "\nFor bug report, please attach this stack trace:\n" + getStackTrace();
294287
}
295288

296289

0 commit comments

Comments
 (0)