| Commit message (Expand) | Author | Age | Files | Lines |
* | Move plugins to FilePaths, some cleanup | avi@google.com | 2009-01-06 | 1 | -4/+5 |
* | Fix an uninitialized memory read that purify exposed. | brettw@chromium.org | 2009-01-05 | 1 | -6/+7 |
* | Refactor the render widget unittest so it can be reused to create a render view | brettw@chromium.org | 2009-01-05 | 1 | -40/+46 |
* | Make the global render thread object a regular global object rather than a | brettw@google.com | 2008-12-18 | 1 | -8/+8 |
* | Bridge out media player from MediaPlayerPrivate. | hclam@chromium.org | 2008-12-18 | 1 | -0/+5 |
* | Move the "platform" wrappers in skia/ext to the skia namespace. | brettw@google.com | 2008-12-17 | 1 | -4/+4 |
* | Add "Enable spell check for this field" menu option in sub context menu for c... | sidchat@google.com | 2008-12-15 | 1 | -0/+10 |
* | Move Image operations and convolver to the skia namespace and clean up a few ... | brettw@google.com | 2008-12-12 | 1 | -2/+2 |
* | Reverting 6709,6708,6706. | brettw@google.com | 2008-12-10 | 1 | -2/+2 |
* | Remove base dependency from image_operations and associated unittests. I also... | brettw@google.com | 2008-12-10 | 1 | -2/+2 |
* | Reupload of 12418 | glen@chromium.org | 2008-12-07 | 1 | -1/+1 |
* | Move convolver and image_operations from base/gfx to skia/ext. This is just | brettw@google.com | 2008-12-03 | 1 | -1/+1 |
* | Revert my skia file moves because of layout test failures. | brettw@google.com | 2008-12-03 | 1 | -3/+4 |
* | Move convolver, image_operations, and skia_utils from base/gfx to skia/ext. | brettw@google.com | 2008-12-02 | 1 | -4/+3 |
* | Remove the URL and title from the state getting functions and IPC messages. | brettw@google.com | 2008-12-02 | 1 | -11/+5 |
* | Fix window.open()/window.close() regression by disabling window.close() until... | erg@google.com | 2008-12-01 | 1 | -1/+18 |
* | Reapply 5971 which was reverted in 5974. The unit test wasn't unregistering t... | maruel@chromium.org | 2008-12-01 | 1 | -0/+1 |
* | src/webkit side of webKit merge 38653:38729 | ojan@google.com | 2008-11-27 | 1 | -1/+1 |
* | Reverting 5971. | maruel@chromium.org | 2008-11-25 | 1 | -1/+0 |
* | Add superficial unit test for PrintJob. That's a start. | maruel@chromium.org | 2008-11-25 | 1 | -0/+1 |
* | Fixes the WebRequest API to consistently use std::string instead of | darin@chromium.org | 2008-11-25 | 1 | -4/+4 |
* | Find now uses WebKit's TextMatch highlighting for Find-in-page. | finnur@google.com | 2008-11-24 | 1 | -10/+4 |
* | Don't save state when the page ID doesn't change. | brettw@google.com | 2008-11-24 | 1 | -2/+9 |
* | Remove base versions of the graphics headers, which previously just forwarded... | brettw@google.com | 2008-11-22 | 1 | -2/+2 |
* | Revert 5607 because it caused a base_unittest failure. | maruel@chromium.org | 2008-11-18 | 1 | -1/+0 |
* | Add superficial unit test for PrintJob. That's a start. | maruel@chromium.org | 2008-11-18 | 1 | -0/+1 |
* | A workaround fix for Issue 343 "Chinese Sogou input method lose first initial... | hbono@chromium.org | 2008-11-17 | 1 | -2/+4 |
* | Add Terminate() to the Process object, have RenderProcessHost use this to avo... | brettw@google.com | 2008-11-14 | 1 | -1/+1 |
* | Prevent crash due to DIB allocation failure | joshia@google.com | 2008-11-12 | 1 | -6/+12 |
* | Review URL: http://codereview.chromium.org/10005 | petersont@google.com | 2008-11-11 | 1 | -1/+6 |
* | Change old code from "unloadListnerChanged" model to new WebKit EnableSuddenT... | erikkay@google.com | 2008-11-10 | 1 | -18/+6 |
* | Review URL: http://codereview.chromium.org/10237 | petersont@google.com | 2008-11-08 | 1 | -6/+1 |
* | Entries in a form get recorded when the user submits the form. Database and ... | petersont@google.com | 2008-11-08 | 1 | -1/+6 |
* | Landing this again as I cannot reproduce the perf regression locally. | jcampan@chromium.org | 2008-11-07 | 1 | -4/+32 |
* | Reverting the autofill popu CL as it creates perf regression. | jcampan@chromium.org | 2008-11-06 | 1 | -32/+4 |
* | This CL adds the autofill UI in forms. | jcampan@chromium.org | 2008-11-05 | 1 | -4/+32 |
* | Finish unforking the async history item changes. | mpcomplete@google.com | 2008-11-04 | 1 | -2/+2 |
* | Change some places where we were using javascript: URLs to use | aa@google.com | 2008-11-03 | 1 | -5/+4 |
* | This fixes the VerifyHistoryLength ui test flakiness. The test initiates page... | ananta@chromium.org | 2008-10-31 | 1 | -0/+15 |
* | Part 2 of the CL to unfork our changes to FrameLoader.cpp to support the | mpcomplete@google.com | 2008-10-31 | 1 | -3/+19 |
* | Make ImageBuffer creation and handling conform to proper WebKit form rather t... | brettw@google.com | 2008-10-31 | 1 | -3/+2 |
* | Add referrer to session restore. | ericroman@google.com | 2008-10-28 | 1 | -1/+1 |
* | Plumb the referrer throughout the OpenURL APIs. | ericroman@google.com | 2008-10-27 | 1 | -3/+9 |
* | Move Time, TimeDelta and TimeTicks into namespace base. | dsh@google.com | 2008-10-27 | 1 | -0/+2 |
* | This fixes http://code.google.com/p/chromium/issues/detail?id=205, which was ... | ananta@chromium.org | 2008-10-20 | 1 | -1/+25 |
* | Remove throttling code from the Browser process and implement throttling in t... | erg@google.com | 2008-10-17 | 1 | -7/+40 |
* | Separate out most view creation from WebContents. This adds a new sub-delegat... | brettw@google.com | 2008-10-17 | 1 | -2/+2 |
* | Adds a bit of Greasemonkey support hidden behind the --enable-greasemonkey fl... | aa@google.com | 2008-10-16 | 1 | -1/+16 |
* | This fixes http://code.google.com/p/chromium/issues/detail?id=146&, | ananta@chromium.org | 2008-10-16 | 1 | -0/+8 |
* | Add an alternate error page for connection errors. This is already supported... | tc@google.com | 2008-10-15 | 1 | -11/+27 |