| Commit message (Expand) | Author | Age | Files | Lines |
* | TabContents -> WebContentsImpl, part 7. | avi@chromium.org | 2012-04-11 | 1 | -2624/+0 |
* | TabContents -> WebContentsImpl, part 5. | avi@chromium.org | 2012-04-11 | 1 | -6/+6 |
* | TabContents -> WebContentsImpl, part 4. | avi@chromium.org | 2012-04-11 | 1 | -2/+2 |
* | Hook up TabContents::OnDidFailLoadWithError to IPC message. | mkosiba@chromium.org | 2012-04-11 | 1 | -0/+2 |
* | TabContents -> WebContentsImpl, part 3. | avi@chromium.org | 2012-04-10 | 1 | -2/+2 |
* | TabContents -> WebContentsImpl, part 1. | avi@chromium.org | 2012-04-10 | 1 | -291/+304 |
* | Browser side implementation of browser plugin | fsamuel@chromium.org | 2012-04-06 | 1 | -0/+4 |
* | Adds a TabContentsViewAura. | ben@chromium.org | 2012-04-04 | 1 | -2/+6 |
* | Automated tests for full screen & mouse lock M16 features | scheib@chromium.org | 2012-04-04 | 1 | -1/+1 |
* | Revert 130442 - Adds a TabContentsViewAura. | sergeyu@chromium.org | 2012-04-03 | 1 | -6/+2 |
* | Adds a TabContentsViewAura. | ben@chromium.org | 2012-04-03 | 1 | -2/+6 |
* | Added the command line flag that enables CSS Shaders: "--enable-css-shaders". | achicu@adobe.com | 2012-03-29 | 1 | -1/+2 |
* | Reverting due to memory (Valgrind) errors. | jhawkins@chromium.org | 2012-03-28 | 1 | -1/+1 |
* | Automated tests for full screen & mouse lock M16 features | scheib@chromium.org | 2012-03-28 | 1 | -1/+1 |
* | Get more data to diagnose a crash. | creis@chromium.org | 2012-03-24 | 1 | -2/+6 |
* | Enable threaded animation by default. | backer@chromium.org | 2012-03-23 | 1 | -1/+1 |
* | Add disable for threaded compositing to about:flags in preparation for turnin... | nduca@google.com | 2012-03-23 | 1 | -2/+0 |
* | Use about:blank as the failback URL if the filter denies a navigation. | cevans@chromium.org | 2012-03-21 | 1 | -4/+31 |
* | Minor cleanup in content. | thestig@chromium.org | 2012-03-20 | 1 | -18/+8 |
* | Implement input type=color UI | keishi@chromium.org | 2012-03-20 | 1 | -1/+42 |
* | Move ResourceRequestDetails to content/public/browser and put in the content ... | tfarina@chromium.org | 2012-03-19 | 1 | -1/+1 |
* | 3D CSS webkit effects were not fully functional, as the compositor is disable... | hebert.christopherj@chromium.org | 2012-03-16 | 1 | -1/+5 |
* | Revert 126889 - Implement input type=color UI | markusheintz@chromium.org | 2012-03-15 | 1 | -42/+1 |
* | Implement input type=color UI | keishi@chromium.org | 2012-03-15 | 1 | -1/+42 |
* | Fix chromeos build | jam@chromium.org | 2012-03-14 | 1 | -0/+1 |
* | Move creation of content TabContentsViews to content so that we can hide thes... | jam@chromium.org | 2012-03-14 | 1 | -4/+27 |
* | Move download_types.h to content/public and rename it to match the one struct... | jam@chromium.org | 2012-03-13 | 1 | -1/+1 |
* | Added callback to DownloadUrl() so we can find download failures where the do... | ahendrickson@chromium.org | 2012-03-12 | 1 | -1/+2 |
* | Remove ProvisionalLoadDetails struct and notification, since WebContentsObser... | jam@chromium.org | 2012-03-12 | 1 | -16/+0 |
* | Add content/public/browser/resource_dispatcher_host.h | darin@chromium.org | 2012-03-12 | 1 | -2/+3 |
* | Move LoadNotificationDetails to content/public/browser and put it in the cont... | tfarina@chromium.org | 2012-03-11 | 1 | -2/+3 |
* | Prerendered pages are swapped in at browser::Navigate time. | cbentzel@chromium.org | 2012-03-09 | 1 | -1/+6 |
* | Move Render(View|Widget)Host and associated classes to content namespace. | joi@chromium.org | 2012-03-07 | 1 | -0/+3 |
* | Get rid of TitleUpdatedDetails and use std::pair directly. | tfarina@chromium.org | 2012-03-07 | 1 | -3/+4 |
* | 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 | -41/+59 |
* | Don't suppress HW compositing on the new file manager (chrome://files). | fischman@chromium.org | 2012-03-02 | 1 | -1/+1 |
* | Don't trigger accelerated compositing for 3D CSS when using SwiftShader | jbauman@chromium.org | 2012-03-02 | 1 | -1/+2 |
* | Change panels to be able to turn off autoresize. | levin@chromium.org | 2012-03-02 | 1 | -0/+5 |
* | Hide MHTMLGenerationManager from chrome. | jam@chromium.org | 2012-03-01 | 1 | -0/+7 |
* | Pass DefaultDeviceScaleFactor to webkit | tdresser@chromium.org | 2012-03-01 | 1 | -0/+8 |
* | Webkit now disables CSS3 regions at runtime by default. This change allows re... | matthewrobertson03@gmail.com | 2012-03-01 | 1 | -0/+3 |
* | Refine the dialog box to show a extension name when the dialog box is created... | yumiOS.art@gmail.com | 2012-02-29 | 1 | -15/+8 |
* | Customize onbeforeunload dialog when it's a reload instead of an unload. | dmazzoni@chromium.org | 2012-02-29 | 1 | -1/+2 |
* | Add a switch for enabling threaded animation. | vollick@chromium.org | 2012-02-25 | 1 | -0/+2 |
* | Add an API around SessionStorageNamespace. This is just an empty API, what ma... | jam@chromium.org | 2012-02-24 | 1 | -7/+8 |
* | Move creation and ownership of HostZoomMap to content instead of having every... | jam@chromium.org | 2012-02-22 | 1 | -1/+2 |
* | Move RenderWidgetHostView into content namespace. Fix include paths. | joi@chromium.org | 2012-02-20 | 1 | -1/+2 |
* | Revert 122753 - Move RenderWidgetHostView into content namespace. Fix include... | joi@chromium.org | 2012-02-20 | 1 | -2/+1 |
* | Move RenderWidgetHostView into content namespace. Fix include paths. | joi@chromium.org | 2012-02-20 | 1 | -1/+2 |