summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/resources
Commit message (Expand)AuthorAgeFilesLines
* Enforce CSP on images for chrome.experimental.notification.dewittj@chromium.org2013-02-233-0/+199
* Implementing Most Visited API for Instant Extended - Patch in of issue 122170...dcblack@chromium.org2013-02-221-6/+46
* Make all of Chrome's extension/apps JS use strict mode.kalman@chromium.org2013-02-206-10/+11
* Prevent orphaned content scripts from sending messages to their parentmpcomplete@chromium.org2013-02-202-7/+13
* Move the chromeHidden.toJSON paranoia out of event.js and into json.js, a newkalman@chromium.org2013-02-205-45/+50
* Dedupe native suggestions before deduping with client suggestions.dcblack@chromium.org2013-02-191-1/+2
* Fix a problem that scrollbar is shown for youtube pluginqinmin@chromium.org2013-02-151-2/+3
* alternate ntp: multiple theme-related fixes on ntpkuan@chromium.org2013-02-151-3/+0
* searchbox -> embeddedsearch API, part 1.jered@chromium.org2013-02-151-28/+48
* Browser Plugin: Navigating to the same URL after crash should load a new guestfsamuel@chromium.org2013-02-131-2/+11
* Update app runtime custom bindings to handle no WebIntents launch data.benwells@chromium.org2013-02-131-71/+3
* Check existence of chrome.runtime APIs using __lookupGetter__ to avoid throwingkalman@chromium.org2013-02-121-7/+6
* Update return of event onFileStatusChanged to return FileInfo directionary in...calvinlo@chromium.org2013-02-081-2/+9
* Renamed SyncFileSystem events, functions and data structures to follow newly ...calvinlo@chromium.org2013-02-071-3/+3
* drive: Add a private extension API "searchDriveMetadata"satorux@chromium.org2013-02-071-0/+18
* Check that callbackAdded callbacks are only called once.kalman@chromium.org2013-02-061-0/+4
* Return a FileEntry object from onFileSynced events so both input and output t...calvinlo@chromium.org2013-02-061-0/+15
* BrowserPlugin - Change the setting of AutoSize attribute to follow HTML specmthiesse@chromium.org2013-02-051-2/+2
* Revert 180442 -- BrowserPluginHostTest.RemoveAllAttributes was flakyfsamuel@chromium.org2013-02-041-2/+2
* BrowserPlugin - Change the setting of AutoSize attribute to follow HTML specmthiesse@chromium.org2013-02-041-2/+2
* <webview>: Enable bubbling of events.fsamuel@chromium.org2013-02-011-1/+1
* Wire up systemInfo.display.onDisplayChanged event.hshi@google.com2013-01-292-19/+0
* Implement the basic declarativeContent API.jyasskin@chromium.org2013-01-263-0/+77
* Multi-monitor extension API.hshi@google.com2013-01-262-0/+19
* Add myself to the extensions OWNERS files.jyasskin@chromium.org2013-01-251-0/+1
* Implemented parsing of the remaining attribute in BrowserPlugin::ParseAttribu...mthiesse@chromium.org2013-01-241-1/+2
* Remove myself from OWNERS filesmihaip@chromium.org2013-01-241-1/+0
* <webview>: Implement ExecuteScriptfsamuel@chromium.org2013-01-241-0/+7
* Make a variable local instead of global in json_schema.js.mpcomplete@chromium.org2013-01-231-1/+1
* Escape HTML to avoid injection attacks.sreeram@chromium.org2013-01-231-2/+14
* <webview> Report developer-friendly console error if contentWindow is undefinedfsamuel@chromium.org2013-01-231-1/+4
* Remove connect message from Native Messaging APIsergeyu@chromium.org2013-01-231-25/+10
* Add getMediaFileSystemMetadata to the media galleries extension interface.vandebo@chromium.org2013-01-171-2/+21
* Introduce chrome.fileSystem.getEntry[By]Id().koz@chromium.org2013-01-143-0/+50
* Fix bug where adding an event listener from within that event's callback wouldmpcomplete@chromium.org2013-01-121-1/+4
* Avoid using querySelector in watchForTag on documents which do not have bodiesfsamuel@chromium.org2013-01-121-0/+3
* run pngcrush under chrome/browser/resources, chrome/renderer/resourcesoshima@chromium.org2013-01-108-0/+0
* <webview>: Fixed out-of-date comment + Only copy attributes to BrowserPlugin ...fsamuel@chromium.org2013-01-101-3/+7
* <webview>: BrowserPlugin methods are not defined immediately after the shadow...fsamuel@chromium.org2013-01-091-3/+6
* <webview>: Add name attributefsamuel@chromium.org2013-01-091-3/+17
* Update references to the extension messaging APIs and lastError to point tokalman@chromium.org2013-01-083-12/+19
* Implement declarativeWebRequest.SendMessageToExtension actionbattre@chromium.org2012-12-222-18/+21
* Move messaging APIs from chrome.extension to chrome.runtimeasargent@chromium.org2012-12-193-124/+147
* Truncate history suggestions based on window width.jeremycho@chromium.org2012-12-191-6/+8
* Use element.createShadowRoot() since WebKitShadowRoot constructor is deprecat...hayato@chromium.org2012-12-173-4/+4
* Inject webstore API bindings into hosted apps.kalman@chromium.org2012-12-151-9/+4
* Implement the Instant extended API startMargin, endMargin, and rtl properties...melevin@chromium.org2012-12-141-0/+7
* Clean-up USB/Bluetooth Permissions.bryeung@chromium.org2012-12-131-20/+74
* drive: Extend fileBrowserPrivate.searchGData with "shared_with_me" paramter.haruki@chromium.org2012-12-121-4/+6
* Expose the omnibox font information needed for correct suggest styling via th...dcblack@chromium.org2012-12-121-9/+5