summaryrefslogtreecommitdiffstats
path: root/chrome
Commit message (Expand)AuthorAgeFilesLines
* ServiceProcess clean updmaclach@chromium.org2011-03-236-56/+57
* Makes instant reload page when enter is pressed if last url loaded wassky@chromium.org2011-03-236-2/+102
* Fix permissions on two files.cmp@chromium.org2011-03-232-0/+0
* Fix for issue =76919 and added --keep-mouse-cursor (76976)saintlou@chromium.org2011-03-235-8/+22
* Move the rest of the content browser->renderer messages to content. Also mov...jam@chromium.org2011-03-2317-627/+8
* Fix nits and comment typos. Add 'virtual' to URLFetcher::Core destructorwtc@chromium.org2011-03-232-8/+9
* Disable the assert in the webRequest API test that checks that requestTimempcomplete@chromium.org2011-03-231-3/+4
* Coverity: Fix a ctor/dtor leak by making |buffer_| a scoped_ptr and releasingjhawkins@chromium.org2011-03-222-7/+6
* Add tabId, type, and timeStamp parameters to extension webRequest events.mpcomplete@chromium.org2011-03-227-37/+359
* Memory leak fix.scottbyer@chromium.org2011-03-226-100/+62
* extensions: Introduce ShowExtensionInstallDialog2 function.tfarina@chromium.org2011-03-227-23/+43
* Disable notification tests. All tests failing on Win 7 and Mac 10.5.dyu@chromium.org2011-03-221-1/+2
* Remove AddRef()/Release() from ViewHttpCacheJob. Use a Core class.willchan@chromium.org2011-03-221-48/+105
* importer: Remove an obsolete TODO comment.tfarina@chromium.org2011-03-221-3/+1
* Coverity: Initialize member variables.jhawkins@chromium.org2011-03-221-1/+1
* Coverity: Fix an invalidated iterator case and refactor to use thejhawkins@chromium.org2011-03-221-5/+2
* [Sync] Move TypePayloadMap into its own fileakalin@chromium.org2011-03-2226-204/+291
* Prevent blacklisting of Intel GPUs on ChromeOSamarinichev@chromium.org2011-03-221-1/+2
* Load devtools files from resources.pak rather than from disk take 2.tony@chromium.org2011-03-2211-19/+108
* Initialize ViewMsg_Navigate_Params::page_id to -1 since since it doesn't have...jam@chromium.org2011-03-221-0/+4
* Use a #define to control if WebTextCheckingResult is used as a struct or as a...jam@chromium.org2011-03-221-0/+14
* Autofill data driven heuristics files need line-ending fixdhollowa@chromium.org2011-03-225-149/+149
* Coverity: Add a missing break.jhawkins@chromium.org2011-03-221-0/+1
* Move a bunch more renderer messages from chrome to content.jam@chromium.org2011-03-229-459/+21
* Avoid corrupting the pending_entry when an unexpected navigation commits.creis@google.com2011-03-222-4/+103
* More OWNERS files.sky@chromium.org2011-03-224-0/+6
* [Jingle] Refactored some notifier-related structs/classesakalin@chromium.org2011-03-224-45/+8
* Show options in the blocked cookie bubble to easily enable first party cookies.rogerta@chromium.org2011-03-223-9/+24
* Adding prerenders per session counterdominich@google.com2011-03-222-0/+10
* Makes WebUI pages return a status code of 200 instead of 0.sky@chromium.org2011-03-223-4/+73
* Don't forward declare WebKit::WebTextCheckingResult temporarily in order to c...jam@chromium.org2011-03-221-1/+3
* Revert 78960 - Add tests for ChromeOS prefs: kAccessibilityEnabled, kEnableSc...annapop@chromium.org2011-03-221-102/+0
* Add in DOMBrowserView and Frame related classesrharrison@chromium.org2011-03-2212-67/+452
* Fix a ChromeFrame crash seen in the Milestone 10 stable channel. The crash oc...ananta@chromium.org2011-03-221-5/+12
* Fix TOGGLE_PAUSE check problem in DownlaodShelfContextMenu.Takano.Naoki@gmail.com2011-03-221-0/+2
* Cleanup: Use the right parameter type in PrintPreviewTabController::GetOrCrea...thestig@chromium.org2011-03-222-2/+3
* Cleanup: Stop using PrintPreviewMessageHandler in contents.thestig@chromium.org2011-03-222-1/+8
* Direct Windows users to a better Java download page.mal@chromium.org2011-03-221-1/+1
* gtk: Fix the location of the First Run Bubble.tfarina@chromium.org2011-03-221-12/+5
* Remove unused ScopredRunnableMethodFactory data member |method_factory_|.mrossetti@chromium.org2011-03-222-4/+0
* Moves BackForwardMenuModel destructor into .cc to appease clang bot.sky@chromium.org2011-03-222-3/+6
* Profile shouldn't own BrowserThemeProviders; A ThemeService should and should...erg@google.com2011-03-2239-240/+324
* Lands http://codereview.chromium.org/2928005/ for Dill:sky@chromium.org2011-03-229-14/+220
* Fix unused_variable_warning.mbelshe@chromium.org2011-03-221-1/+1
* Reduce the field trial holdback for SPDY to 5%.mbelshe@chromium.org2011-03-221-2/+3
* views: Move MessageBoxView into the namespace views.tfarina@chromium.org2011-03-2214-24/+39
* External extensions should not be installed if the ID or version in the exter...skerner@chromium.org2011-03-225-18/+99
* ContainsCsdWhitelistedUrl() is typically called on the IO thread.noelutz@google.com2011-03-223-3/+9
* gtk: Move extension_infobar_gtk.[cc,h] into the ui/gtk/infobars/ directory.tfarina@chromium.org2011-03-223-6/+6
* If ResourceDispatcherHost receives a CancelRequest, itasanka@chromium.org2011-03-225-35/+56