| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix inspection of extensions. | aa@chromium.org | 2009-05-19 | 4 | -10/+0 |
* | More NOTIMPLEMENTED() swatting. | estade@chromium.org | 2009-05-18 | 1 | -2/+4 |
* | Linux: Fix interstitials to work across tab changes. | willchan@chromium.org | 2009-05-18 | 1 | -3/+8 |
* | Forward simplified mouse events to the RenderViewHostDelegate::View so that i... | erikkay@google.com | 2009-05-18 | 2 | -0/+16 |
* | Chrome-part of disabling web fonts by default while still alowing SVG fonts | jshin@chromium.org | 2009-05-16 | 1 | -0/+2 |
* | GTK: Add download shelf first show animation. | estade@chromium.org | 2009-05-15 | 2 | -10/+13 |
* | Linux: Take download shelf and infobar close animations into account during r... | estade@chromium.org | 2009-05-15 | 5 | -10/+70 |
* | Linux: Make findbar restore focus to last focused widget on close. | estade@chromium.org | 2009-05-15 | 2 | -30/+7 |
* | Displaying consecutive alerts from plugins should not hang the browser. The p... | ananta@chromium.org | 2009-05-15 | 4 | -0/+14 |
* | ChromeCanvas->gfx::Canvas | ben@chromium.org | 2009-05-15 | 1 | -2/+2 |
* | Finish refactoring to make SSLPolicy and friends unit testable. Next stop: t... | abarth@chromium.org | 2009-05-15 | 1 | -1/+1 |
* | Refactors menus so that I can create a MenuGtk implementation, and moves it into | sky@chromium.org | 2009-05-14 | 2 | -13/+15 |
* | Remove even more ATL dependencies. | maruel@chromium.org | 2009-05-14 | 1 | -1/+1 |
* | Save/restore the focused subview. | avi@google.com | 2009-05-13 | 2 | -4/+20 |
* | Remove a comment referencing tab contents type switching. | brettw@chromium.org | 2009-05-13 | 1 | -3/+1 |
* | Propagate intrinsic width notification over IPC in all cases (not just extens... | pinkerton@chromium.org | 2009-05-13 | 6 | -1/+43 |
* | Revert 15965. I wasn't supposed to check that in since it still doesn't compi... | maruel@chromium.org | 2009-05-13 | 1 | -1/+1 |
* | Remove even more ATL dependencies. | maruel@chromium.org | 2009-05-13 | 1 | -1/+1 |
* | This is the successor to http://codereview.chromium.org/67150 | maruel@chromium.org | 2009-05-13 | 2 | -13/+21 |
* | This CL updates chrome to the latest version of skia, retrieved via DEPS, and | senorblanco@chromium.org | 2009-05-13 | 2 | -2/+2 |
* | Linux: fix a couple focus issues: | estade@chromium.org | 2009-05-12 | 1 | -5/+7 |
* | Remove two context menu entries that were never implemented! | tc@google.com | 2009-05-12 | 1 | -17/+6 |
* | Revert "Revert "Only show the original RWHV or the interstitial page at any t... | willchan@chromium.org | 2009-05-12 | 1 | -0/+6 |
* | Be slightly more precise in how we propagate mixed content state. | abarth@chromium.org | 2009-05-12 | 1 | -1/+1 |
* | Revert "Only show the original RWHV or the interstitial page at any time." | willchan@chromium.org | 2009-05-11 | 1 | -6/+0 |
* | Only show the original RWHV or the interstitial page at any time. | willchan@chromium.org | 2009-05-11 | 1 | -0/+6 |
* | Stop leaking RenderWidgetHostViewGtk. | willchan@chromium.org | 2009-05-08 | 1 | -1/+0 |
* | Move win_util.h from common to app. | ben@chromium.org | 2009-05-08 | 1 | -1/+3 |
* | Move color_utils, text_elider, drag_utils, accessibility_types, standard_layo... | ben@chromium.org | 2009-05-08 | 1 | -1/+1 |
* | Linux: Store/restore focus in tab contents during tab swithcing. | estade@chromium.org | 2009-05-08 | 2 | -4/+30 |
* | Various popup UI fixes: | pkasting@chromium.org | 2009-05-08 | 3 | -55/+22 |
* | Linux: clean up some focus issues. | estade@chromium.org | 2009-05-08 | 1 | -7/+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 |
* | DevTools: Style drive by | pfeldman@chromium.org | 2009-05-08 | 1 | -1/+2 |
* | Move src/chrome/views to src/views. RS=darin http://crbug.com/11387 | ben@chromium.org | 2009-05-08 | 5 | -7/+7 |
* | Fix memory leak in SiteInstance::CreateSiteInstanceForURL. | mpcomplete@google.com | 2009-05-07 | 1 | -1/+4 |
* | Clicking right mouse button after selecting an image (or a whitespace character) | estade@chromium.org | 2009-05-07 | 1 | -4/+8 |
* | Fix an issue with SiteInstance where special URLs would not always get grouped | mpcomplete@google.com | 2009-05-07 | 4 | -12/+46 |
* | DevTools: Enable debugging of non-TabContents including extensions. | pfeldman@chromium.org | 2009-05-07 | 2 | -12/+7 |
* | Add inspect links for all active views in chrome://extensions. | aa@chromium.org | 2009-05-07 | 2 | -1/+2 |
* | Popup whitelisting checkpoint. | pkasting@chromium.org | 2009-05-06 | 2 | -37/+70 |
* | The last redesign of interstitial pages made them to be a render view painted... | jcampan@chromium.org | 2009-05-06 | 2 | -0/+19 |
* | Render a "sad tab" on tab crash. | willchan@chromium.org | 2009-05-06 | 2 | -18/+65 |
* | Refactor view from methods to show hung renderer dialog. | tc@google.com | 2009-05-06 | 1 | -7/+6 |
* | Adding a test for a testing that the bug http://crbug.com/9791 is really fixed. | jcampan@chromium.org | 2009-05-06 | 1 | -0/+76 |
* | PageActions now work across tabs and windows. | finnur@chromium.org | 2009-05-06 | 2 | -6/+36 |
* | Merge two TabContents::InvalidateTypes types and properly update tab download... | estade@chromium.org | 2009-05-06 | 4 | -16/+9 |
* | Change chrome-ui to chrome. I didn't go too far in converting existing string... | glen@chromium.org | 2009-05-06 | 3 | -4/+4 |
* | Move: drag_drop_types, favicon_size, icon_util, insets, path, message_box_fla... | ben@chromium.org | 2009-05-06 | 2 | -2/+2 |
* | Move chrome_canvas to app/gfx | ben@chromium.org | 2009-05-06 | 1 | -1/+1 |