summaryrefslogtreecommitdiffstats
path: root/chrome
Commit message (Collapse)AuthorAgeFilesLines
* POSIX: Add FileDescriptorSet unittestagl@chromium.org2009-02-133-0/+164
| | | | | | | Review URL: http://codereview.chromium.org/21296 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9736 0039d316-1c4b-4281-b951-d872f2087c98
* Missing file, broken buildcpu@google.com2009-02-131-0/+24
| | | | | | | | | TBR=huanr Review URL: http://codereview.chromium.org/21335 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9735 0039d316-1c4b-4281-b951-d872f2087c98
* Test for Symantec SEPcpu@google.com2009-02-135-2/+108
| | | | | | | | | | | | - Versions before 11MR3 crash chrome - Still need to wire the code. BUG=38 Review URL: http://codereview.chromium.org/24015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9733 0039d316-1c4b-4281-b951-d872f2087c98
* Add TableModel to the scaffold, so we don't depend on views.thestig@chromium.org2009-02-133-0/+25
| | | | | | Review URL: http://codereview.chromium.org/21315 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9730 0039d316-1c4b-4281-b951-d872f2087c98
* Add installer error strings for localizationcpu@google.com2009-02-132-0/+6
| | | | | | | | | | - Conflict with another application (such as Kingsoft Powerword) BUG=3868 Review URL: http://codereview.chromium.org/21316 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9727 0039d316-1c4b-4281-b951-d872f2087c98
* Try and make the GetXXXBounds() functions share more code to be shorter, and ↵pkasting@chromium.org2009-02-133-24/+19
| | | | | | | | change a name to make it a bit clearer. No user-visible change. Review URL: http://codereview.chromium.org/21332 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9726 0039d316-1c4b-4281-b951-d872f2087c98
* Add ability to set a flag in the Label view class that tells it tomunjal@chromium.org2009-02-133-0/+22
| | | | | | | | return a preferred size of 0, 0 when the label is not visible. Review URL: http://codereview.chromium.org/21313 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9725 0039d316-1c4b-4281-b951-d872f2087c98
* Fewer NOTIMPLEMENTED()s, more comments.evan@chromium.org2009-02-131-1/+5
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9724 0039d316-1c4b-4281-b951-d872f2087c98
* Remove a NOTIMPLEMENTED(). It's obviously wrong and we will be revisitingevan@chromium.org2009-02-131-1/+0
| | | | | | | it with plugins anyway. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9723 0039d316-1c4b-4281-b951-d872f2087c98
* Relocate a NOTIMPLEMENTED() to its proper place.evan@chromium.org2009-02-132-6/+7
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9722 0039d316-1c4b-4281-b951-d872f2087c98
* Fix build break.paul@chromium.org2009-02-131-1/+1
| | | | | | | TBR=evan git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9721 0039d316-1c4b-4281-b951-d872f2087c98
* Port most of MetricsService to Mac and linux.paul@chromium.org2009-02-139-36/+47
| | | | | | Review URL: http://codereview.chromium.org/20338 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9720 0039d316-1c4b-4281-b951-d872f2087c98
* Reverting 9706. Hopefully this will fix the broken debugger_test.thestig@chromium.org2009-02-132-8/+6
| | | | | | Review URL: http://codereview.chromium.org/21329 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9717 0039d316-1c4b-4281-b951-d872f2087c98
* Fix tiny fonts in Mac/Linux. Tony deserves credit for this.evan@chromium.org2009-02-132-0/+10
| | | | | | | Review URL: http://codereview.chromium.org/21323 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9716 0039d316-1c4b-4281-b951-d872f2087c98
* Reverting 9698.joshia@google.com2009-02-121-2/+0
| | | | | | | | TBR=nsylvain Review URL: http://codereview.chromium.org/20332 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9711 0039d316-1c4b-4281-b951-d872f2087c98
* Remove firefox[23]_importer.cc from the POSIX build.thestig@chromium.org2009-02-121-0/+4
| | | | | | | Another step in fixing the dynamic run. Review URL: http://codereview.chromium.org/20323 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9707 0039d316-1c4b-4281-b951-d872f2087c98
* Add debugger_shell to the POSIX build.thestig@chromium.org2009-02-122-6/+8
| | | | | | | Fixes static linking for the chrome executable on Linux. Review URL: http://codereview.chromium.org/20321 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9706 0039d316-1c4b-4281-b951-d872f2087c98
* Sort all the files w/in the compile sources step of the targets.thomasvl@chromium.org2009-02-121-4/+4
| | | | | | Review URL: http://codereview.chromium.org/21311 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9705 0039d316-1c4b-4281-b951-d872f2087c98
* Reapply of Tony's r9656 (Add chrome/browser/ssl/ssl_manager.cc to the build.)estade@chromium.org2009-02-129-68/+64
| | | | | | | | | | | Also port 2 more files in browser/ssl to posix * ssl_policy * ssl_blocking_page Review URL: http://codereview.chromium.org/21297 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9703 0039d316-1c4b-4281-b951-d872f2087c98
* Pump events to the renderer. Doesn't work currently due to activation issues.avi@chromium.org2009-02-125-6/+153
| | | | | | Review URL: http://codereview.chromium.org/21306 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9702 0039d316-1c4b-4281-b951-d872f2087c98
* Add a --load-plugin flag to load an NPAPI plugin from an arbitrary location.mpcomplete@google.com2009-02-123-0/+12
| | | | | | | This is to support running Chromebot to exercise a given NPAPI plugin. Review URL: http://codereview.chromium.org/21279 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9701 0039d316-1c4b-4281-b951-d872f2087c98
* Cleanup step 2, now all sources are in the right folders and sorted.thomasvl@chromium.org2009-02-121-50/+58
| | | | | | | | Created a missing source group. Still need to deal w/ targets, but checkpointing for conflicts. Review URL: http://codereview.chromium.org/21309 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9699 0039d316-1c4b-4281-b951-d872f2087c98
* Fix output dir for generated resourcesjoshia@google.com2009-02-121-91/+93
| | | | | | | | TBR=tony Review URL: http://codereview.chromium.org/21308 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9698 0039d316-1c4b-4281-b951-d872f2087c98
* Use real URLFixerUpper. Makes URLs on command line work.evan@chromium.org2009-02-124-10/+16
| | | | | | | Review URL: http://codereview.chromium.org/21303 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9697 0039d316-1c4b-4281-b951-d872f2087c98
* Lots of small nits to help to split off webkit.dll.maruel@chromium.org2009-02-129-34/+37
| | | | | | | | | - Stop directly referencing WebPluginDelegateImpl. - Make the password manager to not allocation the data on heap. - Remove some unneeded includes. Review URL: http://codereview.chromium.org/20208 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9692 0039d316-1c4b-4281-b951-d872f2087c98
* Update XCode project file to add unit tests ported in r9671.phajdan.jr@chromium.org2009-02-121-0/+6
| | | | | | | | | | Skipped expire_history_backend_unittest.cc because of flakiness (when we port BookmarkModel::DoneLoading() and BookmarkModel::BlockTillLoaded() it should be ok to enable it). Review URL: http://codereview.chromium.org/21304 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9691 0039d316-1c4b-4281-b951-d872f2087c98
* No code changes, just some of the project clean up, more to go, but i want tothomasvl@chromium.org2009-02-121-28/+20
| | | | | | | land it in chunks as there are enough diffs, it's gonna risk conflicts. Review URL: http://codereview.chromium.org/21302 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9690 0039d316-1c4b-4281-b951-d872f2087c98
* Reenable tests disabled in r9262.maruel@chromium.org2009-02-121-2/+2
| | | | | | Review URL: http://codereview.chromium.org/20313 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9689 0039d316-1c4b-4281-b951-d872f2087c98
* pulling over more small bites of TabContents into scaffolding.pinkerton@chromium.org2009-02-122-4/+34
| | | | | | Review URL: http://codereview.chromium.org/20312 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9687 0039d316-1c4b-4281-b951-d872f2087c98
* Have consistent line endings on .grd files (currently cr-lf sincetc@google.com2009-02-122-10/+10
| | | | | | | | | | that's what most of the lines are). TBR=evanm Review URL: http://codereview.chromium.org/21301 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9686 0039d316-1c4b-4281-b951-d872f2087c98
* Port browser_about_handler. Some parts are still NOTIMPLEMENTED.evan@chromium.org2009-02-124-5/+16
| | | | | | | | Review URL: http://codereview.chromium.org/20300 Patch from Craig Schlenter <craig.schlenter@gmail.com>. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9685 0039d316-1c4b-4281-b951-d872f2087c98
* Remove the executable bit from a bunch of files that shouldn't have had it.evan@chromium.org2009-02-1273-0/+0
| | | | | | | R=tony (looked over my shoulder before I committed) git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9683 0039d316-1c4b-4281-b951-d872f2087c98
* IB outlets only get filled in during awakening, not initialization. D'oh!avi@chromium.org2009-02-122-1/+4
| | | | | | Review URL: http://codereview.chromium.org/20302 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9681 0039d316-1c4b-4281-b951-d872f2087c98
* Step one on fixing the dynamic run.evan@chromium.org2009-02-121-0/+6
| | | | | | | Review URL: http://codereview.chromium.org/21295 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9679 0039d316-1c4b-4281-b951-d872f2087c98
* Undo the double listing of include paths (ie-only add the extra values, don'tthomasvl@chromium.org2009-02-121-18/+0
| | | | | | | list what's coming in via var sub in the first place). Review URL: http://codereview.chromium.org/20309 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9677 0039d316-1c4b-4281-b951-d872f2087c98
* POSIX: Rename DescriptorSet to FileDescriptorSetagl@chromium.org2009-02-1212-286/+58
| | | | | | | This is just following up on a code review promise. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9676 0039d316-1c4b-4281-b951-d872f2087c98
* Fix comment of silent-dump-on-dcheck.huanr@chromium.org2009-02-121-2/+3
| | | | | | Review URL: http://codereview.chromium.org/20307 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9675 0039d316-1c4b-4281-b951-d872f2087c98
* POSIX: Make copies of descriptor_set.[cc|h] in preparation of a renameagl@chromium.org2009-02-122-0/+226
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9674 0039d316-1c4b-4281-b951-d872f2087c98
* Implement UpdateToolbar from BrowserWindow on Mac without dragging in too ↵pinkerton@chromium.org2009-02-127-1/+57
| | | | | | | | much of the Omnibar code. Review URL: http://codereview.chromium.org/20306 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9673 0039d316-1c4b-4281-b951-d872f2087c98
* Revert "Add chrome/browser/ssl/ssl_manager.cc to the build."tc@google.com2009-02-126-91/+56
| | | | | | | | | This reverts commit 9656. Review URL: http://codereview.chromium.org/20308 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9672 0039d316-1c4b-4281-b951-d872f2087c98
* Porting in chrome/phajdan.jr@chromium.org2009-02-129-37/+14
| | | | | | | | | | | | | | - make following unit tests compile and pass on Linux: browser/history/expire_history_backend_unittest.cc browser/history/history_backend_unittest.cc browser/history/history_querying_unittest.cc browser/history/starred_url_database_unittest.cc - #include cleanup (less #ifdefs, more explicit deps) Review URL: http://codereview.chromium.org/21247 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9671 0039d316-1c4b-4281-b951-d872f2087c98
* fix mac buildtony@chromium.org2009-02-121-1/+27
| | | | | | | | | | | | The app target needs to have $(CONFIGURATION_TEMP_DIR)/generated/grit in the include path. TBR=awalker Review URL: http://codereview.chromium.org/20305 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9669 0039d316-1c4b-4281-b951-d872f2087c98
* Fix bugs related to making Chrome default browser on Vista and also do some ↵kuchhal@chromium.org2009-02-125-82/+57
| | | | | | | | | | | | | | | | cleanup. - Stupid bug where we were failing if there was a space or '-' in the path to setup.exe - Some application still read default browser from Software\Classes\http even on Vista so set that - Some refactoring of apppaths changes to make a method private that doesn't need to be public. - Move constants in shell_util where rest of the shell related constants are. - Remove duplicate attempts to create ChromeHTML key BUG=7568,6732,6504 Review URL: http://codereview.chromium.org/21259 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9667 0039d316-1c4b-4281-b951-d872f2087c98
* fix linux buildtc@google.com2009-02-121-1/+1
| | | | | | | | | we need the debugger lib on linux Review URL: http://codereview.chromium.org/20303 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9666 0039d316-1c4b-4281-b951-d872f2087c98
* Add some options to the EOL cleanup script that were handy when dealing withpamg@google.com2009-02-121-18/+47
| | | | | | | | | | | | CRLFs in WebKit merges: --force-lf and --file-list. The latter changes the default interpretation of command-line arguments from a file holding a list of files to check, to a file that itself should be checked. BUG=none TEST=none Review URL: http://codereview.chromium.org/21251 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9665 0039d316-1c4b-4281-b951-d872f2087c98
* Second try of landing chrome_resources project. Changes from last time:tc@google.com2009-02-1274-808/+515
| | | | | | | | | | | | | | | | | | | | | | | | | | - fix scons dependencies by adding a target for grit/theme_resources.h - fix mac build by adding grit to unittest include path - fix check deps by adding rules for /grit dir. Create a chrome_resources.vcproj that holds grd files that hold non-string resources. Put browser_resources.grd into this vcproj. Port theme_resources.rc/theme_resources.h to theme_resources.grd and put it in the vcproj too. I did a find/replace on the theme_resources include line. Modify grit so header files go in grit_generated_resources/grit/ so the include path can be cleaner. I'll migrate the others in follow up patches. theme_resources.rc had a conditional include of distribution_resources.rc so I had to add support for preprocessor defines to visual studio. Review URL: http://codereview.chromium.org/24011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9664 0039d316-1c4b-4281-b951-d872f2087c98
* Drop some libraries that don't work yet on Linux.evan@chromium.org2009-02-121-4/+11
| | | | | | | Review URL: http://codereview.chromium.org/21287 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9662 0039d316-1c4b-4281-b951-d872f2087c98
* Stub out ~ScopableCPRequest().evan@chromium.org2009-02-121-0/+5
| | | | | | | Review URL: http://codereview.chromium.org/20295 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9660 0039d316-1c4b-4281-b951-d872f2087c98
* Add chrome/browser/ssl/ssl_manager.cc to the build.tc@google.com2009-02-126-56/+91
| | | | | | | Review URL: http://codereview.chromium.org/21275 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9656 0039d316-1c4b-4281-b951-d872f2087c98
* This is an attempt at finding the reason for the page_cycler slowness caused bymad@chromium.org2009-02-1236-171/+331
| | | | | | | | | | | | | | | the new resize corner. Local experiment led me to believe that it is WebKit that is slower when we specify a resize corner area. To validate this hypothesis, I always return an empty rect to WebKit, but I still compute and push the rect to the render widget and I also draw the bitmap even if this will cause it to be drawn on top of the scroll bars when there is only one. TBR=brettw git-svn-id: svn://svn.chromium.org/chrome/trunk/src@9654 0039d316-1c4b-4281-b951-d872f2087c98