| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
| |
PluginVersionInfo, one is enough.
Review URL: http://codereview.chromium.org/18382
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8331 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
- Introduce a CanvasPixelArray to serve as the holder for the ImageData
pixel array of a canvas element.
This is the V8-specific change.
Review URL: http://codereview.chromium.org/18180
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8330 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8329 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
| |
Review URL: http://codereview.chromium.org/18324
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8328 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
that didn't get picked up the first time around.
TBR=estade
Review URL: http://codereview.chromium.org/18383
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8327 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
| |
Review URL: http://codereview.chromium.org/18322
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8325 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
this seemed to be due to rolling forward the browser window change.
TBR=ben
Review URL: http://codereview.chromium.org/18429
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8324 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
TBR=estade
Review URL: http://codereview.chromium.org/18428
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8323 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
PluginVersionInfo remain in the windows file, and other platforms can store this data in the most convenient form to them.
Review URL: http://codereview.chromium.org/18419
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8322 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
test_shell.pak. Move the net resource loading into the platform
specific files (still a stub on osx).
Review URL: http://codereview.chromium.org/18186
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8321 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Memory tests run with plugins disabled. WebKit r39969 changed
Page::pluginData to return null in this case, so we need to check
for this null.
This still won't work until we rev our webkit to r39988 which fixes
another crash.
Review URL: http://codereview.chromium.org/18375
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8320 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8319 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
This somehow got out of sync due to our recent commits.
TBR=finnur
Review URL: http://codereview.chromium.org/18423
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8318 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
or off-by-one font differences on Linux.
Review URL: http://codereview.chromium.org/18418
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8317 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
will let us figure out why we see so mainly unittest failures on the mac
but never seem to be able to repro locally.
Review URL: http://codereview.chromium.org/18378
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8316 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
Review URL: http://codereview.chromium.org/18200
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8315 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
There were 18 tests in the svg/text and svg/W3C-SVG-1.1/text* that were
failing for a number of reasons:
1) Selection color is darker on Windows than Mac, so we expect dark blue
boxes around the text whereas Mac expects light-blue. Why does this matter?
Because most of the tests in the svg/text folder perform a Select All
at the end of the test.
2) Changes in WebKit where handling of font-weight was delegated to Windows,
which affects font-weight="600" in two tests (600 looks narrower).
3) Some tests simply needed expected text output.
4) And of course, the usual missing Z from the metric output.
Review URL: http://codereview.chromium.org/18374
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8314 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
Some baselines are just wrong, and we still don't get them right, so delete the old baselines and mark as failing
See http://codereview.chromium.org/18176/show. I will roll DEPS to pick up that change.
Review URL: http://codereview.chromium.org/18345
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8313 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8311 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
(Sending this to you for review since you originally reviewed the CL that added it.)
R=brettw
Review URL: http://codereview.chromium.org/18412
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8309 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
wasn't getting included before a defined(OS_WIN) check.
Review URL: http://codereview.chromium.org/18414
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8308 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
| |
BUG=5689
Review URL: http://codereview.chromium.org/18367
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8307 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
Review URL: http://codereview.chromium.org/18370
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8305 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
It appears that some logs get "stuck" trying to be sent,
so I've changed a number of DLOG() calls to LOG() calls.
I also added a bit of info to the LOG() calls, and made
minor edits.
bug=1505736
r=evanm
Review URL: http://codereview.chromium.org/18354
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8304 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
Add missing mock_render_process_host.*.
Remove focus_manager_unittest.cc duplicate entry in unit_tests.vcproj.
Review URL: http://codereview.chromium.org/18411
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8303 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
type must be changed from Static Library to Utility.
Review URL: http://codereview.chromium.org/18373
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8302 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
Solution files changes are:
- Glue now depends on WebCore_prebuild (and not WebCore).
- WebCore depends on WebCore_prebuild.
(Reapply R8295 with the path to version.xcconfig fixed)
Review URL: http://codereview.chromium.org/18416
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8299 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
Review URL: http://codereview.chromium.org/18371
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8296 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
Solution files changes are:
- Glue now depends on WebCore_prebuild (and not WebCore).
- WebCore depends on WebCore_prebuild.
Review URL: http://codereview.chromium.org/18357
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8295 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
| |
during the unit test which is annoying.
Review URL: http://codereview.chromium.org/18356
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8294 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
Review URL: http://codereview.chromium.org/18409
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8293 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
This reverts commit r8245.
TBR=ben
Review URL: http://codereview.chromium.org/18410
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8292 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8291 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This CL provides an exponential back-off (within
a run of chromium) for recovery to a decoding
error, rather than an full disable of SDCH when
a (minor) error appears. This will help to
recover from the common (implementation)
problem where a user has an SDCH encoded
page as a startup tab, but doesn't still
have the requisite dictionary from the
previous run. The exponential backoff is
not "time based," but instead counts down
the number of times a tentatively blacklisted
domain is accessed.
I now detect the use of the browser cache in an
SDCH decode, and use that to better identify if
external proxies have corrupted the process,
vs internal use of cache (such as at startup)
has caused a "dictionary not found" error
to emerge.
r=openvcdiff,huanr
Review URL: http://codereview.chromium.org/18355
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8290 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
rebaseline since only font metrics are off and gradients now work.
Review URL: http://codereview.chromium.org/18185
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8288 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8287 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
Review URL: http://codereview.chromium.org/16612
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8286 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
simplify the splitting work/resource work afterward.
Didn't change the actually list of included source files.
Review URL: http://codereview.chromium.org/18366
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8285 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
R=dglazkov
Review URL: http://codereview.chromium.org/18365
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8284 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
This will make it diffitult to remove the tab contents type system and to port,
so I'm sadly removing it.
Review URL: http://codereview.chromium.org/18408
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8283 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
| |
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8282 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
Review URL: http://codereview.chromium.org/18351
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8281 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
Review URL: http://codereview.chromium.org/17606
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8280 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
Pulling a bunch of the svg animation tests on the mac into one block and adding
info about what appears to be happening and what the consensus seems to be
for solving them once and for all.
Review URL: http://codereview.chromium.org/18407
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8279 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
| |
the flaky results we see local and on build bot.
Review URL: http://codereview.chromium.org/18406
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8277 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
| |
TBR=sgjesse
Review URL: http://codereview.chromium.org/18403
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8276 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
Review URL: http://codereview.chromium.org/18361
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8275 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
| |
Review URL: http://codereview.chromium.org/18359
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8274 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
There were two problems here:
a) We were adding an extra line number for the function
wrapper, but the wrapper didn't include a newline.
b) WebKit actually expects these to be one-based, not
zero-based.
So we were ending up two off.
Review URL: http://codereview.chromium.org/18199
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8273 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
- They are flaky when somebody RDPs into the bots. The system somehow
installs an audio device on the fly that goes bad.
- I think this is the issue as well on the trybots
TBR=nsylvain
Review URL: http://codereview.chromium.org/18197
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@8272 0039d316-1c4b-4281-b951-d872f2087c98
|