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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move CommandLine to base namespace.
brettw@chromium.org
2014-03-17
2
-2
/
+2
*
Revert r253110: "Enable webrtc for webview."
torne@chromium.org
2014-03-17
1
-0
/
+4
*
gpu: Add extension check when initializing MailboxSync
boliu@chromium.org
2014-03-15
2
-3
/
+8
*
Plumb document name to printdocumentadapter.
sgurun@chromium.org
2014-03-14
1
-2
/
+15
*
[android_webview] Increase the scroll distance in one of the tests.
mkosiba@chromium.org
2014-03-14
4
-16
/
+43
*
aw: Add michaelbai to owners
boliu@chromium.org
2014-03-14
1
-0
/
+1
*
Implement ScreenOrientationProvider for Chrome Android.
mlamouri@chromium.org
2014-03-14
2
-0
/
+3
*
aw: Disable hardware features for software layer
boliu@chromium.org
2014-03-14
1
-4
/
+19
*
gpu: Mailbox emulation with EGLImage
sievers@chromium.org
2014-03-14
1
-3
/
+2
*
Move ui.gyp into ui/base/ directory.
tfarina@chromium.org
2014-03-13
2
-2
/
+2
*
Rename AutofillDriverImpl to ContentAutofillDriver
blundell@chromium.org
2014-03-12
1
-5
/
+5
*
Remove --hide-scrollbars Flag
weiliangc@chromium.org
2014-03-12
1
-1
/
+0
*
Fix wrong indentations and brace styles according to the style guide.
sungmann.cho@navercorp.com
2014-03-12
2
-22
/
+17
*
Rename chromium_testshell target to chrome_shell_apk.
aurimas@chromium.org
2014-03-12
1
-1
/
+1
*
aw: Always call computeScrollOffset for fling state
boliu@chromium.org
2014-03-11
1
-4
/
+7
*
Move atrace enabling code from Chrome to WebView
wangxianzhu@chromium.org
2014-03-11
1
-0
/
+54
*
Move user_agent code from webkit/ to content/.
tfarina@chromium.org
2014-03-11
3
-7
/
+6
*
Define a --force-gpu-rasterization flag
ajuma@chromium.org
2014-03-11
1
-2
/
+2
*
Allow content layer to pass ProtocolInterceptors when we create URLRequestCon...
kinuko@chromium.org
2014-03-10
2
-6
/
+11
*
Cleanup: Move kAboutScheme constant into content namespace.
tfarina@chromium.org
2014-03-10
1
-1
/
+1
*
Move GetContextMenuNode from RenderView to RenderFrame.
jam@chromium.org
2014-03-10
7
-27
/
+79
*
Simplify the user agent code some more since after r255534 it's not affected ...
jam@chromium.org
2014-03-10
4
-8
/
+21
*
Revert 255858 "Simplify the user agent code some more since afte..."
jam@chromium.org
2014-03-09
4
-21
/
+8
*
Simplify the user agent code some more since after r255534 it's not affected ...
jam@chromium.org
2014-03-09
4
-8
/
+21
*
Enable icu_use_data_file_flag on Android
jshin@chromium.org
2014-03-08
2
-1
/
+15
*
Encrypted Media: Confine UUID code to MediaDrmBridge.
xhwang@chromium.org
2014-03-08
1
-10
/
+3
*
aw: Exclude quick office completely from license check
boliu@chromium.org
2014-03-07
1
-1
/
+4
*
Fix license header for third_party/readability
benm@chromium.org
2014-03-07
1
-1
/
+0
*
Fix a brace style according to the style guide.
sungmann.cho@navercorp.com
2014-03-07
1
-1
/
+2
*
aw: Remove kDisableSimpleCache switch
boliu@chromium.org
2014-03-07
3
-11
/
+1
*
enable subtitle support and the new fullscreen video
qinmin@chromium.org
2014-03-07
1
-0
/
+3
*
Exclude quickoffice from android webview license check
boliu@chromium.org
2014-03-06
1
-0
/
+2
*
don't create SkDevice directly, use SkBitmap or (better) SkCanvas::NewRaster ...
reed@google.com
2014-03-05
2
-12
/
+9
*
Fix several usages of the default locale in Java code.
newt@chromium.org
2014-03-05
1
-1
/
+2
*
aw: Move HardwareRenderer out of BrowserViewRenderer
boliu@chromium.org
2014-03-05
16
-247
/
+208
*
Remove mojo_lexer.py from the copyright license whitelist. The license was
kalman@chromium.org
2014-03-04
1
-2
/
+0
*
Revert 254567 "don't create SkDevice directly, use SkBitmap or (..."
timurrrr@chromium.org
2014-03-04
2
-9
/
+12
*
don't create SkDevice directly, use SkBitmap or (better) SkCanvas::NewRaster ...
reed@google.com
2014-03-03
2
-12
/
+9
*
aw: Fix hardware rendering from r254295
boliu@chromium.org
2014-03-03
1
-5
/
+5
*
Cleanup: Move kBlobScheme constant into content namespace.
tfarina@chromium.org
2014-03-01
1
-1
/
+2
*
aw: Fix hardware draw regression from r253679
boliu@chromium.org
2014-03-01
1
-2
/
+5
*
Disable flaky Android test testReceivingSizeAfterLoadUpdatesLayout.
mpcomplete@google.com
2014-03-01
1
-2
/
+4
*
Suppress several false positive Android lint warnings.
newt@chromium.org
2014-02-28
2
-0
/
+3
*
aw: Turn on favicon retrieval only for tests that need it
boliu@chromium.org
2014-02-28
5
-22
/
+10
*
Re-enable compositor touch hit testing in Android WebView.
zeeshanq@chromium.org
2014-02-28
1
-3
/
+0
*
Revert 253938 "Enable icu_use_data_file_flag on Android"
pkasting@chromium.org
2014-02-28
2
-15
/
+1
*
Block SetContinuousInvalidate during BeginImplFrame
boliu@chromium.org
2014-02-27
2
-11
/
+3
*
[Android] Fix bug in address parser.
benm@chromium.org
2014-02-27
1
-1
/
+2
*
Enable icu_use_data_file_flag on Android
jshin@chromium.org
2014-02-27
2
-1
/
+15
*
Use SparseArrays instead of HashMaps with Integer keys.
newt@chromium.org
2014-02-27
1
-6
/
+5
[next]