| Commit message (Expand) | Author | Age | Files | Lines |
* | Handle tooltip message so we get fewer NOTIMPLEMENTED()s. | evan@chromium.org | 2009-02-11 | 1 | -1/+6 |
* | Construct AudioRendererHost in BrowserRendererProcessHost, also construct | hclam@chromium.org | 2009-02-11 | 10 | -18/+211 |
* | Implement browser scrolling on posix. | estade@chromium.org | 2009-02-11 | 3 | -72/+35 |
* | Draw custom buttons in toolbar. | evan@chromium.org | 2009-02-11 | 2 | -42/+151 |
* | Port some strings in download/save_package.cc | estade@chromium.org | 2009-02-11 | 5 | -197/+158 |
* | Under the OS X Sandbox, some system calls are blocked. | jeremy@chromium.org | 2009-02-11 | 1 | -0/+6 |
* | Back out parts of r9537 to fix Linux build bustage. | jeremy@chromium.org | 2009-02-11 | 1 | -22/+14 |
* | Fix a potential infinite loop in TabRestoreUITest.RestoreToDifferentWindow. | patrick@chromium.org | 2009-02-11 | 1 | -0/+1 |
* | Make sure we copy the file descriptor set when assigning IPC::Messages | paul@chromium.org | 2009-02-11 | 1 | -0/+3 |
* | Fix a browser crash when the URLRequestChromeJob goes away | rvargas@google.com | 2009-02-11 | 1 | -2/+4 |
* | Fix a browser crash when the async resource handler keeps an | rvargas@google.com | 2009-02-11 | 1 | -1/+6 |
* | Unittest gardening on MacOS X: | shess@chromium.org | 2009-02-11 | 4 | -32/+29 |
* | * Fix error checking for mmap() for POSIX shared memory. | jeremy@chromium.org | 2009-02-11 | 1 | -14/+22 |
* | Maintain a refcounted AutomationProvider pointer in the ExternalTabContainer.... | ananta@chromium.org | 2009-02-11 | 2 | -4/+22 |
* | Make browsing_data_remover.cc compile on Mac and Linux. | jhawkins@chromium.org | 2009-02-11 | 4 | -6/+49 |
* | Fill in more gtk callbacks in RenderWidgetHostViewGtk. | estade@chromium.org | 2009-02-10 | 1 | -3/+15 |
* | Re-revert change 9439. The original change 9439 was reverted | iposva@google.com | 2009-02-10 | 1 | -0/+4 |
* | Attempt at preventing a crasher. | jcampan@chromium.org | 2009-02-10 | 1 | -0/+15 |
* | Optionally support URLPatterns in standalone user | aa@chromium.org | 2009-02-10 | 3 | -19/+86 |
* | Adds two install strings for translation | cpu@google.com | 2009-02-10 | 2 | -0/+12 |
* | POSIX: add missing NOTIMPLEMENTED | agl@chromium.org | 2009-02-10 | 1 | -0/+1 |
* | Turn on Mac cursor support now that we're already linking in the world. | avi@chromium.org | 2009-02-10 | 2 | -8/+19 |
* | Add test to check that FDs are sent through the OS X Sandbox ok. | jeremy@chromium.org | 2009-02-10 | 4 | -30/+119 |
* | Move opener/group relationship forgetting on navigation into TabStripModel fr... | ben@chromium.org | 2009-02-10 | 5 | -49/+168 |
* | Reverting 9493. | kuchhal@chromium.org | 2009-02-10 | 35 | -329/+173 |
* | Upping the version of trunk because we are abandoning the 2.0.161.0 tree. | jon@chromium.org | 2009-02-10 | 1 | -1/+1 |
* | Remove p13n from chrome_dll.rc | tim@chromium.org | 2009-02-10 | 1 | -4/+0 |
* | Make character_encoding.cc compile on Mac and Linux. | jhawkins@chromium.org | 2009-02-10 | 3 | -3/+3 |
* | MovePluginWindows should always be called, even if suppress_view_updating_ is... | jam@chromium.org | 2009-02-10 | 1 | -4/+6 |
* | Fix build. I merged the .sln files wrong and lost the | tc@google.com | 2009-02-10 | 2 | -2/+2 |
* | Switch from HWNDs to NativeViews, take 2. (First attempt was r9409, in which ... | avi@chromium.org | 2009-02-10 | 19 | -62/+64 |
* | Do some more work on RenderWidgetHostViewGtk | estade@chromium.org | 2009-02-10 | 2 | -75/+92 |
* | Disable context menu item "Open image in new tab" from context menu for thumb... | sidchat@google.com | 2009-02-10 | 1 | -0/+8 |
* | Rename the localized_strings vcproj file to webkit_strings | tc@google.com | 2009-02-10 | 2 | -4/+4 |
* | Rename generated_resources.vcproj to chrome_strings.vcproj. This | tc@google.com | 2009-02-10 | 3 | -4/+4 |
* | Switch the Mac accessor method name to match the GTK one (consistency is good). | avi@chromium.org | 2009-02-10 | 3 | -6/+2 |
* | Remove tab_util from scaffolding. | paul@chromium.org | 2009-02-10 | 4 | -26/+2 |
* | revert my ipc change due to compile failure in debug ipc_tests | jam@chromium.org | 2009-02-10 | 4 | -32/+44 |
* | Relanding of http://codereview.chromium.org/16488. | mad@chromium.org | 2009-02-10 | 35 | -173/+329 |
* | Fix ipc logging for non browser processes. I broke this in my last refactori... | jam@chromium.org | 2009-02-10 | 4 | -44/+32 |
* | Porting unit tests in chrome/ | phajdan.jr@chromium.org | 2009-02-10 | 11 | -71/+135 |
* | Hook views up. | avi@chromium.org | 2009-02-10 | 4 | -17/+18 |
* | fix compile failure | kuchhal@chromium.org | 2009-02-10 | 1 | -1/+1 |
* | Try reverting r9409 to see if it fixes crashes on chromebot. | kuchhal@chromium.org | 2009-02-10 | 18 | -61/+59 |
* | Reapplying tab support (change 9388). I synced and re-applied my change and ... | tommi@chromium.org | 2009-02-10 | 7 | -33/+117 |
* | Linux: fix crash in OnGetScreenInfo | agl@chromium.org | 2009-02-10 | 1 | -1/+4 |
* | POSIX: fix renderer crash | agl@chromium.org | 2009-02-10 | 1 | -0/+9 |
* | Windows: build fix | agl@chromium.org | 2009-02-10 | 1 | -0/+2 |
* | POSIX: fix logging of messages with file descriptors | agl@chromium.org | 2009-02-10 | 1 | -3/+7 |
* | POSIX: fix file descriptor passing | agl@chromium.org | 2009-02-10 | 1 | -1/+2 |