summaryrefslogtreecommitdiffstats
path: root/extensions/browser
Commit message (Expand)AuthorAgeFilesLines
* Revert https://codereview.chromium.org/1060993003Nico Weber2015-04-132-7/+0
* Implement chrome.sockets.udp.setBroadcast.reillyg2015-04-115-0/+54
* Fixed the incorrect PDF sizing on emulated devices in devtools.paulmeyer2015-04-112-37/+41
* [Extensions UI] Use developerPrivate API for profile configurationrdevlin.cronin2015-04-113-0/+9
* Fix debug build bug that required KeepAliveDelegate's timers to bekmarshall2015-04-103-14/+38
* Implement networkingPrivate.getDeviceStatesstevenjb2015-04-1012-20/+185
* Add debug data for incorrect access to preferences by extension.battre2015-04-101-1/+4
* Add new audio extension event OnNodesChanged.jennyz2015-04-105-15/+139
* Remove the eager opening of the leveldatabase from LeveldbValueStore's constr...kalman2015-04-091-4/+0
* Zoom propagation on navigation should respect settings.wjmaclean2015-04-091-1/+1
* <webview>: Don't reset allowtransparency and allowscaling between createGuest...fsamuel2015-04-092-18/+22
* Remove unnecessary instrumentation for several jank bugs.pkasting2015-04-082-12/+0
* Check USB device path access when prompting users to select a device.reillyg2015-04-074-37/+57
* Give names to all utility processes.thestig2015-04-072-0/+6
* Add chrome.fileSystem.GetVolumeList().mtomasz2015-04-071-0/+1
* Add missing ExtensionHost forward declaration to ProcessManagerObserver.kmarshall2015-04-061-0/+1
* [Extensions API] Remove inline enumsrdevlin.cronin2015-04-068-32/+35
* Add service registration for Mojo services defined under chrome/kmarshall2015-04-036-25/+47
* Reland: [Extensions] Change ProcessManager to use RenderFrameHostsrdevlin.cronin2015-04-039-548/+475
* Add new method: chrome.bluetoothPrivate.setDiscoveryFilterjpawlowski2015-04-033-0/+35
* Enable drag-drop for embedded extension options in chrome://extensions.kalman2015-04-032-0/+5
* Error reporting fixes and enhancements for the Cast Channel API.kmarshall2015-04-0313-128/+170
* New extension API to clear data reduction proxy savings metrics.kundaji2015-04-031-0/+1
* Revert "[Extensions] Changt cl uploade ProcessManager to use RenderFrameHosts"Tommy C. Li2015-04-039-473/+547
* [Extensions] Change ProcessManager to use RenderFrameHostsrdevlin.cronin2015-04-029-547/+473
* Update remaining code to include NetLog files from net/log directory rather t...eroman2015-04-027-7/+7
* Disable flaky WebViewAPITest.TestAutosizeWithPartialAttributesjam2015-04-021-1/+3
* Initial commit for chrome.launcherSearchProvider API.yawano2015-04-021-0/+1
* chrome.settingsPrivate: Implement the setPref getPref/getAllPrefs methods.orenb2015-04-021-4/+4
* This CL exposes zoom modes to the <webview> API.paulmeyer2015-04-017-31/+177
* Remove uses of KillProcess.rvargas2015-04-011-8/+12
* Webview should only allow resources loading from the extension that embedded it.lfg2015-03-311-3/+17
* Provide simple, safe & reliable way to get zoom level for WebContents*.wjmaclean2015-03-311-8/+3
* Avoid an ImageSkiaRep copy during iteration and fix an analyze warning due to...ananta2015-03-311-3/+3
* [Smart Lock] Add an API to hide error bubbles.isherman2015-03-311-0/+1
* Add a new audio extension event OnMuteChanged.jennyz2015-03-305-8/+97
* Add types to networkigPrivate IDLstevenjb2015-03-301-6/+2
* GuestView: Lazily push attributes to the browser process on attachfsamuel2015-03-281-7/+7
* <webview> Implement clear http cache API.lazyboy2015-03-276-44/+132
* Convert networkingPrivate to use IDL formatstevenjb2015-03-272-3/+7
* Enable <webview>.executeScript outside of Apps and Extensions [2]hanxi2015-03-274-14/+121
* Refactor Uses of std::set to std::vector in SimpleFeaturerobliao2015-03-271-4/+2
* Increase tolerance for receiver's certificate expirydougsteed2015-03-261-2/+2
* <webview>: make context menus cancellable using JS API.lazyboy2015-03-262-2/+2
* leveldb: Reuse manifest (AKA logs) during open.cmumford2015-03-261-0/+2
* Make options zoom isolated, match embedder zoom on navigation.wjmaclean2015-03-263-8/+46
* Fixed the sizing bug for PDFs opened from links with target=_blank.paulmeyer2015-03-261-17/+28
* Add title property to chrome.printerProvider print jobtbarzic2015-03-263-0/+9
* favor DCHECK_CURRENTLY_ON for better logs in extensions/mostynb2015-03-257-71/+71
* Ensure that the extension icons show up in the omnibox at fractional scales.ananta2015-03-251-1/+16