Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(6)

Unified Diff: ceee/firefox/content/cf.js

Issue 5512001: Cloned from issue http://codereview.chromium.org/5277004/ by rogerta@chromium... (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src/
Patch Set: Created 10 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | ceee/firefox/content/overlay.js » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ceee/firefox/content/cf.js
===================================================================
--- ceee/firefox/content/cf.js (revision 67716)
+++ ceee/firefox/content/cf.js (working copy)
@@ -49,12 +49,6 @@
this.parent_ = null;
}
-/**
- * Value used for id attribute of the ChromeFrame <embed> element.
- * @const
- */
-CfHelper.prototype.CHROME_FRAME_ID = 'ceee-browser';
-
/** Origin for use with postPrivateMessage. @const */
CfHelper.prototype.ORIGIN_EXTENSION = '__priv_xtapi';
@@ -241,6 +235,10 @@
if (this.cf_.readystate == READY_STATE_UNINITIALIZED) {
this.cf_.style.visibility = 'hidden';
} else if (this.cf_.readystate == READY_STATE_COMPLETED) {
+ this.ceee_.logInfo('CfHelper.readystatechange: window=' +
+ CEEE_mozilla_windows.getWindowId(window) +
+ ' cf=' + this.cf_.sessionid);
+
// Do this before we even load the extension at the other end so
// that extension automation is set up before any background pages
// in the extension load.
« no previous file with comments | « no previous file | ceee/firefox/content/overlay.js » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698