Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
W
wine-winehq
Project
Project
Details
Activity
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
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
wine
wine-winehq
Commits
c8a953c5
Commit
c8a953c5
authored
Jan 31, 2011
by
Jacek Caban
Committed by
Alexandre Julliard
Jan 31, 2011
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
mshtml: Added support for recursive script runners.
parent
bfebbbb1
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
1 addition
and
11 deletions
+1
-11
mshtml_private.h
dlls/mshtml/mshtml_private.h
+0
-10
mutation.c
dlls/mshtml/mutation.c
+0
-0
exectest.html
dlls/mshtml/tests/exectest.html
+1
-1
No files found.
dlls/mshtml/mshtml_private.h
View file @
c8a953c5
...
...
@@ -586,13 +586,6 @@ struct HTMLFrameBase {
nsIDOMHTMLIFrameElement
*
nsiframe
;
};
typedef
struct
_mutation_queue_t
{
DWORD
type
;
nsISupports
*
nsiface
;
struct
_mutation_queue_t
*
next
;
}
mutation_queue_t
;
typedef
struct
nsDocumentEventListener
nsDocumentEventListener
;
struct
HTMLDocumentNode
{
...
...
@@ -602,7 +595,6 @@ struct HTMLDocumentNode {
IInternetHostSecurityManager
IInternetHostSecurityManager_iface
;
nsIDocumentObserver
nsIDocumentObserver_iface
;
nsIRunnable
nsIRunnable_iface
;
LONG
ref
;
...
...
@@ -617,8 +609,6 @@ struct HTMLDocumentNode {
BOOL
*
event_vector
;
BOOL
skip_mutation_notif
;
mutation_queue_t
*
mutation_queue
;
mutation_queue_t
*
mutation_queue_tail
;
struct
list
bindings
;
struct
list
selection_list
;
...
...
dlls/mshtml/mutation.c
View file @
c8a953c5
This diff is collapsed.
Click to expand it.
dlls/mshtml/tests/exectest.html
View file @
c8a953c5
...
...
@@ -21,7 +21,7 @@ document.write("<script>"
len
=
document
.
getElementsByTagName
(
'script'
).
length
;
external
.
todo_wine_ok
(
len
===
2
,
"script col length = "
+
len
);
external
.
todo_wine_
ok
(
executed
,
"writen script not executed"
);
ok
(
executed
,
"writen script not executed"
);
external
.
reportSuccess
();
</script>
...
...
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