mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-01-08 15:09:39 +07:00
Cleanup
GitOrigin-RevId: 17c94534dc7661fe64bd13450c646ab6a6730523
This commit is contained in:
committed by
intellij-monorepo-bot
parent
550e58b66a
commit
d45961e84b
@@ -28,7 +28,6 @@ import java.awt.event.*;
|
||||
import java.util.*;
|
||||
import java.util.List;
|
||||
import java.util.function.Consumer;
|
||||
import java.util.function.Function;
|
||||
|
||||
import static com.intellij.ui.jcef.JBCefEventUtils.convertCefKeyEvent;
|
||||
import static com.intellij.ui.jcef.JBCefEventUtils.isUpDownKeyEvent;
|
||||
|
||||
@@ -4,7 +4,6 @@ package com.intellij.internal.jcef;
|
||||
import com.intellij.openapi.actionSystem.AnAction;
|
||||
import com.intellij.openapi.actionSystem.AnActionEvent;
|
||||
import com.intellij.openapi.project.DumbAware;
|
||||
import com.intellij.openapi.project.Project;
|
||||
import com.intellij.openapi.ui.DialogWrapper;
|
||||
import com.intellij.openapi.ui.popup.JBPopupFactory;
|
||||
import com.intellij.openapi.util.Disposer;
|
||||
@@ -29,7 +28,7 @@ import java.util.List;
|
||||
* @author tav
|
||||
*/
|
||||
public class WebBrowser extends AnAction implements DumbAware {
|
||||
private static final String URL = "http://maps.google.com";
|
||||
private static final String URL = "https://maps.google.com";
|
||||
private static final String myTitle = "Web Browser - JCEF";
|
||||
private static final String myCookieManagerText = "Cookie Manager";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user