summaryrefslogtreecommitdiffstats
path: root/chrome/browser
Commit message (Expand)AuthorAgeFilesLines
* Fix regression I introduced where Stop/Go button would toggle state instantly...pkasting@chromium.org2009-04-1511-54/+32
* Unit test for command observer bridge class. Add ifdef guards that were missi...pinkerton@chromium.org2009-04-152-0/+93
* Disable a test I added yesterday in attempt to track downtim@chromium.org2009-04-151-1/+3
* Make Linux Omnibox results look more like the v2 mocks.deanm@chromium.org2009-04-151-11/+104
* Fixes regression in painting info bubble. This is the result ofsky@chromium.org2009-04-151-9/+10
* Fixing a crash which could occur when a string containing multibyte character...deanm@chromium.org2009-04-151-5/+14
* Add unit test for bookmark bar controller.pinkerton@chromium.org2009-04-153-6/+82
* Disable BrowserFocusTest.BrowsersRememberFocus until it can be looked at.mmoss@chromium.org2009-04-151-1/+1
* Adding a unit test for testing the prepopulation text during search.finnur@chromium.org2009-04-151-0/+64
* Remove TabContentsType from the NavigationController external interface and inbrettw@chromium.org2009-04-1534-334/+284
* Oops. Fix build.willchan@chromium.org2009-04-151-1/+1
* Fix missing backing store in Linux.willchan@chromium.org2009-04-158-3/+24
* Few changes to the NTP remove thumbnails:jcampan@chromium.org2009-04-152-39/+86
* Simplify TabGtk::ContextMenuController by adding methods to dynamically build...jhawkins@chromium.org2009-04-144-67/+63
* Fix syntax error.estade@chromium.org2009-04-141-1/+1
* Add JsonSchema-based validation for the tab APIs.aa@chromium.org2009-04-142-1/+96
* Convert instances of WideToUTF8(l10n_util::GetString( totc@google.com2009-04-146-30/+28
* Clean up icon loader/manager in preparation for porting.estade@chromium.org2009-04-147-128/+62
* Implement chrome_proces_util for linux and enable download ui test.estade@chromium.org2009-04-147-40/+73
* Remove ExtensionContentScriptInject unit test.aa@chromium.org2009-04-141-59/+0
* Implement context menu handling for the Linux tab strip.jhawkins@chromium.org2009-04-146-9/+152
* Add command line flag that removes randomness from javascript functions, to b...ace@google.com2009-04-141-0/+1
* Remove the usage of GetLastActiveBrowserWindowhuanr@chromium.org2009-04-141-1/+1
* Remove the TestTabContents. This makes BrowserWithTestWindow use thebrettw@chromium.org2009-04-1420-499/+115
* Remove two lines that were from a different experiment and got checked inpinkerton@chromium.org2009-04-141-3/+0
* Give each HistoryService instance it's own backend thread.tim@chromium.org2009-04-147-25/+42
* Implement OnBeforePossibleChange() and OnAfterPossibleChange() to fix delete ...shess@chromium.org2009-04-142-23/+67
* Remove extra zoom menu items.thestig@chromium.org2009-04-142-20/+19
* A fix for the Find box forwarding scroll messages to the page when it shouldn't.finnur@chromium.org2009-04-143-23/+35
* Add a Cocoa file picker.avi@google.com2009-04-1412-50/+356
* Clamp text size in js message box dialogscpu@google.com2009-04-141-3/+13
* The history tests relies on being about to reset a profile, which means we needthomasvl@chromium.org2009-04-141-0/+13
* Fixes a bug where scrolling up would draw over the horizontalavi@google.com2009-04-141-1/+10
* Don't reserve space for an auto-hide taskbar that's not always-on-top. Windo...pkasting@chromium.org2009-04-141-4/+4
* Linux: don't drop invalid scroll requests.agl@chromium.org2009-04-141-20/+18
* Fix problems correctly invalidating/repainting when our updated paint rect fo...pkasting@chromium.org2009-04-147-20/+62
* Remove unused notifications.paulg@google.com2009-04-142-23/+0
* Fix a crash when the browser opens a popup window in Linux.jhawkins@chromium.org2009-04-141-0/+5
* Fix a gcc warning about uninitialized variables.tc@google.com2009-04-141-2/+2
* Add unit test for status bubble mac.pinkerton@chromium.org2009-04-142-0/+107
* Color/emphasize correct portions of view-source: URLs. Original patch by Shi...pkasting@chromium.org2009-04-144-8/+104
* Fix status bubble shadow being opaque, which made the bubble appear to be off...pkasting@chromium.org2009-04-143-43/+38
* Makes the omnibox show past searches and suggestions for keywords.sky@chromium.org2009-04-1410-189/+526
* Added undo tab closing item to Tab menu.idanan@chromium.org2009-04-146-0/+27
* Collapse bookmark bars into a single bar per window, rather than one per tab.pinkerton@chromium.org2009-04-1411-118/+191
* Prevent an extension from double observing a message filter.maruel@chromium.org2009-04-142-13/+25
* Revert "Add JsonSchema-based validation for the tab APIs."aa@chromium.org2009-04-142-96/+0
* TBR: Fix unit tests, line endings.aa@chromium.org2009-04-141-2/+2
* Add JsonSchema-based validation for the tab APIs.aa@chromium.org2009-04-142-0/+96
* Fix a crash where the ResourceMessageFilter is deleted before apaulg@google.com2009-04-148-35/+109