summaryrefslogtreecommitdiffstats
path: root/chrome/browser/tab_contents
Commit message (Expand)AuthorAgeFilesLines
* Stop having renderers use both pids and a monotonically increasing "host_id"....jam@chromium.org2009-03-126-42/+54
* Moving the storing/restoring of the focus from TabContents to WebContentsView...jcampan@chromium.org2009-03-129-104/+129
* Add a couple more unit tests to the Mac buildpinkerton@chromium.org2009-03-111-1/+2
* Initial pass at copy/paste. Menu items are always enabled. This matches Windo...avi@chromium.org2009-03-112-2/+30
* Remove TabContents from scaffolding. Yay!pinkerton@chromium.org2009-03-114-21/+25
* Change SpellChecker::Language to be an ASCII string.estade@chromium.org2009-03-111-3/+3
* A little cleanup of ResourceDispatcherHost to make it less renderer centric, ...jam@chromium.org2009-03-102-5/+5
* Pass unhandled events to Cocoa; thanks to Dmitri for the event fix.avi@chromium.org2009-03-101-3/+12
* First step at removing TabContents from temp scaffolding. Get rid of duplicat...pinkerton@chromium.org2009-03-101-8/+19
* NO CODE CHANGEdeanm@chromium.org2009-03-1016-16/+0
* Relanding the CL removing Windows specific code from the interstitial page.jcampan@chromium.org2009-03-091-34/+7
* Enable download_request_manager_unittest on linux.estade@chromium.org2009-03-091-0/+1
* Reverting 11277.jcampan@chromium.org2009-03-091-4/+33
* Removing Windows specific code from interstitial pages.jcampan@chromium.org2009-03-091-33/+4
* Changing ForwardMessageToExternalHost to postMessage and passing a propertommi@chromium.org2009-03-093-4/+11
* Implement right click context menu on gtk.estade@chromium.org2009-03-094-1/+173
* oopsestade@chromium.org2009-03-071-1/+1
* fix windows build break.estade@chromium.org2009-03-071-1/+2
* Refactor render view context menu in preparation for porting.estade@chromium.org2009-03-077-710/+766
* Enable interstitial pages for SSL certificate errors on Linux.markus@chromium.org2009-03-071-10/+18
* Enable the character encoding menu, zoom menu, and the help menu item.tc@google.com2009-03-061-1/+1
* Implement accelerators in the gtk port (try 2).erg@google.com2009-03-061-6/+26
* RenderWidgetHost now only accepts a new NativeWebKeyboardEvent which owns a c...erg@google.com2009-03-067-13/+15
* NO CODE CHANGE.maruel@google.com2009-03-055-8/+11
* Remove the chrome view contents tab contents type. Nobody uses it.brettw@chromium.org2009-03-051-1/+4
* Try #2 of "make JavaScript alerts reflect the URL of the frame they came from,brettw@chromium.org2009-03-052-5/+9
* Remove the TAB_CONTENTS_NEW_TAB_UI tab contents type. This was not actually usedbrettw@chromium.org2009-03-053-3/+0
* Reverting 11002.brettw@chromium.org2009-03-052-9/+5
* Make JavaScript alerts reflect the URL of the frame they came from, not thebrettw@chromium.org2009-03-052-5/+9
* Fixes CRLF and trailing white spaces.maruel@chromium.org2009-03-0513-112/+112
* Clean up the browser about URL handler to not derive from WebContents. It isbrettw@chromium.org2009-03-044-17/+16
* Basic download shelf implementation on linux.estade@chromium.org2009-03-041-18/+28
* Fixing WebKeyboardEvent.avi@chromium.org2009-03-041-3/+3
* Fix stupid typo causing the navigation entry unit tests to fail.brettw@chromium.org2009-03-041-1/+1
* Fix 16/wide build bustange on non-Windows.brettw@chromium.org2009-03-042-2/+2
* Fix the build with some forgotten string conversions on non-Windows.brettw@chromium.org2009-03-042-3/+3
* Convert NavigationEntry title to string16. TabContents::GetTitle no longer needsbrettw@chromium.org2009-03-048-36/+67
* Fix back button behavior for DOMUI contents (or at least make it as not-broke...glen@chromium.org2009-03-041-0/+1
* Update clipboard classes to use string16 and FilePath instead of wstring.estade@chromium.org2009-03-042-4/+5
* Add FilePath setter/getter to pref service. Change callers to use it rather t...estade@chromium.org2009-03-041-4/+3
* Remove NativeUI, HistoryTabUI, DownloadsTabUI since they've been superceded.ben@chromium.org2009-03-034-973/+0
* Reverting 10794.avi@chromium.org2009-03-031-2/+2
* Fixing WebKeyboardEvent. Third time's the charm.avi@chromium.org2009-03-031-2/+2
* Remove some instances of NOTIMPLEMENTED in favor of hooking up functionality ...pinkerton@chromium.org2009-03-031-8/+0
* Make it so that dropdown selects don't deactivate the main frame when opened ...ben@chromium.org2009-03-032-0/+6
* Enable focus-change via tabbing on Linux.estade@chromium.org2009-03-021-1/+22
* Fix compilations errors introduced by revision 10712.maruel@chromium.org2009-03-021-4/+4
* Refactor download shelf and prepare for porting.estade@chromium.org2009-02-284-32/+32
* Prototype extension process. This is a proof of concept, with a lot ofmpcomplete@google.com2009-02-271-1/+1
* Enable new tab page for Mac and Linuxpinkerton@chromium.org2009-02-271-2/+3