summaryrefslogtreecommitdiffstats
path: root/chrome/renderer
Commit message (Expand)AuthorAgeFilesLines
* Implement GetVoucherFile and GetHmonitor functions for PPB_Flash_DRMraymes@chromium.org2013-06-113-0/+119
* Rename base/hash_tables to base/containers/hash_tables.brettw@chromium.org2013-06-117-8/+8
* Use a direct include of strings headers in chrome/renderer/.avi@chromium.org2013-06-1146-58/+58
* Call scoped_refptr<T>::get() rather than relying on implicit "operator T*"rsleevi@chromium.org2013-06-111-42/+71
* convert searchbox_extension to new style v8 callbacksdcarney@chromium.org2013-06-111-216/+211
* Remove dominich as a prerender owner, as he's nommenke@chromium.org2013-06-111-1/+0
* Tolerate window.chrome not being an object, as can happen (it has beenkalman@chromium.org2013-06-115-19/+30
* Revert 205329 "Split pnacl and nacl mime types"garykac@chromium.org2013-06-101-59/+39
* Split pnacl and nacl mime typessehr@chromium.org2013-06-101-39/+59
* [Android] Tweak style of net error pages.newt@chromium.org2013-06-101-11/+40
* Update includes of message_loop_proxy.brettw@chromium.org2013-06-102-2/+2
* Remove override of never-called WebKit::WebMediaPlayer::cancelLoad methodadamk@chromium.org2013-06-102-10/+0
* Rename fileBrowserPrivate.requestLocalFileSystem() -> requestFileSystem()yoshiki@chromium.org2013-06-103-7/+7
* Refactoring: Moved ConvertLanguageCodeSynonym to chrome/common/translate/tran...hajimehoshi@chromium.org2013-06-102-50/+3
* Invoke InstantPage::Delegate functions only if the IPC message is for the act...kmadhusu@chromium.org2013-06-091-3/+3
* Implement externally_connectable! Web pages can now communicate directly withkalman@chromium.org2013-06-094-22/+21
* <webview>: Throw exception if content is not ready for script injection.fsamuel@chromium.org2013-06-081-2/+14
* Rip out browser-side RID caching for most visited items.kmadhusu@chromium.org2013-06-085-16/+179
* [PasswordAutofill] Only autofill passwords into <input type="password"> fieldsgcasto@chromium.org2013-06-081-0/+61
* <webview>: Remove spurious WebRequest messagefsamuel@chromium.org2013-06-083-159/+157
* Fix destruction order in some autofill-related tests.cevans@chromium.org2013-06-073-1/+20
* Implement WebPrescientNetworking::prefetchDNS.kouhei@chromium.org2013-06-072-0/+21
* [rAC, OSX] Enable requestAutocomplet for OSXgroby@chromium.org2013-06-071-2/+8
* Use a direct include of utf_string_conversions.h in chrome/renderer/, chrome/...avi@chromium.org2013-06-0738-43/+43
* Fix js syntax in shim: add some missing semicolons.lazyboy@chromium.org2013-06-072-9/+9
* Protect against undefined chrome.runtime.* properties, which can happen inkalman@chromium.org2013-06-073-10/+24
* Handle key sequence for toggling voice search. This is a no-op until ontoggl...jeremycho@chromium.org2013-06-075-5/+36
* Translate: create chrome/common/translate directorytoyoshim@chromium.org2013-06-061-1/+1
* In components/autofill, move renderer/ to content/rendererblundell@chromium.org2013-06-066-20/+20
* Re-implement form validation message UI with native widgets. (Android)tkent@chromium.org2013-06-061-3/+0
* <webview>: Expose responsive/unresponsive eventsfsamuel@chromium.org2013-06-061-0/+2
* Remove json.js, the eagerly included code which safely provides the JSON objectkalman@chromium.org2013-06-067-130/+13
* Avoid cache when deprecating document.allyang.gu@intel.com2013-06-061-0/+4
* Regenerate Extensions API bindings when optional permissions changecduvall@chromium.org2013-06-062-68/+116
* Check that ChromeV8Contexts are valid before running ChromeV8ContextSet::ForEachkalman@chromium.org2013-06-063-9/+15
* Delete chromeHidden! This involves (a) moving all the remaining moduleskalman@chromium.org2013-06-0639-543/+500
* Expose the HttpResponseInfo's ConnectionInfo in window.chrome.loadTimes()rch@chromium.org2013-06-061-1/+7
* <webview> executeScript should use instance IDfsamuel@chromium.org2013-06-051-4/+2
* Translate: CLD should not disagree similar languagestoyoshim@chromium.org2013-06-056-20/+124
* <webview>: Refactor web_view.js for readabilityfsamuel@chromium.org2013-06-052-117/+164
* Replace all occurrences of CallChromeHiddenMethod (and friends) withkalman@chromium.org2013-06-0526-460/+503
* Instant: Update OWNERS and WATCHLISTSsreeram@chromium.org2013-06-052-2/+1
* Replace JSON (de)serialization of extension messages with direct Value pickling.kalman@chromium.org2013-06-047-50/+96
* Extensions: pass ChromeV8Context around instead of v8::Handle.marja@chromium.org2013-06-0456-223/+189
* Update chrome/ to use WeakPtr<T>::get() instead of implicit "operator T*"akalin@chromium.org2013-06-042-2/+2
* Move most visited item state info from InstantController to InstantService.kmadhusu@chromium.org2013-06-042-2/+12
* Fix up deps files in src\chrome to remove incorrect and unneeded inclusions. ...jam@chromium.org2013-06-031-1/+0
* Revert 203489 "Replace JSON (de)serialization of extension messa..."tonyg@chromium.org2013-06-037-84/+50
* do not use Persistent copy constructor in ScopedPersistentdcarney@chromium.org2013-06-031-8/+24
* Update chrome/ to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-025-37/+18