summaryrefslogtreecommitdiffstats
path: root/chrome/browser/tab_contents
Commit message (Expand)AuthorAgeFilesLines
* Plumb through site-specific quirks setting with a command line switch.dglazkov@chromium.org2009-11-251-0/+2
* Fix crash when an extension popup shows a JS alert. Showing the alert takes...rafaelw@chromium.org2009-11-241-11/+11
* Assorted cleanup.estade@chromium.org2009-11-234-20/+9
* Take 2 at moving NTP CSS resources into the NTP resource cache.tony@chromium.org2009-11-231-0/+3
* DevTools: Add UMA entry for inspect element action.pfeldman@chromium.org2009-11-231-0/+1
* When you search for something, press F3, close the box and press F3 it would ...finnur@chromium.org2009-11-202-10/+9
* Turn on HTML5 DBs by default.dumi@chromium.org2009-11-201-1/+1
* Replaced HungRendererDialog class with hung_renderer_dialog namespace.akalin@chromium.org2009-11-201-4/+4
* Make executeScript and insertCSS inject code into all frames.tangjie@chromium.org2009-11-202-3/+6
* Linux: tell webkit to permit WebDragOperationMove drags.estade@chromium.org2009-11-191-3/+5
* Move Mac to using renderer spellchecker.estade@chromium.org2009-11-191-11/+5
* Add support for ShowHtmlDialog() to Linux. This is modeled off the MacOS and...zork@chromium.org2009-11-181-2/+5
* Launch processes asynchronously so as not to block the UI thread. For now, re...jam@chromium.org2009-11-181-3/+0
* Revert 32203,32204,32205 - Launch processes asynchronously so as not to block...jam@chromium.org2009-11-181-0/+3
* Launch processes asynchronously so as not to block the UI thread. For now, r...jam@chromium.org2009-11-171-3/+0
* Use plain strings instead of wstrings for UMA actionsevan@chromium.org2009-11-171-5/+5
* Implement web app shortcuts natively per issue 25528xiyuan@chromium.org2009-11-173-119/+20
* Correct a typo.jam@chromium.org2009-11-171-1/+1
* amit, please review everything, jam please review the changes to the tab_cont...ananta@chromium.org2009-11-174-3/+31
* Revert 31999 - Enable HTML5 DBs by default (except in incognito mode).dumi@chromium.org2009-11-141-1/+1
* Enable HTML5 DBs by default (except in incognito mode).dumi@chromium.org2009-11-141-1/+1
* gtk: Hide the status bubble when the mouse nears it.derat@chromium.org2009-11-143-7/+15
* Fix for a bug where navigating from the NTP, to an SSL interstitial and thenjcampan@chromium.org2009-11-131-2/+4
* Fix the problem that file URL is not converted to file path in drag-and-drop ...jianli@chromium.org2009-11-131-1/+5
* Small clean-up to not expose base::Process from RenderProcesHost, and instead...jam@chromium.org2009-11-131-2/+1
* DevTools: Only enable dev tools for dev tools if process-per-tab flag is set....pfeldman@chromium.org2009-11-121-3/+10
* Upstreaming WebKit.gypyaar@chromium.org2009-11-122-3/+3
* [Mac] ScopedSendingEvent finds NSApp by itself.shess@chromium.org2009-11-101-2/+1
* Basic wiring to enable downloads for CF's host browser network stack. A nota...tommi@chromium.org2009-11-073-0/+15
* Fix various problems with inline autocomplete and URLs that change length dur...pkasting@chromium.org2009-11-071-2/+2
* Prevents an old RenderViewHost from preempting a cross-site navigation once t...creis@chromium.org2009-11-073-0/+128
* [mac] Add "Paste and Match Style" to edit menuthakis@chromium.org2009-11-073-0/+13
* [Mac] Defer close from renderer while tab is a drag source.shess@chromium.org2009-11-061-3/+12
* GTK: Fix context menu positioning.estade@chromium.org2009-11-063-5/+11
* Turn LocalStorage on by default.jorlow@chromium.org2009-11-061-1/+1
* Poor work-around for the crasher 23411.jcampan@chromium.org2009-11-063-0/+18
* Implement window.alert() and its cousins for extensions.pam@chromium.org2009-11-062-22/+68
* Move the spellchecker to the renderer.estade@chromium.org2009-11-061-2/+15
* [Mac] Delay TabContents::Close() when event-tracking.shess@chromium.org2009-11-064-0/+80
* Revert 31110 - Implement window.alert() and its cousins for extensions.ben@chromium.org2009-11-052-68/+22
* Implement window.alert() and its cousins for extensions.pam@chromium.org2009-11-052-22/+68
* Switch over to the new way of enabling/disabling session/local storage. jorlow@chromium.org2009-11-051-2/+0
* Only send renderer resize messages for RWHV sizing caused bytony@chromium.org2009-11-042-4/+9
* Revert "Convert tabcontentscontainer to use a vbox instead of a fixed. The"tony@chromium.org2009-11-041-0/+2
* Implement undo/redo so they will be properly enabled when the web content has...pinkerton@chromium.org2009-11-041-0/+8
* Changes session restore to use a normal load rather than preferringsky@chromium.org2009-11-038-33/+70
* Convert tabcontentscontainer to use a vbox instead of a fixed. Thetony@chromium.org2009-11-031-2/+0
* Fifth patch in getting rid of caching MessageLoop pointers.jam@chromium.org2009-11-033-6/+7
* Fix a problem in the implementation of search-vs.-go-in-context-menus. We we...pkasting@chromium.org2009-11-021-35/+20
* Third patch in getting rid of caching MessageLoop pointers and always using C...jam@chromium.org2009-11-022-9/+10