summaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* * Dump text/image on notifyDone.kuchhal@chromium.org2009-01-167-209/+139
| | | | | | | | | BUG=945322 Review URL: http://codereview.chromium.org/17459 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8198 0039d316-1c4b-4281-b951-d872f2087c98
* Rebaselines the test fast/events/mouse-click-events.html. We need to ↵sky@google.com2009-01-162-8/+1
| | | | | | | | | | | | | | rebaseline this for two reasons: . We've turned on pan and scroll, which results in different middle mouse behavior. . we don't support an OTHER mouse button, resulting in different mouse events. BUG=none TEST=none Review URL: http://codereview.chromium.org/18157 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8197 0039d316-1c4b-4281-b951-d872f2087c98
* Use Times, sans New Roman, for layout tests on Macmark@chromium.org2009-01-161-4/+6
| | | | | | Review URL: http://codereview.chromium.org/18163 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8196 0039d316-1c4b-4281-b951-d872f2087c98
* Fix the include guards in tab_contents/* for the new location.brettw@chromium.org2009-01-1623-71/+71
| | | | | | Review URL: http://codereview.chromium.org/18160 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8194 0039d316-1c4b-4281-b951-d872f2087c98
* adding more ported files from sconspinkerton@google.com2009-01-161-0/+8
| | | | | | Review URL: http://codereview.chromium.org/18159 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8193 0039d316-1c4b-4281-b951-d872f2087c98
* remove chromium-linux baseline for editing/execCommand/19089.html. Thistc@google.com2009-01-161-2/+0
| | | | | | | | | | changed in r8113 where the font name changed from Times to 'times new roman'. We now match the windows results exactly. Review URL: http://codereview.chromium.org/18320 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8192 0039d316-1c4b-4281-b951-d872f2087c98
* Going through the svg/w3c-svg-1.1 folder and rebaselining a bunch of test ↵finnur@google.com2009-01-16156-879/+1728
| | | | | | | | | | | (54 actually) that were either missing a baseline, had a wrong baseline or our code is now on par with the mac baseline, minus the usual differences such as font metrics, shading and such. Our code has gone through some slight changes in anti-aliasing/shadowing, and SVG curved lines are now drawn thicker (baseline has some lines too thin). There were also some font kerning changes made by Brett, which needed a rebaseline. I noticed after uploading that there is an extra newline in the text_fixable, which I have removed but didn't bother uploading the new patch. Review URL: http://codereview.chromium.org/18296 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8191 0039d316-1c4b-4281-b951-d872f2087c98
* Add linux webkit merge regressions to the test list.tc@google.com2009-01-161-1/+6
| | | | | | | | | TBR=brettw Review URL: http://codereview.chromium.org/18321 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8190 0039d316-1c4b-4281-b951-d872f2087c98
* Fixing a crash when plugin messages are sent to dialogs.zork@google.com2009-01-163-0/+9
| | | | | | Review URL: http://codereview.chromium.org/18130 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8189 0039d316-1c4b-4281-b951-d872f2087c98
* Move functions required by the rest of the browser from RenderProcessHost to ↵brettw@chromium.org2009-01-1642-634/+733
| | | | | | | | an interface and move the implementation to BrowserRenderProcessHost. This will allow me to write render view unit tests without using the actual renderer, but there are no tests yet. Review URL: http://codereview.chromium.org/18132 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8188 0039d316-1c4b-4281-b951-d872f2087c98
* remove libxslt_config.vcproj and add generate header scripttc@google.com2009-01-1612-221/+26
| | | | | | | | | | | | It turns out that config.h is not used on windows so we don't need to check it in. There's a libxslt/xsltconfig.h that is generated and used, but it's been checked into the tree since initial.commit. I also added a libxslt.vsprops to make updating include paths easier. Review URL: http://codereview.chromium.org/18121 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8187 0039d316-1c4b-4281-b951-d872f2087c98
* Reverting 8180.maruel@chromium.org2009-01-163-11/+1
| | | | | | Review URL: http://codereview.chromium.org/18319 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8186 0039d316-1c4b-4281-b951-d872f2087c98
* mac bootstrapping of browser main and app startup bitspinkerton@google.com2009-01-1613-74/+673
| | | | | | Review URL: http://codereview.chromium.org/18112 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8185 0039d316-1c4b-4281-b951-d872f2087c98
* Reenable tests now that the WebKit patternskia fix is in. This rolls back ↵mmoss@google.com2009-01-161-6/+0
| | | | | | | | | the rollback from r8118. Review URL: http://codereview.chromium.org/18115 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8184 0039d316-1c4b-4281-b951-d872f2087c98
* Make GetSignonRealm a global function as opposed towtc@google.com2009-01-163-17/+13
| | | | | | | | | | | a static method of the LoginHandler class, which should remain an interface with only pure virtual methods. R=eroman Review URL: http://codereview.chromium.org/18106 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8183 0039d316-1c4b-4281-b951-d872f2087c98
* Fix a crash when handling close tab accelerators. The class would still bebrettw@chromium.org2009-01-161-1/+11
| | | | | | | | | | accessed after the accelerator was handled, and close tab accelerators will cause the view to be deleted out from under us. BUG=6321 Review URL: http://codereview.chromium.org/18151 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8182 0039d316-1c4b-4281-b951-d872f2087c98
* Rebaselines the testsky@google.com2009-01-164-1/+14
| | | | | | | | | | | | | | LayoutTests/fast/block/positioning/replaced-inside-fixed-top-bottom.html . Our results are different due to font size differences and differences in how we scale images. BUG=none TEST=none TBR=eroman Review URL: http://codereview.chromium.org/18316 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8181 0039d316-1c4b-4281-b951-d872f2087c98
* Add thread safety checks but keep them disabled for now until I fix all the ↵maruel@chromium.org2009-01-163-1/+11
| | | | | | | | | | | current places where it triggers. Set back StoreRef as non-thread-safe. BUG5689 Review URL: http://codereview.chromium.org/18272 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8180 0039d316-1c4b-4281-b951-d872f2087c98
* Removed a stray string.maruel@chromium.org2009-01-161-1/+1
| | | | | | Review URL: http://codereview.chromium.org/18317 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8179 0039d316-1c4b-4281-b951-d872f2087c98
* Disable the test SavePageTest.CleanFilenameFromPageTitle due to bug 6514.maruel@chromium.org2009-01-161-2/+3
| | | | | | Review URL: http://codereview.chromium.org/18154 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8178 0039d316-1c4b-4281-b951-d872f2087c98
* Restoring a line that got lost in a despacingavi@google.com2009-01-161-0/+1
| | | | | | Review URL: http://codereview.chromium.org/18315 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8177 0039d316-1c4b-4281-b951-d872f2087c98
* Spaces at end of lines begone!avi@google.com2009-01-1623-133/+132
| | | | | | Review URL: http://codereview.chromium.org/18314 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8176 0039d316-1c4b-4281-b951-d872f2087c98
* Update the command line JavaScript debugger to support the changed debugger ↵sgjesse@chromium.org2009-01-161-64/+141
| | | | | | | | protocol in V8 0.4.8. All the debugger tests now pass. Review URL: http://codereview.chromium.org/18149 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8174 0039d316-1c4b-4281-b951-d872f2087c98
* Revert incorrect rebaselining in r8142.deanm@chromium.org2009-01-164-15/+21
| | | | | | | | | | This test looks broken upstream, but we shouldn't rebaseline a test asking to be displayed in Arial with an image displayed in Times New Roman. See http://codereview.chromium.org/18114 for the original code review and comments. Review URL: http://codereview.chromium.org/18146 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8173 0039d316-1c4b-4281-b951-d872f2087c98
* Adding missing files to XCode project.ager@google.com2009-01-161-0/+6
| | | | | | | TBR=mark@chromium.org Review URL: http://codereview.chromium.org/18311 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8172 0039d316-1c4b-4281-b951-d872f2087c98
* Update to V8 version 0.4.8.ager@google.com2009-01-161-1/+1
| | | | | | Review URL: http://codereview.chromium.org/18145 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8171 0039d316-1c4b-4281-b951-d872f2087c98
* This change list fix issue 3233: RTL: Wrong URL showing on Javascript pop up ↵xji@chromium.org2009-01-162-1/+10
| | | | | | | | | | | | | | | | | | | | | window ( http://crbug.com/3233) The fix put LTR-PDF pair around URL to force URL to be LTR always. test step: 1. open RTL Chrome 2. open http://www.w3.org/International/tests/test-rtl-chrome-4 3. click any "click me" button without the fix, the ending "/" in the URL appears at left-most in the alert window title. with the fix, the ending "/" in the URL appears correctly. Review URL: http://codereview.chromium.org/18088 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8170 0039d316-1c4b-4281-b951-d872f2087c98
* roll DEPS to pick up latest WebKitdarin@chromium.org2009-01-161-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8169 0039d316-1c4b-4281-b951-d872f2087c98
* Run ShellExecute on the file thread instead of the IO thread. ShellExecute candarin@chromium.org2009-01-162-4/+6
| | | | | | | | | | | | be janky so we don't want to be calling it on the IO thread. The file thread is really the "blocking io" thread, and it's where we call ShellExecute for other things. R=nsylvain Review URL: http://codereview.chromium.org/18120 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8166 0039d316-1c4b-4281-b951-d872f2087c98
* Move all the SSL stuff into its own subdirben@chromium.org2009-01-1620-60/+136
| | | | | | Review URL: http://codereview.chromium.org/18137 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8165 0039d316-1c4b-4281-b951-d872f2087c98
* Remove timeout constants from ui_tests. All tests will nowpaulg@google.com2009-01-1615-94/+94
| | | | | | | | | use accessors for various timeouts which can be set (via command line parameters) to values appropriate to the test environment, such as longer timeouts when running under purify. Review URL: http://codereview.chromium.org/18109 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8164 0039d316-1c4b-4281-b951-d872f2087c98
* If connect succeeds synchronously, the event object is alsowtc@google.com2009-01-162-2/+4
| | | | | | | | | | | | | | signaled, so we need to reset the event object. Otherwise, the event object will be left in the wrong state when we write the request headers. Remove the unnecessary forward declaration of HostResolver. R=eroman BUG=6331 Review URL: http://codereview.chromium.org/18119 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8163 0039d316-1c4b-4281-b951-d872f2087c98
* more mac bustagebeng@google.com2009-01-161-4/+0
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8162 0039d316-1c4b-4281-b951-d872f2087c98
* fix bustagebeng@google.com2009-01-161-21/+13
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8161 0039d316-1c4b-4281-b951-d872f2087c98
* On Win32, keep all source relative paths on the drive with the project file.aharper@chromium.org2009-01-161-0/+5
| | | | | | Review URL: http://codereview.chromium.org/18103 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8160 0039d316-1c4b-4281-b951-d872f2087c98
* Block Adobe Reader from issuing NPN_GetURL/NPN_GetURLRequests for URL ↵ananta@chromium.org2009-01-163-0/+15
| | | | | | | | schemes other than http/https/ftp. This mimics Firefox behavior and works around bug http://b/issue?id=1543405 which is a XSS vulnerability in the Adobe Reader plugin where it allows javascript in the parameters passed in to the URL.Bug=1543405R=jam Review URL: http://codereview.chromium.org/18070 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8159 0039d316-1c4b-4281-b951-d872f2087c98
* fix linux unittest bustageben@chromium.org2009-01-161-2/+2
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8158 0039d316-1c4b-4281-b951-d872f2087c98
* fix filename in vcproj file (time_unittest_win.cc -> time_win_unittest.cc)tc@google.com2009-01-161-1/+1
| | | | | | | | | TBR=tommi Review URL: http://codereview.chromium.org/18135 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8157 0039d316-1c4b-4281-b951-d872f2087c98
* Move metrics files into a subdirben@chromium.org2009-01-1648-110/+118
| | | | | | Review URL: http://codereview.chromium.org/18302 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8156 0039d316-1c4b-4281-b951-d872f2087c98
* scons win fixtc@google.com2009-01-161-1/+1
| | | | | | | | | | | | I moved webkit_resources.rc but didn't update the chrome SConscript file. TBR=sgk Review URL: http://codereview.chromium.org/18133 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8155 0039d316-1c4b-4281-b951-d872f2087c98
* Chrome side of WebKit merge 39933:39953brettw@chromium.org2009-01-162-5/+5
| | | | | | Review URL: http://codereview.chromium.org/18301 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8154 0039d316-1c4b-4281-b951-d872f2087c98
* DEFERs a test that is expecting spelling error markers to besky@google.com2009-01-161-2/+3
| | | | | | | | | | | | drawn. This is a low priority, so I'm DEFERing. BUG=none TEST=none TBR=brettw Review URL: http://codereview.chromium.org/18129 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8153 0039d316-1c4b-4281-b951-d872f2087c98
* The ubuntu version of valgrind doesn't have "--track-origins".erg@google.com2009-01-161-1/+3
| | | | | | | Review URL: http://codereview.chromium.org/18295 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8152 0039d316-1c4b-4281-b951-d872f2087c98
* Baselines three tests that were never baselined. They are all slightlysky@google.com2009-01-1610-3/+1268
| | | | | | | | | | | different because of font sizes, otherwise they look fine. BUG=none TEST=none Review URL: http://codereview.chromium.org/18128 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8150 0039d316-1c4b-4281-b951-d872f2087c98
* Fix windows scons build.ben@chromium.org2009-01-161-4/+4
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8149 0039d316-1c4b-4281-b951-d872f2087c98
* Move search code to a subdirben@chromium.org2009-01-1657-144/+243
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8148 0039d316-1c4b-4281-b951-d872f2087c98
* Add data pack file format to the grit output type and enable it for ↵tc@google.com2009-01-167-3/+121
| | | | | | | | | | | | | | | | | | webkit_resources.grd. This only adds support for <include> nodes. <message> nodes are forthcoming. The design doc describing the format is here: http://dev.chromium.org/developers/design-documents/linuxresourcesandlocalizedstrings I hooked into the <release> tag because we need to generate an index at the beginning of the file. The index contains the position of all the resources, so we walk the file at that point. This currently only handles <include> tags, but will be extended to handle <message> as well. Review URL: http://codereview.chromium.org/18215 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8147 0039d316-1c4b-4281-b951-d872f2087c98
* Mark test as failing after the mergebrettw@chromium.org2009-01-161-0/+2
| | | | | | Review URL: http://codereview.chromium.org/18297 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8146 0039d316-1c4b-4281-b951-d872f2087c98
* Add another test case.ericroman@google.com2009-01-161-0/+25
| | | | | | Review URL: http://codereview.chromium.org/18111 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8144 0039d316-1c4b-4281-b951-d872f2087c98
* Mac/Linux test fixes: hopefully this will fix some flakey testsagl@chromium.org2009-01-162-30/+54
| | | | | | | Review URL: http://codereview.chromium.org/18298 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8143 0039d316-1c4b-4281-b951-d872f2087c98