Closed
Bug 245000
Opened 22 years ago
Closed 2 years ago
Implement a full-screen browsing mode
Categories
(Camino Graveyard :: General, enhancement)
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: k, Assigned: chris)
References
()
Details
Attachments
(2 files)
|
18.15 KB,
patch
|
Details | Diff | Splinter Review | |
|
30.92 KB,
application/zip
|
Details |
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.7) Gecko/20040517 Camino/0.8b
Build Identifier: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.7) Gecko/20040517 Camino/0.8b
Similiar to Saft for Safari, and MSIE's ability to do it full screen. it would
very nice to run a full screen Camino on one of my Desktop Manager desktops.
Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Summary: Full screen browsing → Implement a full-screen browsing mode
Comment 1•22 years ago
|
||
No dupes and reasonable feature request => confirming.
Status: UNCONFIRMED → NEW
Ever confirmed: true
Updated•21 years ago
|
Target Milestone: --- → Camino1.2
Comment 2•20 years ago
|
||
*** Bug 328177 has been marked as a duplicate of this bug. ***
Comment 3•20 years ago
|
||
Some ideas on this that were flown around on IRC a while ago...
We could make this similar to how iPhoto 6 works with its fullscreen editing mode. Panels could be created to the left and/or right of the content area in what is the "dead" (or "black") area. Or, alternatively, we could have a transparent menu two-thirds of the way down, again, like iPhoto 6 has.
Anyway, just some ideas. I'm sure Jasper can come up with something pretty. ;)
Indeed, the only browser for OS X that actually has a true kiosk (full-screen) mode is Opera. Camino rocks, but this feature would certainly be welcome. Just Google "full screen camino" to see how many places the lack of this feature is discussed.
Comment 5•19 years ago
|
||
*** Bug 362562 has been marked as a duplicate of this bug. ***
Comment 6•19 years ago
|
||
Me, from the dupe:
"There are a lot of 3rd party ad-ons that can provide this functionality
(KioskMode, Mega Zoom). Personally, I think this feature caters to a fringe
enough audience that they're more than sufficient to quell the demand."
QA Contact: general
Comment 7•19 years ago
|
||
If this information is helpful, Quicktime provides some relatively simple API's for fullscreen mode.
http://developer.apple.com/samplecode/FullScreen/index.html
Updated•19 years ago
|
Target Milestone: Camino1.6 → ---
Mass-reassign of bugs still assigned to pinkerton to nobody; filter on "NoMoPinkBugsInCamino".
Assignee: mikepinkerton → nobody
| Assignee | ||
Comment 9•17 years ago
|
||
Taking. I have a rudimentary patch for this. Just need to deal with the toolbar and status bar, and remove some hard-coded geometry constants.
Assignee: nobody → trendyhendy2000
| Assignee | ||
Comment 10•17 years ago
|
||
Implements both Full Screen and Presentation modes, the difference being Presentation mode has no chrome except for scroll bars. Can go in/out of either full screen mode from the 'normal' mode, but not between the two. Includes modifications to the Session Manager to always save the windows in their 'normal' modes, otherwise the windows get uglified on restart.
Attachment #339170 -
Flags: review?
| Assignee | ||
Comment 11•17 years ago
|
||
Updated MainMenu to go with the patch. Adds Full Screen and Presentation items to the View menu. Modified with IB 2.5.6 on Leopard.
Attachment #339171 -
Flags: review?
| Assignee | ||
Updated•17 years ago
|
Attachment #339170 -
Flags: review?
| Assignee | ||
Updated•17 years ago
|
Attachment #339171 -
Flags: review?
http://wiki.caminobrowser.org/Status_Meetings:2008-09-24:Log (starting at 12:39) has a bit more on the what that implementation looked like.
http://wiki.caminobrowser.org/Status_Meetings:2008-10-01:Log (starting at 13:01) is discussion on the UI and what we want.
Blocks: 563253
You need to log in
before you can comment on or make changes to this bug.
Description
•