summaryrefslogtreecommitdiffstats
path: root/chrome/common
Commit message (Expand)AuthorAgeFilesLines
* WebRequest API documentation reviewbattre@chromium.org2011-12-233-377/+300
* DevTools: do not allow chrome.debugger to attach to the WebUI pages.pfeldman@chromium.org2011-12-235-4/+4
* Change most of the methods of WebContentsObserver to take a content::WebConte...jam@chromium.org2011-12-231-1/+1
* Redo r113722 - Add Pass(), which implements move semantics, to scoped_ptr, sc...ajwong@chromium.org2011-12-221-0/+13
* Remove references to obsolete TOUCH_UI build - extension samplerbyers@chromium.org2011-12-222-8/+1
* Marked the ExtensionL10nUtil.GetValidLocalesEmptyLocaleFolder as flakypastarmovj@chromium.org2011-12-221-1/+1
* Coverity fixlet: fix PASS_BY_VALUE.scr@chromium.org2011-12-222-2/+2
* Allow clearing tokens with cmd-line flags from release builds.atwilson@chromium.org2011-12-222-7/+6
* Revert 115441 - Redo r113722 - Add Pass(), which implements move semantics, t...jeremya@chromium.org2011-12-211-13/+0
* Redo r113722 - Add Pass(), which implements move semantics, to scoped_ptr, sc...ajwong@chromium.org2011-12-211-0/+13
* Add 'web_accessible_resource" keyword for version 2 extension manifests. This...cdn@chromium.org2011-12-219-1/+101
* DevTools: update chrome.experimental.debugger sample zip files.pfeldman@chromium.org2011-12-212-0/+0
* Take chrome.devtools out of experimental.caseq@google.com2011-12-213-11/+0
* Disable ExtensionFileUtil.ValidateThemeUTF8 on Windowspeter@chromium.org2011-12-211-0/+4
* Cleanup: inline the non-permission API names in extension_permission_set.cc.kalman@chromium.org2011-12-211-24/+12
* Add experimental.accessibility.getAlertsForTabhashimoto@chromium.org2011-12-211-0/+35
* Remove Hunspell on OS X - step 4jeremy@chromium.org2011-12-211-14/+15
* Extensions: only inject the necessary extension API JSON into schema_generate...kalman@chromium.org2011-12-215-70/+187
* Coverity: Initialize member variables.jhawkins@chromium.org2011-12-202-2/+4
* Disable CheckIllegalFilenamesReservedAndillegal on Windows.yoz@chromium.org2011-12-201-0/+5
* Make CanvasSkia take a gfx::Size as the first parameter.tfarina@chromium.org2011-12-201-1/+2
* Make extension installs from sync be from_webstore.yoz@chromium.org2011-12-193-8/+11
* Reland r114898: Add TabModalConfirmDialogDelegate to show simple tab-modal co...bauerb@chromium.org2011-12-192-4/+5
* Fix extensions install procedure to use the user's temp directory for unzipping.pastarmovj@chromium.org2011-12-191-3/+35
* Standardize StringToInt{,64} interface.tedvessenes@gmail.com2011-12-191-2/+6
* Added populate parameter to chrome.windows.get, chrome.windows.getCurrent,mtytel@chromium.org2011-12-191-0/+27
* Fix exclude_matches functionalityaa@chromium.org2011-12-193-53/+71
* Merge --enable-webui-taskmanager into --use-more-webui.yoshiki@chromium.org2011-12-192-4/+0
* Allow all URLPatterns to have ports.aa@chromium.org2011-12-199-250/+88
* Split extension_api.json up into one json file for each api.koz@chromium.org2011-12-1961-9501/+9772
* Revert 114944 - Standardize StringToInt{,64} interface.battre@chromium.org2011-12-181-6/+2
* Standardize StringToInt{,64} interface.tedvessenes@gmail.com2011-12-181-2/+6
* Revert 114929 - Standardize StringToInt{,64} interface.rsleevi@chromium.org2011-12-171-6/+2
* Standardize StringToInt{,64} interface.tedvessenes@gmail.com2011-12-171-2/+6
* Updating extensions code to use UTF16RDevlin.Cronin@gmail.com2011-12-1711-225/+291
* Revert 114898 - Add TabModalConfirmDialogDelegate to show simple tab-modal co...bauerb@chromium.org2011-12-172-5/+4
* --enable-partial-swap plumbed up to WebKit.backer@chromium.org2011-12-172-0/+4
* Add TabModalConfirmDialogDelegate to show simple tab-modal confirmation dialogs.bauerb@chromium.org2011-12-172-4/+5
* Have ChromeDriver return the correct error code for alerts.kkania@chromium.org2011-12-162-0/+82
* Redirection doc for webRequest.mkwst@chromium.org2011-12-162-0/+564
* Include the information whether the tab is already in a tab strip with the re...jochen@chromium.org2011-12-161-0/+6
* Improve HistoryURL scoring by making it more aggressive.mpearson@chromium.org2011-12-162-0/+5
* Add a notification for EXTENSION_HOST_DOM_CONTENT_LOADED and use it to end st...pam@chromium.org2011-12-161-1/+7
* Extensions: send the whole manifest to the extensions process inkalman@chromium.org2011-12-162-57/+2
* Extension docs: Links from `samples.html` now point to the correct branch.mkwst@chromium.org2011-12-162-533/+464
* Extensions: remove handling of the browserActions permissions because it's nokalman@chromium.org2011-12-163-4/+0
* Update the manifest key restrictions.jstritar@chromium.org2011-12-162-4/+10
* Convert the easy cases of URLPattern::ERROR_ON_PORT to USE_PORTaa@chromium.org2011-12-165-67/+32
* Use a monotonic clock (TimeTicks) to report network times to WebCore.simonjam@chromium.org2011-12-163-16/+20
* Implement chrome.experimental.downloads.pause(), cancel() and resume().asanka@chromium.org2011-12-161-4/+40