summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions/extension_dom_ui.cc
Commit message (Expand)AuthorAgeFilesLines
* 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
* Convert users of RenderProcessHost iterator to all use same style. The key m...pkasting@chromium.org2009-10-021-1/+1
* Revert "Revert "Allow DOMUI pages to call window.open(), giving DOMUI privile...mpcomplete@chromium.org2009-09-031-1/+1
* Revert r25250: "Allow DOMUI pages to call window.open(), giving DOMUI privile...mpcomplete@chromium.org2009-09-021-1/+1
* Allow DOMUI pages to call window.open(), giving DOMUI privileges to the newmpcomplete@chromium.org2009-09-021-1/+1
* Revert accidental commits: r25115 and r25116mpcomplete@chromium.org2009-09-011-1/+1
* Merge branch 'api' of /src/chrome/src into apimpcomplete@chromium.org2009-09-011-1/+1
* override chrome:// URLs via extensions.erikkay@chromium.org2009-08-281-6/+216
* Don't create an ExtensionDOMUI for urls with invalid extension IDs.mpcomplete@chromium.org2009-07-271-0/+4
* Fix for bug where we would not create ExtensionFunctionDispatcheraa@chromium.org2009-07-161-0/+6
* In this episode, we implement the DOMUI interface for extension views that ar...aa@chromium.org2009-07-011-0/+31