| Commit message (Expand) | Author | Age | Files | Lines |
* | linux: make --single-process mean in-process renderer. | evan@chromium.org | 2009-04-27 | 1 | -0/+8 |
* | Repair FileVersionInfo leak. Doh. | robertshield@google.com | 2009-04-27 | 1 | -3/+3 |
* | Clean up construction of LocationBarViewMac objects. | shess@chromium.org | 2009-04-27 | 7 | -49/+16 |
* | Fix a few crashes when trying to drag a closing tab. | jhawkins@chromium.org | 2009-04-27 | 2 | -4/+32 |
* | Rev 12100 changed the way that we spool and render printed output, most notably | maruel@chromium.org | 2009-04-27 | 3 | -1/+21 |
* | Adds --no-audio, which replaces the audio IPC layer with a mock audio device. | scherkus@chromium.org | 2009-04-27 | 4 | -8/+24 |
* | Fix typo | amanda@chromium.org | 2009-04-27 | 1 | -1/+1 |
* | Start building the NPAPI layout test plugin on the Mac (it's been buildable | amanda@chromium.org | 2009-04-27 | 1 | -30/+48 |
* | Roll webkit deps to pickup r14623: | ericroman@google.com | 2009-04-27 | 1 | -1/+1 |
* | Pick up the TlsGetValue fix. | mbelshe@google.com | 2009-04-27 | 1 | -1/+1 |
* | More linux ifdef tweaks. This reverts my earlier change (13503). | sky@chromium.org | 2009-04-27 | 20 | -79/+30 |
* | Add the generatd file pull_in_test_shell.scons to svn:ignore list. | maruel@chromium.org | 2009-04-27 | 0 | -0/+0 |
* | Add plugin.scons to the svn:ignore list; it is now generated by scons. | maruel@chromium.org | 2009-04-27 | 0 | -0/+0 |
* | Now that we have file dialogs, we might as well hook up "Open File" on the Mac. | avi@google.com | 2009-04-27 | 3 | -7/+11 |
* | Add svn:ignore to third_party/codesighs/. | maruel@chromium.org | 2009-04-27 | 0 | -0/+0 |
* | Disable some warnings in third party code so I can turn on -Werror. | tc@google.com | 2009-04-27 | 2 | -27/+40 |
* | roll DEPS to get ToT gyp which includes make fixes | tc@google.com | 2009-04-27 | 1 | -1/+1 |
* | Speculatively roll back r14549 and r14508. The chrome browser | tc@google.com | 2009-04-27 | 4 | -42/+14 |
* | Add keyboard accelerators for IDC_FIND_NEXT and IDC_FIND_PREVIOUS. | willchan@chromium.org | 2009-04-27 | 1 | -3/+9 |
* | Don't allow the browser window to be resized so small that layout starts brea... | pkasting@chromium.org | 2009-04-27 | 13 | -69/+213 |
* | Fix a memory leak in TaskManager | phajdan.jr@chromium.org | 2009-04-27 | 1 | -3/+7 |
* | Fix a crash with <video> | hclam@chromium.org | 2009-04-27 | 1 | -1/+1 |
* | Fixes a gcc-4.3 warning in tab_strip_gtk.cc. | jhawkins@chromium.org | 2009-04-27 | 2 | -19/+3 |
* | Add a way to checksum bookmark data to help determine if the | munjal@chromium.org | 2009-04-27 | 3 | -23/+290 |
* | Remove svn:executable and set svn:eol-style to LF. | tc@google.com | 2009-04-27 | 4 | -0/+0 |
* | Update OS error message. | kuchhal@chromium.org | 2009-04-27 | 2 | -2/+2 |
* | Searching by keyword now generates a visit against the site with a | sky@chromium.org | 2009-04-27 | 18 | -32/+256 |
* | Roll DEPS to pick up ConsoleMessage unfork | dglazkov@google.com | 2009-04-27 | 1 | -1/+1 |
* | 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 |
* | Ignore whitespace while mirroring Dom to the client. | pfeldman@chromium.org | 2009-04-27 | 3 | -17/+55 |
* | Only check errno when it can be set. | phajdan.jr@chromium.org | 2009-04-27 | 1 | -1/+1 |
* | 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 | 6 | -1544/+2236 |
* | Update the solutions again to fix dependency on js2c. | ager@chromium.org | 2009-04-27 | 2 | -0/+4 |
* | Apparently, I did not fix the webkit solution correctly. | ager@chromium.org | 2009-04-27 | 1 | -204/+197 |
* | Update V8 in chromium to version 1.2.1. | ager@chromium.org | 2009-04-27 | 6 | -2038/+1349 |
* | 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 |
* | roll DEPS to pick up WebKit fix | darin@chromium.org | 2009-04-27 | 1 | -1/+1 |
* | Introduce ScriptEventListner, Chromium side. | dglazkov@google.com | 2009-04-27 | 3 | -1/+11 |
* | 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 |
* | Change Size::IsEmpty() to be consistent with Rect::IsEmpty() | erikkay@google.com | 2009-04-26 | 5 | -23/+46 |