summaryrefslogtreecommitdiffstats
path: root/chrome/browser/instant
Commit message (Expand)AuthorAgeFilesLines
* autocomplete: Move AutocompleteEditView/autocomplete_edit_view.* to ui/omnibo...tfarina@chromium.org2011-05-031-1/+1
* Fix header sent for instant loads.sky@chromium.org2011-05-021-1/+1
* Favicon file shuffling.avi@chromium.org2011-04-281-1/+1
* Move a few Chrome messages out of RenderViewHost. I added ChromeRenderViewHo...jam@chromium.org2011-04-281-13/+20
* Move blocked content from TabContents to TabContentsWrapper.avi@chromium.org2011-04-223-5/+7
* Also disable SetSuggestionsEmptySuggestions, it does not work on lucidnsylvain@chromium.org2011-04-211-0/+5
* Mark some interactive_ui_tests DISABLED on Linux.cmp@chromium.org2011-04-211-0/+95
* Remove the TabContentsDelegate::ToolbarSizeChanged() method as no one was usi...pkasting@chromium.org2011-04-152-8/+0
* Attempt at fixing flaky test. SelectFileDialog may be invoked after asky@chromium.org2011-04-141-7/+1
* Disable InstantTest.DownloadOnEnter on Linux, as it's crashing.siggi@chromium.org2011-04-121-2/+2
* Reenable some tests that were erroneously marked FAILS due to bot flakiness.dmichael@chromium.org2011-04-111-6/+0
* Cleanup: Update a bunch of files to the new location of browser_window.h. Par...tfarina@chromium.org2011-04-091-1/+1
* Disable test that's failing on Mac OS X 10.6.dmichael@chromium.org2011-04-081-0/+6
* Resets window.chrome.searchbox on every navigation. Otherwise thesky@chromium.org2011-04-061-16/+78
* Attempt at fixing flaky test. I believe the window isn't gettingsky@chromium.org2011-04-061-0/+2
* Cleanup: Update a bunch of files to the new location of browser_list.h. Part ...tfarina@chromium.org2011-04-061-1/+1
* Fixes crash in instant code. There main problem was at the time ofsky@chromium.org2011-04-013-6/+52
* Fixes crash in delay show of instant preview.sky@chromium.org2011-03-311-2/+4
* Makes instant delay showing any page that doens't result in a 403.sky@chromium.org2011-03-296-31/+97
* Move some files from base to base/memory.levin@chromium.org2011-03-285-9/+9
* Changes ui_test_utils::WindowedNotificationObserver to allow Wait tosky@chromium.org2011-03-231-43/+4
* Marks InstantTest.MAYBE_DownloadOnEnter as flaky on linux-views andsky@chromium.org2011-03-231-1/+12
* Moves instant related tab contents messages into instant and out ofsky@chromium.org2011-03-231-14/+36
* Makes instant reload page when enter is pressed if last url loaded wassky@chromium.org2011-03-234-2/+96
* Creates owners files for a handful of directories.sky@chromium.org2011-03-211-0/+1
* Makes instant throw out the first navigation when merging navigationsky@chromium.org2011-03-211-0/+11
* Move a bunch of remaining files from chrome\renderer to content\renderer.jam@chromium.org2011-03-191-1/+1
* Fixes bug in instant where if the search provider didn't supportsky@chromium.org2011-03-172-11/+8
* Move the remaining files in chrome\common to content\common.jam@chromium.org2011-03-173-3/+3
* Populated the IconType in FavIconService.michaelbai@google.com2011-03-161-2/+4
* Disables recently added instant test as it seems to be causing crashessky@chromium.org2011-03-151-1/+7
* Fixes crash if instant is enabled and you block JS.sky@chromium.org2011-03-152-0/+21
* Wires up ability for page to specify instant auto completesky@chromium.org2011-03-158-27/+83
* Add check to keep browser from crashing if renderer goes away at wrong timedavemoore@chromium.org2011-03-121-2/+3
* Adds ability for page to specify three types of auto-complete behaviorsky@chromium.org2011-03-111-4/+10
* Fix uninitialized constructors and reverse NULL checks found by Coveritystuartmorgan@chromium.org2011-03-111-1/+2
* Update a bunch of files to the new location of notification files.tfarina@chromium.org2011-03-093-11/+11
* Re-disable NonSearchToSearchDoesntSupportInstant on Linuxzea@chromium.org2011-03-081-2/+2
* Revert 77343 - Re-disable NonSearchToSearchDoesntSupportInstant on Linuxzea@chromium.org2011-03-081-2/+2
* Re-disable NonSearchToSearchDoesntSupportInstant on Linuxzea@chromium.org2011-03-081-2/+2
* Moves responsibility for updating InstantController to AutocompleteEditModel....sky@chromium.org2011-03-061-0/+17
* Update the includes to the old tab_contents.hjam@chromium.org2011-03-021-1/+1
* Update more includes that were pointing to the old locations.jam@chromium.org2011-03-021-4/+4
* Makes instant show about:crash if the renderer crashes.sky@chromium.org2011-03-022-16/+32
* Get rid of temporary render_view_host.h.jam@chromium.org2011-03-021-3/+3
* Get rid of a bunch of includes to old locations of headers.jam@chromium.org2011-03-023-13/+12
* Makes instant show SSL error page. Because these end up with asky@chromium.org2011-03-011-21/+19
* Commneted out ShutdownSingleThreadedCleanup in debug builds tortenneti@google.com2011-03-011-2/+2
* Minor cleanup of InstantController. Consolidates notifying thesky@chromium.org2011-03-012-35/+50
* Makes instant not load the current url if you're already viewing. Thissky@chromium.org2011-02-282-14/+16