| Commit message (Expand) | Author | Age | Files | Lines |
* | Fill in a bunch of missing menu items: Stop, Reload, History, Downloads, Clea... | pinkerton@chromium.org | 2009-04-27 | 1 | -8/+229 |
* | Linux Omnibox results improvements: | deanm@chromium.org | 2009-04-27 | 2 | -92/+92 |
* | Massively improve the performance of dragging a window over our window. | deanm@chromium.org | 2009-04-27 | 1 | -1/+3 |
* | Add a stub test for TabStripController. It doesn't fully work because of issues | pinkerton@chromium.org | 2009-04-27 | 3 | -1/+132 |
* | Remove a NOTIMPLEMENTED() that's not necessary on Mac. | pinkerton@chromium.org | 2009-04-27 | 1 | -1/+5 |
* | Add virtual dtor for TaskManager::ResourceProvider. | phajdan.jr@chromium.org | 2009-04-27 | 1 | -0/+2 |
* | Reverting 14597,14596,14595. | sgjesse@chromium.org | 2009-04-27 | 1 | -1342/+1346 |
* | Update the solutions again to fix dependency on js2c. | ager@chromium.org | 2009-04-27 | 1 | -0/+1 |
* | Update V8 in chromium to version 1.2.1. | ager@chromium.org | 2009-04-27 | 1 | -1346/+1341 |
* | Enable dom_ui unit test on Linux. | phajdan.jr@chromium.org | 2009-04-27 | 1 | -2/+0 |
* | Use AutocompletePopupPositioner for the Linux Omnibox. | deanm@chromium.org | 2009-04-27 | 8 | -39/+73 |
* | Linux Omnibox mouse support. | deanm@chromium.org | 2009-04-27 | 2 | -4/+103 |
* | Add basic unit tests for TaskManager. | phajdan.jr@chromium.org | 2009-04-27 | 4 | -0/+90 |
* | Revert 14569 | abarth@chromium.org | 2009-04-26 | 2 | -43/+1 |
* | Add some histograms to see how often users click through blocking pages. | abarth@chromium.org | 2009-04-26 | 2 | -1/+43 |
* | Monitor some sensitive UI actions for evidence of clickjacking. | abarth@chromium.org | 2009-04-26 | 4 | -1/+28 |
* | New drop of string translations. | mal@chromium.org | 2009-04-26 | 98 | -372/+3173 |
* | Linux: implement automation for modal dialogs. | agl@chromium.org | 2009-04-26 | 2 | -5/+18 |
* | Fix a crash I introduced in r14053. It removed the setting of the controller in | brettw@chromium.org | 2009-04-25 | 1 | -6/+10 |
* | Catch up chrome.gyp with recent additions: | sgk@google.com | 2009-04-25 | 1 | -8/+58 |
* | Show icons in the new omnibox popup. | ben@chromium.org | 2009-04-25 | 2 | -37/+107 |
* | Fix sudden termination after the latest WebKit merge. | jam@chromium.org | 2009-04-25 | 16 | -68/+110 |
* | Port unload_uitest.cc and enable some of the tests on linux. | estade@chromium.org | 2009-04-24 | 2 | -8/+18 |
* | 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 | 7 | -96/+11 |
* | Rename process_watcher.cc -> process_watcher_win.cc on Windows. | agl@chromium.org | 2009-04-24 | 1 | -1/+1 |
* | Mac: build fix. | agl@chromium.org | 2009-04-24 | 1 | -1/+1 |
* | Reverting 14489. | jcampan@chromium.org | 2009-04-24 | 3 | -79/+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 | 3 | -40/+79 |
* | POSIX: Don't spawn zombies. | agl@chromium.org | 2009-04-24 | 6 | -10/+95 |
* | 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 |
* | Fix for minimum size check | evan@chromium.org | 2009-04-24 | 1 | -2/+5 |
* | 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 |
* | 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 |
* | 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 | 6 | -59/+72 |
* | Eliminate a dependency on _com_issue_error() (via the use of _bstr_t) | sgk@google.com | 2009-04-24 | 1 | -10/+0 |
* | Override GtkTextView's size request width in the Linux Omnibox. | deanm@chromium.org | 2009-04-24 | 2 | -0/+21 |