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
/
android_webview
/
native
/
aw_contents.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
[Webview] Convert some straggling jint->jlong field for 64 bit.
rmcilroy@chromium.org
2014-03-24
1
-11
/
+13
*
aw: Post SynchronousCompositorClient to UI
boliu@chromium.org
2014-03-21
1
-3
/
+5
*
Rename AutofillDriverImpl to ContentAutofillDriver
blundell@chromium.org
2014-03-12
1
-5
/
+5
*
aw: Move HardwareRenderer out of BrowserViewRenderer
boliu@chromium.org
2014-03-05
1
-28
/
+56
*
aw: Add SharedRendererState
boliu@chromium.org
2014-02-27
1
-1
/
+6
*
aw: Split hardware rendering into HardwareRenderer
boliu@chromium.org
2014-02-26
1
-21
/
+22
*
[Android WebView] Add DevTools Timeline instrumentation for embedder callbacks
mnaganov@chromium.org
2014-02-24
1
-1
/
+11
*
aw: Refactor and clean up software rendering code
boliu@chromium.org
2014-02-20
1
-8
/
+4
*
Fix the cause of AwZoomTest#testMagnification... tests flakiness
mnaganov@chromium.org
2014-02-12
1
-2
/
+9
*
aw: Move clearView implementaiton to native
boliu@chromium.org
2014-02-03
1
-0
/
+5
*
A bunch of work to transition from render_view_id to render_frame_id.
jam@chromium.org
2013-12-20
1
-3
/
+9
*
Add base:: to string16s in android_webview/.
dbeam@chromium.org
2013-12-19
1
-3
/
+3
*
Add a mechanism to pause and resume geolocation requests. Currently Android W...
benm@chromium.org
2013-12-13
1
-4
/
+6
*
[Android WebView] Only send extra headers for the main page
mnaganov@chromium.org
2013-12-10
1
-0
/
+13
*
Rather than using a throttle, we are now using
sgurun@chromium.org
2013-12-10
1
-14
/
+17
*
For implementing printing in android K release, we had to temporarily
sgurun@chromium.org
2013-12-02
1
-0
/
+11
*
Android: moves android_webview/ to use long for JNI.
bulach@chromium.org
2013-11-28
1
-7
/
+7
*
[Android WebView] Add thread DCHECKs in native AwContents
boliu@chromium.org
2013-11-25
1
-1
/
+57
*
Make Android WebView filtering depend on scrolling status.
aelias@chromium.org
2013-10-09
1
-0
/
+8
*
[Android WebView] Add an API to control favicon loading.
benm@chromium.org
2013-10-04
1
-0
/
+10
*
[Android WebView] OnMemoryPressure to drop tile memory
boliu@chromium.org
2013-10-03
1
-0
/
+4
*
[android_webview] Use a fraction to calculate scroll offset.
mkosiba@chromium.org
2013-09-26
1
-8
/
+27
*
[Android] Decouple pausing video from RenderView pause.
benm@chromium.org
2013-09-20
1
-0
/
+6
*
Use contents size for android_webview layout size.
mkosiba@chromium.org
2013-09-18
1
-0
/
+10
*
[android_webview] Fixes for wrap_content layouts.
mkosiba@chromium.org
2013-09-16
1
-4
/
+14
*
[Android WebView] Match chrome font settings
boliu@chromium.org
2013-09-15
1
-2
/
+52
*
[Android WebView] Do not interfere with requests after destroy
boliu@chromium.org
2013-09-14
1
-0
/
+1
*
Stop sending long press events twice
kristianm@chromium.org
2013-09-07
1
-9
/
+0
*
Free memory when the last WebView instance is destroyed.
primiano@chromium.org
2013-09-06
1
-0
/
+9
*
[Android WebView] Set WebView font renderer preferences
benm@chromium.org
2013-08-30
1
-2
/
+13
*
Refactor MHTMLGenerator to allow getting sending the data to a file descriptor.
qsr@chromium.org
2013-08-28
1
-2
/
+3
*
[Android WebView] Disable disambiguation popups
boliu@chromium.org
2013-08-28
1
-0
/
+4
*
[Android WebView] Add an API to toggle the JS navigator.online property
benm@chromium.org
2013-08-27
1
-0
/
+6
*
[Android WebView] Disable fallback ticks when paused or window invisible
boliu@chromium.org
2013-08-20
1
-2
/
+10
*
Android WebView: Make a custom Picture subclass
joth@chromium.org
2013-08-09
1
-8
/
+9
*
[Android WebView] Handle clip size smaller than visible rect
boliu@chromium.org
2013-08-03
1
-6
/
+18
*
Fix capture picture implementation
kristianm@chromium.org
2013-07-29
1
-2
/
+4
*
gpu: Add GpuMemoryBufferFactory interface.
reveman@chromium.org
2013-07-28
1
-2
/
+2
*
[Android WebView] Invalidate whole visible rect
boliu@chromium.org
2013-07-26
1
-8
/
+15
*
Hooking up setBackgroundColor from AwContents to renderer
joth@chromium.org
2013-07-23
1
-0
/
+4
*
[Android WebView] Update the NavigationEntry with favicon details.
benm@chromium.org
2013-07-19
1
-8
/
+10
*
Use a direct include of the message_loop header in android_webview/, apps/, a...
avi@chromium.org
2013-07-17
1
-1
/
+1
*
[android] Plumb through page scale to the InProcessViewRenderer.
mkosiba@chromium.org
2013-07-12
1
-2
/
+9
*
[android] Hook up overscrolling to the android_webview layer.
mkosiba@chromium.org
2013-07-08
1
-0
/
+9
*
Implement the autofill UI for chromium powered android webview.
sgurun@chromium.org
2013-06-28
1
-1
/
+10
*
Revert "Implement the autofill UI for chromium powered android webview."
eroman@chromium.org
2013-06-27
1
-10
/
+1
*
Implement the autofill UI for chromium powered android webview.
sgurun@chromium.org
2013-06-27
1
-1
/
+10
*
Enable Autocomplete feature for chromium webview
sgurun@chromium.org
2013-06-22
1
-8
/
+7
*
[Autofill] Remove the "Disable native Autofill UI" flag.
isherman@chromium.org
2013-06-21
1
-2
/
+1
*
Clean up AwContents calls to change visibility
boliu@chromium.org
2013-06-21
1
-4
/
+2
[next]