summaryrefslogtreecommitdiffstats
path: root/chrome/browser
Commit message (Expand)AuthorAgeFilesLines
* Port some more parts of browser/evanm@google.com2008-10-2310-84/+122
* This fixes http://code.google.com/p/chromium/issues/detail?id=2529, which isananta@chromium.org2008-10-234-4/+16
* Set |contents_mime_type| early enough so that the encoding menu is enabled on...jungshik@google.com2008-10-231-3/+7
* Add a separate string for showing that chrome updated withouttc@google.com2008-10-231-9/+9
* Adds models needed by the bookmark manager. Specifically asky@google.com2008-10-239-5/+1204
* Update V8 in Chromium and fix compilation errors kasperl@google.com2008-10-232-2/+2
* Disable link doctor when in off the record/incognito mode.tc@google.com2008-10-231-0/+4
* Fix crash due to NULL deref.ben@chromium.org2008-10-231-1/+4
* Change a dependency from clipboard_util.h to the more cross-platform clipboard.hestade@chromium.org2008-10-221-2/+2
* Change the default http stack for chrome.exe from winhttp to the new one.ericroman@google.com2008-10-221-3/+2
* Reduce header dependencies.evanm@google.com2008-10-224-0/+4
* Make the character encoding override work again. There are two other bugs wit...jungshik@google.com2008-10-227-22/+37
* Apply the already-reviewed <http://codereview.chromium.org/2936> by developer...glen@google.com2008-10-222-0/+7
* Switching hash/ to $CHROME_SRC_DIR/chrome down in chrome.bradnelson@google.com2008-10-222-2/+2
* Using $CHROME_SRC_DIR in place of hash/..bradnelson@google.com2008-10-223-3/+3
* forgot this file tooben@chromium.org2008-10-221-1/+1
* Fix the bug with the minimize/restore buttons getting stuck hot when the wind...ben@chromium.org2008-10-225-0/+20
* Change the detection of the list name from parsing a URLpaulg@google.com2008-10-223-13/+3
* Correct typo in histogram name (I left out the word trial)jar@google.com2008-10-221-2/+4
* Rollback r3693 as it caused a 7% startup test slowdown.ericroman@google.com2008-10-221-2/+3
* Fixing various layout issues with the download shelf:finnur@google.com2008-10-213-27/+31
* Temporary disabling accessibility in the renderer to work-around bug 1432077 ...jcampan@chromium.org2008-10-212-0/+11
* Create memory histograms that also depend on the memory-model experimentjar@google.com2008-10-211-10/+36
* Change the default http stack for chrome.exe from winhttp to the new one.ericroman@google.com2008-10-211-3/+2
* Remove WebKeyboardEvent::key_data because we don't actually use ittc@google.com2008-10-211-1/+1
* Don't use UuidCreate as a source of randomness, and it's not portable. This ...deanm@chromium.org2008-10-211-21/+5
* Run MetricsResponseTest on the Mac. This test depended onmark@chromium.org2008-10-215-55/+63
* Fix a timing problem that caused the find bar's coordinates to be incorrect.brettw@google.com2008-10-212-7/+2
* Add a sleep to temporarily fix the find in page test.brettw@google.com2008-10-211-0/+5
* Fix include path from last checkin.brettw@google.com2008-10-211-1/+1
* Factor find in page out of WebContents and into the view, since it is almostbrettw@google.com2008-10-2123-462/+486
* try rolling this back to see if it helpsben@chromium.org2008-10-211-1/+1
* Fix breakage from r3643.aa@chromium.org2008-10-211-0/+1
* Show the path to the Greasemonkey script that caused an erroraa@chromium.org2008-10-212-12/+16
* To go with the retardation of recently closed tabs, remove the yellow from th...glen@google.com2008-10-201-4/+1
* Restore field trial for memory modeljar@google.com2008-10-202-6/+0
* Fix ctrl-k not working.pkasting@chromium.org2008-10-201-1/+1
* More Windows-is-a-crack-baby mitigation.beng@google.com2008-10-201-1/+1
* Disable FieldTrial code to repair UI reliability test regressionjar@google.com2008-10-202-0/+6
* Construct a field trial to see if HIGH or MEDIUM memory model "works better"jar@google.com2008-10-196-10/+77
* Issue 3487: We now set the bounds for the links in the About box as soon as w...finnur@google.com2008-10-191-19/+18
* Move more platform-specific stuff from WebContents to the view.brettw@google.com2008-10-187-187/+189
* Support shortcut show styles for "run maximized", "run minimized" etc.ben@chromium.org2008-10-172-1/+3
* Changes BookmarkDragData to allow for multiple nodes. I'm going tosky@google.com2008-10-175-150/+306
* We were still warning about a dangerous download when the user has picked the...jcampan@chromium.org2008-10-171-2/+8
* Straighten out the way the system menu works a bit. We no longer create the m...ben@chromium.org2008-10-177-41/+32
* Remove throttling code from the Browser process and implement throttling in t...erg@google.com2008-10-177-9/+74
* Fix problem where "text/xml" responses get buffered past 512 bytes, causing t...ericroman@google.com2008-10-171-0/+1
* Make ChromeThreadTest and TextDatabaseTest inherit from PlatformTest formark@chromium.org2008-10-172-3/+8
* more bustage fixesben@chromium.org2008-10-171-1/+1