summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* My last fix breaks an interative ui test. I'm going to back out until I ↵sky@google.com2008-11-041-7/+0
| | | | | | | | | | figure out why. TBR=ben Review URL: http://codereview.chromium.org/9353 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@4656 0039d316-1c4b-4281-b951-d872f2087c98
* Fix gears-scons build break for wince.mpcomplete@google.com2008-11-041-3/+0
| | | | | | Review URL: http://codereview.chromium.org/8223 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@4653 0039d316-1c4b-4281-b951-d872f2087c98
* Port more of url_request_unittest.cc.dkegel@google.com2008-11-045-20/+20
| | | | | | | | Also do a little bit of the FilePath rewrite as it pertains to this test. Review URL: http://codereview.chromium.org/9074 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@4652 0039d316-1c4b-4281-b951-d872f2087c98
* Fix the TemplateURLParserTest tests for use in external buildbots.maruel@chromium.org2008-11-041-3/+42
| | | | | | Review URL: http://codereview.chromium.org/8222 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@4649 0039d316-1c4b-4281-b951-d872f2087c98
* roll deps for platform.h changepinkerton@google.com2008-11-041-1/+1
| | | | | | Review URL: http://codereview.chromium.org/9345 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@4648 0039d316-1c4b-4281-b951-d872f2087c98
* Fixes possible crash in menu code. If after dropping you quickly rightsky@google.com2008-11-041-0/+7
| | | | | | | | | | | click the mouse we would crash. BUG=4047 TEST=see bug Review URL: http://codereview.chromium.org/9346 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@4647 0039d316-1c4b-4281-b951-d872f2087c98
* Fix scoped_cftyperef<>::reset() to adopt the incoming CFTypeRef when themark@chromium.org2008-11-041-3/+3
| | | | | | | existing stored pointer is NULL. Review URL: http://codereview.chromium.org/9130 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@4646 0039d316-1c4b-4281-b951-d872f2087c98
* Turn time_mac.cc back on, with workaround for scoped_cftyperef reset bugamanda@chromium.org2008-11-042-10/+8
| | | | | | Review URL: http://codereview.chromium.org/9342 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@4641 0039d316-1c4b-4281-b951-d872f2087c98
* Cleanup editor_client_impl.cc after http://codereview.chromium.org/8677/showtc@google.com2008-11-041-15/+0
| | | | | | | | | | | | I realised that some of the comments and namespacing does not apply anymore. patch from Paweł Hajdan jr <phajdan.jr@gmail.com> in http://codereview.chromium.org/9109 Review URL: http://codereview.chromium.org/9343 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@4639 0039d316-1c4b-4281-b951-d872f2087c98
* fix linux scons buildtc@google.com2008-11-041-0/+8
| | | | | | | | | | | only build debugger and interactive ui tests on windows TBR=sgk Review URL: http://codereview.chromium.org/9131 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@4638 0039d316-1c4b-4281-b951-d872f2087c98
* Toolbar Import - Issue 8801, migrated from public tree to svn enlistment.brg@chromium.com2008-11-048-19/+958
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@4633 0039d316-1c4b-4281-b951-d872f2087c98
* Handle time overflow more gracefully in base/time_posix.cc. Instead ofmark@chromium.org2008-11-041-5/+38
| | | | | | | | | asserting when encountering time overflow, use the most distant future or past time representation possible. This fixes assertions that occur when handling cookies that expire well in the future. Review URL: http://codereview.chromium.org/8771 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@4631 0039d316-1c4b-4281-b951-d872f2087c98
* More SCons renaming:sgk@google.com2008-11-047-153/+149
| | | | | | | | | | | * Rename two SConscript files that needed fixing in response to environment changes in the calling SConscript hierarchy: chrome\test\interactive_ui\SConscript => interactive_ui_tests.scons chrome\browser\debugger\SConscript => debugger.scons * Add the google_update library to LIBS in the using_google_update.scons file. Review URL: http://codereview.chromium.org/9309 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@4629 0039d316-1c4b-4281-b951-d872f2087c98
* Fix a crasher when printing.maruel@chromium.org2008-11-041-1/+33
| | | | | | Review URL: http://codereview.chromium.org/8218 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@4628 0039d316-1c4b-4281-b951-d872f2087c98
* Fix hang in clearing browsing data from incognito mode.finnur@google.com2008-11-041-1/+1
| | | | | | | | When deleting Keywords, the BrowsingDataRemover class may need to load the TemplateURLModel if it isn't loaded and delete keywords asynchronously from the Observe function. The check to see if we were getting the model with the right profile wasn't taking into account that we might be doing this while incognito, which led to us failing to set the waiting_for_keywords_ flag, resulting in a hang (issue 2145). This fixes that. Review URL: http://codereview.chromium.org/9333 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@4626 0039d316-1c4b-4281-b951-d872f2087c98
* Adds support for autoscrolling on drag to bookmark tree/table.sky@google.com2008-11-0415-276/+486
| | | | | | | | | BUG=674 TEST=none Review URL: http://codereview.chromium.org/9042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@4625 0039d316-1c4b-4281-b951-d872f2087c98
* Prevent recycling TCPClientSocket in the case of https, so as not to crash.ericroman@google.com2008-11-041-2/+2
| | | | | | | | | | The situation this protects against is better explained in comment 13: http://code.google.com/p/chromium/issues/detail?id=3772#c13 Review URL: http://codereview.chromium.org/9088 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@4624 0039d316-1c4b-4281-b951-d872f2087c98
* Remove the debugging instrumentation.ericroman@google.com2008-11-044-72/+0
| | | | | | Review URL: http://codereview.chromium.org/9304 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@4623 0039d316-1c4b-4281-b951-d872f2087c98
* Don't use ENABLE_DATABASE in DOMWindow.idl yet, it's not ready (r4486 fallout)mark@chromium.org2008-11-041-1/+2
| | | | | | Review URL: http://codereview.chromium.org/9339 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@4618 0039d316-1c4b-4281-b951-d872f2087c98
* Roll back my last change, it broke a unit test.brettw@google.com2008-11-041-17/+0
| | | | | | Review URL: http://codereview.chromium.org/9119 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@4614 0039d316-1c4b-4281-b951-d872f2087c98
* Updating the Chrome plugin installer database files with the updatedananta@chromium.org2008-11-042-0/+653
| | | | | | | | | | | | | | java plugin installer from Sun. The chrome_plugins_file.xml has been renamed to plugins2.xml. The older version of the file (plugins.xml) is also being checked in. This is needed to support the Chrome version in the field. R=mal Review URL: http://codereview.chromium.org/9085 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@4613 0039d316-1c4b-4281-b951-d872f2087c98
* Enforces strong DEP all the time. Use the /NXCOMPAT linker flag on ↵maruel@chromium.org2008-11-043-54/+9
| | | | | | | | chrome.exe so there's no need to call anything on Vista and later to activate it. Review URL: http://codereview.chromium.org/9050 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@4609 0039d316-1c4b-4281-b951-d872f2087c98
* Evil wallpaper hack to hide a crash when going back from an interstitial and ↵brettw@google.com2008-11-041-0/+17
| | | | | | | | | then renavigating very quickly. BUG=2855 Review URL: http://codereview.chromium.org/9330 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@4608 0039d316-1c4b-4281-b951-d872f2087c98
* Rolling backabarth@chromium.org2008-11-041-8/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@4604 0039d316-1c4b-4281-b951-d872f2087c98
* Tell the user that HTML documents can harm their computer because they can. abarth@chromium.org2008-11-041-1/+8
| | | | | | | | | | | This patch blocks all the extensions that we register. R=nsylvain BUG=1463961 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@4603 0039d316-1c4b-4281-b951-d872f2087c98
* Add chromium_bridge_impl.cc to the Xcode build.darin@google.com2008-11-041-2/+4
| | | | | | | | R=mark Review URL: http://codereview.chromium.org/9081 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@4601 0039d316-1c4b-4281-b951-d872f2087c98
* Use ElideUrl for urls. It is much nicer.maruel@chromium.org2008-11-041-2/+7
| | | | | | Review URL: http://codereview.chromium.org/9265 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@4600 0039d316-1c4b-4281-b951-d872f2087c98
* Add 2 new failures to the tests_fixable list tonsylvain@chromium.org2008-11-041-1/+4
| | | | | | | | turn the webkit slaves green. Review URL: http://codereview.chromium.org/9112 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@4599 0039d316-1c4b-4281-b951-d872f2087c98
* Fix two issues with window.location:ager@google.com2008-11-045-13/+81
| | | | | | | | | | | | | | | - Disallow shadowing of window.location using __defineGetter__ and __defineSetter__. - Make sure that funtions such as toString on location objects cannot be overwritten by user functions. This needs V8 revision 656. This will be put back once we have pushed that version. Review URL: http://codereview.chromium.org/8737 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@4598 0039d316-1c4b-4281-b951-d872f2087c98
* Update v8 to version 0.4.3.ager@google.com2008-11-041-1/+1
| | | | | | Review URL: http://codereview.chromium.org/9325 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@4597 0039d316-1c4b-4281-b951-d872f2087c98
* Rebaselined the following layout testssgjesse@chromium.org2008-11-044-6/+3
| | | | | | | | | | | LayoutTests\http\tests\security\aboutBlank\xss-DENIED-set-opener.html LayoutTests\http\tests\security\aboutBlank\xss-DENIED-navigate-opener-document-write.html LayoutTests\http\tests\security\aboutBlank\xss-DENIED-navigate-opener-javascript-url.html The original expectations included a security access error where the source was about:blank, but as soon as an about:blank is written to it is supposed to get the URL of the script performing the write. This behaviour matches the error messages seen in Firefox and Internet Explorer. Review URL: http://codereview.chromium.org/9106 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@4596 0039d316-1c4b-4281-b951-d872f2087c98
* Use the worker pool instead of a one-time thread for the breakpad ↵deanm@chromium.org2008-11-042-11/+8
| | | | | | | | initialization. This allows the thread to be reused later. Review URL: http://codereview.chromium.org/9276 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@4585 0039d316-1c4b-4281-b951-d872f2087c98
* Set the thread name for the sandbox event thread.deanm@chromium.org2008-11-041-0/+3
| | | | | | Review URL: http://codereview.chromium.org/9263 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@4581 0039d316-1c4b-4281-b951-d872f2087c98
* Use CreateThread instead of _beginthreadex. This should still be safe, and ↵deanm@chromium.org2008-11-041-6/+8
| | | | | | | | we'll see if it makes a noticable impact on startup time. Review URL: http://codereview.chromium.org/9059 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@4580 0039d316-1c4b-4281-b951-d872f2087c98
* Remove chrome/fast/encoding/hanarei-blog32-fc2-com.html test and result. ↵jungshik@google.com2008-11-042-45/+0
| | | | | | | | It's accepted (along with the corresponding code change) in the upstream (webkit r36289) and we now have it in our tree. Review URL: http://codereview.chromium.org/9289 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@4578 0039d316-1c4b-4281-b951-d872f2087c98
* A fix for Issue 2768 "IME: Current clause of Japanese IME doesn't appear to ↵hbono@chromium.org2008-11-042-9/+16
| | | | | | | | | | | reflect its rage change." This issue is caused by my code that cannot extract a target clause from a composition string when there is an input clause after a target clause. when a user changes the range of a target clause, Japanese IMEs creates a composite clause which consists of a new target clause and an input clause. My IME code treats such composite clause as a target clause and cannot reflect the change. To fix this problem, this code changes the algorithm which extracts a target clause. Review URL: http://codereview.chromium.org/8970 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@4569 0039d316-1c4b-4281-b951-d872f2087c98
* Adding in new software construction toolkit version.bradnelson@google.com2008-11-0413-244/+1299
| | | | | | Review URL: http://codereview.chromium.org/9094 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@4566 0039d316-1c4b-4281-b951-d872f2087c98
* Fixes two bookmark manager bugs. Use Activate instead of MoveToFrontsky@google.com2008-11-041-1/+4
| | | | | | | | | | | | so that we restore the window if minimized/iconified and give focus to the search field. BUG=4038 4044 TEST=see bugs Review URL: http://codereview.chromium.org/9069 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@4557 0039d316-1c4b-4281-b951-d872f2087c98
* Adds support for models to provide addition icons to the tree. Updatessky@google.com2008-11-048-42/+107
| | | | | | | | | | | | the bookmarks folder tree model to return custom icons for search and recently bookmarked. BUG=674 TEST=none Review URL: http://codereview.chromium.org/9047 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@4556 0039d316-1c4b-4281-b951-d872f2087c98
* Add ENABLE_CTI=1 to both using_javascriptcore.vsprops and ↵fqian@google.com2008-11-041-1/+1
| | | | | | | | | | using_KJSBinding.vsprops. Mismatching causes object layout mismatching, and crashes JSC build right way. Review URL: http://codereview.chromium.org/9294 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@4540 0039d316-1c4b-4281-b951-d872f2087c98
* Revert change r4523 because Vista doesn't like it.erg@google.com2008-11-0430-772/+1234
| | | | | | | TBR=nsylvain git-svn-id: svn://svn.chromium.org/chrome/trunk/src@4539 0039d316-1c4b-4281-b951-d872f2087c98
* Fix Linux/Mac builds after my change to test_shell.mpcomplete@google.com2008-11-042-8/+0
| | | | | | | TBR=jam Review URL: http://codereview.chromium.org/9073 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@4535 0039d316-1c4b-4281-b951-d872f2087c98
* Remove old bookmarks/bookmark_drag_utils.cc entry.sgk@google.com2008-11-041-1/+0
| | | | | | Review URL: http://codereview.chromium.org/9292 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@4532 0039d316-1c4b-4281-b951-d872f2087c98
* Update unit_tests.scons with patterns from later changes:sgk@google.com2008-11-042-7/+12
| | | | | | | | | | | * Use using_hunspell.scons and using_wtl.scon instead of by-hand additions to CPPPATH and CPPDEFINES. * Only add $CHROME_DIR/tools/build/win on Windows systems. * Add 'hunspell' to LIBS in using_hunspell.scons so we don't have to add it by hand. Review URL: http://codereview.chromium.org/9071 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@4531 0039d316-1c4b-4281-b951-d872f2087c98
* Finish unforking the async history item changes.mpcomplete@google.com2008-11-049-25/+6
| | | | | | | BUG=3912 Review URL: http://codereview.chromium.org/9273 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@4530 0039d316-1c4b-4281-b951-d872f2087c98
* Have the Gears build rename the PDB file to something recongnizable by thempcomplete@google.com2008-11-041-0/+2
| | | | | | | installer build. Review URL: http://codereview.chromium.org/9068 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@4528 0039d316-1c4b-4281-b951-d872f2087c98
* Fix for crash in NPN_Invoke. This happened because the window script ↵jam@chromium.org2008-11-041-13/+15
| | | | | | | | | | NPObject was deallocated by the script controller but WebPluginDelegateProxy wasn't telling NPObjectStub that it's contained object was garbage soon enough. BUG=1036087 Review URL: http://codereview.chromium.org/9066 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@4526 0039d316-1c4b-4281-b951-d872f2087c98
* Adding visual studio solution files.bradnelson@chromium.org2008-11-048-30/+47
| | | | | | | | | Sandbox is currently having a problem with this so it is disabled. Fixed a few stray items. Review URL: http://codereview.chromium.org/9259 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@4525 0039d316-1c4b-4281-b951-d872f2087c98
* Fix tree breakage.erg@google.com2008-11-041-1/+4
| | | | | | | | TBR=paulg Review URL: http://codereview.chromium.org/9290 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@4524 0039d316-1c4b-4281-b951-d872f2087c98
* Redo how we block popups. Rip out the old constrained popup window cruft ↵erg@google.com2008-11-0430-1234/+772
| | | | | | | | (while leaving the HTTP authentication dialog support) and add a new type of constrained window which owns all blocked popups. Rip out dead unit tests. Review URL: http://codereview.chromium.org/8782 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@4523 0039d316-1c4b-4281-b951-d872f2087c98