Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
Geth-Modification
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
张蕾
Geth-Modification
Commits
87f50659
Commit
87f50659
authored
Jan 20, 2015
by
obscuren
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fixed url bug in browser
parent
9845029a
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
14 deletions
+0
-14
browser.qml
cmd/mist/assets/qml/browser.qml
+0
-5
whisper_test.go
whisper/whisper_test.go
+0
-9
No files found.
cmd/mist/assets/qml/browser.qml
View file @
87f50659
...
...
@@ -162,11 +162,6 @@ Rectangle {
top
:
divider
.
bottom
}
//property var cleanPath: false
onNavigationRequested
:
{
window
.
open
(
request
.
url
.
toString
());
}
function
injectJs
(
js
)
{
webview
.
experimental
.
navigatorQtObjectEnabled
=
true
;
webview
.
experimental
.
evaluateJavaScript
(
js
)
...
...
whisper/whisper_test.go
View file @
87f50659
...
...
@@ -6,15 +6,6 @@ import (
"time"
)
func
TestKeyManagement
(
t
*
testing
.
T
)
{
whisper
:=
New
()
key
:=
whisper
.
NewIdentity
()
if
!
whisper
.
HasIdentity
(
key
)
{
t
.
Error
(
"expected whisper to have identify"
)
}
}
func
TestEvent
(
t
*
testing
.
T
)
{
res
:=
make
(
chan
*
Message
,
1
)
whisper
:=
New
()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment