summaryrefslogtreecommitdiffstats
path: root/extensions
Commit message (Expand)AuthorAgeFilesLines
* Allow the chrome-extension scheme to be whitelisted as an allowed scheme for ...Raymes Khoury2015-03-191-0/+1
* Always set allowCredentials for embedded MimeHandlerView requests.Raymes Khoury2015-03-161-1/+3
* Fix for MIME handler bug. The bug resulted from a previous bugfix (https://co...Alex Mineer2015-03-095-3/+26
* Updating XTBs based on .GRDs from branch 2311Alex Mineer2015-03-094-7/+7
* Remove all remaining traces of chrome.infobarsRob Wu2015-03-091-1/+0
* Merge "kiosk: Ensure launching latest version."Xiyuan Xia2015-03-051-1/+2
* Fix hiding behavior when creating app windows.Jack Hou2015-03-051-1/+1
* Updating XTBs based on .GRDs from branch 2311Alex Mineer2015-02-2652-0/+91
* Merge 317853 - Make BackgroundContentsService start up BackgroundContents wit...Yoyo Zhou2015-02-2410-40/+72
* Removes the MutationObserver from extensionview's src attribute.apacible2015-02-211-26/+0
* Convert crypto::ScopedOpenSSL to type aliases.davidben2015-02-211-4/+3
* Speculative fix for executeScript bug.paulmeyer2015-02-201-1/+1
* Add note about availability to printerProvider API descriptiontbarzic2015-02-201-1/+3
* Move chromeos::device_event_log into components.reillyg2015-02-201-0/+1
* Pad HID output reports on Windows to the maximum output report size.reillyg2015-02-202-5/+17
* Update documentation for vpnProviderkaliamoorthi2015-02-201-2/+11
* Adding support for storing webrtc logs locally with an extension supplied uni...tommi2015-02-201-0/+2
* Fix documentation for split tunnel.kaliamoorthi2015-02-201-7/+8
* Add split tunnel interface to vpnProviderkaliamoorthi2015-02-207-10/+210
* Allow Signin page to open other chrome:// URLs if login content in <webview>fsamuel2015-02-203-36/+69
* Use ManagednetworkConfigurationHandler where possible, add 'Shill' to NCH met...stevenjb2015-02-201-2/+8
* Adding the Audio Modem API. See design doc at go/chrome-modem.Charlie Kehoe2015-02-202-0/+6
* Update existing uses of /wd4267 to use the GN configbrettw2015-02-195-24/+15
* Enable documentation for chrome.printerProvider APItbarzic2015-02-191-21/+30
* Fixed a bug that caused extension options not to fit their overlays properly ...paulmeyer2015-02-194-30/+31
* [Extensions] Implement chrome.runtime.openOptionsPage.kalman2015-02-197-0/+51
* This change sets the src as a relative URL instead of absolute URL on loadcom...apacible2015-02-191-3/+13
* Restrict extensionview to chrome-extension:// only.apacible2015-02-1811-30/+196
* Pull out ExtensionHost::ProcessCreationQueue into a separate interface,kalman2015-02-186-78/+159
* Fixed guestview sizing bug that resulted in incorrect <webview> sizing on the...paulmeyer2015-02-183-6/+53
* Revert 96dd91e8a5eb4d47405fd0de1468af5b381274cf - Updating XTBs based on .GRD...msw2015-02-1852-91/+0
* Remove disable-extension-info-dialog flagtsergeant2015-02-172-5/+0
* cros: Remove shell.gcd app_shell API and D-Bus wrapper for privetdjamescook2015-02-176-189/+0
* Updating XTBs based on .GRDs from branch masterAlex Mineer2015-02-1752-0/+91
* Unobserve the host WebContents of an ExtensionHost on destruction, to preventkalman2015-02-171-20/+20
* [Extensions] Adjust script injection reporting to the browser siderdevlin.cronin2015-02-177-16/+48
* Automatically grant permissions to default-installed extensionsrockot2015-02-172-14/+0
* [Extensions Toolbar] Have all extensions in the toolbar show a context menurdevlin.cronin2015-02-171-6/+10
* Revert of Allow silent update for default-installed apps. (patchset #1 id:1 o...rockot2015-02-171-2/+1
* Allow silent update for default-installed apps.rockot2015-02-171-1/+2
* Make JavaScript dialogs work for PDFsraymes2015-02-162-0/+9
* Networking.config: UI modifications in the ashtraycschuet2015-02-161-0/+27
* Sort GYP and GN files under extensionssatorux2015-02-163-34/+34
* Hidden windows should not keep Chrome alive.jackhou2015-02-163-0/+8
* Implement chrome.platformKeys.getKeyPair().pneubeck2015-02-151-0/+1
* Revert "Implement chrome.platformKeys.getKeyPair()."Philipp Neubeck2015-02-141-1/+0
* Implement chrome.platformKeys.getKeyPair().Philipp Neubeck2015-02-141-0/+1
* Shorten Closure template notation from Array.<*> to Array<*>.Dan Beam2015-02-146-38/+38
* Remove ManifestFetchData parameter from SafeManifestParserasargent2015-02-144-33/+25
* GuestViewManager mapped <owner WebContents, element instance ID> => guest ins...fsamuel2015-02-1310-91/+80