| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove storage-related redirect headers in webkit/common/, update #includes a... | pilgrim | 2014-09-10 | 1 | -1/+1 |
* | Finish converting chrome_strings target to use qualified paths. | thestig | 2014-08-27 | 1 | -1/+1 |
* | Collapse fileapi, webkit_blob, webkit_database, quota, and webkit_common name... | pilgrim@chromium.org | 2014-08-22 | 1 | -1/+1 |
* | Use a qualified path for chromium_strings, google_chrome_strings, and generat... | thestig@chromium.org | 2014-08-22 | 1 | -1/+1 |
* | Show full security origin on infobars instead of just hostname. | meacer@chromium.org | 2014-06-24 | 1 | -2/+10 |
* | Hide webkitPersistentStorage infobar on navigation | n.bansal@samsung.com | 2014-06-04 | 1 | -7/+0 |
* | infobars: Componentize ConfirmInfoBarDelegate. | tfarina@chromium.org | 2014-05-22 | 1 | -1/+1 |
* | Add a null check for PermissionBubbleManager::FromWebcontents. | leng@chromium.org | 2014-05-13 | 1 | -5/+7 |
* | Move Infobars core files to the Infobars component | droger@chromium.org | 2014-04-18 | 1 | -1/+1 |
* | Remove dependency from infobars on LoadCommittedDetails | droger@chromium.org | 2014-04-04 | 1 | -2/+2 |
* | [Quota] Pass user gesture state with quota request message. | gbillock@chromium.org | 2014-04-04 | 1 | -14/+14 |
* | [WebsiteSettings] Change permission bubble API to adapt to new mocks. | gbillock@chromium.org | 2014-03-10 | 1 | -6/+14 |
* | [Quota] Add delegate to request quota with bubble. | gbillock@chromium.org | 2014-02-11 | 1 | -3/+112 |
* | Replace string16 with base::string16 in chrome/browser | brettw@chromium.org | 2013-12-12 | 1 | -1/+1 |
* | Infobar system refactor. | pkasting@chromium.org | 2013-12-06 | 1 | -8/+7 |
* | Replace string16 with base::string16. | brettw@chromium.org | 2013-12-04 | 1 | -1/+1 |
* | Revert 238283 "Infobar system refactor." | tonyg@chromium.org | 2013-12-03 | 1 | -7/+8 |
* | Infobar system refactor. | pkasting@chromium.org | 2013-12-03 | 1 | -8/+7 |
* | More misc. cleanup: | pkasting@chromium.org | 2013-07-19 | 1 | -1/+0 |
* | Misc. cleanup: | pkasting@chromium.org | 2013-07-10 | 1 | -28/+22 |
* | chrome/browser: Migrate from googleurl/ includes to url/ ones. Part 1 | tfarina@chromium.org | 2013-07-02 | 1 | -1/+1 |
* | Use a direct include of utf_string_conversions.h in chrome/browser/, part 1. | avi@chromium.org | 2013-06-09 | 1 | -1/+1 |
* | Move webkit/quota files to webkit/browser/quota or webkit/common/quota | tzik@chromium.org | 2013-05-30 | 1 | -1/+1 |
* | Formatting cleanup. Should be no code change. | pkasting@chromium.org | 2013-05-03 | 1 | -19/+40 |
* | Move c/b/a/infobar files back to c/b/infobar | kaiwang@chromium.org | 2013-03-19 | 1 | -2/+2 |
* | Move remaining non-test, non-Chrome-specific Prefs code to base/prefs/. | joi@chromium.org | 2013-02-11 | 1 | -1/+1 |
* | Change infobar creation to use a public static Create() method on the infobar... | pkasting@chromium.org | 2013-01-08 | 1 | -3/+26 |
* | Minor cleanup to how infobars handle expiry: | pkasting@chromium.org | 2013-01-07 | 1 | -1/+1 |
* | Convert all uses of InfoBarTabHelper -> InfoBarService. Make InfoBarTabHelper | pkasting@chromium.org | 2012-12-20 | 1 | -9/+10 |
* | Switch InfoBarTabHelper to use WebContentsUserData. | avi@chromium.org | 2012-10-11 | 1 | -4/+4 |
* | Make quota requests from background pages not crash | tzik@chromium.org | 2012-09-22 | 1 | -1/+2 |
* | Create chrome/browser/api directory. Move infobar delegates used by Autofill ... | joi@chromium.org | 2012-08-13 | 1 | -1/+1 |
* | Attempt to request quota in a background page should not crash | kinuko@chromium.org | 2012-07-22 | 1 | -0/+7 |
* | Disable infobars for shell windows. | estade@chromium.org | 2012-06-16 | 1 | -7/+0 |
* | TabContentsWrapper -> TabContents, part 33. | avi@chromium.org | 2012-06-11 | 1 | -5/+4 |
* | RefCounted types should not have public destructors, chrome/browser/ part 6 | rsleevi@chromium.org | 2012-04-27 | 1 | -5/+3 |
* | Move QuotaPermissionContext to content/public/browser and put it in the conte... | tfarina@chromium.org | 2012-03-02 | 1 | -8/+13 |
* | Convert the remaining trivial tab_contents.h includes in chrome to use web_co... | jam@chromium.org | 2012-01-05 | 1 | -5/+5 |
* | Change most of the methods of WebContentsObserver to take a content::WebConte... | jam@chromium.org | 2011-12-23 | 1 | -0/+1 |
* | Move navigation_details.h to content/public/browser. | jam@chromium.org | 2011-12-22 | 1 | -1/+1 |
* | base::Bind: Convert a few 7-arity NewRunnableMethods. | jhawkins@chromium.org | 2011-11-30 | 1 | -5/+3 |
* | Move BrowserThread to content namespace. | joi@chromium.org | 2011-11-02 | 1 | -0/+2 |
* | Split BrowserThread into public API and private implementation, step 1. | joi@chromium.org | 2011-10-28 | 1 | -1/+1 |
* | Fix build break: use NewRunnableMethod for bind that requires 7-arity. | jhawkins@chromium.org | 2011-10-19 | 1 | -3/+5 |
* | base::Bind: Convert QuotaPermissionContext::PermissionCallback. | jhawkins@chromium.org | 2011-10-18 | 1 | -28/+24 |
* | Move infobar handling to a tab helper. | avi@chromium.org | 2011-09-30 | 1 | -6/+8 |
* | Move infobar handling to a tab helper, part 1. | avi@chromium.org | 2011-09-01 | 1 | -1/+2 |
* | Revert 99187 (speculative revert for ProfileSyncServiceSessionTest.FailModelA... | thakis@chromium.org | 2011-09-01 | 1 | -2/+1 |
* | Move infobar handling to a tab helper, part 1. | avi@chromium.org | 2011-09-01 | 1 | -1/+2 |
* | Dispatch callback when a page is reloaded while quota infobar is shown | kinuko@chromium.org | 2011-08-18 | 1 | -1/+5 |