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