| Commit message (Expand) | Author | Age | Files | Lines |
* | Port and enable most of TabRestoreUITest on linux. | estade@chromium.org | 2009-04-24 | 9 | -16/+61 |
* | Revert "Turn on -Werror on linux. Passes on my ghardy box. We'll see" | tc@google.com | 2009-04-24 | 1 | -1/+2 |
* | Valgrind bug suppression: add 10945 (leak in JPEGCodec.DecodeCorrupted) | dkegel@google.com | 2009-04-24 | 1 | -0/+11 |
* | Print backtraces on FATAL log messages in debug mode. | ajwong@chromium.org | 2009-04-24 | 8 | -17/+314 |
* | Turn on -Werror on linux. Passes on my ghardy box. We'll see | tc@google.com | 2009-04-24 | 1 | -2/+1 |
* | Remove a function that is no longer used. | jhawkins@chromium.org | 2009-04-23 | 1 | -18/+0 |
* | Bring in latest WebKit. | jam@chromium.org | 2009-04-23 | 1 | -1/+1 |
* | Make one suppression looser to match -O1. | dkegel@google.com | 2009-04-23 | 1 | -3/+3 |
* | Check for view source mode in DOM UI mode. | thestig@chromium.org | 2009-04-23 | 2 | -7/+37 |
* | Add transparency support to RenderWidgetHostView. | aa@chromium.org | 2009-04-23 | 21 | -34/+293 |
* | Allow Flash (and other plugins) to be installed without restarting the browse... | jam@chromium.org | 2009-04-23 | 10 | -13/+99 |
* | Re-enable all tests. Disable CheckActiveWindow() instead. The sporadic | pam@chromium.org | 2009-04-23 | 1 | -4/+9 |
* | Move Browser implementation of callback interfaces into the private section. | stoyan@chromium.org | 2009-04-23 | 10 | -37/+89 |
* | Suppress bug 6532 for -O1 as well. Move to central suppression file. | dkegel@google.com | 2009-04-23 | 3 | -13/+25 |
* | Fix a bug caught by Werror on the jaunty bot. gtk_message_dialog_new | tc@google.com | 2009-04-23 | 1 | -1/+1 |
* | Add initial support for dragging tabs in the Linux tab strip. | jhawkins@chromium.org | 2009-04-23 | 2 | -30/+431 |
* | Adds (non-working) folders and GTK dialogs. | erg@google.com | 2009-04-23 | 10 | -128/+393 |
* | Add one more tcmalloc crasher | dglazkov@chromium.org | 2009-04-23 | 1 | -0/+1 |
* | Linux: Properly plumb infobar close button event. | estade@chromium.org | 2009-04-23 | 1 | -1/+1 |
* | GTK: Don't triple buffer the tab strip. | estade@chromium.org | 2009-04-23 | 1 | -0/+2 |
* | Do not use installed folder as working directory for uninstall link. | kuchhal@chromium.org | 2009-04-23 | 1 | -2/+1 |
* | Prototype audio time shift. | fbarchard@chromium.org | 2009-04-23 | 8 | -58/+84 |
* | Resource file for media player. | fbarchard@chromium.org | 2009-04-23 | 2 | -12/+510 |
* | Provide a way for a TabContentsDelegate to take focus when we receive a notif... | ananta@chromium.org | 2009-04-23 | 4 | -36/+32 |
* | Move a bunch of functions from WebContents to TabContents. Change the services | brettw@chromium.org | 2009-04-23 | 10 | -247/+230 |
* | Pick up the real fix for the reliability crashes. | levin@chromium.org | 2009-04-23 | 1 | -1/+1 |
* | Pick up the hack fix for the reliablity crashes. | levin@chromium.org | 2009-04-23 | 1 | -1/+1 |
* | Disabling flaky TabRestoreUITest.RestoreToDifferentWindow test. | robertshield@google.com | 2009-04-23 | 1 | -4/+3 |
* | Adding another failing Linux layout test: | robertshield@google.com | 2009-04-23 | 1 | -0/+1 |
* | Hopefully fix the leak in the SiteInstance unittest (again). Processing the | brettw@chromium.org | 2009-04-23 | 1 | -4/+4 |
* | More post webkit merge misery. | levin@chromium.org | 2009-04-23 | 1 | -3/+3 |
* | Remove outdated comment. No code change. | estade@chromium.org | 2009-04-23 | 1 | -2/+0 |
* | Disabling TabRestoreUITest, RestoreWindowAndTab unit test as per sporadic fai... | robertshield@google.com | 2009-04-23 | 1 | -0/+3 |
* | linux (and some posix): multiprocess plugins compiling. | evan@chromium.org | 2009-04-23 | 37 | -151/+323 |
* | Adding un-expected test passing on Windows: LayoutTests/http/tests/plugins/po... | robertshield@google.com | 2009-04-23 | 1 | -1/+2 |
* | Arrange so ExtensionMessageService::RendererReady is called on the IO thread. | mpcomplete@google.com | 2009-04-23 | 3 | -65/+62 |
* | Allow creating external tab in incognito mode. | stoyan@chromium.org | 2009-04-23 | 6 | -7/+39 |
* | added resizer test extension | rafaelw@chromium.org | 2009-04-23 | 2 | -0/+41 |
* | Roll webkit deps, to pick up r14327 -- Fix a crash when double clicking empti... | ericroman@google.com | 2009-04-23 | 1 | -1/+1 |
* | Don't change selection for right click on text area if some texts were alread... | sidchat@google.com | 2009-04-23 | 1 | -5/+10 |
* | Disabling flaky StatsTableTest.MultipleThreads on Linux too. | robertshield@google.com | 2009-04-23 | 1 | -3/+2 |
* | Create a ChromeProcessUtil for the Mac, and enable it in the tests. | avi@google.com | 2009-04-23 | 9 | -24/+69 |
* | Add crash 8875 to known list. | huanr@chromium.org | 2009-04-23 | 1 | -0/+3 |
* | Disabling FFmpegDemuxerTest.* due to flakiness. | scherkus@chromium.org | 2009-04-23 | 1 | -3/+7 |
* | Update tcmalloc related crash signatures. | huanr@chromium.org | 2009-04-23 | 1 | -2/+6 |
* | Valgrind bug suppressions: add bugs 10871, 10873 | dkegel@google.com | 2009-04-23 | 1 | -0/+25 |
* | Make the crash pattern more generic in known list. | huanr@chromium.org | 2009-04-23 | 1 | -11/+4 |
* | Add a warning about why we kill the process when it's out of memory. | brettw@chromium.org | 2009-04-23 | 1 | -0/+5 |
* | The PPID is in kp_eproc, not kp_proc. (The field we were previously looking a... | avi@google.com | 2009-04-23 | 1 | -1/+1 |
* | A basic search provider unit test. This tests asserts a handful of things: | sky@chromium.org | 2009-04-23 | 4 | -10/+291 |