summaryrefslogtreecommitdiffstats
path: root/chrome/common
Commit message (Expand)AuthorAgeFilesLines
* Add the ability for the GPU process to be used to paint the backing store of abrettw@chromium.org2010-01-136-12/+105
* initial manifest hooks for app experimenterikkay@chromium.org2010-01-126-2/+83
* Moving the CLD code to the renderer so it runs sanboxed.jcampan@chromium.org2010-01-121-7/+7
* Improvements to the i18n doc.kathyw@google.com2010-01-1216-2760/+4732
* Mark the following tests FLAKY on Windows.tkent@chromium.org2010-01-121-0/+4
* linux: add a temporary flag for disabling xshmevan@chromium.org2010-01-121-0/+6
* Mac: Other approach for IPCing child task_ts.thakis@chromium.org2010-01-122-629/+0
* If a backing store is not available, chrome.tabs.captureVisibleTab() asks the...skerner@chromium.org2010-01-112-0/+11
* Enable JS detection of whether SPDY was used to load a web page.mbelshe@google.com2010-01-111-1/+5
* Add two AutoFill prefs. autofill.infobar_shown is true if the autofill infob...jhawkins@chromium.org2010-01-112-0/+8
* Fix a couple of typos in the doc for external extensions and move a bullet it...finnur@chromium.org2010-01-112-20/+21
* Extensions: Ensure that variable strings passed to ParseError aren't interpre...craig.schlenter@chromium.org2010-01-111-2/+2
* Allow an empty list of page actions.skerner@chromium.org2010-01-113-17/+39
* Add a page to the docs about external extensions.aa@chromium.org2010-01-0937-0/+786
* Per discussion with mal, recognize the stable branch (parent regkeyjrg@chromium.org2010-01-091-2/+8
* linux: set a minimum size for dialogs based on locale resourcesevan@chromium.org2010-01-092-0/+20
* Revert 35802 - Failed Valgrind - Allow an empty list of page actions.rsesek@chromium.org2010-01-083-39/+17
* Changes to support communication with a privileged processcmasone@google.com2010-01-082-0/+2
* Add autodetection of "intranet" redirection, for ISPs etc. that send typos an...pkasting@chromium.org2010-01-082-2/+7
* Allow an empty list of page actions.skerner@chromium.org2010-01-083-17/+39
* Remove most uses of EmptyString(), EmptyWString(), EmptyString16(), and Empty...pkasting@chromium.org2010-01-082-4/+4
* We should not return the raw Google Update branch code if we fail to determin...finnur@chromium.org2010-01-081-43/+20
* Avoid accepting suspiciously long URLs from the renderer. These can take downcevans@chromium.org2010-01-083-2/+8
* Revert 35735 - Relanding the language detection code.jcampan@chromium.org2010-01-072-11/+16
* Submitting Arne's fix (http://codereview.chromium.org/521062).kathyw@google.com2010-01-072-2/+2
* Relanding the language detection code.jcampan@chromium.org2010-01-072-16/+11
* Only calculate the GTK scrollbar colors once and then update all RenderPrefer...erg@google.com2010-01-072-32/+4
* Add some missing va_end calls to match va_start.craig.schlenter@chromium.org2010-01-071-0/+2
* Fix issue where we weren't requiring the command-line flag forerikkay@chromium.org2010-01-072-13/+11
* Fix doc styling bug where underscores are invisible in some highlighted code.asargent@chromium.org2010-01-071-1/+0
* First pass at expanded i18n doc.kathyw@google.com2010-01-0644-50/+5485
* Remove a bunch of unnecessary .c_str() calls.pkasting@chromium.org2010-01-061-17/+12
* Very minor cleanup.michaeln@chromium.org2010-01-061-2/+2
* Reland: Add a minimum_chrome_version key to the manifest.aa@chromium.org2010-01-066-7/+98
* Revert 35602 - Add a "minimum_chrome_version" key to the manifest.arv@chromium.org2010-01-066-92/+7
* Add a "minimum_chrome_version" key to the manifest.aa@chromium.org2010-01-066-7/+92
* Remove WinInet FTP code.phajdan.jr@chromium.org2010-01-052-4/+0
* This reverts commit r35458.agl@chromium.org2010-01-041-1/+0
* ...agl@chromium.org2010-01-041-0/+1
* Upload renderer histograms to browser after a page loadsjar@chromium.org2010-01-022-0/+5
* If we can't read a unicode character, write the standard "unknown" (0xFFFD) c...cevans@chromium.org2010-01-011-25/+17
* Avoid calling vector resize() with excessive size parameter: fix broken integ...cevans@chromium.org2009-12-311-2/+3
* Make the 0 value of the enum match 'fail' to satisfy DCHECKs.evan@chromium.org2009-12-301-4/+4
* linux: use XShmPutImage when SHM Pixmap APIs unavailableevan@chromium.org2009-12-302-17/+24
* Don't defend against Initialize being called twice, that should not happen. michaeln@chromium.org2009-12-301-7/+6
* Fix a race in WorkerThreadTicker test.phajdan.jr@chromium.org2009-12-301-3/+3
* Replaces the % character with \x when generating Windows shortcuts via jschuh@chromium.org2009-12-301-4/+7
* Fix up rowbytes vs. width desynchronization, and fix failure to initialize en...cevans@chromium.org2009-12-301-8/+6
* linux: fix X SharedMemory API types and commentsevan@chromium.org2009-12-303-6/+7
* linux: reduce header interdependenciesevan@chromium.org2009-12-292-2/+4