Changeset 202983 in webkit
- Timestamp:
- Jul 8, 2016, 9:42:20 AM (9 years ago)
- Location:
- trunk
- Files:
- 
      - 2 deleted
- 4 edited
 
 - 
          
  LayoutTests/ChangeLog (modified) (1 diff)
- 
          
  LayoutTests/fast/text/font-face-set-ready-fire-expected.txt (deleted)
- 
          
  LayoutTests/fast/text/font-face-set-ready-fire.html (deleted)
- 
          
  Source/WebCore/ChangeLog (modified) (1 diff)
- 
          
  Source/WebCore/css/FontFaceSet.cpp (modified) (1 diff)
- 
          
  Source/WebCore/css/FontFaceSet.h (modified) (1 diff)
 
Legend:
- Unmodified
- Added
- Removed
- 
      trunk/LayoutTests/ChangeLogr202982 r202983 1 2016-07-08 Commit Queue <commit-queue@webkit.org> 2 3 Unreviewed, rolling out r202945. 4 https://bugs.webkit.org/show_bug.cgi?id=159565 5 6 The test for this change is failing on all platforms. 7 (Requested by ryanhaddad on #webkit). 8 9 Reverted changeset: 10 11 "[Font Loading] The callback passed to document.fonts.ready 12 should always be called" 13 https://bugs.webkit.org/show_bug.cgi?id=158884 14 http://trac.webkit.org/changeset/202945 15 1 16 2016-07-08 Keith Miller <keith_miller@apple.com> 2 17 
- 
      trunk/Source/WebCore/ChangeLogr202981 r202983 1 2016-07-08 Commit Queue <commit-queue@webkit.org> 2 3 Unreviewed, rolling out r202945. 4 https://bugs.webkit.org/show_bug.cgi?id=159565 5 6 The test for this change is failing on all platforms. 7 (Requested by ryanhaddad on #webkit). 8 9 Reverted changeset: 10 11 "[Font Loading] The callback passed to document.fonts.ready 12 should always be called" 13 https://bugs.webkit.org/show_bug.cgi?id=158884 14 http://trac.webkit.org/changeset/202945 15 1 16 2016-07-08 Nael Ouedraogo <nael.ouedraogo@crf.canon.fr> 2 17 
- 
      trunk/Source/WebCore/css/FontFaceSet.cppr202945 r202983 198 198 { 199 199 // FIXME: Fire a "loading" event asynchronously. 200 m_isReady = false;201 200 } 202 201 
- 
      trunk/Source/WebCore/css/FontFaceSet.hr202945 r202983 112 112 HashMap<RefPtr<CSSFontFace>, Vector<Ref<PendingPromise>>> m_pendingPromises; 113 113 Optional<ReadyPromise> m_promise; 114 bool m_isReady { true };114 bool m_isReady { false }; 115 115 }; 116 116 
  Note:
 See   TracChangeset
 for help on using the changeset viewer.
  
