|
Split V8Proxy::retrieveActiveFrame() into two methods.
We now have RetrieveFrameForCurrentContext() and
RetrieveFrameForEnteredContext().
These terms means the same thing they do in V8::Context --
'current' is the top of the js stack and 'entered' is the
bottom.
I needed 'entered' to fix a bug in extensions where if you
call an extension API through the web inspector we get
confused and think the web inspector's view is the one who
called.
Total comments: 12
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+99 lines, -36 lines) |
Patch |
|
M |
chrome/renderer/extensions/bindings_utils.h
|
View
|
1
2
3
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
chrome/renderer/extensions/bindings_utils.cc
|
View
|
1
2
|
1 chunk |
+3 lines, -3 lines |
0 comments
|
Download
|
|
M |
chrome/renderer/extensions/extension_process_bindings.cc
|
View
|
1
2
3
|
1 chunk |
+4 lines, -2 lines |
0 comments
|
Download
|
|
M |
chrome/renderer/extensions/renderer_extension_bindings.cc
|
View
|
1
2
3
|
2 chunks |
+4 lines, -2 lines |
0 comments
|
Download
|
|
M |
chrome/renderer/external_extension.cc
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
chrome/renderer/loadtimes_extension_bindings.cc
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
webkit/glue/devtools/debugger_agent_manager.cc
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
webkit/glue/webdevtoolsclient_impl.cc
|
View
|
1
2
3
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
webkit/glue/webframe.h
|
View
|
1
2
3
|
1 chunk |
+17 lines, -1 line |
0 comments
|
Download
|
|
M |
webkit/glue/webframe_impl.cc
|
View
|
1
2
3
|
1 chunk |
+13 lines, -2 lines |
0 comments
|
Download
|
|
M |
webkit/port/bindings/v8/JSXPathNSResolver.cpp
|
View
|
1
2
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
webkit/port/bindings/v8/ScriptController.h
|
View
|
1
2
|
1 chunk |
+7 lines, -7 lines |
0 comments
|
Download
|
|
M |
webkit/port/bindings/v8/ScriptController.cpp
|
View
|
1
2
|
2 chunks |
+8 lines, -3 lines |
0 comments
|
Download
|
|
M |
webkit/port/bindings/v8/v8_custom.cpp
|
View
|
1
2
3
|
1 chunk |
+1 line, -1 line |
0 comments
|
Download
|
|
M |
webkit/port/bindings/v8/v8_proxy.h
|
View
|
1
2
3
|
1 chunk |
+22 lines, -4 lines |
0 comments
|
Download
|
|
M |
webkit/port/bindings/v8/v8_proxy.cpp
|
View
|
1
2
3
|
5 chunks |
+13 lines, -4 lines |
0 comments
|
Download
|
Total messages: 6 (0 generated)
|