summaryrefslogtreecommitdiffstats
path: root/chrome
Commit message (Expand)AuthorAgeFilesLines
* Merge themes/default.pak into chrome.pak for Mac and Linux builds.tony@chromium.org2009-10-301-42/+13
* Show a warning when the history files can't be read correctly.pkasting@chromium.org2009-10-3017-37/+45
* The fix for bug 24248 did not fully bullet-proof the RenderWidgetHostViewWinjcampan@chromium.org2009-10-301-0/+12
* Fix several MAJOR crashers in Chrome+LocalStorage/Extensions. Need to explic...jorlow@chromium.org2009-10-301-0/+1
* Make sure we can still navigate to URLs when the History DB can't be loaded.pkasting@chromium.org2009-10-302-4/+19
* Fix up extension badge text drawing.estade@chromium.org2009-10-305-45/+77
* Show status bubble for links that have keyboard focus. estade@chromium.org2009-10-303-4/+26
* Ensure that NPN_PluginThreadAsyncCall callbacks are not invoked after NPP_Des...apatrick@google.com2009-10-302-0/+49
* Use HANDLE_EINTR when calling waitpid.mark@chromium.org2009-10-301-1/+1
* Use the original profile to get the sync service when building the app menu.tim@chromium.org2009-10-302-6/+9
* Need to load the permissions lists every time at startup for notifications.johnnyg@chromium.org2009-10-303-12/+8
* Convert chrome_url_data_manager (previously a global) into a Singleton. Thistony@chromium.org2009-10-3012-32/+38
* Improve error message in the extension api docs build script. When the json ...skerner@chromium.org2009-10-301-3/+13
* Implemented most of HtmlDialogWindowController, which is a Cocoa portakalin@chromium.org2009-10-309-20/+531
* Mac: enable History, Downloads, and Open Location... with no windows open.viettrungluu@chromium.org2009-10-303-1/+28
* Use the password_manager encryptor to encrypt the sync credentials under Linu...davemoore@chromium.org2009-10-301-9/+43
* Update Linux archive file list to use new, monolithic ffmpeg library.mmoss@chromium.org2009-10-302-6/+2
* The SafeBrowsing system had a bunch of plumbing for system resume that wasn't...pkasting@chromium.org2009-10-305-86/+2
* Refactor memory_test so that it can easily support additional workloads.vandebo@chromium.org2009-10-301-165/+206
* GTK: Fix the border around the find bar in chrome theme mode.erg@google.com2009-10-302-20/+50
* Make error checking more ICU friendly.cira@chromium.org2009-10-301-1/+1
* Revert "Convert chrome_url_data_manager (previously a global) into a"tony@chromium.org2009-10-3011-36/+31
* Initial pass of shared workers renderer-side codeatwilson@chromium.org2009-10-3018-107/+434
* Add a command-line option for specifying a particular build to test and for p...kkania@chromium.org2009-10-306-255/+267
* Remove bold from About label.davemoore@chromium.org2009-10-301-2/+2
* Convert chrome_url_data_manager (previously a global) into atony@chromium.org2009-10-3011-31/+36
* Enable ExternalProtocolDialog for Chromeos.oshima@chromium.org2009-10-309-34/+215
* BookmarkEditorController needs to implement NSMatrixDelegate for the 10.6 SDKmark@chromium.org2009-10-301-1/+2
* Disable DownloadTest.PerWindowShelf because of flakiness.mirandac@chromium.org2009-10-301-1/+2
* Use FilePath in UserDataDirDialog to remove the use of FilePath::FromWStringH...avi@chromium.org2009-10-303-12/+12
* Add yasm and ffmpeg into the build tree for linux.ajwong@chromium.org2009-10-301-3/+1
* Updating trunk VERSION from 229.0 to 230.0chrome-bot@google.com2009-10-301-1/+1
* Disable flaky test. See http://crbug.com/26296brg@chromium.com2009-10-301-1/+2
* Move various runtime enabled features into a WebRuntimeFeatures class.darin@chromium.org2009-10-301-6/+8
* Remove redundant tests for chrome.experimental.history API.brg@chromium.com2009-10-301-108/+0
* [mac] Make NTP floating style rect 1px thick. Also change the border color.thakis@chromium.org2009-10-301-3/+4
* Implement the Extension History API, v 0.1.The first version is a weak wrappe...brg@chromium.com2009-10-3019-2/+1449
* Connect the various pieces for notifications... hook up NotificationUIManager...johnnyg@chromium.org2009-10-3011-12/+180
* LocalStorageLayoutTests are flakey on Linux as well.jam@chromium.org2009-10-301-5/+1
* 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