| Commit message (Expand) | Author | Age | Files | Lines |
* | Match the Notifications infobar color with the color of all other confirmatio... | tfarina@chromium.org | 2010-08-11 | 1 | -0/+3 |
* | Making window.focus() work in Chrome. | jcivelli@chromium.org | 2010-08-11 | 1 | -0/+2 |
* | Make prefs use std::string for keys rather than wstrings. | viettrungluu@chromium.org | 2010-08-11 | 1 | -1/+1 |
* | In RenderViewHostDelegate::View, distinguish between MouseMove() and MouseDow... | johnnyg@chromium.org | 2010-08-06 | 1 | -1/+2 |
* | ChromeFrame currently overrides the request context for intercepting network ... | ananta@chromium.org | 2010-08-04 | 1 | -1/+1 |
* | notifications: Convert some std::wstring over to string16. | tfarina@chromium.org | 2010-08-01 | 5 | -16/+16 |
* | Change mac notifications UI to match the new mocks. Introduce a new utility ... | johnnyg@chromium.org | 2010-07-30 | 1 | -1/+1 |
* | GTTF: Move more test server code from net/url_request/url_request_unittest.h | phajdan.jr@chromium.org | 2010-07-29 | 1 | -3/+5 |
* | Cleanup: Remove unneeded headers from app/ | thestig@chromium.org | 2010-07-29 | 1 | -1/+0 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 14 | -0/+14 |
* | Add undeclared virtual destructors. | ziadh@chromium.org | 2010-07-24 | 2 | -1/+7 |
* | Coverity issues 6506, 11549, 11097, 8454: Uninitialized members in various fi... | finnur@chromium.org | 2010-07-23 | 1 | -1/+2 |
* | GTTF: test server cleanup: | phajdan.jr@chromium.org | 2010-07-23 | 1 | -4/+2 |
* | Always refresh the desktop size before showing notifications. This should pr... | johnnyg@chromium.org | 2010-07-21 | 1 | -0/+1 |
* | Improve the notifications options menu. If the notification came from an ext... | johnnyg@chromium.org | 2010-07-20 | 1 | -8/+46 |
* | Reapply r52859 | tfarina@chromium.org | 2010-07-18 | 2 | -0/+88 |
* | Revert 52859. | pfeldman@chromium.org | 2010-07-18 | 2 | -87/+0 |
* | notifications: Add a cross platform NotificationOptionsMenuModel that can be ... | tfarina@chromium.org | 2010-07-18 | 2 | -0/+87 |
* | Factor out OriginToString into a common function in chrome/common/. | tfarina@chromium.org | 2010-07-16 | 1 | -5/+2 |
* | position the balloons after closing in a way that will keep the next one's cl... | johnnyg@chromium.org | 2010-07-15 | 6 | -8/+208 |
* | Fix valgrind failure in notifications tests. | johnnyg@chromium.org | 2010-07-13 | 1 | -0/+1 |
* | Implement BiDi support and replace ID support for notifications. | johnnyg@chromium.org | 2010-07-12 | 8 | -90/+186 |
* | fix the notification continuous-resize problem by preventing scrollbars from ... | johnnyg@chromium.org | 2010-07-09 | 3 | -1/+18 |
* | Add Notifications pane to content settings. | thakis@chromium.org | 2010-07-06 | 1 | -4/+18 |
* | Backend changes for notifications content settings. | thakis@chromium.org | 2010-07-06 | 7 | -66/+458 |
* | Moved common parts of ChildProcessHost into chrome/common and created a Brows... | sanjeevr@chromium.org | 2010-07-03 | 1 | -1/+1 |
* | Attempted build fix: Run IO blocking task actually on IO thread. | thakis@chromium.org | 2010-07-03 | 1 | -12/+19 |
* | Add a default content setting to the notifications service. | thakis@chromium.org | 2010-07-03 | 6 | -7/+214 |
* | Add NotificationExceptionTableModel. | thakis@chromium.org | 2010-07-01 | 3 | -0/+149 |
* | Don't try to animate the balloon before it's been shown, it will cause a crash. | johnnyg@chromium.org | 2010-06-29 | 1 | -1/+1 |
* | Remove the horizontal layout code from notifications logic. This code is not... | johnnyg@chromium.org | 2010-06-24 | 2 | -46/+11 |
* | Convert notification UI on Mac to a NIB rather than hand-coded. Also update ... | johnnyg@chromium.org | 2010-06-24 | 2 | -20/+52 |
* | Fix shutdown crash by sending the close notification at a point earlier in th... | johnnyg@chromium.org | 2010-06-18 | 1 | -1/+1 |
* | Cleanup: Remove some unneeded WebKit headers. | thestig@chromium.org | 2010-06-18 | 1 | -1/+0 |
* | Added plumbing to transport the frame name between RenderViewHost and the Web... | atwilson@chromium.org | 2010-06-12 | 2 | -4/+7 |
* | Properly escape user input for notifications, since URL-encoded characters ar... | johnnyg@chromium.org | 2010-06-09 | 2 | -12/+15 |
* | Move destkop notification prefs to RegisterUserPrefs | skrul@chromium.org | 2010-06-01 | 2 | -4/+9 |
* | Allow a profile without extension service to show notification. | oshima@chromium.org | 2010-05-27 | 1 | -3/+5 |
* | Attempt 2 at landing this as this broke ui_tests on linux. | ananta@chromium.org | 2010-05-27 | 2 | -11/+6 |
* | Revert 48348 - Broke ui_tests on linux. | tonyg@chromium.org | 2010-05-27 | 2 | -6/+11 |
* | The desktop notification service infobar would not display in ChromeFrame ren... | ananta@chromium.org | 2010-05-27 | 2 | -11/+6 |
* | Mac: Fix renderer idle cpu usage regression. | thakis@chromium.org | 2010-05-24 | 1 | -1/+3 |
* | Update extension functions to always pass a list of arguments, even when one ... | arv@chromium.org | 2010-05-21 | 2 | -2/+2 |
* | Fix problem of displaying title with parenthesis in extension. | xji@chromium.org | 2010-05-21 | 1 | -1/+1 |
* | Fix crash when signing in with certain desktop notification settings. | zork@chromium.org | 2010-05-09 | 1 | -4/+8 |
* | New visuals for notifications on Windows. | johnnyg@chromium.org | 2010-05-07 | 2 | -4/+4 |
* | Initial support for web-extent background pages. | rafaelw@chromium.org | 2010-05-06 | 2 | -7/+16 |
* | Make the app launcher bubble fit its contents. | jcivelli@google.com | 2010-05-05 | 1 | -3/+1 |
* | Remove deprecated things from net test suite: | phajdan.jr@chromium.org | 2010-04-30 | 1 | -4/+4 |
* | This is the second side of a multi-sided webkit patch that will allow experim... | rafaelw@chromium.org | 2010-04-28 | 2 | -3/+8 |