summaryrefslogtreecommitdiffstats
path: root/extensions
Commit message (Expand)AuthorAgeFilesLines
* Fix context menu positioning in MimeHandlerViewGuest.lazyboy2014-10-226-0/+32
* Reverting instrumentationsvadimt2014-10-223-17/+1
* Moved constants out of web_view.js and into a new file, web_view_constants.js...paulmeyer2014-10-214-49/+69
* Standardize usage of virtual/override/final in extensions/dcheng2014-10-21250-2383/+2222
* Enable the "options_ui" manifest key on stable channel.kalman2014-10-211-1/+1
* Displays dialog when app install succeeds / fails on Athena. In particular,pkotwicz2014-10-215-0/+130
* Move extensions manifest handler for OAuth2 to //extensionsjamescook2014-10-208-0/+508
* Implement permission_broker for serial devices.jorgelo2014-10-201-1/+3
* Extensions: Split the constants from the extensions_common target into its ow...thestig2014-10-202-4/+32
* Override IsRedirectResponse in extension protocolsrob2014-10-201-0/+5
* Add support for app_shell-only extension APIsjamescook2014-10-2017-7/+258
* First stage of launch for embedded options pages. With this patch, extensionskalman2014-10-183-23/+8
* Revert "app_shell: Add experimental shellPrivate extension API"jamescook2014-10-179-103/+0
* Add getUserSelectedDevices to the USB extensions API.reillyg2014-10-1710-65/+187
* Swapped the variable names "WebView" and "WebViewInternal" in web_view.js and...paulmeyer2014-10-174-97/+96
* Adding instrumentation to locate the source of jankiness.vadimt2014-10-171-0/+6
* Cleanup: Prevent usage of various extension headers when extensions support i...thestig2014-10-173-0/+13
* Don't try to create extensionoptions for extensions that don't exist.kalman2014-10-171-0/+7
* Prompt for granting permission to access USB devices.reillyg2014-10-168-4/+381
* Move ExtensionDownloader to //extensionsrockot2014-10-167-0/+1485
* Open HID connections asynchronously.reillyg2014-10-162-21/+10
* Convert ARRAYSIZE_UNSAFE -> arraysize in extensions/.viettrungluu2014-10-163-6/+6
* Remove //chrome deps from ExtensionDownloaderrockot2014-10-155-0/+33
* Move request_queue/_impl to //extensionsrockot2014-10-154-0/+300
* Use scoped_ptr::Pass instead of scoped_ptr::PassAs<T>.dcheng2014-10-1510-18/+15
* Rename v8::ExternalAsciiStringResource to v8::ExternalOneByteStringResource.yangguo2014-10-157-39/+41
* Revert of Sets the default background color of inline signin and user manager...kbr2014-10-152-19/+4
* Move manifest_url_handler to //extensionsrockot2014-10-154-0/+302
* Add some null checks to the extensions bindings privates() method.kalman2014-10-151-0/+6
* Sets the default background color of inline signin and user manager to greyguohui2014-10-152-4/+19
* Created "guest_view/" directory to contain all the guestview files (like web_...paulmeyer2014-10-1411-10/+10
* Factor out Chrome-specific manifest URL handlersrockot2014-10-141-0/+3
* Adding more webview browser tests to app_shell_browsertests.hanxi2014-10-148-0/+161
* Re-enable AppWindowBrowserTest.FrameInsetsForColoredFrame on Linux.mgiuca2014-10-141-10/+1
* Reland: Move ExtensionCache to //extensionsrockot2014-10-1410-2/+176
* WebView Guest should use ZOOM_MODE_ISOLATED.wjmaclean2014-10-142-0/+5
* Disable two linux tests again due to flaky timeout on Linuxkustermann2014-10-141-1/+7
* Attempt to fix flaky ChromeOS test timeouts.kustermann2014-10-141-7/+1
* Replace OVERRIDE with their C++11 counterparts in extensionsmohan.reddy2014-10-141-1/+1
* New error strings for chrome.bluetoothLowEnergyjamuraa2014-10-134-21/+106
* Make chrome_shell_apk buildcjhopman2014-10-131-5/+10
* Ignore uninteresting events when recording the last errors to reportmfoltz2014-10-132-14/+82
* Implement find in page support for top level BrowserPlugins.raymes2014-10-135-5/+49
* Update constants to MACRO_STYLEjamuraa2014-10-132-45/+46
* Add recommended extension installation supportbinjin2014-10-136-7/+77
* Disable WebViewAPITest.AcceptTouchEvents on Linux.reillyg2014-10-131-1/+7
* Revert "Move ExtensionCache to //extensions"kustermann2014-10-1310-176/+2
* Adding more webview browser tests to app_shell_browsertests.hanxi2014-10-1112-4/+368
* Fix windows static library build of app_shell / app_shell_browsertests / app_...lfg2014-10-111-0/+17
* Read HID report descriptor from sysfs and request permission on connect.reillyg2014-10-112-4/+28