|
Adding a privileged callback used in IE CF to check whether to show
the version mismatch warning dialog. Used this in ceee/ to only show
it once per tab.
Changed the logic in Firefox to show the warning dialog even when
in privileged mode. This will mean it gets shown once per Firefox
window.
Wrote a unit test for the additional logic in ChromeFrameActivex.
To write the unit test, used com_mock.py to generate a mock of
the IChromeFramePrivileged interface. This can be extended to
generate mocks of the other CF interfaces.
Discovered duplication of np_browser_functions.h and .cc, resolved
this to a single copy (the one under chrome_frame).
Changed things around so chrome_tab.idl is built only once; this
also lets me more easily depend on it in the com_mock rule.
BUG=none
TEST=chrome_frame_unittests.exe
Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=65613
Total comments: 20
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+339 lines, -761 lines) |
Patch |
 |
M |
ceee/common/common.gyp
|
View
|
|
1 chunk |
+0 lines, -2 lines |
0 comments
|
Download
|
 |
D |
ceee/common/np_browser_functions.h
|
View
|
|
1 chunk |
+0 lines, -260 lines |
0 comments
|
Download
|
 |
D |
ceee/common/np_browser_functions.cc
|
View
|
|
1 chunk |
+0 lines, -435 lines |
0 comments
|
Download
|
 |
M |
ceee/ie/common/chrome_frame_host.h
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
ceee/ie/common/chrome_frame_host.cc
|
View
|
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ceee/ie/common/common.gyp
|
View
|
|
2 chunks |
+2 lines, -2 lines |
0 comments
|
Download
|
 |
M |
ceee/ie/plugin/bho/infobar_browser_window.h
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
ceee/ie/plugin/bho/infobar_browser_window.cc
|
View
|
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ceee/ie/plugin/toolband/tool_band.h
|
View
|
|
1 chunk |
+1 line, -0 lines |
0 comments
|
Download
|
 |
M |
ceee/ie/plugin/toolband/tool_band.cc
|
View
|
|
1 chunk |
+6 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ceee/ie/plugin/toolband/toolband.gyp
|
View
|
|
1 chunk |
+1 line, -19 lines |
0 comments
|
Download
|
 |
M |
ceee/testing/utils/mock_com.h
|
View
|
|
2 chunks |
+8 lines, -1 line |
0 comments
|
Download
|
 |
A |
ceee/testing/utils/mock_ioleclientsite.gen
|
View
|
|
1 chunk |
+15 lines, -0 lines |
0 comments
|
Download
|
 |
M |
ceee/testing/utils/test_utils.gyp
|
View
|
|
1 chunk |
+0 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome_frame/chrome_frame.gyp
|
View
|
1
2
|
26 chunks |
+81 lines, -35 lines |
0 comments
|
Download
|
 |
M |
chrome_frame/chrome_frame_activex.h
|
View
|
|
1 chunk |
+4 lines, -0 lines |
0 comments
|
Download
|
 |
M |
chrome_frame/chrome_frame_activex.cc
|
View
|
|
1 chunk |
+25 lines, -3 lines |
0 comments
|
Download
|
 |
M |
chrome_frame/chrome_frame_npapi.cc
|
View
|
|
1 chunk |
+6 lines, -2 lines |
0 comments
|
Download
|
 |
M |
chrome_frame/chrome_tab.idl
|
View
|
|
2 chunks |
+5 lines, -1 line |
0 comments
|
Download
|
 |
M |
chrome_frame/np_browser_functions.h
|
View
|
|
1 chunk |
+32 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome_frame/test/chrome_frame_activex_unittest.cc
|
View
|
|
1 chunk |
+100 lines, -0 lines |
0 comments
|
Download
|
 |
A |
chrome_frame/test/chrome_tab_mocks.h
|
View
|
|
1 chunk |
+41 lines, -0 lines |
0 comments
|
Download
|
Total messages: 17 (0 generated)
|