summaryrefslogtreecommitdiffstats
path: root/chrome/renderer/renderer_webkitclient_impl.cc
Commit message (Expand)AuthorAgeFilesLines
* Implement WebCookieJar.darin@chromium.org2010-02-251-99/+5
* Only pump messages during a cookie query if it results in a user prompt.darin@chromium.org2010-02-241-3/+21
* Revert 39732 due to reliability bot failures.darin@chromium.org2010-02-231-16/+0
* Notify when database access is blocked due to content settings.jochen@chromium.org2010-02-231-0/+16
* Revert back to using Send for now.darin@chromium.org2010-02-231-6/+4
* Suppress calls to willEnter/didExitModalLoop to avoid deferring resource loadsdarin@chromium.org2010-02-231-0/+6
* Add MessageLoop::QuitNow and use it to terminate a sync IPC.darin@chromium.org2010-02-231-5/+1
* WebKit roll 55080:55089agl@chromium.org2010-02-221-0/+5
* Verify that SendAndRunNestedMessageLoop is the source of the Intl2darin@chromium.org2010-02-201-1/+5
* Modal loops of joy.darin@chromium.org2010-02-181-11/+17
* Change ViewHostMsg_SetCookie to be routed so we can show the blocked cookiedarin@chromium.org2010-02-121-4/+18
* Revert 38777 - Change ViewHostMsg_SetCookie to be routed so we can show the b...darin@chromium.org2010-02-111-15/+4
* Change ViewHostMsg_SetCookie to be routed so we can show the blocked cookiedarin@chromium.org2010-02-111-4/+15
* Introduce all the plumbing for Session Storage. This mostly consists of crea...jorlow@chromium.org2010-01-151-6/+0
* Remove unnecessary references to webkit/glue/glue_util.h indarin@chromium.org2010-01-131-9/+8
* Finish the plumbing for cookiesEnabled.abarth@chromium.org2010-01-131-0/+9
* This reverts commit r35458.agl@chromium.org2010-01-041-5/+0
* ...agl@chromium.org2010-01-041-0/+5
* Turn on shared workers by defaultatwilson@chromium.org2009-11-141-2/+2
* Cleans up a bit the DB-related methods.dumi@chromium.org2009-11-131-15/+8
* Upstreaming WebKit.gypyaar@chromium.org2009-11-121-5/+5
* Added support for --enable-shared-workersatwilson@chromium.org2009-11-051-0/+5
* Enable the URL portion of storage events. This is mostly just plumbing + a h...jorlow@chromium.org2009-11-051-2/+2
* First half of http://codereview.chromium.org/274014/showjorlow@chromium.org2009-11-041-0/+14
* Initial pass of shared workers renderer-side codeatwilson@chromium.org2009-10-301-0/+5
* Random style fixes in the database backend.brettw@chromium.org2009-10-291-21/+21
* DevTools: Implement raw cookies access for inspector.pfeldman@chromium.org2009-10-291-0/+36
* Adds support for the <keygen> tag for client certificate enrollmentwtc@chromium.org2009-10-231-0/+16
* Add quota support.jorlow@chromium.org2009-10-031-3/+2
* Minor cleanup in WebKitClient.darin@chromium.org2009-10-021-2/+3
* Make sudden termination into a counter.estade@chromium.org2009-10-021-0/+13
* Create an enum for local storage vs. session storage rather than usingjorlow@chromium.org2009-09-221-2/+2
* Chromium side patch for DB support on Linux.dumi@chromium.org2009-08-281-9/+43
* Retrofit the pre-existing appache message dispatching with the new WebKit API...michaeln@google.com2009-08-211-0/+10
* Add some helper methods for constructing a WebCString from UTF16 input,darin@chromium.org2009-08-111-1/+1
* This CL is doing a bunch of Misc work to make LocalStorage data persist.jorlow@chromium.org2009-08-051-0/+11
* Cross-process Message Port implementation.jam@chromium.org2009-08-041-0/+6
* Assorted fixes for 64-bit.deanm@chromium.org2009-07-281-1/+1
* Adding HTML5 DB support to Chromium: Chromium changesdumi@chromium.org2009-07-271-0/+48
* The final CL for plumbing DOM Storage.jorlow@chromium.org2009-07-241-0/+17
* Introduce WebLocalizedString and queryLocalizedString methodsdarin@chromium.org2009-07-171-12/+12
* Add getFileSize support to chromiumvictorw@chromium.org2009-07-031-0/+12
* Linux: plumb fontconfig call out to the sandbox host.agl@chromium.org2009-06-251-1/+24
* Rename |policy_url| to |first_party_for_cookies|. This now matches the WebKi...abarth@chromium.org2009-05-231-5/+6
* Move WebKit API to src/webkit/api.darin@chromium.org2009-05-101-2/+2
* Fix sudden termination after the latest WebKit merge.jam@chromium.org2009-04-251-0/+6
* Chrome changes to support WebKit API changes.darin@chromium.org2009-04-161-4/+5
* Enable running webkit tests in parallel and make it useojan@google.com2009-03-301-0/+4
* Chrome-side of moving webkit/glue/cache_manager.{h,cc} to the WebKit API layer.darin@chromium.org2009-03-191-3/+2
* Implement WebSandboxSupport.darin@chromium.org2009-03-121-2/+24