summaryrefslogtreecommitdiffstats
path: root/WebKit
Commit message (Expand)AuthorAgeFilesLines
* Update the layers onlyNicolas Roard2010-11-013-16/+56
* Fix WebCoreStringToJString() to not delete the local reference to the new jst...Steve Block2010-11-0112-131/+94
* Merge changes I28fb1392,I6b881465Steve Block2010-10-291-1/+56
|\
| * CookieManager.getCookie() should return null rather than the empty stringSteve Block2010-10-291-1/+1
| * Hook up remaining CookieManager methodsSteve Block2010-10-291-0/+55
* | Notify WebKit of redirects in the Chrome HTTP stack.Iain Merrick2010-10-293-13/+28
* | Merge "Allow Gmail attachments to be viewed."Iain Merrick2010-10-296-33/+90
|\ \
| * | Allow Gmail attachments to be viewed.Iain Merrick2010-10-286-33/+90
* | | Clear chromium side autofill profiles when java syncs a null profile.Ben Murdoch2010-10-293-0/+24
* | | Merge "allow contained draws to identify a link"Cary Clark2010-10-281-10/+15
|\ \ \ | |/ / |/| |
| * | allow contained draws to identify a linkCary Clark2010-10-281-10/+15
* | | Merge "CookieManager.getCookie() should include HTTP-only cookies"Steve Block2010-10-281-1/+3
|\ \ \ | | |/ | |/|
| * | CookieManager.getCookie() should include HTTP-only cookiesSteve Block2010-10-281-1/+3
* | | Use Tasks for WebRequest -> WebUrlLoaderClient callbacks.Iain Merrick2010-10-285-184/+106
|/ /
* | Make sure we delete local references to jclass objectsSteve Block2010-10-2815-13/+74
* | Fix for split text bug.Nicolas Roard2010-10-271-1/+1
* | Merge "Fix a missing namespace in WebCache"Steve Block2010-10-271-3/+5
|\ \
| * | Fix a missing namespace in WebCacheSteve Block2010-10-271-3/+5
* | | Merge "Hook up CookieManager.getCookie() for Chromium HTTP stack"Steve Block2010-10-271-10/+34
|\ \ \ | |/ /
| * | Hook up CookieManager.getCookie() for Chromium HTTP stackSteve Block2010-10-271-10/+34
* | | Merge "Hook up CookieManager.acceptCookie() and setAcceptCookie() for the Chr...Steve Block2010-10-275-2/+70
|\ \ \ | |/ /
| * | Hook up CookieManager.acceptCookie() and setAcceptCookie() for the Chromium H...Steve Block2010-10-275-2/+70
* | | Merge "Fix some problems in WebCoreFrameBridge when using JNIEnv::NewString()"Steve Block2010-10-271-21/+18
|\ \ \
| * | | Fix some problems in WebCoreFrameBridge when using JNIEnv::NewString()Steve Block2010-10-271-21/+18
| |/ /
* | | Update playback state after full screen video return.Shimeng (Simon) Wang2010-10-271-0/+1
| |/ |/|
* | rewrite select text and others for layersCary Clark2010-10-2710-127/+247
|/
* Update Chromium HTTP stack to get database and cache paths from CookieSyncMan...Steve Block2010-10-272-22/+16
* Fix WebRequestContext::get() to be threadsafeSteve Block2010-10-273-0/+16
* Fixes style in WebRequestContextSteve Block2010-10-279-57/+66
* Fix build break.Iain Merrick2010-10-271-1/+1
* Only AV formats should be handled by MediaPlayer (C++ side)Iain Merrick2010-10-273-8/+8
* Fix random crashes when HW acceleration is turned on.Nicolas Roard2010-10-261-1/+10
* Fix potential crash in Nav Cache code introduced by WebKit mergeBen Murdoch2010-10-264-43/+44
* Update selection after keypresses.Leon Scroggins2010-10-261-4/+6
* Merge Webkit at r70209: StringBuilder.h moved to WTF.Ben Murdoch2010-10-261-1/+1
* Merge Webkit at r70209: ImageColorSpace type no longer exists.Ben Murdoch2010-10-261-3/+3
* Merge Webkit at r70209: DeprecatedInputType is now private.Ben Murdoch2010-10-263-21/+33
* Merge WebKit at r70209: Initial merge by GitBen Murdoch2010-10-26287-2913/+8699
* Merge "Remove unused dispatchDidLoadResourceByXMLHttpRequest"Ben Murdoch2010-10-252-5/+0
|\
| * Remove unused dispatchDidLoadResourceByXMLHttpRequestBen Murdoch2010-10-252-5/+0
* | Hide details of private browsing for URLRequestContext from Chromium AutoFill...Steve Block2010-10-251-1/+6
* | Add a JNI method to determine which HTTP stack is in useSteve Block2010-10-251-1/+10
|/
* Fix for ALT_HTTP build breakKristian Monsen2010-10-222-2/+4
* For non user-scrolled scroll, don't send scroll event.Shimeng (Simon) Wang2010-10-222-8/+10
* Merge "Hook up CookieManager.removeAllCookie() for the Chromium HTTP stack"Steve Block2010-10-224-1/+65
|\
| * Hook up CookieManager.removeAllCookie() for the Chromium HTTP stackSteve Block2010-10-224-1/+65
* | Merge "Fix a compiler warning in WebRequest.cpp"Steve Block2010-10-221-2/+2
|\ \ | |/ |/|
| * Fix a compiler warning in WebRequest.cppSteve Block2010-10-221-2/+2
* | Fix naming for JNI registration methodsSteve Block2010-10-2214-42/+42
|/
* Merge "Fix debug statements."Patrick Scott2010-10-212-1/+2
|\