summaryrefslogtreecommitdiffstats
path: root/chrome/browser/tab_contents
Commit message (Expand)AuthorAgeFilesLines
* Bring a bunch more headers into the non-Windows build:evan@chromium.org2009-02-101-0/+1
* Move browser_resources.rc into a a grd file. While I'm at it,tc@google.com2009-02-091-1/+3
* Reverting 9408.brettw@chromium.org2009-02-094-36/+31
* Switch from HWNDs to NativeViews.avi@chromium.org2009-02-096-40/+42
* Add a new resizer corner.mad@chromium.org2009-02-094-31/+36
* Auto-resize the inner view.avi@google.com2009-02-061-0/+4
* Add a command line option --disable-web-security. People can use this option...abarth@chromium.org2009-02-061-0/+5
* Initial Mac port of web_contents_view and render_widget_host_view.avi@google.com2009-02-0610-13/+341
* Stub out web_contents_view_gtk.estade@chromium.org2009-02-064-4/+227
* Move the about:ipc tab to a dialog. This patch is kind of a hack, the Windowsbrettw@chromium.org2009-02-066-626/+0
* Cleanup some forward declared structs that are not being used.thestig@chromium.org2009-02-051-1/+0
* Fix the build from my previous file move.brettw@chromium.org2009-02-051-1/+1
* Move resource_message_filter and resource_request_details to the renderer_host.brettw@chromium.org2009-02-052-3/+21
* Add in NavigationController to linux and mac. pinkerton@chromium.org2009-02-054-8/+27
* Finish taking out render_messages.h includes from headers.jam@chromium.org2009-02-0511-12/+17
* Commiting the changes from my previous cl that are specific to not including ...jam@chromium.org2009-02-042-0/+2
* Make autofill_manager compile on POSIX.thestig@chromium.org2009-02-041-2/+2
* Enable render_widget_host, render_view_host and backing_store. Remove the Ren...pinkerton@chromium.org2009-02-043-2/+5
* Commit just the changes to make creating new IPC channel types easier.jam@chromium.org2009-02-041-16/+17
* Make render_view_host_manager.cc compile on POSIX.thestig@chromium.org2009-02-041-8/+3
* Bring many of the template_url classes into the fold for the Mac. Note that t...avi@google.com2009-02-041-1/+1
* Revert my change to get the tree green. Not sure why the tests became flaky....jam@chromium.org2009-02-043-19/+16
* Make it easier/less work/less error-prone to create new IPC channel types (i....jam@chromium.org2009-02-043-16/+19
* Reverting 9090.ojan@google.com2009-02-036-0/+625
* Move the about:ipc tab to a dialog. This patch is kind of a hack, the Windowsbrettw@chromium.org2009-02-036-625/+0
* first stab at scaffolding WebContents.pinkerton@chromium.org2009-02-032-30/+87
* Remove old web app code it's no longer needed. Simplifies startup a little.ben@chromium.org2009-02-022-75/+3
* Fix a bunch of header includes. I removed some unnecessary headers from abrettw@chromium.org2009-02-013-9/+0
* Remove most header file dependencies on the notification type list. It isbrettw@chromium.org2009-02-015-90/+102
* Random bits of de-Winification for WebContents.brettw@chromium.org2009-01-303-2/+11
* Allow porting of the JS message boxes. I split out the implementation intobrettw@chromium.org2009-01-301-9/+4
* Clean up the Windows-ness in the sizing of new views. Write a bunch of commentsbrettw@chromium.org2009-01-294-21/+16
* Provide the option for HTTPServer to be created with a specificsky@google.com2009-01-291-4/+4
* Make the shared shell dialog not use Windows types, as well as the web contentsbrettw@chromium.org2009-01-294-3/+11
* Re-land revision 8821 with the ui test fixed.maruel@chromium.org2009-01-291-10/+3
* Remove the Windows set focus call and bad-design browser call from the new tabbrettw@chromium.org2009-01-291-0/+5
* Generate a proper file name when dragging an image from apaulg@google.com2009-01-291-2/+12
* Rename RenderWidgetHostView::GetPluginHWND to GetPluginNativeViewbrettw@chromium.org2009-01-291-5/+7
* Roll back r8821mark@chromium.org2009-01-281-3/+10
* This prevents an occasional DCHECK seen during the SSL UI test that happenedcreis@google.com2009-01-281-8/+26
* Disconnect the "browser controlled printing" and always delegate the control ...maruel@chromium.org2009-01-281-10/+3
* Make WebContentsView portable by using the native view types.brettw@chromium.org2009-01-284-29/+29
* Context menus for text selections in editable boxes and links should include ...pkasting@chromium.org2009-01-283-31/+28
* Two things:ben@chromium.org2009-01-241-1/+2
* Create a dialog box for the about:network view and kill the tab type.brettw@chromium.org2009-01-244-442/+0
* This CL makes the safe browsing interstitial page support multiple unsafe res...jcampan@chromium.org2009-01-232-11/+51
* Move security style into the tab_contents directory. This is the last part ofbrettw@chromium.org2009-01-232-1/+35
* Backs out 8523 in hopes of a greener tree.sky@google.com2009-01-233-48/+19
* Changes to insure that when in app-mode, links open in the default browser. ...brg@chromium.com2009-01-233-19/+48
* Move files out of browser and into either renderer_host or tab_contents.brettw@chromium.org2009-01-2218-21/+1552