summaryrefslogtreecommitdiffstats
path: root/WebKit
Commit message (Expand)AuthorAgeFilesLines
* Merge WebKit at r67908: Initial merge by GitSteve Block2010-09-29193-2022/+8130
* Merge "Turn autofill on by default at compile time and make it a browser sett...Steve Block2010-09-283-0/+57
|\
| * Turn autofill on by default at compile time and make it a browser setting.Ben Murdoch2010-09-283-0/+57
* | Hide the soft keyboard when a blur happens.Leon Scroggins2010-09-284-2/+39
|/
* Merge "Update the storage locations used by the Chromium HTTP stack"Steve Block2010-09-283-32/+52
|\
| * Update the storage locations used by the Chromium HTTP stackSteve Block2010-09-283-32/+52
* | Bug: 2372180Huahui Wu2010-09-272-9/+24
|/
* Integrate AutoFill with WebTextView in Java.Ben Murdoch2010-09-236-7/+81
* 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
* Fix WebStorage's DeleteAllData() to clear all AppCache entries from memorySteve Block2010-09-211-1/+7
* Fix a couple of WebSettings JNI getters to use GetLongField()Steve Block2010-09-211-2/+2
* HTTP auth for Chromium HTTP stack (C++ side)Iain Merrick2010-09-208-6/+157
* Merge WebKit at r67178 : Add FrameNetworkingContextAndroid.Iain Merrick2010-09-163-0/+57
* Merge WebKit at r67178 : Fix CacheBuilder.Iain Merrick2010-09-162-8/+10
* Merge WebKit at r67178 : Fix conflicts.Iain Merrick2010-09-161-4/+4
* Merge WebKit at r67178 : Initial merge by git.Iain Merrick2010-09-16122-1383/+3321
* Merge "Remove alt http from chrome stack user agent"Kristian Monsen2010-09-151-1/+0
|\
| * Remove alt http from chrome stack user agentKristian Monsen2010-09-151-1/+0
* | Merge "clip img elements the same as text"Cary Clark2010-09-141-9/+12
|\ \ | |/ |/|
| * clip img elements the same as textCary Clark2010-09-131-9/+12
* | Merge "Accessibility support for WebViews"Shimeng (Simon) Wang2010-09-132-44/+381
|\ \
| * | Accessibility support for WebViewsSvetoslav Ganov2010-09-132-44/+381
| |/
* | Initial autofill changes in libwebcore.Ben Murdoch2010-09-1317-4/+1444
|/
* Merge Webkit at r66666 : Renamed function in Document.hKristian Monsen2010-09-111-1/+1
* Merge Webkit at r66666 : Adding Exception code to collapseToStartKristian Monsen2010-09-111-2/+3
* Merge Webkit at r66666 : Renamed function in Settings.hKristian Monsen2010-09-111-1/+1
* Merge WebKit at r66666 : Initial merge by git.Kristian Monsen2010-09-11134-2277/+5357
* Allow WebKit to scroll selection on screen.Leon Scroggins2010-09-105-16/+60
* Set mime type for special android urlsKristian Monsen2010-09-082-1/+5
* Merge WebKit at r66079 : Initial merge by gitSteve Block2010-09-02164-778/+5605
* Use the correct types in SaveWebArchive.Elliott Slaughter2010-09-011-3/+3
* Cleanup temporary incognito mode files after last tab closes.Elliott Slaughter2010-09-014-15/+90
* Merge "add web setting for enabling/disabling synthetic links"Cary Clark2010-09-011-0/+7
|\
| * add web setting for enabling/disabling synthetic linksCary Clark2010-09-011-0/+7
* | Move all external/chromiumn includes to one fileKristian Monsen2010-08-3110-28/+82
|/
* fix monkey crash in nav cacheCary Clark2010-08-311-20/+4
* Merge "Checking that all load operations are done in order."Kristian Monsen2010-08-272-3/+63
|\
| * Checking that all load operations are done in order.Kristian Monsen2010-08-272-3/+63
* | fix button cursor stateCary Clark2010-08-271-1/+2
* | Merge "Use upstream version of ANDROID_HITTEST_WITHSIZE"Steve Block2010-08-271-12/+10
|\ \ | |/ |/|
| * Use upstream version of ANDROID_HITTEST_WITHSIZESteve Block2010-08-271-12/+10
* | Create HttpAuthHandlerFactory to fix HTTP auth crashes.Iain Merrick2010-08-261-1/+2
* | Add a NULL guard.Shimeng (Simon) Wang2010-08-251-1/+3
* | Merge "Preserve the zoomFactor when a new frameview is created."Shimeng (Simon) Wang2010-08-251-0/+4
|\ \
| * | Preserve the zoomFactor when a new frameview is created.Shimeng (Simon) Wang2010-08-251-0/+4
* | | Merge "simplify cursor ring draw state"Cary Clark2010-08-251-37/+34
|\ \ \ | |/ / |/| |
| * | simplify cursor ring draw stateCary Clark2010-08-251-37/+34