Lines Matching full:loading
396 - redo fix for <rdar://problem/5472899> REGRESSION (TOT): Crash in FrameLoadDelegate loading stationery
414 loading stationery
998 Fix fallout from the fix for <rdar://problem/5437983> (Loading history containing 100,000 entries adds 20s to Safari's startup)
1015 <rdar://problem/5437983> Loading history containing 100,000 entries adds 20s to Safari's startup
1023 The result of these changes is that loading 100,000 history items drops from around 25s to 1.6s. Loading
2192 <rdar://problem/5290103> Assert failure when loading page with multipart resource
2195 identifier map. When a multipart resource has finished loading one part, it is removed from the
2199 them when the first part has finished loading. I've filed <rdar://problem/5335034> to track doing that.
2299 loading quirk.
4114 <rdar://problem/5063277> blank screen after login to Citibank Online (accessing document before frame starts loading cancels load)
4628 <rdar://problem/5124364> IB3 crashes when loading a nib containing a WebView that has a WebHTMLView encoded inside
4791 URL pointed to by the <a> tag to start loading and thus preventing the plug-in from loading the real URL.
5118 - For images, only return true if the selector is copy: and the image has finished loading.
5209 Crash occurs at WebCore::FrameLoader::activeDocumentLoader() after loading Froggster widget
5556 data source is loading.
5798 REGRESSION: Multiple loading tabs cause assertion in WebDocumentLoaderMac::decreaseLoadCount(unsigned long)
5901 Re-set the DocumentLoader's frame when loading it from the page
5965 REGRESSION: Repro Crash in FrameLoader::frame loading about:blank in PLT
6217 This adds a "load counter" to the document loader and keeps the data source retained for as long as something is loading.
6453 <rdar://problem/5028473> WebKit allocates a huge number of NSCalendarDates while loading history file
6823 Bring back the semantic we had that a web view should be retained for as long as something is loading. Use the identifier
7660 after the RTFD data has been parsed, so we must delay loading while this
7665 (-[WebHTMLView _documentFragmentFromPasteboard:inContext:allowPlainText:chosePlainText:]): defer loading the resources while RTFD data is being parsed.
7749 - updated for cross-platform data loading support
9117 open it in Preview while PDF was loading
9988 Now we need to explicitly set the data source when loading from a page cache
11891 just one message in case of synchronously loading from memory cache; if this
11995 REGRESSION: Another page loading crash
15193 (-[WebDataSource _startLoading]): We need to make sure not to start loading the main
16092 Rolled out Maciej's code cleanup from 8/22. It turns out that keeping the "loading" flag
16313 - fixed <rdar://problem/4711200> Loading history would be faster if it bypassed
16843 - remove "loading" flag from WebDataSource and code that manages it; it is redundat.
17253 - fixed REGRESSION: crash when leaving youtube page while movie is still loading
17622 allow a plugin to start new loads once its document is no longer the one actively loading.
17782 Bug 10200: [Drosera] Deadlock between Drosera and Safari while loading page
17789 up in rare cases (such as a iframe loading about:blank). I thought this would prevent cases
17812 - fix assertion failure on layout tests by stopping plugins from loading at a clearly defined time
17818 at a time when this data source is the one that might be loading for a frame.
17819 (-[WebDataSource _stopLoading]): Stop loading plugins as a FIXME suggests we should.
19678 - start moving loading logic to new WebFrameLoader class; move management of WebLoaders there
20621 (WebFrame::loading):
21183 - remove loading-related code from WebView
21525 manual loading of images.
22321 load process, which has nothing to do with loading standalone plugin documents.
22352 Private extensions to the WebPlugin interface. A plugin may implement these methods to receive loading callbacks
22353 for its main resource. Plug-ins that implement this SPI show better loading progress in the browser, can be saved
22361 for loading its own content. If NO, the plugin should wait for WebKit to send it the data via the
22368 Hang onto the plugin view as an ivar so we can call the new resource loading methods on it.
22377 involved in loading their content.
23105 - simplify archive loading
23305 REGRESSION: Assertion failure loading acid2 test in -[WebCoreFrameBridge installInFrame:]
23311 since control of loading will be moving to WebCore.
23607 Better fix for <rdar://problem/4432562> REGRESSION (TOT): Safari's "stop loading" active, "view source" inactive after page load [7058]
23831 Rule 2a is good for two reasons. First, it seems unnatural for loading
23836 loading is helpful.
23838 Rule 2b is good because it's confusing for loading to be "100% done"
23870 (4) Query only the loading frame and its subframes for pending
24285 A WebDataSource cannot be loading unless it is still connected to the WebView that
24286 owns it and retained by it, because getting disconnected stops loading.
24292 Improvements to frame loading:
24297 - try to separate page cache loading from normal loading a bit more
24481 potentially be deallocated before the stream finishes loading.