summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Renames BrowserView::GetBrowserViewForHWND tosky@chromium.org2009-05-266-24/+38
| | | | | | | | | | | | | GetBrowserViewForNativeView and implements the GTK side. I could have went with NativeWindow here, but we end up with more flexibility if we keep this as NativeView. BUG=none TEST=none Review URL: http://codereview.chromium.org/113842 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16882 0039d316-1c4b-4281-b951-d872f2087c98
* Makes DockInfo usable on Linux. It doesn't implementsky@chromium.org2009-05-261-3/+32
| | | | | | | | | | | GetDockInfoAtPoint, but that's not important for now. BUG=none TEST=none Review URL: http://codereview.chromium.org/115776 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16881 0039d316-1c4b-4281-b951-d872f2087c98
* Remove unused code from ExtensionsService.mpcomplete@google.com2009-05-2637-217/+82
| | | | | | | | Move extension.* from browser to common, so it can be included by the utility process. Review URL: http://codereview.chromium.org/115716 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16880 0039d316-1c4b-4281-b951-d872f2087c98
* Avoid leaks reported in test_shell by valgrind on mac, by avoiding thesdoyon@chromium.org2009-05-262-1/+12
| | | | | | | | | | | | | use of MessageLoopForUI in run_all_tests.cc (partial revert of r16739). Avoid using ProxyConfigService on linux by always passing in a fixed proxy configuration. BUG=12571 TEST=none Review URL: http://codereview.chromium.org/115775 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16879 0039d316-1c4b-4281-b951-d872f2087c98
* Set focus to the dummy plugin window used to ensure that keyboard focus ↵ananta@chromium.org2009-05-262-28/+26
| | | | | | | | | | | | | | | | | | | | | correctly works in context menu's put up by windowless plugins in the TrackPopupMenu intercept. We now intercept this API for windowless Flash plugins as well. Removed the code to unhook the message filter hook used to detect modal loops from HandleEvent, as this already happens in the OnModalLoopEntered function. We now intercept TrackPopupMenu for all windowless plugins. This fixes http://code.google.com/p/chromium/issues/detail?id=8988 Bug=8988 Review URL: http://codereview.chromium.org/113804 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16878 0039d316-1c4b-4281-b951-d872f2087c98
* File bug for a NOTIMPLEMENTED, remove a couple others.pinkerton@chromium.org2009-05-261-3/+2
| | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/115774 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16876 0039d316-1c4b-4281-b951-d872f2087c98
* Correct the hit testing so that the window controls and title bar will get ↵pinkerton@chromium.org2009-05-261-0/+13
| | | | | | | | | | targeted when the window isn't the foreground window. BUG=12505 TEST=closing and minimizing background windows. all mouse interactions with foreground tabs. Review URL: http://codereview.chromium.org/112059 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16875 0039d316-1c4b-4281-b951-d872f2087c98
* Recommit r16863 -- WebKit Update 44123:44143 -- we rebootedwtc@chromium.org2009-05-261-1/+1
| | | | | | | | | | | the "Vista Tests" buildbot. TBR=ukai BUG=none TEST=none Review URL: http://codereview.chromium.org/115783 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16874 0039d316-1c4b-4281-b951-d872f2087c98
* Revert r16863 -- WebKit Update 44123:44143 -- becausewtc@chromium.org2009-05-261-1/+1
| | | | | | | | | | | | | | | three tests (TestTwoAuths, TestDigestAuth, TestBasicAuth) from LoginPromptTest in ui_tests.exe started to fail on the "Vista Tests" buildbot after this checkin. Note that those three tests are still passing on the "XP Tests", "XP Tests (dbg)(1)", and "Vista Tests (dbg)(1)" buildbots. TBR=ukai BUG=none TEST=none Review URL: http://codereview.chromium.org/112060 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16873 0039d316-1c4b-4281-b951-d872f2087c98
* Disable ExtensionsServiceTest.InstallExtension temporarily.erikkay@google.com2009-05-261-0/+3
| | | | | | | | | | | | Matt - please revert this change once you've fixed the leak. TBR=thomasvl BUG=12661 TEST=XP unit (purify) bot should cycle green Review URL: http://codereview.chromium.org/115777 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16872 0039d316-1c4b-4281-b951-d872f2087c98
* DevTools: use event context to decide which agent should be used for ↵yurys@google.com2009-05-262-80/+49
| | | | | | | | | handling the event. Committed: http://src.chromium.org/viewvc/chrome?view=rev&revision=16586 Review URL: http://codereview.chromium.org/113629 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16871 0039d316-1c4b-4281-b951-d872f2087c98
* Re-introduce check for empty handles after calling toString whenkasperl@google.com2009-05-261-0/+4
| | | | | | | | | | converting a JavaScript object to a WebCore string. BUG=none TEST=none Review URL: http://codereview.chromium.org/115771 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16870 0039d316-1c4b-4281-b951-d872f2087c98
* Update V8 in Chromium to version 1.2.5.1 to get the improvedkasperl@google.com2009-05-261-1/+1
| | | | | | | | | | compilation cache histograms. BUG=none TEST=none Review URL: http://codereview.chromium.org/115769 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16869 0039d316-1c4b-4281-b951-d872f2087c98
* Sync with the profiler changes in V8.mnaganov@chromium.org2009-05-265-61/+92
| | | | | | | | | - Use context prior to calling 'ResumeProfiler'. - Check the status of the profiler using 'IsProfilerPaused'. Review URL: http://codereview.chromium.org/115767 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16868 0039d316-1c4b-4281-b951-d872f2087c98
* Separate out the string constants used for extension API functionaa@chromium.org2009-05-2617-285/+565
| | | | | | | | | | | | names, function parameter keys, error messages and event names so that they can be reused when writing extension UI tests. Original review: http://codereview.chromium.org/113771 Review URL: http://codereview.chromium.org/113831 Patch from Joi Sigurdsson <joi.sigurdsson@gmail.com>. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16867 0039d316-1c4b-4281-b951-d872f2087c98
* Update V8 in Chromium to version 1.2.5. This update improves compilationkasperl@google.com2009-05-261-1/+1
| | | | | | | | | | | | | | performance by tweaking the code generator data structures, and by avoiding to overly optimize property loads in code that's not frequently executed. We've also added better statistics gathering for compilation cache hits across cache generations and for remembered set bits in pages. TBR=iposva@chromium.org BUG=none TEST=none Review URL: http://codereview.chromium.org/113830 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16866 0039d316-1c4b-4281-b951-d872f2087c98
* Ignore more gyp-generated files.sgk@google.com2009-05-260-0/+0
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16865 0039d316-1c4b-4281-b951-d872f2087c98
* Update renderers when there are zero user scripts.aa@chromium.org2009-05-266-17/+12
| | | | | | | | | | | | | Commit: http://codereview.chromium.org/113733 BUG=12170 TEST=Enable user scripts and create one. See that it runs. Now delete it. See that it does not run! Review URL: http://codereview.chromium.org/113741 Patch from Ted Crossman <tedoc2000@gmail.com>. git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16864 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit Update 44123:44143ukai@chromium.org2009-05-261-1/+1
| | | | | | | | | BUG=0 TEST=no additional regtests Review URL: http://codereview.chromium.org/113818 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16863 0039d316-1c4b-4281-b951-d872f2087c98
* Commiting for Jói, based on http://codereview.chromium.org/115721mad@chromium.org2009-05-253-55/+31
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16861 0039d316-1c4b-4281-b951-d872f2087c98
* Suppress a leak caused by NSS_InitReadWrite.thestig@chromium.org2009-05-251-0/+9
| | | | | | | | | | TBR=dank BUG=12614 TEST=Modules Linux (valgrind) should turn green. Review URL: http://codereview.chromium.org/113826 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16860 0039d316-1c4b-4281-b951-d872f2087c98
* Implement IsMinimized() and IsMaximized() for view gtkdavemoore@chromium.org2009-05-252-4/+28
| | | | | | Review URL: http://codereview.chromium.org/115745 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16859 0039d316-1c4b-4281-b951-d872f2087c98
* Add automated_ui_tests.sgk@google.com2009-05-251-0/+33
| | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/115742 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16857 0039d316-1c4b-4281-b951-d872f2087c98
* svn:ignore various overlooked gyp-generated .scons files on Linux.sgk@google.com2009-05-250-0/+0
| | | | | | | BUG=none TEST=none git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16855 0039d316-1c4b-4281-b951-d872f2087c98
* Update test expectations.ukai@chromium.org2009-05-251-0/+2
| | | | | | | | | | | | | | | | Some tests I removed previous changes reports failure, so reverts them - LINUX : LayoutTests/svg/text/text-tselect-02-f.svg = FAIL - MAC : LayoutTests/fast/dom/Document/open-with-pending-load.html = CRASH TBR=paul BUG=10055,11604 TEST=buildbot report Review URL: http://codereview.chromium.org/113817 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16854 0039d316-1c4b-4281-b951-d872f2087c98
* DevTools: disable console autocompletion until we come up with some good ↵yurys@google.com2009-05-251-0/+11
| | | | | | | | | solution for asynchronouse completion. BUG=12435 Review URL: http://codereview.chromium.org/115753 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16853 0039d316-1c4b-4281-b951-d872f2087c98
* Update test_expectations.ukai@chromium.org2009-05-251-15/+3
| | | | | | | | | | TBR=paul BUG=10055,10351,10466,10667,11123,11604,11613,12054 TEST=buildbot report Review URL: http://codereview.chromium.org/113814 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16852 0039d316-1c4b-4281-b951-d872f2087c98
* Update V8 to version 1.2.4.3.sgjesse@chromium.org2009-05-253-3/+3
| | | | | | | | | | | This version contains support for destingushing between calling a non function as a function or as a constructor. This is take two of http://codereview.chromium.org/115634, including changes to layout test expectations caused by the changes to runtime.js in V8. TBR=ager@chromium.org Review URL: http://codereview.chromium.org/115755 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16851 0039d316-1c4b-4281-b951-d872f2087c98
* Update test expectaions.ukai@chromium.org2009-05-251-46/+22
| | | | | | | | | | | | Delete unexpected failures on Mac and Linux TBR=paul BUG=10352,10458,10466,10467,11613,11796,11933,12054,12104,12350,12352 TEST=buildbot report Review URL: http://codereview.chromium.org/115754 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16850 0039d316-1c4b-4281-b951-d872f2087c98
* Update webkit to r44123darin@chromium.org2009-05-256-17/+26
| | | | | | | | | | | | | | | | | This required dealing with a few changes in WebKit: 1- ImageBuffer::create() now returns a PassOwnPtr instead of an auto_ptr. 2- ChromeClient::createHTMLParserQuirks() now returns a PassOwnPtr instead of a raw pointer. 3- HTMLFormControlElement::onChange was renamed dispatchFormControlChangeEvent. 4- dom/SelectElement.{h,cpp} were added to the tree. TEST=none R=ukai BUG=none Review URL: http://codereview.chromium.org/115751 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16849 0039d316-1c4b-4281-b951-d872f2087c98
* Update expected test failures after Webkit update 44065:44094ukai@chromium.org2009-05-251-5/+3
| | | | | | | | | TBR=paul BUG=12611 Review URL: http://codereview.chromium.org/115750 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16848 0039d316-1c4b-4281-b951-d872f2087c98
* Bumping from 182.0 to 182.1chrome-bot@google.com2009-05-251-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16847 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit Update 44065:44094ukai@chromium.org2009-05-251-1/+1
| | | | | | | | | | TBR=paul BUG=0 TEST=one additional regtest failure, two regtest passes by buildbot Review URL: http://codereview.chromium.org/115749 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16846 0039d316-1c4b-4281-b951-d872f2087c98
* Initialize NSS with databases.ukai@chromium.org2009-05-251-3/+29
| | | | | | | | | BUG=12348 TEST=rm -rf ~/.pki/nssdb; visit https://bugs.webkit.org/ then ~/.pki/nssdb is created. Review URL: http://codereview.chromium.org/115626 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16845 0039d316-1c4b-4281-b951-d872f2087c98
* Add a suppression for the Mac Valgrind test_shell_test leak.thestig@chromium.org2009-05-231-2/+11
| | | | | | | BUG=12571 Review URL: http://codereview.chromium.org/115739 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16844 0039d316-1c4b-4281-b951-d872f2087c98
* Rename |policy_url| to |first_party_for_cookies|. This now matches the ↵abarth@chromium.org2009-05-2323-85/+100
| | | | | | | | | | | | WebKit name for this piece of data. R=jackson BUG=None TEST=No behavior change Review URL: http://codereview.chromium.org/115743 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16843 0039d316-1c4b-4281-b951-d872f2087c98
* Add targets to chrome.gyp: convert_dict, flush_cache, generate_profile.sgk@google.com2009-05-231-0/+54
| | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/115741 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16842 0039d316-1c4b-4281-b951-d872f2087c98
* Supress a leak in ExtensionsServiceTest.InstallExtension.thestig@chromium.org2009-05-232-0/+8
| | | | | | | | | Remove old, empty suppressions file. BUG=12539 Review URL: http://codereview.chromium.org/115738 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16841 0039d316-1c4b-4281-b951-d872f2087c98
* Make test/perf/mem_usage.cc part of test_support_common.sgk@google.com2009-05-231-16/+5
| | | | | | | It's getting used by a lot of test executables now. Review URL: http://codereview.chromium.org/113779 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16840 0039d316-1c4b-4281-b951-d872f2087c98
* Make hwnd_notification_source portable by making it use NativeWindow (andbrettw@chromium.org2009-05-235-13/+15
| | | | | | | renaming it accordingly). Review URL: http://codereview.chromium.org/115730 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16839 0039d316-1c4b-4281-b951-d872f2087c98
* Make run_webkit_test.bat workable even if we execute itojan@chromium.org2009-05-231-1/+1
| | | | | | | | | | | | | | | on a directory other than webkit\tools\layout_tests\. %~dp0 means Drive name + Path name of the 0th argument (the bat file). Original patch by tkent@google.com. See http://codereview.chromium.org/113389 r=ojan TEST=None BUG=None git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16838 0039d316-1c4b-4281-b951-d872f2087c98
* Extract socket mocks out of HttpNetworkTransactionTest.phajdan.jr@chromium.org2009-05-234-502/+607
| | | | | | | | | | This is the first step towards writing tests for FtpNetworkTransaction. http://crbug.com/12409 Review URL: http://codereview.chromium.org/115646 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16837 0039d316-1c4b-4281-b951-d872f2087c98
* Broaden the crash signature for 12479. It keep on showing up slightly ↵thestig@chromium.org2009-05-231-2/+1
| | | | | | | | different every time. Review URL: http://codereview.chromium.org/114049 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16836 0039d316-1c4b-4281-b951-d872f2087c98
* Committing issue 113734 for Joi.tommi@chromium.org2009-05-238-37/+76
| | | | | | | | | | | | | | | | | | | | | | | | | | Description: Make sure extension_uitest.cc is actually built (my bad - got confused about the whole .gyp vs. .sln thing). Also, to get things building now that extension_uitest.cc is built, shuffle the extension automation constants around so they end up in the browser library (I didn't realize the UI tests are already linking with that, and the linker was bringing in the automation_extension_function.obj file ended up causing lots of unresolved linker problems). Note that this did build the other day when I submitted the file originally, but it must have been essentially a fluke that the linker chose the other .obj file to get the constants. BUG=none TEST=none Original issue: http://codereview.chromium.org/113734 Review URL: http://codereview.chromium.org/113788 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16835 0039d316-1c4b-4281-b951-d872f2087c98
* Adds a RenderViewTest.PrintLayoutTest.hbono@chromium.org2009-05-2310-11/+670
| | | | | | | | | | | | | | This change adds a new test 'RenderViewTest.PrintLayoutTest', which prints an HTML page and verify its output. To process a print job and verify its output, this change adds a pseudo-printer device "MockPrinter" into the MockRenderThread object. This MockPrinter object receives print-related IPC messages, process print jobs, and store the MD5 checksum of the output data. The current RenderViewTest.PrintLayoutTest retrieves the MD5 checksum values and just compare them with expected values. Nevertheless, please feel free to give me your ideas to improve this test. Finally, this change is inspired by PrintingLayoutTextTests (created by maruel) and a RenderViewTest.OnPrintPages (created by Mohamed Mansour). I would like to express my best gratitude to them. BUG=none TEST=none Review URL: http://codereview.chromium.org/100255 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16834 0039d316-1c4b-4281-b951-d872f2087c98
* Change timeout settings in CacheTest tohuanr@chromium.org2009-05-232-3/+3
| | | | | | | | make it run faster. Review URL: http://codereview.chromium.org/115678 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16833 0039d316-1c4b-4281-b951-d872f2087c98
* Makes the info bars compile.sky@chromium.org2009-05-232-6/+7
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/113801 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16832 0039d316-1c4b-4281-b951-d872f2087c98
* Gets link to compile on linux.sky@chromium.org2009-05-233-3/+21
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/113797 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16831 0039d316-1c4b-4281-b951-d872f2087c98
* Makes FindBarWin buildable on linux. FindBarWin should be renamed tosky@chromium.org2009-05-2310-66/+196
| | | | | | | | | | | FindBarViews, but I'm leaving it as is for now. BUG=none TEST=none Review URL: http://codereview.chromium.org/113793 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16830 0039d316-1c4b-4281-b951-d872f2087c98
* Add in boost_tuple into third-party for use by googlemock in windows.ajwong@chromium.org2009-05-23392-0/+34277
| | | | | | Review URL: http://codereview.chromium.org/115398 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@16829 0039d316-1c4b-4281-b951-d872f2087c98