summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions
Commit message (Expand)AuthorAgeFilesLines
* Fix a bug where an open incognito window's browser actions would not updatempcomplete@chromium.org2010-03-302-1/+9
* Revert 43101 - Break the test of chrome.tab.captureVisibleTab() out of Extens...skerner@chromium.org2010-03-301-16/+3
* Break the test of chrome.tab.captureVisibleTab() out of ExtensionApiTest.Tabs.skerner@chromium.org2010-03-301-3/+16
* Minor C++ fixes found by Clang.evan@chromium.org2010-03-301-9/+9
* [Mac] If a popup for an extension is shown and then the extension is killed o...andybons@chromium.org2010-03-302-1/+13
* CL fixing a race-condition during experimental popup extension API pop-up clo...twiz@chromium.org2010-03-301-7/+7
* Makes deletion of ExtensionInstallUI happen on ui thread.sky@chromium.org2010-03-302-6/+12
* Fix a crash when creating tabs from an Infobar by making sure finnur@chromium.org2010-03-302-0/+14
* Revert 43005 - Adds ability for ImageLoadingTracker to cache images.sky@chromium.org2010-03-294-284/+29
* Adds ability for ImageLoadingTracker to cache images.sky@chromium.org2010-03-294-29/+284
* Disabling the ExtensionApiTest.Tabs test on linux and mac as it fails there. ...ananta@chromium.org2010-03-291-3/+3
* Changed AddPendingExtension() to treat adding an already-installedakalin@chromium.org2010-03-293-21/+7
* Some small bookmark manager fixes.arv@chromium.org2010-03-291-1/+3
* Fixed memory leak in unittest introduced by 42899.akalin@chromium.org2010-03-271-0/+1
* Fill in a default update_url for extensions with none.akalin@chromium.org2010-03-273-144/+232
* Fix the logic in extensions GetCurrentWindow:mpcomplete@chromium.org2010-03-262-13/+8
* Fix a bug with incognito extensions like RSS Subscription that try to open anmpcomplete@chromium.org2010-03-261-5/+20
* Move onImportBegan/Ended to the regular bookmarks apifeldstein@chromium.org2010-03-266-103/+101
* [GTTF] Various ui tests cleanups:phajdan.jr@chromium.org2010-03-261-2/+2
* Rework ordering in ExtensionsService::UninstallExtension()jochen@chromium.org2010-03-263-17/+23
* Added support for pending extensions to ExtensionsService andakalin@chromium.org2010-03-266-90/+543
* Re-land 42631: The problem was that notifications aren't implemented on linux...aa@chromium.org2010-03-256-10/+47
* Revert 42631 as it seems to have broken browser tests on linux_views.aa@chromium.org2010-03-256-43/+10
* First part of new install dialog on Windows. Later changes willaa@chromium.org2010-03-252-22/+90
* Finish wiring up notifications in extensions.aa@chromium.org2010-03-256-10/+43
* Reland r42467. Clear cookies, local storage and databases when an extension g...jochen@chromium.org2010-03-257-8/+206
* Ensure all callers to GetFilePath are on the File threadfinnur@chromium.org2010-03-252-3/+4
* Reverts 42520 and 42477. It back red again when adding this change back.maruel@chromium.org2010-03-256-198/+0
* Add instructions to chrome://extensions page for inspecting popups.rafaelw@chromium.org2010-03-241-0/+4
* Reapply 42467 by reverting 42499 and added suppression.maruel@chromium.org2010-03-246-0/+198
* Generalize the ExtensionFunctionDispatcher::Delegate interface a bit more. In...aa@chromium.org2010-03-2415-226/+189
* Revert r42467: "Clear cookies, local storage and databases when an extension ...maruel@chromium.org2010-03-246-198/+0
* Revert "Fix browser side handling of moveTo by resizing the content area; not...erg@chromium.org2010-03-241-2/+2
* History APIs that parse a time as a number of milliseconds need to allow inte...skerner@chromium.org2010-03-241-3/+6
* Change chrome.experimental.history.search's first param to use 'text' for tex...skerner@chromium.org2010-03-243-3/+3
* Eliminate all UI thread decoding of extension images. finnur@chromium.org2010-03-2412-222/+267
* Clear cookies, local storage and databases when an extension gets uninstalled.jochen@chromium.org2010-03-246-0/+198
* Disable BrowserActionApiTest.BrowserActionPopup, it's crashy.phajdan.jr@chromium.org2010-03-241-1/+2
* Enforce extension permissions in C++ (instead of Javascript).jochen@chromium.org2010-03-242-12/+11
* Avoid calling ExecuteCode() on a NULL TabContents. The problem was an extra s...eroman@chromium.org2010-03-241-3/+6
* Make it clear what last_sync_timestamp actually tracks. Updatenick@chromium.org2010-03-241-1/+1
* Fix 2 bugs related to remembering loaded unpacked extensions.mpcomplete@chromium.org2010-03-235-89/+125
* Revert 42283 - Adds the source ImageLoadingTracker to OnImageLoaded. I need t...finnur@chromium.org2010-03-232-8/+4
* Initial version of an experimental Extensions Context Menu API.asargent@chromium.org2010-03-239-4/+1049
* Adds the source ImageLoadingTracker to OnImageLoaded. I need this in asky@chromium.org2010-03-222-4/+8
* Refactor ExtensionActionContextMenuModel.estade@chromium.org2010-03-223-117/+116
* Enable DOM paste for extensions with clipboard access.dcheng@chromium.org2010-03-221-0/+4
* ChromeFrame net tests would crash on startup while initializing the extension...ananta@chromium.org2010-03-221-1/+4
* Move importer data types into a separate file to prepare for moving importermirandac@chromium.org2010-03-221-3/+4
* Clean up the extensions service after fixing the bug.phajdan.jr@chromium.org2010-03-221-17/+1