summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Enable tabbed bookmark manager by default.arv@chromium.org2010-03-196-114/+139
* Resubmit 1025006: Refactor app-related manifest propertiesaa@chromium.org2010-03-195-38/+31
* Fix a crash due to UserScriptListener unregistering notifications on the wrongmpcomplete@chromium.org2010-03-192-0/+10
* Revert 42091 - Refactor apprelated manifest properties so that they don'tandybons@chromium.org2010-03-195-31/+38
* Revert 42061 - Enable tabbed bookmark manager by default due to browser_tests...andybons@chromium.org2010-03-196-128/+101
* Refactor app-related manifest properties so that they don'taa@chromium.org2010-03-195-38/+31
* Move more files to toplevel gfx.ben@chromium.org2010-03-191-2/+2
* Enable tabbed bookmark manager by default. arv@chromium.org2010-03-196-101/+128
* Modification of ExtensionPopup views to allow for pop-up views to share the s...twiz@chromium.org2010-03-191-10/+48
* Enable the incognito extension toggle by default. No more flag.mpcomplete@chromium.org2010-03-183-29/+0
* Update allow-extension-in-incognito warning dialog text based on UI feedback.mpcomplete@chromium.org2010-03-181-0/+6
* Force an app's orgin to be the origin of the URL the crx isaa@chromium.org2010-03-1810-17/+90
* Minor extension infobar changes.finnur@chromium.org2010-03-184-8/+9
* GTK: implement extension bookmark manager drag api.estade@chromium.org2010-03-182-34/+22
* Retry r41799:estade@chromium.org2010-03-182-2/+6
* Move image codec stuff to toplevel gfx.ben@chromium.org2010-03-183-3/+3
* Fix crash when reloading/unloading extension after an infobar has been shown.finnur@chromium.org2010-03-171-4/+28
* Fix for ExtensionApiTest.Popup flakinessrafaelw@chromium.org2010-03-171-1/+8
* Revert r41803 and r41799estade@chromium.org2010-03-172-6/+2
* Committing for dcheng@brg@chromium.com2010-03-174-0/+110
* This looks like it was causing the pipe to sometimes overfill.aa@chromium.org2010-03-173-14/+20
* Change so that the extension favicon is read on the UI thread since extension...arv@chromium.org2010-03-171-3/+7
* Initial support for inspecting extension popups.rafaelw@chromium.org2010-03-179-356/+174
* [GTTF] Remove the internal timeout of extension browser tests.phajdan.jr@chromium.org2010-03-171-26/+5
* Move some more files to toplevel gfx dir.ben@chromium.org2010-03-173-3/+3
* First cut at adding Extension Infobars to the experimental API.finnur@chromium.org2010-03-1711-9/+287