Live data from Hacker News

Chromium uses web search for .internal TLD instead of opening URL

issues.chromium.org

81–90 of 96 posts

Re: Chromium uses web search for .internal TLD instead of opening URL

#81
post #30

What a bizarre response from Google, a couple hours after this was posted: > @Reporter: As we are not very clear about the issue being faced by you, could you please elaborate on the same by providing detailed manual repro steps to reproduce the issue from our end. > Also requesting you to share the expected, actual behaviours along with screen-cast for better understanding of the issue. > *Note: Requesting you to co…

probably just an ai or unskilled triage tech responding?

[deleted]

Re: Chromium uses web search for .internal TLD instead of opening URL

#82
post #77

The whole local development is still a big mess. I recently starting using http://subdomain.localhost to keep different projects apart during development only to realize that you can't make that work with OAuth, because you can't use http://subdomain.localhost as a Oauth callback host. But you also can't share cookies between subdomain.localhost and localhost to redirect back without losing the session.

I don't think there's an oauth requirement where those don't work and your issue is more likely to be with the provider itself and restrictions they make on http or local domains. I'd either run an nginx proxy to get around http or choose some domains that don't conflict with their local restrictions. You can add whatever domain you want to a hosts file that resolves to your local IP. I leverage this a lot.

Any competent provider should give you some method for local testing and you should work with them given the provider you've chosen.

Re: Chromium uses web search for .internal TLD instead of opening URL

#83
post #77

The whole local development is still a big mess. I recently starting using http://subdomain.localhost to keep different projects apart during development only to realize that you can't make that work with OAuth, because you can't use http://subdomain.localhost as a Oauth callback host. But you also can't share cookies between subdomain.localhost and localhost to redirect back without losing the session.

I don't think there's an oauth requirement where those don't work and your issue is more likely to be with the provider itself and restrictions they make on http or local domains. I'd either run an nginx proxy to get around http or choose some domains that don't conflict with their local restrictions. You can add whatever domain you want to a hosts file that resolves to your local IP. I leverage this a lot. Any compe…

Azure/Microsoft certainly do not support anything but http://localhost/...

Re: Chromium uses web search for .internal TLD instead of opening URL

#84
post #74

What a bizarre response from Google, a couple hours after this was posted: > @Reporter: As we are not very clear about the issue being faced by you, could you please elaborate on the same by providing detailed manual repro steps to reproduce the issue from our end. > Also requesting you to share the expected, actual behaviours along with screen-cast for better understanding of the issue. > *Note: Requesting you to co…

This kind of reply is why I can’t be bothered to report bugs anymore in general - between you and the people who know how to solve the problem there are five layers of bureaucrats who want to waste your time by bouncing the ball back into your court and asking for completely irrelevant details.

I think of them in terms of the adapter pattern. It would be great if I could talk directly to the SME on the other end of my problem, but the interface I'm going through is the interface for everything so the first layer you hit is the facade with a bunch of adapters that don't know much about the implementation behind the interfaces they're trying to get your message to.

Re: Chromium uses web search for .internal TLD instead of opening URL

#85
post #54

Earlier quoted context omitted.

It's because of the omnibox that people no longer know what an URL is.

You have it backwards: The omnibox (or whatever you want to call it) came about because people don't know what the hell a Universal Resource Locator is. Most people don't know how to navigate their local file system, let alone the internet.

Yes. To dig a bit, they don't know because platform providers have pushed the net in that direction for decades.

AOL keywords were thing. Then fancy domain names that don't sound like domain names. Then search keywords. Then hashtags etc. The goal has always been to not ask the customer to think about it and just get to businesses.

Re: Chromium uses web search for .internal TLD instead of opening URL

#86

What a bizarre response from Google, a couple hours after this was posted: > @Reporter: As we are not very clear about the issue being faced by you, could you please elaborate on the same by providing detailed manual repro steps to reproduce the issue from our end. > Also requesting you to share the expected, actual behaviours along with screen-cast for better understanding of the issue. > *Note: Requesting you to co…

This has happened to me a couple times in the Chromium bugtracker.

Another issue I filed:

https://issues.chromium.org/issues/40900126

I provided a click-by-click instruction with only 3 steps.

The triager created screen recordings twice, each time skipping an aspect of step 2; I wrote:

    > "You did not follow step (2) of my repro steps: Loading a 1 GB file form a Windows file share (network folder)."
    >
    > ...
    >
    > This time you made the file 1 GB, but still do not load it from a Windows file share (network folder). Instead, you are again using your local Downloads folder.

Re: Chromium uses web search for .internal TLD instead of opening URL

#87
post #52
post #30

Earlier quoted context omitted.

probably just an ai or unskilled triage tech responding?

I'd tend towards the latter, AI would have been more wordy and polite (it would have written "Also, please share" instead of " Also requesting you to share"). Sounds like someone just had a desire to make this pesky bug report go away, requesting detailed version information, detailed steps to reproduce, expected behaviour and a screencast (!), hoping the reporter wouldn't provide them so they have an excuse to close…

The “also requesting you to share” clearly reads as an expression from a certain part of the world with a lot of outsourced tech.

Re: Chromium uses web search for .internal TLD instead of opening URL

#88

Can’t you usually force it to skip the search by prefixing with the schema? Certainly if I type in http://example.internal and press enter, I would be very displeased to have that turn into a Google search regardless of whether the part after the // fits some regex or whatever else internal to the browser.

Right, considering that single-label names (indistinguishable from search queries) have been a thing since WINS/NetBIOS, DHCP suffixing, etc. -- expecting a dot (let alone a dot followed by a public suffix) is bogus.

Well, that wouldn't work with most search queries then. Do you really want to (fail to) load http://facebook/ when somebody types "facebook" into the address bar?

Re: Chromium uses web search for .internal TLD instead of opening URL

#89

Earlier quoted context omitted.

They can do it like they previously did it: provide suggestions by sending the search box content.

How is that different in the case of a combined search&url bar?

You'll need to explicitly navigate to the input box _designated_ for using a search engine.

If I'm accidentally pasting what I thought was a URL but actually is some other text in the paste buffer in the combined input box, that text is already sent to the search engine (provided suggestions are enabled, which they are by default).

If I do the same in the split URL/search box situation, and paste it in the URL box, it would at most look into the browser's history, keeping the input local.

Re: Chromium uses web search for .internal TLD instead of opening URL

#90
post #28

Earlier quoted context omitted.

The one that says "Search" in it?

You’d be surprised how many folks don’t turn up their font size when they have bad vision

You'd be surprised how hard adjusting font sizes in UI elements can be.
Post reply on HN