summaryrefslogtreecommitdiffstats
path: root/WebKit/android
Commit message (Expand)AuthorAgeFilesLines
* Merge "Fix crash when syncing autofill settings."Ben Murdoch2010-12-021-9/+11
|\
| * Fix crash when syncing autofill settings.Ben Murdoch2010-12-021-9/+11
* | Enable SPDY, and renames initChromiumLoggingKristian Monsen2010-12-024-13/+14
|/
* Use one WebRequestContext per WebViewSteve Block2010-12-0117-113/+108
* Merge "b/2864818 setting the appropriate error code for certificate error."Huahui Wu2010-12-013-0/+19
|\
| * b/2864818 setting the appropriate error code for certificate error.Huahui Wu2010-12-013-0/+19
* | Merge "Do more AutoFill steup lazily"Steve Block2010-12-012-5/+11
|\ \
| * | Do more AutoFill steup lazilySteve Block2010-12-012-5/+11
* | | Merge "Fix a bug when cleaning up private browsing"Steve Block2010-12-015-59/+76
|\ \ \ | |/ /
| * | Fix a bug when cleaning up private browsingSteve Block2010-12-015-59/+76
* | | Merge "Youtube urls can now start with /v/ or /e/"Kristian Monsen2010-12-011-1/+4
|\ \ \ | |/ / |/| |
| * | Youtube urls can now start with /v/ or /e/Kristian Monsen2010-12-011-1/+4
* | | WtfStringToJString should be able to return a valid string on empty inputBen Murdoch2010-12-013-5/+7
* | | Merge "Add FlushCookieStore() method to CookieManager (C++ side)."Iain Merrick2010-12-011-0/+9
|\ \ \
| * | | Add FlushCookieStore() method to CookieManager (C++ side).Iain Merrick2010-12-011-0/+9
| |/ /
* | | pass the x and y to retrieve anchor dataCary Clark2010-12-012-17/+25
|/ /
* | Merge "hit test complete node even if partially visible"Cary Clark2010-11-301-3/+5
|\ \
| * | hit test complete node even if partially visibleCary Clark2010-11-291-3/+5
| |/
* | Remove a superfluous TODO in ResourceLoaderAndroid.cppSteve Block2010-11-301-1/+0
* | Merge "Provide a URLRequestContext directly to AutoFill, rather than a factor...Steve Block2010-11-301-6/+1
|\ \ | |/ |/|
| * Provide a URLRequestContext directly to AutoFill, rather than a factory functionSteve Block2010-11-301-6/+1
* | Merge "AutoFill no longer needs a unique profile id native side."Ben Murdoch2010-11-291-4/+0
|\ \
| * | AutoFill no longer needs a unique profile id native side.Ben Murdoch2010-11-291-4/+0
* | | Merge changes I006cddf2,Ib304a845,I4622749dSteve Block2010-11-299-61/+50
|\ \ \ | | |/ | |/|
| * | Moves implementation of ResourceLoaderAndroid to ResourceLoaderAndroid.cppSteve Block2010-11-292-30/+20
| * | Add a static WebRequestContext::acceptLanguage() methodSteve Block2010-11-293-15/+20
| * | Make WebCookieJar::get() threadsafeSteve Block2010-11-296-16/+10
* | | scroll the selection when dragging near the edgeCary Clark2010-11-291-0/+21
* | | Merge "Factor out WebCache from WebRequestContext"Steve Block2010-11-294-67/+99
|\ \ \ | |/ / | | / | |/ |/|
| * Factor out WebCache from WebRequestContextSteve Block2010-11-294-67/+99
* | Merge "Minor code cleanup in WebCookieJar"Steve Block2010-11-262-25/+20
|\ \ | |/
| * Minor code cleanup in WebCookieJarSteve Block2010-11-262-25/+20
* | Merge "Factor out CookieManager from WebRequestContext"Steve Block2010-11-266-97/+234
|\ \ | |/
| * Factor out CookieManager from WebRequestContextKristian Monsen2010-11-266-97/+234
* | Merge "No longer need to pass storage paths to WebRequestContext.cleanupPriva...Steve Block2010-11-263-17/+8
|\ \ | |/
| * No longer need to pass storage paths to WebRequestContext.cleanupPrivateBrows...Steve Block2010-11-263-17/+8
* | Merge "Fixes WebResourceRequest to correctly set load flags"Steve Block2010-11-261-21/+29
|\ \ | |/ |/|
| * Fixes WebResourceRequest to correctly set load flagsSteve Block2010-11-251-21/+29
* | Session cookies are now persistent.Iain Merrick2010-11-251-1/+1
* | Set useCachedCredentials to true on first auth request.Iain Merrick2010-11-254-10/+10
* | Merge "Removing CRASH() from asserts in WebRequest.cpp"Kristian Monsen2010-11-241-1/+0
|\ \
| * | Removing CRASH() from asserts in WebRequest.cppKristian Monsen2010-11-241-1/+0
* | | fix radio, checkbox hit testingCary Clark2010-11-242-7/+9
* | | reenable draw extras when GL is turned onCary Clark2010-11-236-25/+108
* | | Revert "Merge Chromium at r65505: Work around regression introduced by 64761"Ben Murdoch2010-11-231-6/+0
|/ /
* | Merge "By default, provide native AutoFill with an empty profile."Ben Murdoch2010-11-232-1/+25
|\ \
| * | By default, provide native AutoFill with an empty profile.Ben Murdoch2010-11-232-1/+25
* | | Merge "Call maybeSavePassword() from Chrome HTTP stack."Iain Merrick2010-11-221-1/+5
|\ \ \
| * | | Call maybeSavePassword() from Chrome HTTP stack.Iain Merrick2010-11-221-1/+5
* | | | Merge "Add maybeSavePassword() method to WebFrame."Iain Merrick2010-11-222-88/+140
|\ \ \ \ | |/ / /