summaryrefslogtreecommitdiffstats
path: root/chrome/common
Commit message (Expand)AuthorAgeFilesLines
* Remove pthreads from build and installer files.tim@chromium.org2009-10-102-5/+0
* Improve error messages when a manifest is not readable or not valid JSON.aa@chromium.org2009-10-092-1/+7
* Revert "Remove deprecated AbsolutePath function."evan@chromium.org2009-10-091-8/+5
* Remove deprecated AbsolutePath function.evan@chromium.org2009-10-091-5/+8
* Move more ICU-dependent stuff from base into base/i18n. Some test stuff alsobrettw@chromium.org2009-10-092-4/+4
* Moving ShowContextMenu out of WebView_delegate and into WebViewClientyaar@chromium.org2009-10-092-59/+21
* Implement chrome.extension.connectExternal and fix various API inconsistencies.mpcomplete@chromium.org2009-10-093-8/+213
* Some fixes to the OS X Sandbox:jeremy@chromium.org2009-10-094-0/+174
* Web Socket support: Chromium IPCukai@chromium.org2009-10-091-0/+60
* Fix signature of onConnect.addListener in content scripts doc.asargent@chromium.org2009-10-092-4/+4
* Linux: Prevent first-run bubble from getting clipped on high-DPI displays.derat@chromium.org2009-10-091-0/+2
* Hide "Undocumented." items in the API reference doc. People found themkathyw@google.com2009-10-081-3/+3
* Get rid of mac_app_names.h. Replace it with real constants frommark@chromium.org2009-10-084-27/+20
* Add functionality to the renderer thread to purge memory. Not yet called.pkasting@chromium.org2009-10-081-0/+6
* Fixing ExtensionBrowserTest.* on Linux. Some relative paths start with /, whi...cira@chromium.org2009-10-081-1/+8
* Display tcmalloc debug output from renderer processes in about:tcmalloc.sgk@chromium.org2009-10-081-0/+12
* Fix failing unittest ExtensionResourceTest.CreateWithMissingResourceOnDisk in...cira@chromium.org2009-10-081-1/+1
* Get rid of a tbd in the overview.kathyw@google.com2009-10-072-18/+26
* Fix 10% Mac startup time regression. Use +[NSBundle bundleWithPath:] insteadmark@chromium.org2009-10-073-24/+23
* Loads local resources from current locale subtree if available, if not it fal...cira@chromium.org2009-10-078-67/+261
* Pull a BrowserActionView out of BrowserActionContainer. Alsoaa@chromium.org2009-10-071-6/+6
* Revert r28293.jhawkins@chromium.org2009-10-072-31/+7
* Change detectLanguage() API to now return the top three languages as well the...sidchat@chromium.org2009-10-072-7/+31
* Wires up views/gtk to use the gtk bookmark editor.sky@chromium.org2009-10-071-11/+0
* Revert "Revert "Add startup tests that log start script, domcontentloaded, an...tony@chromium.org2009-10-071-0/+5
* Move all resources into the framework.mark@chromium.org2009-10-074-36/+45
* Fix debugging tip in toolstrip docs.erikkay@chromium.org2009-10-072-2/+2
* Move MediaPlayerAction to WebMediaPlayerAction. Switch to an enum and adarin@chromium.org2009-10-073-40/+42
* Revert "Add startup tests that log start script, domcontentloaded, and onload."mattm@chromium.org2009-10-071-5/+0
* Add startup tests that log start script, domcontentloaded, and onload.tony@chromium.org2009-10-071-0/+5
* Fix broken extension docs due to a JSON syntax error.mpcomplete@chromium.org2009-10-063-1/+704
* Implement browserAction.setIcon(ImageData) for extensions.mpcomplete@chromium.org2009-10-062-2/+23
* Modify extension request IPC messages to pass a ListValue instead of a string.mpcomplete@chromium.org2009-10-061-1/+1
* Don't show popup browser actions in the wrench menu.erikkay@chromium.org2009-10-061-0/+2
* Resubmit http://codereview.chromium.org/243096 with gcc compile error fixed.erikkay@chromium.org2009-10-061-4/+10
* Generate IDs for --load-extension by hashing the path insteadaa@chromium.org2009-10-063-45/+35
* Implement --enable-web-sockets flag.ukai@chromium.org2009-10-063-1/+7
* Remove references to DOMUIContents. It looks like the class doesn't exist.tony@chromium.org2009-10-051-1/+1
* TBR: mpcompleteerikkay@chromium.org2009-10-051-11/+5
* Change flag "auto-spell-correct" to "experimental-spellchecker-features". I w...sidchat@chromium.org2009-10-052-3/+10
* Allow popups to close themselves with window.close().erikkay@chromium.org2009-10-051-5/+11
* Remove the BrowserCrashTest.Crash test from the code because it nevernsylvain@chromium.org2009-10-051-20/+0
* Adds command line flag to enable desktop notifications.johnnyg@chromium.org2009-10-053-1/+9
* Adds desktop notification support for renderer process, and enables the build...johnnyg@chromium.org2009-10-053-0/+160
* Add an API to manipulate the browser action badge.aa@chromium.org2009-10-032-4/+52
* Another stab at the Chromium side of storage events. Re-submission of http:/...jorlow@chromium.org2009-10-031-0/+8
* Add quota support.jorlow@chromium.org2009-10-031-4/+5
* More WebView / WebViewDelegate cleanup.darin@chromium.org2009-10-031-1/+1
* Move the clipboard stuff out of base and into app/clipboard. I renamedbrettw@chromium.org2009-10-032-3/+3
* A new page about hosting extensions (i.e. serving the right HTTP headers).kathyw@google.com2009-10-034-4/+506