| Commit message (Expand) | Author | Age | Files | Lines |
* | [Mac] Prevent browser window from re-displaying when partially shut down. | shess@chromium.org | 2009-10-20 | 1 | -0/+8 |
* | Adding new image needed for the managment UI. This way I might be | finnur@chromium.org | 2009-10-20 | 1 | -0/+0 |
* | Convert some structures in webkit/glue to string16. | darin@chromium.org | 2009-10-20 | 27 | -165/+193 |
* | Remove +x bit from files that shouldn't have it. | evan@chromium.org | 2009-10-20 | 103 | -0/+0 |
* | "Fix" a NOTIMPLEMENTED on Linux by using the default password store. | evan@chromium.org | 2009-10-20 | 1 | -8/+6 |
* | If we're in the middle of a drag, don't allow the user to middle | tony@chromium.org | 2009-10-20 | 1 | -1/+14 |
* | Extensions: guarantee removal of BROWSER_WINDOW_READY registration. | estade@chromium.org | 2009-10-20 | 1 | -3/+3 |
* | Updating trunk VERSION from 223.6 to 224.0 | chrome-bot@google.com | 2009-10-20 | 1 | -2/+2 |
* | PanelControler support | oshima@chromium.org | 2009-10-20 | 9 | -135/+367 |
* | Remove an annoying NOTIMPLEMNETED. | estade@chromium.org | 2009-10-20 | 1 | -2/+1 |
* | Make dropped tabs animate from where they were dropped. Make room for the ful... | pinkerton@chromium.org | 2009-10-20 | 3 | -11/+43 |
* | Enable browser commands unit test on linux. | estade@chromium.org | 2009-10-20 | 1 | -3/+0 |
* | Ignore invalid urls on command line. | estade@chromium.org | 2009-10-20 | 1 | -2/+4 |
* | GTK: Change text for extension download UI. | estade@chromium.org | 2009-10-20 | 1 | -2/+5 |
* | Add dialog to tell user to close Firefox during import, if it's open and bloc... | mirandac@chromium.org | 2009-10-20 | 3 | -7/+12 |
* | Fix crash bug when attempting to download a url with unsupported scheme, | tony@chromium.org | 2009-10-20 | 1 | -3/+4 |
* | Cleanup unneccessary include. | thakis@chromium.org | 2009-10-20 | 1 | -1/+0 |
* | Adding two images for the new Extension managment UI. | finnur@chromium.org | 2009-10-20 | 2 | -0/+0 |
* | Disables session restore on chrome os when running tests. This causes | sky@chromium.org | 2009-10-20 | 1 | -0/+10 |
* | Minimize dependency of user scripts. | mad@chromium.org | 2009-10-20 | 9 | -82/+72 |
* | Cleanup: change PIDs to base::ProcessId (or pid_t, as appropriate). | viettrungluu@chromium.org | 2009-10-20 | 5 | -8/+9 |
* | Revert 29457, because this is making ExtensionBrowserTest.PageAction crash on... | nsylvain@chromium.org | 2009-10-20 | 11 | -67/+94 |
* | Updating trunk VERSION from 223.5 to 223.6 | chrome-bot@google.com | 2009-10-20 | 1 | -1/+1 |
* | First cut at new page and browser action docs based | aa@chromium.org | 2009-10-20 | 40 | -1011/+410 |
* | Correctly handle extension reloading in the task manager. | phajdan.jr@chromium.org | 2009-10-20 | 7 | -5/+69 |
* | add enableWebSockets in WebKit API | ukai@chromium.org | 2009-10-20 | 3 | -5/+4 |
* | Implement chrome.browserAction.setIcon({path:...}); | aa@chromium.org | 2009-10-20 | 14 | -105/+245 |
* | Add the first event ui test + a bunch of refactoring. | jorlow@chromium.org | 2009-10-20 | 4 | -49/+117 |
* | Roll WebKit up to 49830 and fix a build error caused by that revision. | jorlow@chromium.org | 2009-10-20 | 1 | -1/+1 |
* | Fix DCHECK. | thakis@chromium.org | 2009-10-20 | 2 | -0/+8 |
* | Split the arg to --extra-chrome-flags by spaces before passing to Chrome | nirnimesh@chromium.org | 2009-10-20 | 1 | -1/+5 |
* | Mac Chromebot | nirnimesh@chromium.org | 2009-10-20 | 2 | -47/+43 |
* | Don't use gtk_dialog_run for extension install errors because | tony@chromium.org | 2009-10-20 | 3 | -6/+6 |
* | Add dialog to tell user to close Firefox during import, if it's open and bloc... | mirandac@chromium.org | 2009-10-20 | 4 | -2/+55 |
* | New directory to hold files that aren't directly referenced by the docs, | kathyw@google.com | 2009-10-20 | 3 | -0/+1902 |
* | Assigning INFINITE (which is 0xFFFFFFFF) to an int, is not a very good idea... | mad@chromium.org | 2009-10-19 | 1 | -1/+5 |
* | Deprecate PathService::Get(..., wstring*) and use FilePath instead. | evan@chromium.org | 2009-10-19 | 8 | -32/+42 |
* | (Copy of previous CL that existed in a client I lost) | cevans@chromium.org | 2009-10-19 | 1 | -3/+10 |
* | Delete unused themes from disk on shutdown. | tony@chromium.org | 2009-10-19 | 4 | -2/+28 |
* | Switch to SendAndRunNestedMessageLoop in Mac printing | stuartmorgan@chromium.org | 2009-10-19 | 1 | -6/+1 |
* | Lands http://codereview.chromium.org/269066/show for Thiago: | sky@chromium.org | 2009-10-19 | 1 | -0/+1 |
* | Degrade the https color and lock icon for the page that has a worker that loa... | dimich@google.com | 2009-10-19 | 9 | -45/+172 |
* | Make window cycling work even if you change it to something else than cmd-` i... | thakis@chromium.org | 2009-10-19 | 6 | -49/+83 |
* | Implement badges for page actions. Also add badge text color API. | mpcomplete@chromium.org | 2009-10-19 | 11 | -94/+67 |
* | Parse input with explicit schemes better. Before, if the user typed "http://... | pkasting@chromium.org | 2009-10-19 | 2 | -26/+59 |
* | Lands http://codereview.chromium.org/272036 for Thiago: | sky@chromium.org | 2009-10-19 | 11 | -37/+37 |
* | Provide better diagnostics when launching with a silly executable path. | mark@chromium.org | 2009-10-19 | 1 | -0/+2 |
* | Removed webkit_glue::FillFormToUploadFile from dom_operations. | yaar@chromium.org | 2009-10-19 | 4 | -92/+0 |
* | Beef-up a DCHECK_NE case in browser_sync::ChangeProcessor to return early if ... | tim@chromium.org | 2009-10-19 | 1 | -4/+8 |
* | Convert the spellchecker and associated messages and functions to use string16 | brettw@chromium.org | 2009-10-19 | 23 | -199/+201 |