summaryrefslogtreecommitdiffstats
path: root/chrome
Commit message (Expand)AuthorAgeFilesLines
* First pass at splitting the AutocompleteEdit into Model and View. This was n...pkasting@chromium.org2008-09-1014-1302/+1571
* The About box was needlessly blocking Chrome on Vista SP1 (with UAC disabled)...finnur@google.com2008-09-101-3/+8
* Bump for 153 dev cyclemal@chromium.org2008-09-101-1/+1
* If you click a link to a malware page or if a page redirects to malware, the ...jcampan@chromium.org2008-09-101-3/+2
* Fix grab bag of AeroGlassFrame issues:beng@google.com2008-09-105-21/+22
* Move a bunch of code from the old to new TLS interface.deanm@chromium.org2008-09-105-30/+36
* Don't send queries when URL is like:darin@chromium.org2008-09-104-16/+52
* Update the reference build to 1912.maruel@google.com2008-09-1048-0/+0
* Bounds check the tab index before attempting to index into the TabStripModel ...beng@google.com2008-09-091-6/+6
* Fix a bug with positioning windows from a secondary monitor.mpcomplete@google.com2008-09-091-2/+4
* Fix bug with resizeBy in Gears dialogs.mpcomplete@google.com2008-09-091-11/+1
* Moves bookmark related classes into bookmarks directory. There are nosky@google.com2008-09-0938-75/+72
* Create "ap" key to fallback on full installer even if the key didnt exist (fo...kuchhal@chromium.org2008-09-092-10/+132
* backing out checkin to closed treebeng@google.com2008-09-091-6/+6
* Bounds check the tab index before attempting to index into the TabStripModel ...beng@google.com2008-09-091-6/+6
* Don't index https content. This uses the toplevel brettw@google.com2008-09-091-0/+9
* Fixes bug in TableView where by we return nothing as selected whensky@google.com2008-09-092-36/+22
* Patch from Szymon Piechowicz <szymonpiechowicz@o2.pl>beng@google.com2008-09-091-6/+6
* Update stringstc@google.com2008-09-097-10/+10
* Add an AtExitManager to test_chrome_plugin. It uses Time::Now(), which now u...deanm@chromium.org2008-09-091-0/+5
* Adding a CHECK in a memcpy that it is not trivial to understand.cpu@google.com2008-09-091-3/+3
* Fix chrome.7z archive on buildbots. The earlier change didn't work 100%.rahulk@google.com2008-09-082-8/+4
* add debug statementrahulk@google.com2008-09-081-0/+1
* add debug statementrahulk@google.com2008-09-081-0/+3
* Pages with mixed content were shown as secure.jcampan@google.com2008-09-081-0/+4
* Change the external protocol handler to look at thensylvain@google.com2008-09-084-18/+35
* Replace all instances of <hash_map> with a "base/hash_tabe.h",erg@google.com2008-09-0827-99/+63
* Use FRIEND_TEST() instead of guessing the test class name (!)maruel@google.com2008-09-082-6/+9
* Disable a flakey test.deanm@google.com2008-09-081-2/+2
* A couple of quick TODO and other cleanups.beng@google.com2008-09-084-13/+1
* Support WM_APPCOMMAND on Window. Make it just pass through to WindowDelegate:...beng@google.com2008-09-085-0/+67
* Fix binary patching for localized OS. Not sure how it was working till now.rahulk@google.com2008-09-081-6/+6
* Hopefully remove 102 unneeded static initializers. This should require less ...deanm@google.com2008-09-081-197/+198
* Makes new tab page update properly when its told bookmarks aresky@google.com2008-09-081-5/+10
* This patch is from Andrew Brampton <me@bramp.net>.sky@google.com2008-09-084-8/+16
* Replace a custom memcpy(wchar_t*) with the new safer lcpy API. Pass MAX_PATH...deanm@google.com2008-09-081-4/+14
* Fix a crash (visible sometimes in the single process UI tests inbrettw@google.com2008-09-081-2/+7
* Make sure the browser is destroyed during DestroyBrowser because EndSession h...beng@google.com2008-09-081-1/+9
* Fix SSL state in the URL bar being incorrect. Going to an EV site like https:...brettw@google.com2008-09-0710-53/+119
* Don't reinvent the wheel - base::wclscpy does this work in one line of code.beng@google.com2008-09-072-12/+3
* Rebuild chrome.7z archive by default to get new executables.rahulk@google.com2008-09-063-13/+13
* Adds missing virtual destructors on a couple of interface classes.darin@google.com2008-09-062-0/+4
* Allow the import lock dialog to be sized by locale.tc@google.com2008-09-0644-12/+105
* Fix a memory leak introduced in the SafeBrowsing prefix cache test.paulg@google.com2008-09-061-1/+5
* Clamp open file name size.beng@google.com2008-09-052-5/+14
* Readding UI test I pulled yesterday; hopefully the bots will like it more now...finnur@google.com2008-09-0519-9/+160
* Fixes keyword editor to show error image when keyword isn't valid.sky@google.com2008-09-053-3/+2
* Fixes crash that occurred because DialogClientView::AcceptWindow wassky@google.com2008-09-052-0/+15
* Dupe of http://codereview.chromium.org/238jungshik@google.com2008-09-053-8/+67
* Resolve Array Overflow.sidchat@google.com2008-09-051-7/+10