summaryrefslogtreecommitdiffstats
path: root/webkit
Commit message (Collapse)AuthorAgeFilesLines
* linux: new baseline for editing/execCommand/selectAll.htmlevan@chromium.org2010-02-253-5/+1
| | | | | | | | | | | | This output matches the Windows output except for the highlight color and font rendering. (The "f" extends outside of the selection box but that is ok.) BUG=10446 Review URL: http://codereview.chromium.org/660085 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40017 0039d316-1c4b-4281-b951-d872f2087c98
* Solaris: first set of patches to make WebKit build on Solaris.evan@chromium.org2010-02-254-11/+11
| | | | | | | | | | | | This set is mostly definitions and minor naming things. BUG=30101 TEST=compiles Patch by James Choi <jchoi42@pha.jhu.edu> Review URL: http://codereview.chromium.org/650015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40002 0039d316-1c4b-4281-b951-d872f2087c98
* Reland 39942 - Switch NetworkChangeNotifier implementations to use ObserverList.willchan@chromium.org2010-02-253-9/+2
| | | | | | | | | Fixed build problem with database_tracker.(cc|h). BUG=36590 Review URL: http://codereview.chromium.org/660039 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@39983 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 39942 - Switch NetworkChangeNotifier implementations to use ObserverList.willchan@chromium.org2010-02-241-1/+7
| | | | | | | | | | | | | Fix up observer list so we can use FOR_EACH_OBSERVER when check_empty is set. Clean up the ObserverList API a bit, replacing GetElementAt() with HasObserver() and Clear(). BUG=36590 Review URL: http://codereview.chromium.org/652205 TBR=willchan@chromium.org Review URL: http://codereview.chromium.org/661029 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@39945 0039d316-1c4b-4281-b951-d872f2087c98
* Switch NetworkChangeNotifier implementations to use ObserverList.willchan@chromium.org2010-02-241-7/+1
| | | | | | | | | | Fix up observer list so we can use FOR_EACH_OBSERVER when check_empty is set. Clean up the ObserverList API a bit, replacing GetElementAt() with HasObserver() and Clear(). BUG=36590 Review URL: http://codereview.chromium.org/652205 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@39942 0039d316-1c4b-4281-b951-d872f2087c98
* I just put the code that does not compile on ARM. Trybots will fail because ↵apatrick@chromium.org2010-02-241-2/+2
| | | | | | | | | | | | | | I had to remove these from the CL to make gcl upload properly accept it. A + base\scoped_open_process.h A + chrome\plugin\command_buffer_stub_win.cc TEST=try BUG=none Review URL: http://codereview.chromium.org/661022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@39937 0039d316-1c4b-4281-b951-d872f2087c98
* Fix double free on exit in test shell.dpranke@chromium.org2010-02-241-7/+0
| | | | | | | | | | BUG=none R=darin@chromium.org TEST=none Review URL: http://codereview.chromium.org/652206 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@39935 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit roll 55161 to 55193.vitalyr@chromium.org2010-02-242-0/+7
| | | | | | | | | | BUG=none TEST=none R=dglazkov@chromium.org Review URL: http://codereview.chromium.org/658008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@39928 0039d316-1c4b-4281-b951-d872f2087c98
* Remove ViewMsg_FormFill and the underlying implementation FillForm which are ↵jhawkins@chromium.org2010-02-242-26/+7
| | | | | | | | | | not used anymore. BUG=none TEST=none Review URL: http://codereview.chromium.org/657059 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@39925 0039d316-1c4b-4281-b951-d872f2087c98
* Add windows/linux txt baselines for new test media/video-replaces-poster.jparent@chromium.org2010-02-242-3/+24
| | | | | | | | | | | | | | | Differences are just due to text layout. This makes all platforms pass txt results, but now all fail image results in the same way. I'll update the bug with more details, but the failure looks partially legit. TEST=none BUG=35922 Review URL: http://codereview.chromium.org/657049 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@39924 0039d316-1c4b-4281-b951-d872f2087c98
* Move nphostapi.h to be with the rest of the NPAPI headers.jam@chromium.org2010-02-247-326/+15
| | | | | | Review URL: http://codereview.chromium.org/652161 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@39852 0039d316-1c4b-4281-b951-d872f2087c98
* Rebaseline and re-enable two layout tests.dumi@chromium.org2010-02-245-11/+27
| | | | | | | | | | TEST=none BUG=none Review URL: http://codereview.chromium.org/657054 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@39849 0039d316-1c4b-4281-b951-d872f2087c98
* Add another flaky crashing SVG test.dpranke@chromium.org2010-02-241-0/+1
| | | | | | | | | | BUG=36603 TBR=darin@chromium.org TEST=svg/text/text-text-06-t.svg Review URL: http://codereview.chromium.org/657051 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@39832 0039d316-1c4b-4281-b951-d872f2087c98
* Landing Chris Guillory CL.jcampan@chromium.org2010-02-242-30/+33
| | | | | | | | | | | | See original review at: http://codereview.chromium.org/626014/show BUG=None TEST=None Review URL: http://codereview.chromium.org/657020 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@39828 0039d316-1c4b-4281-b951-d872f2087c98
* Add baselines for fast/repaint/repaint-during-scroll.htmlagl@chromium.org2010-02-237-3/+3
| | | | | | | | (Added in WebKit's r55159, rolled in our r39758) BUG=36585 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@39792 0039d316-1c4b-4281-b951-d872f2087c98
* Update expectations w/ a round of flaky and slow tests.dpranke@chromium.org2010-02-231-1/+4
| | | | | | | | | | BUG=24182, 36603 R=darin@chromium.org TEST=svg/text/text-text-05-t.svg, editing/selection/extend-selection.html Review URL: http://codereview.chromium.org/657018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@39788 0039d316-1c4b-4281-b951-d872f2087c98
* Remove fast/backgrounds/animated-gif-as-background.html from test expectations.jparent@chromium.org2010-02-231-3/+0
| | | | | | | | | | | Started failing with WebKit r54823 and passing somewhere in r54962:54989. BUG=35923 TEST=none Review URL: http://codereview.chromium.org/650197 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@39777 0039d316-1c4b-4281-b951-d872f2087c98
* Keep track of appcache creation and last access times.michaeln@chromium.org2010-02-2310-60/+165
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/630009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@39765 0039d316-1c4b-4281-b951-d872f2087c98
* Build fix (I'm a muppet) from r39758agl@chromium.org2010-02-231-1/+1
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@39759 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit roll 55122:55161agl@chromium.org2010-02-231-0/+3
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@39758 0039d316-1c4b-4281-b951-d872f2087c98
* Add 3D support for the Mac on Leopard (OS X 10.5) and earlier. This CL usesdspringer@google.com2010-02-234-25/+106
| | | | | | | | | | | | | | | | | FBO rendering with glGetTexImage() into a TransportDIB that is then used as a texture for rendering the final image in the render view in the browser. While not optimal, it works and can be optimized later, after the new GPU process work is completed. This CL also enables stencil buffer support on the Mac. All the Pepper3D demos run on the Mac with these changes. BUG=none TEST=3D rendering unit tests. Review URL: http://codereview.chromium.org/647043 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@39744 0039d316-1c4b-4281-b951-d872f2087c98
* Rebaseline invalid-UTF-8.html due to the recent WebKit roll.agl@chromium.org2010-02-236-4/+17
| | | | | | BUG=36554 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@39735 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit roll 55102:55122agl@chromium.org2010-02-231-0/+3
| | | | | | BUG=36554 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@39728 0039d316-1c4b-4281-b951-d872f2087c98
* Mark a layout test as slow.evan@chromium.org2010-02-231-0/+2
| | | | | | | | BUG=36539 Review URL: http://codereview.chromium.org/652117 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@39714 0039d316-1c4b-4281-b951-d872f2087c98
* Workaround for http://crbug.com/36451 which is blocking ↵joth@chromium.org2010-02-231-0/+3
| | | | | | | | | | | https://bugs.webkit.org/show_bug.cgi?id=35095 BUG=http://crbug.com/36451 TEST=test_shell.exe: Force RuntimeEnabledFeatures::isGeolocationEnabled to default to on and open fast/dom/Window/window-properties.html Review URL: http://codereview.chromium.org/652052 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@39709 0039d316-1c4b-4281-b951-d872f2087c98
* Remove usages of obsolete WebSettings::setGeolocation so it can be removed ↵joth@chromium.org2010-02-232-6/+0
| | | | | | | | | | | from webkit BUG=https://bugs.webkit.org/show_bug.cgi?id=35242 TEST=none Review URL: http://codereview.chromium.org/650148 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@39707 0039d316-1c4b-4281-b951-d872f2087c98
* Avoid unnecessary restarts of the webkit shared timer, and when restarting, usedarin@chromium.org2010-02-232-2/+6
| | | | | | | | | | | | | | | the given fire time instead of the current time. This is an attempt to isolate and fix the mac / linux intl2 page cycler regression. TBR=jam BUG=36310 TEST=none Review URL: http://codereview.chromium.org/654001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@39701 0039d316-1c4b-4281-b951-d872f2087c98
* Rebaseline expected output of fast/css/first-letter-first-line-hover.html ↵yuzo@chromium.org2010-02-234-3/+17
| | | | | | | | | | | for Linux. TEST=none BUG=36113 Review URL: http://codereview.chromium.org/650203 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@39698 0039d316-1c4b-4281-b951-d872f2087c98
* Rebaseline expected output of fast/css/first-letter-first-line-hover.html ↵yuzo@chromium.org2010-02-234-1/+18
| | | | | | | | | | | for Win TEST=none BUG=36113 Review URL: http://codereview.chromium.org/652042 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@39697 0039d316-1c4b-4281-b951-d872f2087c98
* Rebaseline expected output of fast/css/first-letter-first-line-hover.html ↵yuzo@chromium.org2010-02-234-1/+17
| | | | | | | | | | | for Mac. TEST=none BUG=36113 Review URL: http://codereview.chromium.org/650132 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@39695 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 39662 - Update various test scripts to use the upstream version ofdpranke@chromium.org2010-02-234-6/+13
| | | | | | | | | | | | | | | runchromiumwebkittests and rebaselinechromiumwebkittests BUG=23099 TBR=victorw TEST=bots don't explode Review URL: http://codereview.chromium.org/639001 TBR=dpranke@chromium.org Review URL: http://codereview.chromium.org/650189 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@39678 0039d316-1c4b-4281-b951-d872f2087c98
* Update various test scripts to use the upstream version ofdpranke@chromium.org2010-02-224-13/+6
| | | | | | | | | | | | run-chromium-webkit-tests and rebaseline-chromium-webkit-tests BUG=23099 R=victorw TEST=bots don't explode Review URL: http://codereview.chromium.org/639001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@39662 0039d316-1c4b-4281-b951-d872f2087c98
* New baseline for fixed test. This one was actually broken, but due to the ↵senorblanco@chromium.org2010-02-225-5/+2
| | | | | | | | | | | lack of contrast (light yellow on white), it was hard to see. BUG=26480 TEST=green layout bots Review URL: http://codereview.chromium.org/652069 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@39637 0039d316-1c4b-4281-b951-d872f2087c98
* Roll DEPS for Skia 490:504, to pick up a fix for a path rasterization bug. ↵senorblanco@chromium.org2010-02-221-0/+3
| | | | | | | | | | | This makes 1 layout test need rebaselining. BUG=26480 TEST=layout test fast/transforms/shadow.html Review URL: http://codereview.chromium.org/652059 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@39624 0039d316-1c4b-4281-b951-d872f2087c98
* Revert "WebKit roll 55033:55080"agl@chromium.org2010-02-221-17/+0
| | | | | | (simplejson moved, causing gclient expections.) git-svn-id: svn://svn.chromium.org/chrome/trunk/src@39599 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit roll 55033:55080agl@chromium.org2010-02-221-0/+17
| | | | git-svn-id: svn://svn.chromium.org/chrome/trunk/src@39598 0039d316-1c4b-4281-b951-d872f2087c98
* Linux: correctly handle single byte value for NPPVpluginNeedsXEmbed.craig.schlenter@chromium.org2010-02-221-3/+3
| | | | | | | | | BUG=none TEST=none Review URL: http://codereview.chromium.org/650135 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@39596 0039d316-1c4b-4281-b951-d872f2087c98
* --clobber-old-results was broken since it was looking fortony@chromium.org2010-02-221-3/+9
| | | | | | | | | | LayoutTests, but we removed that directory. This was causing failing results to build up on the buildbots and making the rebaseline tool not work correctly. Review URL: http://codereview.chromium.org/651014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@39586 0039d316-1c4b-4281-b951-d872f2087c98
* Update expectation for webkit rollstuartmorgan@chromium.org2010-02-201-1/+1
| | | | | | | | | | | TBR=dglazkov BUG=none TEST=webkit linux dbg Review URL: http://codereview.chromium.org/652005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@39539 0039d316-1c4b-4281-b951-d872f2087c98
* Revert 39530 - GPU plugin forwards repaint events to Pepper plugin.apatrick@chromium.org2010-02-201-2/+2
| | | | | | | | | | | | | | | | WM_PAINT results in a call to Pepper repaint callback. Implemented WM_ERASEBKGND to prevent flickering on repaint. Implemented PGL_NO_CONTEXT (copied from EGL spec). This is already reviewed by alokp but unfortunately got entangled with this CL. TEST=none BUG=none Review URL: http://codereview.chromium.org/571018 TBR=alokp@chromium.org Review URL: http://codereview.chromium.org/650100 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@39535 0039d316-1c4b-4281-b951-d872f2087c98
* Update test_expectations to remove baselines accidentally checked in as part ↵jparent@chromium.org2010-02-201-12/+0
| | | | | | | | | | | | | | | | of r39523 (svg/zoom/text). I'm still not sure how those wound up in my commit, but I was planning to send them in a separate CL anyway. Also includes one baseline that wasn't included in that commit. BUG=none TEST=none TBR=dglaskov Review URL: http://codereview.chromium.org/651086 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@39534 0039d316-1c4b-4281-b951-d872f2087c98
* AutoFill forms. We do this by responding to a message from WebKit which ↵jhawkins@chromium.org2010-02-201-2/+5
| | | | | | | | | | sends the (name, label) key requested to fill out a specific field. The RenderView finds the form to AutoFill using the FormManager and requests the AutoFillManager to fill in the data for the form. At the end, the FormManager uses this data to fill out the fields in the form on the web page. BUG=18201 TEST=none Review URL: http://codereview.chromium.org/651002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@39533 0039d316-1c4b-4281-b951-d872f2087c98
* GPU plugin forwards repaint events to Pepper plugin.apatrick@chromium.org2010-02-201-2/+2
| | | | | | | | | | | | | WM_PAINT results in a call to Pepper repaint callback. Implemented WM_ERASEBKGND to prevent flickering on repaint. Implemented PGL_NO_CONTEXT (copied from EGL spec). This is already reviewed by alokp but unfortunately got entangled with this CL. TEST=none BUG=none Review URL: http://codereview.chromium.org/571018 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@39530 0039d316-1c4b-4281-b951-d872f2087c98
* Disable the "Copy Image" context menu option when the user right-clicks a ↵pkasting@chromium.org2010-02-201-0/+4
| | | | | | | | | | blocked image. BUG=36021 TEST=Right-click a blocked image, "copy image" should be greyed out Review URL: http://codereview.chromium.org/651075 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@39524 0039d316-1c4b-4281-b951-d872f2087c98
* Add baselines for layout tests under svg/zoom/page.jparent@chromium.org2010-02-2091-13/+611
| | | | | | | | | | | | | | | | | | | | These layout tests were all added in WebKit r54844/Chrome r39179. Baselines needed because of: svg/zoom/page/absolute-sized-document-no-scrollbars.svg edges svg/zoom/page/absolute-sized-document-scrollbars.svg scrollbars svg/zoom/page/relative-sized-document-scrollbars.svg scrollbars svg/zoom/page/zoom-coordssvg/zoom/page/zoom-foreignObject.svg -viewattr-01-b.svg scrollbars, fonts svg/zoom/page/zoom-foreignObject.svg fonts, scrollbars svg/zoom/page/zoom-hixie-mixed-008.xml fonts, scrollbars svg/zoom/page/zoom-hixie-mixed-009.xml fonts svg/zoom/page/zoom-hixie-rendering-model-004.xhtml fonts svg/zoom/page/zoom-svg-float-border-padding.xml fonts, edges, scrollbars Review URL: http://codereview.chromium.org/650072 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@39523 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit Update 55030:55036.dglazkov@chromium.org2010-02-201-4/+0
| | | | | | | | | | TBR=rolandsteiner TEST=none BUG=none Review URL: http://codereview.chromium.org/650091 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@39521 0039d316-1c4b-4281-b951-d872f2087c98
* Increase the default quota for extensions to 1GB.dumi@chromium.org2010-02-201-1/+1
| | | | | | | | | | TEST=none BUG=27688 Review URL: http://codereview.chromium.org/650061 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@39520 0039d316-1c4b-4281-b951-d872f2087c98
* Tweak expectations for newly rolled-in tests.dglazkov@chromium.org2010-02-201-2/+8
| | | | | | | | | | TBR=rolandsteiner TEST=none BUG=none Review URL: http://codereview.chromium.org/650090 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@39517 0039d316-1c4b-4281-b951-d872f2087c98
* Tweak test expectations to account for ↵dglazkov@chromium.org2010-02-191-2/+2
| | | | | | | | | | | | svg/custom/resource-invalidate-on-target-update.svg failure. TBR=stuartmorgan TEST=none BUG=none Review URL: http://codereview.chromium.org/650075 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@39499 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit Update 54961:55024.dglazkov@chromium.org2010-02-1919-28/+68
| | | | | | | | | | TBR=rolandsteiner TEST=none BUG=none Review URL: http://codereview.chromium.org/651060 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@39495 0039d316-1c4b-4281-b951-d872f2087c98