| Commit message (Expand) | Author | Age | Files | Lines |
* | [pyauto] GetBrowserInfo() returns info about aura | nirnimesh@chromium.org | 2012-01-31 | 1 | -0/+5 |
* | Fix automation for IsDownloadShelfVisible for aura | nirnimesh@chromium.org | 2012-01-30 | 1 | -1/+1 |
* | Implement the webdriver window sizing commands. | kkania@chromium.org | 2012-01-28 | 1 | -1/+27 |
* | [Mac] Add a perf test that counts the number of Mach ports in the browser. | rsesek@chromium.org | 2012-01-28 | 1 | -0/+13 |
* | Remove a bunch of GetProfileSyncService callers to use the new factory. | tim@chromium.org | 2012-01-27 | 1 | -2/+6 |
* | Cocoa: Close bubble if its GlobalError object is removed | sail@chromium.org | 2012-01-25 | 1 | -2/+2 |
* | Converted uses of DictionaryValue to PolicyMap in policy providers. | joaodasilva@chromium.org | 2012-01-24 | 1 | -4/+1 |
* | Added pyauto hooks and basic functional tests for Protector. | ivankr@chromium.org | 2012-01-23 | 1 | -0/+50 |
* | Removed ConfigurationPolicyType and extended PolicyMap. | joaodasilva@chromium.org | 2012-01-22 | 1 | -5/+19 |
* | Add a Content API around BrowserChildProcessHost, similar to what was done wi... | jam@chromium.org | 2012-01-20 | 1 | -9/+10 |
* | Get rid of SavePackage usage in Chrome. I've moved IsSavableContents onto Web... | jam@chromium.org | 2012-01-20 | 1 | -5/+5 |
* | Revert 118415 - Add a Content API around BrowserChildProcessHost, similar to ... | jam@chromium.org | 2012-01-20 | 1 | -10/+9 |
* | Add a Content API around BrowserChildProcessHost, similar to what was done wi... | jam@chromium.org | 2012-01-20 | 1 | -9/+10 |
* | Get rid of unnecessary accessors in BrowserProcessHost that were transitional... | jam@chromium.org | 2012-01-13 | 1 | -4/+4 |
* | Introduce background.scripts feature for extension manifests. | aa@chromium.org | 2012-01-10 | 1 | -1/+1 |
* | Change chromedriver to use the current session key modifier state when | kkania@chromium.org | 2012-01-10 | 1 | -0/+74 |
* | Don't use browser windows for platform app shell windows. | mihaip@chromium.org | 2012-01-09 | 1 | -0/+3 |
* | Revert 116834 - Don't use browser windows for platform app shell windows. | aa@chromium.org | 2012-01-08 | 1 | -3/+0 |
* | Don't use browser windows for platform app shell windows. | mihaip@chromium.org | 2012-01-07 | 1 | -0/+3 |
* | Revert 116803 - Don't use browser windows for platform app shell windows. | sky@chromium.org | 2012-01-07 | 1 | -3/+0 |
* | Don't use browser windows for platform app shell windows. | mihaip@chromium.org | 2012-01-07 | 1 | -0/+3 |
* | Introduced 'dict' policies, and merged proxy policies into a single dict. | joaodasilva@chromium.org | 2012-01-05 | 1 | -2/+3 |
* | Add tests for the page visibility, position, and clip in the new view API. Th... | brettw@chromium.org | 2012-01-05 | 1 | -0/+35 |
* | Get rid of content::NavigationController in cc file and use "using" instead. | jam@chromium.org | 2012-01-04 | 1 | -45/+37 |
* | Replace Browser::GetTabContentsAt with GetWebContentsAt and update all callers. | jam@chromium.org | 2012-01-04 | 1 | -83/+82 |
* | Convert WebContents to return a content::NavigationController instead of the ... | jam@chromium.org | 2012-01-04 | 1 | -5/+6 |
* | Convert all the notifications which use NavigationController to content::Navi... | jam@chromium.org | 2012-01-03 | 1 | -31/+39 |
* | Replace most of Browser::GetSelectedTabContents calls into Browser::GetSelect... | jam@chromium.org | 2012-01-03 | 1 | -2/+2 |
* | Convert chrome users of NavigationController::tab_contents() to use GetWebCon... | jam@chromium.org | 2012-01-02 | 1 | -29/+28 |
* | Convert unix_hacker functions on NavigationController that are used by Chrome... | jam@chromium.org | 2011-12-29 | 1 | -2/+2 |
* | Rename NavigationController to NavigationControllerImpl and put it into the c... | jam@chromium.org | 2011-12-28 | 1 | -5/+6 |
* | Convert a few methods in NavigationController to return a content::Navigation... | jam@chromium.org | 2011-12-28 | 1 | -9/+11 |
* | Move the PageNavigator interface and GlobalRequestID struct to content\public... | jam@chromium.org | 2011-12-28 | 1 | -4/+8 |
* | Move FaviconStatus and SSLStatus out of NavigationEntry into their own files ... | jam@chromium.org | 2011-12-27 | 1 | -8/+11 |
* | Move most of the remaining users of WebContentsObserver::tab_contents() to us... | jam@chromium.org | 2011-12-26 | 1 | -1/+1 |
* | Convert a bunch of WebContentsObservers to use web_contents() instead of tab_... | jam@chromium.org | 2011-12-25 | 1 | -13/+14 |
* | Create a Content API around NavigationEntry that's in content/public/browser.... | jam@chromium.org | 2011-12-25 | 1 | -1/+1 |
* | Move the remaining TabContents methods to the WebContents interface, switchin... | jam@chromium.org | 2011-12-22 | 1 | -3/+3 |
* | Move a bunch of methods from TabContents into the WebContents interface. This... | jam@chromium.org | 2011-12-22 | 1 | -1/+1 |
* | Revert 115346. The change didn't break anything, the test was faulty. Will di... | jam@chromium.org | 2011-12-21 | 1 | -12/+12 |
* | Revert r115276, it broke PanelDownloadTest.Download in interactive_ui_tests | thakis@chromium.org | 2011-12-21 | 1 | -12/+12 |
* | Rename TabContents::controller() to GetController and put it into the WebCont... | jam@chromium.org | 2011-12-21 | 1 | -12/+12 |
* | Create an API around PluginService and use it from Chrome. | jam@chromium.org | 2011-12-21 | 1 | -1/+2 |
* | Rename TabContents::render_view_host() to GetRenderViewHost and put it into t... | jam@chromium.org | 2011-12-20 | 1 | -13/+13 |
* | Rename ui::EventFlags mouse flags to be more sensible | dhollowa@chromium.org | 2011-12-20 | 1 | -6/+6 |
* | Rename DownloadItem::BrowserContext to GetBrowserContext, to match other gett... | jam@chromium.org | 2011-12-20 | 1 | -1/+1 |
* | Move DownloadFile/DownloadItem/DownloadManager interfaces into content/public... | jam@chromium.org | 2011-12-20 | 1 | -0/+2 |
* | Have ChromeDriver return the correct error code for alerts. | kkania@chromium.org | 2011-12-16 | 1 | -13/+12 |
* | Fix chromedriver frame switching tests involving closed tabs. | kkania@chromium.org | 2011-12-16 | 1 | -1/+11 |
* | Group forms-related files in webkit/glue in a forms/ subdirectory. | isherman@chromium.org | 2011-12-15 | 1 | -4/+4 |