summaryrefslogtreecommitdiffstats
path: root/chrome/common
Commit message (Expand)AuthorAgeFilesLines
* Revert 119284 - Turn web intents build flag on. Move the command-line flag to...gbillock@chromium.org2012-01-262-1/+5
* Turn web intents build flag on. Move the command-line flag to default on.gbillock@chromium.org2012-01-262-5/+1
* Really disable the InvalidMessageFilter testrlarocque@chromium.org2012-01-261-1/+1
* TCP API.miket@chromium.org2012-01-261-45/+40
* Revert 119014 - Reenable tests that were crashing due to a bad Vista Tests (3...rlarocque@chromium.org2012-01-264-6/+98
* Updates text in dialog that appears when user tries to load an extension requ...knorton@google.com2012-01-261-2/+3
* Keep infobar visible during plug-in installation and show installation state.bauerb@chromium.org2012-01-261-0/+5
* Fix a typo in the extension API doc for webNavigationjochen@chromium.org2012-01-262-4/+26
* Update the "Getting started" sample extension to use manifest_version 2mkwst@chromium.org2012-01-268-121/+165
* Serve sample extension code as `text/plain` for all branches.mkwst@chromium.org2012-01-262-3/+7
* Improving `content_security_policy` documentation.mkwst@chromium.org2012-01-2613-229/+1292
* Convert all remaining explicit LeakyLazyInstanceTraits users to ::Leakyfischman@chromium.org2012-01-261-3/+2
* [Sync] Add sessions API and sync plumbing for refreshing sessions data.zea@chromium.org2012-01-261-0/+4
* Reapply http://codereview.chromium.org/9214007/.miket@chromium.org2012-01-262-4/+0
* Prevent unnecessary prompts when unpacked extensions use chrome.permissions.r...jstritar@chromium.org2012-01-252-4/+6
* Updating the FX extension to manifest_version 2.mkwst@chromium.org2012-01-259-64/+73
* Updating six sample extensions to manifest version 2.mkwst@chromium.org2012-01-2522-156/+178
* Updating the Gmail sample extension to manifest version 2.mkwst@chromium.org2012-01-258-304/+324
* Fix bug in extension docs branch warningaa@chromium.org2012-01-251-1/+1
* DownloadsSearchFunction implements chrome.experimental.downloads.search() usi...benjhayden@chromium.org2012-01-251-1/+2
* Converting Calendar sample extension to manifest_version 2.mkwst@chromium.org2012-01-255-9/+12
* Updating a few extensions to `manifest_version` 2.mkwst@chromium.org2012-01-2514-184/+222
* Landing patch from http://codereview.chromium.org/8746019/ (Javascript readab...bauerb@chromium.org2012-01-2512-160/+662
* Converting Catblock to manifest_version 2.mkwst@chromium.org2012-01-256-9/+15
* Converting the email_this_page sample extension to manifest_version 2mkwst@chromium.org2012-01-256-41/+57
* Add policies for specific parts of device status reports.dubroy@chromium.org2012-01-252-0/+10
* Converting chrome_search to manifest_version 2.mkwst@chromium.org2012-01-254-6/+7
* Converting buildbot monitor to manifest_version 2.mkwst@chromium.org2012-01-258-243/+269
* UpgradeDetectorImpl: Add a command line flag --simulate-upgrade for simulatin...marja@chromium.org2012-01-252-0/+4
* Add an extension API event about screen brightness change.hashimoto@chromium.org2012-01-251-0/+27
* Move the `privacy` extension API out of experimental.mkwst@chromium.org2012-01-2522-1036/+2042
* Transition to base/mac/bundle_locations.h step 3jeremy@chromium.org2012-01-251-4/+5
* Move system related extension API events from experimental.accessibility to s...hashimoto@chromium.org2012-01-253-49/+36
* Reenable tests that were crashing due to a bad Vista Tests (3) bot.mpcomplete@chromium.org2012-01-254-98/+6
* Add the ability to express dependencies between JSON schema files for the ext...kalman@chromium.org2012-01-2514-2/+82
* [Sync setup] Add "learn more" link to "Encryption Passphrase" section when pa...binji@chromium.org2012-01-252-0/+6
* [ChromeOS-HTerm] Use pseudo-terminal instead of pipes to communicate with cro...tbarzic@chromium.org2012-01-251-2/+2
* Setup permissions for terminalPrivateApi.tbarzic@chromium.org2012-01-252-6/+4
* Print preview: Do not exit the window.print() nested loop too early when savi...thestig@chromium.org2012-01-241-2/+8
* Reinitialize LocalState's CommandLinePrefStore after about_flags updates the ...thestig@chromium.org2012-01-244-4/+14
* Revert "Update Gaia URL."xiyuan@chromium.org2012-01-243-33/+17
* Add openerTabId to the extension API's Tab object.jstritar@chromium.org2012-01-242-0/+69
* Add a warning when viewing unofficial or non-stable docs.aa@chromium.org2012-01-2491-363/+1825
* Remove the default plugin.bauerb@chromium.org2012-01-243-28/+1
* net: add a policy option: DisableSSLRecordSplittingagl@chromium.org2012-01-242-0/+2
* Updating ~20 extensions to use `manifest_version: 2`mkwst@chromium.org2012-01-2445-61/+62
* Replace lazy-background switch with a manifest entry controlled by thempcomplete@chromium.org2012-01-246-6/+46
* Initial draft of chrome://omnibox/ page.mpearson@chromium.org2012-01-242-0/+4
* Profiles: Add a --dump-profile-graph option when !NDEBUG.erg@chromium.org2012-01-242-0/+5
* Add a convenience typedef LazyInstance<T>::Leaky to avoid repeating T.fischman@chromium.org2012-01-231-3/+2