- Jan 15, 2011
-
-
thestig@chromium.org authored
BUG=none TEST=none Review URL: http://codereview.chromium.org/6335001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71547 0039d316-1c4b-4281-b951-d872f2087c98
-
- Jan 13, 2011
-
-
thestig@chromium.org authored
BUG=none TEST=none Review URL: http://codereview.chromium.org/6122006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@71283 0039d316-1c4b-4281-b951-d872f2087c98
-
- Dec 10, 2010
-
-
thestig@chromium.org authored
BUG=none TEST=none Review URL: http://codereview.chromium.org/5682007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@68884 0039d316-1c4b-4281-b951-d872f2087c98
-
- Dec 02, 2010
-
-
ben@chromium.org authored
file_path_watcher into subdir profile* into profiles/ subdir login* into ui/login visitedlink* into subdir BUG=none TEST=none TBR=brettw Review URL: http://codereview.chromium.org/5606002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@68069 0039d316-1c4b-4281-b951-d872f2087c98
-
- Oct 14, 2010
-
-
brettw@chromium.org authored
put them in the base namespace. TEST=it compiles BUG=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62510 0039d316-1c4b-4281-b951-d872f2087c98
-
- Oct 09, 2010
-
-
dhollowa@chromium.org authored
Changes Autofill help link to be .grd based for all platforms. Also, unified the handling of activating the link. BUG=57092 TEST=Manual tests from prefs dialog and credit card infobar. Review URL: http://codereview.chromium.org/3645002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@62058 0039d316-1c4b-4281-b951-d872f2087c98
-
- Sep 23, 2010
-
-
erg@google.com authored
Remove logging.h and other headers where possible. BUG=none TEST=none Review URL: http://codereview.chromium.org/3461019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@60369 0039d316-1c4b-4281-b951-d872f2087c98
-
- Sep 21, 2010
-
-
jcivelli@chromium.org authored
The "save credit card" information was deleted by the AutofillManager when the form is submitted but was still pointed to by the TabContents, causing a crasher when navigating. BUG=50428 TEST=See steps in 56238. Review URL: http://codereview.chromium.org/3466006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@60095 0039d316-1c4b-4281-b951-d872f2087c98
-
- Aug 26, 2010
-
-
evan@chromium.org authored
Rename includes, resort header include order in places where the rename changed the order. BUG=50548 TEST=compiles Review URL: http://codereview.chromium.org/3203008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@57434 0039d316-1c4b-4281-b951-d872f2087c98
-
- Aug 13, 2010
-
-
evan@chromium.org authored
The critical change is the base class in infobar_delegate.h. The remainder is just adapting all users to that change. I grepped for all instances of the three base functions whose types I changed to be more sure that I found all classes that tried to overload these functions. I sure wish C++ had an @Override annotation. :~( TEST=compiles BUG=23581 Review URL: http://codereview.chromium.org/3127009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@56066 0039d316-1c4b-4281-b951-d872f2087c98
-
- Aug 12, 2010
-
-
twiz@google.com authored
Clone of issue 2941001. See initial review below. http://codereview.chromium.org/2941001 Initial submit broke the chromeos build. This patch includes the original change, and fixes to compile ChromeOs properly. BUG=None TEST=None Review URL: http://codereview.chromium.org/2819086 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@55951 0039d316-1c4b-4281-b951-d872f2087c98
-
- Aug 02, 2010
-
-
nick@chromium.org authored
Change removing method, GetBrowser from TabContentsDelegate, as this was breaking an abstraction layer. This routine was originally added in CL 434046, which required the Browser* to construct extension popup views from within Chrome-Frame instances. I changed all accesses to Browser instances from usage of the above method, to either iterating the BrowserList using the situation-specific profile as a search key, or modifying the appropriate delegate interfaces to provide the functionality that was previously used directly via the Browser. BUG=None TEST=None Review URL: http://codereview.chromium.org/2941001 TBR=twiz@google.com Review URL: http://codereview.chromium.org/3012042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54565 0039d316-1c4b-4281-b951-d872f2087c98
-
twiz@google.com authored
Change removing method, GetBrowser from TabContentsDelegate, as this was breaking an abstraction layer. This routine was originally added in CL 434046, which required the Browser* to construct extension popup views from within Chrome-Frame instances. I changed all accesses to Browser instances from usage of the above method, to either iterating the BrowserList using the situation-specific profile as a search key, or modifying the appropriate delegate interfaces to provide the functionality that was previously used directly via the Browser. BUG=None TEST=None Review URL: http://codereview.chromium.org/2941001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54560 0039d316-1c4b-4281-b951-d872f2087c98
-
- Jul 29, 2010
-
-
jhawkins@chromium.org authored
BUG=50573 TEST=none Review URL: http://codereview.chromium.org/2868082 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@54185 0039d316-1c4b-4281-b951-d872f2087c98
-
- Jul 17, 2010
-
-
georgey@chromium.org authored
New Blue style for for autofill Info-bar, to be eventually used for all info bars (for that more changes needed), it also Windows only. BUG=47233 TEST=Mocks @ http://folder/roma/design/chrome/autofill/ page 23 Review URL: http://codereview.chromium.org/3027004 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@52816 0039d316-1c4b-4281-b951-d872f2087c98
-
- Jul 08, 2010
-
-
avi@chromium.org authored
BUG=http://crbug.com/48114 TEST=none (depends on bug 47428) Review URL: http://codereview.chromium.org/2949002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@51908 0039d316-1c4b-4281-b951-d872f2087c98
-