summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/extension_dom_ui.cc
Commit message (Expand)AuthorAgeFilesLines
* Don't show url for packaged appsrafaelw@chromium.org2010-09-281-1/+1
* Factor an ExtensionIconSet class out of Extension. This canaa@chromium.org2010-09-161-1/+3
* Fix some issues with incognito split mode extensions.mpcomplete@chromium.org2010-09-021-7/+14
* Reland r57788 - Expose Extension Bindings to Component Applicationsrafaelw@chromium.org2010-08-311-5/+13
* When the browser doesn't have connectivity to a hosted app, display a prettie...erikkay@chromium.org2010-08-271-1/+1
* Move prefs-related files under chrome/browser/ into a prefs/ subdir.evan@chromium.org2010-08-261-1/+1
* Add external host binding permission for Extension DOMUI.cindylau@google.com2010-08-251-1/+5
* Remove attempt to be smart about where to open navigationsaa@chromium.org2010-08-211-7/+9
* Initial version of chrome.experimental.sidebar extension API. brettw@chromium.org2010-08-191-10/+3
* FBTF: Remove unneeded headers from base/ (part 6)thestig@chromium.org2010-08-191-2/+0
* Remove deprecated wstring DictionaryValue Get{Boolean,Integer,Real,Binary,Dic...viettrungluu@chromium.org2010-08-171-2/+2
* Clone of issue 2941001. See initial review below.twiz@google.com2010-08-121-6/+3
* Remove wchar_t* methods from prefs.viettrungluu@chromium.org2010-08-121-2/+2
* FBTF: Clean up some headers in tab_contents_delegate.h.erg@google.com2010-08-101-0/+1
* De-wstring/wchar_t-ify extensions DOM UI as much as currently possible.viettrungluu@chromium.org2010-08-081-8/+8
* Revert 54560 - nick@chromium.org2010-08-021-3/+6
* Change removing method, GetBrowser from TabContentsDelegate, as this was brea...twiz@google.com2010-08-021-6/+3
* Extensions: Resize favicons to 16x16.arv@chromium.org2010-07-141-38/+74
* Don't let bookmark navigations change content of pinned tab.estade@chromium.org2010-05-251-0/+6
* Update extension functions to always pass a list of arguments, even when one ...arv@chromium.org2010-05-211-1/+1
* Reduce header dependencies in chrome/phajdan.jr@chromium.org2010-05-111-0/+1
* Prevent chrome extension URL overrides from applying in incognito mode.mpcomplete@chromium.org2010-05-041-4/+3
* Delete native Mac bookmark manager. Remove --disable-tabbed-bookmark-manager ...viettrungluu@chromium.org2010-04-231-6/+2
* Fix bug that caused us to have many duplicate registrationsaa@chromium.org2010-04-141-3/+27
* Add calling frame's source_url to extension and dom ui requests.rafaelw@chromium.org2010-04-021-1/+5
* Re-land 42631: The problem was that notifications aren't implemented on linux...aa@chromium.org2010-03-251-1/+2
* Revert 42631 as it seems to have broken browser tests on linux_views.aa@chromium.org2010-03-251-2/+1
* Finish wiring up notifications in extensions.aa@chromium.org2010-03-251-1/+2
* Ensure all callers to GetFilePath are on the File threadfinnur@chromium.org2010-03-251-1/+1
* Generalize the ExtensionFunctionDispatcher::Delegate interface a bit more. In...aa@chromium.org2010-03-241-24/+12
* Eliminate all UI thread decoding of extension images. finnur@chromium.org2010-03-241-3/+5
* Enable tabbed bookmark manager by default.arv@chromium.org2010-03-191-2/+2
* Revert 42061 - Enable tabbed bookmark manager by default due to browser_tests...andybons@chromium.org2010-03-191-2/+2
* Enable tabbed bookmark manager by default. arv@chromium.org2010-03-191-2/+2
* Change so that the extension favicon is read on the UI thread since extension...arv@chromium.org2010-03-171-3/+7
* Show favicons for extensions.arv@chromium.org2010-03-121-2/+42
* Hide the URL for all chrome_url_overrides.arv@chromium.org2010-03-041-7/+3
* Add command line option to use a tabbed bookmark manager.arv@chromium.org2010-03-031-1/+1
* Allow users to enable extensions in incognito. Requiresmpcomplete@chromium.org2010-02-251-4/+12
* Bookmark Manager Drag and Drop backend.arv@chromium.org2010-02-201-0/+12
* Move pref_{member,service} and important_file_writer from chrome/commonphajdan.jr@chromium.org2010-02-191-1/+1
* CL implementing focus-dismissal of the chrome.experimental.popup set of exten...twiz@chromium.org2010-02-101-0/+5
* A collection of fixes allowing the chrome.experimental.popup.* set of APIs to...twiz@google.com2009-12-101-2/+25
* [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
* Refactoring of the chrome.experimental.popup API implementation to allow disp...twiz@google.com2009-11-161-0/+4
* Fix chrome_url_overides to work with packed extensions.erikkay@chromium.org2009-10-171-27/+18
* Header dependency cleanup in chrome/phajdan.jr@chromium.org2009-10-121-0/+1
* Modify extension request IPC messages to pass a ListValue instead of a string.mpcomplete@chromium.org2009-10-061-1/+1