| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
| |
This message enables the JavaScript test units to add the any entries to the
specified volume.
BUG=279774
TEST=file_manager_browsertest
Review URL: https://chromiumcodereview.appspot.com/23478009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220926 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
This adds a dialog that prompts the user to confirm their choice if they
choose a sensitive directory or an ancestor of a sensitive directory
when choosing a directory to open with an app.
BUG=148486
Review URL: https://chromiumcodereview.appspot.com/23675002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220886 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
This is to allow cc_perftests to share this code without depending on chrome/.
BUG=
Review URL: https://chromiumcodereview.appspot.com/23509002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220803 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
-also, adjust minimum version to 1475
BUG=none
Review URL: https://chromiumcodereview.appspot.com/23522016
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220783 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
TBR=brettw@chromium.org
(moving DEPS file from extensions/common/matcher to extensions/common).
BUG=21734
Review URL: https://chromiumcodereview.appspot.com/23007021
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220753 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
BUG=none
NOTRY=true
R=chrisgao@chromium.org, frankf@chromium.org
Review URL: https://codereview.chromium.org/23800002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220657 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=none
R=chrisgao@chromium.org
Review URL: https://codereview.chromium.org/23495016
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220654 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The mini_installer test framework used the psutil module to find process IDs and paths, but this module was not available on the buildslave. Remove psutil and call Windows API directly instead.
NOTRY=True
BUG=264859
1) Uninstall Chrome (if it's installed.)
2) Put mini_installer.exe in the same folder as test_installer.py
3) Use Python 2.6.x. Make sure that psutil is not installed. Run "python test_installer.py config\config.config". The test should pass.
Review URL: https://chromiumcodereview.appspot.com/23814002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220650 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
BUG=123444
Review URL: https://chromiumcodereview.appspot.com/22797008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220638 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
BUG=
Review URL: https://codereview.chromium.org/19579005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220612 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
-also allow extensions to be loaded via --load-extension
-change useExistingBrowser to debuggerAddress
BUG=chromedriver:488
Review URL: https://chromiumcodereview.appspot.com/23643005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220610 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
re-implements the Posix version to be more like the Windows version and to share some parsing code. The new version will be somewhat slower due to some extra mallocs, but is shorter and more clear. I didn't want to implement a super optimized version on Windows, and the alternative would be to keep the new Windows version and the old Posix version in parallel which seemed less desirable.
This changes the input from a vector to a map and just adds the map on the LaunchOptions rather than requiring the caller to set a pointer. This cleans up the callsites somewhat.
BUG=
R=viettrungluu@chromium.org
Review URL: https://codereview.chromium.org/22750002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220608 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Flakes Shim_TestAutosizeWithPartialAttributes at least on WinXP and MacOSX.
> Improve <webview> autosize:
> a. Expand/shrink <webview> element when 'sizechange' event fires, to
> match with the new view size (in shim).
> b. For SW mode, fix a bug where damage buffer would remain smaller than
> the view size and would result in crash. Added test for this case.
>
> BUG=
> Test=WebViewTest.AutoSize.*
>
> Review URL: https://chromiumcodereview.appspot.com/23499003
TBR=lazyboy@chromium.org
Review URL: https://codereview.chromium.org/23618018
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220584 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This CL adds a background page to the good2.crx extension used in tests.
This is part of CL 23427003 but had to be committed separately because the
CQ cannot handle binary file changes.
BUG=175701
TEST=None
TBR=kalman
Review URL: https://codereview.chromium.org/23482005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220551 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
Chrome uses OPUS by default hence it makes sense to force ISAC instead.
BUG=279101
NOTRY=TRUE
TEST=Manual test verifying that iSAC is used instead of OPUS in chrome://webrtc-internals and that the sound is played back OK.
Review URL: https://chromiumcodereview.appspot.com/23460010
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220550 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This just tests the success of the call to window.print(). It does not
test whether the call leads to a print preview window and ultimately to
a printout. It will be extended over time to provide additional coverage
of the print functionality.
BUG=NONE
Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=220467
Review URL: https://chromiumcodereview.appspot.com/23054002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220542 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
NOTRY=True
BUG=264859
TEST=
1) Uninstall Google Chrome (if it's installed.)
2) Put mini_installer.exe for Google Chrome in the same folder as test_installer.py.
3) Run "python test_installer.py config\config.config". The test should pass.
4) Uninstall Chromium (if it's installed.)
5) Put mini_installer.exe for Chromium in the same folder as test_installer.py.
6) Run "python test_installer.py config\config.config". The test should pass.
Review URL: https://chromiumcodereview.appspot.com/23757002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220538 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
script on busy page.
-change session timeout to base::TimeDelta
-change command timeout to 10m
-refactor and simplify wait for events
-also, fix some assertions on windows with unzipping
BUG=none
R=frankf@chromium.org
Review URL: https://codereview.chromium.org/23542005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220476 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
> Added basic browser test for window.print() from Chrome apps.
>
> This just tests the success of the call to window.print(). It does not
> test whether the call leads to a print preview window and ultimately to
> a printout. It will be extended over time to provide additional coverage
> of the print functionality.
>
> BUG=NONE
>
> Review URL: https://chromiumcodereview.appspot.com/23054002
TBR=dharcourt@chromium.org
Review URL: https://codereview.chromium.org/23597011
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220472 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This just tests the success of the call to window.print(). It does not
test whether the call leads to a print preview window and ultimately to
a printout. It will be extended over time to provide additional coverage
of the print functionality.
BUG=NONE
Review URL: https://chromiumcodereview.appspot.com/23054002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220467 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
On windows, web page replay server fails to do cleanup such as restoring dns settings if it gets terminated.
BUG=none
Review URL: https://chromiumcodereview.appspot.com/23455009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220448 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
a. Expand/shrink <webview> element when 'sizechange' event fires, to
match with the new view size (in shim).
b. For SW mode, fix a bug where damage buffer would remain smaller than
the view size and would result in crash. Added test for this case.
BUG=
Test=WebViewTest.AutoSize.*
Review URL: https://chromiumcodereview.appspot.com/23499003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220402 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
to run on Python 2.6.
The mini_installer test framework used the argparse module which was only available on Python 2.7, but the buildslave that runs the framework is using Python 2.6. This is an infrastructure bug that is unlikely to be fixed soon (see issues 281241 and 279482). Switch to optparse to enable it to run on Python 2.6.
NOTRY=True
BUG=264859,281241
1) Uninstall Google Chrome (if it's installed.)
2) Put mini_installer.exe for Google Chrome in the same folder as
test_installer.py
3) Use Python 2.6.x. Run "python test_installer.py config\config.config". The
test should pass.
Review URL: https://chromiumcodereview.appspot.com/23779002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220396 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
Also, update comment for the PrefValueStore constructor.
TBR=phajdan.jr@chromium.org
BUG=280674
Review URL: https://chromiumcodereview.appspot.com/23610004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220385 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
NOTRY=True
BUG=264859
TEST=
1) Uninstall Chrome.
2) Put mini_installer.exe in the same folder as test_installer.py.
3) Run "python test_installer.py config\config.config".
4) The script will install Chrome and then uninstall Chrome. At each state, it will check that chrome.exe is running (or not running). You should see output similar to the following:
"Test: clean -> install chrome at user level -> chrome_installed_not_inuse -> launch chrome at user level -> chrome_installed_inuse -> quit chrome -> chrome_installed_not_inuse -> uninstall chrome -> clean ... ok
----------------------------------------------------------------------
Ran 1 test in 12.345s"
Review URL: https://chromiumcodereview.appspot.com/23583005
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220384 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
BUG=none
Review URL: https://chromiumcodereview.appspot.com/23534015
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220383 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
Changes the devices page UI to look like the mocks. Work is not complete and the
icons are not yet in place, but this is a rough sketch of what the page should
look like.
BUG=
Review URL: https://chromiumcodereview.appspot.com/23591011
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220378 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
When a guest tries to navigate to a URL, do not attempt to trigger any external
protocol handler. If navigation fails, then a 'loadabort' signal is emitted on
the <webview> instead.
BUG=230655
R=fsamuel@chromium.org, thestig@chromium.org
Review URL: https://codereview.chromium.org/23582011
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220372 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Currently, VolumeManager.mountedVolumes_ doesn't contain Downloads' mount point
information. This CL adds it.
This is a preparation to replace rootsList by mountedVolumes_.
BUG=268817
TEST=Ran browser_tests --gtest_filter="*FileSystemExtensionApiTest*:*FileManagerBrowserTest*:*FileBrowserPrivateApiTest*" and tested manually.
Review URL: https://chromiumcodereview.appspot.com/22893049
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220327 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=262824
TEST=FileSystemApiTest.GetServiceStatus
Review URL: https://chromiumcodereview.appspot.com/23623006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220322 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=
R=chrisgao@chromium.org
Review URL: https://codereview.chromium.org/23654003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220306 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
These are passed always by the java webdriver client.
Fixes the broken java android tests.
BUG=none
R=craigdh@chromium.org
Review URL: https://codereview.chromium.org/23726003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220304 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
Chrome.
BUG=none
R=chrisgao@chromium.org
Review URL: https://codereview.chromium.org/23463006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220302 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
This adds 'openDirectory' as a type option for
chrome.fileSystem.chooseEntry to allow access to directories. This is
restricted to apps with the fileSystem.directory permission.
BUG=148486
Review URL: https://chromiumcodereview.appspot.com/23146016
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220287 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This is preparation to use VolumeInfo for NavigationPanel.
Currently, no volume info for Donwloads is available. This CL starts to return
it from getVolumeMetadata.
The newly created volume info is not yet used from Files.app.
BUG=268817
TEST=Ran browser_tests --gtest_filter="*FileSystemExtensionApiTest*:*FileManagerBrowserTest*:*FileBrowserPrivateApiTest*" and tested manually.
Review URL: https://chromiumcodereview.appspot.com/22889025
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220278 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
TBR=phajdan.jr@chromium.org
BUG=280674
Review URL: https://chromiumcodereview.appspot.com/23592013
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220274 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Previously, apps with the fileSystem.write permission could choose to
obtain read-only files and file entries provided as launch data were
always read-only.
With this change, all file entries obtained using the chrome.fileSystem
API or provided as launch data are writable, for apps with the
fileSystem.write permission.
This makes getWritableEntry unnecessary, other than for files obtained
through other means (e.g., drag and drop).
BUG=148486
Review URL: https://chromiumcodereview.appspot.com/23202006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220254 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
NOTRY=True
BUG=264859
TEST=
1) Open config\chrome_inuse.prop. Change
"$LOCAL_APPDATA\\$CHROME_DIR\\Application\\chrome.exe": {"running": true}
to
"$LOCAL_APPDATA\\$CHROME_DIR\\Application\\chrome.exe": {"running": false}
and save.
2) Uninstall Chrome
3) Put mini_installer.exe in the same folder as test_installer.py.
4) Run "python test_installer.py config\config.config".
5) The test should fail with the error message
"AssertionError: In state 'chrome_installed_inuse', Process $LOCAL_APPDATA\\$CHROME_DIR\\Application\\chrome.exe is running"
rather than
"AssertionError: In state 'chrome_installed_inuse', ('Process %s is running', u'$LOCAL_APPDATA\\$CHROME_DIR\\Application\\chrome.exe')".
Review URL: https://chromiumcodereview.appspot.com/23644003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220242 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
I tried to make some progress fixing the flake in these tests, but I didn't make any headway (I'll email you my results to see what the next steps should be).
I did find a few bugs in the tests though so just fixed them up.
BUG=150084
Review URL: https://chromiumcodereview.appspot.com/23201009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220230 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
The information about the keyboard layout can be used on login screen is pure
static, so it is good to handle as attribute of input method.
With this change non-Latin keyboard like Russian keyboard won't be enabled on
Lock screen.
BUG=278711
TEST=Manually checked on link
Review URL: https://chromiumcodereview.appspot.com/22980018
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220226 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Only WebRequest event listeners on the <webview> being destroyed should lose its
listeners in the browser process.
Add a routing ID parameter to
ExtensionWebRequestEventRouter::RemoveWebViewEventListeners so that it only
removes the webrequest event listeners of the WebContents being destroyed.
BUG=280468
Test=WebViewInteractiveTest.NewWindow_WebRequestRemoveElement
Review URL: https://chromiumcodereview.appspot.com/23640008
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220209 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
There's a couple issues with the DevTools screenshot API that is causing problems for many users:
-produces black snapshots on headless Windows (unless maintaining an RDC connection)
-other obscuring windows may cause parts of snapshot to be black or out of date
Also, improve error reporting for the automation extension.
BUG=none
Review URL: https://chromiumcodereview.appspot.com/23631003
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220160 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This issue was found by a linter.
In this code,
bool translated = vkey_and_modifiers != -1 &&
LOBYTE(vkey_and_modifiers) != -1 &&
HIBYTE(vkey_and_modifiers) != -1;
With:
define LOBYTE(w) ((BYTE)(((DWORD_PTR)(w)) & 0xff))
define BYTE unsigned char
The possible values fore 'LOBYTE(vkey_and_modifiers)' are 0..255
and the usual type promotion (to int) won't signed extend it.
In this case, translated was always false.
R=chrisgao@chromium.org,craigdh@chromium.org
BUG=
Review URL: https://chromiumcodereview.appspot.com/22889024
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220154 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Since I changed the PNaCl shims to filter out IRT interfaces that are
not supported under PNaCl (in
http://src.chromium.org/viewvc/chrome?view=revision&revision=213741),
this test no longer tests that the nacl_exception syscalls are
disabled under PNaCl. It passes because the nacl_exception IRT
interface is blocked.
Changing the test to use the "private" version of the library means it
uses the syscalls directly, which ensures we test whether the
nacl_exception syscalls are disabled under PNaCl.
BUG=https://code.google.com/p/nativeclient/issues/detail?id=3574
TEST=browser_tests
Review URL: https://chromiumcodereview.appspot.com/23020028
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220131 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
BUG=279633
TEST=None
NOTRY=True
R=frankf@chromium.org
Review URL: https://codereview.chromium.org/23725002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220083 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Add Browser.Start()
ExtensionToLoad.__init__ signature has changed.
BUG=269775
TEST=manual
NOTRY=True
Review URL: https://chromiumcodereview.appspot.com/23431004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220076 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=230784
TEST=browser_tests:*TCPSocket*, *TCPServerSocket*
Review URL: https://chromiumcodereview.appspot.com/22923014
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220073 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
After r219911, two tests that run out-of-process on Mac are flaky. I'd like to
temporarily disable these tests while I try to debug this locally.
If I don't have this figured out in a day or two, I'll revert 219911 and
re-enable these tests.
BUG=280570
R=dmichael@chromium.org
Review URL: https://codereview.chromium.org/23474009
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@220056 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This patch disables one of the tests that are flaky on gpu bots.
It seems that there is a solution in the works, but it's important
to get these bots green in the meantime. See the bug for more
information.
R=kbr@chromium.org
BUG=276500
Review URL: https://chromiumcodereview.appspot.com/23489002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@219977 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Enables result page to prefetch results for certain search suggestions via field trial.
Omnibox suggest response includes metadata regarding the prefetch query. SearchProvider parses the suggest response and records the additional details in AutocompleteMatch. When the user types in the omnibox, browser sends a message to the renderer to set the prefetch query on the server which in turn sends the prefetched search results back to Chrome.
Original Review CL: crrev.com/19772008
Reverted CL: crrev.com/23511003
BUG=269185
TEST=none
TBR=palmer@chromium.org,pkasting@chromium.org
Review URL: https://chromiumcodereview.appspot.com/23620004
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@219949 0039d316-1c4b-4281-b951-d872f2087c98
|