Home | History | Annotate | Download | only in mac

Lines Matching full:page

94         When scrolling by page, hold back 1/8th of the visible size instead of
114 Fix erroneous page scrolls when trying to select text or use form elements
1694 <rdar://problem/6988966> Hardware layers do not show up in page snapshots
2068 <rdar://problem/7290671> Crash after navigating away from a page with subframe containing plug-in
2534 (-[WebBaseNetscapePluginView start]): Call the page's didStartPlugin() upon starting a plug-in.
2535 (-[WebBaseNetscapePluginView stop]): Call the page's didStopPlugin() upon stopping a plug-in.
2600 Need WebKit API or SPI on Mac and Windows to test whether it's safe to load a page in a new tab/window
2636 Object to store all of the bits of data relevant to a page visit:
2715 Pass 0 for new Page constructor argument.
2721 isEnabled switch for notifications (experimental) in Page Settings
2864 When scrolling a page with compositing layers inside a position:fixed element,
2936 Fixed position elements flash when CSS transforms are applied on page > 2048px tall
3115 This patch adds new API for adding and removing user scripts from page groups. User scripts
3182 More partial work towards "Page Cache should support pages with Frames"
3552 Work around an issue on Leopard where composited layers are misplaced and squished when the page
3953 WebKit should provide usage and eligibility information about the page cache.
3972 "Unrecognized selector" console log when the Safari 4 Welcome page navigates to Top Sites.
4419 Add the concept of whether or not the Page is focused by adding a boolean to the focusController. This allows the
4420 focused frame and focused node to both be cached and changed programmatically without causing errors when the Page doesn't
4579 on-the-fly when the flag is changed while a page is loaded.
4905 when it is first connected. Once we have transitioned to a new page and have the Frame/Page available, go ahead and explicitly
5076 when dealing with viewless mode. This gets triggered when visiting the Google home page.
5312 REGRESSION (r35515): Tiger crash painting the selection on registration page of car2go.com
5598 crash painting the selection on registration page of car2go.com
5690 <rdar://problem/6895347> Mouse wheeling in the QuickTime plug-in (incorrectly) scrolls the page
5975 <rdar://problem/6870383> Have to enter credentials twice when downloading from a protected page
6726 policy decision is missing keys when full-page zoom is used
7668 <rdar://problem/6740581> REGRESSION (r41793): Page Down and Page Up don?t work in Leopard Mail
7951 for Page, so the new RunLoopTimer in WebCore always gets a default mode.
8002 Bug 24477: REGRESSION (r41467): Page Down key scrolls two pages
8448 <rdar://problem/6611233> REGRESSION (r39549): Page loads cannot be interrupted with Command-. or Escape
8741 we incorrectly marked the page as active, and then when the WebHTMLView became first responder again, setActive did nothing.
8751 * WebView/WebView.mm: (-[WebView _updateFocusedAndActiveStateForFrame:]): Don't set the page to be active
11165 Bug 23060: REGRESSION (r38629): Cannot scroll a WebHTMLView using Home/End/Page up/Page down
11172 was not. When using the page up / page down keys, the events generated are of
11711 the page has changed. This is to allow clients implementing session
11818 (-[WebView _globalHistoryItem]): Added. Returns the page's global
11849 <rdar://problem/6405599> Tiger Mail crashes when using "Mail Contents of This Page"
12451 track which history items are from page load failures
12522 Move some frame/page checking code down to the base class.
12619 unconditionally set the page to be active, but we can be looser
12696 track which history items are from page load failures
13269 for showing the old page during the start of loading. This is the identical
13994 Layering violation: FileChooser should not depend on Document/Frame/Page
14171 Start the debugger without reloading the inspected page
14822 to reveal the node in the page. This makes the highlight less
14825 if the node changes on the page for any reason.
15567 highlighting a page element. Calling disableScreenUpdatesUntilFlush
15568 when attaching and detaching the Inspector page highlight is bad,
15699 while the page changes.
16193 When an active page has plug-ins, and plug-ins are disabled, they will be stopped and will
16384 Null-check the new frame's page before loading the URL into it, as it might already have been
16385 removed from the page.
16988 - fix <rdar://problem/5965013> Page 2 does not print correctly
17065 showing the Inspector in the page and in the Inspector window.
17420 before setting the page group of the new page.
17424 immediately after creating the page so it is in place for initializing the LocalStorageThread
18316 after creating the new Page
18362 In some current work I noticed that when a new Page is created, it is possible that it requires info from its Settings
18364 thereby populating the Settings object, immediately after the Page is created.
18367 (-[WebView _commonInitializationWithFrameName:groupName:]): Post the notification right after the Page is created
18394 Null check the page before handling drag events.
18420 Don't clear the PageGroup on _close, as the WebCore::Page destructor already does this.
18723 (as in "while archiving a page") are accepting of null or empty data.
18967 Bug 18030: REGRESSION(r31236): Space bar fails to scroll down page
18990 If a page is reloaded, a child frame's URL can not be taken from a history item.
19117 Add support for a preference in WebKit that can be used in nightly builds to test full page
19584 This patch prepares Mac WebKit to handle two different zooming modes (full page zoom and text only zoom).
19586 can zoom the page in, out or reset it to the standard size.
19589 and set the common zoom factor. In other words you can't combine text zoom and page zoom. One will always
19833 platform independent manner by WebCore::Page.
20376 * WebView/WebCoreScriptDebugger.h: Renamed from WebCore/page/mac/WebCoreScriptDebugger.h.
20377 * WebView/WebCoreScriptDebugger.mm: Renamed from WebCore/page/mac/WebCoreScriptDebugger.mm.
20430 (-[WebView scheduleInRunLoop:forMode:]): New API, that calls through to Page.
20438 Fix crash that happens when trying to load a page with a Java applet.
20832 - WebKit part of <rdar://problem/5754378> work around missing video on YouTube front page with a site-specific hack
21164 and inactive text selection after loading a page
21172 (-[WebHTMLView _updateActiveState]): Only call page->focusController()->setActive()
21392 This fixes pageup/down in iframes. test for this is fast/frames/iframe-scroll-page-up-down.html
21455 page (16373)
22300 on page load from around 400MB to 22MB.
22823 in the page coordinate system rather than the client area coordinate system.
22928 (-[WebInspector show:]): Calls thru to the Page's InspectorController.