| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove the FLAKY attribute from AppCacheUpdateJobTest.MasterEntryBadManifest.... | michaeln@chromium.org | 2010-08-17 | 1 | -1/+1 |
* | GTTF: some more FRIEND_TEST_ALL_PREFIXES | phajdan.jr@chromium.org | 2010-08-16 | 2 | -13/+19 |
* | FBTF: Start cleaning up net/ | erg@google.com | 2010-08-11 | 5 | -0/+5 |
* | Provide a profile.GetAppCacheService() accessor and add two helper methods to... | michaeln@chromium.org | 2010-08-11 | 1 | -1/+2 |
* | Sending renderer notification when update job finishes (Used to notify cache ... | kkanetkar@chromium.org | 2010-08-05 | 2 | -15/+33 |
* | AppCache: Provide a way to override the default quota for an origin. The inte... | michaeln@chromium.org | 2010-08-04 | 4 | -5/+92 |
* | Undo in memory changes made by an update job if the commit to disk fails. Pro... | michaeln@chromium.org | 2010-08-03 | 11 | -39/+172 |
* | Even more FRIEND_TEST_ALL_PREFIXES, now like in webkit | phajdan.jr@chromium.org | 2010-08-02 | 5 | -31/+36 |
* | Move the number conversions from string_util to a new file. | brettw@chromium.org | 2010-07-30 | 1 | -4/+4 |
* | Make tests that rely on getting a temp dir exit if they don't. | evan@chromium.org | 2010-07-28 | 1 | -1/+1 |
* | Chrome side of changes required to populate appcache resource list. | kkanetkar@chromium.org | 2010-07-28 | 18 | -65/+170 |
* | A better error message for the mime type of a manifest file being off. | michaeln@chromium.org | 2010-07-28 | 1 | -4/+16 |
* | Put minimal appcache info in the netlog. | michaeln@chromium.org | 2010-07-23 | 5 | -16/+33 |
* | Random bits of header and whitespace cleanup. | thestig@chromium.org | 2010-07-23 | 3 | -1/+12 |
* | Make conditional requests when updating the appcache. | michaeln@chromium.org | 2010-07-21 | 3 | -88/+172 |
* | AppCache: manifest attribute is ignored when navigating via POST (form submit... | michaeln@chromium.org | 2010-07-20 | 2 | -14/+24 |
* | New javascript console logging related to the appcache. | michaeln@chromium.org | 2010-07-14 | 12 | -81/+156 |
* | Reland r52072. Pass notifications to the browser on access to the appcache ma... | jochen@chromium.org | 2010-07-12 | 13 | -20/+36 |
* | Failed compile on Chromium builder dbg | vandebo@chromium.org | 2010-07-12 | 13 | -36/+20 |
* | Pass notifications to the browser on access to the appcache main resource man... | jochen@chromium.org | 2010-07-12 | 13 | -20/+36 |
* | Fix a regression with satisfying range requests out of the appcache and add a... | michaeln@chromium.org | 2010-07-03 | 3 | -6/+79 |
* | Minor AppCache mods | michaeln@chromium.org | 2010-06-30 | 3 | -28/+24 |
* | AppCache: Output some information to the javascript console. | michaeln@chromium.org | 2010-06-25 | 4 | -7/+30 |
* | Fix a bug being unable to remove appcaches via chrome:appcache-internals if t... | michaeln@chromium.org | 2010-06-25 | 1 | -1/+2 |
* | AppCache: add plumbing to deliver logging messages to the renderer process. T... | michaeln@chromium.org | 2010-06-18 | 9 | -1/+39 |
* | Add DISABLE_RUNNABLE_METHOD_REFCOUNT to make disabling refcounts in RunnableM... | ajwong@chromium.org | 2010-06-16 | 5 | -31/+7 |
* | TTF: Enable disabled test: AppCacheStorageImplTest.BasicFindMainResponseInDat... | vandebo@chromium.org | 2010-06-15 | 1 | -2/+1 |
* | AppCache: Use a dedicated thread for the disk cache. | rvargas@google.com | 2010-06-07 | 9 | -22/+31 |
* | Reapply 49081: AppCache: Use a MockHttpServer instead of starting a seperate ... | michaeln@chromium.org | 2010-06-07 | 1 | -117/+234 |
* | Revert 49081 - AppCache: Use a MockHttpServer instead of starting a seperate ... | michaeln@google.com | 2010-06-07 | 1 | -232/+119 |
* | AppCache: Use a MockHttpServer instead of starting a seperate http server for... | michaeln@chromium.org | 2010-06-07 | 25 | -179/+232 |
* | Make HostResolver NonThreadSafe and not thread safe refcounted. | willchan@chromium.org | 2010-06-03 | 1 | -12/+34 |
* | Quick fix to avoid crashing in unit tests when HTTPTestServer::CreateServer r... | michaeln@chromium.org | 2010-06-02 | 1 | -12/+13 |
* | Disable a crashing test. | estade@chromium.org | 2010-06-02 | 1 | -1/+8 |
* | Fixing AutoReset to be a template. | gspencer@chromium.org | 2010-06-01 | 1 | -1/+1 |
* | Fully connect the dots between workers and appcache resource loading. | michaeln@chromium.org | 2010-05-27 | 3 | -0/+25 |
* | Provide more info to the renderer process in appcache progress events. | michaeln@chromium.org | 2010-05-25 | 11 | -65/+196 |
* | Fix a racey refcounting bug. | michaeln@chromium.org | 2010-05-21 | 1 | -0/+1 |
* | Finally getting to the appcache parts instead of all of this webkitApi/ipc pl... | michaeln@chromium.org | 2010-05-20 | 7 | -53/+237 |
* | AppCache*Test: do not use ScopedRunnableMethodFactory from multiple threads. | mattm@chromium.org | 2010-05-19 | 5 | -176/+183 |
* | Define two new IPC messages to initialize an appcache for a shared worker or ... | michaeln@chromium.org | 2010-05-13 | 1 | -2/+9 |
* | Pass HttpRequestHeaders to URLRequest::SetExtraRequestHeaders(). | willchan@chromium.org | 2010-05-07 | 1 | -8/+7 |
* | Use net::HttpRequestHeaders instead of std::string in URLRequest and friends. | willchan@chromium.org | 2010-05-06 | 1 | -18/+12 |
* | Http cache: Add support for a dedicated cache thread. | rvargas@google.com | 2010-04-29 | 1 | -1/+3 |
* | Enable -Werror on Linux and Win for src/webkit/ | tony@chromium.org | 2010-04-21 | 1 | -1/+3 |
* | Indicate in the tab UI if appcache creation was blocked by privacy settings. | jochen@chromium.org | 2010-04-09 | 21 | -27/+93 |
* | Fix a crashing bug. | michaeln@chromium.org | 2010-04-07 | 1 | -1/+5 |
* | Include the appcache and database tracker databases into the sql diagnostics ... | michaeln@chromium.org | 2010-04-02 | 4 | -7/+24 |
* | Adding disabled appcaches information along with capability of | kkanetkar@chromium.org | 2010-04-02 | 2 | -27/+121 |
* | AppCache: If we can't read the existing data delete it and start over. | michaeln@chromium.org | 2010-04-01 | 5 | -2/+76 |