summaryrefslogtreecommitdiffstats
path: root/chrome/browser/tab_contents
Commit message (Expand)AuthorAgeFilesLines
* Forbid reloading the Inspector window.apavlov@chromium.org2009-12-252-2/+11
* Check permissions for chrome.tabs.executeScript() in theaa@chromium.org2009-12-222-3/+6
* Make View Source and Search Web For inherit group properly. Original patch b...pkasting@chromium.org2009-12-212-7/+5
* Re-land http://codereview.chromium.org/507022.suzhe@chromium.org2009-12-212-34/+40
* Fix a number of issues with extension disable-on-update:mpcomplete@chromium.org2009-12-181-1/+4
* Revert 34954 - Fix issue 11258: Linux: gracefully handle small browser windowrsesek@chromium.org2009-12-182-40/+34
* Fix issue 11258: Linux: gracefully handle small browser windowsuzhe@chromium.org2009-12-182-34/+40
* I initialized this new field in one constructor but not in the other one, whi...johnnyg@chromium.org2009-12-171-0/+1
* Reverting the CLD CL altogether, the reliability bot is still red.jcampan@chromium.org2009-12-173-65/+7
* Allow rewriting of URLs to be reversed in some cases, so that if the underlyi...johnnyg@chromium.org2009-12-175-1/+58
* [Mac] Pump nestable tasks while web popups are visible.shess@chromium.org2009-12-162-12/+10
* Disabling the language detection on Linux and Mac.jcampan@chromium.org2009-12-161-0/+4
* Makes the language detection happen with every page load jcampan@chromium.org2009-12-163-7/+61
* mac: totally revamp "Aw Snap" page, implement new "Learn more" link, add unit...kuan@chromium.org2009-12-152-14/+12
* Get web app icon via FavIconHelper and auto repair/updatexiyuan@chromium.org2009-12-112-6/+5
* Find bar fixes:estade@chromium.org2009-12-111-4/+8
* re-apply r34183estade@chromium.org2009-12-104-5/+9
* Fix the crashing chromeos sync tests and revert the patch that disabled them.albertb@google.com2009-12-102-23/+4
* Add command line flag and associated prefs to allow run-time enable of geoloc...dglazkov@chromium.org2009-12-101-0/+2
* Disables a handful of tests for chromeos as they're crashing.sky@chromium.org2009-12-102-4/+23
* Refactor the keyboard events handling code related to RenderViewHostDelegate:...suzhe@chromium.org2009-12-108-101/+38
* A collection of fixes allowing the chrome.experimental.popup.* set of APIs to...twiz@google.com2009-12-101-0/+7
* rollback r34183estade@chromium.org2009-12-094-9/+5
* linux: theme scrollbars from GTK theme estade@chromium.org2009-12-094-5/+9
* Chromium: support custom WebCore context menu items in Chromium port (downstr...pfeldman@chromium.org2009-12-092-0/+38
* Fix issue 23221: accesskey is not supported on Chromium Mac.suzhe@chromium.org2009-12-081-8/+2
* Revert "Allow silent extension installations from the extensions gallery - Pa...rafaelw@chromium.org2009-12-083-119/+9
* [Mac] Pump renderer messages in web content right-click context menu.shess@chromium.org2009-12-071-0/+6
* Allow silent extension installations from the extensions gallery - Part 1.rafaelw@chromium.org2009-12-073-9/+119
* Enable remote fonts by default. This change introduces --disable-remote-fonts...yusukes@google.com2009-12-041-1/+1
* Make the default RendererPreferences smarter.estade@chromium.org2009-12-044-10/+1
* Implement "Email Link To Page" menu command.snej@chromium.org2009-12-032-0/+13
* linux: use TabContents to launch url for link in crash pagekuan@chromium.org2009-12-031-2/+2
* Removed TabContentsDelegate::ShouldDisplayURLField() which is unused anywhere.akalin@chromium.org2009-12-021-5/+0
* [GTTF] Reduce header dependencies in chrome.phajdan.jr@chromium.org2009-11-301-0/+1
* Revert 33301 and 33305 due to unit_tests breakage.maruel@chromium.org2009-11-301-1/+0
* [GTTF] Reduce header dependencies in chrome.phajdan.jr@chromium.org2009-11-301-0/+1
* Plumb through site-specific quirks setting with a command line switch.dglazkov@chromium.org2009-11-251-0/+2
* Fix crash when an extension popup shows a JS alert. Showing the alert takes...rafaelw@chromium.org2009-11-241-11/+11
* Assorted cleanup.estade@chromium.org2009-11-234-20/+9
* Take 2 at moving NTP CSS resources into the NTP resource cache.tony@chromium.org2009-11-231-0/+3
* DevTools: Add UMA entry for inspect element action.pfeldman@chromium.org2009-11-231-0/+1
* When you search for something, press F3, close the box and press F3 it would ...finnur@chromium.org2009-11-202-10/+9
* Turn on HTML5 DBs by default.dumi@chromium.org2009-11-201-1/+1
* Replaced HungRendererDialog class with hung_renderer_dialog namespace.akalin@chromium.org2009-11-201-4/+4
* Make executeScript and insertCSS inject code into all frames.tangjie@chromium.org2009-11-202-3/+6
* Linux: tell webkit to permit WebDragOperationMove drags.estade@chromium.org2009-11-191-3/+5
* Move Mac to using renderer spellchecker.estade@chromium.org2009-11-191-11/+5
* Add support for ShowHtmlDialog() to Linux. This is modeled off the MacOS and...zork@chromium.org2009-11-181-2/+5
* Launch processes asynchronously so as not to block the UI thread. For now, re...jam@chromium.org2009-11-181-3/+0