summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions
Commit message (Expand)AuthorAgeFilesLines
* [GTTF] Reduce header dependencies in chrome.phajdan.jr@chromium.org2009-11-307-4/+7
* Revert 33301 and 33305 due to unit_tests breakage.maruel@chromium.org2009-11-307-7/+4
* [GTTF] Reduce header dependencies in chrome.phajdan.jr@chromium.org2009-11-307-4/+7
* Integrate BlacklistManager with Profile.phajdan.jr@chromium.org2009-11-302-0/+5
* Revert 33255 - Report active extensions in crash reports. This only implement...nsylvain@chromium.org2009-11-302-16/+0
* Report active extensions in crash reports. This only implements Windows right...aa@chromium.org2009-11-302-0/+16
* Many changes to DictionaryValues:pkasting@chromium.org2009-11-258-47/+37
* Enable the RTL UI support in the extensions_ui (chrome://extensions). While d...jshin@chromium.org2009-11-251-0/+2
* Fixing 27834 by always deleting ExtensionMessageService onhuanr@chromium.org2009-11-252-6/+18
* Ignore UTF-8's BOM when parsing userscript's metadata.hayato@chromium.org2009-11-252-1/+21
* Introduce a new 'all_frames' property to content scripts andaa@chromium.org2009-11-251-0/+10
* Tiny clean up. Use ASSERT_EQ instead of EXPECT_EQ.hayato@chromium.org2009-11-251-5/+5
* Remove --enable-user-script and associated tests.aa@chromium.org2009-11-241-49/+1
* disable extension toolstrips by default, addingerikkay@chromium.org2009-11-242-0/+8
* Move base64 from 'net/base' into 'base'.hayato@chromium.org2009-11-245-9/+8
* Fixes extension packing codepath that was hitting a race condition DCHECK des...andybons@chromium.org2009-11-243-0/+8
* Fix crash when an extension popup shows a JS alert. Showing the alert takes...rafaelw@chromium.org2009-11-241-0/+1
* Remove ResourceBundle::LoadImageResourceBytes since it appears totony@chromium.org2009-11-231-1/+1
* Marking the ExtensionApiTest.ExecuteScript test as flaky as it failed for no ...ananta@chromium.org2009-11-231-1/+3
* Make extension updates use omaha id when talking to omaha.asargent@chromium.org2009-11-233-1/+145
* Add platform abstraction for simple error box, and use it in a couple extensi...estade@chromium.org2009-11-232-4/+6
* Revert change that disallowed content scripts access toaa@chromium.org2009-11-223-6/+29
* Forces T*s to scoped_refptr<T> when PostTask()ing to a function expecting sco...jamesr@chromium.org2009-11-202-2/+2
* Properly report blacklisted extension errors (currently, blacklisted extensio...estade@chromium.org2009-11-201-3/+1
* Revert 32608 - RESUBMIT of http://src.chromium.org/viewvc/chrome?view=rev&rev...ananta@chromium.org2009-11-201-1/+1
* Make executeScript and insertCSS inject code into all frames.tangjie@chromium.org2009-11-204-7/+26
* RESUBMIT of http://src.chromium.org/viewvc/chrome?view=rev&revision=32319 wit...jorlow@chromium.org2009-11-201-1/+1
* Add extensions BookmarkModel observer automatically when manifest has bookmar...mattm@chromium.org2009-11-202-5/+5
* Adds popups to browser actions, completing the feature.andybons@chromium.org2009-11-201-1/+2
* Special case the gallery to not show the scary download roadblock.aa@chromium.org2009-11-203-19/+17
* Undo my revert at r32524 due to a startup test regression.mpcomplete@chromium.org2009-11-203-6/+89
* Allow extension port connection requests to provide tab information.mad@chromium.org2009-11-192-18/+28
* Revert old change that created an ExtensionHost's RenderView asynchronously.mpcomplete@chromium.org2009-11-193-82/+6
* Enabling (sandboxed) extension unpacker tests.cira@chromium.org2009-11-191-6/+4
* Use Views version of BrowserActionTest for linux/view build.oshima@chromium.org2009-11-181-7/+7
* DISABLING all new unpacker tests. XP try bots are failing.cira@chromium.org2009-11-181-2/+2
* Parse messages.json in ExtensionUnpacker (like we do for manifest) and pass t...cira@chromium.org2009-11-184-83/+388
* Add various tests for chrome.tabs/windows.kkania@chromium.org2009-11-181-0/+1
* Fixes several focus issue with popup in the extensions' browser actions:jcampan@chromium.org2009-11-181-0/+17
* Don't allow content scripts to execute on file:// urls.finnur@chromium.org2009-11-185-44/+38
* Launch processes asynchronously so as not to block the UI thread. For now, re...jam@chromium.org2009-11-182-12/+18
* Revert 32203,32204,32205 - Launch processes asynchronously so as not to block...jam@chromium.org2009-11-182-18/+12
* Fix race conditions where an object's constructor uses PostTask on itself. T...jam@chromium.org2009-11-172-7/+7
* Launch processes asynchronously so as not to block the UI thread. For now, r...jam@chromium.org2009-11-172-12/+18
* Add validation to extension packaging.aa@chromium.org2009-11-172-1/+31
* amit, please review everything, jam please review the changes to the tab_cont...ananta@chromium.org2009-11-171-1/+1
* Plumb through off the record state from the URL request to thetony@chromium.org2009-11-172-2/+4
* Refactoring of the chrome.experimental.popup API implementation to allow disp...twiz@google.com2009-11-1610-102/+311
* Linux: fix uninit warnings when building -Os.agl@chromium.org2009-11-161-1/+1
* Port most of browser action apitest to linux.estade@chromium.org2009-11-161-56/+148