summaryrefslogtreecommitdiffstats
path: root/chrome/browser/in_process_webkit
Commit message (Expand)AuthorAgeFilesLines
* Revert my last...jorlow@chromium.org2009-11-184-38/+68
* Make the WebKitThread object start the WebKit thread on construction (not laz...jorlow@chromium.org2009-11-184-68/+38
* Fixes almost all of the rest of lint errors in the chrome/ directory (minus t...erg@google.com2009-11-132-5/+5
* Upstreaming WebKit.gypyaar@chromium.org2009-11-125-10/+10
* Put local storage files in "Local Storage" instead of "localStorage" director...jorlow@chromium.org2009-11-101-2/+17
* Add bug number for flaky LocalStorageLayoutTests.willchan@chromium.org2009-11-091-0/+1
* Mark DOMStorageTest.LocalStorageLayoutTests as flaky.willchan@chromium.org2009-11-091-1/+1
* Turn LocalStorage on by default.jorlow@chromium.org2009-11-061-1/+0
* Enable the URL portion of storage events. This is mostly just plumbing + a h...jorlow@chromium.org2009-11-055-23/+40
* First half of http://codereview.chromium.org/274014/showjorlow@chromium.org2009-11-045-50/+45
* Fix several MAJOR crashers in Chrome+LocalStorage/Extensions. Need to explic...jorlow@chromium.org2009-10-301-0/+1
* Initial pass of shared workers renderer-side codeatwilson@chromium.org2009-10-302-0/+7
* LocalStorageLayoutTests are flakey on Linux as well.jam@chromium.org2009-10-301-5/+1
* WebSocket support in chromium.ukai@chromium.org2009-10-292-0/+6
* Simplify threading in browser thread by making only ChromeThread deal with di...jam@chromium.org2009-10-275-127/+62
* Mark DOMStorageTest.SessionStorageLayoutTests as flaky.ojan@chromium.org2009-10-261-1/+3
* Adjust flakiness settings to match the adjustments I made to the tests.johnnyg@chromium.org2009-10-221-6/+10
* Webkit roll 49926:49941johnnyg@chromium.org2009-10-221-12/+12
* Add the first event ui test + a bunch of refactoring.jorlow@chromium.org2009-10-201-26/+80
* Oops, dom_storage_dispatcher_host.h got left out of the change, and I introdu...pkasting@chromium.org2009-10-152-15/+1
* Add the ability to purge memory to LocalStorage. This deletes the underlying...pkasting@chromium.org2009-10-159-54/+195
* More style nits.erg@google.com2009-10-141-15/+14
* Mark DOMStorageTest.LocalStorageLayoutTests as flaky.jhawkins@chromium.org2009-10-071-1/+10
* Fix a major DOM Storage memory leak and try again to enable the UI tests.jorlow@chromium.org2009-10-075-12/+8
* Revert.jorlow@chromium.org2009-10-061-2/+9
* Re-enable the DOM Storage ui tests that worked orginally.jorlow@chromium.org2009-10-061-9/+2
* Another stab at the Chromium side of storage events. Re-submission of http:/...jorlow@chromium.org2009-10-0310-36/+192
* Add quota support.jorlow@chromium.org2009-10-034-7/+12
* Reverting 27756.jorlow@chromium.org2009-10-0110-189/+34
* Another stab at the Chromium side of storage events. The WebKit side can be ...jorlow@chromium.org2009-10-0110-34/+189
* Crash the renderer not the browser when we see a storage area ID or namespace IDjorlow@chromium.org2009-09-242-15/+69
* Create an enum for local storage vs. session storage rather than usingjorlow@chromium.org2009-09-224-13/+15
* Get rid of the half-working traces of locking, caching, and quotas. Itjorlow@chromium.org2009-09-112-69/+4
* Refactor DOM storage to be more object oriented. All the DOMStorageDispatche...jorlow@chromium.org2009-09-0812-150/+511
* Add a nullable string16 class to base. It combines a string16 + a null paramjorlow@chromium.org2009-08-272-8/+6
* Revert 23286jorlow@chromium.org2009-08-131-0/+7
* Another attempt to enable the local storage ui test based layout tests.jorlow@chromium.org2009-08-131-7/+0
* The spec for ____storage.key() changed. Now, instead of raising an exception...jorlow@chromium.org2009-08-111-3/+3
* Completely disable DOM Storage UI test until https://bugs.webkit.org/show_bug...jorlow@chromium.org2009-08-081-0/+6
* Re-enable the ui test based layout tests for DOM Storage.jorlow@chromium.org2009-08-081-8/+3
* Another try to make Valgrind errors go away without figuring out how to do a ...jorlow@chromium.org2009-08-051-0/+6
* Temporarily disable DOM Storage tests since they are exposingjorlow@chromium.org2009-08-051-3/+3
* Run the DOM Storage layout tests in the UI test framework since the test shel...jorlow@chromium.org2009-08-052-1/+75
* This CL is doing a bunch of Misc work to make LocalStorage data persist.jorlow@chromium.org2009-08-054-13/+16
* Cross-process Message Port implementation.jam@chromium.org2009-08-042-0/+7
* The final CL for plumbing DOM Storage.jorlow@chromium.org2009-07-242-0/+22
* One part of many for enabling DOM Storage.jorlow@chromium.org2009-07-234-21/+457
* Split the IPC code into ipc/agl@chromium.org2009-07-221-1/+1
* Simplify the WebKit thread model. It's now created/destroyed on the UI threa...jorlow@chromium.org2009-07-085-123/+59
* Add getFileSize support to chromiumvictorw@chromium.org2009-07-032-0/+7