Home | History | Annotate | Download | only in win

Lines Matching full:page

226         <rdar://problem/6870383> Have to enter credentials twice when downloading from a protected page
400 policy decision is missing keys when full-page zoom is used
1549 Fix an assertion failure when Safari loads an error page
1739 <rdar://problem/6490446> - Crash when going back to a cached page
1922 its associated Page has no global history item.
1927 (WebView::globalHistoryItem): If the Page has no global history item,
2419 the page has changed. This is to allow clients implementing session
2442 (WebView::globalHistoryItem): Added. Gets the page's global history
2596 track which history items are from page load failures
2718 track which history items are from page load failures
2845 Don't consider the setting in this case since we need to reset both text zoom and page zoom regardless of the setting.
3041 Layering violation: FileChooser should not depend on Document/Frame/Page
3171 Start the debugger without reloading the inspected page
3793 Mouse events are sent to page while resizing window (affects Gmail)
4740 (WebView::initWithFrame): Set the path in the WebCore::Settings after new Page creation
4747 before setting the page group of the new page.
5050 In some current work I noticed that when a new Page is created, it is possible that it requires info from its Settings
5052 thereby populating the Settings object, immediately after the Page is created.
5055 (WebView::initWithFrame): Post the notification right after the Page is created
5327 Don't clear the PageGroup on _close, as the WebCore::Page destructor already does this.
5613 Group name tracking needs to happen using code in WebCore::Page, since it is more involved than
5620 (WebView::initWithFrame): Store the group name directly in Page.
5621 (WebView::setGroupName): Store the group name directly in Page.
5622 (WebView::groupName): Retrieve the group name directly from Page.
5777 Add full page zoom API for Windows WebKit.
6472 debugger to the Page if we have any listeners.
6495 Page so it can attach a debugger if needed.
6500 Change WebView's string-finding methods to call through to Page
6502 These methods were added to Page back in r28878 (and the
6509 (WebView::searchFor): Call through to Page::findString.
6510 (WebView::markAllMatchesForText): Call through to Page.
6587 Full page zoom work. Make setting of a zoom factor take a boolean saying whether it is a text only
6588 or full page zoom.
7070 - WebKit part of <rdar://problem/5754378> work around missing video on YouTube front page with a site-specific hack
7488 Fix Bug 16786: "Display images when page opens" preference affects
7581 Test: fast/events/contextmenu-scrolled-page-with-frame.html
7830 Fix Bug 16828: WebView never paints if first page load is canceled after being committed but before layout
7926 Fix many bugs by giving Windows one FrameView per page load
7943 document. We now create a new FrameView for each page load, just as
8046 Test: platform/win/editing/selection/shift-page-down-up.html
8199 for now. Without this we won't repaint the new page when we go back
8214 meant that page cache had a capacity of 0.
8314 REGRESSION(r28669): Page scrolls down when you hit space key in text area
8330 Even though this new code isn't exercised yet because the page cache is still turned off for Windows, local testing
9474 The fix is to avoid sending streams to full-page plugins that've failed
9708 Page, not just the first one.
10436 in a full-page plugin, to the main document load being cancelled. This
10801 (WebFrame::WebFrame): initialize new data member m_pageHeight, which is the height of the page adjusted for margins.
10802 (WebFrame::computePageRects): get the height of the page adjusted for margins by passing m_pageHeight to
10804 (WebFrame::spoolPages): footer rect's top is the max of the bottom of the page content and the bottom of the page
11027 <rdar://problem/5478690> Regression: printing: footer only appears on the first page of print
11032 (WebFrame::spoolPages): the footer rect is relative to the top left of the current page. So
11218 <rdar://problem/5079253> Cannot set different margins for the page
11220 Added support for setting margins via page setup for Windows printing.
11227 (WebFrame::computePageRects): Account for margins when calculating page rects.
11228 (WebFrame::spoolPages): Position footer at the bottom of the page rect (fixes footer drawing if left/right margins are set).
11235 <rdar://problem/5444457>: Content is cut when page orientation changed
11263 <rdar://problem/5424801> REGRESSION (r25151): Web page area of window doesn't redraw if page isn't loaded
11265 Don't bypass WebView WM_PAINT if the WebView has never committed a page.
12758 Fix <rdar://problem/5278790> Hole for find-on-page match in subframe isn't clipped by frame bounds
12796 calculating page rect heights.
13010 Make the Page with the now required InspectorClient.
13154 WebKit/win part of <rdar://problem/5336005> Calling window.print() on a subframe prints whole page, should only print that subframe
13489 (WebView::initWithFrame): Give each Page an InspectorClient to enable
13675 <rdar://problem/5243655> Flash download page doesn't recognize Boomer
13857 Fixed <rdar://problem/5055182> The page cache has no global cap.
13868 3. Centralized calculation of object cache and page cache sizes inside
13874 you set a page cache size of 100, a 256MB machine would somewhat
13882 Settings* data members, even though the Page owns the Settings object and
13885 Added NULL checks since the Page can be deleted before the frame/document.
14963 Fix <rdar://problem/5111027> Dragging a link on page
15575 because we don't create a FrameView until you load a page.
15651 Due to OpenSource r20178, all of the sudden we were trying to handle page caching on Windows
15653 clear() in FrameLoader::provisionalLoadStarted(). One such particular case was if a page *would*
15654 be "cachable" (no frames, no passwords, etc etc), and you start a download from that page.
15657 This prevents the "Should I cache this page?" checking from getting far enough to clear the document.
15661 (WebView::initWithFrame): Set page cache size to zero on new pages, and add a fixme to remove later
15705 <rdar://problem/5050470> Reproducible crash doing find on page at cnn.com
16453 <rdar://problem/4956428> Find: Showing/hiding the Find banner should not push the page contents down when possible
16484 <rdar://problem/5001181> Crash: autofilling empty page
16506 Fix <rdar://problem/4968731> Printing scales frames to page width
16515 (WebFrame::computePageRects): Changed to store the page rects.
16517 (WebFrame::spoolPages): Use the stored page rects, and set mediaBox's
16518 size using the print rect instead of the page rect so we will scale the
16683 This is now the page's focus controller responsibility
16780 added key entry for function to scroll by page and move
16887 Fixed <rdar://4956286> Find: Deleting all text in the Find banner search field should clear the page's selection
18761 page, not the WebView.
19176 <rdar://4853816> CFNetwork crash on Vista loading any SSL page
19267 - the page cache related calls added in WebHistoryItem are
19268 just stubs right now because we haven't implemented page cache yet.
19406 from the Frame to the Page, since it's only responsible for
19827 - Added page accessor on WebView, and core(), for converting from WebView
19828 to page.
20815 Holding down Ctrl when a redirect happens opens the redirected page in a new tab
20919 <rdar://4781999> History menu gets borked if you visit a page with no title.
20921 <rdar://4780252> Page titles in History menu are incorrect
20924 * Interfaces/IWebHistoryItemPrivate.idl: added setTitle to set title for a page after we receive it
21144 (WebFrame::receivedResponse): tell the app when we commit a page load.
21340 <rdar://4757389> Browser locks up while navigating to a new page
21609 - WebView -> WebCore::Page -> WebCore::Frame
21931 Implemened Save As to save raw page source (we don't support web archives).