| Commit message (Expand) | Author | Age | Files | Lines |
* | Try #2 of "make JavaScript alerts reflect the URL of the frame they came from, | brettw@chromium.org | 2009-03-05 | 1 | -5/+6 |
* | Chrome side to pick up new WebKit API changes. | darin@chromium.org | 2009-02-28 | 1 | -2/+4 |
* | Pull the test_webview_delegate DidMove into platform specific files, and impl... | deanm@chromium.org | 2009-02-11 | 1 | -33/+0 |
* | Checkpoint of plugin support code for Mac. Does not work yet; being checked | amanda@chromium.org | 2009-02-11 | 1 | -1/+1 |
* | Retrying previous changelist. I can't get this to fail | finnur@google.com | 2009-02-09 | 1 | -27/+36 |
* | Reverting 9366. | finnur@google.com | 2009-02-07 | 1 | -36/+27 |
* | Implementing that callback required to pass | finnur@google.com | 2009-02-07 | 1 | -27/+36 |
* | Context menus for text selections in editable boxes and links should include ... | pkasting@chromium.org | 2009-01-28 | 1 | -2/+2 |
* | POSIX: gfx::NativeViewId and CrossProcessEvent | agl@chromium.org | 2009-01-27 | 1 | -2/+5 |
* | Improve scrolling performance when there are many windowed plugins in a page. | jam@chromium.org | 2009-01-16 | 1 | -4/+26 |
* | The popup for autofill is now never activated, even when clicked. | jcampan@chromium.org | 2009-01-09 | 1 | -1/+1 |
* | Adjusting the name of a function to make it more descriptive. | avi@google.com | 2008-12-30 | 1 | -1/+1 |
* | Add some debug output to the test shell that webkit now expects. | estade@chromium.org | 2008-12-17 | 1 | -2/+31 |
* | Rename ViewHandle to NativeView et al. | agl@chromium.org | 2008-12-11 | 1 | -1/+1 |
* | Second attempt at adding setSmartInsertDeleteEnabled and | tc@google.com | 2008-12-11 | 1 | -1/+19 |
* | Revert "Implement setSmartInsertDeleteEnabled and | tc@google.com | 2008-12-05 | 1 | -21/+1 |
* | Implement setSmartInsertDeleteEnabled and setSelectTrailingWhitespaceEnabled | tc@google.com | 2008-12-05 | 1 | -1/+21 |
* | Unify on "layout test mode" vs "interactive" and "non-interactive". We had a... | deanm@chromium.org | 2008-12-04 | 1 | -7/+7 |
* | Remove the URL and title from the state getting functions and IPC messages. | brettw@google.com | 2008-12-02 | 1 | -7/+1 |
* | Add setStopProvisionalFrameLoads to the test shell layout test controller. | tc@google.com | 2008-12-02 | 1 | -0/+6 |
* | Enable the X selection clipboard for copying html and text out of a linux tes... | tc@google.com | 2008-12-01 | 1 | -1/+2 |
* | Turn on d&d emulation in the layout tests on mac/linux. | tc@google.com | 2008-11-26 | 1 | -6/+3 |
* | Append a trailing slash on file directory URLs. Thus a link to /directory wil... | estade@chromium.org | 2008-11-25 | 1 | -2/+3 |
* | Change window_handle() to view_handle(). When disambiguating HWNDs, this was ... | avi@google.com | 2008-11-20 | 1 | -1/+1 |
* | Avoid flakiness related to progress notifications sometimes happening in a ne... | darin@chromium.org | 2008-11-13 | 1 | -14/+2 |
* | Fix test shell crash when clicking a drop-down select caused by r5018. | darin@chromium.org | 2008-11-12 | 1 | -1/+2 |
* | Roll back Rietveld issue 8778 (r5183, appending stderr to layout-test output)... | pamg@google.com | 2008-11-11 | 1 | -14/+2 |
* | - Collect stderr separately from stdout and append it to the layout test output. | pamg@google.com | 2008-11-11 | 1 | -2/+14 |
* | Fix a test shell bug, as well as fixing an affected test and removing our | evanm@google.com | 2008-11-11 | 1 | -2/+5 |
* | test_webview_delegate.cc was forked for the Mac test shell, and then | evanm@google.com | 2008-11-09 | 1 | -134/+26 |
* | Remove windows-isms from drag & drop. This | tc@google.com | 2008-11-07 | 1 | -26/+12 |
* | Eliminate CursorChromium's dependency on webkit/glue. | darin@chromium.org | 2008-11-06 | 1 | -1/+1 |
* | Finish unforking the async history item changes. | mpcomplete@google.com | 2008-11-04 | 1 | -4/+0 |
* | Plumb the referrer throughout the OpenURL APIs. | ericroman@google.com | 2008-10-27 | 1 | -0/+1 |
* | Fix build break | jam@chromium.org | 2008-10-09 | 1 | -0/+4 |
* | Patch by Thatcher Ulrich <tulrich@google.com>. | ojan@google.com | 2008-10-09 | 1 | -1/+2 |
* | Merge the chrome_webkit_merge_branch back on to trunk. This brings us | tc@google.com | 2008-10-01 | 1 | -6/+6 |
* | Fix some issues found looking at the code. | maruel@google.com | 2008-09-30 | 1 | -0/+1 |
* | The ContextMenuCapturing.ContextMenuCapturing test from the test shell tests ... | jcampan@chromium.org | 2008-09-23 | 1 | -1/+2 |
* | Update overridden function signature for the test to bring it in sync with my | brettw@google.com | 2008-09-14 | 1 | -2/+1 |
* | Revert the change that fixed the encoding when viewing source in subframes. | brettw@google.com | 2008-09-12 | 1 | -1/+1 |
* | Initial pass at simple event tracing. I added a few traces to tcp_socket and... | erikkay@google.com | 2008-09-02 | 1 | -0/+4 |
* | The GetWindowRect must return the rect of the container HWND; not the actual ... | erg@google.com | 2008-08-28 | 1 | -0/+10 |
* | Use a more compact license header in source files. | license.bot | 2008-08-24 | 1 | -28/+4 |
* | Fix ChromeClientImpl::windowRect() to return the current | erg@google.com | 2008-08-21 | 1 | -4/+4 |
* | As Brett pointed it out, We normally use 8-bit for encoding names since they'... | jnd@google.com | 2008-08-21 | 1 | -1/+1 |
* | Merge NavigationController and NavigationControllerBase for test_shell. I als... | brettw@google.com | 2008-08-20 | 1 | -20/+1 |
* | The CL is consist of CLs(1624,1580) for bug:1281734 which are reviewed and LG... | jnd@google.com | 2008-08-18 | 1 | -1/+2 |
* | Add webkit to the repository. | initial.commit | 2008-07-27 | 1 | -0/+943 |