11

I upgraded to Mountain Lion, there are a lot of differences in Safari 6.

Have the four features below been relocated?

If not relocated, are there fixes?

  • Activity window (previously: Window -> Activity) is gone.
  • Bonjour access from the bookmarks menu is gone.
  • Ability to empty cache (previously: Safari -> Empty Cache) is gone.
  • delete/backspace key no longer works for going to the previous page.
Graham Perrin
  • 7,739
  • 14
  • 81
  • 245
pasawaya
  • 2,306

5 Answers5

8

Actually, Bonjour is still there, but you have to include it yourself. Just go to Preferences > Bookmarks, and enable what you'd like there.

Patrick
  • 81
7

The delete/backspace key navigation has been removed.

To restore it:

  1. Quit Safari.
  2. Open Terminal and enter this code at the command line:

    defaults write com.apple.Safari com.apple.Safari.ContentPageGroupIdentifier.WebKit2BackspaceKeyNavigationEnabled -bool YES

  3. Restart Safari.

Bryan Luby
  • 5,045
3

The action for emptying caches was moved to the develop menu:

You can still see resources in the web inspector:

To download YouTube videos, reload the page after opening the web inspector and double-click the videoplayback resource. To download it, you have to focus the location bar and press ⌥↩. ⌘S only saves some metadata.

Lri
  • 105,117
  • 1
    It looks like the page resources isn't as comprehensive as it used to be. I'm seeing only a subset of what I used to see in the Activity window. Embedded videos, for example. I used to be able to open the Activity window and option-click (or control-click, I don't quite remember) to download the actual file. But now I'm not seeing them at all. – David Aug 01 '12 at 16:43
  • 1
    @David It could depend on the way the videos are served. I can't see the files for videos on YouTube, but ones on other sites are shown in both the resource and network request views. – Lri Aug 01 '12 at 17:25
  • Ah, it does appear in the network request view. However, I'm not sure how to save from that view. Is there some key-click combination? I've clicked the little arrow and it looks like it's loading the video (could be a while in this case), will it be savable after that? – David Aug 01 '12 at 18:50
  • 1
    Never mind, I'm able to copy the URL from elsewhere in that display (on the right where the requested resource's details are displayed), paste it into a new tab, and option-return to initiate a download. – David Aug 02 '12 at 12:50
2

Bring any tab to foreground

I used the Activity window of Safari 5.x to switch between tabs. Effective for all tabs of all windows, including windows that were minimised before quit. Very quick and simple:

  • double-click.

Without the Activity window

Sessions 1.3.0.2

The popover works as expected – click and hold the toolbar item to reveal a menu.

The manager, which appears in a separate tab, fails to list reopened windows that were minimised before quit. I reported this bug to the developer, with reference to this post.

Graham Perrin
  • 7,739
  • 14
  • 81
  • 245
1

Bonjour access from the bookmarks menu is gone.

Well I found out that in Mountain Lion, Bonjour is available from Safari > Bookmarks > Bonjour > Device.

I still haven't figured out the other problems.

pasawaya
  • 2,306