summaryrefslogtreecommitdiffstats
path: root/chrome
Commit message (Expand)AuthorAgeFilesLines
* Get rid of MessageLoop* caching in extensions code.jam@chromium.org2009-10-3032-361/+315
* [Mac] Implement form resubmission warning dialogthakis@chromium.org2009-10-304-1/+154
* Based on the rest of the codebase, I think we're supposed to #include chromiu...pkasting@chromium.org2009-10-303-4/+3
* Re-enable the warm perf load test.chase@chromium.org2009-10-301-1/+1
* Fix linux view build breakage.chocobo@google.com2009-10-301-10/+10
* Fix build breakage.chocobo@google.com2009-10-301-2/+2
* Disable form entry while sending credentials. tim@chromium.org2009-10-301-1/+6
* Move chromeos code to namespace chromeos.chocobo@google.com2009-10-3051-192/+354
* Fix for crash when a bookmark URL is an empty string tim@chromium.org2009-10-302-4/+6
* Revert r30541 since it's still breaking browser_testsben@chromium.org2009-10-304-36/+40
* Change the extension.onRequest even to include the sender info.mpcomplete@chromium.org2009-10-295-39/+179
* Unflaky tests.thakis@chromium.org2009-10-291-4/+2
* Rework the way the FindBrowserWithProfile/Type methods work.ben@chromium.org2009-10-294-40/+36
* Some new tab ui fixes.tony@chromium.org2009-10-292-9/+18
* Fixing test name (misspelled - Extensio8nL10n, should be ExtensionL10n).cira@chromium.org2009-10-291-1/+1
* Original discussion in CL for 337010. See http://codereview.chromium.org/337...mrossetti@chromium.org2009-10-298-79/+342
* GTK: add back toolbar border.estade@chromium.org2009-10-292-1/+16
* - Removes fallback from Prefs to LoadExtension on UI thread.cira@chromium.org2009-10-294-18/+76
* Use the new SearchVersusNavigateClassifier in BrowserRootView. Patch by Thia...pkasting@chromium.org2009-10-292-20/+14
* A bit of polish for the extensions page.finnur@chromium.org2009-10-291-5/+5
* Taking advantage of new configuration inheritance option.bradnelson@chromium.org2009-10-291-26/+0
* Remove the element_ member of FormField, as we don't use it and shouldn't be ...jhawkins@chromium.org2009-10-292-25/+13
* GTK Improve look of about dialog.estade@chromium.org2009-10-291-38/+63
* Remove out of date comment.ben@chromium.org2009-10-291-1/+0
* If we remove a search engine from our prepopulate data, remove it from the us...pkasting@chromium.org2009-10-293-10/+77
* Fix and re-enable a test I broke with the find bar changes I made last night.ben@chromium.org2009-10-297-16/+27
* Fix typo in Event.hasListener().aa@chromium.org2009-10-291-1/+1
* Mailto links should not include mailto: when copying to the clipboard.finnur@chromium.org2009-10-291-1/+4
* New event style for pageAction API.asargent@chromium.org2009-10-298-18/+125
* Fix transparent windowless plugin background painting. This would manifestbrettw@chromium.org2009-10-292-20/+21
* Random style fixes in the database backend.brettw@chromium.org2009-10-292-26/+26
* NTP: Allow hiding tips and bookmark sync.arv@chromium.org2009-10-2913-37/+194
* Try to force plugins to use software rendering until we can supportamanda@chromium.org2009-10-291-0/+10
* Linux: Remove unnecessary time_linux.cc from sync code.craig.schlenter@chromium.org2009-10-292-8/+0
* 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