| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove temporary redirect header and DEPS exception for cancelable_request.h | joi@chromium.org | 2011-12-27 | 2 | -2/+2 |
* | Move most of the remaining users of WebContentsObserver::tab_contents() to us... | jam@chromium.org | 2011-12-26 | 7 | -51/+57 |
* | Create a Content API around NavigationEntry that's in content/public/browser.... | jam@chromium.org | 2011-12-25 | 7 | -21/+19 |
* | Change most of the methods of WebContentsObserver to take a content::WebConte... | jam@chromium.org | 2011-12-23 | 2 | -2/+3 |
* | Move TabContentsObserver to content/public, rename it to WebContentsObserver,... | jam@chromium.org | 2011-12-22 | 4 | -16/+12 |
* | Move the remaining TabContents methods to the WebContents interface, switchin... | jam@chromium.org | 2011-12-22 | 2 | -5/+5 |
* | Move navigation_details.h to content/public/browser. | jam@chromium.org | 2011-12-22 | 1 | -1/+1 |
* | Move a bunch of methods from TabContents into the WebContents interface. This... | jam@chromium.org | 2011-12-22 | 1 | -1/+1 |
* | Rename TabContents::browser_context() to GetBrowserContext and put it into th... | jam@chromium.org | 2011-12-21 | 5 | -19/+30 |
* | Revert 115346. The change didn't break anything, the test was faulty. Will di... | jam@chromium.org | 2011-12-21 | 8 | -25/+27 |
* | Revert r115276, it broke PanelDownloadTest.Download in interactive_ui_tests | thakis@chromium.org | 2011-12-21 | 8 | -27/+25 |
* | Rename TabContents::controller() to GetController and put it into the WebCont... | jam@chromium.org | 2011-12-21 | 8 | -25/+27 |
* | [coverity] Initialize member variables. | csilv@chromium.org | 2011-12-21 | 1 | -0/+1 |
* | Fix | jam@chromium.org | 2011-12-20 | 1 | -1/+1 |
* | Rename TabContents::render_view_host() to GetRenderViewHost and put it into t... | jam@chromium.org | 2011-12-20 | 7 | -12/+12 |
* | Don't delete the current NavigationEntry when leaving an interstitial page. | creis@chromium.org | 2011-12-20 | 3 | -15/+52 |
* | Move DownloadFile/DownloadItem/DownloadManager interfaces into content/public... | jam@chromium.org | 2011-12-20 | 3 | -8/+8 |
* | base::Bind: Convert most of disk_cache. | jhawkins@chromium.org | 2011-12-19 | 1 | -9/+9 |
* | Standardize StringToInt{,64} interface. | tedvessenes@gmail.com | 2011-12-19 | 2 | -3/+7 |
* | Revert 114944 - Standardize StringToInt{,64} interface. | battre@chromium.org | 2011-12-18 | 2 | -7/+3 |
* | Standardize StringToInt{,64} interface. | tedvessenes@gmail.com | 2011-12-18 | 2 | -3/+7 |
* | Revert 114929 - Standardize StringToInt{,64} interface. | rsleevi@chromium.org | 2011-12-17 | 2 | -7/+3 |
* | Standardize StringToInt{,64} interface. | tedvessenes@gmail.com | 2011-12-17 | 2 | -3/+7 |
* | Fix compile on linux_redux bots, caused by http://crrev.com/113808 | rsleevi@chromium.org | 2011-12-15 | 1 | -1/+11 |
* | Split UserMetrics into API vs. implementation. Move API to content/public. | joi@chromium.org | 2011-12-14 | 1 | -2/+3 |
* | Clean up TCW, make it solely a hub for 1:1 observer/helper objects. | avi@chromium.org | 2011-12-12 | 2 | -4/+9 |
* | Removing MessageLoop::QuitTask() from chrome/ | dcheng@chromium.org | 2011-12-10 | 2 | -2/+2 |
* | Create a bunch of TabHelpers and TabObservers, move all TCW functionality int... | avi@chromium.org | 2011-12-09 | 2 | -0/+138 |
* | Fix safe-browsing sub parsing for download whitelist. | shess@chromium.org | 2011-12-08 | 3 | -19/+81 |
* | Remove the check of the whitelist entries in ClientPhishingResponse. | bryner@chromium.org | 2011-12-08 | 3 | -100/+3 |
* | Reverts a commit that caused ASAN failures, and 2 dependent commits. | joi@chromium.org | 2011-12-07 | 1 | -2/+2 |
* | Include the referrer header everywhere instead of directly including the webk... | jochen@chromium.org | 2011-12-07 | 1 | -1/+0 |
* | Switch DownloadProtectionServiceTest to use pre-generated certs instead of cr... | bryner@chromium.org | 2011-12-06 | 1 | -49/+28 |
* | base::Bind: Convert disk_cache_based_ssl_host_info. | jhawkins@chromium.org | 2011-12-06 | 1 | -2/+2 |
* | Add download server IP address to the SafeBrowsing download protection ping. | noelutz@google.com | 2011-12-06 | 3 | -2/+24 |
* | Show dangerous file type warning on Linux and Mac. | noelutz@google.com | 2011-12-06 | 1 | -0/+7 |
* | Make TestTabContents::TestDidNavigate not take a ViewHostMsg_FrameNavigate_Pa... | jam@chromium.org | 2011-12-05 | 2 | -16/+11 |
* | Revert 113006 - Make TestTabContents::TestDidNavigate not take a ViewHostMsg_... | avi@chromium.org | 2011-12-05 | 2 | -11/+16 |
* | Make NavigationEntry and friends use content::Referrer instead of plain URLs | jochen@chromium.org | 2011-12-05 | 3 | -4/+4 |
* | Make TestTabContents::TestDidNavigate not take a ViewHostMsg_FrameNavigate_Pa... | jam@chromium.org | 2011-12-05 | 2 | -16/+11 |
* | Change NavigationController::LoadURL to take a Referrer class instead of a GU... | jochen@chromium.org | 2011-12-05 | 3 | -22/+24 |
* | Pass along the referrer policy (renderer side) | jochen@chromium.org | 2011-12-03 | 1 | -1/+2 |
* | Implement a whitelist for code-signing certificates. | bryner@chromium.org | 2011-12-02 | 5 | -6/+310 |
* | Only enable improved SafeBrowsing download protection on Windows. | noelutz@google.com | 2011-12-01 | 3 | -0/+35 |
* | Switch to IWYU for files that previously were getting a bunch of | joi@chromium.org | 2011-12-01 | 2 | -0/+2 |
* | base::Bind: Convert a few 7-arity NewRunnableMethods. | jhawkins@chromium.org | 2011-11-30 | 1 | -9/+3 |
* | Add logging for the download hash. | bryner@chromium.org | 2011-11-29 | 1 | -1/+1 |
* | Replace all usages of FRIEND_TEST() with FRIEND_TEST_ALL_PREFIXES() | robertshield@chromium.org | 2011-11-29 | 1 | -2/+2 |
* | Keep SafeBrowsing download stats for two additional file extensions (crx & apk) | noelutz@google.com | 2011-11-29 | 1 | -0/+4 |
* | callback_forward.h forward-declares base::Callback and base::Closure. | erikwright@chromium.org | 2011-11-28 | 2 | -1/+2 |