summaryrefslogtreecommitdiffstats
path: root/chrome/common
Commit message (Expand)AuthorAgeFilesLines
* Remove --enable-user-script and associated tests.aa@chromium.org2009-11-244-7/+1
* Add a new docs page that introduces the docs, with (more importantly)kathyw@google.com2009-11-2437-137/+913
* Make notifications permission available in the extension manifest and hook up...johnnyg@chromium.org2009-11-242-0/+3
* Fix a doc link.kathyw@google.com2009-11-242-2/+2
* Document the maximum # of characters for the name andkathyw@google.com2009-11-242-2/+6
* Update pages that reference the gallery to link to the gallery.kathyw@google.com2009-11-2410-14/+38
* Reduced the size of images in the debugging tutorial so they'llkathyw@google.com2009-11-2416-32/+34
* disable extension toolstrips by default, addingerikkay@chromium.org2009-11-243-5/+9
* Move base64 from 'net/base' into 'base'.hayato@chromium.org2009-11-241-3/+3
* Linux: Create app modal dialogs in a different way to work around a KDE 3 win...thestig@chromium.org2009-11-243-0/+17
* Add a new icon.aa@chromium.org2009-11-231-0/+0
* The appcache system uses two threads, an IO thread and a DB thread.michaeln@google.com2009-11-232-16/+56
* Assorted cleanup.estade@chromium.org2009-11-231-5/+0
* Add platform abstraction for simple error box, and use it in a couple extensi...estade@chromium.org2009-11-235-22/+39
* Add a label member to the FormField class. This member will hold the value o...jhawkins@chromium.org2009-11-231-2/+4
* Docs polish:aa@chromium.org2009-11-2343-1292/+1112
* Revert change that disallowed content scripts access toaa@chromium.org2009-11-225-22/+2
* Launch all child processes asynchronously so as not to block the IO thread.jam@chromium.org2009-11-212-36/+60
* Linux: make --renderer-cmd-prefix work after r32486agl@chromium.org2009-11-201-9/+13
* Turn on HTML5 DBs by default.dumi@chromium.org2009-11-202-4/+4
* Remove use of innerHTML and Toolstrips from example extensionsrafaelw@chromium.org2009-11-209-85/+58
* posix: use PLOG to print useful error messagesevan@chromium.org2009-11-201-0/+1
* Make executeScript and insertCSS inject code into all frames.tangjie@chromium.org2009-11-202-8/+13
* Mac: Simulate the OS-level focus handling that windows and linux pluginsamanda@chromium.org2009-11-201-0/+14
* fix url handling to only allow http and https URLserikkay@chromium.org2009-11-201-2/+11
* Fix window.close() for page action popups.erikkay@chromium.org2009-11-205-33/+60
* Add some security considerations to our extension docs.abarth@chromium.org2009-11-209-14/+378
* Add compiler-specific "examine printf format" attributes to printfs.evan@chromium.org2009-11-202-6/+12
* Special case the gallery to not show the scary download roadblock.aa@chromium.org2009-11-204-6/+20
* Move Mac to using renderer spellchecker.estade@chromium.org2009-11-194-15/+226
* Addition of the optional flag for the experimental.popup.show(...) callback a...twiz@google.com2009-11-191-0/+1
* Set prop app id for chromium/application shortcut.xiyuan@chromium.org2009-11-192-0/+12
* Update samples page. Replace buildbot sample with news one, since itaa@chromium.org2009-11-194-47/+78
* Fix a path traversal issue in extension unpacking. Because of the sandbox, th...aa@chromium.org2009-11-192-5/+20
* linux: use /proc/self/exe when exec'ing ourselvesevan@chromium.org2009-11-192-7/+13
* Revert "linux: use /proc/self/exe when exec'ing ourselves"evan@chromium.org2009-11-192-13/+7
* linux: use /proc/self/exe when exec'ing ourselvesevan@chromium.org2009-11-192-7/+13
* Enabling (sandboxed) extension unpacker tests.cira@chromium.org2009-11-191-14/+12
* Revert "linux: use /proc/self/exe when exec'ing ourselves"evan@chromium.org2009-11-181-10/+6
* If an NP_* function is called on an out of process plugin, save enough info t...japhet@chromium.org2009-11-181-3/+3
* Ignore requests to run content scripts on file:// urls.finnur@chromium.org2009-11-183-5/+1
* Tweaks and fixes for NTP extension promo.mirandac@chromium.org2009-11-182-3/+6
* linux: use /proc/self/exe when exec'ing ourselvesevan@chromium.org2009-11-181-6/+10
* Addition of "optional" tag to chrome.exerpimental.popup routines that may ret...twiz@google.com2009-11-181-4/+6
* Hook up the memory purger to all the relevant locations.pkasting@chromium.org2009-11-181-1/+1
* DISABLING all new unpacker tests. XP try bots are failing.cira@chromium.org2009-11-181-10/+10
* Parse messages.json in ExtensionUnpacker (like we do for manifest) and pass t...cira@chromium.org2009-11-189-7/+244
* Make extension popups shrink when their contents shrink.aa@chromium.org2009-11-181-0/+1
* Don't allow content scripts to execute on file:// urls.finnur@chromium.org2009-11-187-4/+28
* Launch processes asynchronously so as not to block the UI thread. For now, re...jam@chromium.org2009-11-181-1/+6