Home | History | Annotate | Download | only in WebCore

Lines Matching full:page

286         * page/mac/FrameMac.mm:
294 * page/mac/WebCoreFrameBridge.mm:
473 This implementation depends on (rather ugly) stub Page and Frame clients in SVGImageEmptyClients.h
752 REGRESSION: Crash closing page with frames after selection
756 * page/FrameTree.cpp:
758 the child are in the same page.
1205 * page/Frame.cpp:
1329 * page/Frame.cpp: Removed cruft that duplicated Settings data. Callers now call
1332 * page/Page.cpp: Added Settings data member, to replace the one that WebView
1335 * page/Settings.cpp: Added.
1336 * page/Settings.h:
1342 to the same value, and making sure to update page layout.
1562 * page/mac/WebCoreFrameBridge.h:
1928 * page/mac/WebCoreFrameBridge.mm:
2293 * page/EventHandler.cpp:
2393 * page/EventHandler.h:
2573 * page/EventHandler.cpp: Changed prepareMouseEvent to take a HitTestRequest,
2590 * page/EventHandler.h:
2622 * page/Chrome.cpp:
2626 * page/Chrome.h:
2627 * page/ChromeClient.h:
2628 * page/Frame.cpp:
2631 * page/Frame.h:
2632 * page/mac/FrameMac.h:
2633 * page/mac/FrameMac.mm:
2634 * page/mac/WebCoreFrameBridge.h:
3033 * page/EventHandler.cpp:
3267 * page/EventHandler.cpp:
3872 * page/ContextMenuClient.h: contextMenuItemSelected() has to take a
3875 * page/ContextMenuController.cpp: Same.
3877 * page/mac/FrameMac.h: Move fontForSelection to Editor
3878 * page/mac/FrameMac.mm: Same.
3879 * page/mac/WebCoreFrameBridge.mm:
4050 * page/ContextMenuController.cpp:
4289 I'm rolling out my change to move focus to the page level because it caused
4308 * page/FocusController.cpp:
4309 * page/FocusController.h:
4409 * page/Frame.cpp:
4795 page): New helper function.
4801 * page/FocusController.cpp: Added.
4804 * page/FocusController.h: Added.
5106 Moved focus control to the page level. Fixed a minor bug where a node
5112 * dom/Document.cpp: Migrated code to Page
5124 * page/Page.cpp: Migrated code from Document
5129 (WebCore::Page::setFocusedNode):
5130 * page/Page.h:
5131 (WebCore::Page::focusedNode):
5220 * bridge/mac/FrameMac.h: Moved to page/mac.
5230 * bridge/mac/WebCoreKeyboardAccess.h: Moved to page/mac,
5233 * page/EventHandler.h: Updated for change to WebCoreKeyboardAccess.
5234 * page/mac/EventHandlerMac.mm:
5268 * page/ContextMenuClient.h: New functions for the speech sub-menu.
5269 * page/ContextMenuController.cpp:
5311 * page/ContextMenuClient.h:
5312 * page/ContextMenuController.cpp:
5408 * page/Frame.h:
5409 * page/FramePrivate.h:
5410 * page/Frame.cpp:
5419 * page/mac/EventHandlerMac.mm: Include HTMLFrameOwnerElement.h so that
5457 * page/EventHandler.cpp:
5463 * page/EventHandler.h:
5464 * page/mac/EventHandlerMac.mm:
5578 * page/qt/EventHandlerQt.cpp:
6059 * page/Frame.h:
6429 * page/EventHandler.cpp:
6598 * page/ContextMenuClient.h: Several of the parameters to several of
6601 * page/ContextMenuController.cpp:
6843 * page/Frame.h:
6920 * page/Frame.h:
6937 * page/ContextMenuController.cpp:
7045 * page/Frame.h:
7110 * page/EventHandler.cpp:
7307 * page/Frame.cpp:
7309 * page/mac/EventHandlerMac.mm:
7367 * page/EventHandler.cpp:
7368 * page/EventHandler.h:
7369 * page/mac/EventHandlerMac.mm:
7419 * page/mac/EventHandlerMac.mm:
7452 * page/win/EventHandlerWin.cpp: Added.
7710 * page/ContextMenuController.cpp:
8325 * page/Page.cpp:
8326 (WebCore::Page::~Page): Don't garbage collect in the Page destructor,
8341 XMLHttpRequest fails in a page loaded with WebFrame's loadHTMLString: or loadData:
8413 * page/Chrome.cpp:
8423 Added null checks for EditorClient, since it can be NULL when the page
8556 * page/Chrome.cpp:
8627 * page/ContextMenuController.h: Updated declaration, added getter.
8635 * page/ContextMenuClient.h: New client method declaration.
8636 * page/ContextMenuController.cpp:
8647 * page/EventHandler.cpp:
8657 * page/EventHandler.h:
8658 * page/FrameView.cpp:
8661 * page/FrameView.h:
8672 * page/Page.cpp:
8673 (WebCore::Page::Page):
8674 * page/Page.h: Ditto.
8675 (WebCore::Page::dragCaretController):
8676 (WebCore::Page::chrome):
8677 (WebCore::Page::contextMenuController):
8790 from the Frame to the Page, since it's only responsible for
8827 * page/Frame.h: New spell checker functions moved to Frame. These
8909 * page/Chrome.cpp:
8911 * page/Chrome.h:
8912 * page/ChromeClient.h:
8913 * page/Frame.h:
9424 * page/ContextMenuClient.h: A few currently WebKit-implemented
9426 * page/ContextMenuController.cpp:
9430 * page/ContextMenuController.h:
9431 * page/Frame.h: New pure-virtual spelling functions.
9942 Make sure the page does a style recalculation and possible rendering
9943 when navigating back from a page with an anchor to a page without
10097 * page/EventHandler.cpp:
10239 * page/qt/EventHandlerQt.cpp: Added.
10297 * page/Frame.cpp:
10305 REGRESSION (r17726-r17742): Wikipedia page intermittently loads but doesn't render
10449 * page/EventHandler.cpp:
10739 <rdar://problem/4799949> REGRESSION: Crash in FrameMac::eventMayStartDrag() by clicking on a page
10741 * page/mac/EventHandlerMac.mm:
10789 * page/ContextMenuController.cpp:
10791 * page/ContextMenuController.h:
10803 * page/Chrome.cpp: Remove context menu-related code.
10804 * page/Chrome.h: Ditto.
10805 * page/ChromeClient.h:
10806 * page/ContextMenuClient.h: Added.
10807 * page/ContextMenuController.cpp: Added.
10812 * page/ContextMenuController.h: Added.
10814 * page/Page.cpp: Every Page now has a ContextMenuController.
10815 (WebCore::Page::Page):
10816 * page/Page.h: Made m_dragCaretController and m_chrome objects instead
10818 (WebCore::Page::contextMenuController):
10928 * page/EventHandler.cpp: Added concept of a node that will capture all mouse events. This will be used by the slider thumb, so it can
10933 * page/EventHandler.h:
11008 * page/Chrome.cpp:
11011 * page/Chrome.h:
11012 * page/ChromeClient.h:
11099 * page/EventHandler.h:
11116 * page/EventHandler.cpp:
11118 * page/EventHandler.h:
11119 * page/mac/EventHandlerMac.mm:
11135 * page/FrameView.cpp:
11137 * page/Settings.h:
11197 * page/EventHandler.cpp: Added.
11198 * page/EventHandler.h: Added.
11199 * page/mac/EventHandlerMac.mm: Added.
11250 * page/Frame.cpp:
11256 * page/Frame.h:
11257 * page/FramePrivate.h:
11258 * page/FrameView.cpp:
11276 * page/FrameView.h:
11277 * page/PageState.cpp:
11280 * page/PageState.h:
11342 * page/Frame.cpp:
11343 * page/Frame.h:
11578 * page/PageState.cpp:
11621 * page/ChromeClient.h:
11711 * page/FrameView.cpp:
12106 * page/Frame.cpp:
12109 * page/Frame.h:
12110 * page/FramePrivate.h:
12618 * page/Frame.cpp:
12619 * page/Frame.h:
12757 Made Screen a good platform citizen by removing its reference to Page. This
12936 * page/Frame.h: Removed unneeded includes. Moved some functions
12938 * page/Frame.cpp:
12975 * page/FrameView.h:
12976 * page/FrameView.cpp:
13061 * page/Frame.cpp:
13062 * page/Frame.h:
13133 * page/Frame.cpp:
13134 * page/Frame.h:
13222 * page/FrameView.cpp:
13241 Moved Screen back from page/ to platform/ because it's a platform
13257 * page/Page.cpp:
13258 (WebCore::Page::Page):
13259 * page/Page.h:
13260 * page/Screen.cpp: Removed.
13261 * page/Screen.h: Removed.
13262 * page/ScreenClient.h: Removed.
13624 * page/DOMWindow.cpp:
13626 * page/Frame.cpp:
13633 * page/Frame.h:
13634 * page/FramePrivate.h:
13635 * page/FrameView.cpp:
13638 * page/FrameView.h:
13639 * page/PageState.cpp:
13698 * page/Frame.cpp:
13816 * page/FrameView.cpp:
13910 Removed the Page bridge. Beefed up Chrome. Added Screen and ScreenClient.
13924 the page. (Previously, we always assumed we were on screen 0, which was a bug.)
13937 * page/Screen.cpp: Added. Includes screen-related helper functions used
14099 * page/Frame.h: Removed unneeded includes and forward declarations.
14106 * page/FramePrivate.h: Removed the definition of the constructor and
14109 * page/FrameView.h: Removed unneeded forward declarations and friend
14121 * page/Frame.cpp:
14127 * page/FrameView.cpp: Removed unused scrollbarMoved and scrollingSelf
14160 * page/PageState.cpp:
14188 REGRESSION: Status bar always shows cancelled opening the page
14215 moved the setMainFrame call that hands ownership to the Page
14328 * page/Frame.cpp:
14335 * page/Frame.h:
14336 * page/FramePrivate.h:
14691 First cut at factoring Page's UIDelegate-related functions into Chrome
14698 (WebCore::Page::setBridge):
14704 * page/Chrome.cpp: Added. Code copied and converted to c++ from WebCorePageBridge.mm.
14706 * page/Page.h:
14707 (WebCore::Page::dragCaretController): Made this function non-const so that
14715 REGRESSION (10.4.4): ondrag* events don't fire on page in a frame
14736 * page/FrameView.cpp:
14858 * page/FramePrivate.h:
14927 * page/FramePrivate.h:
15483 * page/Frame.cpp: (WebCore::Frame::stopAutoscrollTimer): Added rendererIsBeingDestroyed argument, so when the renderer calls this during destruction,
15522 * page/Frame.cpp:
15524 * page/FrameView.cpp:
15609 * page/FrameView.cpp:
15643 REGRESSION: TextIterator slowed down, affecting Find on Page & Copy (etc.) [11460}
15753 * page/Frame.h:
15861 * page/Frame.cpp:
15867 * page/Frame.h:
15868 * page/FrameLoadRequest.h:
15874 * page/FramePrivate.h:
16536 REGRESSION: TextIterator slowed down, affecting Find on Page & Copy (etc.) (11460)
16727 * page/FramePrivate.h:
16731 * page/Page.h:
16732 * page/Page.cpp: (WebCore::Page::setDefersLoading): Removed the
16753 * page/Frame.cpp: (WebCore::Frame::loader): Updated name of loader to
16800 * page/PageState.h:
16801 * page/PageState.cpp: Added, C++ class with much of what WebCorePageState had.
17149 * page/Frame.cpp:
17158 * page/Frame.h:
17159 * page/FramePrivate.h:
17363 * page/Page.cpp: Forgot to wrap the actual definition of
17371 Move all FrameLoader-related code in Page.{cpp,h} within #if
17374 * page/Page.cpp:
17375 * page/Page.h:
17758 - moved the defersLoading flag from WebView to WebCore::Page
17794 (WebCore::Page::Page):
17889 * page/Frame.cpp:
17891 * page/FrameView.cpp:
17893 * page/FrameView.h:
17894 * page/Page.cpp:
17895 (WebCore::Page::setDefersLoading):
17896 * page/Page.h:
17897 (WebCore::Page::defersLoading):
17936 * page/Frame.cpp:
17939 * page/FrameView.cpp:
18050 * page/Frame.cpp:
18053 * page/Frame.h: Same.
18054 * page/FrameView.cpp:
18245 * page/Frame.h:
18246 * page/FrameTree.cpp:
18249 * page/FrameTree.h:
18816 * page/Frame.cpp:
18818 * page/Frame.h:
19044 * page/Frame.cpp:
19046 * page/Frame.h:
19218 * page/Frame.cpp:
19222 * page/Frame.h:
19332 * page/Frame.cpp:
19337 * page/Frame.h:
19418 * page/Frame.cpp:
19422 * page/Frame.h:
19439 - Remove BrowserExtensionQt, move it's methods to Page/FrameQt.
19453 (WebCore::Page::canRunModal):
19454 (WebCore::Page::canRunModalNow):
19455 (WebCore::Page::runModal):
19504 * page/Frame.cpp:
19507 * page/Frame.h:
19577 * page/Frame.cpp:
19579 * page/Frame.h:
19580 * page/FramePrivate.h:
19754 * page/Frame.cpp:
19768 * page/Frame.h:
20054 Shrunk BrowserExtension in preparation for its imminent death, moving page-
20055 level operations to Page and frame-level operations to Frame.
20087 (WebCore::Page::canRunModal):
20088 (WebCore::Page::canRunModalNow):
20089 (WebCore::Page::runModal):
20093 * page/Frame.cpp:
20096 * page/Frame.h:
20097 * page/Page.h:
20112 * page/Frame.cpp:
20113 * page/Frame.h:
20335 * page/ResourceRequest.h: Moved to platform/network.
20479 * page/Frame.h: Change EditorClient parameter to a PassRefPtr since we take ownership.
20480 * page/Frame.cpp:
20486 * page/FramePrivate.h: (WebCore::FramePrivate::FramePrivate): More of the same.
20548 and image element in the page. This change also paves the way to allow an
20586 * page/Frame.cpp:
20637 * page/DOMWindow.idl:
20764 * page/Frame.h:
20767 * page/Frame.cpp:
20773 * page/FramePrivate.h:
20979 * page/ResourceRequest.h:
21139 * page/Frame.cpp:
21142 * page/Frame.h: Add triggeringEvent parameter to urlSelected methods
21256 * page/Frame.cpp:
21261 * page/Frame.h:
21262 * page/FramePrivate.h:
21263 * page/ResourceRequest.h:
21587 * page/Frame.cpp:
21596 * page/Frame.h:
21657 <rdar://problem/4752138> Manipulating popup in HTML page crashed Xcode
21760 * page/Frame.cpp: (WebCore::Frame::handleMouseMoveEvent):
21965 * page/FrameView.cpp:
21983 * page/Frame.cpp:
22025 * page/Frame.h:
22026 * page/FramePrivate.h:
22141 * page/Frame.cpp:
22144 * page/Frame.h:
22469 <rdar://problem/4775213> REGRESSION: Can't from tab from last link on the page to URL address field
22678 * page/Frame.cpp:
22683 * page/Frame.h:
22684 * page/FrameLoadRequest.h: Added.
22688 * page/ResourceRequest.h:
22698 happen when loading a page during a decidePolicyForNavigationAction callback.
22797 * page/FrameView.h: Removed unused method.
23249 * page/FrameView.cpp:
23316 * page/FramePrivate.h: Add m_responseMIMEType
23317 * page/ResourceRequest.h: Remove m_responseMIMEType
23318 * page/Frame.cpp:
23323 * page/Frame.h:
23337 <rdar://problem/4774321> REGRESSION: "Can't find the server" error page contains unstyled text and missing image
23384 * page/Frame.h:
23387 * page/FrameView.cpp:
23394 * page/FrameView.h:
23817 * page/Frame.cpp:
23830 * page/Frame.h: Made autoscrollRenderer and stopAutoscrollTimer public, so the renderer being autoscrolled can kill the timer when it dies.
23832 * page/FramePrivate.h:
23835 * page/FrameView.cpp: Store the current mouse position in window coordinates. The callers can convert to their own coordinate space.
23972 * page/Frame.cpp:
23985 * page/DOMWindow.h:
23986 * page/Frame.cpp:
23988 * page/Frame.h:
23989 * page/Plugin.h:
24040 * page/Frame.cpp:
24213 * page/Frame.cpp:
24238 * page/Frame.h:
24452 * page/Frame.cpp:
24469 - split didNotOpenURL: into general and page-cache-specific parts
24483 * page/Frame.cpp:
24675 * page/AbstractView.idl: Added.
24699 * page/FrameView.cpp:
24764 * page/FrameView.cpp:
24766 * page/FrameView.h:
24975 * page/FrameView.cpp:
24983 * page/FrameView.cpp:
25005 * page/Frame.h:
25007 * page/FrameView.h:
25027 * page/Frame.cpp:
25031 * page/Frame.h:
25057 * page/Frame.cpp: Added getter and setter for the renderer being autoscrolled.
25063 * page/Frame.h:
25346 * page/Frame.cpp:
25349 * page/FrameView.cpp:
25367 * page/FrameView.h:
25368 * page/MouseEventWithHitTestResults.cpp:
25370 * page/MouseEventWithHitTestResults.h:
25580 * page/FrameView.cpp:
25595 * page/Frame.cpp:
25601 * page/Frame.h: Add declaration for detachChildren
25654 * page/Frame.cpp:
25660 * page/FrameView.cpp:
25669 * page/FrameView.h:
25731 * page/FrameView.cpp:
25734 * page/Settings.h:
25809 window is closed while page still loading
25823 * page/FrameView.cpp:
25826 * page/FrameView.h: Rename focusNextPrevNode to advanceFocus and make
26002 * page/Frame.cpp:
26012 * page/FramePrivate.h: Removed unused m_blinkCaret.
26038 * page/FrameView.cpp:
26040 * page/FrameView.h:
26290 * page/Frame.cpp:
26291 * page/Frame.h:
26292 * page/FrameView.h:
26396 JavaScript document.write page form does not submit in Safari
26400 * page/Frame.cpp:
26419 * page/FrameView.cpp:
26422 * page/FrameView.h:
26558 * page/Frame.cpp:
26596 * page/Frame.cpp:
26597 * page/Frame.h:
26598 * page/FrameView.cpp:
26605 * page/FrameView.h:
26652 * page/Frame.cpp:
26654 * page/FrameView.cpp:
26658 * page/MouseEventWithHitTestResults.cpp:
26660 * page/MouseEventWithHitTestResults.h:
26735 * page/Frame.cpp:
26742 * page/Frame.h:
26743 * page/FramePrivate.h: (WebCore::FramePrivate::FramePrivate): Updated to use renderer unstead of layer for autoscroll.
26745 * page/FrameView.cpp: Keep track of current mouse position so this can be used for list box autoscroll.
26753 * page/FrameView.h:
27004 * page/Frame.cpp:
27010 * page/FrameView.cpp:
27080 * page/Frame.cpp:
27083 * page/Frame.h:
27085 * page/FramePrivate.h:
27227 * page/FrameView.cpp:
27357 * page/Frame.h:
27358 * page/Frame.cpp:
27389 * page/Frame.cpp:
27521 * page/FrameView.cpp:
27802 * page/FrameView.h:
27894 * page/FrameView.cpp:
28217 * page/FrameView.cpp:
28308 (WebCore::Page::Page):
28312 * page/FrameView.cpp:
28314 * page/Page.h:
28315 (WebCore::Page::setInstanceHandle):
28316 (WebCore::Page::instanceHandle):
28392 * page/Frame.cpp:
28436 * page/Frame.cpp:
28647 * page/FrameView.cpp:
28790 * page/FrameView.cpp:
28856 - Mail on ToT WebKit crashes in IconDatabase code when mailing a page from Safari
28879 * page/Frame.cpp:
28892 * page/FrameView.cpp:
28955 * page/Frame.cpp:
29109 move to the new Icon Loader broke the "always get the icon if the user refreshes the page"
29123 * page/Frame.cpp:
29126 * page/Frame.h: Nuked setIconURL(), added isLoadTypeReload()
29127 * page/FramePrivate.h: Nuked IconURL
29300 * page/Frame.cpp:
29304 * page/Frame.h: Added pure virtual originalRequestURL()
29583 * page/Frame.cpp:
29822 * page/Frame.cpp:
29825 * page/Frame.h:
30181 * page/Frame.cpp:
30185 * page/Frame.h:
30194 * page/Frame.cpp:
30204 * page/Frame.cpp:
30253 * page/Frame.cpp:
30254 * page/FramePrivate.h:
30330 * page/Frame.h:
30331 * page/Frame.cpp:
30340 * page/FramePrivate.h:
30420 * page/Frame.h:
31117 * page/Frame.cpp:
31119 * page/Frame.h:
31155 REGRESSION: When dragging a link on a page, the selected link doesn't display it's name or URL
31412 * page/DOMWindow.idl:
32306 * page/Frame.cpp: (WebCore::Frame::markedTextUnderlines): Ditto.
32307 * page/Frame.h: Ditto.
32308 * page/FramePrivate.h: Ditto.
32350 * page/Settings.h: Ditto.
32762 * page/Frame.h:
32763 * page/FramePrivate.h:
32764 * page/Frame.cpp:
32783 * page/Settings.h: Ditto.
33271 the Frame's selection, the Page's drag caret, and functions that
33291 (WebCore::Page::Page):
33325 (WebCore::Page::Page):
33362 * page/Frame.cpp:
33403 * page/Frame.h:
33404 * page/FramePrivate.h:
33406 * page/FrameView.cpp:
33408 * page/Page.cpp:
33409 (WebCore::Page::dragCaretController):
33410 * page/Page.h:
33895 * page/DOMWindow.idl
34031 * page/Frame.cpp: (WebCore::Frame::mayCopy): Removed duplicate code. Calls isSelectionInPasswordField now.
34067 (WebCore::Page::Page):
34273 * page/Frame.cpp:
34293 * page/Frame.cpp: (WebCore::Frame::setIsActive): ditto.
34294 * page/Frame.h: (WebCore::Frame::isSecureKeyboardEntry): ditto.
34497 * page/Frame.h:
34498 * page/Frame.cpp:
34504 * page/FrameView.cpp:
34517 * page/Frame.cpp: (WebCore::Frame::isSelectionInPasswordField): Added.
34518 * page/Frame.h:
34692 * page/Frame.cpp: (WebCore::Frame::setIsActive):
34705 * page/Frame.cpp: (WebCore::Frame::setIsActive): Enables and disables secure keyboard entry based on whether the frame becomes active.
34713 * page/Frame.h:
34977 * page/Frame.cpp: (WebCore::Frame::mayCopy): Added. Checks to see if the selection is within a password field.
34978 * page/Frame.h: Added mayCopy.
35375 * page/Frame.cpp:
35436 * page/Frame.cpp:
36264 (WebCore::Page::windowRect):
36306 Use topDocument in case we are in a subframe (we want the start/end of the overall page).
36326 This patch makes Page, rather than Widget, responsible for answering
36329 with any particular widget and (b) Page was already half-responsible for
36340 Allow changing the background color WebCore draws under transparent page backgrounds.
36346 * page/FrameView.cpp:
36350 * page/FrameView.h:
36602 * page/Frame.h: Changed lastEditCommand() to return an EditCommand* and changed
36605 * page/FramePrivate.h: Changed m_lastEditCommand to be a RefPtr<EditCommand>.
36606 * page/Frame.cpp:
36770 (WebCore::Page::windowRect):
36771 (WebCore::Page::setWindowRect):
37965 (WebCore::Page::windowRect):
37966 (WebCore::Page::setWindowRect):
38286 * page/Frame.h:
38896 * page/DOMWindow.idl:
39508 * page/DOMWindow.idl:
39509 * page/Frame.cpp:
39615 * page/Frame.cpp:
39839 * page/Frame.cpp:
39840 * page/FrameTree.cpp:
39841 * page/FrameView.cpp:
40247 * page/FrameView.cpp:
40254 * page/FrameView.h:
40274 * page/Frame.cpp:
40368 REGRESSION: Blot and Mail both do a very poor job of pasting the main www.apple.com page
40719 * page/Frame.h:
40850 REGRESSION: Blot and Mail both do a very poor job of pasting the main www.apple.com page
41101 Safari crashes in CompositeEditCommand::removeBlockPlaceholder entering text in a web page form
41105 A script on the page shrinks the textarea down to zero rows just
41232 * page/FrameView.cpp:
41293 * page/Frame.cpp:
41313 * page/DOMWindow.idl: Replaced ConvertUndefinedToTrue attribute with Optional attribute.
41585 REGRESSION: Schubert-IT PDF Plug-in not working for full page (works in frames)
41587 * page/Frame.cpp:
41807 every time you try to print a page because we put it too early in
41925 * page/FrameView.cpp:
41935 <rdar://problem/4637807> REGRESSION: "Features & Options" page at volvocars.us fails
41959 Fixed <rdar://problem/4532113> REGRESSION (NativeTextField): Crash occurs after modifying field then reloading page -[FormDelegate frameLayoutHasChanged:]
41973 * page/Frame.cpp:
42004 closing tabs after clicking in a web page
42267 * page/Frame.cpp:
42344 * page/Frame.cpp:
42347 * page/Frame.h:
42348 * page/FramePrivate.h:
42350 * page/FrameView.cpp:
42353 * page/FrameView.h:
42534 REGRESSION: crash on drag of highlighted Google custom home page modules
42843 * page/FrameView.cpp:
42863 * page/Frame.h: (WebCore::Frame::inputManagerHasMarkedText): Added.
43016 * page/Frame.cpp:
43019 * page/Frame.h:
43175 * page/FrameView.cpp:
43378 * page/FramePrivate.h:
43383 * page/Frame.cpp:
43653 - Fix for <rdar://problem/4621442> REGRESSION (NativePopup) : Popup menus aren't drawn correctly on page at orbitz.com; cheaptickets.com
43684 * page/DOMWindow.h:
43685 * page/DOMWindow.idl:
43696 * page/DOMWindow.cpp:
43698 * page/DOMWindow.h:
43699 * page/DOMWindow.idl:
44075 * page/Frame.h:
44076 * page/FrameView.h:
44077 * page/Page.h:
44078 * page/Settings.h:
44324 * page/Frame.cpp:
44325 * page/FrameView.cpp:
44406 * page/Frame.cpp:
44407 * page/Frame.h:
44408 * page/FramePrivate.h:
44455 * page/Settings.h: Added.
44725 * page/Frame.cpp:
44726 * page/Frame.h:
44727 * page/FramePrivate.h:
44728 * page/Page.cpp:
44729 * page/Page.h:
44891 * page/Frame.cpp:
44928 * page/Frame.cpp:
44989 * page/Frame.h: Fixed bug that shouldDeleteSelection wasn't virtual
45047 * page
45091 * page/Frame.cpp: shouldDeleteSelection added
45093 * page/Frame.h: ditto
45229 * page/FrameView.cpp: (WebCore::FrameView::layout): Ref's the view during layout, since a recalcStyle could cause the view to be deleted.
45231 * page/FrameView.h: (WebCore::FrameView::hasOneRef): Added.
45273 * page/FrameView.cpp:
45288 * page/FrameView.h:
45601 - fixed <rdar://problem/4609162> REGRESSION: When tabbing between links on a page,
45684 * page/Frame.cpp:
45694 * page/Frame.h:
45695 * page/FramePrivate.h:
45988 * page/FrameView.cpp:
46101 * page/Frame.cpp: (WebCore::Frame::clear): Call KJSProxy::clear with the
46445 REGRESSION: crash in HTML tokenizer at Japanese Apple support page
46493 * page/DOMWindow.cpp:
46538 * page/DOMWindow.cpp:
46697 * page/Frame.cpp:
46701 * page/Frame.h:
46702 * page/FramePrivate.h:
46714 * page/Frame.cpp:
46716 * page/Frame.h:
46717 Add new method which is invoked when the frame's page has been destroyed.
46721 * page/Page.cpp:
46722 (WebCore::Page::~Page):
46756 * page/FrameView.cpp: (WebCore::FrameView::dispatchDragEvent): Removed the code
46758 a page-relative position) to contentsPos.
46766 on americanexpresslogin page
46835 * page/FrameView.cpp:
46958 * page/FrameView.cpp:
46984 * page/FrameView.cpp:
46988 * page/FrameView.h:
47002 * page/FrameView.cpp:
47108 * page/FrameView.cpp:
47111 * page/FrameView.h:
47185 * page/Frame.cpp:
47204 * page/FrameView.cpp:
47248 * page/FrameView.cpp:
47282 * page/Frame.cpp:
47347 * page/FrameView.cpp:
47483 * page/FrameView.cpp:
47778 * page/Frame.h: Added notifyRendererOfSelectionChange method.
47779 * page/Frame.cpp:
47942 Page reload does not send any cache control headers
47949 * page/Frame.h: Add scheduleRefresh(). Don't derive from TransferJob or implement its methods - that was
47952 * page/FramePrivate.h: Replace TransferJob with a HashMap for storing response headers.
47954 * page/Frame.cpp:
48184 * page/Frame.cpp:
48185 * page/FrameView.cpp:
48260 * manual-tests/redraw-page-cache-visited-links.html: Changed to use DOM mouse event.
48269 * manual-tests/redraw-page-cache-visited-links.html: Added note about window.history hack.
48271 * manual-tests/resources/redraw-page-cache-visited-links-2.html: Added note about
48306 * page/Frame.h:
48511 * page/Frame.cpp:
48759 - fix <rdar://problem/4585333> Changing location for weather on yahoo.com home page redirects to another page
48763 prevented default masked a case of this bug on the yahoo.com home page until
48984 * page/Frame.cpp:
49448 * page/Frame.cpp:
49452 * page/Frame.h:
49516 * page/Frame.h:
49517 * page/FramePrivate.h:
49621 * page/Frame.cpp:
49625 * page/FramePrivate.h:
49648 * page/Frame.cpp:
49651 * page/Frame.h:
49715 * page/Frame.cpp:
49719 * page/Frame.h:
49859 * page/Frame.cpp:
49922 * page/Frame.cpp:
49924 * page/Frame.h:
49972 * page/Frame.cpp:
50026 * page/Frame.cpp:
50028 * page/FrameView.cpp:
50031 * page/FrameView.h: Added mousePressed.
50256 * page/Frame.cpp:
50258 * page/Frame.h:
50898 * page/FrameView.cpp:
51052 * page/Frame.cpp:
51106 Test for Bug 8079 (REGRESSION: Redraw from page cache does not show visited links)
51108 * manual-tests/redraw-page-cache-visited-links.html: Added.
51109 * manual-tests/resources/redraw-page-cache-visited-links-2.html: Added.
51175 REGRESSION: typing in textfield repaints whole web page at gamefaqs.com
51182 * page/Frame.cpp:
51184 * page/FrameView.cpp:
51192 * page/FrameView.h:
51309 * page/Frame.h:
51670 * page/Frame.cpp:
51717 code and replaced with calls to Page::windowRect and
51718 Page::setWindowRect. Renamed 'page' and 'bridge' to 'pageBridge' and
51721 (WebCore::Page::windowRect): Changed to use scaling
51722 (WebCore::Page::setWindowRect): ditto
51725 * page/Page.h:
51744 (WebCore::Page::Page):
51745 (WebCore::Page::widget):
51797 * page/Frame.cpp:
51802 * page/FrameView.cpp:
51805 * page/FrameView.h:
52320 * page/Frame.cpp:
52385 * page/Frame.cpp:
52785 * page/FrameView.cpp:
52809 Moved the drag caret out of Frame and into Page.
52813 * page/Frame.cpp:
52817 * page/FramePrivate.h:
52818 * page/Page.cpp:
52819 (WebCore::Page::dragCaret):
52820 (WebCore::Page::setDragCaret):
52821 * page/Page.h:
52989 The initial page of the map was being rebuilt over and over again.
53107 * page/Frame.cpp:
53175 * page/Frame.cpp: (WebCore::Frame::textDidChangeInTextArea): ditto.
53176 * page/Frame.h: ditto.
53351 * page/Frame.h:
53352 * page/Frame.cpp:
53360 * page/FramePrivate.h:
53466 * page/DOMWindow.idl:
53638 * page/Frame.cpp:
54004 * page/DOMWindow.cpp:
54005 * page/Frame.cpp:
54006 * page/FramePrivate.h:
54132 * page/Frame.cpp:
54839 * page/FrameView.cpp:
54874 * page/FrameView.cpp:
55123 * page/Frame.cpp:
55138 * page/FrameView.cpp:
55454 * page/Frame.cpp:
55797 * page/DOMWindow.idl: