summaryrefslogtreecommitdiffstats
path: root/chrome/browser/tab_contents/web_contents.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove the TestTabContents. This makes BrowserWithTestWindow use thebrettw@chromium.org2009-04-141-0/+4
* Once you search for something in a tab, you are very likely to search for the...finnur@chromium.org2009-04-131-2/+10
* Hook up a bit more plumbing to ExtensionView which should allow popup windows...erikkay@google.com2009-04-131-88/+3
* Refactoring; switch the |filter| parameter into something that is more amenab...avi@chromium.org2009-04-121-3/+2
* The profile Source parameter of a BookmarkModelLoaded event can be null durin...tim@chromium.org2009-04-091-1/+1
* Remove more unneeded scaffolding.thestig@chromium.org2009-04-081-2/+2
* Refactor AppModalDialogQueue and move JS Alert boxes into a MVC.tc@google.com2009-04-071-4/+2
* Make the RenderViewHostFactory a global. This prevents us from having to passbrettw@chromium.org2009-04-071-4/+1
* DevTools: tell agent it has client attached early (prior to the navigation).pfeldman@chromium.org2009-04-071-0/+6
* First pass of refactoring dialogs.avi@chromium.org2009-04-061-6/+6
* Make the throbber throb sooner after you navigate. This fixes the new tab page,brettw@chromium.org2009-04-041-1/+5
* Move HTML dialogs out of their own tab contents type. Moved functions to newbrettw@chromium.org2009-04-031-7/+4
* Remove Windows "Save As" dialogs from Save Page code.In this change:- convert...paulg@google.com2009-03-301-20/+13
* Reverting 12673.brettw@chromium.org2009-03-271-37/+63
* Revert "Fix issues with DOM UI that cause focus to not be set to the URL bar ...evan@chromium.org2009-03-271-63/+37
* Fix issues with DOM UI that cause focus to not be set to the URL bar and thebrettw@chromium.org2009-03-271-37/+63
* Make the bookmarks bar disappear when the load after the new tab page commitsbrettw@chromium.org2009-03-251-25/+64
* Reverting 12469.brettw@chromium.org2009-03-251-64/+25
* Make the bookmarks bar disappear when the load after the new tab page commitsbrettw@chromium.org2009-03-251-25/+64
* Finish hooking up the worker process UI: use the domains of the workers as th...jam@chromium.org2009-03-241-0/+6
* Pressing the Del key while a item is selected in the autocomplete popup delet...jcampan@chromium.org2009-03-201-0/+5
* Convert FindInPage wstrings to string16.tc@google.com2009-03-191-1/+1
* Chrome-side of moving webkit/glue/cache_manager.{h,cc} to the WebKit API layer.darin@chromium.org2009-03-191-2/+2
* Remove an assertion I added in my DOM UI change. It looks like this happens inbrettw@chromium.org2009-03-181-5/+0
* Merge DOMUIContents into WebContents.brettw@chromium.org2009-03-171-10/+95
* SSL Fix: Step 4.abarth@chromium.org2009-03-171-1/+4
* Change a function name.estade@chromium.org2009-03-161-1/+1
* RSS feed support (part 1), 2nd attempt.finnur@chromium.org2009-03-131-0/+24
* Reverting 11640.finnur@chromium.org2009-03-131-20/+0
* RSS feed support (part 1)finnur@chromium.org2009-03-131-0/+20
* Stop having renderers use both pids and a monotonically increasing "host_id"....jam@chromium.org2009-03-121-1/+4
* Changing ForwardMessageToExternalHost to postMessage and passing a propertommi@chromium.org2009-03-091-2/+4
* Enable the character encoding menu, zoom menu, and the help menu item.tc@google.com2009-03-061-1/+1
* Try #2 of "make JavaScript alerts reflect the URL of the frame they came from,brettw@chromium.org2009-03-051-4/+6
* Reverting 11002.brettw@chromium.org2009-03-051-6/+4
* Make JavaScript alerts reflect the URL of the frame they came from, not thebrettw@chromium.org2009-03-051-4/+6
* Fixes CRLF and trailing white spaces.maruel@chromium.org2009-03-051-1/+1
* Fix 16/wide build bustange on non-Windows.brettw@chromium.org2009-03-041-1/+1
* Fix the build with some forgotten string conversions on non-Windows.brettw@chromium.org2009-03-041-2/+2
* Convert NavigationEntry title to string16. TabContents::GetTitle no longer needsbrettw@chromium.org2009-03-041-1/+1
* Remove some instances of NOTIMPLEMENTED in favor of hooking up functionality ...pinkerton@chromium.org2009-03-031-8/+0
* Don't send the receiver function name in the ExternalHostBindings::ForwardMes...ananta@chromium.org2009-02-251-3/+2
* Delete the ViewSourceTabContents.brettw@chromium.org2009-02-251-4/+26
* The find bar should be owned and managed from the BrowserView, not the WebCon...finnur@google.com2009-02-241-11/+71
* Make plugin_installer.cc compile on Posix.jhawkins@chromium.org2009-02-231-1/+1
* Bring download_file, download_manager into POSIX build.estade@chromium.org2009-02-221-2/+2
* Remove a workaround made obsolete by Tony's l10n work.evan@chromium.org2009-02-191-1/+1
* Send over the HTTP status code in the ViewHostMsg_FrameNavigate message comin...ananta@chromium.org2009-02-191-1/+2
* Super-simplistic status bubble on Linux.evan@chromium.org2009-02-191-3/+0
* Add locale_settings.grd to the build. This generatestc@google.com2009-02-181-2/+2