summaryrefslogtreecommitdiffstats
path: root/chrome
Commit message (Expand)AuthorAgeFilesLines
* 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
* Rollback revisions 1785-1786 due to purify regression.aa@google.com2008-09-052-2/+0
* Try again to begin compiling the files that implemen the HTML5aa@google.com2008-09-052-0/+2
* Attempt at fixing crash. I believe this is happening during sessionsky@google.com2008-09-056-2/+44
* Same CL as 448. Had to redo it.cpu@google.com2008-09-055-21/+41
* Cache empty responses from the SafeBrowsing servers for GetHashpaulg@google.com2008-09-056-11/+67
* Fix a crashing bug when shutting down the plugin process.michaeln@google.com2008-09-051-1/+1
* New Frames.beng@google.com2008-09-051-1/+2
* My new test is failing on the bots. Disabling while I investigate.finnur@google.com2008-09-041-1/+1
* Update chrome strings.tc@google.com2008-09-045-16/+16
* Fix the issue where a sub chunk coming in before an add chunk, both containg ...jam@chromium.org2008-09-043-3/+42
* bump for 152 dev cycle (151 built successfully)mal@chromium.org2008-09-041-1/+1
* Fixing issue 1343052: a regression where the Find box moves up when you open ...finnur@google.com2008-09-043-3/+4
* Invoke a flag setting for 'dictionary download over' in the IO loop through a...sidchat@google.com2008-09-041-33/+33
* HMAC-SHA1 implementation for Mac based on CommonCrypto;mmentovai@google.com2008-09-041-3/+3
* Clean up brettw's checkin of r1032.wtc@google.com2008-09-043-11/+1
* Fix the polymorphic WindowResources class and FramePartBitmap enum.maruel@google.com2008-09-047-72/+84
* Fixes crash in BookmarkBarView. If the HistoryService fails to load itsky@google.com2008-09-045-60/+27
* Fixes crash in history view. The crash occurs with the followingsky@google.com2008-09-042-0/+20
* Fix the include order in aero_glass_frame.cc. This was causing issues with WP...maruel@google.com2008-09-041-2/+2
* Localize the 11th hour popup window hack. Right before release, we made a cha...erg@google.com2008-09-042-10/+10