summaryrefslogtreecommitdiffstats
path: root/extensions/browser
Commit message (Expand)AuthorAgeFilesLines
* Set error if dynamic content script is not encoded in UTF-8.rob2014-12-081-1/+7
* Remove timing limitation to set Broadcast, ReceiveBuffer, and SendBuffer opti...hidehiko2014-12-081-2/+17
* Initialize BrowserPluginGuest to attach to the View hierarchyfsamuel2014-12-052-0/+5
* Use StopChildProcess instead of base::KillProcess to kill a renderer processjaekyun2014-12-043-10/+7
* Add experimental API for packaged apps to use webstore inline installasargent2014-12-041-0/+1
* Migrate HidServiceWin and HidConnectionWin to BrowserThread::UI.reillyg2014-12-048-271/+199
* Add CHECKs in ExtensionRegistry that the events are being triggered with akalman2014-12-041-3/+8
* Rewrite the CopresenceSocket API.Rahul Chaturvedi2014-12-0413-566/+553
* webview/plugins: Allow manifest-listed resources to be loaded in plugins.Sadrul Habib Chowdhury2014-12-042-0/+24
* Add input device setting APIs to autotestPrivatesheckylin2014-12-041-0/+7
* Add launcherPage.show() extension API.calamity2014-12-041-0/+1
* Migrate HidServiceLinux and HidConnectionLinux to BrowserThread::UI.reillyg2014-12-044-17/+18
* Make URLRequest param is IsWebViewRequest() const.lazyboy2014-12-032-2/+2
* Misc cleanup in extension_registry_unittest.cc.thestig2014-12-031-7/+11
* Plumb GuestView Detach APIfsamuel2014-12-034-9/+53
* extensions: Use on-demand cache for ScriptContext::GetURL().Sadrul Habib Chowdhury2014-12-031-23/+24
* gn format //extensionsscottmg2014-12-031-12/+5
* Move system.storage tests to extensions/thiago.santos2014-12-034-0/+317
* Allow launcher pages to add subpages to app list model.calamity2014-12-031-0/+1
* Instrumenting most popular callbacks of HostResolverImpl::Request::OnComplete.vadimt2014-12-022-0/+12
* Move VPN Service Factory to chrome/*kaliamoorthi2014-12-024-69/+5
* GuestView: Assign Owner WebContents on Creationfsamuel2014-12-0214-125/+140
* Remove WebViewKey in rules registry. This is the first step of "Implement dec...hanxi2014-12-0116-153/+160
* Fix handling of empty extension ids in WebRequestAPI.wjmaclean2014-12-012-5/+6
* Resubmit https://codereview.chromium.org/722703002/ because of buildcylee2014-12-011-1/+12
* API proposal for chrome.app.window to intercept all keys.sriramsr2014-12-016-1/+46
* GuestView: Decouple owner_web_contents from attachmentfsamuel2014-11-2811-58/+69
* Cleanup VpnServices interface with shill clientkaliamoorthi2014-11-281-6/+4
* Make VPN configurations installed by extension API persistkaliamoorthi2014-11-277-164/+294
* Temporarily disable extensions and sync while a profile is locked.mlerman2014-11-262-11/+56
* [Hotword] Add api calls for get/set audio history state.rlp2014-11-261-0/+2
* Reset user text in a tab if it navigates while in the background.creis2014-11-262-2/+2
* webui: minimize webui flicker.dbeam2014-11-261-7/+3
* Fix WeakPtrFactory member ordering in extensionsmohan.reddy2014-11-254-19/+19
* Enable --enable-mime-handler-view by defaultraymes2014-11-251-4/+0
* Pass whether a browser plugin guest is full page to its delegate on attach.sammc2014-11-244-7/+15
* Whitelist Google Input Tool for app.window and app.window.alphabshe2014-11-241-0/+1
* Simplify GuestView CreateWebContents APIfsamuel2014-11-2110-29/+9
* adding skuhne to OWNERS of components/sessionsMr4D2014-11-211-12/+1
* Disable vpnProvider API in incognito modekaliamoorthi2014-11-213-19/+30
* [Extensions] Fix IsBeingUpgraded runtime data bug and make RuntimeData take idsrdevlin.cronin2014-11-218-62/+75
* Allow URL requests for object/embed tags to be intercepted as streams.raymes2014-11-212-0/+5
* Add raymes to mime_handler_view OWNERSraymes2014-11-201-0/+1
* Make "source" a required argument of AppLaunchParams and fill in the argument...cylee2014-11-201-1/+12
* Undoing instrumentations for task URLRequestSimpleJob::StartAsyncvadimt2014-11-201-6/+0
* Rename network_prefix to prefix_length in NetworkInterface structure.guoweis2014-11-202-2/+2
* Update app_current_window_internal/OWNERS to match app_window.scheib2014-11-201-1/+2
* Use uint16 for port numbers more pervasively.pkasting2014-11-2013-45/+56
* OOP PDF: Change the save toolbar button to match the save menu behavior.sammc2014-11-196-0/+24
* Refactor ShellDesktopController and ShellNativeAppWindow to allow for non-Aur...yoz2014-11-194-13/+93