| Commit message (Expand) | Author | Age | Files | Lines |
* | Use scoped pointers for the theme information in an Extension. | glen@chromium.org | 2009-05-09 | 2 | -16/+16 |
* | Attempt to fix leak in extensions (no Purify here). | glen@chromium.org | 2009-05-09 | 1 | -3/+3 |
* | Use the non-native frame when using themes even on Aero Glass. | ben@chromium.org | 2009-05-09 | 1 | -0/+1 |
* | Temporarily revert char* to std::string because Linux and Mac are throwing 'd... | glen@chromium.org | 2009-05-09 | 1 | -17/+17 |
* | Make 'reset theme' work. | glen@chromium.org | 2009-05-09 | 1 | -31/+33 |
* | Fix the build in debug mode. | jcampan@chromium.org | 2009-05-09 | 1 | -1/+2 |
* | There was a potential race when showing the default browser info-bar on star-up, | jcampan@chromium.org | 2009-05-09 | 1 | -1/+24 |
* | Some unnecessary painting and initing was being done. | glen@chromium.org | 2009-05-09 | 2 | -13/+8 |
* | Random cleanups and stubs to get cross platform build going. | glen@chromium.org | 2009-05-09 | 1 | -1/+1 |
* | To get things green: | glen@chromium.org | 2009-05-09 | 2 | -8/+13 |
* | Add browser_theme_provider to GYP so that Mac and Linux can build. | glen@chromium.org | 2009-05-09 | 1 | -18/+2 |
* | Add stubs for UserChangedThemes to Mac and Linux. | glen@chromium.org | 2009-05-09 | 4 | -0/+10 |
* | Remove unnecessary win_util from dom_ui. | glen@chromium.org | 2009-05-09 | 1 | -1/+0 |
* | This is the first pass at themes. | glen@chromium.org | 2009-05-09 | 39 | -685/+1674 |
* | Decrease the SafeBrowsing false positive rate. | paulg@google.com | 2009-05-09 | 8 | -88/+245 |
* | Implement the popup blocking whitelist pref. This makes the whitelist actual... | pkasting@chromium.org | 2009-05-09 | 3 | -21/+66 |
* | Add customized first run tabs | cpu@google.com | 2009-05-09 | 5 | -35/+122 |
* | Defer window.close(), resizeTo() and moveTo() actions | mbelshe@google.com | 2009-05-09 | 3 | -4/+10 |
* | Stop leaking RenderWidgetHostViewGtk. | willchan@chromium.org | 2009-05-08 | 2 | -1/+1 |
* | Move win_util.h from common to app. | ben@chromium.org | 2009-05-08 | 42 | -61/+51 |
* | This CL fix issue 9837 - RTL: "Pop-ups blocked" bar should be at left-bottom ... | xji@chromium.org | 2009-05-08 | 1 | -2/+12 |
* | move this to app/gfx, part of previous commit | ben@chromium.org | 2009-05-08 | 1 | -1/+1 |
* | Move color_utils, text_elider, drag_utils, accessibility_types, standard_layo... | ben@chromium.org | 2009-05-08 | 59 | -361/+63 |
* | Landing approved patch for Yuta Kitamura (yutak@google.com) | mbelshe@google.com | 2009-05-08 | 2 | -26/+28 |
* | Fix a potential crash in automation framework when | huanr@chromium.org | 2009-05-08 | 1 | -2/+3 |
* | Linux: Store/restore focus in tab contents during tab swithcing. | estade@chromium.org | 2009-05-08 | 3 | -4/+33 |
* | Add PreferredSizeChanged() to View to allow subviews to notify their parents ... | erikkay@google.com | 2009-05-08 | 6 | -17/+24 |
* | Enable generation of da.pak, he,pak, and zh-TW.pak. Re-enable | tc@google.com | 2009-05-08 | 1 | -1/+1 |
* | Enable ctrl-shift-L for app/popup windows and fix a crash. Patch by Yusuke S... | pkasting@chromium.org | 2009-05-08 | 7 | -20/+47 |
* | Various popup UI fixes: | pkasting@chromium.org | 2009-05-08 | 13 | -342/+304 |
* | Fix for b/1837411 -- Interstitial title lines bleed together. | mal@chromium.org | 2009-05-08 | 5 | -0/+5 |
* | Linux: clean up some focus issues. | estade@chromium.org | 2009-05-08 | 7 | -24/+33 |
* | Stub implementation of linux, mac icon loader/manager. | estade@chromium.org | 2009-05-08 | 12 | -114/+167 |
* | Pass external tab handle when Chrome sends outgoing notifications through aut... | stoyan@chromium.org | 2009-05-08 | 3 | -12/+22 |
* | linux: new splash page. | evan@chromium.org | 2009-05-08 | 1 | -31/+26 |
* | Update the instructional text's visibility on bookmark add/remove events. | erg@google.com | 2009-05-08 | 2 | -1/+13 |
* | Remove a comment that doesn't seem to be true anymore. Change to using an as... | tc@google.com | 2009-05-08 | 1 | -7/+3 |
* | Fix regression introduced in r15560 where all bookmark buttons became folders. | erg@google.com | 2009-05-08 | 2 | -4/+17 |
* | Fix default browser info string to change text and color instead of hiding/sh... | pinkerton@chromium.org | 2009-05-08 | 1 | -20/+50 |
* | Converted BookmarkStorage to use ImportantFileWriter | phajdan.jr@chromium.org | 2009-05-08 | 4 | -264/+242 |
* | DevTools: Style drive by | pfeldman@chromium.org | 2009-05-08 | 1 | -1/+2 |
* | Try fixing session restore UI tests. | huanr@chromium.org | 2009-05-08 | 1 | -29/+30 |
* | Revert r15607 | hclam@chromium.org | 2009-05-08 | 1 | -2/+0 |
* | Put test_user_data in a temp directory instead of using base::DIR_EXE. | thestig@chromium.org | 2009-05-08 | 1 | -0/+2 |
* | Move src/chrome/views to src/views. RS=darin http://crbug.com/11387 | ben@chromium.org | 2009-05-08 | 212 | -576/+571 |
* | Add hung renderer dialog on linux. Pretty much just follow the | tc@google.com | 2009-05-08 | 1 | -0/+215 |
* | Fix memory leak in SiteInstance::CreateSiteInstanceForURL. | mpcomplete@google.com | 2009-05-07 | 1 | -1/+4 |
* | Refactor BrowserInit in preparation for customized first run tabs | cpu@google.com | 2009-05-07 | 3 | -83/+82 |
* | Make background pages work more nicely with the tabs API. | aa@chromium.org | 2009-05-07 | 6 | -35/+41 |
* | Move pgup/dn special casing to browser window gtk. | estade@chromium.org | 2009-05-07 | 2 | -22/+33 |