summaryrefslogtreecommitdiffstats
path: root/components/web_contents_delegate_android
Commit message (Expand)AuthorAgeFilesLines
* Revert of Refactor connection_security into SecurityStateModel (patchset #17 ...estark2015-09-092-2/+3
* Refactor connection_security into SecurityStateModelestark2015-09-082-3/+2
* Fix wrong usages of ScopedJavaLocalRef::Release().torne2015-08-271-6/+3
* Move JNI annotations to annotations package.aurimas2015-07-303-9/+9
* Replace base::string16 with std::string for frame names.nasko2015-07-022-5/+5
* Remove benm@ from OWNERSmnaganov2015-06-301-1/+1
* Optimize png files in components/extensionsoshima2015-06-247-0/+0
* Fix color pickers on WebView.torne2015-06-022-12/+20
* Null check ContentViewCore::GetJavaObjectboliu2015-04-081-6/+19
* Cleanup WebContentsDelegateAndroid after https://codereview.chromium.org/9708...mnaganov2015-03-051-4/+0
* [Android WebView] Synthesize a fake page loading event on page source modific...mnaganov2015-03-041-10/+3
* Move the rest of ic_warning densities to components.aurimas2015-03-032-0/+0
* Android: Move resources for validation message bubble to components/web_conte...tkent2015-03-0212-1/+79
* Revert of [Android WebView] Synthesize a fake page loading event on page sour...grt2015-02-261-3/+10
* [Android WebView] Synthesize a fake page loading event on page source modific...mnaganov2015-02-261-10/+3
* Remove cc dependency from ui/basejaekyun2015-02-243-1/+3
* Remove unused function WebContentsDelegate::DidNavigateToPendingEntry.christiank2015-02-233-14/+0
* Update {virtual,override,final} to follow C++11 style.dcheng2015-02-042-55/+48
* Remove most native WebContents references from Javadtrainor2015-01-272-5/+16
* Fullscreen: make fullscreen requests come from RenderFrame.mlamouri2015-01-172-6/+18
* Cleanup: Update the path to gfx rect headers.tfarina2014-12-312-2/+2
* Add the main frame routing ID to WebContentsDelegate, use it in BackgroundCon...avi2014-12-122-0/+2
* Reset user text in a tab if it navigates while in the background.creis2014-11-262-2/+2
* Make WebContentsDelegateAndroid pass more calls to Java.mathiash2014-11-063-0/+86
* Optimizing DateTimeAndroid and ColorChooserAndroid initializations.ajith.v2014-10-302-9/+10
* Fix Java indentation issues.aurimas2014-10-171-6/+6
* Make chrome_shell_apk buildcjhopman2014-10-131-0/+52
* Removing ContentViewCore dependencies from direct WebContents functions.ajith.v2014-10-111-1/+2
* Removing the CVC parameter from ShowRepostFormWarningDialog Callback.ajith.v2014-10-102-8/+2
* replace OVERRIDE and FINAL with override and final in components/mostynb2014-10-062-24/+24
* Remove page id from ViewHostMsg_UpdateTargetURL; no one actually uses it on t...avi2014-09-242-2/+0
* Move PageTransition from //content/public/common to //ui/baseSylvain Defresne2014-09-191-1/+0
* Remove content::INVALIDATE_TYPE_PAGE_ACTIONSrdevlin.cronin@chromium.org2014-08-181-3/+1
* Use InvalidateTypes rather than "unsigned".avi@chromium.org2014-08-092-3/+4
* Remove use of ResourceRequestInfo::GetRequestID from cert enrollment.davidben@chromium.org2014-06-063-0/+17
* Use LoadURLWithParams in ChromeWebContentsDelegateAndroiddtrainor@chromium.org2014-05-302-10/+37
* Adjust the structure of DEPS within //components.blundell@chromium.org2014-05-061-0/+1
* Hide WebContentsView from Chrome. This also removes WebContentsViewPort.jam@chromium.org2014-05-031-1/+0
* 64-bit Porting. JNI pointers passed in int.anton@chromium.org2014-05-021-1/+1
* Rename jni_helper.h to jni_weak_ref.h.newt@chromium.org2014-04-231-1/+1
* Fix pushState causing stop/reload button and favicon to flicker.japhet@chromium.org2014-03-282-2/+4
* Changed RefCountedStaticMemory() to accept a void pointer.joaoe@opera.com2014-02-121-2/+1
* Android: moves web_contents_delegate_android to use long for JNI.bulach@chromium.org2014-01-091-4/+4
* Add base:: to string16 components/.dbeam@chromium.org2013-12-192-4/+4
* Fix Android Clang Buildbenm@chromium.org2013-12-121-1/+1
* Move form validation message bubble into content/, wire up to Android WebView.benm@chromium.org2013-12-126-0/+324
* Fixing all Java import ordering issues.aurimas@chromium.org2013-12-102-2/+1
* Update OWNERS filesjoth@chromium.org2013-12-021-1/+2
* Add support for color input datalist on Androidkeishi@chromium.org2013-11-295-13/+66
* Delete didProgrammaticallyScroll plumbing.mvanouwerkerk@chromium.org2013-10-213-23/+0