| Commit message (Expand) | Author | Age | Files | Lines |
* | Optimize memory usage in MultipartResponseDelegate by not using | tony@chromium.org | 2009-10-22 | 1 | -3/+3 |
* | Move ContextMenuClientImpl to api/src | yaar@chromium.org | 2009-10-22 | 6 | -338/+306 |
* | Chromium fix for "Copy Image". (WebCore fix is http://codereview.chromium.org... | avi@chromium.org | 2009-10-22 | 1 | -6/+8 |
* | Fix renderer hang if plugin process crashes while initializing a plugin. | jam@chromium.org | 2009-10-22 | 1 | -0/+2 |
* | Fix painting issue in Reader 9.2. | jam@chromium.org | 2009-10-22 | 1 | -0/+3 |
* | Reverting 29783. | johnnyg@chromium.org | 2009-10-22 | 3 | -9/+0 |
* | Webkit roll 49926:49941 | johnnyg@chromium.org | 2009-10-22 | 1 | -5/+3 |
* | Swaps renderer processes on links with rel=noreferrer and target=_blank. | creis@google.com | 2009-10-22 | 3 | -0/+9 |
* | Remove layout tests from test expectations that are passing | victorw@chromium.org | 2009-10-22 | 1 | -2/+0 |
* | Cleanup in webkit/glue to remove some dependencies. | darin@chromium.org | 2009-10-22 | 19 | -323/+241 |
* | Remove a glue dependency in preparation for moving contents to WebKit API land. | pkasting@chromium.org | 2009-10-22 | 1 | -14/+17 |
* | Use the existing ProfileTypes extensibility to plug in heap snapshots | apavlov@chromium.org | 2009-10-22 | 1 | -88/+31 |
* | Make WebSocketStreamHandleBridge RefCountedThreadSafe. | ukai@chromium.org | 2009-10-22 | 3 | -11/+11 |
* | Add LayoutTests/fast/xmlhttprequest/null-document-xmlhttprequest-open.html = ... | ukai@chromium.org | 2009-10-22 | 1 | -0/+2 |
* | Rebaseline fast/forms/search-styled.html for WIN. | tkent@chromium.org | 2009-10-22 | 3 | -2/+2 |
* | Fix lifetime management of WebSocketStreamhandleImpl::Context and WebSocketSt... | ukai@chromium.org | 2009-10-22 | 1 | -7/+34 |
* | Remove three tests from test expectations. | yutak@chromium.org | 2009-10-22 | 1 | -5/+0 |
* | Introduce WebSecurityPolicy for security related methods. | mhm@chromium.org | 2009-10-22 | 8 | -53/+146 |
* | Rebaseline video-currentTime-set.html as the test is now running. | scherkus@chromium.org | 2009-10-22 | 3 | -4/+30 |
* | Add mac baseline for click-focus-anchor.html. | scherkus@chromium.org | 2009-10-22 | 1 | -0/+10 |
* | Don't skip video-currentTime-set.html anymore since upstreamed WebKit fix has... | scherkus@chromium.org | 2009-10-22 | 1 | -2/+2 |
* | Revert 29747 - Switch over to the new way of enabling/disabling session/local... | nsylvain@chromium.org | 2009-10-22 | 8 | -19/+11 |
* | Do not lower our ready state if the media resource is completely loaded. | scherkus@chromium.org | 2009-10-22 | 1 | -1/+5 |
* | Mark video-canvas-source.html as passing based on successful history. | scherkus@chromium.org | 2009-10-22 | 1 | -3/+0 |
* | Switch over to the new way of enabling/disabling session/local storage. | jorlow@chromium.org | 2009-10-22 | 8 | -11/+19 |
* | Rebaseline video-canvas-source.html. | scherkus@chromium.org | 2009-10-22 | 3 | -0/+30 |
* | Suppressing two media layout tests. | scherkus@chromium.org | 2009-10-21 | 1 | -0/+2 |
* | Remove flaky expectations for a bunch of tests. | jparent@chromium.org | 2009-10-21 | 1 | -10/+1 |
* | Start running video-canvas-source.html before we mark it as fully passing. | scherkus@chromium.org | 2009-10-21 | 1 | -2/+2 |
* | Remove incorrect image baseline. | evan@chromium.org | 2009-10-21 | 5 | -2/+3 |
* | Implemented WebMediaPlayerImpl::hasSingleSecurityOrigin(). | scherkus@chromium.org | 2009-10-21 | 1 | -2/+4 |
* | Shorten searchable_form_data.cc more. Use early return/continue to flatten i... | pkasting@chromium.org | 2009-10-21 | 1 | -132/+105 |
* | [Mac] Properly call setIsActive() when becoming and resigning key window. | rohitrao@chromium.org | 2009-10-21 | 5 | -12/+52 |
* | Rebaseline audio-constructor-autobuffer.html and mark video-loop.html as fail... | scherkus@chromium.org | 2009-10-21 | 4 | -38/+111 |
* | Revert 29678 - Cleaning up media layout tests expectations. | nsylvain@chromium.org | 2009-10-21 | 1 | -57/+38 |
* | Trim unused members from SearchableFormData. Remove copies of WebCore functi... | pkasting@chromium.org | 2009-10-21 | 4 | -184/+85 |
* | Cleaning up media layout tests expectations. | scherkus@chromium.org | 2009-10-21 | 1 | -38/+57 |
* | Some more, release link error fix | michaeln@google.com | 2009-10-21 | 1 | -5/+7 |
* | Fix a compile error. | michaeln@google.com | 2009-10-21 | 1 | -5/+3 |
* | AppCacheResponse storage implementation | michaeln@google.com | 2009-10-21 | 13 | -115/+1378 |
* | Add another xmlhttp crash to the list. | nsylvain@chromium.org | 2009-10-21 | 1 | -0/+1 |
* | Add 2 new xmlhttp crash caused by WebSockets | nsylvain@chromium.org | 2009-10-21 | 1 | -0/+4 |
* | [Mac] Call setIsActive() when changing focus in layout test mode. | rohitrao@chromium.org | 2009-10-21 | 2 | -7/+8 |
* | TBR: darin | mhm@chromium.org | 2009-10-21 | 7 | -145/+53 |
* | Introduce WebSecurityPolicy for security related methods. | mhm@chromium.org | 2009-10-21 | 7 | -53/+145 |
* | Modify the factory method name to follow WebKit | apavlov@chromium.org | 2009-10-21 | 1 | -2/+2 |
* | Implemented getActiveAttrib, getActiveUniform and readPixels. Removed | kbr@google.com | 2009-10-21 | 1 | -12/+78 |
* | Rebaseline fast/forms/isindex-placeholder.html | tkent@chromium.org | 2009-10-21 | 7 | -3/+84 |
* | Enable WebSocket in test_shell | ukai@chromium.org | 2009-10-21 | 19 | -13/+848 |
* | DevTools: test that content scripts are visible in the debugger scripts list | yurys@google.com | 2009-10-21 | 1 | -8/+38 |