| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
| |
BUG=none
TEST=none
TBR=darin
Review URL: http://codereview.chromium.org/660315
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40339 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
font rendering:
svg/W3C-SVG-1.1/pservers-grad-14-b.svg
svg/W3C-SVG-1.1/animate-elem-40-t.svg
svg/hixie/viewbox/preserveAspectRatio/002.xml
svg/hixie/viewbox/preserveAspectRatio/001.xml
svg/hixie/text/003a.xml
linux checked-in baselines were rotated, win and mac aren't, and current output isn't scewed:
svg/W3C-SVG-1.1/animate-elem-36-t.svg
Now matches upstream and windows - "test not started"
svg/hixie/perf/007.xml
TEST=none
BUG=10296
Review URL: http://codereview.chromium.org/660341
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40335 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
issued by plugins.
Fix formatting nits.
R=abarth,darin,eroman
BUG=36957
TEST=none
Review URL: http://codereview.chromium.org/601038
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40331 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Font rendering differences due to anti-aliasing and hinting:
svg/W3C-SVG-1.1/animate-elem-33-t.svg
svg/W3C-SVG-1.1/pservers-grad-17-b.svg
svg/custom/dominant-baseline-hanging.svg
png file is the same as win, only checksum is different:
svg/custom/deep-dynamic-updates.svg
I wasn't able to see a visual difference, but there must be one:
svg/custom/gradient-stroke-width.svg
TEST=none
BUG=10296
Review URL: http://codereview.chromium.org/661287
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40301 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
Also removes unnecessary event model checks (this method is only called for Carbon-event plugins)
BUG=36928
TEST=none
Review URL: http://codereview.chromium.org/661284
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40298 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
TBR=pfeldman
TEST=none
BUG=37059
Review URL: http://codereview.chromium.org/660281
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40280 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
Original review: http://codereview.chromium.org/660273
TBR=loislo
BUG=36986
Review URL: http://codereview.chromium.org/660274
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40272 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
TBR=dglazkov,dumi
Review URL: http://codereview.chromium.org/660271
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40268 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
pywebsocket fails to serve it as cgi script.
BUG=37049
TEST=none
Review URL: http://codereview.chromium.org/661264
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40256 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
TBR=darin
BUG=none
TEST=checkdeps.py passes
Review URL: http://codereview.chromium.org/660258
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40252 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Web Socket should send "HttpOnly" cookie when handshaking.
In WebKit/WebCore, WebSocketHandshake uses cookieRequestHeaderFieldValue() to
get cookies including HttpOnly cookie. However, Chrome doesn't trunk renderer
process, so we're not allowed to access HttpOnly cookie in WebCore.
Thus, we handle HttpOnly cookies in browser process.
Add SocketStreamJob as interface for protocol specific handling on
SocketStream.
WebSocketJob implements Web Socket specific handling. For now, it handles
cookies in Web Socket. It checks Web Socket handshake request message
from renderer process, and replaces Cookie: header to include HttpOnly cookies.
It also checks Web Socket handshake response message, sets cookies if any,
and strips Set-Cookie: header, so that renderer process couldn't see
Set-Cookie: header.
BUG=35660
TEST=net_unittests and layout_tests passes
Review URL: http://codereview.chromium.org/601077
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40250 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
TBR=dumi
TEST=none
BUG=none
Review URL: http://codereview.chromium.org/661250
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40228 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
utility lands upstream.
TBR=dglazkov
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40227 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
TBR=dumi
TEST=none
BUG=none
Review URL: http://codereview.chromium.org/660246
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40226 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
Original review: http://codereview.chromium.org/661247
TBR=loislo
Review URL: http://codereview.chromium.org/661248
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40225 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
R=eroman
BUG=none
TEST=No compilation errors.
Review URL: http://codereview.chromium.org/660223
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40201 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
unlimited_quota permission that extensions can use to request
unlimited quota.
TEST=ExtensionsServiceTest.StorageQuota
BUG=27688
Review URL: http://codereview.chromium.org/660113
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40190 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
buildbot scripts.
TEST=none
BUG=none
Review URL: http://codereview.chromium.org/660205
TBR=dumi@chromium.org
Review URL: http://codereview.chromium.org/661228
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40183 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
TEST=none
BUG=none
Review URL: http://codereview.chromium.org/660205
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40177 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
This makes chromium-mac results match chromium-win.
The difference is in how JSC and V8 report line numbers for multi line statements.
JSC reports the last line in the statement, V8 reports the first.
So upstream results use line 14, we use line 12.
I've filed a webkit bug on this (https://bugs.webkit.org/show_bug.cgi?id=35451) so we can hopefully just resolve this issue.
TEST=none
BUG=12053
Review URL: http://codereview.chromium.org/661208
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40168 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
in the Chromium SUID sandbox because it does not require access to /proc.
BUG=32519
TEST=none
Review URL: http://codereview.chromium.org/593060
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40158 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
Difference is just font rendering: http://build.chromium.org/buildbot/layout_test_results/webkit-rel-linux/results/layout-test-results/fast/layers/remove-only-this-layer-update-diff.png
TEST=none
BUG=11669
Review URL: http://codereview.chromium.org/661195
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40154 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Difference is font rendering and scrollbars on linux (http://build.chromium.org/buildbot/layout_test_results/webkit-rel-linux/results/layout-test-results/fast/forms/textarea-scrollbar-diff.png)
scrollbar on mac (http://build.chromium.org/buildbot/layout_test_results/webkit-rel-mac5/results/layout-test-results/fast/forms/textarea-scrollbar-diff.png).
Rebaseline fast\forms\textarea-scrolled-type.html for linux and remove from test_expectations on mac.
Difference is font rendering and scrollbars on linux (http://build.chromium.org/buildbot/layout_test_results/webkit-rel-linux/results/layout-test-results/fast/forms/textarea-scrolled-type-diff.png).
Mac has been passing since webkit roll r54732:54752, so just needed removing from expectations.
TEST=none
BUG=11123,23485
Review URL: http://codereview.chromium.org/660146
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40143 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
| |
Introduces VideoLayer, which is similar to BackingStore except handles YUV surfaces and conversion to RGB.
BUG=33329
TEST=N/A
Review URL: http://codereview.chromium.org/597066
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40137 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
BUG=9798,13907,33343
Review URL: http://codereview.chromium.org/661184
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40122 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
R=jorlow
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/660166
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40103 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Difference is tiny difference in font rendering.
Remove this test as failing for Mac, it hasn't failed since webkit merge 54732:54752.
TEST=none
BUG=22485,11123
Review URL: http://codereview.chromium.org/660133
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40088 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
| |
BUG=36687
TEST=about:tcmalloc, etc, works when tcmalloc is enabled on Linux.
Review URL: http://codereview.chromium.org/660118
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40080 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=35081
TEST=Fail a login at codeweavers.com/login; QuickTime should not crash.
Review URL: http://codereview.chromium.org/661107
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40078 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
border-radius-clip.
I had used the rebaseline tool to rebaseline this test, which automatically grabbed results
from the bot (running XP) and put them into chromium-win results. But this test is actually
different on xp and vista, so needed the xp results in chromium-win-xp, not chromium-win.
In a follow up cl, I'll get vista baselines to replace what is in chromium-win.
TEST=none
BUG=none
Review URL: http://codereview.chromium.org/661138
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40074 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
BUG=none
TEST=none
TBR=dumi@chromium.org
Review URL: http://codereview.chromium.org/660134
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40071 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
still fails legitimately.
Changes:
txt: RenderPartObject {EMBED} -> RenderEmbeddedObject {EMBED}. This matches upstream (but we can't use upstream txt file because of text layout differences)
png: Rounded corners got prettier. Yay rounded corners.
TEST=none
BUG=9798,24862,10468
Review URL: http://codereview.chromium.org/661129
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40063 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
This test was removed in webkit r55177/chrome r39928, and causes test_expectations to not pass presubmit.
BUG=10458
TEST=none
TBR=vitalyr
Review URL: http://codereview.chromium.org/661110
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40044 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
|submit|, so this is essentially dead code.
BUG=none
TEST=none
Review URL: http://codereview.chromium.org/660059
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40033 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
| |
BUG=36803
TEST=none
Review URL: http://codereview.chromium.org/661086
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40031 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Moves the implementation of cookie methods in RendererWebKitClientImpl
into RendererWebCookieJarImpl.
Moves the implementation of cookie methods in TestShellWebKitInit into
SimpleWebCookieJarImpl.
This leaves us with no longer implementing the cookie methods on
WebKitClient. That'll allow us to delete those.
WebPluginImpl needs to access the WebCookieJar used by either the
renderer or test_shell. To enable that, I added a GetCookieJar method
on WebPluginPageDelegate. This interface is used whenever the
WebPluginImpl needs to talk to the RenderView or TestWebViewDelegate.
R=jorlow
BUG=35589
Review URL: http://codereview.chromium.org/661070
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40023 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
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 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
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
| |
Review URL: http://codereview.chromium.org/652161
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@39852 0039d316-1c4b-4281-b951-d872f2087c98
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|