summaryrefslogtreecommitdiffstats
path: root/Source/WebKit/android/jni/WebCoreFrameBridge.cpp
Commit message (Expand)AuthorAgeFilesLines
* Control access to inherited methods of jsinterface objectsSelim Gurun2012-09-101-7/+11
* Provide referer when download requestedSelim Gurun2012-08-291-3/+5
* Remove usages of getCanvasJohn Reck2012-08-061-1/+0
* Use scoped_refptr's rather than naked ptrs.Selim Gurun2012-06-071-5/+5
* am 284e9fee: am c8d518ba: Merge "properly convert data from utf-16 to utf-8 i...Victoria Lease2012-05-241-3/+3
|\
| * properly convert data from utf-16 to utf-8 in LoadData()Victoria Lease2012-05-241-3/+3
* | Switch to client-based GeolocationSteve Block2012-05-221-9/+7
|/
* Fix ssl client certs to use the private key ctxSelim Gurun2012-05-041-38/+56
* New touch input supportJohn Reck2012-04-111-1/+0
* Drop support for Android HTTP stackSteve Block2012-02-221-133/+0
* Remove unused cache methodsSteve Block2012-02-221-14/+0
* frameworks/base refactoring.Mathias Agopian2012-02-171-1/+1
* Remove JSC-specific code and V8 guards from Android-specific codeSteve Block2012-02-161-61/+2
* Rename LOG_ASSERT to ALOG_ASSERT DO NOT MERGESteve Block2012-01-101-66/+66
* Rename (IF_)LOGE(_IF) to (IF_)ALOGE(_IF) DO NOT MERGESteve Block2012-01-081-1/+1
* Rename (IF_)LOGW(_IF) to (IF_)ALOGW(_IF) DO NOT MERGESteve Block2012-01-061-5/+5
* Rename (IF_)LOGD(_IF) to (IF_)ALOGD(_IF) DO NOT MERGESteve Block2012-01-031-2/+2
* Merge "Audit misuse of PassRefPtr"Russell Brenner2011-11-171-5/+5
|\
| * Audit misuse of PassRefPtrRussell Brenner2011-11-161-5/+5
* | Removing ANDROID_INSTRUMENTATION codeKristian Monsen2011-11-171-166/+0
|/
* Fix assertion message.George Mount2011-11-101-1/+2
* Offset scroll area by the scroll origin on AndroidGeorge Mount2011-11-091-0/+21
* Rename LOGV(_IF) to ALOGV(_IF) DO NOT MERGESteve Block2011-10-251-20/+20
* Merge "Fix uses of GetByteArrayElements() in WebCoreFrameBridge" into ics-mr0Steve Block2011-10-131-18/+12
|\
| * Fix uses of GetByteArrayElements() in WebCoreFrameBridgeSteve Block2011-10-121-18/+12
* | Correctly guard WebFrame methods needed only with the Chromium HTTP stackSteve Block2011-10-121-6/+1
|/
* Modify BrowserFrame.requestClientCert() to take the host and port as a StringSteve Block2011-10-121-8/+5
* Post a full WebView inval when we navigate to a new page.Ben Murdoch2011-09-211-5/+0
* Make sure WebViewClient.onPageStarted() doesn't preceed WebViewClient.shouldO...Steve Block2011-08-311-5/+7
* Fix PictureSet invlidation rectangle bugBen Murdoch2011-08-261-0/+5
* Merge "Remove shouldOverrideUrlLoading restrictions"John Reck2011-08-171-6/+0
|\
| * Remove shouldOverrideUrlLoading restrictionsJohn Reck2011-08-171-6/+0
* | Lazily decode assets for form controls.Ben Murdoch2011-08-161-3/+2
|/
* Merge "Add missing calls to JavaInstance::end() in JavaNPObjectInvoke() and J...Steve Block2011-08-101-4/+1
|\
| * Add missing calls to JavaInstance::end() in JavaNPObjectInvoke() and JavaNPOb...Steve Block2011-08-081-4/+1
* | Plumb a bool through to Java to supress auth dialog.Ben Murdoch2011-08-051-3/+3
|/
* Safely convert punycode IDN to Unicode for display.Shimeng (Simon) Wang2011-07-211-3/+23
* Merge "Possible fix for bug 3335863: 3-second delay before Incognito state is...Kristian Monsen2011-07-081-0/+4
|\
| * Possible fix for bug 3335863: 3-second delay before Incognito state is clearedKristian Monsen2011-07-011-0/+4
* | When restoring the global reference in the WeakJavaInstance destructor, alway...Steve Block2011-07-081-13/+11
* | Avoid leaking JNI local references in UrlInterceptResponseSteve Block2011-07-061-1/+3
|/
* Merge Chromium at r11.0.696.0: Just AutoFill => Autofill renamingKristian Monsen2011-06-291-2/+2
* 2nd try: Bubbles up the url that has the invalid certificate.Huahui Wu2011-06-281-3/+6
* Revert "Bubbles up the url that has the invalid certificate."Huahui Wu2011-06-281-6/+3
* Bubbles up the url that has the invalid certificate.Huahui Wu2011-06-271-3/+6
* Merge WebKit at r84325: Fix uses of JavaInstance.Ben Murdoch2011-06-101-6/+14
* Implement net::URLRequest::Delegate::OnCertificateRequestedBrian Carlstrom2011-06-091-0/+109
* Merge WebKit at r82507: IcondDatabaseBase::iconForPageURL() renamedSteve Block2011-06-081-1/+3
* Always check weak global references before using themSteve Block2011-06-021-70/+156
* Merge WebKit at r80534: Fix IconDatabase uses.Ben Murdoch2011-06-021-1/+1