index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
components
/
web_contents_delegate_android
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move JNI annotations to annotations package.
aurimas
2015-07-30
3
-9
/
+9
*
Replace base::string16 with std::string for frame names.
nasko
2015-07-02
2
-5
/
+5
*
Remove benm@ from OWNERS
mnaganov
2015-06-30
1
-1
/
+1
*
Optimize png files in components/extensions
oshima
2015-06-24
7
-0
/
+0
*
Fix color pickers on WebView.
torne
2015-06-02
2
-12
/
+20
*
Null check ContentViewCore::GetJavaObject
boliu
2015-04-08
1
-6
/
+19
*
Cleanup WebContentsDelegateAndroid after https://codereview.chromium.org/9708...
mnaganov
2015-03-05
1
-4
/
+0
*
[Android WebView] Synthesize a fake page loading event on page source modific...
mnaganov
2015-03-04
1
-10
/
+3
*
Move the rest of ic_warning densities to components.
aurimas
2015-03-03
2
-0
/
+0
*
Android: Move resources for validation message bubble to components/web_conte...
tkent
2015-03-02
12
-1
/
+79
*
Revert of [Android WebView] Synthesize a fake page loading event on page sour...
grt
2015-02-26
1
-3
/
+10
*
[Android WebView] Synthesize a fake page loading event on page source modific...
mnaganov
2015-02-26
1
-10
/
+3
*
Remove cc dependency from ui/base
jaekyun
2015-02-24
3
-1
/
+3
*
Remove unused function WebContentsDelegate::DidNavigateToPendingEntry.
christiank
2015-02-23
3
-14
/
+0
*
Update {virtual,override,final} to follow C++11 style.
dcheng
2015-02-04
2
-55
/
+48
*
Remove most native WebContents references from Java
dtrainor
2015-01-27
2
-5
/
+16
*
Fullscreen: make fullscreen requests come from RenderFrame.
mlamouri
2015-01-17
2
-6
/
+18
*
Cleanup: Update the path to gfx rect headers.
tfarina
2014-12-31
2
-2
/
+2
*
Add the main frame routing ID to WebContentsDelegate, use it in BackgroundCon...
avi
2014-12-12
2
-0
/
+2
*
Reset user text in a tab if it navigates while in the background.
creis
2014-11-26
2
-2
/
+2
*
Make WebContentsDelegateAndroid pass more calls to Java.
mathiash
2014-11-06
3
-0
/
+86
*
Optimizing DateTimeAndroid and ColorChooserAndroid initializations.
ajith.v
2014-10-30
2
-9
/
+10
*
Fix Java indentation issues.
aurimas
2014-10-17
1
-6
/
+6
*
Make chrome_shell_apk build
cjhopman
2014-10-13
1
-0
/
+52
*
Removing ContentViewCore dependencies from direct WebContents functions.
ajith.v
2014-10-11
1
-1
/
+2
*
Removing the CVC parameter from ShowRepostFormWarningDialog Callback.
ajith.v
2014-10-10
2
-8
/
+2
*
replace OVERRIDE and FINAL with override and final in components/
mostynb
2014-10-06
2
-24
/
+24
*
Remove page id from ViewHostMsg_UpdateTargetURL; no one actually uses it on t...
avi
2014-09-24
2
-2
/
+0
*
Move PageTransition from //content/public/common to //ui/base
Sylvain Defresne
2014-09-19
1
-1
/
+0
*
Remove content::INVALIDATE_TYPE_PAGE_ACTIONS
rdevlin.cronin@chromium.org
2014-08-18
1
-3
/
+1
*
Use InvalidateTypes rather than "unsigned".
avi@chromium.org
2014-08-09
2
-3
/
+4
*
Remove use of ResourceRequestInfo::GetRequestID from cert enrollment.
davidben@chromium.org
2014-06-06
3
-0
/
+17
*
Use LoadURLWithParams in ChromeWebContentsDelegateAndroid
dtrainor@chromium.org
2014-05-30
2
-10
/
+37
*
Adjust the structure of DEPS within //components.
blundell@chromium.org
2014-05-06
1
-0
/
+1
*
Hide WebContentsView from Chrome. This also removes WebContentsViewPort.
jam@chromium.org
2014-05-03
1
-1
/
+0
*
64-bit Porting. JNI pointers passed in int.
anton@chromium.org
2014-05-02
1
-1
/
+1
*
Rename jni_helper.h to jni_weak_ref.h.
newt@chromium.org
2014-04-23
1
-1
/
+1
*
Fix pushState causing stop/reload button and favicon to flicker.
japhet@chromium.org
2014-03-28
2
-2
/
+4
*
Changed RefCountedStaticMemory() to accept a void pointer.
joaoe@opera.com
2014-02-12
1
-2
/
+1
*
Android: moves web_contents_delegate_android to use long for JNI.
bulach@chromium.org
2014-01-09
1
-4
/
+4
*
Add base:: to string16 components/.
dbeam@chromium.org
2013-12-19
2
-4
/
+4
*
Fix Android Clang Build
benm@chromium.org
2013-12-12
1
-1
/
+1
*
Move form validation message bubble into content/, wire up to Android WebView.
benm@chromium.org
2013-12-12
6
-0
/
+324
*
Fixing all Java import ordering issues.
aurimas@chromium.org
2013-12-10
2
-2
/
+1
*
Update OWNERS files
joth@chromium.org
2013-12-02
1
-1
/
+2
*
Add support for color input datalist on Android
keishi@chromium.org
2013-11-29
5
-13
/
+66
*
Delete didProgrammaticallyScroll plumbing.
mvanouwerkerk@chromium.org
2013-10-21
3
-23
/
+0
*
Android: cleanup jni_android to minimize external dependencies.
bulach@chromium.org
2013-09-26
1
-5
/
+0
*
Move Android to use new Popup Blocker API.
dtrainor@chromium.org
2013-08-23
3
-36
/
+0
*
[Android] On calling openNewTab, pass the disposition instead of incognito.
kkimlabs@chromium.org
2013-08-06
2
-3
/
+8
[next]