Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(2)

Issue 151653004: Implemented Document.contentType (Closed)

Created:
6 years, 10 months ago by João Eiras
Modified:
6 years, 8 months ago
CC:
blink-reviews, arv+blink, sof, eae+blinkwatch, dglazkov+blink, adamk+blink_chromium.org, watchdog-blink-watchlist_google.com, Inactive
Base URL:
https://chromium.googlesource.com/chromium/blink.git@master
Visibility:
Public.

Description

Patch Set 1 #

Total comments: 8

Patch Set 2 : whitespace, cloneNode, review issues #

Total comments: 2

Patch Set 3 : review comments #

Patch Set 4 : review comments #

Total comments: 2

Patch Set 5 : rebase #

Patch Set 6 : setting mime-type for binary files #

Patch Set 7 : rebase and removing images #

Patch Set 8 : rebase and fixing tests on windows #

Unified diffs Side-by-side diffs Delta from patch set Stats (+256 lines, -3 lines) Patch
M LayoutTests/fast/dom/Document/clone-node.html View 1 1 chunk +2 lines, -0 lines 0 comments Download
M LayoutTests/fast/dom/Document/clone-node-expected.txt View 1 1 chunk +2 lines, -0 lines 0 comments Download
M LayoutTests/fast/dom/HTMLDocument/clone-node.html View 1 1 chunk +2 lines, -0 lines 0 comments Download
M LayoutTests/fast/dom/HTMLDocument/clone-node-expected.txt View 1 1 chunk +2 lines, -0 lines 0 comments Download
A LayoutTests/fast/dom/document-contentType-createDocument.html View 1 1 chunk +12 lines, -0 lines 0 comments Download
A LayoutTests/fast/dom/document-contentType-createDocument-expected.txt View 1 chunk +6 lines, -0 lines 0 comments Download
A LayoutTests/fast/dom/document-contentType-data-uri.html View 1 2 1 chunk +38 lines, -0 lines 0 comments Download
A LayoutTests/fast/dom/document-contentType-data-uri-expected.txt View 1 chunk +8 lines, -0 lines 0 comments Download
M LayoutTests/http/conf/lighttpd.conf View 1 2 3 4 5 6 7 2 chunks +3 lines, -2 lines 0 comments Download
A LayoutTests/http/tests/dom/document-contentType.html View 1 2 3 4 1 chunk +33 lines, -0 lines 0 comments Download
A LayoutTests/http/tests/dom/document-contentType-expected.txt View 1 1 chunk +32 lines, -0 lines 0 comments Download
A LayoutTests/http/tests/dom/document-contentType-xhr.html View 1 2 3 4 1 chunk +47 lines, -0 lines 0 comments Download
A LayoutTests/http/tests/dom/document-contentType-xhr-expected.txt View 1 1 chunk +16 lines, -0 lines 0 comments Download
A LayoutTests/http/tests/dom/resources/send-mime-type.php View 1 chunk +6 lines, -0 lines 0 comments Download
A LayoutTests/http/tests/resources/dummy.css View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
A LayoutTests/http/tests/resources/dummy.html View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
A LayoutTests/http/tests/resources/dummy.js View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
A LayoutTests/http/tests/resources/dummy.txt View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
A LayoutTests/http/tests/resources/dummy.xml View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M LayoutTests/resources/js-test.js View 1 2 3 4 5 6 1 chunk +8 lines, -0 lines 0 comments Download
M Source/core/dom/Document.h View 1 2 3 4 5 6 2 chunks +5 lines, -0 lines 0 comments Download
M Source/core/dom/Document.cpp View 1 2 3 4 5 6 2 chunks +21 lines, -0 lines 0 comments Download
M Source/core/dom/Document.idl View 1 2 3 4 1 chunk +3 lines, -0 lines 0 comments Download
M Source/core/xml/XMLHttpRequest.cpp View 1 2 3 4 5 6 2 chunks +3 lines, -1 line 0 comments Download

Messages

Total messages: 40 (0 generated)
João Eiras
6 years, 10 months ago (2014-02-11 13:53:30 UTC) #1
João Eiras
6 years, 10 months ago (2014-02-11 13:54:27 UTC) #2
arv (Not doing code reviews)
1. Don't we already have dummy resources for these. 2. We have tests for documentObject.cloneNode. ...
6 years, 10 months ago (2014-02-11 16:36:09 UTC) #3
João Eiras
On 2014/02/11 16:36:09, arv wrote: > 1. Don't we already have dummy resources for these. ...
6 years, 10 months ago (2014-02-11 20:05:50 UTC) #4
João Eiras
Ping :) On 2014/02/11 20:05:50, João Eiras wrote: > On 2014/02/11 16:36:09, arv wrote: > ...
6 years, 10 months ago (2014-02-21 14:10:55 UTC) #5
arv (Not doing code reviews)
On 2014/02/21 14:10:55, João Eiras wrote: > Ping :) Sorry. Feel free to ping me ...
6 years, 10 months ago (2014-02-21 15:38:10 UTC) #6
arv (Not doing code reviews)
https://codereview.chromium.org/151653004/diff/140001/LayoutTests/http/tests/dom/document-contentType-xhr.html File LayoutTests/http/tests/dom/document-contentType-xhr.html (right): https://codereview.chromium.org/151653004/diff/140001/LayoutTests/http/tests/dom/document-contentType-xhr.html#newcode10 LayoutTests/http/tests/dom/document-contentType-xhr.html:10: var to_test = [ no underscores please https://codereview.chromium.org/151653004/diff/140001/LayoutTests/http/tests/dom/document-contentType.html File ...
6 years, 10 months ago (2014-02-21 15:43:52 UTC) #7
João Eiras
Ping abarth and arv. So what now ?
6 years, 9 months ago (2014-03-24 13:06:06 UTC) #8
arv (Not doing code reviews)
LGTM It would be nice if abarth would review this too. https://codereview.chromium.org/151653004/diff/450001/LayoutTests/http/tests/dom/document-contentType-xhr.html File LayoutTests/http/tests/dom/document-contentType-xhr.html (right): ...
6 years, 9 months ago (2014-03-24 16:20:11 UTC) #9
abarth-chromium
On 2014/03/24 16:20:11, arv wrote: > It would be nice if abarth would review this ...
6 years, 9 months ago (2014-03-24 16:42:31 UTC) #10
arv (Not doing code reviews)
On 2014/03/24 16:42:31, abarth wrote: > On 2014/03/24 16:20:11, arv wrote: > > It would ...
6 years, 9 months ago (2014-03-24 17:56:55 UTC) #11
abarth-chromium
On 2014/03/24 17:56:55, arv wrote: > Thanks. I just remember when I was touching this ...
6 years, 9 months ago (2014-03-24 18:04:59 UTC) #12
João Eiras
The CQ bit was checked by joaoe@opera.com
6 years, 9 months ago (2014-03-25 12:14:16 UTC) #13
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/joaoe@opera.com/151653004/550001
6 years, 9 months ago (2014-03-25 12:14:18 UTC) #14
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 9 months ago (2014-03-25 12:25:37 UTC) #15
commit-bot: I haz the power
Try jobs failed on following builders: tryserver.blink on blink_presubmit
6 years, 9 months ago (2014-03-25 12:25:37 UTC) #16
João Eiras
The CQ bit was checked by joaoe@opera.com
6 years, 9 months ago (2014-03-25 19:50:37 UTC) #17
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/joaoe@opera.com/151653004/550001
6 years, 9 months ago (2014-03-25 19:50:41 UTC) #18
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 9 months ago (2014-03-25 20:01:41 UTC) #19
commit-bot: I haz the power
Try jobs failed on following builders: tryserver.blink on blink_presubmit
6 years, 9 months ago (2014-03-25 20:01:42 UTC) #20
João Eiras
The CQ bit was checked by joaoe@opera.com
6 years, 9 months ago (2014-03-26 10:56:51 UTC) #21
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/joaoe@opera.com/151653004/620001
6 years, 9 months ago (2014-03-26 10:57:00 UTC) #22
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 9 months ago (2014-03-26 11:04:54 UTC) #23
commit-bot: I haz the power
Try jobs failed on following builders: tryserver.blink on blink_presubmit
6 years, 9 months ago (2014-03-26 11:04:55 UTC) #24
João Eiras
On 2014/03/26 11:04:55, I haz the power (commit-bot) wrote: > Try jobs failed on following ...
6 years, 9 months ago (2014-03-27 13:14:56 UTC) #25
arv (Not doing code reviews)
On 2014/03/27 13:14:56, João Eiras wrote: > On 2014/03/26 11:04:55, I haz the power (commit-bot) ...
6 years, 9 months ago (2014-03-27 14:48:47 UTC) #26
arv (Not doing code reviews)
On 2014/03/27 14:48:47, arv wrote: > On 2014/03/27 13:14:56, João Eiras wrote: > > On ...
6 years, 9 months ago (2014-03-27 15:10:04 UTC) #27
arv (Not doing code reviews)
On 2014/03/27 15:10:04, arv wrote: > On 2014/03/27 14:48:47, arv wrote: > > On 2014/03/27 ...
6 years, 9 months ago (2014-03-27 15:12:35 UTC) #28
João Eiras
> Images landed in r170187 ah, thank you so much :)
6 years, 9 months ago (2014-03-27 16:44:30 UTC) #29
João Eiras
The CQ bit was checked by joaoe@opera.com
6 years, 9 months ago (2014-03-28 20:09:58 UTC) #30
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/joaoe@opera.com/151653004/720001
6 years, 9 months ago (2014-03-28 20:10:02 UTC) #31
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 9 months ago (2014-03-28 20:53:28 UTC) #32
commit-bot: I haz the power
Try jobs failed on following builders: tryserver.blink on win_blink_rel
6 years, 9 months ago (2014-03-28 20:53:28 UTC) #33
João Eiras
The CQ bit was checked by joaoe@opera.com
6 years, 8 months ago (2014-04-01 18:59:45 UTC) #34
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/joaoe@opera.com/151653004/740001
6 years, 8 months ago (2014-04-01 18:59:54 UTC) #35
commit-bot: I haz the power
The CQ bit was unchecked by commit-bot@chromium.org
6 years, 8 months ago (2014-04-01 19:26:50 UTC) #36
commit-bot: I haz the power
Try jobs failed on following builders: tryserver.blink on win_blink_rel
6 years, 8 months ago (2014-04-01 19:26:51 UTC) #37
João Eiras
The CQ bit was checked by joaoe@opera.com
6 years, 8 months ago (2014-04-02 10:02:03 UTC) #38
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-status.appspot.com/cq/joaoe@opera.com/151653004/740001
6 years, 8 months ago (2014-04-02 10:02:10 UTC) #39
commit-bot: I haz the power
6 years, 8 months ago (2014-04-02 10:32:29 UTC) #40
Message was sent while issue was closed.
Change committed as 170646

Powered by Google App Engine
This is Rietveld 408576698