summaryrefslogtreecommitdiffstats
path: root/chrome/browser/tab_contents
Commit message (Expand)AuthorAgeFilesLines
* Split infobar_delegate.[cc,h] into separate pieces for the different classes ...tfarina@chromium.org2011-03-039-242/+281
* Revert 76631 because it causes fullscreen layout tests to timeout on linuxtonyg@chromium.org2011-03-021-3/+0
* Re-applying r76324, which was reverted during a WebKit rollback.ddorwin@chromium.org2011-03-021-0/+3
* Update the includes to the old tab_contents.hjam@chromium.org2011-03-022-13/+1
* Update more includes that were pointing to the old locations.jam@chromium.org2011-03-0216-150/+6
* Get rid of temporary render_view_host.h.jam@chromium.org2011-03-023-5/+5
* Get rid of a bunch of includes to old locations of headers.jam@chromium.org2011-03-0210-31/+31
* Pure pedantry: Replace all ".size() == 0" with ".empty()".erg@google.com2011-03-021-2/+2
* web-ui settings: Standard font setting now correlates to WebKit's standard fo...csilv@chromium.org2011-03-012-7/+3
* Update a bunch of files to the new location of browser_thread.h jam@chromium.org2011-03-011-2/+2
* Update a bunch of files to the new location of browser_thread.h jam@chromium.org2011-03-011-3/+3
* Revert 76324 - Build WebKit Full Screen API. Support is disabled by default; ...jamesr@chromium.org2011-03-011-3/+0
* Delete the temporary headers left behind in chrome\browser. I've left browse...jam@chromium.org2011-03-012-6/+6
* gtk: Organize all the bookmark UI files into the chrome/browser/ui/gtk/bookma...tfarina@chromium.org2011-03-011-1/+1
* Build WebKit Full Screen API. Support is disabled by default; enable with --e...ddorwin@chromium.org2011-03-011-0/+3
* Ensure that ConstrainedWindow::CloseConstrainedWindow() is calledsail@chromium.org2011-02-281-0/+34
* Mark ViewSourceTest.DoesBrowserRenderInViewSource as flaky.rdsmith@chromium.org2011-02-281-2/+3
* Duplicate tab does not work for POST pages.pfeldman@chromium.org2011-02-251-0/+2
* Revert 75900 - Set the standard font from 'serif' family font.kochi@chromium.org2011-02-251-6/+4
* WebUI: Move the core files of WebUI from chrome/browser/webui to content/brow...tfarina@chromium.org2011-02-251-1/+1
* Set the standard font from 'serif' family font.kochi@chromium.org2011-02-241-4/+6
* Remove browsing_instance.h stub file and update all the references.tfarina@chromium.org2011-02-241-2/+2
* Move files out of chrome\browser\renderer_host\test alongside their source. ...jam@chromium.org2011-02-242-12/+12
* Cleanup:pkasting@chromium.org2011-02-242-10/+2
* WebUI: Fix the remaining references to dom_ui. Final Patch.tfarina@chromium.org2011-02-233-4/+4
* This patch adds the necessary plumbing to Chromium to support a command-line ...wjmaclean@chromium.org2011-02-221-0/+2
* Move background_contents back to chrome, since that's part of extensions whic...jam@chromium.org2011-02-222-2/+445
* Start moving core pieces of Chrome multi-process code to src\content. I'm st...jam@chromium.org2011-02-1831-13216/+29
* Turning on accelerated layers by defaultvangelis@chromium.org2011-02-181-1/+1
* WebUI: Move more files from chrome/browser/dom_ui to chrome/browser/webui. Pa...tfarina@chromium.org2011-02-184-5/+5
* Intergration of the client-side phishing detection.noelutz@google.com2011-02-172-0/+14
* Fix desktop notification test failure.jam@chromium.org2011-02-171-2/+2
* Make TabContentsObserver handle registration automatically, as well as exposi...jam@chromium.org2011-02-174-51/+73
* Fix some of the more common chromium-style errors on the mac clang builder.erg@google.com2011-02-162-3/+7
* Ensure we display all non-WebUI URLs, as a second line of defense.creis@google.com2011-02-161-0/+4
* Move search engine stuff from TabContents to TabContentsWrapper.avi@chromium.org2011-02-154-199/+1
* Negative scroll offsets are valid (and expected with RTL pages) yet gfx::Size...avi@chromium.org2011-02-151-1/+1
* Move FinalStatus out of PrerenderContents, and add prerender namespace.cbentzel@chromium.org2011-02-152-6/+9
* Remove frame_origin and main_frame_origin from network requests.abarth@chromium.org2011-02-152-7/+2
* WebUI: Get rid of more references to dom_ui and DOM_UI.tfarina@chromium.org2011-02-151-3/+3
* Cleanup: Fix a few forward declarations.thestig@chromium.org2011-02-151-0/+1
* Add commandline flag --disable-gl-multisampling and hook it up with WebGL to ...zmo@google.com2011-02-141-0/+2
* WebUI: Get rid of more references to DOMUI in the rest of the directories.tfarina@chromium.org2011-02-134-14/+14
* Enable the XSS auditor by defaultabarth@chromium.org2011-02-121-1/+1
* WebUI: Rename ProcessDOMUIMessage to ProcessWebUIMessage.tfarina@chromium.org2011-02-124-6/+6
* WebUI: Get rid of references to DOMUI in comments. The last part.tfarina@chromium.org2011-02-121-3/+3
* Currently, these callers are passing 0 (as an int), which makes it harder to ...bryner@chromium.org2011-02-112-2/+4
* Cleanup: Remove unneeded uses of notification_observer.h.thestig@chromium.org2011-02-112-1/+1
* gtk: Improve fullscreen RenderWidgetHostViewGtk.derat@chromium.org2011-02-117-23/+13
* Attempt 3 at: Splits ChromeURLDataManager into 2 chunks:sky@chromium.org2011-02-101-0/+1