Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 427410 - www-client/chromium: display full URL in address bar
Summary: www-client/chromium: display full URL in address bar
Status: RESOLVED WONTFIX
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: New packages (show other bugs)
Hardware: All All
: Normal minor
Assignee: Chromium Project
URL: https://gist.github.com/3124647
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-07-21 00:18 UTC by Laurent Bachelier
Modified: 2012-07-23 22:31 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments
patch to restore the old behavior (chromium-fix-urlbar.patch,2.79 KB, patch)
2012-07-21 00:18 UTC, Laurent Bachelier
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Laurent Bachelier 2012-07-21 00:18:12 UTC
This patch restores compliance with IETF RFC 3986 in Chromium:
* fixes the bug introduced in 2010, removing http:// in the URL bar without any option to bring it back: http://code.google.com/p/chromium/issues/detail?id=41467
* reverts the removal of trailing slashes in the URL bar: http://code.google.com/p/chromium/issues/detail?id=43587

Reproducible: Always

Steps to Reproduce:
1. Open Chromium
2. Close Chromium because I can't use a browser with such a silly URL bar



I think it would be an interesting feature as a USE flag.
It would also make users feel like those 20 hours of compilation were worth it.
Comment 1 Laurent Bachelier 2012-07-21 00:18:58 UTC
Created attachment 318782 [details, diff]
patch to restore the old behavior
Comment 2 Mike Gilbert gentoo-dev 2012-07-23 19:49:09 UTC
Somehow I don't think this is going to happen.
Comment 3 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2012-07-23 19:58:14 UTC
> Steps to Reproduce:
> 1. Open Chromium
> 2. Close Chromium because I can't use a browser with such a silly URL bar

Suggested fix:

1. Emerge opera,
2. Start opera,
3. Right click on icon next to address bar,
4. Enable 'show full web address',
5. Problem solved!
Comment 4 Laurent Bachelier 2012-07-23 20:50:09 UTC
Why wouldn't it happen, if it is optional? Gentoo already provides many unofficial patches (rxvt-unicode, mutt…).

Michał, I use Firefox for many other reasons, but sometimes I fire up Chromium for some tests, for websites which only work with it… Pretty much all browsers that hide the protocol also allow the behavior to be disabled, except Chromium.
Comment 5 Michał Górny archtester Gentoo Infrastructure gentoo-dev Security 2012-07-23 21:16:37 UTC
(In reply to comment #4)
> Why wouldn't it happen, if it is optional? Gentoo already provides many
> unofficial patches (rxvt-unicode, mutt…).

So what? I don't see your patch making this optional. I believe you should convince upstream rather than saying, 'well, introduce hell of USE flags just to make my preferences happy'. USE flags are not there to replace configuration files/options. But I'm no chromium maintainer.

> Michał, I use Firefox for many other reasons, but sometimes I fire up
> Chromium for some tests, for websites which only work with it… Pretty much
> all browsers that hide the protocol also allow the behavior to be disabled,
> except Chromium.

I was just replying to the 'steps to reproduce'. I don't use chromium for many reasons as well, and firefox is no better. In Opera, I can at least *still* disable all the stupidities. But it's not really relevant.
Comment 6 Mike Gilbert gentoo-dev 2012-07-23 21:20:28 UTC
Right. We don't patch in features that upstream doesn't support. We also don't do conditional patching where we can avoid it.

You are welcome utilize the user-patches feature to apply it locally.
Comment 7 Laurent Bachelier 2012-07-23 21:32:13 UTC
Upstream refuses to talk about the issue. I'm not joking.
Comment 8 Mike Gilbert gentoo-dev 2012-07-23 22:31:59 UTC
(In reply to comment #7)

I am aware of that, and I sympathize. We still are not going to maintain that patch.