| Commit message (Expand) | Author | Age | Files | Lines |
* | Use HistoryItem::lastVisitWasFailure to replace fakeHistoryItem semantics. | dglazkov@google.com | 2008-12-11 | 1 | -8/+2 |
* | Fix a crash in the copy selection code. If there's no | tc@google.com | 2008-12-10 | 1 | -0/+3 |
* | Fixing 5132: Find-in-page reports wrong ordinal when restarting search in sub... | finnur@google.com | 2008-12-08 | 1 | -1/+1 |
* | Fix issue 5079: Incorrect "Active match ordinal" count during Find-in-page | finnur@google.com | 2008-12-04 | 1 | -11/+27 |
* | Remove the URL and title from the state getting functions and IPC messages. | brettw@google.com | 2008-12-02 | 1 | -11/+3 |
* | Enable the X selection clipboard for copying html and text out of a linux tes... | tc@google.com | 2008-12-01 | 1 | -0/+10 |
* | Fix printing. With a webkit merge, the paint() command started to be delegate... | maruel@chromium.org | 2008-12-01 | 1 | -1/+2 |
* | src/webkit side of webKit merge 38653:38729 | ojan@google.com | 2008-11-27 | 1 | -4/+7 |
* | src/webkit side of webKit merge 38600:38625. | ojan@google.com | 2008-11-26 | 1 | -4/+6 |
* | Find now uses WebKit's TextMatch highlighting for Find-in-page. | finnur@google.com | 2008-11-24 | 1 | -270/+196 |
* | Remove base versions of the graphics headers, which previously just forwarded... | brettw@google.com | 2008-11-22 | 1 | -2/+2 |
* | Remove use of wide characters in stats table identifiers. | evanm@google.com | 2008-11-22 | 1 | -3/+4 |
* | Rollback "Remove use of wide characters in stats table identifiers." | evanm@google.com | 2008-11-21 | 1 | -4/+3 |
* | Remove use of wide characters in stats table identifiers. | evanm@google.com | 2008-11-21 | 1 | -3/+4 |
* | Relanding the new autofill. | jcampan@chromium.org | 2008-11-20 | 1 | -10/+20 |
* | Review URL: http://codereview.chromium.org/11306 | jcampan@chromium.org | 2008-11-20 | 1 | -20/+10 |
* | A new implementation of the autofill using the editor client API. | jcampan@chromium.org | 2008-11-20 | 1 | -10/+20 |
* | The password manager and the form autofill feature were listening for events ... | jcampan@chromium.org | 2008-11-17 | 1 | -1/+14 |
* | Remove base dependency from SkiaUtils, fix namespaces and includes. | brettw@google.com | 2008-11-14 | 1 | -0/+1 |
* | Temporary fix on Finnur's behalf to make find useful until bigger fix is | sky@google.com | 2008-11-13 | 1 | -2/+4 |
* | Prevent crash due to DIB allocation failure | joshia@google.com | 2008-11-12 | 1 | -3/+14 |
* | Change old code from "unloadListnerChanged" model to new WebKit EnableSuddenT... | erikkay@google.com | 2008-11-10 | 1 | -8/+0 |
* | Landing 37604:38097 merge | dglazkov@google.com | 2008-11-10 | 1 | -87/+56 |
* | Enabled WebFrameTest, refactored some test shell functions. | estade@chromium.org | 2008-11-06 | 1 | -2/+5 |
* | Port some test_shell_tests, and platform cleanup for more of them. | tc@google.com | 2008-11-06 | 1 | -4/+3 |
* | revert 9391 | estade@chromium.org | 2008-11-05 | 1 | -5/+2 |
* | Enabled WebFrameTest, refactored some test shell functions. | estade@chromium.org | 2008-11-05 | 1 | -2/+5 |
* | Mac changes for r4070 et seq. Make jsbindings, webcore, port, and glue share | mark@chromium.org | 2008-10-31 | 1 | -0/+6 |
* | Make ImageBuffer creation and handling conform to proper WebKit form rather t... | brettw@google.com | 2008-10-31 | 1 | -5/+4 |
* | Fix the JSC build. | darin@chromium.org | 2008-10-31 | 1 | -7/+7 |
* | Landing 36102:37604 merge on trunk | dglazkov@google.com | 2008-10-30 | 1 | -66/+50 |
* | Move Time, TimeDelta and TimeTicks into namespace base. | dsh@google.com | 2008-10-27 | 1 | -0/+1 |
* | Fix renderer crash on startup. | darin@chromium.org | 2008-10-21 | 1 | -1/+1 |
* | Fixup some JSC compile errors for glue. | mbelshe@google.com | 2008-10-20 | 1 | -0/+24 |
* | * Fix LayoutTests/http/tests/navigation/reloadsubframe-*frame.html on Windows. | mmoss@google.com | 2008-10-20 | 1 | -1/+0 |
* | Disable PLATFORM(WIN) !! | darin@chromium.org | 2008-10-18 | 1 | -4/+4 |
* | Adds a bit of Greasemonkey support hidden behind the --enable-greasemonkey fl... | aa@google.com | 2008-10-16 | 1 | -0/+7 |
* | Replace MSVC pragmas with the macro. Also adds two files | tc@google.com | 2008-10-16 | 1 | -2/+3 |
* | Kill bogus leftover include. | darin@chromium.org | 2008-10-15 | 1 | -1/+0 |
* | Move many files that were suffixed Win.cpp to Chromium.cpp, and place them in... | darin@chromium.org | 2008-10-15 | 1 | -14/+12 |
* | Convert CaptureImage to a single method with lots of ifdefs. | tc@google.com | 2008-10-14 | 1 | -36/+9 |
* | get webframe_impl.cc to compile on linux | tc@google.com | 2008-10-14 | 1 | -8/+25 |
* | Replace pragma with MSVC macros | erg@google.com | 2008-10-14 | 1 | -2/+2 |
* | Implement CaptureImage on the Mac | amanda@chromium.org | 2008-10-10 | 1 | -1/+17 |
* | We need to layout child frames too! | darin@chromium.org | 2008-10-03 | 1 | -0/+5 |
* | Merge the chrome_webkit_merge_branch back on to trunk. This brings us | tc@google.com | 2008-10-01 | 1 | -48/+51 |
* | On the Mac, extract the CGContextRef to pass down to WebCore, since a blind | amanda@chromium.org | 2008-09-30 | 1 | -2/+6 |
* | Fix bug 455: Active match in Find is not selected and links are not focused a... | finnur@google.com | 2008-09-26 | 1 | -1/+44 |
* | Link fixing. | avi@google.com | 2008-09-16 | 1 | -1/+5 |
* | Fix bustage in r2110; fix the return type | avi@google.com | 2008-09-12 | 1 | -1/+1 |