summaryrefslogtreecommitdiffstats
path: root/chrome/browser/tab_contents
Commit message (Expand)AuthorAgeFilesLines
* Move native_widget_types and gtk_native_view_id_manager from base/gfx tobrettw@chromium.org2009-10-114-5/+4
* Reland: Rename ThemePreviewInfobarDelegate toaa@chromium.org2009-10-091-3/+3
* Moving ShowContextMenu out of WebView_delegate and into WebViewClientyaar@chromium.org2009-10-092-55/+67
* Forgot backspace/shift-backspace.thakis@chromium.org2009-10-091-6/+9
* Revert r28519-28523. Accidentally used wrong command,aa@chromium.org2009-10-091-3/+3
* patch from issue 261007aa@chromium.org2009-10-091-3/+3
* Support cmd-left/right for history.thakis@chromium.org2009-10-091-0/+15
* Pulls WebDragDest out of TabContentsViewGtk so that it can be used bysky@chromium.org2009-10-084-235/+289
* Ensure that the plugin HWND doesn't disappear before the plugin gets NPP_SetW...jam@chromium.org2009-10-086-21/+0
* Revert "Revert "Add startup tests that log start script, domcontentloaded, an...tony@chromium.org2009-10-071-0/+10
* Move MediaPlayerAction to WebMediaPlayerAction. Switch to an enum and adarin@chromium.org2009-10-072-28/+33
* Revert "Add startup tests that log start script, domcontentloaded, and onload."mattm@chromium.org2009-10-071-10/+0
* Add startup tests that log start script, domcontentloaded, and onload.tony@chromium.org2009-10-071-0/+10
* Modify extension request IPC messages to pass a ListValue instead of a string.mpcomplete@chromium.org2009-10-062-2/+2
* Implement --enable-web-sockets flag.ukai@chromium.org2009-10-061-0/+2
* Mac: Implements the special bookmark bar on NTP.erg@chromium.org2009-10-062-6/+6
* Remove references to DOMUIContents. It looks like the class doesn't exist.tony@chromium.org2009-10-051-4/+0
* Adds command line flag to enable desktop notifications.johnnyg@chromium.org2009-10-051-0/+2
* More WebView / WebViewDelegate cleanup.darin@chromium.org2009-10-033-6/+6
* Move the clipboard stuff out of base and into app/clipboard. I renamedbrettw@chromium.org2009-10-032-7/+7
* Pass unhandled keyup messages coming in from the renderer to the underlying v...ananta@chromium.org2009-10-031-1/+4
* Add histograms that track how long it takes to open the new tab page.tony@chromium.org2009-10-022-0/+31
* Do not discount a MANUAL_SUBFRAME load just because it involveddarin@chromium.org2009-10-021-4/+0
* Any time we are shutting down a tab, try to use fast shutdown.estade@chromium.org2009-10-021-1/+1
* Don't send tab switching/killing/creating keyboard accelerators to pages. Th...jam@chromium.org2009-10-024-5/+19
* The "Copy URL" link is always greyed out in the Chrome menu on popups [crbug....ericu@google.com2009-10-014-36/+4
* Added command line argument --enable-webgl to facilitate turning onkbr@google.com2009-09-301-0/+2
* Cleanup some code in the render_view_host_manager unittest.brg@chromium.com2009-09-291-4/+3
* Use Mac fonts in Mac Chrome.mark@chromium.org2009-09-291-1/+6
* Coverity: Initialize all member variables in the default constructor.jhawkins@chromium.org2009-09-291-1/+7
* Remove the enable-sync flag from the Chrome command line and enable sync by d...brg@chromium.com2009-09-292-0/+15
* Use favicon for application shortcut icon.estade@chromium.org2009-09-282-1/+19
* Fix deadlock when plugin puts an alert and right afterwards the browser proce...jam@chromium.org2009-09-2813-48/+24
* Moving ContextualAction class to common/extensions and in the process renamin...finnur@chromium.org2009-09-282-10/+10
* Update the TabContents::SavePage parameter to take FilePath instead of wstrin...rsesek@chromium.org2009-09-262-7/+3
* Update our mixed content state with information from the new mixed contentabarth@chromium.org2009-09-261-2/+2
* Implement Browser Actions extensions.finnur@chromium.org2009-09-262-7/+8
* Plumb the new mixed content API callbacks to the tab contents. We'll actuallyabarth@chromium.org2009-09-252-0/+10
* Hook up external protocol handler to user gestures to prevent malicious sites...estade@chromium.org2009-09-251-0/+2
* Makes it so that you shouldn't be able to get a big fat bookmarksky@chromium.org2009-09-256-39/+63
* Allow the initial size of TabContentViews to be based on thetony@chromium.org2009-09-2512-21/+30
* Changes the main menu to do the following:sky@chromium.org2009-09-251-1/+1
* Implemented upload progress indicator in status bar.darin@chromium.org2009-09-252-3/+21
* Initialize user_gesture_observed_ in NavigationController constructor.mattm@chromium.org2009-09-242-1/+46
* Move functions from skia/ext to app/gfx where possible: most of skia_utils.* ...pkasting@chromium.org2009-09-241-4/+3
* Reverting 26975.pkasting@chromium.org2009-09-231-3/+4
* Move functions from skia/ext to app/gfx where possible: most of skia_utils.* ...pkasting@chromium.org2009-09-231-4/+3
* Coverity: Initialize ssl_cert_id_, ssl_cert_status_, and ssl_security_bits_ i...jhawkins@chromium.org2009-09-232-1/+6
* Remove a DCHECK that was firing in legitimate cases. The cases are described inbrettw@chromium.org2009-09-231-5/+18
* Mock the LinkDoctor for tests. Should greatly decrease ErrorPage test flakiness.phajdan.jr@chromium.org2009-09-211-4/+2