| Commit message (Expand) | Author | Age | Files | Lines |
* | Update the temp scaffolding stubs for my header change. It was pulling in the | brettw@chromium.org | 2009-02-01 | 2 | -0/+2 |
* | Address a review comment I forgot in my previous patch. | brettw@chromium.org | 2009-02-01 | 1 | -1/+1 |
* | Fix a bunch of header includes. I removed some unnecessary headers from a | brettw@chromium.org | 2009-02-01 | 25 | -35/+46 |
* | Remove most header file dependencies on the notification type list. It is | brettw@chromium.org | 2009-02-01 | 131 | -862/+1077 |
* | Re-land this changelist to make BrowserInit work on Mac. | beng@google.com | 2009-01-31 | 6 | -121/+150 |
* | Remove DNS pre-resolution model of OS cache | jar@chromium.org | 2009-01-31 | 2 | -14/+13 |
* | Move proxy resolve requests out of plugin/renderer process, and into the brow... | ericroman@google.com | 2009-01-31 | 9 | -65/+603 |
* | Add support for loading Current Version. (haven't removed the old style loadi... | erikkay@google.com | 2009-01-31 | 3 | -17/+53 |
* | Make sure that Clipboard operations that require dispatching | rvargas@google.com | 2009-01-31 | 1 | -1/+29 |
* | Roll back these tab changes since there are still issues. | ben@chromium.org | 2009-01-31 | 1 | -22/+2 |
* | Rollback 8998 | beng@google.com | 2009-01-31 | 5 | -151/+120 |
* | Bring up BrowserInit on MacOS X. | beng@google.com | 2009-01-30 | 5 | -120/+151 |
* | Register .crx file handler to install Chrome extensions. | mpcomplete@google.com | 2009-01-30 | 3 | -12/+18 |
* | Ignore invalid plugin windows coming in from the renderer for moving. As the ... | ananta@chromium.org | 2009-01-30 | 1 | -1/+7 |
* | NTP twiddling for p13n | tim@chromium.org | 2009-01-30 | 2 | -0/+23 |
* | Random bits of de-Winification for WebContents. | brettw@chromium.org | 2009-01-30 | 8 | -28/+39 |
* | Allow porting of the JS message boxes. I split out the implementation into | brettw@chromium.org | 2009-01-30 | 9 | -182/+201 |
* | Correct sqlite wrapper behavior on systems where wchar_t is UTF-32, | phajdan.jr@chromium.org | 2009-01-30 | 7 | -29/+32 |
* | Fix EOL. | maruel@chromium.org | 2009-01-30 | 1 | -4/+4 |
* | Make the download manager compile on Linux & Mac. | brettw@google.com | 2009-01-30 | 1 | -7/+1 |
* | Porting in the download manager (plus tiny bits of cleanup). | brettw@chromium.org | 2009-01-30 | 4 | -40/+51 |
* | Modifies LaunchSetupWithParam to properly append the kInstallerDir and kSetup... | gwilson@google.com | 2009-01-30 | 1 | -2/+2 |
* | Move RLZ back to 90 seconds delayed init | cpu@google.com | 2009-01-30 | 1 | -2/+2 |
* | Fix various problems with constrained windows and/or custom frame windows: | pkasting@chromium.org | 2009-01-30 | 1 | -30/+83 |
* | Change kMetricsURL to | wtc@chromium.org | 2009-01-30 | 1 | -3/+1 |
* | Provides the ability to write a unit test that brings up a browser. As | sky@google.com | 2009-01-30 | 3 | -65/+174 |
* | Fix a bunch of lint complaints in preparation to land issue 19046. Mostly for... | thestig@chromium.org | 2009-01-30 | 4 | -364/+363 |
* | Create a stub chrome executable that crashes when run. | tc@google.com | 2009-01-29 | 2 | -8/+42 |
* | This CL fixes bugs with EULA | cpu@google.com | 2009-01-29 | 2 | -8/+10 |
* | Reorganize DefaultNonClientView and ConstrainedWindowNonClientView to match c... | pkasting@chromium.org | 2009-01-29 | 1 | -165/+120 |
* | Simple installation of extensions using chrome.exe --install-extensionChanged... | erikkay@google.com | 2009-01-29 | 7 | -33/+617 |
* | Clean up the Windows-ness in the sizing of new views. Write a bunch of comments | brettw@chromium.org | 2009-01-29 | 5 | -34/+28 |
* | Per Glen, remove the bottom border of maximized windows. I went ahead and al... | pkasting@chromium.org | 2009-01-29 | 4 | -87/+56 |
* | Provide the option for HTTPServer to be created with a specific | sky@google.com | 2009-01-29 | 16 | -66/+69 |
* | Re-enable the NoScript unittest. | mpcomplete@google.com | 2009-01-29 | 3 | -4/+1 |
* | rest of the rename, accidentally leftout. TBR. | pinkerton@chromium.org | 2009-01-29 | 2 | -7/+7 |
* | rename from tab_bar to tab_strip to be more consistent with windows | pinkerton@chromium.org | 2009-01-29 | 5 | -23/+24 |
* | hookup tabs to the model and handle new tab creation | pinkerton@google.com | 2009-01-29 | 6 | -15/+351 |
* | Remove pointless function override (the base class does the exact same thing ... | pkasting@chromium.org | 2009-01-29 | 2 | -5/+0 |
* | Add a stub shell dialogs to help us get linking faster. | brettw@google.com | 2009-01-29 | 1 | -0/+19 |
* | Disable the test while investigating. | maruel@chromium.org | 2009-01-29 | 1 | -1/+2 |
* | Change chrome:// to chrome-ui://, fix up one chrome-resource:// reference. | glen@chromium.org | 2009-01-29 | 14 | -41/+44 |
* | Make the shared shell dialog not use Windows types, as well as the web contents | brettw@chromium.org | 2009-01-29 | 8 | -18/+24 |
* | Move kClientEdgeThickness from BrowserView to NonClientView (which makes more... | pkasting@chromium.org | 2009-01-29 | 4 | -27/+13 |
* | Re-land revision 8821 with the ui test fixed. | maruel@chromium.org | 2009-01-29 | 5 | -152/+113 |
* | Disable DownloadTest.UnknownSize because it is flaky. | maruel@chromium.org | 2009-01-29 | 1 | -1/+2 |
* | Remove the Windows set focus call and bad-design browser call from the new tab | brettw@chromium.org | 2009-01-29 | 4 | -27/+29 |
* | Wire the stats consent checkbox of the EULA | cpu@google.com | 2009-01-29 | 1 | -1/+6 |
* | Temporarily disable failing test while I fix it. | mpcomplete@chromium.org | 2009-01-29 | 1 | -1/+1 |
* | Generate a proper file name when dragging an image from a | paulg@google.com | 2009-01-29 | 1 | -2/+12 |