| Commit message (Expand) | Author | Age | Files | Lines |
* | Disable some layout tests failure due to webkit merge 42725:42805 | hclam@chromium.org | 2009-04-25 | 1 | -5/+15 |
* | Try once more to make webkit bots happy. | estade@chromium.org | 2009-04-25 | 1 | -1/+0 |
* | Fix missing expectations in test expectations. | estade@chromium.org | 2009-04-25 | 1 | -3/+3 |
* | Port unload_uitest.cc and enable some of the tests on linux. | estade@chromium.org | 2009-04-24 | 3 | -10/+25 |
* | Temporarily disable worker tests that fail after | dimich@google.com | 2009-04-24 | 1 | -0/+5 |
* | Passing correct HWND to CreateChromeWindow(). The HWND of the toplevel window | estade@chromium.org | 2009-04-24 | 1 | -1/+5 |
* | Gtk file selection filters, first cut. | estade@chromium.org | 2009-04-24 | 2 | -6/+78 |
* | Add a note pointing at a bug so others don't waste time. | evan@chromium.org | 2009-04-24 | 1 | -0/+3 |
* | Revert "POSIX: Don't spawn zombies." (r14488) | agl@chromium.org | 2009-04-24 | 10 | -122/+18 |
* | Rename process_watcher.cc -> process_watcher_win.cc on Windows. | agl@chromium.org | 2009-04-24 | 1 | -1/+1 |
* | Disable 2 more layout tests after merge - they need rebaseline on Linux and Mac. | dimich@google.com | 2009-04-24 | 1 | -0/+2 |
* | Mac: build fix. | agl@chromium.org | 2009-04-24 | 1 | -1/+1 |
* | Reverting 14489. | jcampan@chromium.org | 2009-04-24 | 4 | -80/+40 |
* | For TransportDIB::HandleAndSequenceNumber, make operator< | nick@chromium.org | 2009-04-24 | 1 | -5/+4 |
* | This CL makes sure we unregister our Windows window classes when shut-down. | jcampan@chromium.org | 2009-04-24 | 4 | -40/+80 |
* | POSIX: Don't spawn zombies. | agl@chromium.org | 2009-04-24 | 9 | -17/+121 |
* | Linux: build fix. | agl@chromium.org | 2009-04-24 | 1 | -1/+0 |
* | No code change, just converting CRLF to LF to prevent changes | finnur@chromium.org | 2009-04-24 | 1 | -156/+156 |
* | Fix word wrapping on the license label. | erg@google.com | 2009-04-24 | 1 | -0/+11 |
* | Chromium side of WebKit merge 42725:42805. | dimich@google.com | 2009-04-24 | 30 | -90/+145 |
* | Fix for minimum size check | evan@chromium.org | 2009-04-24 | 2 | -2/+6 |
* | Pass the ExtensionID to the ExtensionFunctionDispatcher. | finnur@chromium.org | 2009-04-24 | 6 | -8/+30 |
* | Revert "Do not send stats from Chromium builds." | kuchhal@chromium.org | 2009-04-24 | 8 | -63/+28 |
* | Fix build break. | kuchhal@chromium.org | 2009-04-24 | 1 | -1/+1 |
* | Fix webworker layout test failures. | darin@chromium.org | 2009-04-24 | 1 | -1/+1 |
* | Add a gcc warning if we don't check the results of ReadParam. Some | tc@google.com | 2009-04-24 | 2 | -7/+8 |
* | Do not send stats from Chromium builds. | kuchhal@chromium.org | 2009-04-24 | 8 | -28/+63 |
* | Make uninstall dialog handle keyboard events (TAB). | kuchhal@chromium.org | 2009-04-24 | 1 | -1/+1 |
* | Implement HTML selects as native Cocoa controls for Chrome. | paul@chromium.org | 2009-04-24 | 10 | -6/+205 |
* | Fix DCHECK when typing certain kinds of input on certain profiles. | pkasting@chromium.org | 2009-04-24 | 1 | -1/+3 |
* | Remove the SiteInstance leak from the known leaks now that it's fixed. | brettw@chromium.org | 2009-04-24 | 1 | -10/+0 |
* | Add SDCH histogram to help detected delayed acks | jar@chromium.org | 2009-04-24 | 1 | -0/+16 |
* | Fixes for two benign race conditions and one bug detected | dkegel@google.com | 2009-04-24 | 1 | -21/+7 |
* | Checkbox/RadioButton labels have to reserve space for the focus rects, even i... | ben@chromium.org | 2009-04-24 | 3 | -1/+10 |
* | The accidental search infobar was almost never appearing. Fix that regressio... | pkasting@chromium.org | 2009-04-24 | 6 | -103/+87 |
* | Create an about dialog for GTK Chromium. | erg@google.com | 2009-04-24 | 6 | -4/+178 |
* | Use WebWorker and WebWorkerClient from the WebKit API. | darin@chromium.org | 2009-04-24 | 21 | -333/+336 |
* | Fix compile error on gcc. | brettw@chromium.org | 2009-04-24 | 1 | -2/+13 |
* | Fix a bug in the size computation for Skia masking. | brettw@chromium.org | 2009-04-24 | 1 | -2/+14 |
* | Eliminate a dependency on _com_issue_error() (via the use of _bstr_t) | sgk@google.com | 2009-04-24 | 1 | -10/+0 |
* | Clean up cocoa popup menu handling in test_shell. | paul@chromium.org | 2009-04-24 | 4 | -117/+217 |
* | Override GtkTextView's size request width in the Linux Omnibox. | deanm@chromium.org | 2009-04-24 | 2 | -0/+21 |
* | Fix a bug where radio buttons would become unselected when clicked (more spec... | jcampan@chromium.org | 2009-04-24 | 2 | -1/+6 |
* | First cut at adding a map between strings names and resource ids. | tc@google.com | 2009-04-24 | 12 | -1/+256 |
* | Removes FindBar cruft from TabContentsViewMac. | rohitrao@chromium.org | 2009-04-24 | 3 | -89/+2 |
* | Make messages in javascript's alert copyable. | tc@google.com | 2009-04-24 | 3 | -1/+22 |
* | Get rid of variable length arrays. | willchan@chromium.org | 2009-04-24 | 4 | -11/+13 |
* | Linux: fix root window co-ordinates. | agl@chromium.org | 2009-04-24 | 1 | -2/+2 |
* | Chrome side of using WebPluginListBuilder. | darin@chromium.org | 2009-04-24 | 20 | -80/+112 |
* | Adding missing null check in case of missing file version info. | robertshield@google.com | 2009-04-24 | 1 | -1/+4 |