Comment #15 on issue 6564 by [email protected]: Google Chrome sends
HTTP GET for CGI instead of HTTP POST (POST is reset), values of CGI
variables aren't passed to web server
http://code.google.com/p/chromium/issues/detail?id=6564
The following revision refers to this bug:
http://src.chromium.org/viewvc/chrome?view=rev&revision=31182
------------------------------------------------------------------------
r31182 | [email protected] | 2009-11-05 16:45:18 -0800 (Thu, 05 Nov 2009)
| 10 lines
Changed paths:
M
http://src.chromium.org/viewvc/chrome/trunk/src/chrome/browser/browser.cc?r1=31182&r2=31181
M
http://src.chromium.org/viewvc/chrome/trunk/src/chrome/browser/browser_url_handler.cc?r1=31182&r2=31181
M
http://src.chromium.org/viewvc/chrome/trunk/src/chrome/browser/dom_ui/new_tab_ui_uitest.cc?r1=31182&r2=31181
Fixes navigations chrome-internal: to actually show the NTP.
We now rewrite chrome-internal: (the old NTP URL) to chrome://newtab.
Before, we were not properly showing the NTP for this URL, which caused
some problems with further navigations (particularly form submissions) from
that tab.
Also, the default kHomePage string is now chrome://newtab instead of the
outdated chrome-internal:. The logic in GeneralPageView is already
designed to not show this URL in the preferences dialog.
BUG=6564
TEST=NewTabUITest.ChromeInternalLoadsNTP
Review URL: http://codereview.chromium.org/363019
------------------------------------------------------------------------
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
--~--~---------~--~----~------------~-------~--~----~
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/group/chromium-bugs
-~----------~----~----~----~------~----~------~--~---