summaryrefslogtreecommitdiffstats
path: root/chrome/browser/extensions
Commit message (Expand)AuthorAgeFilesLines
* [Mac] A chunk of browser_tests for extensions:thomasvl@chromium.org2009-12-083-4/+14
* Addition of a new parameter to the popup.show(...) Chrome extension API that ...twiz@google.com2009-12-082-2/+17
* Revert "Allow silent extension installations from the extensions gallery - Pa...rafaelw@chromium.org2009-12-082-0/+25
* Remove IsPrefRegistered function from PrefService API and fix the callers totony@chromium.org2009-12-071-2/+2
* Extensions: create a simple model for the browser action buttons toolstrip an...estade@chromium.org2009-12-074-1/+152
* Allow silent extension installations from the extensions gallery - Part 1.rafaelw@chromium.org2009-12-072-25/+0
* Fix a crash bug on user script installation and add a testaa@chromium.org2009-12-062-11/+47
* Get rid of ExternalTabAutomationProxy by switching the extension UIjoi@chromium.org2009-12-051-229/+180
* Add locale information to the links in the chrome://extensions page.mirandac@chromium.org2009-12-041-4/+5
* Avoid including gtk & glib headers in message_pump_glib.h, saves 1 sec on do-...mattm@chromium.org2009-12-041-0/+6
* Move ExtensionApiTest.Bookmarks from DISABLED to FLAKY since it doesn'terikkay@chromium.org2009-12-041-1/+1
* Fix leak reported in extensions_quota_service_unittest.cctim@chromium.org2009-12-042-7/+5
* Make the default RendererPreferences smarter.estade@chromium.org2009-12-042-0/+6
* Add ExtensionsQuotaService to limit abusive amounts of requeststim@chromium.org2009-12-0411-37/+1010
* Fixes to the string MatchPattern functions:tony@chromium.org2009-12-033-7/+7
* Send Keystone ID to Omaha for Extensions Gallery update checks.asargent@chromium.org2009-12-031-0/+16
* Don't ping for extension blacklist when no extensions are installed.pam@chromium.org2009-12-034-5/+44
* Add regex escaping code to Mac sandbox implementation and re-enable the utili...jeremy@chromium.org2009-12-032-6/+4
* Fix leaking ExtensionMessageService in ProfileManagerTest.mattm@chromium.org2009-12-032-10/+1
* Revert 33611 - Fix leaking ExtensionMessageService in ProfileManagerTest.mattm@chromium.org2009-12-022-1/+10
* Fix leaking ExtensionMessageService in ProfileManagerTest.mattm@chromium.org2009-12-022-10/+1
* Unload the entire extension when any part of it crashes.phajdan.jr@chromium.org2009-12-021-0/+12
* Validate privacy blacklist format when validating an extensionphajdan.jr@chromium.org2009-12-022-5/+52
* Ok, here is a different approach at this change.aa@chromium.org2009-12-022-0/+19
* Make sure we don't dismiss extension popups when the focusjcampan@chromium.org2009-12-022-2/+4
* Delete old version directories of installed extensions during garbagempcomplete@chromium.org2009-12-023-8/+43
* [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