summaryrefslogtreecommitdiffstats
path: root/chrome/browser/tab_contents
Commit message (Expand)AuthorAgeFilesLines
* Relanding the the refactoring the page info to have a model.jcampan@chromium.org2009-07-194-22/+34
* Reverting 21059.jorlow@chromium.org2009-07-181-4/+0
* Enable DOM_STORAGE in our build. Put LocalStorage and SessionStorage behind ...jorlow@chromium.org2009-07-181-0/+4
* Reverting 21032.jcampan@chromium.org2009-07-184-34/+22
* Refactoring the page info to have a model.BUG=NoneTEST=Make sure clicking the...jcampan@chromium.org2009-07-184-22/+34
* Flip screen coordinates when converting NSEvent to WebMouseEvent. Enable proc...pinkerton@chromium.org2009-07-171-2/+4
* Qurey redirects when a thumbnail is set.meelapshah@chromium.org2009-07-171-1/+2
* A quick fix for Issue 13711 (the second part)hbono@chromium.org2009-07-171-1/+88
* Begin implementation of the context menu for Video and Audio tags.ajwong@chromium.org2009-07-172-14/+157
* Experiment with opening links opened via context menu in the foreground.ben@chromium.org2009-07-171-1/+1
* Allow dragging a link from the web contents to the bookmark bar to get a name...estade@chromium.org2009-07-171-19/+34
* Call the DragSource* API on the RenderViewHost during a drag.pinkerton@chromium.org2009-07-161-2/+36
* Fix for bug where we would not create ExtensionFunctionDispatcheraa@chromium.org2009-07-161-0/+3
* Fix web contents drag corner case.estade@chromium.org2009-07-161-1/+5
* Implement drops on web view.pinkerton@chromium.org2009-07-152-25/+53
* Implements the AppendRadioMenuItem and AppendCheckboxMenuItem functionspinkerton@chromium.org2009-07-152-19/+35
* Allow dragging text/url content out of the browser. Dragging back in not yet ...pinkerton@chromium.org2009-07-142-17/+162
* Allow TabContentsDelegates to process unhandled keyboard messages coming back...ananta@chromium.org2009-07-141-0/+8
* posix: show "plugin crashed" info bar when appropriateevan@chromium.org2009-07-131-3/+4
* GTK Themes: Refactored to use notifications instead of manual plumbing.erg@google.com2009-07-132-19/+0
* Add a temporary flag to enable plugins on the Mac and Linux whileamanda@chromium.org2009-07-131-0/+6
* Fix a crash that happens if a tab is closed whiletc@google.com2009-07-103-5/+15
* Remove svn:executable property from some more files that don't need it.thestig@chromium.org2009-07-103-0/+0
* Add getLanguage function to tab extension.sidchat@google.com2009-07-102-0/+7
* Move some more interfaces on RenderViewHostDelegate to separate classes. Thebrettw@chromium.org2009-07-096-116/+80
* Change ThumbnailStore to use sqlite instead of individual files try 2. Previo...meelapshah@chromium.org2009-07-091-2/+2
* A prototype of resource loading through automationamit@chromium.org2009-07-094-20/+14
* Replace instances of LINUX2 with OS_CHROMEOS and linux2 with chromeos.brettw@chromium.org2009-07-081-1/+1
* Remove url_constants dependency from tab_contents.h.brettw@chromium.org2009-07-082-12/+4
* Split out some of the RVHDelegate functions into separate sub-classes. To limitbrettw@chromium.org2009-07-082-268/+263
* Make the cancelling of drag and drop match Safari for Windows. This isarv@google.com2009-07-081-2/+2
* GTK: Support for more drag targets in renderer destination.estade@chromium.org2009-07-081-12/+46
* Reverting 20097.meelapshah@chromium.org2009-07-081-2/+2
* Change ThumbnailStore to use sqlite instead of individual files.meelapshah@chromium.org2009-07-071-2/+2
* Sprinkle some defensiveness into the UI tests so that they don't explode if t...stuartmorgan@chromium.org2009-07-071-0/+1
* GTK Themes: Theme the popup notification.erg@google.com2009-07-072-1/+23
* This CL makes sure JavaScript alerts are not shown while an interstitial is s...jcampan@chromium.org2009-07-073-2/+41
* Revert r19752. Caused regression in tabs closing.rafaelw@chromium.org2009-07-072-16/+1
* Change the use of typedef Language in Spell Check files back to std::string. ...sidchat@google.com2009-07-071-3/+3
* Crashers from the field indicate the navigation entry can be NULL. This is no...jcampan@chromium.org2009-07-071-0/+13
* GTK: first cut at web contents as drag destination.estade@chromium.org2009-07-072-2/+205
* Do some refactoring of renderer_host.brettw@chromium.org2009-07-069-95/+112
* Add an ExtensionBrowserTest base class that allows in-process browser tests o...aa@chromium.org2009-07-042-10/+0
* Fix Acid3 Test 48: LINKTEST, Chromium side....dglazkov@chromium.org2009-07-031-12/+14
* Move RenderViewHostManager back to tab_contents. Moving it to renderer_hostbrettw@chromium.org2009-07-035-1/+1149
* Initializing the struct before using it, as mandated byfinnur@chromium.org2009-07-031-9/+9
* GTK: when doing a drag from a web page, pass a recent mouse down to gtk_drag_...estade@chromium.org2009-07-022-6/+12
* PageActions can now specify multiple icons and switch between themfinnur@chromium.org2009-07-012-17/+35
* Try to track down the cause of the Drag&Drop crash seen in bug 12524.finnur@chromium.org2009-07-011-0/+5
* First cut at popup blocking for Mac. Remove ifdefs in cross-platform code. Im...pinkerton@chromium.org2009-07-013-11/+7