summaryrefslogtreecommitdiffstats
path: root/WebKit/android/jni/WebSettings.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move localstorage into private folderJohn Reck2011-01-241-0/+5
* Passing WebSettings cacheMode to the chrome load_flagsKristian Monsen2011-01-191-0/+9
* Not set max decoded image size in WebCore.Shimeng (Simon) Wang2011-01-061-2/+9
* Set 660 permissions on Appcache databaseSteve Block2010-12-211-6/+16
* Set 660 permissions on HTML5 Database API meta databaseSteve Block2010-12-211-2/+12
* Set 660 permissions on Geolocation cache DBSteve Block2010-12-201-2/+13
* Refactor AutoFill so it runs lazily.Ben Murdoch2010-12-061-8/+2
* Fix crash when syncing autofill settings.Ben Murdoch2010-12-021-9/+11
* Use one WebRequestContext per WebViewSteve Block2010-12-011-1/+3
* AutoFill no longer needs a unique profile id native side.Ben Murdoch2010-11-291-4/+0
* Merge Chromium at r65505: Update use of AutoFillProfile.Ben Murdoch2010-11-221-1/+2
* Merge autofill files after last Chromium mergeBen Murdoch2010-11-161-1/+1
* Clear chromium side autofill profiles when java syncs a null profile.Ben Murdoch2010-10-291-0/+6
* Make sure we delete local references to jclass objectsSteve Block2010-10-281-6/+11
* Fixes style in WebRequestContextSteve Block2010-10-271-2/+2
* Fix naming for JNI registration methodsSteve Block2010-10-221-1/+1
* Fix AutoFill after merge to Chromium merge to 7.0.540.0Ben Murdoch2010-10-201-1/+4
* Rename to_string() to jstringToWtfString() for greater claritySteve Block2010-10-151-15/+15
* Support the complete AutoFill profile.Ben Murdoch2010-10-141-13/+34
* Sync autofill profile data from java.Ben Murdoch2010-10-131-4/+38
* Block network loads based on the setting.Patrick Scott2010-10-051-0/+6
* Merge WebKit at r67908: FrameView zoom methods renamed and movedSteve Block2010-09-291-2/+2
* Turn autofill on by default at compile time and make it a browser setting.Ben Murdoch2010-09-281-0/+27
* Fix a couple of WebSettings JNI getters to use GetLongField()Steve Block2010-09-211-2/+2
* Merge WebKit at r67178 : Fix conflicts.Iain Merrick2010-09-161-4/+4
* Merge Webkit at r66666 : Renamed function in Document.hKristian Monsen2010-09-111-1/+1
* add web setting for enabling/disabling synthetic linksCary Clark2010-09-011-0/+7
* Get user agent and accept language from the UI settings.Kristian Monsen2010-08-181-0/+9
* Merge WebKit at r65072: String class has moved to the WTF namespace.Ben Murdoch2010-08-131-2/+2
* Initial work on browser incognito mode history feature.Elliott Slaughter2010-08-041-0/+6
* set maximum image sizeCary Clark2010-06-291-0/+8
* Added setXSSAuditorEnabled support in WebSettings.Elliott Slaughter2010-06-221-0/+5
* Merge webkit.org at r60469 : since @60104 the zoom level functions ar in the ...Leon Clarke2010-06-081-2/+2
* Merge webkit.org at r58033 : Settings::setDatabasesEnabled() has been removedSteve Block2010-05-111-1/+2
* Merge webkit.org at r58033 : Use new ZoomMode enumSteve Block2010-05-111-1/+1
* Add on-demand plugin support.Patrick Scott2010-03-231-5/+13
* Only set the DatabaseTracker path if it has been successfully set to somethin...Ben Murdoch2010-02-251-3/+10
* Moves the Geolocation position cache out of the Geolocation object.Steve Block2010-01-251-2/+2
* Enable WebKit page cache through WebSettings.Grace Kloba2009-12-021-0/+11
* Fixes license headers for all files in WebKit/android, other than those in stl/.Steve Block2009-11-131-1/+1
* Avoid calling setDatabaseDirectoryPath() when the path is already set.Andrei Popescu2009-10-271-1/+2
* Fix a few crashes with assertions enabled.Patrick Scott2009-09-291-1/+1
* Store Geolocation cached position between browser sessions.Steve Block2009-09-071-1/+4
* WebKit changes to persist Geolocation permissions between browser sessions.Steve Block2009-08-241-0/+5
* Fixes build breakage due to missing GeolocationPermissions header.Steve Block2009-08-241-0/+1
* Adds WebKit-side of logic to make Geolocation obey Browser 'Enagle Location' ...Steve Block2009-08-211-0/+5
* Fix some WebKit/ compilation errors.Ben Murdoch2009-08-171-9/+0
* Enable workers for V8Andrei Popescu2009-08-031-0/+22
* Enforce app cache maximum sizeAndrei Popescu2009-07-221-0/+5
* Enable DOM Storage in master with JSC bindings.Ben Murdoch2009-06-151-6/+25