summaryrefslogtreecommitdiffstats
path: root/extensions
Commit message (Expand)AuthorAgeFilesLines
* Make "code" property be a part of the "css" and "js" properties of webview.ad...hanxi2015-05-063-50/+63
* Add const modifier to some members in RVCMenu and friendslazyboy2015-05-062-2/+2
* Add hotrod apps to the whitelist for virtualKeyboardPrivate apisbshe2015-05-061-2/+10
* Add a PrefRegistrationFlags::LOSSY_PREF flag for writing lossy prefsraymes2015-05-061-2/+3
* Add a private desktopCapture extension API for requesting desktopCapture from...jiayl2015-05-062-0/+3
* Measure the amount of time to open an extension popup starting, from when the...kalman2015-05-062-1/+11
* Removes app badging codekcarattini2015-05-0512-140/+4
* Fixed PDF resize issue.paulmeyer2015-05-055-1/+213
* Add chrome.webstoreWidgetPrivate APItbarzic2015-05-052-0/+3
* Set the content shell data path to the app shell test data directory.reillyg2015-05-052-0/+5
* Add callback in UserScriptLoader to notify users when scripts are loaded.hanxi2015-05-057-14/+127
* Add HID support to DevicePermissionsManager and DevicePermissionsPrompt.reillyg2015-05-059-218/+589
* Add Shared Module _locale messages to importing extensionselijahtaylor2015-05-052-6/+77
* Now there's no place where use NOTIFICATION_EXTENSION_UNINSTALLED_DEPRECATED.limasdf2015-05-051-6/+0
* Change the callsites of InterfacePtr<> methods which directly deal with messa...yzshen2015-05-051-1/+1
* Don't call InitHost twiceoshima2015-05-051-1/+0
* This flag is obsolete, since a duplicate of it already exists as:rsadam2015-05-051-4/+0
* Verifying that the running app is not being embedded in the <appview>.ekaramad2015-05-051-1/+5
* Replace MessageLoopProxy usage with ThreadTaskRunnerHandle in extensions module.pranay.kumar2015-05-056-23/+27
* GuestView: Simplify guest IPCSfsamuel2015-05-051-9/+2
* Revert of Change the callsites of InterfacePtr<> methods which directly deal ...dbeam2015-05-051-1/+1
* Fixed Broken Win GN Build after landing GuestView refactorfsamuel2015-05-052-0/+2
* Move GuestView layer in browser to componentsfsamuel2015-05-0558-2777/+151
* Change the callsites of InterfacePtr<> methods which directly deal with messa...yzshen2015-05-051-1/+1
* Add support to execute JavaScript in an isolated worldtwellington2015-05-041-4/+1
* Revert of Ensure that the DirectWrite font cache works in Chrome canary on Wi...ananta2015-05-043-43/+0
* Updating XTBs based on .GRDs from branch masterPenny MacNeil2015-05-0152-260/+364
* Adjust URLFetcher::Create API so that object is returned as scoped_ptr.dtapuska2015-05-014-18/+17
* [Extensions Page] Fix background page inspectable view urlrdevlin.cronin2015-05-013-0/+17
* Ensure that the DirectWrite font cache works in Chrome canary on Windows 8+ w...ananta2015-04-303-0/+43
* Clean up removeContentScripts in web_view_internal.json.hanxi2015-04-301-7/+0
* Rework GN sessions componentbrettw2015-04-301-1/+1
* Clean up addContentScript in web_view_internal.json.hanxi2015-04-301-7/+0
* Move ClosePage() from RenderViewHost to WebContents.nasko2015-04-301-2/+2
* Implement remaining chrome.searchEnginesPrivate methods.orenb2015-04-301-1/+6
* Record when we suppress internal Extension code JavaScript crashes.kalman2015-04-306-2/+18
* <webview> custom element should be plain HTMLElement, not <object> element.lazyboy2015-04-291-3/+3
* With this patch, webview caches the zoom factor from calls to setZoom() befor...paulmeyer2015-04-296-3/+30
* extensions/renderer: Use v8::Local instead of v8::Handle.tfarina2015-04-2949-343/+326
* [Extensions] Update Error Console UIrdevlin.cronin2015-04-293-13/+32
* Manually remove all existing occurences of PrefRegistrySyncable::UNSYNCABLE_PREFraymes2015-04-291-28/+8
* Sync bookmark app icon urls and sizes, and download icons for new apps.benwells2015-04-292-0/+18
* Sandbox windows not provided to chrome.app.window.create.scheib2015-04-291-2/+13
* Fix window.open issue in Document mode on Android.mariakhomenko2015-04-292-0/+5
* Create interface "EventPageTracker" for checking an extension'skmarshall2015-04-294-1/+73
* Suppress all CHECK failures on extension renderer JS exceptions.kalman2015-04-281-7/+4
* Added gcdPrivate.getDeviceInfo functionvitalybuka2015-04-281-0/+1
* [Extensions] Precede api enums with an '_' if the first character is a digitrdevlin.cronin2015-04-281-0/+4
* Fix //content/test:test_support under component builds.sammc2015-04-281-0/+1
* Make WebUI webview content script work with incognito.hanxi2015-04-272-5/+12