| Commit message (Expand) | Author | Age | Files | Lines |
* | Move the number conversions from string_util to a new file. | brettw@chromium.org | 2010-07-30 | 1 | -1/+2 |
* | AutoFill: Determine credit card type based on the CC number and display the | jhawkins@chromium.org | 2010-07-30 | 1 | -1/+8 |
* | AutoFill: Temporarily remove a NOTREACHED until WK is fixed to not send in | jhawkins@chromium.org | 2010-07-29 | 1 | -1/+3 |
* | AutoFill: Display a right-aligned generic CC icon in the suggestions popup for | jhawkins@chromium.org | 2010-07-28 | 1 | -0/+1 |
* | Add images used by webkit for the speech input button. | satish@chromium.org | 2010-07-28 | 1 | -0/+3 |
* | base/ header cleanup. Forward declaration instead of including. | erg@google.com | 2010-07-28 | 1 | -0/+1 |
* | Minor cleanup of a couple files: sort arrays of resource IDs into order (to m... | pkasting@chromium.org | 2010-07-09 | 1 | -17/+17 |
* | Add images of indeterminate checkboxes for Linux. | tkent@chromium.org | 2010-07-02 | 1 | -0/+3 |
* | Convert WebPluginInfo from wstring to string16 | stuartmorgan@chromium.org | 2010-06-23 | 1 | -4/+2 |
* | Added resource images for progress bar on Linux. | tony@chromium.org | 2010-06-10 | 1 | -0/+4 |
* | Clean up the last bits of the dirfd parameter that was used by | dumi@chromium.org | 2010-05-14 | 1 | -10/+0 |
* | Remove the dirfd parameter from all Chromium code. The POSIX VFS | dumi@chromium.org | 2010-05-12 | 1 | -0/+7 |
* | Add Chromium side implementation for WebFileSystem interface in WebKit. | jianli@chromium.org | 2010-05-06 | 1 | -67/+0 |
* | Switch over to non-deprecated WebKit APIs and delete client methods that are no | darin@chromium.org | 2010-05-05 | 1 | -4/+0 |
* | Add a context parameter to callOnMainThread. The old form is going to be | darin@chromium.org | 2010-04-28 | 1 | -0/+4 |
* | Fix arm compile after turning on gcc warnings. | tony@chromium.org | 2010-04-21 | 1 | -1/+1 |
* | Indicate in the tab UI if appcache creation was blocked by privacy settings. | jochen@chromium.org | 2010-04-09 | 1 | -7/+0 |
* | Move plugin-related files in webkit/glue to webkit/glue/plugins to make them | brettw@chromium.org | 2010-03-31 | 1 | -1/+1 |
* | Support sending a sliced file in chromium. | jianli@chromium.org | 2010-03-24 | 1 | -1/+1 |
* | Estimate the renderer working set on Linux. This is less expensive and works ... | thestig@chromium.org | 2010-03-05 | 1 | -5/+113 |
* | Note: I'm reverting it to see if it fixes all the dromaeo_test failures. | jam@chromium.org | 2010-03-02 | 1 | -51/+5 |
* | Estimate the renderer working set on Linux. This is less expensive and works ... | thestig@chromium.org | 2010-02-26 | 1 | -5/+51 |
* | Remove unused methods. | darin@chromium.org | 2010-02-26 | 1 | -12/+0 |
* | Avoid unnecessary restarts of the webkit shared timer, and when restarting, use | darin@chromium.org | 2010-02-23 | 1 | -2/+5 |
* | Modal loops of joy. | darin@chromium.org | 2010-02-18 | 1 | -4/+17 |
* | Remove unnecessary references to webkit/glue/glue_util.h in | darin@chromium.org | 2010-01-13 | 1 | -1/+0 |
* | bsds: views/ and webkit/ support for FreeBSD/OpenBSD | evan@chromium.org | 2009-12-31 | 1 | -1/+2 |
* | Revert 35025 - Revert 34994, maybe it regressed startup perf Fix cpu/memory ... | viettrungluu@chromium.org | 2009-12-19 | 1 | -0/+7 |
* | Revert 34994, maybe it regressed startup perf - Fix cpu/memory measurements o... | thakis@chromium.org | 2009-12-19 | 1 | -7/+0 |
* | Fix cpu/memory measurements on OS X. | thakis@chromium.org | 2009-12-18 | 1 | -0/+7 |
* | Use utf_string_conversions header in more places. | maruel@chromium.org | 2009-12-11 | 1 | -1/+1 |
* | Rename policy_url to first_party_for_cookies in cookie-related code. | wtc@chromium.org | 2009-11-18 | 1 | -1/+1 |
* | Remove unnecessary WebCore includes. | darin@chromium.org | 2009-11-16 | 1 | -11/+3 |
* | Cleans up a bit the DB-related methods. | dumi@chromium.org | 2009-11-13 | 1 | -4/+4 |
* | Upstreaming WebKit.gyp | yaar@chromium.org | 2009-11-12 | 1 | -8/+8 |
* | First half of http://codereview.chromium.org/274014/show | jorlow@chromium.org | 2009-11-04 | 1 | -18/+0 |
* | Add the plumbing and test code for plugins opening files from the sandbox. This | brettw@chromium.org | 2009-11-03 | 1 | -2/+1 |
* | Chrome changes to extract the code from V8Proxy that special-cases | darin@chromium.org | 2009-11-03 | 1 | -14/+0 |
* | Expose a method to access amount of memory used by the current process. | darin@chromium.org | 2009-11-02 | 1 | -0/+9 |
* | Remove TemporaryGlue::popupsAllowed by just having the | darin@chromium.org | 2009-10-30 | 1 | -11/+0 |
* | Flesh out more of ChromiumBridge.cpp eliminating all but two methods on | darin@chromium.org | 2009-10-30 | 1 | -155/+35 |
* | Moves webview_impl.cc, webframe_impl.cc and webframeloaderclient_impl.cc into | darin@chromium.org | 2009-10-30 | 1 | -3/+6 |
* | Move webworker{client}_impl.{h,cc} into webkit/api/src | yaar@chromium.org | 2009-10-29 | 1 | -1/+2 |
* | DevTools: Implement raw cookies access for inspector. | pfeldman@chromium.org | 2009-10-29 | 1 | -0/+18 |
* | Rollback of 30408 | yaar@chromium.org | 2009-10-29 | 1 | -2/+1 |
* | Move webworker{client}_impl.{h,cc} into webkit/api/src | yaar@chromium.org | 2009-10-29 | 1 | -1/+2 |
* | Move a bunch of files into webkit/api/src | darin@chromium.org | 2009-10-27 | 1 | -3/+4 |
* | Adds support for the <keygen> tag for client certificate enrollment | wtc@chromium.org | 2009-10-23 | 1 | -0/+8 |
* | Enable WebSocket in test_shell | ukai@chromium.org | 2009-10-21 | 1 | -0/+6 |
* | Delete glue/webview{_delegate}.h | darin@chromium.org | 2009-10-19 | 1 | -1/+2 |