| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename HostZoomMap::GetForBrowserContext() to GetDefaultForBrowserContext(). | wjmaclean | 2014-08-27 | 1 | -6/+8 |
* | Cleanup: Change const char* foo to const char foo[] in content/browser. | thestig@chromium.org | 2014-08-21 | 1 | -2/+2 |
* | Zoom Extension API (content changes) | wjmaclean@chromium.org | 2014-06-14 | 1 | -95/+87 |
* | Don't assume WebContents has a LastCommittedEntry when setting zoom. | wjmaclean@chromium.org | 2014-06-10 | 1 | -3/+6 |
* | Fix issue with Virtual vs. real URLs. | wjmaclean@chromium.org | 2014-06-05 | 1 | -7/+16 |
* | Remove ViewMsg_SetZoomLevel | wjmaclean@chromium.org | 2014-05-30 | 1 | -4/+116 |
* | Show Zoom Levels as content settings | battre@chromium.org | 2014-03-18 | 1 | -0/+36 |
* | Convert zoom callbacks to use CallbackRegistry | caitkp@chromium.org | 2013-10-02 | 1 | -19/+6 |
* | Cleanup: Remove unneeded gurl.h includes. | thestig@chromium.org | 2013-06-21 | 1 | -1/+0 |
* | Use a direct include of utf_string_conversions.h in content/. | avi@chromium.org | 2013-06-07 | 1 | -1/+1 |
* | Remove unnecessary WebKit includes from content/(browser|content) | jamesr@chromium.org | 2013-05-09 | 1 | -3/+0 |
* | content: Update the include paths of base/string_piece.h to its new location. | tfarina@chromium.org | 2013-04-12 | 1 | -3/+3 |
* | Web Content zoom settings should not apply to login/lock screen | antrim@chromium.org | 2013-03-11 | 1 | -8/+68 |
* | content: convert zoom notifications to callbacks | phajdan.jr@chromium.org | 2013-02-07 | 1 | -9/+20 |
* | Inconsistent default zoom handling in incognito mode | tom.cassiotis@gmail.com | 2013-01-12 | 1 | -0/+1 |
* | Move remaining files in content\browser to the content namespace. | jam@chromium.org | 2012-10-30 | 1 | -24/+19 |
* | Coverity: Fix pass by value errors in HostZoomMap::SetZoomLevel() function. | kmadhusu@chromium.org | 2012-05-15 | 1 | -1/+1 |
* | Move Render(View|Widget)Host and associated classes to content namespace. | joi@chromium.org | 2012-03-07 | 1 | -0/+1 |
* | Move Render(Widget|View)HostImpl to files with _impl in filename. | joi@chromium.org | 2012-03-06 | 1 | -1/+1 |
* | Extract minimal RenderViewHost interface for embedders, leaving | joi@chromium.org | 2012-03-05 | 1 | -3/+3 |
* | Move creation and ownership of HostZoomMap to content instead of having every... | jam@chromium.org | 2012-02-22 | 1 | -5/+13 |
* | Create Content API around HostZoomMap. | jam@chromium.org | 2012-01-30 | 1 | -0/+177 |