| Commit message (Expand) | Author | Age | Files | Lines |
* | Part 3 of immutable Extension refactor. | mpcomplete@chromium.org | 2010-10-29 | 6 | -15/+22 |
* | Fix a crash in ExtensionGalleryInstallApiTest.InstallAndUninstall caused by | mpcomplete@chromium.org | 2010-10-27 | 1 | -20/+28 |
* | Use browser::CreateViewsWindow for ExtensionInstallUI. | xiyuan@chromium.org | 2010-10-25 | 1 | -1/+2 |
* | Use BubbleWindow for ChromeOS windows/dialogs. | xiyuan@chromium.org | 2010-10-07 | 1 | -1/+2 |
* | Explain in a comment what was explained in the review, so that people who loo... | avi@chromium.org | 2010-10-06 | 1 | -0/+2 |
* | Working on removing GTK for touch UI, by introducing a new | anicolao@chromium.org | 2010-09-30 | 1 | -0/+7 |
* | Remove create_app_shortcut param from ExtensionInstallUI::Delegate::InstallUI... | tfarina@chromium.org | 2010-09-14 | 2 | -5/+2 |
* | Add a confirmation prompt to app uninstallation on the ntp. | aa@chromium.org | 2010-09-10 | 1 | -86/+33 |
* | Re-lands 58186: | bryeung@chromium.org | 2010-09-03 | 1 | -1/+1 |
* | Revert 58388 - Revert 58215 - Revert 58186 - Move the keyboard files from bas... | akalin@chromium.org | 2010-09-02 | 1 | -1/+1 |
* | Revert 58215 - Revert 58186 - Move the keyboard files from base/ to app/. | bryeung@chromium.org | 2010-09-02 | 1 | -1/+1 |
* | Revert 58186 - Move the keyboard files from base/ to app/. | phajdan.jr@chromium.org | 2010-09-01 | 1 | -1/+1 |
* | A CL implementing a collection of fixes to tidy up experimental popups. | twiz@google.com | 2010-09-01 | 1 | -1/+4 |
* | Move the keyboard files from base/ to app/. | bryeung@chromium.org | 2010-09-01 | 1 | -1/+1 |
* | Clean up unnecessary #includes of base/{scoped_ptr.h,string16.h}. | viettrungluu@chromium.org | 2010-08-19 | 1 | -2/+1 |
* | FBTF: Remove unneeded headers from base/ (part 6) | thestig@chromium.org | 2010-08-19 | 1 | -1/+0 |
* | FBTF: Forward declare everything possible in testing_profile.h | erg@google.com | 2010-08-13 | 1 | -0/+1 |
* | remove toolstrips | erikkay@chromium.org | 2010-08-12 | 3 | -1269/+0 |
* | FBTF: Clean up some headers in tab_contents_delegate.h. | erg@google.com | 2010-08-10 | 3 | -0/+3 |
* | In RenderViewHostDelegate::View, distinguish between MouseMove() and MouseDow... | johnnyg@chromium.org | 2010-08-06 | 5 | -7/+7 |
* | FBTF: Remove unneeded headers from base/ (part 1) | thestig@chromium.org | 2010-08-05 | 1 | -2/+2 |
* | Make theme change notifications auto-propagate through the view hierarchy, in... | pkasting@chromium.org | 2010-07-27 | 2 | -2/+2 |
* | Make the resize gripper invisible. | pkasting@chromium.org | 2010-07-27 | 1 | -0/+1 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 6 | -0/+6 |
* | Checking in CL http://www.codereview.chromium.org/2836058 on behalf of zbehan@: | zelidrag@chromium.org | 2010-07-22 | 1 | -1/+1 |
* | Add "Inspect Element" shortcut to browser tabs. | apavlov@chromium.org | 2010-07-16 | 1 | -1/+3 |
* | Canvas refactoring part 3. | ben@chromium.org | 2010-06-25 | 2 | -5/+8 |
* | Revert 50784 - Canvas refactoring part 3. | ben@chromium.org | 2010-06-24 | 2 | -8/+5 |
* | Canvas refactoring part 3. | ben@chromium.org | 2010-06-24 | 2 | -5/+8 |
* | Canvas refactoring part 2. | ben@chromium.org | 2010-06-23 | 1 | -1/+1 |
* | Re-apply r50278. | aa@chromium.org | 2010-06-19 | 1 | -1/+1 |
* | Revert r50278. | aa@chromium.org | 2010-06-18 | 1 | -1/+1 |
* | Some app-related manifest cleanup: | aa@chromium.org | 2010-06-18 | 1 | -1/+1 |
* | Removal of an incorrect assert during the close sequence of ExtensionPopup vi... | twiz@google.com | 2010-06-16 | 2 | -10/+36 |
* | Notification balloons don't want the WS_EX_LAYOUTRTL style flag, since the di... | johnnyg@chromium.org | 2010-06-14 | 1 | -1/+2 |
* | Tweak install and dangerous download dialogs for apps. | asargent@chromium.org | 2010-06-11 | 1 | -3/+4 |
* | A very basic fix that prevents experimental popups from living longer than th... | twiz@google.com | 2010-06-03 | 2 | -5/+17 |
* | Simple change that re-positions the arrow location on displayed extension pop... | twiz@google.com | 2010-05-20 | 2 | -30/+59 |
* | Implement fading in for the InfoBubble base class. | finnur@chromium.org | 2010-05-18 | 2 | -4/+14 |
* | Refactors renderer related classes for better sharing. | sky@chromium.org | 2010-05-17 | 1 | -2/+2 |
* | Add fade-out animation to the app launcher. | finnur@chromium.org | 2010-05-14 | 1 | -0/+1 |
* | Refactors TabStrip code for better sharing between TabStrip and | sky@chromium.org | 2010-05-13 | 1 | -3/+5 |
* | Reduce header dependencies in chrome/ | phajdan.jr@chromium.org | 2010-05-11 | 2 | -0/+2 |
* | Eliminate View::UILayoutIsRightToLeft() to standardize on base::i18n::IsRTL()... | pkasting@chromium.org | 2010-05-10 | 1 | -3/+2 |
* | Put back info_bubble with left&right arrows. | dpolukhin@chromium.org | 2010-05-07 | 3 | -8/+3 |
* | Use normal browser window as parent for extension prompt window. | xiyuan@chromium.org | 2010-05-06 | 1 | -0/+7 |
* | Rollback http://codereview.chromium.org/1820002 | dpolukhin@chromium.org | 2010-05-06 | 3 | -3/+8 |
* | Add ability to place bubble arrow on left and right side of the bubble or mak... | dpolukhin@chromium.org | 2010-05-06 | 3 | -8/+3 |
* | Refactors animation to allow for cleaner subclassing. I'm doing this | sky@chromium.org | 2010-05-05 | 1 | -3/+3 |
* | chromeos: Make Chrome use enums from libcros to talk to WM. | derat@chromium.org | 2010-04-29 | 1 | -1/+2 |