| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Linux: don't use static ChromeFont objects | agl@chromium.org | 2009-03-31 | 2 | -5/+5 |
* | Fix a problem with clipping when printing almost all web pages. | sverrir@chromium.org | 2009-03-31 | 1 | -2/+6 |
* | Linux build fix. | agl@chromium.org | 2009-03-31 | 3 | -3/+3 |
* | OCD fixing of style for the initializer list of ExtensionView. | brettw@chromium.org | 2009-03-31 | 1 | -3/+6 |
* | Update non-browser windows to handle maximized mode layout changes. This sho... | pkasting@chromium.org | 2009-03-31 | 1 | -8/+8 |
* | Fix ninebox rendering. | estade@chromium.org | 2009-03-31 | 1 | -23/+15 |
* | Don't create an empty folder when saving complete html pages with no extra re... | estade@chromium.org | 2009-03-31 | 1 | -3/+3 |
* | Record new tab button presses. | glen@chromium.org | 2009-03-31 | 1 | -1/+3 |
* | Linx build fix. | agl@chromium.org | 2009-03-31 | 1 | -0/+26 |
* | Linux build fix. | agl@chromium.org | 2009-03-31 | 1 | -0/+27 |
* | Fixed Mac link problems with ipc_tests ui_tests startup_tests | jrg@chromium.org | 2009-03-31 | 1 | -5/+13 |
* | Linux build fix. | agl@chromium.org | 2009-03-31 | 1 | -0/+26 |
* | Linux build fix | agl@chromium.org | 2009-03-31 | 1 | -0/+15 |
* | Update known crash list for windowdragresponsetask | huanr@chromium.org | 2009-03-31 | 1 | -2/+1 |
* | Update known crash list | huanr@chromium.org | 2009-03-31 | 1 | -1/+2 |
* | Fix unit test failures caused by bad ParamTraits for WebString. | darin@chromium.org | 2009-03-31 | 1 | -4/+4 |
* | Use WebScriptSource and WebFindInPageRequest from the WebKit API. | darin@chromium.org | 2009-03-31 | 15 | -75/+152 |
* | Convert the gtk tab rendering code to use ChromeCanvas instead of directly dr... | jhawkins@chromium.org | 2009-03-31 | 4 | -159/+102 |
* | Resubmitted code from revision 12809. The bug in the Windows SSL stack that | markus@chromium.org | 2009-03-31 | 1 | -2/+10 |
* | Delete downloads after updating observers. | paulg@google.com | 2009-03-31 | 1 | -3/+7 |
* | Update known crash list. | huanr@chromium.org | 2009-03-31 | 1 | -4/+2 |
* | Read the default gtk font from GtkSettings instead of getting the font from a... | jhawkins@chromium.org | 2009-03-31 | 1 | -6/+18 |
* | M reliability/known_crashes.txt | huanr@chromium.org | 2009-03-31 | 1 | -0/+3 |
* | Simplify code in PrintSettings. Removes support for settings margins | sverrir@chromium.org | 2009-03-31 | 6 | -103/+36 |
* | Revert r12849 (conversion of "Hammer" names to "Debug"). | sgk@google.com | 2009-03-31 | 1 | -1/+2 |
* | Replace "Hammer" references with "Debug" as appropriate. | sgk@google.com | 2009-03-31 | 1 | -2/+1 |
* | Make the "id" key for extension manifests optional in | aa@chromium.org | 2009-03-31 | 10 | -60/+88 |
* | Mechanic change based on comment from previous code review. | huanr@chromium.org | 2009-03-31 | 8 | -57/+56 |
* | Make app installation work when --user-data-dir is specified. | brettw@chromium.org | 2009-03-31 | 1 | -1/+1 |
* | - Add UI test for the V8 Benchmark Suite. | patrick@chromium.org | 2009-03-30 | 15 | -41/+799 |
* | Reland changes to enable worker layout tests. Compared to last review (http:/... | jianli@chromium.org | 2009-03-30 | 8 | -0/+604 |
* | Enable running webkit tests in parallel and make it use | ojan@google.com | 2009-03-30 | 4 | -0/+23 |
* | Display a title for files in the back/forward menu. | estade@chromium.org | 2009-03-30 | 1 | -1/+2 |
* | Fix some line endings in browser/dom_ui. | brettw@chromium.org | 2009-03-30 | 2 | -115/+115 |
* | Reverting, as this changelist broke unittests on Windows. | markus@chromium.org | 2009-03-30 | 1 | -10/+2 |
* | * Breakpad on OSX now works with stock Breakpad framwork. | jeremy@chromium.org | 2009-03-30 | 11 | -45/+354 |
* | Make NTP work by correctly marking the kind of urls we type in. Patch from ro... | pinkerton@chromium.org | 2009-03-30 | 1 | -1/+5 |
* | Change the bad-certificate handler for SSL (using NSS) to return an | markus@chromium.org | 2009-03-30 | 1 | -2/+10 |
* | Update chrome.gyp for new browser/gtk/tabs/*.{cc,h} breakout. | sgk@google.com | 2009-03-30 | 1 | -2/+6 |
* | Retry of r12793: Rename some .cpp files to .cc. | evan@chromium.org | 2009-03-30 | 5 | -11/+11 |
* | Enable streaming in ffmpeg based on data sourcemedia::DataSource interface ha... | hclam@chromium.org | 2009-03-30 | 2 | -2/+11 |
* | FFmpeg Audio decoder glue code | hclam@chromium.org | 2009-03-30 | 1 | -0/+2 |
* | Remove Windows "Save As" dialogs from Save Page code.In this change:- convert... | paulg@google.com | 2009-03-30 | 18 | -186/+247 |
* | Decoders now use standard callback mechanism for Reads. Removed Assignable<>... | ralphl@chromium.org | 2009-03-30 | 2 | -6/+6 |
* | Break out the tab rendering logic into TabGtk and TabRendererGtk. | jhawkins@chromium.org | 2009-03-30 | 10 | -646/+1324 |
* | Revert "Rename some .cpp files to .cc." | evan@chromium.org | 2009-03-30 | 5 | -6/+6 |
* | Rename some .cpp files to .cc. | evan@chromium.org | 2009-03-30 | 5 | -6/+6 |
* | The NativeButton HWND would not be created yet when we were setting the initi... | jcampan@chromium.org | 2009-03-30 | 1 | -5/+5 |
* | Use HTTP status return code to make SDCH handling more robust. | jar@chromium.org | 2009-03-30 | 2 | -2/+2 |
* | Based on empirical data, push chrome.dll's base address forward. | deanm@chromium.org | 2009-03-30 | 1 | -1/+1 |