summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/extension_dom_ui.cc
Commit message (Expand)AuthorAgeFilesLines
* WebUI: Rename ExtensionDOMUI to ExtensionWebUI.tfarina@chromium.org2011-02-051-409/+0
* Cleanup: de-inline a bunch of classes, rename and move "PluginInstaller" to "...pkasting@chromium.org2011-01-211-2/+2
* Rename ExtensionsService to ExtensionService.tfarina@chromium.org2010-12-141-4/+4
* Cleanup: Remove unneeded browser_thread.h usage.thestig@chromium.org2010-12-131-1/+1
* Move:ben@chromium.org2010-12-021-1/+1
* Add "open as window" menu item to NTP app menu.skerner@chromium.org2010-11-221-7/+0
* Revert 66646 - Add "open as window" menu item to NTP app menu.skerner@chromium.org2010-11-181-0/+7
* Add "open as window" menu item to NTP app menu.skerner@chromium.org2010-11-181-7/+0
* CL correcting Extensions regression introduced by CL 2941001.twiz@google.com2010-11-171-3/+8
* Cleanup: Include browser.h -> ui/browser.h [Part 3].jhawkins@chromium.org2010-11-161-3/+3
* Coverity: Pass parameters by reference.jhawkins@chromium.org2010-11-091-1/+1
* Coverity: Fix bad overrides.jhawkins@chromium.org2010-11-061-4/+0
* Part 3 of immutable Extension refactor.mpcomplete@chromium.org2010-10-291-3/+3
* Some code in the ExtensionDOMUI was relying on the fact that we were creating...jcivelli@chromium.org2010-10-251-6/+5
* FBTF: Even more ctor/virtual deinlining.erg@google.com2010-10-191-0/+11
* Rename ChromeThread to BrowserThread Part19:tfarina@chromium.org2010-10-121-1/+1
* 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