| Commit message (Expand) | Author | Age | Files | Lines |
* | More CHECKs in my continuing effort to figure out what is going on. Neither ... | pkasting@chromium.org | 2009-06-22 | 1 | -0/+1 |
* | Revert : | nsylvain@chromium.org | 2009-06-22 | 1 | -3/+1 |
* | Relanding focus manager refactoring with build fix, see:http://codereview.chr... | jcampan@chromium.org | 2009-06-20 | 1 | -1/+3 |
* | Second attempt to land this. This time it compiles on windows, too. | ben@chromium.org | 2009-06-19 | 1 | -0/+5 |
* | Reverting 18872. | jcampan@chromium.org | 2009-06-19 | 1 | -3/+1 |
* | Removed the last Windows specific part out of the focus manager. HWNDs are no... | jcampan@chromium.org | 2009-06-19 | 1 | -1/+3 |
* | Reverting 18865. | ben@chromium.org | 2009-06-19 | 1 | -3/+1 |
* | Reverting 18866. | ben@chromium.org | 2009-06-19 | 1 | -3/+1 |
* | Fix bustage... need to include this header directly after all. | ben@chromium.org | 2009-06-19 | 1 | -1/+3 |
* | Fixes for TOOLKIT_VIEWS build. Disable stuff that we know isn't working so far. | ben@chromium.org | 2009-06-19 | 1 | -1/+3 |
* | This is a fix for a memory leak. | jcampan@chromium.org | 2009-06-19 | 2 | -2/+4 |
* | Fix omnibox popup positioning by not calling "SetChildBounds" which attempts ... | ben@chromium.org | 2009-06-09 | 1 | -5/+4 |
* | Fix weird stretchy text rendering in O2 popup. Apparently the tile flags were... | ben@chromium.org | 2009-06-09 | 1 | -2/+2 |
* | Fix crash in omnibox2 popup introduced by themes work. There was no widget to... | ben@chromium.org | 2009-05-31 | 1 | -1/+2 |
* | Use the right frame type on startup, do proper swapping of frames when themes... | glen@chromium.org | 2009-05-31 | 1 | -3/+3 |
* | ChromeCanvas->gfx::Canvas | ben@chromium.org | 2009-05-15 | 2 | -20/+20 |
* | ChromeFont->gfx::Font | beng@google.com | 2009-05-15 | 2 | -11/+11 |
* | Add star icon for bookmarked results in the omnibox2 popup view. | beng@google.com | 2009-05-14 | 2 | -6/+18 |
* | Remove even more ATL dependencies. | maruel@chromium.org | 2009-05-14 | 1 | -0/+2 |
* | Fix some issues with the omnibox2 popup: | beng@google.com | 2009-05-13 | 2 | -7/+13 |
* | Revert 15965. I wasn't supposed to check that in since it still doesn't compi... | maruel@chromium.org | 2009-05-13 | 1 | -2/+0 |
* | Remove even more ATL dependencies. | maruel@chromium.org | 2009-05-13 | 1 | -0/+2 |
* | This CL updates chrome to the latest version of skia, retrieved via DEPS, and | senorblanco@chromium.org | 2009-05-13 | 1 | -1/+1 |
* | Move win_util.h from common to app. | ben@chromium.org | 2009-05-08 | 2 | -2/+2 |
* | Move color_utils, text_elider, drag_utils, accessibility_types, standard_layo... | ben@chromium.org | 2009-05-08 | 1 | -1/+1 |
* | Move src/chrome/views to src/views. RS=darin http://crbug.com/11387 | ben@chromium.org | 2009-05-08 | 3 | -3/+3 |
* | Uses the MirroringContext class in omnibox2. | hbono@chromium.org | 2009-05-07 | 1 | -41/+99 |
* | Move: drag_drop_types, favicon_size, icon_util, insets, path, message_box_fla... | ben@chromium.org | 2009-05-06 | 3 | -3/+4 |
* | move chrome_font to app/gfx | ben@chromium.org | 2009-05-06 | 1 | -1/+1 |
* | Move chrome_canvas to app/gfx | ben@chromium.org | 2009-05-06 | 1 | -1/+1 |
* | Move l10n_util to app/ | ben@chromium.org | 2009-05-05 | 1 | -1/+1 |
* | Adds toplevel app/ directory and moves ResourceBundle into it. | ben@chromium.org | 2009-05-05 | 1 | -1/+1 |
* | Fix two bugs in the omnibox2 popup: | ben@chromium.org | 2009-05-03 | 1 | -11/+12 |
* | A quick fix for supporting bidirectional texts in omnibox2. | hbono@chromium.org | 2009-04-30 | 1 | -5/+6 |
* | Add descriptive text for omnibox popup result items. | ben@chromium.org | 2009-04-29 | 1 | -40/+95 |
* | Reverting 14826. | ben@chromium.org | 2009-04-29 | 1 | -95/+40 |
* | Add descriptive text for omnibox popup result items. | ben@chromium.org | 2009-04-29 | 1 | -39/+94 |
* | Show icons in the new omnibox popup. | ben@chromium.org | 2009-04-25 | 2 | -37/+107 |
* | Crude text style rendering in the omnibox 2 popup. I copied most of the DrawS... | ben@chromium.org | 2009-04-24 | 1 | -4/+192 |
* | Move the positioner code into autocompletepopupview.h so that linux can use i... | ben@chromium.org | 2009-04-23 | 1 | -9/+0 |
* | Reland this change from yesterday. Gets basic text in omnibox2 popup working.... | ben@chromium.org | 2009-04-21 | 2 | -40/+53 |
* | Roll back this change until I can understand why it's having adverse effects. | ben@chromium.org | 2009-04-20 | 2 | -53/+40 |
* | First round of getting text into the omnibox2 popup. Looks ugly and has no bo... | ben@chromium.org | 2009-04-20 | 2 | -40/+53 |
* | Move the implementation of AutocompletePopupView from AutocompletePopupWin to... | ben@chromium.org | 2009-04-17 | 4 | -160/+157 |
* | Split out the contents view into its own header. rename it to AutocompletePop... | ben@chromium.org | 2009-04-16 | 4 | -448/+487 |
* | Start creating results rows, making sure their visual representation is clipp... | ben@chromium.org | 2009-04-16 | 2 | -33/+351 |
* | Make the omnibox popup look nicer. Add dropshadow images (not final). Experim... | ben@chromium.org | 2009-04-15 | 2 | -26/+230 |
* | Allow a different omnibox popup to be enabled via the command line (--enable-... | ben@chromium.org | 2009-04-10 | 2 | -0/+132 |