~ubuntu-branches/ubuntu/lucid/seamonkey/lucid-security

« back to all changes in this revision

Viewing changes to editor/composer/src/nsEditingSession.cpp

  • Committer: Bazaar Package Importer
  • Author(s): Fabien Tassin
  • Date: 2008-07-29 21:29:02 UTC
  • mfrom: (1.1.4 upstream)
  • Revision ID: james.westby@ubuntu.com-20080729212902-spm9kpvchp9udwbw
Tags: 1.1.11+nobinonly-0ubuntu1
* New security upstream release: 1.1.11 (LP: #218534)
  Fixes USN-602-1, USN-619-1, USN-623-1 and USN-629-1
* Refresh diverged patch:
  - update debian/patches/80_security_build.patch
* Fix FTBFS with missing -lfontconfig
  - add debian/patches/11_fix_ftbfs_with_fontconfig.patch
  - update debian/patches/series
* Build with default gcc (hardy: 4.2, intrepid: 4.3)
  - update debian/rules
  - update debian/control

Show diffs side-by-side

added added

removed removed

Lines of Context:
725
725
    }
726
726
 
727
727
    // Document level notification...
728
 
    if (aStateFlags & nsIWebProgressListener::STATE_IS_DOCUMENT) {
 
728
    if (aStateFlags & nsIWebProgressListener::STATE_IS_DOCUMENT &&
 
729
        !(aStateFlags & nsIWebProgressListener::STATE_RESTORING)) {
729
730
      PRBool progressIsForTargetDocument =
730
731
        IsProgressForTargetDocument(aWebProgress);
731
732