| Commit message (Expand) | Author | Age | Files | Lines |
* | TabContents -> WebContentsImpl, part 10. | avi@chromium.org | 2012-04-13 | 7 | -33/+34 |
* | TabContents -> WebContentsImpl, part 7. | avi@chromium.org | 2012-04-11 | 2 | -2/+2 |
* | TabContents -> WebContentsImpl, part 4. | avi@chromium.org | 2012-04-11 | 2 | -2/+2 |
* | TabContents -> WebContentsImpl, part 1. | avi@chromium.org | 2012-04-10 | 2 | -3/+3 |
* | Pass content-type resources to web intents. Goes through download, then invok... | gbillock@chromium.org | 2012-04-10 | 2 | -0/+20 |
* | Add policy to make sure the renderer doesn't get intent data for non-same-ori... | gbillock@chromium.org | 2012-04-07 | 3 | -0/+102 |
* | Rename and move TestTabContents to content::TestWebContents. | joi@chromium.org | 2012-03-23 | 1 | -1/+1 |
* | Clean up a few TODO items. | joi@chromium.org | 2012-03-22 | 1 | -1/+2 |
* | Add abstractions that let embedders drive tests of WebContents, without expos... | joi@chromium.org | 2012-03-22 | 1 | -1/+1 |
* | An internal intents dispatcher useful for initiating an intent from the brows... | gbillock@chromium.org | 2012-03-16 | 5 | -4/+190 |
* | Move Render(View|Widget)Host and associated classes to content namespace. | joi@chromium.org | 2012-03-07 | 2 | -4/+5 |
* | 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 | -2/+3 |
* | Fix crash that was happening when you close an inline disposition with the wi... | gbillock@chromium.org | 2012-02-28 | 4 | -5/+20 |
* | Change Web Intents delivery sequence to avoid race of page render | gbillock@chromium.org | 2012-02-09 | 2 | -32/+10 |
* | Fix up Dispatcher ownership issues. | gbillock@chromium.org | 2012-02-03 | 3 | -11/+18 |
* | Revert 119306 - Turn web intents build flag on. | gbillock@chromium.org | 2012-01-27 | 1 | -4/+4 |
* | Revert 119284 - Turn web intents build flag on. Move the command-line flag to... | gbillock@chromium.org | 2012-01-26 | 1 | -3/+3 |
* | Turn web intents build flag on. Move the command-line flag to default on. | gbillock@chromium.org | 2012-01-26 | 1 | -3/+3 |
* | Get rid of another bunch of tab_contents.h includes from chrome and switch th... | jam@chromium.org | 2012-01-05 | 4 | -7/+7 |
* | Create a Content API interface around NavigationController, and move all the ... | jam@chromium.org | 2011-12-29 | 1 | -0/+1 |
* | Move most of the remaining users of WebContentsObserver::tab_contents() to us... | jam@chromium.org | 2011-12-26 | 2 | -4/+4 |
* | Change most of the methods of WebContentsObserver to take a content::WebConte... | jam@chromium.org | 2011-12-23 | 4 | -7/+12 |
* | Move TabContentsObserver to content/public, rename it to WebContentsObserver,... | jam@chromium.org | 2011-12-22 | 4 | -9/+9 |
* | Rename IntentsHost -> WebIntentsDispatcher and IntentsDispatcher -> WebIntent... | gbillock@chromium.org | 2011-12-21 | 4 | -39/+42 |
* | Rename TabContents::render_view_host() to GetRenderViewHost and put it into t... | jam@chromium.org | 2011-12-20 | 1 | -3/+3 |
* | [Web Intents] Make IntentInjector adapt to the new content API | gbillock@chromium.org | 2011-12-09 | 4 | -35/+26 |
* | Add a public content/ interface for intents. Use it. | gbillock@chromium.org | 2011-12-01 | 4 | -16/+125 |
* | Get rid of a bunch of view_messages.h includes from chrome by making the TabC... | jam@chromium.org | 2011-11-21 | 2 | -11/+4 |
* | Add a method to the controller to close the picker/service tab when a return ... | gbillock@chromium.org | 2011-11-17 | 2 | -5/+10 |
* | Switch BackgroundContents to use TabContents instead of RenderViewHost. | jam@chromium.org | 2011-11-11 | 2 | -2/+2 |
* | [Web Intents] Add a source tab observation mechanism so you can see if the so... | gbillock@chromium.org | 2011-10-21 | 2 | -5/+10 |
* | [Web Intents] Add return pathways for picker-close and service-close. | gbillock@chromium.org | 2011-10-21 | 1 | -2/+11 |
* | Move content_switches to content\public\common. | jam@chromium.org | 2011-10-13 | 1 | -1/+1 |
* | Insert new forwarding object to make sure return messages | gbillock@chromium.org | 2011-10-12 | 2 | -7/+17 |
* | Refactor return message into webkit_glue (make include-friendly). | gbillock@chromium.org | 2011-10-05 | 2 | -2/+3 |
* | more content exports needed for unit_tests and browser_tests. | dpranke@chromium.org | 2011-09-30 | 1 | -1/+2 |
* | Add owners for intents subdir. | gbillock@chromium.org | 2011-09-28 | 1 | -0/+4 |
* | Pass intent data through to the picker and launch a new tab | gbillock@chromium.org | 2011-09-28 | 2 | -14/+6 |
* | Add messages/handlers for the invocation sequence. Copy from geolocation_disp... | gbillock@chromium.org | 2011-09-16 | 2 | -0/+165 |