| Issue 22993: | Chrome Frame crashes if I try to navigate the page while the Inspector is open | |
| 1 person starred this issue and may be notified of changes. | Back to list |
Sign in to add a comment
|
What steps will reproduce the problem? 1. Go to a page that uses Chrome Frame, e.g. www.collinjackson.com 2. Right click and Inspect Element 3. Navigate the main window to www.google.com What is the expected output? Inspector closes or something. What do you see instead? Google Chrome crashes. |
||||||||||||||||||
,
Sep 24, 2009
(No comment was entered for this change.)
Owner: ---
|
|||||||||||||||||||
,
Sep 25, 2009
(No comment was entered for this change.)
Status: Assigned
Owner: ana...@chromium.org |
|||||||||||||||||||
,
Sep 28, 2009
The following revision refers to this bug:
http://src.chromium.org/viewvc/chrome?view=rev&revision=27407
------------------------------------------------------------------------
r27407 | ananta@chromium.org | 2009-09-28 14:13:08 -0700 (Mon, 28 Sep 2009) | 11 lines
Changed paths:
M http://src.chromium.org/viewvc/chrome/trunk/src/chrome/browser/external_tab_container.cc?r1=27407&r2=27406
If IE was navigated away to a different page when the ChromeFrame inspector window was open
it would crash the browser.
The fix is to ensure that the inspector window is closed when the ExternalTabContainer window
is uninitialized.
This fixes bug http://code.google.com/p/chromium/issues/detail?id=22993
Bug=22993
Review URL: http://codereview.chromium.org/249005
------------------------------------------------------------------------
|
|||||||||||||||||||
,
Sep 28, 2009
(No comment was entered for this change.)
Status: Fixed
|
|||||||||||||||||||
,
Sep 28, 2009
The following revision refers to this bug:
http://src.chromium.org/viewvc/chrome?view=rev&revision=27463
------------------------------------------------------------------------
r27463 | ananta@chromium.org | 2009-09-28 20:44:06 -0700 (Mon, 28 Sep 2009) | 13 lines
Changed paths:
M http://src.chromium.org/viewvc/chrome/trunk/src/chrome/browser/external_tab_container.cc?r1=27463&r2=27462
Another attempt at landing this.
If IE was navigated away to a different page when the ChromeFrame inspector window was open
it would crash the browser.
The fix is to ensure that the inspector window is closed when the ExternalTabContainer window
is uninitialized.
This fixes bug http://code.google.com/p/chromium/issues/detail?id=22993
Bug=22993
Review URL: http://codereview.chromium.org/249028
------------------------------------------------------------------------
|
|||||||||||||||||||
| ► Sign in to add a comment | |||||||||||||||||||