| Commit message (Expand) | Author | Age | Files | Lines |
* | Implement tabs.createWindow extension api call. Required: (a) new RVHDelegate... | rafaelw@chromium.org | 2009-04-28 | 28 | -22/+266 |
* | POSIX: = {0} syntax causes a warning. | agl@chromium.org | 2009-04-28 | 1 | -1/+2 |
* | Updating trunk VERSION build from 177.0 to 178.0 | laforge@chromium.org | 2009-04-28 | 1 | -1/+1 |
* | POSIX: don't spawn zombies. | agl@chromium.org | 2009-04-28 | 9 | -12/+123 |
* | Disabling the test again. This time the test doesn't fail at mulitple places.... | anantha@chromium.org | 2009-04-28 | 1 | -1/+1 |
* | Enabling the user install tests to see if they pass. They were failing becaus... | anantha@chromium.org | 2009-04-28 | 3 | -4/+3 |
* | Filter modifier to only include accelerator modifiers. | willchan@chromium.org | 2009-04-28 | 1 | -0/+3 |
* | Removes the use of Windows-specific types for accessibility roles and states ... | klink@chromium.org | 2009-04-28 | 29 | -157/+194 |
* | Convert Windows Sleep to PlatformThread::Sleep | evan@chromium.org | 2009-04-28 | 10 | -32/+30 |
* | When navigating from an interstitial to another page with an interstitial, we... | jcampan@chromium.org | 2009-04-27 | 2 | -3/+19 |
* | Disable a test that fails on mac. I enabled this in r14684, but | tc@google.com | 2009-04-27 | 1 | -2/+2 |
* | Port another UI test file. Disable tests that still need to be ported. | tc@google.com | 2009-04-27 | 2 | -12/+38 |
* | Remove the unwanted code snippet that was removed by Tim, but | munjal@chromium.org | 2009-04-27 | 1 | -12/+0 |
* | Fix several painting glitches for toolstrips. | aa@chromium.org | 2009-04-27 | 9 | -58/+143 |
* | Revert r14620 which was a rollback of r14549 and r14508. This | tc@google.com | 2009-04-27 | 3 | -12/+39 |
* | POSIX: Make --user-data-dir work when it doesn't exist. | agl@chromium.org | 2009-04-27 | 1 | -1/+1 |
* | Landing Hamaji's patch. | jcampan@chromium.org | 2009-04-27 | 1 | -0/+8 |
* | Fix a popup menu offset bug. | paul@chromium.org | 2009-04-27 | 1 | -1/+3 |
* | Add menu tag to View + Encoding menus. | jeremy@chromium.org | 2009-04-27 | 2 | -1/+4 |
* | Reverting my change it breaks release compilation on Windows. | jcampan@chromium.org | 2009-04-27 | 10 | -785/+19 |
* | Unfork some code who's dependency has landed on Mac. | shess@chromium.org | 2009-04-27 | 1 | -6/+0 |
* | Do not send stats from Chromium builds. | kuchhal@chromium.org | 2009-04-27 | 8 | -28/+67 |
* | This patch adds a new kind of tests: browser tests. | jcampan@chromium.org | 2009-04-27 | 10 | -19/+785 |
* | Fail the plugin initialization if we are unable to duplicate the event handle... | ananta@chromium.org | 2009-04-27 | 3 | -4/+10 |
* | Disabling user install testcase to investigate why it fails on the bot and no... | anantha@chromium.org | 2009-04-27 | 1 | -1/+1 |
* | Update selected line in model before accepting input when the user clicks in ... | shess@chromium.org | 2009-04-27 | 2 | -5/+6 |
* | Add quarantine metadata to downloads on the Mac. Patch by Stuart Morgan | mark@chromium.org | 2009-04-27 | 7 | -1/+128 |
* | Changes to get multi-process plug-in scaffolding building on Mac. | pinkerton@chromium.org | 2009-04-27 | 3 | -97/+57 |
* | Its strange that these tests are failing only on bots, but not on local machi... | anantha@chromium.org | 2009-04-27 | 2 | -4/+16 |
* | Relanding this. | jcampan@chromium.org | 2009-04-27 | 2 | -40/+69 |
* | linux: turn on no-op plugins code. | evan@chromium.org | 2009-04-27 | 1 | -1/+3 |
* | 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 |
* | Adds --no-audio, which replaces the audio IPC layer with a mock audio device. | scherkus@chromium.org | 2009-04-27 | 4 | -8/+24 |
* | More linux ifdef tweaks. This reverts my earlier change (13503). | sky@chromium.org | 2009-04-27 | 8 | -24/+10 |
* | 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 |
* | Speculatively roll back r14549 and r14508. The chrome browser | tc@google.com | 2009-04-27 | 3 | -35/+12 |
* | 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 |
* | 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 |
* | 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 |