| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove webkit/browser/, point everything to storage/browser/ instead | pilgrim | 2014-09-10 | 2 | -2/+2 |
* | Remove storage-related redirect headers in webkit/common/, update #includes a... | pilgrim | 2014-09-10 | 1 | -2/+2 |
* | Change base/file_utils.h includes to base/files/file_utils.h in content/ | thestig | 2014-09-05 | 8 | -8/+8 |
* | Remove implicit conversions from scoped_refptr to T* in content/browser/dom_s... | dcheng | 2014-08-26 | 3 | -17/+18 |
* | Collapse fileapi, webkit_blob, webkit_database, quota, and webkit_common name... | pilgrim@chromium.org | 2014-08-22 | 5 | -15/+15 |
* | Move dom_storage test data file from webkit/ to content/ | tfarina@chromium.org | 2014-07-19 | 1 | -5/+4 |
* | Decouple IPC::MessageFilter from IPC::Channel | morrita@chromium.org | 2014-06-13 | 2 | -2/+2 |
* | Remove IPC_BEGIN_MESSAGE_MAP_EX macro since r270839 made all bad IPCs kill th... | jam@chromium.org | 2014-05-16 | 2 | -5/+3 |
* | Move mock_special_storage_policy from webkit/ to content/public/test/ | pilgrim@chromium.org | 2014-04-30 | 1 | -3/+3 |
* | Move ContentBrowserTest class to content/public, since it's used by component... | jam@chromium.org | 2014-03-27 | 1 | -2/+2 |
* | Fix "unreachable code" warnings (MSVC warning 4702) in content/. | pkasting@chromium.org | 2014-03-19 | 1 | -2/+0 |
* | Remove BrowserContext::PurgeMemory(). The MemoryPurger is gone. | pkasting@chromium.org | 2014-03-13 | 5 | -24/+0 |
* | Move WriteFile and WriteFileDescriptor from file_util to base namespace. | brettw@chromium.org | 2014-03-06 | 1 | -1/+1 |
* | Allow MessageFilters to restrict listening to specific message classes | jdduke@chromium.org | 2014-02-26 | 1 | -1/+2 |
* | Revert "Allow MessageFilters to restrict listening to specific message classes" | jdduke@chromium.org | 2014-02-21 | 1 | -2/+1 |
* | Allow MessageFilters to restrict listening to specific message classes | jdduke@chromium.org | 2014-02-16 | 1 | -1/+2 |
* | Mark DOMStorageHost as non-copyable | adam@github.com | 2014-02-11 | 1 | -0/+2 |
* | Move the guts of user_metrics to a new static lib in //base/metrics. | ben@chromium.org | 2014-01-13 | 1 | -2/+2 |
* | Clean up ChildProcessHost unique id generation. | avi@chromium.org | 2014-01-08 | 1 | -4/+4 |
* | Update some uses of char16 to use the base:: namespace. | avi@chromium.org | 2013-12-25 | 3 | -7/+8 |
* | Update uses of UTF conversions in content/ to use the base:: namespace. | avi@chromium.org | 2013-12-25 | 5 | -13/+19 |
* | Revert "Revert 217570 "Undo band-aid which was ignoring wrong SessionSto..."" | marja@chromium.org | 2013-12-18 | 1 | -18/+6 |
* | SessionStorageDatabase: handle inconsistent and failed databases gracefully. | marja@chromium.org | 2013-12-18 | 3 | -9/+68 |
* | Revert 217570 "Undo band-aid which was ignoring wrong SessionSto..." | michaeln@google.com | 2013-12-12 | 1 | -6/+18 |
* | Convert string16 to base::string16 in content. | brettw@chromium.org | 2013-12-03 | 2 | -17/+17 |
* | Move directory creation functions to base namespace. | brettw@chromium.org | 2013-12-03 | 1 | -1/+1 |
* | Move some more file utils to the base namespace. | brettw@chromium.org | 2013-12-02 | 1 | -2/+1 |
* | When there is a session storage namespace mismatch during prerender swap-in, ... | tburkard@chromium.org | 2013-11-26 | 4 | -1/+17 |
* | Revert 237109 "When there is a session storage namespace mismatc..." | rsleevi@chromium.org | 2013-11-25 | 4 | -17/+1 |
* | When there is a session storage namespace mismatch during prerender swap-in, ... | tburkard@chromium.org | 2013-11-25 | 4 | -1/+17 |
* | Allow aliasing and merging of session storage namespaces. | tburkard@chromium.org | 2013-11-11 | 13 | -46/+496 |
* | In local predicor prerendering, when there is a session storage namespace | tburkard@chromium.org | 2013-10-15 | 12 | -13/+352 |
* | Make BrowserMessageFilter not derive from IPC::ChannelProxy::MessageFilter. T... | jam@chromium.org | 2013-10-01 | 1 | -4/+0 |
* | Template arguments to templates in std must have complete types. | zeno.albisser@digia.com | 2013-08-28 | 1 | -2/+1 |
* | [content shell] move browser process stuff into browser/ subdir | jochen@chromium.org | 2013-08-20 | 1 | -1/+1 |
* | Undo band-aid which was ignoring wrong SessionStorage association | jochen@chromium.org | 2013-08-14 | 1 | -18/+6 |
* | Remove unused variable declaration. | etienneb@chromium.org | 2013-08-14 | 1 | -1/+0 |
* | Content changes for GetURL refactor. | nasko@chromium.org | 2013-08-13 | 1 | -1/+2 |
* | Move webkit/{browser,common}/dom_storage into content/ | kinuko@chromium.org | 2013-08-07 | 34 | -243/+5770 |
* | content: Migrate from googleurl/ includes to url/ ones. | tfarina@chromium.org | 2013-07-09 | 1 | -1/+1 |
* | Replace base::NullableString16(bool) usage with default constructor. | darin@chromium.org | 2013-06-18 | 1 | -4/+4 |
* | Move nullable_string16.h to the string subdirectory. | avi@chromium.org | 2013-06-13 | 2 | -18/+21 |
* | Call scoped_refptr<T>::get() rather than relying on implicit "operator T*" | rsleevi@chromium.org | 2013-06-11 | 1 | -5/+6 |
* | Update includes of message_loop_proxy. | brettw@chromium.org | 2013-06-10 | 1 | -1/+1 |
* | Use a direct include of utf_string_conversions.h in content/. | avi@chromium.org | 2013-06-07 | 1 | -2/+2 |
* | Move webkit/dom_storage to new browser|common|renderer locations. Just moving... | michaeln@google.com | 2013-06-04 | 5 | -10/+10 |
* | Update content/ to use scoped_refptr<T>::get() rather than implicit "operator... | rsleevi@chromium.org | 2013-06-02 | 2 | -24/+26 |
* | Removing third_party\webkit dependencies. | cpu@chromium.org | 2013-05-08 | 2 | -6/+2 |
* | Move file_path.h to base/files. | brettw@chromium.org | 2013-02-24 | 1 | -1/+1 |
* | Update some #includes in content/browser/dom_storage for headers that have be... | pilgrim@chromium.org | 2013-02-14 | 1 | -1/+1 |