summaryrefslogtreecommitdiffstats
path: root/extensions
Commit message (Expand)AuthorAgeFilesLines
* GuestView: Move GuestViewManager extension dependencies to ExtensionsGuestVie...fsamuel2015-04-2424-171/+399
* replace to be deprecated v8::PersistentValueMap with v8::GlobalValueMapdcarney2015-04-241-1/+1
* Added CHECKs for null pointers in ChromeAppSorting.mgiuca2015-04-244-0/+14
* [Extensions] Fix thread-safety bug in PermissionsDatardevlin.cronin2015-04-243-10/+13
* Separate USB device permissions prompt logic into subclasses.reillyg2015-04-245-193/+220
* Move Dispatcher::CheckContextAccessToExtensionAPI to ScriptContext::ThrowErro...kalman2015-04-237-60/+53
* Update {virtual,override} to follow C++11 style in extensions.nick2015-04-235-35/+31
* Set display mode for extensions::AppWindowmikhail.pozdnyakov2015-04-232-0/+8
* Accessing directories in extensions should not cause content verifier failure.wmaslowski2015-04-231-1/+1
* Revert of update chrome to handle temporary WEB_FRAME_USES_V8_LOCAL condition...dcarney2015-04-232-12/+1
* Ensure MimeHandlerView plugins load properly with long URLsraymes2015-04-232-1/+17
* Refactor NetLog::LogLevel --> NetLogCaptureMode.eroman2015-04-231-3/+2
* Fix MimeHandlerView plugin loading for data: URLsraymes2015-04-231-8/+23
* Wire SetDiscoveryFilter from BluetoothPrivate To BluetoothEventRouterjpawlowski2015-04-223-8/+108
* Created devtools_discovery component.dgozman2015-04-223-0/+3
* convert last chromium weak callback to phantomdcarney2015-04-221-3/+9
* Do not delete the temporary directory in SandboxedUnpacker's dtorhashimoto2015-04-221-0/+3
* Ignore non-ASCII headers in the mimeHandlerPrivate API.sammc2015-04-224-2/+16
* [Extensions] Remove browser action visibility changed notification; update uirdevlin.cronin2015-04-211-5/+0
* Created GuestViewBase::GetTopLevelWebContents(), and used it in GetEmbedderWe...paulmeyer2015-04-212-0/+13
* GuestView: Decouple extension IPCs from soon-to-be component IPCsfsamuel2015-04-2112-174/+324
* Use getNetworks in Internet Settings UIstevenjb2015-04-212-0/+19
* Wire FSP API's onConfigureRequested to chrome.fileManagerPrivate.mtomasz2015-04-211-0/+1
* Update extensions::MessagingBindings to use WebScopedWindowFocusAllowedIndica...mlamouri2015-04-211-11/+18
* favor DCHECK_CURRENTLY_ON for better logs in extensions/anujk.sharma2015-04-217-11/+11
* Moved guest_view_registry to GuestViewManager and made it an instance mapfsamuel2015-04-205-62/+55
* Add first extension speed experiment to add a delay between ExtensionHost loads.kalman2015-04-204-2/+36
* Updating XTBs based on .GRDs from branch masterAnthony Laforge2015-04-205-15/+15
* Componentize devtools_http_handler.dgozman2015-04-205-3/+9
* Wire chrome.fileSystemProvider.onMountRequested to chrome.fileManagerPrivate.mtomasz2015-04-201-0/+1
* Add sammc to extensions/browser/api/mime_handler_private/OWNERS.sammc2015-04-201-0/+1
* Remove knowledge of USB devices from permission prompt implementations.reillyg2015-04-183-53/+60
* Use GuestViewManager::FromBrowserContextIfAvailable more oftenfsamuel2015-04-176-20/+31
* Fix gyp files after javascript files were moved.lfg2015-04-171-4/+5
* Make JavaScript dialog suppression more aggressive.avi2015-04-172-2/+2
* Rename NetLogLogger and CapturingNetLogvishal.b2015-04-173-5/+5
* [Extensions UI] Observe developerPrivate events for extension viewsrdevlin.cronin2015-04-172-0/+6
* Move the Extension Port implementation out of messaging.js into its own file ...kalman2015-04-175-71/+76
* Make Edit>Speech>Speak Selection work for PDFs on Macraymes2015-04-172-0/+25
* [Extensions UI] Use developerPrivate API for repair, options, show pathrdevlin.cronin2015-04-171-0/+3
* Expose SetDiscoveryFilter from BluetoothEventRouterjpawlowski2015-04-163-8/+116
* Add a flag to app_shell that allows roaming on cellular networksjsimmons2015-04-165-0/+20
* Implement <webview>.addContentScript/removeContentScript API [1].hanxi2015-04-1623-68/+954
* Move device/usb classes from the FILE thread to UI thread.reillyg2015-04-1612-1014/+682
* cleanup/ Remove unused forward declaration from app_window.hlimasdf2015-04-161-6/+0
* update chrome to handle temporary WEB_FRAME_USES_V8_LOCAL conditiondcarney2015-04-162-1/+12
* Extensions: Switch to new permission message system, part IIItreib2015-04-164-49/+26
* Add chrome.fileManagerPrivate.getProvidingExtensions().mtomasz2015-04-161-0/+1
* Code Cleanup for extension_prefs, as AddDisableReasons() is not required same...deepak.m12015-04-162-6/+0
* Always destroy CrxInstaller on the UI Threadtapted2015-04-152-3/+16