Closed
Bug 306550
Opened 20 years ago
Closed 20 years ago
gtkmozembed progress flags lack STATE_RESTORING value
Categories
(Core Graveyard :: Embedding: GTK Widget, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: chpe, Assigned: chpe)
Details
(Keywords: fixed1.8)
Attachments
(1 file)
2.29 KB,
patch
|
mpgritti
:
review+
roc
:
superreview+
asa
:
approval1.8b5+
|
Details | Diff | Splinter Review |
The fastback changes in bug 292971 added STATE_RESTORING to
nsIWebProgressListener's state flags; but gtkmozembed's GtkMozEmbedProgressFlags
enum wasn't updated.
Assignee | ||
Comment 1•20 years ago
|
||
Assignee: mpgritti → chpe
Status: NEW → ASSIGNED
Attachment #194427 -
Flags: superreview?(roc)
Attachment #194427 -
Flags: review?(mpgritti)
Comment 2•20 years ago
|
||
Comment on attachment 194427 [details] [diff] [review]
fix
- GTK_MOZ_EMBED_FLAG_IS_WINDOW = 524288
+ GTK_MOZ_EMBED_FLAG_IS_WINDOW = 524288,
+ GTK_MOZ_EMBED_FLAG_RESTORING = 16777216
Since RESTORING is a separate group please put a new line between it and
IS_WINDOW...
Attachment #194427 -
Flags: review?(mpgritti) → review+
Comment on attachment 194427 [details] [diff] [review]
fix
only affects GTK embedding
Attachment #194427 -
Flags: superreview?(roc)
Attachment #194427 -
Flags: superreview+
Attachment #194427 -
Flags: approval1.8b5?
Updated•20 years ago
|
Attachment #194427 -
Flags: approval1.8b5? → approval1.8b5+
Comment 4•20 years ago
|
||
checked in with the whitespace change made
trunk:
Checking in embedding/browser/gtk/src/gtkmozembed.h;
/cvsroot/mozilla/embedding/browser/gtk/src/gtkmozembed.h,v <-- gtkmozembed.h
new revision: 1.35; previous revision: 1.34
done
Checking in embedding/browser/gtk/src/gtkmozembed2.cpp;
/cvsroot/mozilla/embedding/browser/gtk/src/gtkmozembed2.cpp,v <-- gtkmozembed2.cpp
new revision: 1.47; previous revision: 1.46
done
MOZILLA_1_8_BRANCH:
Checking in embedding/browser/gtk/src/gtkmozembed.h;
/cvsroot/mozilla/embedding/browser/gtk/src/gtkmozembed.h,v <-- gtkmozembed.h
new revision: 1.34.12.1; previous revision: 1.34
done
Checking in embedding/browser/gtk/src/gtkmozembed2.cpp;
/cvsroot/mozilla/embedding/browser/gtk/src/gtkmozembed2.cpp,v <-- gtkmozembed2.cpp
new revision: 1.43.8.4; previous revision: 1.43.8.3
done
Updated•13 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•