summaryrefslogtreecommitdiffstats
path: root/chrome/common
Commit message (Expand)AuthorAgeFilesLines
* clang: Remove workaround for a clang bug that's now fixed.thakis@chromium.org2010-12-021-9/+0
* Mac: Scaffolding for sandboxing GPU process.thakis@chromium.org2010-12-028-11/+30
* Add a missing comment to a switch I recently added.asargent@chromium.org2010-12-011-0/+1
* Release note update (such as it is) for Chrome 8.kathyw@chromium.org2010-12-012-4/+22
* Make sure that cached values of signed settings are trusted.dilmah@chromium.org2010-12-011-0/+3
* Fixed a bug with URLFetcher where retrying the request would append the new r...sanjeevr@chromium.org2010-12-012-0/+54
* windows: remove PathService::Get() that uses wstringsevan@chromium.org2010-11-301-11/+11
* net: Remove typedef net::URLRequest URLRequest;tfarina@chromium.org2010-11-306-15/+16
* Update generated doc for chrome.omnibox (style* methods and descriptionStyleskathyw@chromium.org2010-11-301-693/+1
* Revert "Remove --enable-default-apps flag, making it default to on. This"aa@chromium.org2010-11-302-0/+5
* Remove --enable-default-apps flag, making it default to on. Thisaa@chromium.org2010-11-302-5/+0
* Remove SSL 2.0 support.wtc@chromium.org2010-11-302-2/+0
* Defer window destruction until GPU finished drawing.backer@chromium.org2010-11-301-0/+5
* C++ readability change for jochenjochen@chromium.org2010-11-303-7/+7
* Replace 'descriptionStyles' in omnibox API with a simple xmlaa@chromium.org2010-11-301-59/+8
* Print Preview: Fix hanging browser process on Windows.thestig@chromium.org2010-11-301-9/+2
* Add "create Application Shortcut" to the app menu on NTP.skerner@google.com2010-11-301-0/+1
* Makes predictive with autocompleted text the default. I'm leaving thesky@chromium.org2010-11-302-4/+0
* Reland issue 5283001 (http://codereview.chromium.org/5283001) which was rever...sanjeevr@chromium.org2010-11-302-8/+18
* Fix for "New blocked popup UI" on Windowsgeorgey@chromium.org2010-11-302-0/+5
* Add command line flag to override gallery update urlsasargent@chromium.org2010-11-306-18/+29
* Track permissions granted to extensions in prefsjstritar@chromium.org2010-11-304-100/+174
* Remove a pair of overly aggressive DCHECKsjar@chromium.org2010-11-291-1/+0
* New Cloud Print Proxy setup UI.scottbyer@chromium.org2010-11-292-0/+2
* Once a form has been partially autofilled, autofill should only update fields...isherman@chromium.org2010-11-292-2/+7
* Finish the doc part of the de-experimentalization of the omnibox API. Please ...kathyw@chromium.org2010-11-2965-579/+2022
* Revert 67544 - Track permissions granted to extensions in prefsarv@chromium.org2010-11-294-174/+100
* Small changes to the dev guide (which should've been in the last CL).kathyw@chromium.org2010-11-292-6/+10
* Track permissions granted to extensions in prefsjstritar@chromium.org2010-11-294-100/+174
* Miscellaneous small changes to the extensions doc,kathyw@chromium.org2010-11-2911-24/+28
* Remove flags from IDBKeyRange, change left->lower, right->upper, and add bool...jorlow@chromium.org2010-11-292-32/+48
* Persist 'this device is not managed' informationjkummerow@chromium.org2010-11-291-0/+4
* Revert 67530 - Persist 'this device is not managed' informationjkummerow@chromium.org2010-11-291-4/+0
* Persist 'this device is not managed' informationjkummerow@chromium.org2010-11-291-0/+4
* IndexedDB: Remove IDBDatabase.descriptionhans@chromium.org2010-11-291-5/+0
* IndexedDB: Rename IDBDatabase.objectStores to objectStoreNameshans@chromium.org2010-11-291-3/+3
* Revert 67500 - Adds a section to the extension preferences to store the recog...jstritar@chromium.org2010-11-294-174/+100
* Adds a section to the extension preferences to store the recognized permissio...jstritar@chromium.org2010-11-284-100/+174
* net: Add namespace net to URLRequest and URLRequestJob classes.tfarina@chromium.org2010-11-281-5/+8
* When accelerated compositing is enabled, we create a plugin-like pair of wind...nduca@chromium.org2010-11-272-4/+14
* Add an API for extensions to set the description text for the defaultaa@chromium.org2010-11-271-0/+31
* Rename BookmarkDragData to BookmarkNodeData. Part 2.tfarina@chromium.org2010-11-261-7/+7
* Revert "Revert "Finish wiring up chrome.app.install().""aa@chromium.org2010-11-267-14/+30
* Add flow control between renderer and GPU processes, and, on Mac OS X,kbr@google.com2010-11-263-12/+82
* CL adding a 'maxSize' parameter to the experimental popup extension API. twiz@google.com2010-11-261-0/+18
* Plumb exception code for transactions.jorlow@chromium.org2010-11-261-2/+3
* Preserve extension location during updatedpolukhin@chromium.org2010-11-261-0/+2
* Resize synchronization for Linux.backer@chromium.org2010-11-251-0/+6
* Check content settings when accessing web databases from workers.jochen@chromium.org2010-11-251-0/+9
* Implement exponential back-off mechanism.joi@chromium.org2010-11-255-394/+157