summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions
Commit message (Expand)AuthorAgeFilesLines
* revert 37335:estade@chromium.org2010-01-277-382/+0
* Add an accessibility API for events raised outside of the web content.estade@chromium.org2010-01-277-0/+382
* Correction of permissions of extension manifest file for the extension_popup_...twiz@google.com2010-01-271-2/+1
* RSS extension was not finding feeds specified with finnur@chromium.org2010-01-271-0/+20
* Prevents a crash that occurs when multiple ExtensionHost objects point to the...andybons@chromium.org2010-01-262-21/+43
* Enable extension tests now that upstream r53815 has fixed the crash in pthrea...dimich@chromium.org2010-01-261-15/+0
* Associate popups with the top level frame instead of the security origin.erg@google.com2010-01-262-6/+4
* Temporarily disabled some browser tests that fail because of r53715 upstream.dimich@google.com2010-01-251-0/+15
* Extension tweaks for phantom tabs. I did the following modifications:sky@chromium.org2010-01-237-12/+61
* Disable UpdatePermissions because of flakiness on linux 64.kkania@chromium.org2010-01-221-0/+5
* [Mac] Fixes crash where killing an extension via the task manager while a pop...andybons@chromium.org2010-01-221-5/+9
* Re-enable UninstallDisabled and UpdatePermissions tests. Do not check for inf...kkania@chromium.org2010-01-221-12/+4
* Adds support for phantom tabs. A pinned tab becomes a phantom tab whensky@chromium.org2010-01-222-12/+20
* One more attempt at landing this CL.jcampan@chromium.org2010-01-212-10/+34
* Disable UninstallDisabled and UpdatePermissions temporarily.kkania@chromium.org2010-01-201-2/+2
* Add 3 tests for extension installation. Fix and re-enable UpdatePermissions t...kkania@chromium.org2010-01-205-182/+305
* Wait for the test extension to notify us instead of the EXTENSION_HOST_DID_ST...kkania@chromium.org2010-01-201-14/+4
* Mark ExtensionApiTest.BrowserActionPopup as flaky.kuchhal@chromium.org2010-01-201-1/+1
* Update comments to reflect the removal of class ExtensionActionState, which n...skerner@chromium.org2010-01-201-1/+0
* Drop the code allowing privacy blacklists to be shipped in extensions.phajdan.jr@chromium.org2010-01-204-108/+0
* Revert 36589 - Still failing the reliability tests.jcampan@chromium.org2010-01-202-34/+10
* Another try at landing this.jcampan@chromium.org2010-01-202-10/+34
* Reland r36541 (which went in without any commit log by some magic). Was rever...jshin@chromium.org2010-01-192-12/+1
* Revert 36541 (which went in without any commit log by some black magic). jshin@chromium.org2010-01-192-1/+12
* Port BrowserActionApiTest.BrowserActionPopup to linux.estade@chromium.org2010-01-194-16/+46
* Review URL: http://codereview.chromium.org/545123jshin@chromium.org2010-01-192-12/+1
* Move constants related to chrome.tabs.executeScript() from the .cc file torogerta@chromium.org2010-01-193-12/+14
* Only create a desktop shortcut for apps if the user requests.aa@chromium.org2010-01-199-10/+26
* Reuse the existing tab when opening the Manage Extensions page and the Option...finnur@chromium.org2010-01-161-10/+3
* Revert 36442 - Still causing test failuresjcampan@chromium.org2010-01-162-34/+10
* 4th attempt at landing this.jcampan@chromium.org2010-01-162-10/+34
* Revert r36407aa@chromium.org2010-01-151-9/+1
* Re-land r36338: Add the ability to focus a window to chrome.window.update().aa@chromium.org2010-01-151-1/+9
* The search terms are escaped using + or %20 for space depending on whether re...avayvod@google.com2010-01-151-3/+3
* Fix cases where we weren't expecting a NULL preference.asargent@chromium.org2010-01-151-30/+30
* Revert 36362 - It breaks NACLTests and Chrome Frame Testsjcampan@chromium.org2010-01-152-34/+10
* 3rd attempt at landing the language detection on page load.jcampan@chromium.org2010-01-152-10/+34
* Reland 36337: Add launch configuration to apps. Create a desktop shortcut if ...aa@chromium.org2010-01-151-1/+24
* Revert 36337 and 36338. Compile failure.aa@chromium.org2010-01-152-33/+2
* Add the ability to focus a window to chrome.window.update().aa@chromium.org2010-01-151-1/+9
* Add launch configuration to apps. Create a desktop shortcutaa@chromium.org2010-01-151-1/+24
* Introduce all the plumbing for Session Storage. This mostly consists of crea...jorlow@chromium.org2010-01-151-1/+6
* [Mac] Fixes issues with browser action popups.andybons@chromium.org2010-01-141-1/+5
* Add an experimental bookmark manager API to extensions.arv@chromium.org2010-01-144-0/+154
* Reapplying "Extensions: tab.title should not be undefined."erg@chromium.org2010-01-141-2/+1
* Add the ability for the GPU process to be used to paint the backing store of abrettw@chromium.org2010-01-131-42/+5
* Moving the CLD code to the renderer so it runs sanboxed.jcampan@chromium.org2010-01-121-1/+1
* Implement Linux/GTK ExtensionInstalledBubblerafaelw@chromium.org2010-01-121-4/+12
* If a backing store is not available, chrome.tabs.captureVisibleTab() asks the...skerner@chromium.org2010-01-112-10/+81
* Fix a bug where we don't recognize user script declarationsaa@chromium.org2010-01-112-10/+34