summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/extensions
Commit message (Expand)AuthorAgeFilesLines
* Allow platform apps to get writable FileEntry objects from readable ones.benwells@chromium.org2012-06-133-12/+14
* Implement the activeTab permission, so that extensions with the permissionkalman@chromium.org2012-06-138-17/+168
* Move all the feature related stuff into extensions/featuresmitchellwrosen@chromium.org2012-06-113-3/+3
* Double dollar ($$) parsing in messages.json brokenmitchellwrosen@chromium.org2012-06-081-6/+2
* Change platform app api getDisplayPath to take FileEntry.benwells@chromium.org2012-06-081-0/+2
* Implement extension API chrome.fileSystem.getDisplayPath().benwells@chromium.org2012-06-082-7/+3
* Allow updateArgumentsPostValidate to support callbacks and added / removed ar...benwells@chromium.org2012-06-072-0/+2
* Add sandboxed_pages to allow extension/app pages to be served in amihaip@chromium.org2012-06-061-2/+21
* Coverity NULL_RETURNS issue.scr@chromium.org2012-06-011-1/+4
* Media Gallery: Implement a basic version of GetMediaFileSystems().thestig@chromium.org2012-05-311-8/+36
* Allow "null" to mean optional in extension APIs (for realz), but normalise itkalman@chromium.org2012-05-301-1/+7
* Make ScriptBadgeExecutor only show extension script badges after they'rekalman@chromium.org2012-05-303-4/+31
* Pass command line arguments onto platform apps which provide the right intent.benwells@chromium.org2012-05-263-0/+88
* Allow platform apps to create shell windows with a script connection. jeremya@chromium.org2012-05-253-0/+130
* Revert "Revert 137734 - Select theme resources from ResourceBundle at request...flackr@chromium.org2012-05-243-5/+9
* Making webRequest.addEventListener internalvabr@chromium.org2012-05-231-0/+2
* Get rid of the RenderViewType concept in content, since it was only used by C...jam@chromium.org2012-05-235-18/+18
* Move Extension into extensions namespaceaa@chromium.org2012-05-2117-22/+49
* Add schema chrome-extension-resource:// for extension resources. It may be us...penghuang@chromium.org2012-05-182-2/+31
* Revert 137794 - Add schema chrome-extension-resource:// for extension resourc...rsleevi@chromium.org2012-05-182-31/+2
* Add schema chrome-extension-resource:// for extension resources. It may be us...penghuang@chromium.org2012-05-182-2/+31
* Revert 137734 - Select theme resources from ResourceBundle at requested scale...fischman@chromium.org2012-05-173-9/+5
* Select theme resources from ResourceBundle at requested scale factor.flackr@chromium.org2012-05-173-5/+9
* Hack to restrict runtime API to dev channel rather than experimental.mpcomplete@chromium.org2012-05-162-5/+34
* Support optional arguments in SendRequestNatives::StartRequestbattre@chromium.org2012-05-161-0/+1
* Move declarative API into events APIbattre@chromium.org2012-05-164-5/+37
* Revert 137388 - Move declarative API into events APIbattre@chromium.org2012-05-164-37/+5
* Move declarative API into events APIbattre@chromium.org2012-05-164-5/+37
* Don't crash the renderer if v8 throws an exception when dispatching anmpcomplete@chromium.org2012-05-141-0/+12
* Change when extensions are allowed to load other extension resources.mihaip@chromium.org2012-05-141-23/+28
* Remove VIEW_TYPE_WEB_CONTENTS and make default view type INVALID.aa@chromium.org2012-05-141-1/+1
* Initial extension bindings for Media Gallery API.vandebo@chromium.org2012-05-113-0/+97
* Add unit tests for event.jskoz@chromium.org2012-05-101-0/+89
* Allow serialization of ArrayBuffer params in extension/apps API methodsasargent@chromium.org2012-05-091-10/+11
* Move Declarative Web Request API out of experimental and make it a featurebattre@chromium.org2012-05-091-4/+4
* Refactor the socket API to remove onEvent callback in socket.create() function.penghuang@chromium.org2012-05-073-59/+0
* Revert 135602 - Allow serialization of ArrayBuffer params in extension/apps A...dmazzoni@google.com2012-05-071-11/+10
* Allow serialization of ArrayBuffer params in extension/apps API methodsasargent@chromium.org2012-05-061-10/+11
* Move input.ime back to experimental until privacy review is complete.zork@chromium.org2012-05-041-1/+2
* Experimental USB APIgdk@chromium.org2012-04-283-0/+52
* Revert 134390 - Experimental USB APIjamesr@chromium.org2012-04-271-6/+0
* Experimental USB APImiket@chromium.org2012-04-271-0/+6
* Add an API for hosted apps to check their install and running states.jstritar@chromium.org2012-04-242-0/+75
* Back out r132850 from the trunk. It caused crashes, documented at bug 124208.mark@chromium.org2012-04-203-91/+97
* Use Value objects instead of JSON strings in extension API response IPCs.asargent@chromium.org2012-04-206-8/+24
* Fix bug where transient pages would miss events dispatched while it wasmpcomplete@chromium.org2012-04-194-99/+138
* Refactor EventBindings to be a ChromeV8Extension.koz@chromium.org2012-04-183-97/+91
* TabContents -> WebContentsImpl, part 15.avi@chromium.org2012-04-171-1/+1
* Fix top renderer crash. Extension can go away before Context. Duh.aa@chromium.org2012-04-131-2/+2
* Make lazy field access handle the case where ModuleSystem has been deleted.koz@chromium.org2012-04-131-1/+2