| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove WebFrame::CaptureImage in favor of having consumers call Layout | darin@chromium.org | 2009-06-26 | 5 | -66/+24 |
* | Micro-refactor: added VideoRendererBase::OnStop(). | scherkus@chromium.org | 2009-06-26 | 2 | -8/+8 |
* | Rebaseline LayoutTests/security/block-test.html for Linux. On Linux, | wtc@chromium.org | 2009-06-26 | 3 | -1/+134 |
* | Reverting 19361. | davemoore@chromium.org | 2009-06-26 | 2 | -0/+9 |
* | Fixed bug in script. | sky@chromium.org | 2009-06-26 | 1 | -1/+1 |
* | Always add actual png file to layout test results directory | victorw@chromium.org | 2009-06-26 | 1 | -24/+21 |
* | Remove unused / obsolete AppCache code from WebFrame. | darin@chromium.org | 2009-06-26 | 4 | -59/+1 |
* | A recent change broke the load times. It also revealed some deficiencies. | davemoore@chromium.org | 2009-06-26 | 2 | -9/+0 |
* | DevTools Profiler: add sanity test. | mnaganov@chromium.org | 2009-06-26 | 1 | -0/+34 |
* | DevTools Profiler: fix lines highligting alignment. | mnaganov@chromium.org | 2009-06-26 | 1 | -0/+4 |
* | DevTools: fix potential crash. | pfeldman@chromium.org | 2009-06-26 | 1 | -0/+4 |
* | So many reverts, I double-reverted. This is the triple-revert. | evan@chromium.org | 2009-06-26 | 1 | -4/+3 |
* | Revert all of my patches from today. | evan@chromium.org | 2009-06-26 | 14 | -138/+87 |
* | mac: retry build fix. | evan@chromium.org | 2009-06-26 | 1 | -4/+3 |
* | LayoutTests/dom/html/level2/html/HTMLElement142.html is crashing. | rvargas@google.com | 2009-06-26 | 1 | -0/+3 |
* | Logic in MediaResourceLoaderBridgeFactory was wrong | hclam@chromium.org | 2009-06-26 | 1 | -2/+2 |
* | mac: build fix. | evan@chromium.org | 2009-06-26 | 1 | -3/+4 |
* | Rebase LayoutTests/http/tests/workers/worker-importScripts.html. | jianli@chromium.org | 2009-06-26 | 2 | -0/+88 |
* | linux plugins: eliminate GtkWidget* from plugin process | evan@chromium.org | 2009-06-26 | 13 | -83/+135 |
* | Add stubs to WebFrameLoaderClient for context create/destroy, so webkit bot | mpcomplete@chromium.org | 2009-06-26 | 1 | -0/+4 |
* | make the color profile manage work with multiple test shells | thomasvl@chromium.org | 2009-06-25 | 6 | -99/+148 |
* | Linux: paste on middle-click up. | agl@chromium.org | 2009-06-25 | 1 | -15/+28 |
* | Build fix: test_expectations.txt had a duplicate line (from r19297). | agl@chromium.org | 2009-06-25 | 1 | -2/+0 |
* | Marks some <video> layout tests as flaky | hclam@chromium.org | 2009-06-25 | 1 | -2/+7 |
* | Add bogus expected result to work around "Missing expected results" error for... | jianli@chromium.org | 2009-06-25 | 4 | -0/+2 |
* | Use upstreamed V8Index | japhet@chromium.org | 2009-06-25 | 6 | -924/+5 |
* | Linux: add baselines for clipboard-file-access | agl@chromium.org | 2009-06-25 | 3 | -0/+9 |
* | Linux: plumb fontconfig call out to the sandbox host. | agl@chromium.org | 2009-06-25 | 5 | -1/+210 |
* | WebKit merge 45134:45176 | jianli@chromium.org | 2009-06-25 | 1 | -0/+4 |
* | Fix Mac bustage. | darin@chromium.org | 2009-06-25 | 1 | -1/+1 |
* | Fix GCC bustage (take 2). | darin@chromium.org | 2009-06-25 | 1 | -25/+0 |
* | Fix second GCC bustage. Warning about an unused function treated as error. | darin@chromium.org | 2009-06-25 | 1 | -7/+0 |
* | Fix GCC compile error. This is similar to the change I made in r19105. | darin@chromium.org | 2009-06-25 | 1 | -1/+1 |
* | Hook up WebHistoryItem and push HistoryItem serialization out of WebFrame. | darin@chromium.org | 2009-06-25 | 16 | -375/+718 |
* | Remove unused code. Frame::loader() is never null. | darin@chromium.org | 2009-06-25 | 2 | -21/+2 |
* | Add favicons to tabs on the Mac. Also moved SkBitmapToNSImage() to | avi@chromium.org | 2009-06-25 | 1 | -1/+4 |
* | Add FileList to IsRefPtrType to fix compiling error in Canary bot. This is ne... | jianli@chromium.org | 2009-06-25 | 1 | -0/+1 |
* | Refactorying to create the ResourceLoaderBridge through a factory class for <... | hclam@chromium.org | 2009-06-25 | 10 | -44/+243 |
* | Don't call cancel on requests that have completed successfully. | paul@chromium.org | 2009-06-25 | 1 | -1/+3 |
* | Reverting r19244 as it unintentionally broke ui tests: OtherRedirectsDontFork... | avi@chromium.org | 2009-06-25 | 1 | -4/+1 |
* | Add favicons to tabs on the Mac. Also moved SkBitmapToNSImage() to | avi@chromium.org | 2009-06-25 | 1 | -1/+4 |
* | Integrating GtkIMContext into the RenderWidgetHostViewGtk class (Take 2). | hbono@chromium.org | 2009-06-25 | 3 | -3/+116 |
* | Adjust test expectations. | abarth@chromium.org | 2009-06-25 | 1 | -0/+2 |
* | cancel_transition is flaky on Linux debug as well. Mark it as such. | jungshik@google.com | 2009-06-25 | 1 | -3/+2 |
* | Run content scripts in their own isolated world. Hidden behind the --isolate... | abarth@chromium.org | 2009-06-25 | 4 | -130/+205 |
* | Update test expectations for WebKit update 45086:45111 | amanda@chromium.org | 2009-06-25 | 1 | -0/+7 |
* | Fix a typo | jungshik@google.com | 2009-06-25 | 1 | -2/+2 |
* | Update WebKit to 45111 and Skia to 239 | amanda@chromium.org | 2009-06-25 | 4 | -0/+11 |
* | Mark two layout tests as flaky. | jungshik@google.com | 2009-06-25 | 1 | -2/+7 |
* | Don't disable view-source mode on cancellation. On error, we should turn off | brettw@chromium.org | 2009-06-25 | 2 | -3/+3 |