summaryrefslogtreecommitdiffstats
path: root/chrome/browser/tab_contents
Commit message (Expand)AuthorAgeFilesLines
* 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
* [Mac] Save/restore focus in TabContentsViewMac.rohitrao@chromium.org2009-09-212-17/+14
* This CL makes the browser focus tests faster by replacingjcampan@chromium.org2009-09-183-2/+12
* Size the render widget host view when the browser tries to set it to a partic...tony@chromium.org2009-09-182-14/+13
* Try again to land "Implement script API:executeScript"aa@chromium.org2009-09-182-0/+11
* linux: add names to some widgets for parasite's benefitevan@chromium.org2009-09-171-0/+1
* Escape ampersands in web view text selection for right click context menu so ...estade@chromium.org2009-09-161-6/+25
* Rename test_web_contents.* to test_tab_contents.*tony@chromium.org2009-09-163-5/+5
* Replace a bunch of hardcoded URLs with constants from url_constants.hbrettw@chromium.org2009-09-152-4/+5
* This CL adds a test to insure we are not regressing on http://crbug.com/19941jcampan@chromium.org2009-09-151-0/+4
* mac: drop NOTIMPLEMENTED in GotFocus()avi@chromium.org2009-09-152-2/+3
* linux: drop NOTIMPLEMENTED in GotFocus()evan@chromium.org2009-09-151-1/+2
* Fix for bug 2932: Chrome should not trigger page reloading when turn off auto...jshin@chromium.org2009-09-141-0/+9
* linux: enable plugins by defaultevan@chromium.org2009-09-141-6/+0
* Try to fix build.thakis@chromium.org2009-09-122-0/+4
* Let cmd-e write the selection into the find pasteboard.thakis@chromium.org2009-09-123-0/+9
* First cut at implementation of FindBar for views / gtkdavemoore@chromium.org2009-09-092-2/+2
* Adds support for the os x spelling panel to chromium. Users canpinkerton@chromium.org2009-09-091-0/+14
* Remove unused ATL headers.jhawkins@chromium.org2009-09-091-6/+0