| Commit message (Expand) | Author | Age | Files | Lines |
* | Android: fixes clang build error for chrome_geolocation_permission_context_an... | bulach@chromium.org | 2012-10-23 | 2 | -0/+6 |
* | Introduce Android variants of ChromeGeolocationPermissionContext, Geolocation... | cramya@chromium.org | 2012-10-23 | 13 | -42/+273 |
* | Remove alias from ChromeRenderViewHostTestHarness. | avi@chromium.org | 2012-10-19 | 2 | -8/+10 |
* | Refactor chrome_geolocation_permission_context.* in preperation for adding pl... | cramya@chromium.org | 2012-10-18 | 8 | -248/+378 |
* | Remove TabContents from geolocation. | avi@chromium.org | 2012-10-17 | 2 | -9/+25 |
* | Fix Double Geolocation Infobar Removal Notification Bug. | jknotten@chromium.org | 2012-10-12 | 3 | -9/+138 |
* | Switch InfoBarTabHelper to use WebContentsUserData. | avi@chromium.org | 2012-10-11 | 3 | -33/+34 |
* | Don't retain reference to ChromeGeolocationPermissionContext | jknotten@chromium.org | 2012-10-09 | 1 | -1/+1 |
* | Move GeolocationInfoBarQueueController to own files. | jknotten@chromium.org | 2012-10-09 | 4 | -556/+600 |
* | Switch TabSpecificContentSettings to use WebContentsUserData. | avi@chromium.org | 2012-09-28 | 2 | -4/+5 |
* | Update the network-based geolocation to use the new | jknotten@chromium.org | 2012-09-12 | 1 | -8/+19 |
* | Make TabContents ctor private; poke hole for existing callers. | avi@chromium.org | 2012-08-27 | 1 | -1/+1 |
* | Add more OWNERS inside chrome/browser. | thestig@chromium.org | 2012-08-22 | 1 | -0/+3 |
* | Introduce InfoBarTabService API. | joi@chromium.org | 2012-08-20 | 3 | -37/+37 |
* | Move SessionStorageNamespace entirely into NavigationController and support S... | ajwong@chromium.org | 2012-08-13 | 1 | -1/+1 |
* | Create chrome/browser/api directory. Move infobar delegates used by Autofill ... | joi@chromium.org | 2012-08-13 | 3 | -3/+3 |
* | Move ui_test_utils::RunMessageLoop to test_utils so that it can be reused by ... | jam@chromium.org | 2012-07-26 | 2 | -3/+3 |
* | Move ExecuteJavaScript functions from ui_test_utils.h to browser_test_utils.h... | jam@chromium.org | 2012-07-24 | 1 | -4/+5 |
* | Create content\public\test\test_utils.h to hold common test classes that are ... | jam@chromium.org | 2012-07-20 | 1 | -4/+4 |
* | base: Make ScopedVector::clear() destroy elements. | derat@chromium.org | 2012-07-19 | 1 | -1/+1 |
* | Always enable dom automation for browser_tests. This avoids developers having... | jam@chromium.org | 2012-07-18 | 1 | -3/+1 |
* | Remove browser::FindTabbedBrowser from a bunch of browser tests by making ui_... | jam@chromium.org | 2012-07-12 | 1 | -4/+2 |
* | This CL moves the contents of ui_resources_standard.grd into ui_resources.grd... | benrg@chromium.org | 2012-07-11 | 1 | -1/+0 |
* | Remove the rest of #pragma once in one big CL. | ajwong@chromium.org | 2012-07-11 | 5 | -5/+0 |
* | Move tab functions off Browser into browser_tabstrip and browser_tabrestore. | ben@chromium.org | 2012-06-29 | 1 | -14/+15 |
* | Reenable geolocation tests | bartfab@chromium.org | 2012-06-28 | 1 | -21/+11 |
* | Move each permission classes to its own files in extensions/permissions and r... | penghuang@chromium.org | 2012-06-27 | 1 | -1/+1 |
* | Move browser commands into a separate file. | ben@chromium.org | 2012-06-25 | 1 | -1/+2 |
* | Simplify overriding ShouldExpire() a bit by allowing classes to override Shou... | pkasting@chromium.org | 2012-06-22 | 1 | -17/+1 |
* | Upstream Geolocation global enable/disable preference. | jknotten@chromium.org | 2012-06-18 | 5 | -3/+63 |
* | TabContentsWrapper -> TabContents, part 14. | avi@chromium.org | 2012-06-08 | 3 | -28/+26 |
* | TabContentsWrapper -> TabContents, part 2. | avi@chromium.org | 2012-06-06 | 1 | -8/+8 |
* | Move the rest of the content\test headers that are used by embedders to conte... | jam@chromium.org | 2012-06-04 | 1 | -2/+2 |
* | Move test_browser_thread.h from content\test to content\public\test. This way... | jam@chromium.org | 2012-06-04 | 3 | -3/+3 |
* | Move mock test headers from content\test to content\public\test. This way we ... | jam@chromium.org | 2012-06-03 | 1 | -1/+1 |
* | Get rid of the RenderViewType concept in content, since it was only used by C... | jam@chromium.org | 2012-05-23 | 1 | -3/+2 |
* | Disable GeolocationBrowserTest.TwoWatchesInOneFrame on linux. | zea@chromium.org | 2012-05-21 | 1 | -1/+7 |
* | Disable crashy geolcoation browser tests | zea@chromium.org | 2012-05-21 | 1 | -10/+14 |
* | Move Extension into extensions namespace | aa@chromium.org | 2012-05-21 | 1 | -1/+1 |
* | Update use of TimeDelta in chrome/browser/*, ui/views/*, and other places. | tedvessenes@gmail.com | 2012-05-17 | 1 | -2/+2 |
* | Moves methods for finding browsers to browser_finder. | sky@chromium.org | 2012-05-16 | 1 | -2/+2 |
* | Taking over issue 10006037. | rlp@chromium.org | 2012-05-14 | 1 | -1/+12 |
* | Remove VIEW_TYPE_WEB_CONTENTS and make default view type INVALID. | aa@chromium.org | 2012-05-14 | 1 | -1/+2 |
* | Revert 136499 - Taking over issue 10006037. | yusukes@google.com | 2012-05-11 | 1 | -12/+1 |
* | Taking over issue 10006037. | rlp@chromium.org | 2012-05-11 | 1 | -1/+12 |
* | RefCounted types should not have public destructors, chrome/browser/ part 6 | rsleevi@chromium.org | 2012-04-27 | 2 | -8/+12 |
* | Geolocation support for chromedriver, browser-side only. | kkania@chromium.org | 2012-04-25 | 2 | -30/+20 |
* | TabContents -> WebContentsImpl, part 18. | avi@chromium.org | 2012-04-17 | 2 | -3/+3 |
* | TabContents -> WebContentsImpl, part 15. | avi@chromium.org | 2012-04-17 | 1 | -1/+1 |
* | Reenable GeolocationBrowserTest.TabDestroyed browser test. | jknotten@chromium.org | 2012-04-05 | 1 | -2/+1 |