summaryrefslogtreecommitdiffstats
path: root/components/translate
Commit message (Expand)AuthorAgeFilesLines
* Complete WebStateObserverBridge and follow Cocoa naming style.jyquinn2015-04-152-2/+2
* Change CompareString16WithCollator to take const ref collator.estade2015-04-111-2/+2
* Removed dependencies to CRWJSEarlyScriptManager.eugenebut2015-04-011-5/+0
* Fix uninit memory access in TranslateManagerRenderViewHostTests.thestig2015-03-091-1/+3
* Fixed dependencies for JsLanguageDetectionManager.eugenebut2015-03-051-3/+2
* [iOS] Fix DCHECK in ShouldShowAlwaysTranslateShortcut()droger2015-03-031-0/+6
* Minor infobar cleanup.pkasting2015-02-242-22/+22
* Sort GN files under componentssatorux2015-02-162-4/+4
* Make DataFileRendererCldDataProvider's LoadCldData method public.andrewhayden2015-01-121-3/+10
* Upstream //ios/chrome/browser/translatedroger2015-01-083-0/+16
* Added |load_completion_status| to WebStateObserver's |PageLoaded|.kkhorimoto2015-01-072-3/+6
* Standardize usage of virtual/override/final specifiers in components/.dcheng2014-12-301-1/+1
* Make callers of CommandLine use it via the base:: namespace.avi2014-12-226-6/+7
* replace COMPILE_ASSERT with static_assert in components/mostynb2014-12-222-4/+4
* Use an exponential timeout falloff for translate CLD requestsjdduke2014-12-171-1/+11
* Upstream components/translate/iosdroger2014-12-1616-0/+1666
* gn format //componentsscottmg2014-12-033-3/+0
* remove some calls to to-be-deprecated v8::Value::To* functionsdcarney2014-11-211-1/+1
* Cleanup: Use http/https constants in components.thestig2014-11-191-5/+3
* Hopefully final set of changes needed to make it possible for embedders toandrewhayden2014-11-1811-83/+164
* Convert Chinese lang codes with a region code to a compatible lang codehajimehoshi2014-11-137-65/+43
* Refactor language detection logic to allow non-static CLD data sources.andrewhayden2014-11-1128-369/+692
* Cleanup: Remove unneeded path_service.h includes.thestig2014-11-061-1/+0
* Removing instrumentations for task URLFetcherCore::OnCompletedURLRequestvadimt2014-11-043-37/+0
* Switching profiler instrumentations from ScopedProfile to ScopedTracker. This...vadimt2014-10-293-17/+17
* Standardize usage of virtual/override/final specifiers.dcheng2014-10-291-4/+2
* Add a few missing overrides found by a new clang warning.thakis2014-10-291-1/+1
* Adding instrumentation to locate the source of jankiness.vadimt2014-10-231-0/+22
* Standardize usage of virtual/override/final in components/dcheng2014-10-2110-71/+63
* Type conversion fixes, components/ edition.pkasting2014-10-171-3/+6
* Adding instrumentation to locate the source of jankiness.vadimt2014-10-162-0/+12
* Adding instrumentation to locate the source of jankiness.vadimt2014-10-111-0/+6
* [components] Apply automatic range checks to content enum types across IPCanujk.sharma2014-10-092-1/+3
* Add render_frame_host to WebContentsObserver::DidNavigateAnyFrame().mlamouri2014-10-082-0/+2
* replace OVERRIDE and FINAL with override and final in components/mostynb2014-10-0610-52/+52
* Rename component_resources.h to components_resources.hhashimoto2014-09-251-1/+1
* Move PageTransition from //content/public/common to //ui/baseSylvain Defresne2014-09-191-4/+4
* Move TranslateHelper to the translate component.droger2014-09-174-0/+933
* Move Translate browser-side IPC handling to the component.droger2014-09-162-14/+83
* Move navigation handling code from TranslateClient to TranslateDriverdroger2014-09-102-3/+139
* Remove implicit conversions from scoped_refptr to T* in components/dcheng2014-08-261-1/+3
* Work on GN build of Chrome.Brett Wilson2014-08-261-0/+9
* Add some remoting targets to GN build.Brett Wilson2014-08-251-0/+2
* Revert 289312 "Move StringToUpperASCII and LowerCaseEqualsASCII ..."brettw@chromium.org2014-08-131-1/+1
* Move StringToUpperASCII and LowerCaseEqualsASCII to the base namespacebrettw@chromium.org2014-08-131-1/+1
* Move StringToLowerASCII to base namespacebrettw@chromium.org2014-08-071-2/+2
* Replace the use of CLD_DATA_FROM* and CLD-related ifdefs with runtime checks.andrewhayden@chromium.org2014-07-304-10/+49
* Add a new "Configure" mechanism to CLD browser-side data interfaces.andrewhayden@chromium.org2014-07-304-17/+34
* Add a new CldDataSource class that can be queried at runtime.andrewhayden@chromium.org2014-07-295-0/+82
* Fix translate namespacenaiem.shaik@gmail.com2014-07-2243-89/+269