summaryrefslogtreecommitdiffstats
path: root/chrome
Commit message (Expand)AuthorAgeFilesLines
...
* Convert ReplaceStringPlaceholders(std::string...) to take atony@chromium.org2009-10-292-9/+7
* Gosh, fix a typo to really fix the tree.munjal@chromium.org2009-10-291-1/+1
* Fix the warning treated as error on linux 64 bit build ofmunjal@chromium.org2009-10-291-2/+2
* Hoist bug reporting code out of bug_report_view so that it can be used cross-...mirandac@chromium.org2009-10-294-192/+298
* Don't use NSEvent currentEvent for the event that starts the context menu, it...pinkerton@chromium.org2009-10-291-2/+17
* Try to revive the revision 30441 which was reverted in 30443.munjal@chromium.org2009-10-292-6/+87
* GTK: center browser action badge correctly.estade@chromium.org2009-10-291-6/+8
* GTK: redraw browser action when badge text changes.estade@chromium.org2009-10-291-0/+1
* Hide the theme install bubble a little earlier.estade@chromium.org2009-10-295-1/+38
* Disable FindInPageTest.FocusRestore, which is killing the Interactive Tests botstuartmorgan@chromium.org2009-10-291-1/+2
* Binary theme resources for notifications. Really part of previous patch but ...johnnyg@chromium.org2009-10-293-2/+2
* Factor search vs. navigate classification into its own file to make it more b...pkasting@chromium.org2009-10-299-83/+156
* Put TabGtk's Observer inside a scoped_ptr.thestig@chromium.org2009-10-292-4/+25
* Adds UI components for desktop notifications, including balloon view classes ...johnnyg@chromium.org2009-10-2916-201/+1281
* Lower priorities of background tabs on linux.davemoore@chromium.org2009-10-291-4/+1
* Fix unit test memory leak introduced by my ChromeThread change.jam@chromium.org2009-10-291-6/+16
* Uninstall themes after the undo infobar goes away.tony@chromium.org2009-10-295-13/+40
* Only use std::string when generating the NTP CSS. This savestony@chromium.org2009-10-293-33/+29
* Fix window restore behaviour on Mac.erg@chromium.org2009-10-294-1/+50
* Mac updater: set sane permissions on symbolic links (when possible).mark@chromium.org2009-10-291-0/+5
* Disable ExtensionsServiceTest.InstallExtension and ExtensionTest.InitFromValu...mirandac@chromium.org2009-10-292-2/+4
* DevTools: Implement raw cookies access for inspector.pfeldman@chromium.org2009-10-299-27/+228
* DevTools: Webkit merge broke DevToolsSanityTest.TestEnableResourcesTabpfeldman@chromium.org2009-10-291-1/+1
* Updating trunk VERSION from 228.0 to 229.0chrome-bot@google.com2009-10-291-1/+1
* Design changes in browser/privacy_blacklist needed to integratephajdan.jr@chromium.org2009-10-2918-774/+513
* Disable browser test ViewIDTest.Basic that fails on Linux since around r30434rolandsteiner@chromium.org2009-10-291-1/+1
* Only dispatch tab events when there is someone listening.aa@chromium.org2009-10-295-15/+73
* Reverting r30441. Fails compile on linux x64.aa@chromium.org2009-10-292-87/+6
* Make some improvements to sync model associator:munjal@chromium.org2009-10-292-6/+87
* WebSocket support in chromium.ukai@chromium.org2009-10-2915-5/+644
* roll back r30430 because it causes bustage even though I don't know why.ben@chromium.org2009-10-294-39/+40
* Lazily create the find bar.ben@chromium.org2009-10-293-9/+16
* Move FileDescriptorGetInode() and FindProcessHoldingSocket() into base/linux_...thestig@chromium.org2009-10-291-122/+4
* Reduce NSImageCacheTest.LookupFoundAndClear test flakemark@chromium.org2009-10-291-3/+8
* Rework the way the FindBrowserWithProfile/Type methods work.ben@chromium.org2009-10-294-40/+39
* Use a regular interface pointer for ITextDocument in AutocompleteEditViewWin.ben@chromium.org2009-10-292-8/+25
* Mark LookupFoundAndClear as flaky.nsylvain@chromium.org2009-10-291-1/+2
* Linux: set minimum window size to 100x100 so it does not disappear with a cus...thestig@chromium.org2009-10-291-3/+5
* Do not allow GTK File Chooser dialogs to return directories. This is probably...thestig@chromium.org2009-10-291-14/+66
* Product name and version should NOT be boldfaced in the About box.mark@chromium.org2009-10-291-12/+8
* Fix the notifier SSL layer to make notifications work for Linux Bookmark sync.zork@chromium.org2009-10-292-53/+43
* Prevent 'view-source' from being abused by disabling anythingamit@chromium.org2009-10-291-0/+21
* Disable DevToolsSanityTest.TestEnableResourcesTab after WebKit roll broke it.jorlow@chromium.org2009-10-291-1/+1
* Call Release instead of deleteing the object directly.jam@chromium.org2009-10-291-4/+8
* Fix memory leaks in unit tests from my previous checkin.jam@chromium.org2009-10-291-3/+8
* Remove the old AutofillManager source files that have been replaced by FormFi...jhawkins@chromium.org2009-10-292-197/+0
* Add a dump-file option to process_dumps_linux.pyhuanr@chromium.org2009-10-281-12/+22
* Gets AutomationProxyVisibleTest.WindowGetViewBounds to pass onsky@chromium.org2009-10-284-24/+39
* Move a Linux only #include into the right place.thestig@chromium.org2009-10-281-1/+1
* linux: don't override mouse selection behavior in omniboxevan@chromium.org2009-10-282-90/+2