| | 1 | 2008-08-13 Timothy Hatcher <timothy@apple.com> |
|---|
| | 2 | |
|---|
| | 3 | Remove unneeded header imports from some Web Inspector files. |
|---|
| | 4 | |
|---|
| | 5 | Reviewed by Adam Roben. |
|---|
| | 6 | |
|---|
| | 7 | * WebCoreSupport/WebInspectorClient.mm: |
|---|
| | 8 | * WebInspector/WebInspector.mm: |
|---|
| | 9 | * WebInspector/WebNodeHighlightView.m: |
|---|
| | 10 | |
|---|
| | 11 | 2008-08-12 Timothy Hatcher <timothy@apple.com> |
|---|
| | 12 | |
|---|
| | 13 | Remove the call to WKNSWindowMakeBottomCornersSquare on the |
|---|
| | 14 | Web Inspector's window. This isn't needed anymore since the |
|---|
| | 15 | window style masks used always have square bottom corners. |
|---|
| | 16 | |
|---|
| | 17 | Reviewed by Adam Roben. |
|---|
| | 18 | |
|---|
| | 19 | * WebCoreSupport/WebInspectorClient.mm: |
|---|
| | 20 | (-[WebInspectorWindowController window]): Remove the call |
|---|
| | 21 | to WKNSWindowMakeBottomCornersSquare. |
|---|
| | 22 | |
|---|
| | 23 | 2008-08-12 Timothy Hatcher <timothy@apple.com> |
|---|
| | 24 | |
|---|
| | 25 | Make attaching and detaching the Web Inspector instantaneous. |
|---|
| | 26 | This also preserves the current view, other state, and keeps |
|---|
| | 27 | the script debugger attached. |
|---|
| | 28 | |
|---|
| | 29 | https://bugs.webkit.org/show_bug.cgi?id=19301 |
|---|
| | 30 | |
|---|
| | 31 | Reviewed by Adam Roben. |
|---|
| | 32 | |
|---|
| | 33 | * WebCoreSupport/WebInspectorClient.mm: |
|---|
| | 34 | (-[WebInspectorWindowController close]): Only call setWindowVisible(false) |
|---|
| | 35 | when not moving windows. |
|---|
| | 36 | |
|---|
| | 37 | 2008-08-12 Dan Bernstein <mitz@apple.com> |
|---|
| | 38 | |
|---|
| | 39 | Reviewed by John Sullivan. |
|---|
| | 40 | |
|---|
| | 41 | - replace -[WebPreferences updatesWhenOffscreen] with -[WebView shouldUpdateWhileHidden] |
|---|
| | 42 | |
|---|
| | 43 | * WebCoreSupport/WebFrameLoaderClient.mm: |
|---|
| | 44 | (WebFrameLoaderClient::transitionToCommittedForNewPage): |
|---|
| | 45 | * WebView/WebFrame.mm: |
|---|
| | 46 | (-[WebFrame _updateBackgroundAndUpdatesWhileHidden]): |
|---|
| | 47 | * WebView/WebFrameInternal.h: |
|---|
| | 48 | * WebView/WebHTMLView.mm: |
|---|
| | 49 | (-[WebHTMLView windowWillOrderOnScreen:]): |
|---|
| | 50 | * WebView/WebPreferenceKeysPrivate.h: |
|---|
| | 51 | * WebView/WebPreferences.mm: |
|---|
| | 52 | (+[WebPreferences initialize]): |
|---|
| | 53 | * WebView/WebPreferencesPrivate.h: |
|---|
| | 54 | * WebView/WebView.mm: |
|---|
| | 55 | (-[WebViewPrivate init]): |
|---|
| | 56 | (-[WebView _preferencesChangedNotification:]): |
|---|
| | 57 | (-[WebView setBackgroundColor:]): |
|---|
| | 58 | (-[WebView setDrawsBackground:]): |
|---|
| | 59 | (-[WebView shouldUpdateWhileHidden]): |
|---|
| | 60 | (-[WebView setShouldUpdateWhileHidden:]): |
|---|
| | 61 | * WebView/WebViewPrivate.h: |
|---|
| | 62 | |
|---|