| Commit message (Expand) | Author | Age | Files | Lines |
* | Get rid of a bunch of includes to old locations of headers. | jam@chromium.org | 2011-03-02 | 1 | -12/+0 |
* | Move core pieces of browser\renderer_host to src\content. | jam@chromium.org | 2011-02-19 | 1 | -574/+2 |
* | Start moving core pieces of Chrome multi-process code to src\content. I'm st... | jam@chromium.org | 2011-02-18 | 1 | -3/+0 |
* | Move search engine stuff from TabContents to TabContentsWrapper. | avi@chromium.org | 2011-02-15 | 1 | -6/+0 |
* | Cleanup: Fix a few forward declarations. | thestig@chromium.org | 2011-02-15 | 1 | -2/+0 |
* | WebUI: Rename ProcessDOMUIMessage to ProcessWebUIMessage. | tfarina@chromium.org | 2011-02-12 | 1 | -2/+2 |
* | gtk: Improve fullscreen RenderWidgetHostViewGtk. | derat@chromium.org | 2011-02-11 | 1 | -2/+1 |
* | Get rid of a few more interfaces from RenderViewHostDelegate that aren't needed. | jam@chromium.org | 2011-01-25 | 1 | -90/+0 |
* | Don't use GetAsTabContents. Send notifications from TabContentsView instead. | jochen@chromium.org | 2011-01-24 | 1 | -11/+12 |
* | Get rid of RenderViewHostDelegate::BrowserIntegration since it was unnecessar... | jam@chromium.org | 2011-01-22 | 1 | -75/+8 |
* | When we detect a PDF with an unsupported feature, ask the user if they want t... | jam@chromium.org | 2011-01-22 | 1 | -3/+0 |
* | Clean up WebNavigationObserver by taking out password specific callbacks, and... | jam@chromium.org | 2011-01-21 | 1 | -8/+0 |
* | Roll WebKit DEPS past WebKit move. Update gyp files and include paths to ref... | abarth@chromium.org | 2011-01-17 | 1 | -2/+2 |
* | Move OSExchangeData from src/app to src/ui/base/dragdrop | ben@chromium.org | 2011-01-12 | 1 | -1/+0 |
* | Make RenderViewHost not know about AutoFill and AutoComplete. | jam@chromium.org | 2011-01-10 | 1 | -69/+1 |
* | Get rid of RenderViewHostDelegate::Resource and dispatch the IPC messages dir... | jam@chromium.org | 2010-12-30 | 1 | -67/+6 |
* | Plumbing load progress notifications to the TabContents. | jcivelli@chromium.org | 2010-12-16 | 1 | -2/+2 |
* | Change the "Disable outdated plug-ins" lab to block them instead. | bauerb@chromium.org | 2010-12-16 | 1 | -2/+2 |
* | Plumbing load progress notifications to the browser. | jcivelli@chromium.org | 2010-12-15 | 1 | -0/+5 |
* | Before starting translation reset cache in AutoFillManager. To call Reset() f... | dhollowa@chromium.org | 2010-12-15 | 1 | -0/+3 |
* | Revert 69088 - Before starting translation reset cache in AutoFillManager. To... | dhollowa@chromium.org | 2010-12-14 | 1 | -3/+0 |
* | Before starting translation reset cache in AutoFillManager. To call Reset() f... | dhollowa@chromium.org | 2010-12-14 | 1 | -0/+3 |
* | This adds some plumbing for propagating the status and error code of a render... | gspencer@chromium.org | 2010-12-14 | 1 | -1/+4 |
* | Propagate is_editable_node in the FOCUS_CHANGED_IN_PAGE notification. | bryeung@google.com | 2010-12-08 | 1 | -1/+1 |
* | Also register read cookies in the content settings delegate. | jochen@chromium.org | 2010-12-07 | 1 | -5/+15 |
* | Do not reset the content settings delegate's cookies when a network error occ... | jochen@chromium.org | 2010-12-01 | 1 | -0/+1 |
* | C++ readability change for jochen | jochen@chromium.org | 2010-11-30 | 1 | -4/+4 |
* | Once a form has been partially autofilled, autofill should only update fields... | isherman@chromium.org | 2010-11-29 | 1 | -8/+9 |
* | Rename BookmarkDragData to BookmarkNodeData. Part 2. | tfarina@chromium.org | 2010-11-26 | 1 | -5/+5 |
* | Revert "Revert "Finish wiring up chrome.app.install()."" | aa@chromium.org | 2010-11-26 | 1 | -0/+4 |
* | Pass cookie options to content settings delegate. | jochen@chromium.org | 2010-11-25 | 1 | -0/+5 |
* | Revert "Finish wiring up chrome.app.install()." | aa@chromium.org | 2010-11-23 | 1 | -4/+0 |
* | Finish wiring up chrome.app.install(). | aa@chromium.org | 2010-11-23 | 1 | -0/+4 |
* | Revert "Revert "Implement web app definition parsing."" | aa@chromium.org | 2010-11-17 | 1 | -3/+4 |
* | Revert "Implement web app definition parsing." | aa@chromium.org | 2010-11-17 | 1 | -4/+3 |
* | Implement web app definition parsing. | aa@chromium.org | 2010-11-17 | 1 | -3/+4 |
* | Handle resize corner layout entirely in the BrowserView (views) or BrowserWin... | alekseys@chromium.org | 2010-11-16 | 1 | -4/+0 |
* | Display a warning when autofill is disabled for a website. | isherman@chromium.org | 2010-11-16 | 1 | -10/+7 |
* | Revert 66214 - Display a warning when autofill is disabled for a website. | isherman@chromium.org | 2010-11-16 | 1 | -7/+10 |
* | Display a warning when autofill is disabled for a website. | isherman@chromium.org | 2010-11-16 | 1 | -10/+7 |
* | Remove BlockedPluginManager entirely. It only existed to show infobars for b... | pkasting@chromium.org | 2010-11-12 | 1 | -8/+0 |
* | Added support for displaying BackgroundContents in the task manager. | atwilson@chromium.org | 2010-11-10 | 1 | -0/+5 |
* | Remove "name" field from indexed databases. | jochen@chromium.org | 2010-11-08 | 1 | -1/+0 |
* | Implement onCompleted event for the webNavigation API | jochen@chromium.org | 2010-11-05 | 1 | -0/+3 |
* | Implement new SearchBox API along side existing API. | tonyg@chromium.org | 2010-11-04 | 1 | -2/+6 |
* | Implement onDOMContentLoaded event of the webNavigation API. | jochen@chromium.org | 2010-11-04 | 1 | -1/+1 |
* | [gtk] spoof proof infobars, take 2 | estade@chromium.org | 2010-10-26 | 1 | -4/+0 |
* | Refactoring select popup on Mac. | jcivelli@google.com | 2010-10-26 | 1 | -0/+11 |
* | Revert 63067 - This adds some plumbing for propagating the status and error c... | gspencer@chromium.org | 2010-10-19 | 1 | -4/+1 |
* | This adds some plumbing for propagating the status and error code of a | gspencer@chromium.org | 2010-10-19 | 1 | -1/+4 |