summaryrefslogtreecommitdiffstats
path: root/chrome/browser
Commit message (Expand)AuthorAgeFilesLines
...
* Plumb up mouse motion for the status bubbles.avi@google.com2009-03-196-14/+43
* A quick fix for Issue 2720.hbono@chromium.org2009-03-192-0/+24
* Fix WebCacheManager unit tests to use a WebCacheManager instance per test case.darin@chromium.org2009-03-191-70/+59
* Chrome-side of moving webkit/glue/cache_manager.{h,cc} to the WebKit API layer.darin@chromium.org2009-03-1912-158/+164
* Remove useless BlockedRequest class.abarth@chromium.org2009-03-192-13/+6
* Check return value of AbsolutePathagl@chromium.org2009-03-191-1/+2
* Review URL: http://codereview.chromium.org/42382georged@chromium.org2009-03-191-9/+10
* Reuse the eula terms from the chrome resourcescpu@google.com2009-03-192-23/+51
* Fix single-process ui test failures from my previous change. The problem was...jam@chromium.org2009-03-185-9/+12
* Refactor sandboxing code so that it can be used by worker processes.jam@chromium.org2009-03-186-236/+203
* Add missing 'return true' to stop switch fall though.agl@chromium.org2009-03-181-0/+1
* Navigating to about:memory page from Task manager should bring up thetc@google.com2009-03-181-0/+2
* Linux: fix crash when renderer asks for the location of a NULL windowagl@chromium.org2009-03-181-0/+5
* Check return values for ReadInt in SSL manageragl@chromium.org2009-03-181-4/+3
* Fix possible memory leak.agl@chromium.org2009-03-181-3/+4
* CreateResourceRequest() inhclam@chromium.org2009-03-181-0/+1
* Review URL: http://codereview.chromium.org/42288georged@chromium.org2009-03-188-157/+323
* Bug 4688: First run bubble ignores user's keyboard attemptfinnur@chromium.org2009-03-182-10/+43
* Linux: fix scrollingagl@chromium.org2009-03-181-6/+18
* Ports all of the chrome/browser/history code to use FilePath, exceptestade@chromium.org2009-03-1822-162/+168
* Make startup_tests build and work on Mac.phajdan.jr@chromium.org2009-03-186-0/+36
* Implement GTK dropdown menus.estade@chromium.org2009-03-184-23/+108
* Fix mac build break.estade@chromium.org2009-03-181-1/+0
* Fix underflow that would cause either an access violation or an infinite loop...robertshield@google.com2009-03-181-2/+3
* Remove BrowserWindow::Init().estade@chromium.org2009-03-187-111/+99
* Fix errors detected by coverity.paulg@google.com2009-03-181-6/+6
* Adds Get(Root)WindowRect handlers for the Mac.avi@google.com2009-03-187-61/+113
* Reland the changes to use command line switch to turn on worker feature.jianli@chromium.org2009-03-181-0/+1
* Remove unneeded uses of base/ref_counted.h.thestig@chromium.org2009-03-189-10/+0
* Fix dragging a Chrome window which has a single tab by the tab itself.idanan@chromium.org2009-03-181-7/+1
* Remove an assertion I added in my DOM UI change. It looks like this happens inbrettw@chromium.org2009-03-181-5/+0
* Fixing a few minor issues found during static analysis of the Chromium codebase.finnur@chromium.org2009-03-182-3/+3
* Port DirectoryWatcher to Linux using inotify.phajdan.jr@chromium.org2009-03-181-1/+1
* Reverting 11953.hbono@chromium.org2009-03-183-73/+1
* A tricky fix for Issue 1845.hbono@chromium.org2009-03-183-1/+73
* Remove bogus DCHECKabarth@chromium.org2009-03-181-3/+0
* SSLPolicy Fix: Step 8.abarth@chromium.org2009-03-184-144/+267
* Mac bookmark work. jrg@chromium.org2009-03-1826-85/+689
* Remove unneeded uses of base/hash_tables.h.thestig@chromium.org2009-03-174-4/+0
* Fix bug where an extension toolstrip would sometimes get added twice to thempcomplete@google.com2009-03-171-3/+11
* Merge DOMUIContents into WebContents.brettw@chromium.org2009-03-1745-1216/+1153
* Fixes crash on showing info bubble.sky@google.com2009-03-171-6/+4
* Renames AccessibleWrapper to ViewAccessibilityWrapper for clarity. klink@chromium.org2009-03-171-2/+2
* Use anonymous shared memory for VisitedLinks.agl@chromium.org2009-03-172-20/+4
* This test only passed if RLZTracker::InitRlz hadn't been called, levin@chromium.org2009-03-171-3/+11
* First pass at Mac status bubble.avi@google.com2009-03-175-2/+300
* SSLPolicy Fix: Step 7.abarth@chromium.org2009-03-172-263/+103
* SSLPolicy Fix: Step 6.abarth@chromium.org2009-03-173-17/+69
* Don't initialize members from themselves, especially when they're uninitialized.mark@chromium.org2009-03-171-1/+1
* Fixes bug where favicons wouldn't always show up in history page. Thissky@google.com2009-03-171-1/+8