| Commit message (Expand) | Author | Age | Files | Lines |
* | Hide "Undocumented." items in the API reference doc. People found them | kathyw@google.com | 2009-10-08 | 1 | -3/+3 |
* | Get rid of mac_app_names.h. Replace it with real constants from | mark@chromium.org | 2009-10-08 | 4 | -27/+20 |
* | Add functionality to the renderer thread to purge memory. Not yet called. | pkasting@chromium.org | 2009-10-08 | 1 | -0/+6 |
* | Fixing ExtensionBrowserTest.* on Linux. Some relative paths start with /, whi... | cira@chromium.org | 2009-10-08 | 1 | -1/+8 |
* | Display tcmalloc debug output from renderer processes in about:tcmalloc. | sgk@chromium.org | 2009-10-08 | 1 | -0/+12 |
* | Fix failing unittest ExtensionResourceTest.CreateWithMissingResourceOnDisk in... | cira@chromium.org | 2009-10-08 | 1 | -1/+1 |
* | Get rid of a tbd in the overview. | kathyw@google.com | 2009-10-07 | 2 | -18/+26 |
* | Fix 10% Mac startup time regression. Use +[NSBundle bundleWithPath:] instead | mark@chromium.org | 2009-10-07 | 3 | -24/+23 |
* | Loads local resources from current locale subtree if available, if not it fal... | cira@chromium.org | 2009-10-07 | 8 | -67/+261 |
* | Pull a BrowserActionView out of BrowserActionContainer. Also | aa@chromium.org | 2009-10-07 | 1 | -6/+6 |
* | Revert r28293. | jhawkins@chromium.org | 2009-10-07 | 2 | -31/+7 |
* | Change detectLanguage() API to now return the top three languages as well the... | sidchat@chromium.org | 2009-10-07 | 2 | -7/+31 |
* | Wires up views/gtk to use the gtk bookmark editor. | sky@chromium.org | 2009-10-07 | 1 | -11/+0 |
* | Revert "Revert "Add startup tests that log start script, domcontentloaded, an... | tony@chromium.org | 2009-10-07 | 1 | -0/+5 |
* | Move all resources into the framework. | mark@chromium.org | 2009-10-07 | 4 | -36/+45 |
* | Fix debugging tip in toolstrip docs. | erikkay@chromium.org | 2009-10-07 | 2 | -2/+2 |
* | Move MediaPlayerAction to WebMediaPlayerAction. Switch to an enum and a | darin@chromium.org | 2009-10-07 | 3 | -40/+42 |
* | Revert "Add startup tests that log start script, domcontentloaded, and onload." | mattm@chromium.org | 2009-10-07 | 1 | -5/+0 |
* | Add startup tests that log start script, domcontentloaded, and onload. | tony@chromium.org | 2009-10-07 | 1 | -0/+5 |
* | Fix broken extension docs due to a JSON syntax error. | mpcomplete@chromium.org | 2009-10-06 | 3 | -1/+704 |
* | Implement browserAction.setIcon(ImageData) for extensions. | mpcomplete@chromium.org | 2009-10-06 | 2 | -2/+23 |
* | Modify extension request IPC messages to pass a ListValue instead of a string. | mpcomplete@chromium.org | 2009-10-06 | 1 | -1/+1 |
* | Don't show popup browser actions in the wrench menu. | erikkay@chromium.org | 2009-10-06 | 1 | -0/+2 |
* | Resubmit http://codereview.chromium.org/243096 with gcc compile error fixed. | erikkay@chromium.org | 2009-10-06 | 1 | -4/+10 |
* | Generate IDs for --load-extension by hashing the path instead | aa@chromium.org | 2009-10-06 | 3 | -45/+35 |
* | Implement --enable-web-sockets flag. | ukai@chromium.org | 2009-10-06 | 3 | -1/+7 |
* | Remove references to DOMUIContents. It looks like the class doesn't exist. | tony@chromium.org | 2009-10-05 | 1 | -1/+1 |
* | TBR: mpcomplete | erikkay@chromium.org | 2009-10-05 | 1 | -11/+5 |
* | Change flag "auto-spell-correct" to "experimental-spellchecker-features". I w... | sidchat@chromium.org | 2009-10-05 | 2 | -3/+10 |
* | Allow popups to close themselves with window.close(). | erikkay@chromium.org | 2009-10-05 | 1 | -5/+11 |
* | Remove the BrowserCrashTest.Crash test from the code because it never | nsylvain@chromium.org | 2009-10-05 | 1 | -20/+0 |
* | Adds command line flag to enable desktop notifications. | johnnyg@chromium.org | 2009-10-05 | 3 | -1/+9 |
* | Adds desktop notification support for renderer process, and enables the build... | johnnyg@chromium.org | 2009-10-05 | 3 | -0/+160 |
* | Add an API to manipulate the browser action badge. | aa@chromium.org | 2009-10-03 | 2 | -4/+52 |
* | Another stab at the Chromium side of storage events. Re-submission of http:/... | jorlow@chromium.org | 2009-10-03 | 1 | -0/+8 |
* | Add quota support. | jorlow@chromium.org | 2009-10-03 | 1 | -4/+5 |
* | More WebView / WebViewDelegate cleanup. | darin@chromium.org | 2009-10-03 | 1 | -1/+1 |
* | Move the clipboard stuff out of base and into app/clipboard. I renamed | brettw@chromium.org | 2009-10-03 | 2 | -3/+3 |
* | A new page about hosting extensions (i.e. serving the right HTTP headers). | kathyw@google.com | 2009-10-03 | 4 | -4/+506 |
* | Move the JPEG and PNG codecs from base/gfx to app/gfx/codec. Move the classes | brettw@chromium.org | 2009-10-03 | 1 | -4/+4 |
* | Add a Clear() function to MRUCache. This will be useful in my MemoryPurger c... | pkasting@chromium.org | 2009-10-02 | 2 | -2/+28 |
* | Add simple popup support to browser actions. This will create a popup HTML w... | erikkay@chromium.org | 2009-10-02 | 5 | -1/+59 |
* | Restore plumbing for the spelling panel on Mac. | darin@chromium.org | 2009-10-02 | 1 | -0/+4 |
* | Add some initial code for the top sites service. This will be a replacement for | brettw@chromium.org | 2009-10-02 | 3 | -21/+104 |
* | Add some debugging junk to ExtensionMessageService to track down a crash. | mpcomplete@chromium.org | 2009-10-01 | 1 | -0/+4 |
* | Hook up wifi menu button UI to ChromeOS shared library. | chocobo@google.com | 2009-10-01 | 1 | -1/+1 |
* | Reverting 27756. | jorlow@chromium.org | 2009-10-01 | 1 | -8/+0 |
* | Another stab at the Chromium side of storage events. The WebKit side can be ... | jorlow@chromium.org | 2009-10-01 | 1 | -0/+8 |
* | Fix several issues around fullscreen Mac plugins: | amanda@chromium.org | 2009-10-01 | 1 | -0/+28 |
* | Add framework of MemoryPurger, a class to dump memory from everywhere possibl... | pkasting@chromium.org | 2009-10-01 | 2 | -0/+8 |