| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
Review URL: http://codereview.chromium.org/268015
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28389 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
Review URL: http://codereview.chromium.org/271022
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28386 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
BUG=none
TEST=none
TBR=aa
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28372 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
Review URL: http://codereview.chromium.org/269011
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28327 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
BUG=none
TEST=none
TBR=hclam
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28277 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
BUG=none
TEST=none
TBR=hclam
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@28257 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|