| Commit message (Expand) | Author | Age | Files | Lines |
* | Added stub native web worker support, including build support in preparation | sehr@google.com | 2009-06-29 | 10 | -3/+353 |
* | Add 15547 to known crash. | huanr@chromium.org | 2009-06-28 | 1 | -0/+3 |
* | Switching gyp off for mini_installer. | bradnelson@chromium.org | 2009-06-28 | 1 | -1/+2 |
* | Switching mini_installer to be gyp generated. | bradnelson@chromium.org | 2009-06-28 | 1 | -1/+2 |
* | Reverting change 19472. | bradnelson@chromium.org | 2009-06-28 | 3 | -175/+146 |
* | Switching over mini_installer to gyp. | bradnelson@chromium.org | 2009-06-28 | 3 | -146/+175 |
* | Forgot an include. | tim@chromium.org | 2009-06-27 | 2 | -1/+1 |
* | Make members protected so they can be set in an overloaded | tim@chromium.org | 2009-06-27 | 1 | -0/+12 |
* | Fix the forgotten renames of recommendations to tips. | arv@google.com | 2009-06-27 | 2 | -8/+8 |
* | Fix for reverted cl http://codereview.chromium.org/147123 | davemoore@chromium.org | 2009-06-27 | 7 | -38/+93 |
* | Refactor DNS A/B experient, and add test of congestion time limits | jar@chromium.org | 2009-06-27 | 6 | -78/+126 |
* | Ensure that even if the HostResolver outlives the IO thread, its jobs will no... | ericroman@google.com | 2009-06-27 | 1 | -0/+3 |
* | Need to temporarily flip this back to gfx::NativeView since the other platfor... | ben@chromium.org | 2009-06-27 | 2 | -3/+4 |
* | fix build bustage by using ALLOW_THIS_IN_INITIALIZER_LIST | ben@chromium.org | 2009-06-27 | 1 | -5/+6 |
* | gcl error, this file belonged in last changeset | ben@chromium.org | 2009-06-27 | 1 | -0/+53 |
* | First part of bookmark context menu reorg. | ben@chromium.org | 2009-06-27 | 10 | -681/+662 |
* | A first implementation of the SSL client auth UI.This uses the Windows API th... | jcampan@chromium.org | 2009-06-27 | 8 | -16/+192 |
* | Reverting 19447. | ericroman@google.com | 2009-06-27 | 1 | -11/+6 |
* | Fix mistake on spwaning setup again | cpu@google.com | 2009-06-27 | 1 | -2/+1 |
* | Make net::HostResolver refcounted. | ericroman@google.com | 2009-06-27 | 5 | -34/+26 |
* | Finish the gtk search engine manager. | mattm@chromium.org | 2009-06-27 | 2 | -23/+353 |
* | mac/linux: rework plugin channel file descriptor creation | evan@chromium.org | 2009-06-27 | 8 | -72/+69 |
* | We're leaking almost all the theme bitmaps. Properly delete images | tc@google.com | 2009-06-27 | 1 | -6/+11 |
* | Add more privacy prefs | mattm@chromium.org | 2009-06-27 | 1 | -24/+222 |
* | Linux web drag first cut. | estade@chromium.org | 2009-06-27 | 2 | -7/+61 |
* | revert cl 19438 | rvargas@google.com | 2009-06-27 | 9 | -195/+1566 |
* | Simple clean-up of the ssl_manager.h includes. | jcampan@chromium.org | 2009-06-26 | 3 | -20/+7 |
* | Add a command line switch to allow setting the max size | rvargas@google.com | 2009-06-26 | 5 | -28/+66 |
* | Make the new new tab page the default new tab page. | arv@google.com | 2009-06-26 | 9 | -1566/+195 |
* | Do not write magic string to registry for non Google Chrome builds. | kuchhal@chromium.org | 2009-06-26 | 1 | -1/+3 |
* | WriteThumbnailToDisk runs on a bg thread so it cannot access the cache_ direc... | meelapshah@chromium.org | 2009-06-26 | 3 | -6/+15 |
* | Reverting 19425. | ericroman@google.com | 2009-06-26 | 5 | -19/+31 |
* | Make bookmark model public interface use const BookmarkNode* instead of | munjal@chromium.org | 2009-06-26 | 84 | -1084/+1196 |
* | Fix a crash that happens when changing themes. | tc@google.com | 2009-06-26 | 3 | -22/+55 |
* | Make net::HostResolver refcounted. | ericroman@google.com | 2009-06-26 | 5 | -31/+19 |
* | Add notifications for when V8Proxy creates or destroys a V8 Context. | mpcomplete@chromium.org | 2009-06-26 | 4 | -0/+33 |
* | Missed a test that needed to be updated with r19418. | mark@chromium.org | 2009-06-26 | 1 | -7/+15 |
* | Refactor the win KeywordEditorView for cross platform friendliness. | mattm@chromium.org | 2009-06-26 | 8 | -561/+706 |
* | Use platform-appropriate newlines in JSON output. | mark@chromium.org | 2009-06-26 | 5 | -39/+41 |
* | Do some minor cleanup I noticed in SiteInstance. Before, we would parse and | brettw@chromium.org | 2009-06-26 | 3 | -19/+24 |
* | Validates links which are to be passed on to the NTP by ensuring that they st... | mirandac@chromium.org | 2009-06-26 | 2 | -8/+14 |
* | Use regular notifications for theme changes. | tc@google.com | 2009-06-26 | 3 | -4/+15 |
* | Create a webkit thread for use within the browser process. This patch also i... | jorlow@chromium.org | 2009-06-26 | 19 | -5/+539 |
* | Add stubs for the rest of the gtk advanced options sections. Hook up the rese... | mattm@chromium.org | 2009-06-26 | 3 | -2/+135 |
* | Fix 2 memory leaks in UtilityProcessHostTest.ExtensionUnpacker. | tc@google.com | 2009-06-26 | 1 | -5/+6 |
* | s/OS_MAC/OS_MACOSX/ | willchan@chromium.org | 2009-06-26 | 1 | -2/+2 |
* | Makes tab overview show the arrow at the right location. | sky@chromium.org | 2009-06-26 | 5 | -10/+11 |
* | GTK bookmark manager: workaround for multi row dragging. | estade@chromium.org | 2009-06-26 | 2 | -14/+78 |
* | Fix download shelf z ordering during close. | estade@chromium.org | 2009-06-26 | 1 | -3/+11 |
* | Enable extension protocols on all platforms. This should enable background p... | erikkay@google.com | 2009-06-26 | 1 | -8/+1 |