summaryrefslogtreecommitdiffstats
path: root/chrome/renderer
Commit message (Expand)AuthorAgeFilesLines
...
* Remove the dir attribute on the local omnibox popup so that the per-suggestio...samarth@chromium.org2013-05-061-1/+1
* Get rid of calls to v8::Persistent v8::Context::New().marja@chromium.org2013-05-063-11/+15
* Interpret Via header to determine if using data reduction proxy.bengr@chromium.org2013-05-061-12/+63
* Consolidate manifest handler registration.yoz@chromium.org2013-05-061-26/+3
* Copy both Widevine CDM and the adapter during component update.xhwang@chromium.org2013-05-041-1/+1
* Modify the IsNaClAllowed test to allow MIME type handling plugins.bbudge@chromium.org2013-05-042-12/+21
* Remove myself from some OWNERS files and make per-file ownership more specific.ben@chromium.org2013-05-031-1/+0
* Re-implement form validation message UI with native widgets (GTK)tkent@chromium.org2013-05-031-3/+2
* Implement web speech synthesis.dmazzoni@chromium.org2013-05-034-0/+284
* <webview>: Implement 'close' eventfsamuel@chromium.org2013-05-021-0/+1
* Changes to block NPAPI plugins in ash-metro modecpu@chromium.org2013-05-025-3/+38
* MV iframes: Add searchbox support for querying MV data.jered@chromium.org2013-05-022-51/+114
* Get rid of (some) usages of v8::Persistent::New in Chrome.marja@chromium.org2013-05-022-4/+3
* Revert 197933 "Translate: adding new UMAs to know language detec..."dpapad@chromium.org2013-05-024-234/+3
* Translate: adding new UMAs to know language detection qualitytoyoshim@chromium.org2013-05-024-3/+234
* Return undefined to GetQuery() requests for URLs that are not suitable for su...dcblack@chromium.org2013-05-024-20/+139
* Translate: adding a new UMA item to measure time for capturing texttoyoshim@chromium.org2013-05-021-0/+4
* Revert the perf-regressing component of r196319.kalman@chromium.org2013-05-021-7/+23
* Fix --dump-histograms-on-exit and make it work for Release builds.tonyg@chromium.org2013-05-021-4/+0
* Don't include forms without fields in has_more_forms calculation.dgwallinga@chromium.org2013-05-021-0/+38
* Re-implement form validation message UI with native widgets (Views)tkent@chromium.org2013-05-021-2/+2
* Periodically request a list of spellcheck markers in all renderers for feedbackrouslan@chromium.org2013-05-022-1/+36
* Move WebPreferences to root namespace gman@chromium.org2013-05-011-6/+6
* chrome: Remove the remaining use of ALLOW_THIS_IN_INITIALIZER_LIST.tfarina@chromium.org2013-05-0110-12/+11
* Requery the autofill server when forms and input fields are dynamically added.dgwallinga@chromium.org2013-04-301-0/+55
* Translate: CLD should agree langauge codes having country codetoyoshim@chromium.org2013-04-303-1/+16
* Use unsigned integers to denote spelling marker offsetsrouslan@chromium.org2013-04-302-2/+2
* remove all usages of v8::String::WriteAsciidcarney@chromium.org2013-04-301-1/+1
* Revert 197294 "Disable ValidationMessageAgent for non-Mac."tkent@chromium.org2013-04-301-2/+0
* Disable ValidationMessageAgent for non-Mac.tkent@chromium.org2013-04-301-0/+2
* Cleanup: remove the chromeHidden.onLoad event, it's not used anymore.kalman@chromium.org2013-04-304-23/+1
* Re-implement form validation message UI with native widgets. (Common and Mac)tkent@chromium.org2013-04-303-0/+89
* Forward guest console message to embedder through events.lazyboy@chromium.org2013-04-301-0/+1
* Rationalize linux vs x11 in chromedavemoore@chromium.org2013-04-291-1/+1
* This is a reland of 194514, which was reverted in 195014 due tommenke@chromium.org2013-04-273-15/+18
* Avoid logging page load time histogram data if no requestStart timing data is...nasko@chromium.org2013-04-261-2/+11
* Record any renderer extension load failure so that the crash logic onkalman@chromium.org2013-04-262-8/+25
* Translate: implement UMAs for monitoring performancetoyoshim@chromium.org2013-04-263-57/+127
* Revert 196597 "Check that extensions sent to the renderer load c..."kalman@chromium.org2013-04-261-14/+7
* Modified Omnibox extension api to use JSON Schema CompilerSamusaaron3@gmail.com2013-04-261-0/+10
* Share the background page's mappings for chrome.fileSystem.getEntry(By)Id.sammc@chromium.org2013-04-262-20/+58
* Check that extensions sent to the renderer load correctly rather than failingkalman@chromium.org2013-04-261-7/+14
* Enable receiving a list of markers in text with spellcheck requestsrouslan@chromium.org2013-04-262-1/+22
* Autogenerate thunk for PPB_ImageData.teravest@chromium.org2013-04-261-1/+1
* Update Autofill OWNERSdhollowa@chromium.org2013-04-251-1/+1
* SyncFS: Extract a helper function to create a dictionary value for FileEntrykinuko@chromium.org2013-04-251-14/+15
* Prevent chrome.app JSON schema from loading on every pagecduvall@chromium.org2013-04-254-42/+65
* Fix a couple of bugs relating to sending Tab info with chrome.runtime.connect...kalman@chromium.org2013-04-2511-71/+93
* Remove the SpdyCwnd FieldTrial and histograms.stevet@chromium.org2013-04-241-19/+13
* Fixing iframe jank in the local omnibox popup.jered@chromium.org2013-04-247-322/+124