summaryrefslogtreecommitdiffstats
path: root/chrome/common
Commit message (Expand)AuthorAgeFilesLines
* Add notification processes to the task manager.johnnyg@chromium.org2010-04-081-5/+6
* Fix a typo.thestig@chromium.org2010-04-081-2/+2
* Support PNG and quality control in chrome.tabs.captureVisibleTab().skerner@chromium.org2010-04-082-3/+146
* Flush audio data after seekhclam@chromium.org2010-04-081-1/+6
* Fix a crash on Mac because the STL iterator behavior on delete is not consist...johnnyg@chromium.org2010-04-082-3/+28
* Implement patterns for content setting exceptions.jochen@chromium.org2010-04-083-7/+20
* notification panel fix on chromeos.oshima@chromium.org2010-04-081-0/+3
* Don't bail early on extensions update.asargent@chromium.org2010-04-073-8/+49
* Update and rewrite the permissions section of the manifest page.kathyw@chromium.org2010-04-072-22/+100
* Adding the new WebPopupType to the RenderWidget creation.jcivelli@google.com2010-04-072-1/+20
* Revert 43684 - Localize CSS files in content scripts (but don't localize JS f...cira@google.com2010-04-071-4/+4
* Changing the translate back-end to use the Google Translate element.jcivelli@google.com2010-04-063-84/+10
* Add some shutdown perf tests. We measure shutdown for the combination ofthestig@chromium.org2010-04-062-2/+6
* Fix problems with unloading/reloading/updating extensions that contain NPAPImpcomplete@chromium.org2010-04-061-0/+6
* Allow synchronous messages to be sent from threads other than the main thread...jabdelmalek@google.com2010-04-067-275/+82
* Make sure DecodeIcon is only called from the File thread.finnur@chromium.org2010-04-064-13/+21
* Rename kChromeUIFavIconPath to kChromeUIFavIconHost for consistency.arv@chromium.org2010-04-062-2/+2
* Fix a bad URL in sample code.kathyw@chromium.org2010-04-062-2/+2
* Convert variables in chrome/common/env_vars.cc from wchar_t to char. Enable C...thestig@chromium.org2010-04-065-58/+72
* Add a simple example history extension.skerner@chromium.org2010-04-064-0/+138
* detect preferences errorserikkay@chromium.org2010-04-069-30/+112
* Fix docking behaviour for devtools windows that don't have an associated brow...mnissler@chromium.org2010-04-061-2/+2
* Add menu and menu item events to the accessibility extension api, anddmazzoni@chromium.org2010-04-062-1/+54
* Relanding:oshima@chromium.org2010-04-061-0/+6
* Improve the underlying escaping function JsonDoubleQuoteT to escape < and > c...inferno@chromium.org2010-04-061-2/+2
* Move more extensions hard coded error messages to .grd file. finnur@chromium.org2010-04-061-28/+43
* Make an error message verbose to investigate a un-reproducible bug.tkent@chromium.org2010-04-061-2/+7
* Localize CSS files in content scripts (but don't localize JS files).cira@chromium.org2010-04-061-4/+4
* Revert "BookmarkBarView tests fixes"oshima@chromium.org2010-04-051-6/+0
* BookmarkBarView tests fixesoshima@chromium.org2010-04-051-0/+6
* Pepper audio basic functionality unit test, take 3.neb@chromium.org2010-04-052-3/+14
* Disables AeroPeek by default.hbono@chromium.org2010-04-052-0/+4
* Adding "preload_engines" and "use_global_engine" preferences to Chrome side (...yusukes@chromium.org2010-04-052-0/+10
* Fix a few places where we were incorrectly classifyingaa@chromium.org2010-04-033-5/+18
* Move EnvironmentVariableGetter from base/linux_util.h to base/env_var.h and r...thestig@chromium.org2010-04-031-11/+7
* AutoFill: Use the FormManager cache to send forms to the AutoFillManager.jhawkins@chromium.org2010-04-032-44/+3
* Behaving nice with AutoFill servers: Adjusting upload rate, processing 500, 5...georgey@chromium.org2010-04-022-0/+9
* Extension Docs (No building or testable files).rafaelw@chromium.org2010-04-023-121/+32
* Add calling frame's source_url to extension and dom ui requests.rafaelw@chromium.org2010-04-021-2/+4
* Mention the "unlimited_storage" permission in the extensions docs.dumi@chromium.org2010-04-021-1/+6
* Sample code for tracking extension and content events.erikkay@chromium.org2010-04-026-0/+594
* Revert 43475 - Adding "preload_engines" and "use_global_engine" preferences t...rohitrao@chromium.org2010-04-022-10/+0
* Adding "preload_engines" and "use_global_engine" preferences to Chrome side.yusukes@chromium.org2010-04-022-0/+10
* 1. Create a new sandbox type which allows access to Unix sockets in the Macmsneck@google.com2010-04-023-5/+62
* Add a folders_only and subtree api to bookmark managerfeldstein@chromium.org2010-04-021-0/+25
* Add --websocket-live-experiment-host flag to debug websocket live experiment.ukai@chromium.org2010-04-022-0/+6
* Move enable/disable storage to prefs.nick@chromium.org2010-04-022-0/+2
* Changes to the Browser to support Database access from Workers.ericu@google.com2010-04-024-0/+179
* Move history API out of experimental. Allow extensions to override history p...skerner@chromium.org2010-04-0154-156/+282
* Notify all active login prompts when one login prompt is submitted. This allows tonyg@chromium.org2010-04-011-1/+10