| Commit message (Expand) | Author | Age | Files | Lines |
* | message_pump_libevent refactor: | jeremy@chromium.org | 2008-12-12 | 10 | -250/+261 |
* | fix scons bindings generation | tc@google.com | 2008-12-12 | 1 | -1/+0 |
* | During tab dragging if you hover over a browser window we now move it | sky@google.com | 2008-12-12 | 3 | -1/+43 |
* | chrome_canvas: fork into platform independent/dependent files | agl@chromium.org | 2008-12-12 | 7 | -420/+108 |
* | Fix onblur= handelers getting called on popup window creation. This regressed... | erg@google.com | 2008-12-12 | 1 | -1/+4 |
* | Add layout test regression due to recent gradient change. | mmoss@google.com | 2008-12-12 | 1 | -0/+4 |
* | Rename chrome_font.cc to chrome_font_win.cc in the scons build. | tc@google.com | 2008-12-12 | 1 | -1/+1 |
* | Makes open all work again on the bookmark bar's context menu. | sky@google.com | 2008-12-12 | 1 | -0/+1 |
* | Updating more mac tests that were marked for timeout and/or crash, but always... | thomasvl@chromium.org | 2008-12-12 | 2 | -25/+10 |
* | Fixes bookmark menus so that they align properly when rtl. | sky@google.com | 2008-12-12 | 1 | -4/+9 |
* | Fix scons build bustage. | darin@chromium.org | 2008-12-12 | 1 | -1/+2 |
* | Fix build bustage. | darin@chromium.org | 2008-12-12 | 1 | -1/+1 |
* | Make sure sub-pump is running (if needed) before handling a windows task | jar@google.com | 2008-12-12 | 1 | -5/+11 |
* | Move UndetectableHTMLCollection.idl into bindings/v8 | darin@chromium.org | 2008-12-12 | 3 | -20/+1 |
* | Remove overly aggressive assert | jar@google.com | 2008-12-12 | 1 | -9/+0 |
* | It turns out that we can just use the versions of IconLoader.cpp and | darin@chromium.org | 2008-12-12 | 7 | -409/+23 |
* | Sort gradient stops before processing. | mmoss@google.com | 2008-12-12 | 1 | -1/+13 |
* | Changes bookmark manager's import to show a description in the files | sky@google.com | 2008-12-12 | 3 | -16/+37 |
* | Updated a bunch of entries that pass on the mac but are marked for failure. | thomasvl@chromium.org | 2008-12-12 | 1 | -275/+165 |
* | Make RenderThemeGtk match RenderThemeWin a bit more. | deanm@chromium.org | 2008-12-12 | 2 | -6/+8 |
* | Drop search field methods in RenderThemeGtk. | deanm@chromium.org | 2008-12-12 | 2 | -37/+0 |
* | Port flush_cache tool and perf_tests. | phajdan.jr@chromium.org | 2008-12-12 | 13 | -225/+171 |
* | browser porting, part 2 - importer | phajdan.jr@chromium.org | 2008-12-12 | 13 | -47/+216 |
* | Apply svn:executable to .py files which should have it. | phajdan.jr@chromium.org | 2008-12-12 | 19 | -7/+11 |
* | Exposing the Close() method publicly in the ScopedHandle class. | tommi@chromium.org | 2008-12-12 | 1 | -3/+8 |
* | WebKit merge 39100:39141 (CL 2 of 2). | ericroman@google.com | 2008-12-12 | 6 | -7/+52 |
* | 307 redirects of POST should generate POSTs instead of GETs. | abarth@chromium.org | 2008-12-12 | 4 | -10/+24 |
* | Once we've decided that a path doesn't exist, reserve it by creating an empty... | abarth@chromium.org | 2008-12-12 | 2 | -24/+25 |
* | Remove duplicate Mac tests_fixable entry for error404-goback.html from r6850 | mark@chromium.org | 2008-12-12 | 1 | -1/+0 |
* | Don't append tlslite to PYTHONPATH more than once | mark@chromium.org | 2008-12-12 | 1 | -15/+20 |
* | Duplicate chrome_canvas.cc in preparation for forking the file. | agl@chromium.org | 2008-12-12 | 1 | -0/+405 |
* | Rename chrome_font.cc to chrome_font_win.cc | agl@chromium.org | 2008-12-12 | 2 | -1/+1 |
* | ... | agl@chromium.org | 2008-12-12 | 6 | -21/+28 |
* | ... | agl@chromium.org | 2008-12-12 | 1 | -0/+57 |
* | ... | agl@chromium.org | 2008-12-12 | 1 | -0/+147 |
* | ... | agl@chromium.org | 2008-12-12 | 6 | -29/+102 |
* | Reduce the amount of space between the location bar and the bookmark bar by a... | glen@chromium.org | 2008-12-12 | 4 | -14/+34 |
* | Change version to 1.0.155.0 | mal@chromium.org | 2008-12-12 | 1 | -2/+2 |
* | Ensure that the directory has a trailing separator when highlighting | paulg@google.com | 2008-12-12 | 1 | -0/+5 |
* | Add webkit/port/platform/graphics/skia to the Mac test_shell_tests include path | mark@chromium.org | 2008-12-12 | 1 | -0/+2 |
* | Minor cleanup. | darin@chromium.org | 2008-12-12 | 2 | -6/+3 |
* | Remove typo in python script. | paulg@google.com | 2008-12-12 | 1 | -1/+1 |
* | Add failing test. TBR to green build. | ojan@google.com | 2008-12-12 | 1 | -0/+3 |
* | Disk cache: Set up an experiment to measure the effect of | rvargas@google.com | 2008-12-11 | 5 | -28/+96 |
* | Use HistoryItem::lastVisitWasFailure to replace fakeHistoryItem semantics. | dglazkov@google.com | 2008-12-11 | 3 | -37/+3 |
* | Fixing build bustage. Forgot this file. | darin@chromium.org | 2008-12-11 | 1 | -1/+1 |
* | Move skia-specific files into platform/graphics/skia to better correspond wit... | darin@google.com | 2008-12-11 | 27 | -98/+75 |
* | Move to using data URLs for unload tests and generally | ojan@google.com | 2008-12-11 | 8 | -144/+95 |
* | Changes new tab page to show recently closed window correctly. | sky@google.com | 2008-12-11 | 3 | -12/+98 |
* | Preliminary support for running the ui_tests under Purify. | paulg@google.com | 2008-12-11 | 3 | -18/+65 |