| Commit message (Expand) | Author | Age | Files | Lines |
* | We have a problem in the process on destroying WebContentsImpl because | zverre@yandex-team.ru | 2014-05-09 | 2 | -3/+2 |
* | Improve spelling of "notification". | tnagel@chromium.org | 2014-05-08 | 1 | -1/+1 |
* | Revert 268203 "There are many ways to get it wrong." | benjhayden@chromium.org | 2014-05-05 | 1 | -1/+1 |
* | There are many ways to get it wrong. | tnagel@chromium.org | 2014-05-05 | 1 | -1/+1 |
* | Removes win8_util | sky@chromium.org | 2014-04-20 | 1 | -10/+0 |
* | Move extensions manifest IconsHandler to //extensions | jamescook@chromium.org | 2014-04-09 | 1 | -1/+1 |
* | extensions: Remove ChromeRenderMessageFilter dependency. | derat@chromium.org | 2014-04-01 | 1 | -3/+3 |
* | Fix pushState causing stop/reload button and favicon to flicker. | japhet@chromium.org | 2014-03-28 | 2 | -3/+5 |
* | Split ExtensionWebContentsObserver into base and Chrome implementations | jamescook@chromium.org | 2014-03-20 | 1 | -2/+2 |
* | Rename NOTIFICATION_EXTENSION_UNLOADED to | kalman@chromium.org | 2014-03-19 | 2 | -3/+3 |
* | Move CommandLine to base namespace. | brettw@chromium.org | 2014-03-17 | 1 | -1/+1 |
* | Move ExtensionFunctionDispatcher to extensions/browser. | derat@chromium.org | 2014-03-15 | 1 | -1/+1 |
* | Move extension_messages.h to extensions/common. | derat@chromium.org | 2014-03-13 | 1 | -1/+1 |
* | Added code to call CloseAsh in place of closing secondary widgets on Windows. | shrikant@chromium.org | 2014-03-12 | 1 | -0/+5 |
* | Revert 256244 "Added code to call CloseAsh in place of closing s..." | dmichael@chromium.org | 2014-03-11 | 1 | -5/+0 |
* | Added code to call CloseAsh in place of closing secondary widgets on Windows. | shrikant@chromium.org | 2014-03-11 | 1 | -0/+5 |
* | Disable stacked panel mode for Linux-aura | jianli@chromium.org | 2014-03-11 | 1 | -0/+5 |
* | Move render_view_context_menu.* and related files out of tab_contents. | lazyboy@chromium.org | 2014-02-27 | 1 | -1/+1 |
* | Rename Start/EndKeepAlive to Increment/DecrementKeepAliveCount | jamescook@chromium.org | 2014-02-25 | 1 | -2/+2 |
* | Revert 250116 "Pass RenderFrameHost to WebContentsDelegate::Hand..." | joi@chromium.org | 2014-02-10 | 1 | -12/+5 |
* | Pass RenderFrameHost to WebContentsDelegate::HandleContextMenu. This is neces... | marshall@chromium.org | 2014-02-10 | 1 | -5/+12 |
* | aura: Don't use panels on unsupported window managers | piman@chromium.org | 2014-02-06 | 1 | -4/+4 |
* | Start moving context menu code to RenderFrame. | jam@chromium.org | 2014-01-31 | 1 | -7/+7 |
* | Split ExtensionSystem interface from ExtensionSystemImpl implementation, part 1. | yoz@chromium.org | 2014-01-30 | 1 | -1/+1 |
* | Move ExtensionPrefs and friends to extensions/ directory. | derat@chromium.org | 2014-01-22 | 1 | -1/+1 |
* | [DevTools] Remove dock side knowledge from browser. | dgozman@chromium.org | 2014-01-16 | 1 | -4/+2 |
* | Remove a bunch of dead files after the win aura switch. | jam@chromium.org | 2014-01-16 | 3 | -357/+0 |
* | Move the guts of user_metrics to a new static lib in //base/metrics. | ben@chromium.org | 2014-01-13 | 2 | -2/+2 |
* | Update some uses of UTF conversions in chrome/browser to use the base:: names... | avi@chromium.org | 2013-12-24 | 4 | -5/+6 |
* | Update some uses of Value in chrome/browser to use the base:: namespace. | avi@chromium.org | 2013-12-23 | 5 | -8/+8 |
* | MessageLoop(TYPE_UI) -> MessageLoopForUI | sky@chromium.org | 2013-12-19 | 1 | -1/+1 |
* | BUG=267514 | oleg@chromium.org | 2013-12-17 | 1 | -1/+1 |
* | Replace string16 with base::string16 in chrome/browser | brettw@chromium.org | 2013-12-13 | 2 | -2/+2 |
* | Replace string16 with base::string16 in chrome/browser | brettw@chromium.org | 2013-12-12 | 1 | -1/+1 |
* | Replace some string16's with base namespace in chrome/browser | brettw@chromium.org | 2013-12-11 | 6 | -10/+11 |
* | Move Extension and PermissionsData to extensions/common. | yoz@chromium.org | 2013-11-15 | 4 | -4/+4 |
* | Move ExtensionTabUtil into extensions namespace | rdevlin.cronin@chromium.org | 2013-11-13 | 1 | -1/+1 |
* | Add 'Inspect' Links for views in the Extension Error Console | rdevlin.cronin@chromium.org | 2013-11-01 | 1 | -2/+2 |
* | Move extension_misc::UnloadedExtensionReason from extension_constants.h to Un... | yoz@chromium.org | 2013-10-23 | 1 | -1/+1 |
* | Get rid of the extensions' MessageHandler RenderViewHostObserver. Move this c... | jam@chromium.org | 2013-10-21 | 1 | -0/+3 |
* | Add always-on-top property to app windows | tmdiep@chromium.org | 2013-10-11 | 2 | -7/+5 |
* | Fix WeakPtrFactory ordering problems in ui | dmichael@chromium.org | 2013-10-09 | 2 | -7/+7 |
* | Merge NOTIFICATION_WEB_CONTENTS_SWAPPED into NOTIFICATION_RENDER_VIEW_HOST_CH... | avi@chromium.org | 2013-10-03 | 1 | -5/+5 |
* | Fix panel showing logic under full-screen mode | jianli@chromium.org | 2013-09-20 | 7 | -7/+141 |
* | Moves ui/base/events to ui/events | sky@chromium.org | 2013-09-18 | 1 | -1/+1 |
* | Make PanelStackView create widgets with new instance as the delegate and obse... | jianli@chromium.org | 2013-09-17 | 3 | -0/+11 |
* | Move the rest of extension_manifest_constants to top-level extensions/ | rdevlin.cronin@chromium.org | 2013-09-16 | 1 | -1/+0 |
* | ui/base/animation -> ui/gfx/animation | sky@chromium.org | 2013-09-15 | 2 | -7/+7 |
* | Switch to doing user-resizing via system for panels on Mac | jianli@chromium.org | 2013-09-06 | 7 | -16/+1 |
* | Revert 221651 "Switch to doing user-resizing via system for pane..." | henrika@chromium.org | 2013-09-06 | 6 | -0/+15 |