| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove the generation of HtmlEntityCodes.c since the same data is in HtmlEnti... | jam@chromium.org | 2008-11-12 | 4 | -106/+19 |
* | Build v8 in debug mode, we build everything else in debug. | deanm@chromium.org | 2008-11-12 | 1 | -3/+3 |
* | Pass through V8 flags from test shell. | deanm@chromium.org | 2008-11-12 | 1 | -0/+7 |
* | Omnibox metrics logging patch splitout, part 2: Remove the AutocompleteMatch ... | pkasting@chromium.org | 2008-11-12 | 4 | -44/+23 |
* | Rebaseline (better results after merge!) a layout test. | dglazkov@google.com | 2008-11-12 | 1 | -4/+4 |
* | Use the systemwide google_update pipe when registering for crash services | cpu@google.com | 2008-11-12 | 1 | -4/+15 |
* | fix linux build by updating webcore xml path | tc@google.com | 2008-11-12 | 2 | -2/+1 |
* | Landing 38097:38305 merge (src/webkit, DEPS) | dglazkov@google.com | 2008-11-12 | 14 | -103/+96 |
* | Omnibox metrics logging patch splitout, part 1: Random miscellaneous small st... | pkasting@chromium.org | 2008-11-12 | 5 | -86/+70 |
* | remove EventHandlerMac, we're no longer building it. | pinkerton@google.com | 2008-11-12 | 1 | -653/+0 |
* | Remove shared code from test_shell_mac, build test_shell_cc. Add a missing fi... | pinkerton@google.com | 2008-11-12 | 5 | -380/+91 |
* | Fix build bustage by removing non-existent port/xml directory from DerivedSou... | darin@chromium.org | 2008-11-12 | 1 | -5/+1 |
* | Fixes a regression caused by my change r5095. | hbono@chromium.org | 2008-11-12 | 1 | -0/+11 |
* | Scrollbars on Linux. | agl@chromium.org | 2008-11-12 | 7 | -131/+318 |
* | Makes sure ResourceDispatcherHost properly cleans up a cancelled | sky@google.com | 2008-11-12 | 1 | -1/+10 |
* | Cleanup style and alphabetize the functions in GraphicsContextSkia. It should | brettw@google.com | 2008-11-12 | 1 | -473/+497 |
* | Minor cleanup in port/. Eliminate some unused files and a redundant include ... | darin@chromium.org | 2008-11-12 | 3 | -19/+0 |
* | Reorder browser.cc to match style guide, and remove browser_commands.cc | ben@chromium.org | 2008-11-12 | 4 | -1705/+1700 |
* | Notify the WinHttpRequestThrottle of the completion of a | wtc@google.com | 2008-11-12 | 2 | -2/+11 |
* | Prevent crash due to DIB allocation failure | joshia@google.com | 2008-11-12 | 10 | -31/+66 |
* | Add ChromiumBridge::isLayoutTestMode() and change references to webkit::IsLay... | erikkay@google.com | 2008-11-12 | 6 | -32/+44 |
* | Some fixes to parallel upstream changes in our last merge. | pkasting@chromium.org | 2008-11-12 | 1 | -4/+8 |
* | Merge results from layout_test_results/common/ into layout_test_results/v8/. | pamg@google.com | 2008-11-12 | 68 | -0/+2386 |
* | Fix a race condition in SyncChannel that would happen if a nested Send occurr... | jam@chromium.org | 2008-11-12 | 2 | -97/+101 |
* | Fix areas not being repainted in the linux test shell | tc@google.com | 2008-11-12 | 2 | -30/+16 |
* | Reorder functions in browser.h | ben@chromium.org | 2008-11-12 | 7 | -295/+236 |
* | Fix history_indexer.idl to stop from rebuilding it every time. | maruel@chromium.org | 2008-11-12 | 1 | -0/+12 |
* | Force the line endings on .sln files to be CRLF. | tc@google.com | 2008-11-12 | 8 | -6968/+6968 |
* | Changes TableView to have its own mouse handling code so that we can | sky@google.com | 2008-11-12 | 5 | -8/+158 |
* | Roll back Rietveld issue 8778 (r5183, appending stderr to layout-test output)... | pamg@google.com | 2008-11-11 | 5 | -244/+8 |
* | Update DEPS to point at webkit@5220. | aa@chromium.org | 2008-11-11 | 1 | -1/+1 |
* | Temporarily disable collecting and appending stderr output, to see if it makes | pamg@google.com | 2008-11-11 | 1 | -12/+12 |
* | oops | ben@chromium.org | 2008-11-11 | 1 | -1/+1 |
* | oops | ben@chromium.org | 2008-11-11 | 1 | -1/+1 |
* | Remove some Windows-specific stuff from RenderProcessHost by having callers g... | brettw@google.com | 2008-11-11 | 15 | -33/+27 |
* | Skip a test that causes the harness to hang in debug mode. | pamg@google.com | 2008-11-11 | 1 | -2/+4 |
* | Move ThemeData into RenderThemeWin.h to match what happened upstream. | darin@chromium.org | 2008-11-11 | 3 | -29/+15 |
* | Fix plugin data refreshing to work again. | darin@chromium.org | 2008-11-11 | 1 | -20/+31 |
* | Remove ShowAndFit variation of Browser::Show, since the "varation" doesn't se... | ben@chromium.org | 2008-11-11 | 3 | -7/+5 |
* | * Remove windows-ism from pasteboard code and move to using | tc@google.com | 2008-11-11 | 21 | -1707/+555 |
* | Style fixes to BlockedPopupContainer before I submit | erg@google.com | 2008-11-11 | 2 | -20/+26 |
* | Move the hang monitor to the BrowserView, since it's highly Windows/HWND spec... | ben@chromium.org | 2008-11-11 | 5 | -60/+66 |
* | Accept the changes in the UI Language in Options ... -> Language Menu only if... | sidchat@google.com | 2008-11-11 | 2 | -4/+18 |
* | More cleanup in Browser: | ben@chromium.org | 2008-11-11 | 11 | -121/+36 |
* | Move test_webview_delegate_gtk.cc next to test_webview_delegate_win.cc. | tc@google.com | 2008-11-11 | 2 | -1/+1 |
* | Handle the possibility of failure when starting a | paulg@google.com | 2008-11-11 | 6 | -26/+10 |
* | Don't output empty stderr lines. This will hopefully solve the MemoryError | pamg@google.com | 2008-11-11 | 1 | -2/+4 |
* | Fix linux build. | ojan@google.com | 2008-11-11 | 1 | -5/+4 |
* | Copy over the IDL files from port that really should be in the vendor branch ... | ojan@google.com | 2008-11-11 | 20 | -1659/+1 |
* | Quiet some old debugging printouts. | evanm@google.com | 2008-11-11 | 1 | -5/+0 |