summaryrefslogtreecommitdiffstats
path: root/chrome/renderer
Commit message (Expand)AuthorAgeFilesLines
* Use NSS for symmetric key crypto operations on Windows and Mac.ddorwin@chromium.org2012-06-151-1/+1
* Print extension event validation errors on the console.benwells@chromium.org2012-06-151-0/+1
* Enable Shadow DOM and scoped stylesheet for extensions.morrita@chromium.org2012-06-152-0/+31
* Implement fileSystem.chooseFile.benwells@chromium.org2012-06-151-21/+24
* Allow platform apps to open links in the browser.mihaip@chromium.org2012-06-152-8/+40
* Support redirects by regular expression in declarative WebRequest APIbattre@chromium.org2012-06-141-2/+2
* Don't store history in android mediaplayer under incognito mode.qinmin@chromium.org2012-06-131-0/+7
* Fix phishing test failures by not depending on hash_map's operator==.bryner@chromium.org2012-06-136-39/+79
* Allow platform apps to get writable FileEntry objects from readable ones.benwells@chromium.org2012-06-135-19/+53
* Cleanup experimental app custom bindings.benwells@chromium.org2012-06-131-2/+2
* Implement the activeTab permission, so that extensions with the permissionkalman@chromium.org2012-06-138-17/+168
* Fix crash when displaying system print dialog on Linux.abodenha@chromium.org2012-06-121-4/+0
* Improve extension api tests: run all tests, even if one failsestade@chromium.org2012-06-121-60/+51
* Implement a request cache and disble retrieving a sub-region.hbono@chromium.org2012-06-123-70/+76
* Don't allow unsafe reloads of mixed content pages for HSTS hosts.tsepez@chromium.org2012-06-121-2/+4
* Autofill: Fix a leak.jhawkins@chromium.org2012-06-111-4/+4
* Move all the feature related stuff into extensions/featuresmitchellwrosen@chromium.org2012-06-113-3/+3
* Disable failing phishing tests.nsylvain@chromium.org2012-06-101-3/+6
* Add ENABLE_PRINTING and disable it on Android.wangxianzhu@chromium.org2012-06-092-0/+4
* Simply mixed scripting logic, now that no particular domain is special.cevans@chromium.org2012-06-091-15/+1
* Refactor detection of account creation forms and fix two minor issues.gcasto@chromium.org2012-06-083-29/+92
* Add Datalist Support to New Autofill UIcsharp@chromium.org2012-06-082-0/+60
* Double dollar ($$) parsing in messages.json brokenmitchellwrosen@chromium.org2012-06-081-6/+2
* Change platform app api getDisplayPath to take FileEntry.benwells@chromium.org2012-06-083-0/+19
* Make platform app restrictions more robust.estade@chromium.org2012-06-081-13/+14
* Implement extension API chrome.fileSystem.getDisplayPath().benwells@chromium.org2012-06-082-7/+3
* Change --enable-browser-plugin to --browser-plugin=enabled or --browser-plugi...scshunt@google.com2012-06-081-2/+18
* Prepare PrerenderWebMediaPlayer for CORS support addition in WebKit.fischman@chromium.org2012-06-072-6/+11
* Remove colors from CSS, and change header language.miket@chromium.org2012-06-071-3/+1
* Allow updateArgumentsPostValidate to support callbacks and added / removed ar...benwells@chromium.org2012-06-0712-189/+214
* warn when platform apps attempt to use unload or beforeunload events.estade@chromium.org2012-06-061-0/+10
* This CL does the following: (1) Pass the max_length attribute to the password...zysxqn@google.com2012-06-061-0/+1
* Add sandboxed_pages to allow extension/app pages to be served in amihaip@chromium.org2012-06-061-2/+21
* Fix client-side phishing detection test flakiness and ChromeOS failure.bryner@chromium.org2012-06-053-14/+14
* Pull spellchecker dictionaries.hbono@chromium.org2012-06-041-0/+10
* Move test headers from content\test to content\public\test. This way we can e...jam@chromium.org2012-06-041-2/+2
* Move render_view_test.h header from content\test to content\public\test. This...jam@chromium.org2012-06-041-0/+1
* Move RenderViewFakeResourcesTest header from content\test to content\public\t...jam@chromium.org2012-06-033-13/+15
* Move mock test headers from content\test to content\public\test. This way we ...jam@chromium.org2012-06-031-1/+1
* Use shadow DOM API to show icon for password generation.gcasto@chromium.org2012-06-013-48/+98
* Coverity NULL_RETURNS issue.scr@chromium.org2012-06-011-1/+4
* Move platform_app.css styles from html to body.miket@chromium.org2012-06-011-1/+1
* Fix bug in New Autofill UIkeishi@chromium.org2012-05-312-0/+10
* Show infobar when a plug-in couldn't be loaded.bauerb@chromium.org2012-05-311-0/+3
* Media Gallery: Implement a basic version of GetMediaFileSystems().thestig@chromium.org2012-05-312-9/+39
* Enable the in-browser thumbnailing by default on supported platforms.mazda@chromium.org2012-05-311-5/+4
* Save auto generated passwords without presenting an infobar.gcasto@chromium.org2012-05-312-4/+11
* Clean up display of print errors to avoid use of BrowserList::GetLastActive().ben@chromium.org2012-05-302-17/+0
* Cleanup: Remove the C version of GetUrandomFD()mseaborn@chromium.org2012-05-301-3/+3
* Allow "null" to mean optional in extension APIs (for realz), but normalise itkalman@chromium.org2012-05-302-4/+19