summaryrefslogtreecommitdiffstats
path: root/webkit
Commit message (Collapse)AuthorAgeFilesLines
* Make appcache update job retry 503 requests with retry-after of 0.jennb@chromium.org2009-10-083-20/+353
| | | | | | | | | TEST=test retry logic BUG=none Review URL: http://codereview.chromium.org/264002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28406 0039d316-1c4b-4281-b951-d872f2087c98
* Separate out some more ICU from base and into base/i18n.brettw@chromium.org2009-10-081-3/+2
| | | | | | | | | | | | | | | | | | | | This moves string_util_icu. I moved the number formatting function into base/i18n/number_formatting and just removed the other function in string_util_icu which was TrimWhitespaceUTF8. It is only used in a few places and isn't actually helpful (and the fact that it round-trips through UTF-16 is better for the caller to see). This takes out the sorting from the FileEnumerator. The comment says the sorting is not guaranteed. I moved it into file_util_icu as a standalone function for callers of FileEnumerator to call manually if they need sorted results. I modified the directory lister to use this sorting instead, and filed a bug on doing more optimal JS-based sorting. TEST=none BUG=none Review URL: http://codereview.chromium.org/267001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28405 0039d316-1c4b-4281-b951-d872f2087c98
* DevTools: fix and reenable TestDebugIntrinsicPropertiesyurys@google.com2009-10-081-26/+49
| | | | | | Review URL: http://codereview.chromium.org/268015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28389 0039d316-1c4b-4281-b951-d872f2087c98
* DevTools: fix failing testsyurys@google.com2009-10-081-1/+1
| | | | | | Review URL: http://codereview.chromium.org/271022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28386 0039d316-1c4b-4281-b951-d872f2087c98
* Update test_expectations to point to the right bugs where existing linesdpranke@google.com2009-10-081-8/+8
| | | | | | | | | | | | had pointed to bugs that were closed as duplicates. BUG=none R=TBD TEST=none Review URL: http://codereview.chromium.org/265035 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28382 0039d316-1c4b-4281-b951-d872f2087c98
* File three more bugs to replace older BUG_$user bugs.dpranke@google.com2009-10-081-8/+8
| | | | | | | | | | BUG=none R=TBR TEST=none Review URL: http://codereview.chromium.org/271021 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28380 0039d316-1c4b-4281-b951-d872f2087c98
* Migrate all the open layout tests still in buganizer to crbug, and updatedpranke@google.com2009-10-081-41/+41
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | the bug numbers in test_expectations, so that all the bugs are in one place: Bugs remapped as follows: 1058654 - 24187 793944 - 24185 849085 - 24186 753420 - 24189 700464 - 24191 849072 - 24192 879449 - 24193 941049 - 24194 972450 - 24195 973468 - 24197 992321 - 24198 1042838 - 24199 1089231 - 24203 1115062 - 24204 1124568 - 24205 1126050 - 24206 1166644 - 24207 1204878 - 24208 1344252 - 24209 BUG=none R=dglazkov TEST=none Review URL: http://codereview.chromium.org/265030 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28378 0039d316-1c4b-4281-b951-d872f2087c98
* This test actually fails on all platforms.johnnyg@chromium.org2009-10-081-1/+1
| | | | | | | | | | TBR=hclam BUG=none TEST=none Review URL: http://codereview.chromium.org/261019 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28374 0039d316-1c4b-4281-b951-d872f2087c98
* Disable more busted tests.johnnyg@chromium.org2009-10-081-0/+4
| | | | | | | | | | TBR=hclam BUG=none TEST=none Review URL: http://codereview.chromium.org/265034 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28373 0039d316-1c4b-4281-b951-d872f2087c98
* Disable the isolatedWorld tests from aa's last checkin.johnnyg@chromium.org2009-10-081-0/+23
| | | | | | | | | | BUG=none TEST=none TBR=aa git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28372 0039d316-1c4b-4281-b951-d872f2087c98
* Make all content scripts from an extension run in the sameaa@chromium.org2009-10-084-12/+15
| | | | | | | | isolated world. Chromium side of change. Review URL: http://codereview.chromium.org/262002 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28369 0039d316-1c4b-4281-b951-d872f2087c98
* Some trivial style cleanup in the plugin delegate. There was one functionbrettw@chromium.org2009-10-083-20/+16
| | | | | | | | | | | implemented in both the mac-specific file and the shared one, and several virtual functiongs that were never derived for anything. BUG=none TEST=none Review URL: http://codereview.chromium.org/267017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28359 0039d316-1c4b-4281-b951-d872f2087c98
* Update test_expectations with SLOW expectations. Hopefully soonojan@chromium.org2009-10-081-20/+27
| | | | | | | | we'll have all the slow tests marked and can bring the timeout down to something like 5 seconds. Review URL: http://codereview.chromium.org/267015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28358 0039d316-1c4b-4281-b951-d872f2087c98
* Fix ui tests WorkerHttpLayoutTests failure.mhm@chromium.org2009-10-081-0/+3
| | | | | | | | | | | | The http_server python script had everything defined in the batch script, but the ui tests use the python file directly. This makes sure the google python package gets imported successfully. TBR=thestig BUG=6784 TEST=run http_server.py directly, not via sh. Review URL: http://codereview.chromium.org/271016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28355 0039d316-1c4b-4281-b951-d872f2087c98
* Mark 4975120.html and script-load-and-error-events.svg as flaky on Maczork@google.com2009-10-071-2/+2
| | | | | | | | BUG=12341, 21411 TEST=none Review URL: http://codereview.chromium.org/264006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28353 0039d316-1c4b-4281-b951-d872f2087c98
* Clean up code duplication in layout test http_server.mhm@chromium.org2009-10-071-32/+6
| | | | | | | | | | | | | Refactored out UrlIsAlive to live outside the ApacheHttpd class and imported http_utils.py into http_server.py Now they share common code. BUG=6784 TEST=started and stopped http_server successfully. Review URL: http://codereview.chromium.org/243022 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28351 0039d316-1c4b-4281-b951-d872f2087c98
* Rebaseline some tests and add bug numbers from WebKit deps rolls.levin@chromium.org2009-10-0711-18/+37
| | | | | | | | | | | | | LayoutTests/editing/pasteboard/5478250.html has expectatons change in r48764. LayoutTests\fast\dom\timer-clear-interval-in-handler-and-generate-error.html was newly added and Chromium has slightly different console output from WebKit. BUG=23956,24126,24174,24175 TEST=None Review URL: http://codereview.chromium.org/267014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28341 0039d316-1c4b-4281-b951-d872f2087c98
* Webkit roll to 49260.johnnyg@chromium.org2009-10-071-0/+8
| | | | | | | | | | BUG=none TEST=none TBR=hclam Review URL: http://codereview.chromium.org/267012 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28334 0039d316-1c4b-4281-b951-d872f2087c98
* Update test expectations to match layout test dashboard.ojan@chromium.org2009-10-071-35/+54
| | | | | | Review URL: http://codereview.chromium.org/269011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28327 0039d316-1c4b-4281-b951-d872f2087c98
* Yet more baselines, and t_e changes.senorblanco@chromium.org2009-10-071-0/+5
| | | | | | | | | | BUG=none TEST=green bots TBR=jhawkins Review URL: http://codereview.chromium.org/269013 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28315 0039d316-1c4b-4281-b951-d872f2087c98
* Mark even more tests as being flaky.jhawkins@chromium.org2009-10-071-1/+5
| | | | | | | | | TBR=zork BUG=23498,24167 TEST=none Review URL: http://codereview.chromium.org/271010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28309 0039d316-1c4b-4281-b951-d872f2087c98
* More baselines.senorblanco@chromium.org2009-10-075-21/+6
| | | | | | | | | BUG=9798,13907,10343,10430,23972 TEST=none Review URL: http://codereview.chromium.org/270010 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28308 0039d316-1c4b-4281-b951-d872f2087c98
* viewsource-link-on-href-value.html is not crashing.jhawkins@chromium.org2009-10-071-1/+1
| | | | | | | | | TBR=johnnyg BUG=none TEST=none Review URL: http://codereview.chromium.org/271009 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28307 0039d316-1c4b-4281-b951-d872f2087c98
* Mark opacity-float.html as failing in test_expectations.txtjhawkins@chromium.org2009-10-071-0/+1
| | | | | | | | | TBR=zork BUG=24159 TEST=none Review URL: http://codereview.chromium.org/271008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28306 0039d316-1c4b-4281-b951-d872f2087c98
* Mark a test as flaky in Win Dbg as well.jhawkins@chromium.org2009-10-071-1/+1
| | | | | | | | | TBR=zork BUG=13174 TEST=none Review URL: http://codereview.chromium.org/262011 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28305 0039d316-1c4b-4281-b951-d872f2087c98
* 1. Fix bug with ? not opening the legend on Windows.ojan@chromium.org2009-10-072-14/+24
| | | | | | | | | | 2. Treat Simplified failures as just TEXT failures. It was just adding noise to the dashboard. 3. Show the failure type in the tooltip so you don't have to distinguish my poorly chosen colors. Review URL: http://codereview.chromium.org/270007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28303 0039d316-1c4b-4281-b951-d872f2087c98
* Move classes depending on Skia out of base/gfx and into app/gfx. Renamebrettw@chromium.org2009-10-077-10/+11
| | | | | | | | | | native_theme to native_theme_win since its Windows-specific. BUG=none TEST=none Review URL: http://codereview.chromium.org/259047 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28300 0039d316-1c4b-4281-b951-d872f2087c98
* Add pieces needed by upcoming memory purge implementation:pkasting@chromium.org2009-10-077-15/+130
| | | | | | | | | | | * Get/set object cache disabled state * Add accessor for CrossOriginPreflightResultCache BUG=23400 TEST=none Review URL: http://codereview.chromium.org/257057 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28299 0039d316-1c4b-4281-b951-d872f2087c98
* WebKit roll 49245:49254johnnyg@chromium.org2009-10-071-1/+4
| | | | | | | | | | BUG=none TEST=none TBR=hclam Review URL: http://codereview.chromium.org/265016 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28297 0039d316-1c4b-4281-b951-d872f2087c98
* More new baselines post-Skia r376.senorblanco@chromium.org2009-10-0711-12/+89
| | | | | | | | | BUG=none TEST=greener bots Review URL: http://codereview.chromium.org/265017 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28295 0039d316-1c4b-4281-b951-d872f2087c98
* Stop glue from exporting webcore headers.thestig@chromium.org2009-10-072-3/+2
| | | | | | | | BUG=10051 TEST=none Review URL: http://codereview.chromium.org/255100 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28282 0039d316-1c4b-4281-b951-d872f2087c98
* Implement interface for testing exceptions in the test plugin.japhet@chromium.org2009-10-073-41/+77
| | | | | | | | | BUG=6735 TEST=LayoutTests/plugins/netscape-throw-exception.html Review URL: http://codereview.chromium.org/255092 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28281 0039d316-1c4b-4281-b951-d872f2087c98
* Implement setPOSIXLocale in test shell.evan@chromium.org2009-10-072-0/+16
| | | | | | | | This is needed by a new test: fast/css/opacity-float-expected.txt. Review URL: http://codereview.chromium.org/271003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28280 0039d316-1c4b-4281-b951-d872f2087c98
* Disabling a test that became flaky after WebKit roll. Will investigate.johnnyg@chromium.org2009-10-071-2/+2
| | | | | | | | | BUG=none TEST=none TBR=hclam git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28277 0039d316-1c4b-4281-b951-d872f2087c98
* Update test_expectations.txt to match a flaky test and a new crasher.jhawkins@chromium.org2009-10-071-1/+5
| | | | | | | | | TBR=zork BUG=none TEST=none Review URL: http://codereview.chromium.org/267008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28275 0039d316-1c4b-4281-b951-d872f2087c98
* Disable a test, may just need a new baseline.tony@chromium.org2009-10-071-0/+3
| | | | | | | | TBR=darin Review URL: http://codereview.chromium.org/265014 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28272 0039d316-1c4b-4281-b951-d872f2087c98
* Invent WebFrameImpl::ClientHandle as a weak reference to WebFrameClient.darin@chromium.org2009-10-078-52/+75
| | | | | | | | | | | | | Unfortunately, I can't use base::WeakPtr for this since this code will all move into webkit/api shortly. R=dglazkov BUG=10034 TEST=none Review URL: http://codereview.chromium.org/263007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28267 0039d316-1c4b-4281-b951-d872f2087c98
* Fix 10.6 problem where killall doesn't work as expected so lighttpdjrg@chromium.org2009-10-071-2/+7
| | | | | | | | | | | | | | | doesn't get killed. BUG=http://crbug.com/23919 TEST=The following command lines will now work and give no errors on 10.6: python webkit/tools/layout_tests/layout_package/http_server.py --server start python webkit/tools/layout_tests/layout_package/http_server.py --server stop Review URL: http://codereview.chromium.org/257059 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28259 0039d316-1c4b-4281-b951-d872f2087c98
* Rolling forward to 49245.johnnyg@chromium.org2009-10-071-0/+6
| | | | | | | | | BUG=none TEST=none TBR=hclam git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28257 0039d316-1c4b-4281-b951-d872f2087c98
* Update test expectations after upgrading V8 to 1.3.15.sgjesse@chromium.org2009-10-071-3/+4
| | | | | | | | | BUG=24102 TEST=none TBR=ager@chromium.org Review URL: http://codereview.chromium.org/267005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28251 0039d316-1c4b-4281-b951-d872f2087c98
* DevTools: allow inspecting __proto__, constructor, prototype ↵yurys@google.com2009-10-073-27/+191
| | | | | | | | properties.BUG=23647 Review URL: http://codereview.chromium.org/262005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28247 0039d316-1c4b-4281-b951-d872f2087c98
* Update V8 to version 1.3.15.sgjesse@chromium.org2009-10-0714-206/+322
| | | | | | | | | | | | | This change contails the layout test expectation changes from http://codereview.chromium.org/248001 and http://codereview.chromium.org/251071 as the V8 update requires these. This change also contains a change to compile against the changes IdleNotification API in the new V8 version. BUG=none TEST=none TBR=ager@chromium.org Review URL: http://codereview.chromium.org/263008 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28246 0039d316-1c4b-4281-b951-d872f2087c98
* Add two failing tests to test_expectations.senorblanco@chromium.org2009-10-071-0/+3
| | | | | | | | | BUG=none TEST=green linux layout bots Review URL: http://codereview.chromium.org/269001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28242 0039d316-1c4b-4281-b951-d872f2087c98
* LTTF: rebaseline fast/box-shadow/spread.html .hamaji@chromium.org2009-10-075-3/+2
| | | | | | | | | TEST=none BUG=17255 Review URL: http://codereview.chromium.org/266003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28239 0039d316-1c4b-4281-b951-d872f2087c98
* Webkit roll: 49213:49221levin@chromium.org2009-10-076-11/+27
| | | | | | | | | | | Disabled newly added test for object cloning. TEST=try servers BUG=24063 Review URL: http://codereview.chromium.org/263005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28238 0039d316-1c4b-4281-b951-d872f2087c98
* Move MediaPlayerAction to WebMediaPlayerAction. Switch to an enum and adarin@chromium.org2009-10-077-70/+99
| | | | | | | | | | | | boolean to express the action. R=ajwong BUG=10033 TEST=none Review URL: http://codereview.chromium.org/251103 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28236 0039d316-1c4b-4281-b951-d872f2087c98
* Linux rebaselines for skia r376. (Unreviewed, sorry, gcl upload chokes on ↵senorblanco@chromium.org2009-10-073717-3726/+1905
| | | | | | | | | | | this many files). BUG=none TEST=none TBR=pkasting git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28231 0039d316-1c4b-4281-b951-d872f2087c98
* Webkit roll: 49206:49213.jparent@chromium.org2009-10-072-3/+4
| | | | | | | | | | | TEST=try servers BUG=none TBR=johnnyg Review URL: http://codereview.chromium.org/266001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28230 0039d316-1c4b-4281-b951-d872f2087c98
* More webkit flake.mattm@chromium.org2009-10-071-2/+6
| | | | | | | | | BUG=9798,13907 TBR=jparent Review URL: http://codereview.chromium.org/263003 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28222 0039d316-1c4b-4281-b951-d872f2087c98
* Fix --new-baseline to honor the --platform flag. dpranke@google.com2009-10-073-32/+5
| | | | | | | | | | | | | | Also test_types/text_diff.py attempts to be smarter than the user by checking to see if the text results are a render tree output and, if not, writing them into the generic directories rather than the specified directory. Except, that code looks broken, too. I think it's probably best to just do what the user told it to do, so I've removed that path. Thanks to senorblanco for finding the bug. R=ojan@chromium.org TEST=none BUG=none Review URL: http://codereview.chromium.org/255068 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28220 0039d316-1c4b-4281-b951-d872f2087c98