summaryrefslogtreecommitdiffstats
path: root/chrome/browser
Commit message (Expand)AuthorAgeFilesLines
* 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-082-0/+47
* 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-081-1/+2
* 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-079-53/+109
* Don't reinvent the wheel - base::wclscpy does this work in one line of code.beng@google.com2008-09-071-6/+2
* Allow the import lock dialog to be sized by locale.tc@google.com2008-09-061-4/+8
* 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-051-1/+6
* Readding UI test I pulled yesterday; hopefully the bots will like it more now...finnur@google.com2008-09-0514-7/+98
* Fixes keyword editor to show error image when keyword isn't valid.sky@google.com2008-09-051-1/+1
* 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-051-19/+34
* Cache empty responses from the SafeBrowsing servers for GetHashpaulg@google.com2008-09-056-11/+67
* 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
* Fix the issue where a sub chunk coming in before an add chunk, both containg ...jam@chromium.org2008-09-043-3/+42
* 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-046-59/+80
* Fixes crash in BookmarkBarView. If the HistoryService fails to load itsky@google.com2008-09-044-57/+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-041-10/+5
* Make sure the new frames' BrowserView2::TabSelectedAt calls TabContents::DidB...beng@google.com2008-09-031-1/+5
* Minor cleanup to OneShotTimer and RepeatingTimer: moves more of the member v...darin@google.com2008-09-0324-307/+114
* Changed the allowed include path from v8/public to v8/include in thesgjesse@google.com2008-09-031-1/+1
* Change the path of the V8 API headers from public to includesgjesse@google.com2008-09-034-4/+4
* c_str was getting called on the return value of a function. The return value...petersont@google.com2008-09-031-1/+3
* Fixes crash in making Chrome the default browser from the optionssky@google.com2008-09-031-2/+4
* Moves the bookmark bar view test into the interactive tests. To getsky@google.com2008-09-023-10/+7
* Take out uneeded comment (and test public Rietveld instance!).jam@chromium.org2008-09-021-1/+0
* Add a LinkerInitialized constructor to AtomicSequenceNumber.deanm@google.com2008-09-021-1/+1
* Add sourceid=chrome to Google's entry on trunk.mal@google.com2008-09-021-6/+3
* Update Copyright text in SCons config files.sgk@google.com2008-09-013-84/+12
* Disable the "Complex" Script because it fails.nsylvain@google.com2008-08-311-1/+2
* Change SafeBrowsing client name for Chromium.BUG=1296800rahulk@google.com2008-08-312-4/+11
* Some more changes so that Chromium and Google Chrome do not clash with each o...rahulk@google.com2008-08-311-3/+4
* Move SQLite from src/chrome/third_party to src/third_partyaa@google.com2008-08-301-1/+1
* On line 138 of protocol_manager.cc we were converting a std::stringifette@google.com2008-08-291-1/+1
* Implement the 11th hour Google Chrome Beta behaviour for constrainederg@google.com2008-08-291-46/+36
* Adds a logging level command line switchcpu@google.com2008-08-292-0/+2
* Modifies the query parser to provide the position of the match in thesky@google.com2008-08-298-43/+144