From 547e14396402130368dfa0b744b81e00cb726861 Mon Sep 17 00:00:00 2001 From: Christian Persch Date: Tue, 8 Jun 2004 17:53:10 +0000 Subject: Adjust comment about mozilla bug #232057, which was WONTFIXed. 2004-06-08 Christian Persch * embed/mozilla/EphyBrowser.cpp: Adjust comment about mozilla bug #232057, which was WONTFIXed. --- ChangeLog | 7 +++++++ embed/mozilla/EphyBrowser.cpp | 7 +++---- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index 3776069df..9a1f5ce34 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2004-06-08 Christian Persch + + * embed/mozilla/EphyBrowser.cpp: + + Adjust comment about mozilla bug #232057, which was + WONTFIXed. + 2004-06-08 Marco Pesenti Gritti * src/ephy-window.c: (show_embed_popup): diff --git a/embed/mozilla/EphyBrowser.cpp b/embed/mozilla/EphyBrowser.cpp index 0205d376e..066532790 100644 --- a/embed/mozilla/EphyBrowser.cpp +++ b/embed/mozilla/EphyBrowser.cpp @@ -769,10 +769,9 @@ nsresult EphyBrowser::GetDocumentHasModifiedForms (nsIDOMDocument *aDomDoc, PRUi inputElement->GetValue (userText); inputElement->GetMaxLength (&max_length); - /* Guard against arguably broken forms where - * defaultText is longer than maxlength - * (userText is cropped, defaultText is not) - * Mozilla bug 232057 + /* There are forms for which defaultValue is longer than + * userValue. Mozilla consider this not a bug [see WONTFIXed + * bug 232057], but we need to check for this here. */ if (defaultText.Length() > (PRUint32)max_length) { -- cgit