summaryrefslogtreecommitdiffstats
path: root/chrome
Commit message (Expand)AuthorAgeFilesLines
* Make plugin_service.cc compile on Posix.jhawkins@chromium.org2009-02-2013-60/+68
* Revert r10090, which was committed without proper review.darin@chromium.org2009-02-2020-507/+2
* Roll our own grow box since the OS one wants to indent by 3px due to the text...pinkerton@chromium.org2009-02-2013-79/+182
* Remove unused 'node' parameter from ImeUpdateStatus.darin@chromium.org2009-02-201-2/+1
* Add tab content type for developer tools UI.yurys@google.com2009-02-2020-2/+507
* Reformat some omnibox enum comments. This helps readability a bit by using m...deanm@chromium.org2009-02-201-8/+10
* Fix for Issue 6431 "Two issues about Vietnamese Spell-Checker".hbono@chromium.org2009-02-201-21/+29
* Moves the "common/child_process_info.cc" from "libbrowser.a" to "libcommon.a".hbono@chromium.org2009-02-201-2/+2
* Fix linux tests. Can't rely on directory iteration order.aa@chromium.org2009-02-201-1/+2
* Complain when an extension does not contain a user script it claims to.aa@chromium.org2009-02-207-6/+54
* Make BrowserWindowGtk work with resource bundle theme images.mmoss@chromium.org2009-02-201-16/+37
* Reverting 10080.jam@chromium.org2009-02-2036-559/+656
* Fix release build breakjam@chromium.org2009-02-201-0/+1
* Refactor code from RenderThread and PluginThread and move it to ChildThread. ...jam@chromium.org2009-02-2036-656/+558
* I forgot to add #include <functional> to l10n_util.h for using binary_functionjnd@chromium.org2009-02-201-0/+1
* Audio related IPC messages and handlers from browser tohclam@chromium.org2009-02-207-0/+218
* We will sort the encoding menu items according to current used UI language ex...jnd@chromium.org2009-02-207-124/+234
* Xcode project file changes for audio/video renderers andhclam@chromium.org2009-02-201-0/+26
* Remove a forward declaration that is not being used.jhawkins@chromium.org2009-02-201-1/+0
* Make user_data_manager.cc compile on Posix.jhawkins@chromium.org2009-02-207-47/+24
* Unit tests fixagl@chromium.org2009-02-201-0/+3
* Bitmap transportagl@chromium.org2009-02-2035-266/+959
* Port save_package_unittest to posix.estade@chromium.org2009-02-205-99/+104
* Fix a UMR in the IPC message ViewHostMsg_FrameNavigate, which occured as a re...ananta@chromium.org2009-02-201-0/+1
* Enable dragging of single tab between two windows.idanan@chromium.org2009-02-204-16/+9
* Add a line back in that was accidentally removed before the commit. Fixes th...jhawkins@chromium.org2009-02-201-0/+1
* Make template_url_fetcher.cc compile on Posix.jhawkins@chromium.org2009-02-203-7/+17
* Remove the home button on Linux.evan@chromium.org2009-02-192-9/+39
* Fix some GCC 4.3 warnings.evan@chromium.org2009-02-192-3/+6
* Enable SSL error handling in Linux again.dkegel@google.com2009-02-192-20/+5
* Relocate custom button code to its own files, in anticipation of more changes.evan@chromium.org2009-02-195-114/+137
* * Add day deletion to historyglen@chromium.org2009-02-193-48/+182
* Initial checkin of the HTML downloads UI. It's not yet complete (lacking inte...glen@chromium.org2009-02-1911-2/+1234
* Add a TabContentsContainerGtk to remove the current hack that inserts theerg@google.com2009-02-199-27/+254
* save_package.cc: Move UI test special casing to a helper function.estade@chromium.org2009-02-192-31/+68
* Fix for a flag error introduced yesterday for non-client messages, which weidanan@chromium.org2009-02-191-6/+6
* Report malware sub resources and their containing page to thepaulg@google.com2009-02-194-2/+104
* Port TabContentsFactory to posix.estade@chromium.org2009-02-197-35/+35
* Fix status bubble positioning on non-tiled window managers.evan@chromium.org2009-02-191-4/+11
* Remove a workaround made obsolete by Tony's l10n work.evan@chromium.org2009-02-191-1/+1
* Add a comment to a metrics_service.cc NOTIMPLEMENTED.evan@chromium.org2009-02-191-0/+3
* Remove some NOTIMPLMENTEDs which are apparently no longer necessary.evan@chromium.org2009-02-191-3/+3
* Add a CHECK for NULL observers. I got a NULL pointer exception when notifyingbrettw@chromium.org2009-02-191-0/+7
* Make render_view_context_menu_controller.cc compile on Posix.jhawkins@chromium.org2009-02-194-10/+73
* Fix test because GetBrowserProcessCount counts the browser as well :)cpu@google.com2009-02-191-1/+1
* Moving AutomationMsg_NavigationFailed to the end as required by the automatio...ananta@chromium.org2009-02-191-9/+9
* Turn on DNS prefetching.evan@chromium.org2009-02-191-5/+0
* Update the table of RAM vs number of rendererscpu@google.com2009-02-193-7/+52
* Send over the HTTP status code in the ViewHostMsg_FrameNavigate message comin...ananta@chromium.org2009-02-199-18/+82
* Clean up dns prefetch code, and also port it.phajdan.jr@chromium.org2009-02-1919-820/+415