| Commit message (Expand) | Author | Age | Files | Lines |
* | RenderWidgetHostViewMac should release its owning RenderWidgetHostViewCocoa | mark@chromium.org | 2009-11-18 | 2 | -41/+48 |
* | Remove tabs introduced by r31197. | mark@chromium.org | 2009-11-18 | 1 | -22/+22 |
* | Launch processes asynchronously so as not to block the UI thread. For now, re... | jam@chromium.org | 2009-11-18 | 5 | -282/+149 |
* | Use an explicit boolean has_new_first_party_for_cookies instead | wtc@chromium.org | 2009-11-18 | 3 | -5/+13 |
* | Revert 32203,32204,32205 - Launch processes asynchronously so as not to block... | jam@chromium.org | 2009-11-18 | 5 | -149/+282 |
* | fix include order | jam@chromium.org | 2009-11-17 | 1 | -1/+1 |
* | Launch processes asynchronously so as not to block the UI thread. For now, r... | jam@chromium.org | 2009-11-17 | 5 | -282/+149 |
* | Use plain strings instead of wstrings for UMA actions | evan@chromium.org | 2009-11-17 | 2 | -2/+2 |
* | Revert 32137 - Revert 32121 Fix crash. | laforge@chromium.org | 2009-11-17 | 1 | -1/+2 |
* | Revert 32121 - Fix crash. | erikkay@chromium.org | 2009-11-17 | 1 | -2/+1 |
* | amit, please review everything, jam please review the changes to the tab_cont... | ananta@chromium.org | 2009-11-17 | 11 | -14/+32 |
* | Fix crash. | thakis@chromium.org | 2009-11-16 | 1 | -1/+2 |
* | reland 31875. Revert was: | estade@chromium.org | 2009-11-16 | 1 | -2/+13 |
* | Linux: fix uninit warnings when building -Os. | agl@chromium.org | 2009-11-16 | 1 | -1/+1 |
* | Revert 31875 to see whether it fixes reliability bot. | huanr@chromium.org | 2009-11-16 | 1 | -13/+2 |
* | Revert 31999 - Enable HTML5 DBs by default (except in incognito mode). | dumi@chromium.org | 2009-11-14 | 1 | -5/+15 |
* | Enable HTML5 DBs by default (except in incognito mode). | dumi@chromium.org | 2009-11-14 | 1 | -15/+5 |
* | Remove (actually, reverse meaning of) command line flag for desktop notificat... | johnnyg@chromium.org | 2009-11-14 | 1 | -1/+1 |
* | Mac: Let arrow keys move caret in IME mode. | thakis@chromium.org | 2009-11-14 | 1 | -6/+5 |
* | Turn on shared workers by default | atwilson@chromium.org | 2009-11-14 | 1 | -1/+1 |
* | Initialize the host_renderer_id and host_render_view_id in the resource dispa... | ananta@chromium.org | 2009-11-14 | 1 | -1/+3 |
* | Add an "extension" process type, which mostly gets treated as a renderer ever... | mpcomplete@chromium.org | 2009-11-13 | 2 | -3/+20 |
* | Propagate the "first party for cookies" from WebKit to the network stack | wtc@chromium.org | 2009-11-13 | 3 | -9/+23 |
* | Disable ResourceDispatcherHostTest.Cancel due to unitialized memory read caug... | scherkus@chromium.org | 2009-11-13 | 1 | -1/+1 |
* | Fixes almost all of the rest of lint errors in the chrome/ directory (minus t... | erg@google.com | 2009-11-13 | 10 | -21/+21 |
* | Small clean-up to not expose base::Process from RenderProcesHost, and instead... | jam@chromium.org | 2009-11-13 | 6 | -26/+25 |
* | Cleans up a bit the DB-related methods. | dumi@chromium.org | 2009-11-13 | 2 | -32/+24 |
* | Revert 31877 - Revert 31869 Ignore keyboard messages from enter key in rende... | scherkus@chromium.org | 2009-11-13 | 2 | -1/+30 |
* | Revert 31869 - Ignore keyboard messages from enter key in renderer if they we... | scherkus@chromium.org | 2009-11-13 | 2 | -30/+1 |
* | Use renderer spellchecker for windows. | estade@chromium.org | 2009-11-13 | 1 | -2/+14 |
* | Changing the file naming scheme. Creating a directory for each origin, | dumi@chromium.org | 2009-11-13 | 3 | -63/+43 |
* | Ignore keyboard messages from enter key in renderer if they were not initiate... | georgey@chromium.org | 2009-11-13 | 2 | -1/+30 |
* | Added lifecycle management and sharing support for SharedWorkers. SharedWorkers | atwilson@chromium.org | 2009-11-13 | 4 | -6/+31 |
* | Fix bug where crossing events (mouse enter, mouse leave) were being sent | estade@chromium.org | 2009-11-12 | 1 | -2/+16 |
* | Address post-commit comments from codereview.chromium.org/371059 and coderevi... | thakis@chromium.org | 2009-11-12 | 1 | -4/+5 |
* | Render Helper would die in HandleLocaltime if passed an invalid time. | vandebo@chromium.org | 2009-11-12 | 1 | -3/+8 |
* | Upstreaming WebKit.gyp | yaar@chromium.org | 2009-11-12 | 14 | -20/+20 |
* | Add a RWH_TabSwitchPaintDuration histogram. | chase@chromium.org | 2009-11-12 | 6 | -0/+42 |
* | Fixes leak in BackingStore as shown by valgrind. XFree doesn't free | sky@chromium.org | 2009-11-11 | 1 | -2/+2 |
* | Safely send spellcheck intialization messages to renderer. | estade@chromium.org | 2009-11-11 | 1 | -5/+5 |
* | Revert "Add a RWH_TabSwitchPaintDuration histogram." | chase@chromium.org | 2009-11-11 | 6 | -42/+0 |
* | Add a RWH_TabSwitchPaintDuration histogram. | chase@chromium.org | 2009-11-11 | 6 | -0/+42 |
* | A large number of style nits in preparation for turning on automated cpplint.py. | erg@google.com | 2009-11-11 | 3 | -3/+3 |
* | [GTTF] Make ResourceDispatcherTest.CrossSiteNavigationErrorPage faster | phajdan.jr@chromium.org | 2009-11-11 | 1 | -14/+6 |
* | Reverting 31632 - looks like it broke some tests. | dpranke@google.com | 2009-11-11 | 6 | -42/+0 |
* | Adds a 'V8' column to task manager to track amount of memory in JavaScript heap | jamesr@chromium.org | 2009-11-11 | 2 | -0/+27 |
* | Inodes can be 64-bit, use Int64ToString. | thestig@chromium.org | 2009-11-11 | 1 | -1/+1 |
* | Add a RWH_TabSwitchPaintDuration histogram. | chase@chromium.org | 2009-11-11 | 6 | -0/+42 |
* | Small cleanup. No more need for Init() since the internal process id is vali... | jam@chromium.org | 2009-11-10 | 3 | -10/+7 |
* | Back out r31572, reinstating r31563: | mark@chromium.org | 2009-11-10 | 2 | -34/+68 |