summaryrefslogtreecommitdiffstats
path: root/chrome
Commit message (Expand)AuthorAgeFilesLines
* Changes tab dragging code to continue iterating through windows ifsky@google.com2009-02-181-8/+27
* Fix window close and application quit on Mac to call the proper Browser machi...pinkerton@chromium.org2009-02-185-13/+54
* load strings and display them on linuxtc@google.com2009-02-182-6/+19
* Make interstitial_page.cc compile on Posix.jhawkins@chromium.org2009-02-187-29/+32
* Clean up toolbar layout code. I originally did this while looking into bookm...pkasting@chromium.org2009-02-181-74/+50
* Add the referrer value to the new NavigationEntry.paulg@google.com2009-02-181-0/+1
* Fixes drag of images from new tab page. We need to pass in the mimesky@google.com2009-02-181-4/+6
* The DOM Automation controller object uses the RenderView instance as the mess...ananta@chromium.org2009-02-184-18/+83
* Trivially port more unittests in chrome/phajdan.jr@chromium.org2009-02-181-4/+0
* Dictionary-related Linux porting.phajdan.jr@chromium.org2009-02-185-21/+18
* Build break. In revision 9958, I hadn't intented to commit this change.maruel@chromium.org2009-02-181-1/+1
* Reduce the amount of included header files. Vast change like in "Oh God! This...maruel@chromium.org2009-02-1853-225/+273
* Add locale_settings.grd to the build. This generatestc@google.com2009-02-1891-351/+296
* fix linux build, add stub functions to browser window gtktc@google.com2009-02-182-0/+11
* Stub more Mac functions to fix another build breakpkasting@chromium.org2009-02-182-0/+11
* Solved 2 bugs which caused Chrome to maximize itself whendouble clicking, eit...idanan@chromium.org2009-02-1811-42/+72
* Preliminary fullscreen mode support.pkasting@chromium.org2009-02-1811-39/+174
* bump for 165 dev cyclemal@chromium.org2009-02-181-1/+1
* Reverting 9944.yurys@google.com2009-02-1822-928/+2
* Create communication channel between developer tools UI implemented in JS and...yurys@google.com2009-02-1822-2/+928
* Add IPC messages to send data between inspected page and developer tools.yurys@google.com2009-02-181-0/+30
* Translation update.mal@chromium.org2009-02-1898-321/+533
* Fix mac build. I ranjam@chromium.org2009-02-181-0/+2
* Fix release build breakjam@chromium.org2009-02-181-0/+1
* Take out common functionality from PluginProcessHost and move it to ChildProc...jam@chromium.org2009-02-1814-256/+364
* Get something in chrome/plugin/ compiling to make Scons happy.thestig@chromium.org2009-02-182-2/+5
* Don't pass out pointers that belong to other processes.tommi@chromium.org2009-02-181-7/+13
* Display the current URL and connect the entry widget to OpenURLFromTab().erg@google.com2009-02-183-8/+40
* Don't use relative path for net/url_request/url_request_test_job.thestig@chromium.org2009-02-181-2/+2
* Follow-up rename to my previous commit.evan@chromium.org2009-02-182-1/+1
* HtmlDialogs had focus problems.jcampan@chromium.org2009-02-1818-16/+30
* Add a couple functions missed in r9921 during conflict resolution.thestig@chromium.org2009-02-181-0/+9
* Rename MessageWindow to ProcessSingleton in anticipation of more refactoring.evan@chromium.org2009-02-186-40/+43
* step 1 on getting strings in linux: create a locale_settings.grdtc@google.com2009-02-183-3/+285
* Add more scaffolding to make shared linking work.thestig@chromium.org2009-02-182-5/+63
* Nukes PrefServiceUITest file deletion code in favor of DieFileDie,sky@google.com2009-02-181-10/+1
* Make gears_integration.cc compile on Posix. Change the GearsCreateShortcut c...jhawkins@chromium.org2009-02-179-22/+32
* Check the file handle for NULL before using it to write. Under somebrettw@chromium.org2009-02-171-20/+15
* Fix crasher in GetDefaultSearchEngineName() in first run bubble.cpu@google.com2009-02-173-12/+17
* Fix a memory leak of the renderer thread objects in single process mode.brettw@chromium.org2009-02-171-3/+8
* Add importer/firefox_profile_lock_posix.cc to the build.thestig@chromium.org2009-02-171-0/+1
* Persist info about subresources on pages for DNS pre-resolutionjar@chromium.org2009-02-1712-15/+398
* Hook up theme images and chrome resource data on linux.tc@google.com2009-02-174-78/+87
* Update copyright dates to reflect the fact that it's 2009.jhaas@chromium.org2009-02-172-2/+2
* Do two TODOs related to --load-extension:aa@chromium.org2009-02-1716-22/+46
* Remove TabContentsDelegate from scaffolding. Remove a large chunk of ifdef'd ...pinkerton@chromium.org2009-02-175-113/+27
* Changes new tab page to not make a link for recently closedsky@google.com2009-02-171-3/+4
* Create chrome_resources.scons, chrome_strings.scons and theme_dll.sconstc@google.com2009-02-177-222/+89
* Significantly rework coordinate handling for the Cocoa views. Fixes tons of r...avi@chromium.org2009-02-179-55/+81
* Keyboard focus mostly works on Linux.evan@chromium.org2009-02-173-7/+28