summaryrefslogtreecommitdiffstats
path: root/WebKit/android/WebCoreSupport
Commit message (Expand)AuthorAgeFilesLines
...
* | | Merge "Sync autofill profile data from java."Ben Murdoch2010-10-132-20/+19
|\ \ \
| * | | Sync autofill profile data from java.Ben Murdoch2010-10-132-20/+19
* | | | Merge "Implement DeviceMotionEvent"Steve Block2010-10-131-1/+2
|\ \ \ \ | |/ / / |/| | |
| * | | Implement DeviceMotionEventSteve Block2010-10-081-1/+2
* | | | Fix WebCore/WebKit layering violation.Ben Murdoch2010-10-081-0/+6
* | | | Fix a WebCore/WebKit layering violationBen Murdoch2010-10-081-0/+6
|/ / /
* | | Merge "Prepare DeviceOrientationManager for implementation of DeviceMotion"Steve Block2010-10-081-1/+1
|\ \ \
| * | | Prepare DeviceOrientationManager for implementation of DeviceMotionSteve Block2010-10-071-1/+1
* | | | Remove dependency of WebCore ScreenAndroid on platform APISteve Block2010-10-081-1/+19
* | | | Revert "Prohibit scrolling not initiated by the user."Leon Scroggins2010-10-071-12/+0
|/ / /
* | | Merge WebKit at r68651 : Added WebCore::Page* parameter to didTransferChildFr...Kristian Monsen2010-10-072-2/+2
* | | Merge WebKit at r68651 : Default implementation for allowScriptExtensionKristian Monsen2010-10-071-0/+2
* | | Merge WebKit at r68651 : Implement controller destroyed callbacks for DeviceO...Steve Block2010-10-074-0/+12
* | | Implement supportsType in MediaPlayerPrivateAndroid.Shimeng (Simon) Wang2010-10-061-0/+7
* | | Hook up WebView.clearCache() for the Chromium HTTP stackSteve Block2010-10-063-0/+156
* | | Merge changes I27224716,I6102bbceKristian Monsen2010-10-051-2/+3
|\ \ \
| * | | Don't include JavaScriptCore/config.h from WebCore/WebCorePrefix.hKristian Monsen2010-10-051-2/+3
* | | | Merge "Block network loads based on the setting."Patrick Scott2010-10-051-2/+8
|\ \ \ \ | |/ / / |/| | |
| * | | Block network loads based on the setting.Patrick Scott2010-10-051-2/+8
* | | | When a page fails to load, notify that the page is finishedLeon Scroggins III2010-10-041-0/+3
|/ / /
* | | Update AndroidURLRequestContextGetter to take a pointer to the getter functionSteve Block2010-10-011-1/+1
* | | Update WebRequestContext static getters to return pointers to the base classSteve Block2010-10-014-9/+9
* | | Merge WebKit at r67908: FrameView zoom methods renamed and movedSteve Block2010-09-291-3/+3
* | | Merge WebKit at r67908: ResourceLoader now makes use of NetworkingContextSteve Block2010-09-292-6/+69
* | | Merge WebKit at r67908: FrameLoaderClient now commits data directly to LoaderSteve Block2010-09-291-12/+3
* | | Merge WebKit at r67908: Implement new FrameLoaderClient::canShowMIMETypeAsHTML()Steve Block2010-09-292-0/+5
* | | Merge WebKit at r67908: ResourceHandleClient::didFinishLoading() now takes fi...Steve Block2010-09-291-1/+1
* | | Merge "Turn autofill on by default at compile time and make it a browser sett...Steve Block2010-09-282-0/+30
|\ \ \
| * | | Turn autofill on by default at compile time and make it a browser setting.Ben Murdoch2010-09-282-0/+30
* | | | Hide the soft keyboard when a blur happens.Leon Scroggins2010-09-282-1/+6
|/ / /
* | | Update the storage locations used by the Chromium HTTP stackSteve Block2010-09-282-26/+41
* | | Integrate AutoFill with WebTextView in Java.Ben Murdoch2010-09-233-7/+48
* | | Remove #if USE(CHROME_NETWORK_STACK) guards from headersKristian Monsen2010-09-232-9/+0
* | | Fix a bug that would cause the AutoFill server to return an error.Ben Murdoch2010-09-231-1/+4
* | | Add more profile data to the canned profile.Ben Murdoch2010-09-231-0/+5
* | | Fix a compiler warning in WebResourceRequestSteve Block2010-09-221-2/+2
* | | HTTP auth for Chromium HTTP stack (C++ side)Iain Merrick2010-09-206-5/+86
* | | Merge WebKit at r67178 : Add FrameNetworkingContextAndroid.Iain Merrick2010-09-163-0/+57
* | | Remove alt http from chrome stack user agentKristian Monsen2010-09-151-1/+0
* | | Initial autofill changes in libwebcore.Ben Murdoch2010-09-1315-4/+1422
* | | Allow WebKit to scroll selection on screen.Leon Scroggins2010-09-101-1/+1
* | | Set mime type for special android urlsKristian Monsen2010-09-082-1/+5
* | | Cleanup temporary incognito mode files after last tab closes.Elliott Slaughter2010-09-013-15/+74
* | | Move all external/chromiumn includes to one fileKristian Monsen2010-08-3110-28/+82
* | | Checking that all load operations are done in order.Kristian Monsen2010-08-272-3/+63
* | | Create HttpAuthHandlerFactory to fix HTTP auth crashes.Iain Merrick2010-08-261-1/+2
* | | Preserve the zoomFactor when a new frameview is created.Shimeng (Simon) Wang2010-08-251-0/+4
* | | Special file uris have to be handled in Java.Kristian Monsen2010-08-249-20/+170
* | | Merge changes I2e7e2317,Ie6ccde3a,I3e89f231,Id06ff339,I268dfe7d,Icaf70d9f,Ie2...Steve Block2010-08-243-5/+4
|\ \ \
| * | | Merge WebKit at r65615 : processingUserGesture() is now static.Iain Merrick2010-08-231-1/+1