|
|
Created:
5 years ago by rwlbuis Modified:
5 years ago Reviewers:
Timothy Loh CC:
chromium-reviews, blink-reviews-css, dglazkov+blink, apavlov+blink_chromium.org, darktears, blink-reviews Base URL:
https://chromium.googlesource.com/chromium/src.git@master Target Ref:
refs/pending/heads/master Project:
chromium Visibility:
Public. |
DescriptionCleanup CSSPropertyParser some more
This CL cleans up CSSPropertyParser as follows:
- make more parsing methods static.
- move some independent methods from Legacy to CSSPropertyParser.cpp.
- rename isGeneratedImageValue to isGeneratedImage and put it in the
header (for now) since it is shared between Legacy and CSSPropertyParser.
BUG=499780
Committed: https://crrev.com/566fec8e26a99c602281bf85f727e7d17bbde3d4
Cr-Commit-Position: refs/heads/master@{#363709}
Patch Set 1 #Patch Set 2 : V2 #Patch Set 3 : Patch for landing #
Messages
Total messages: 23 (14 generated)
Description was changed from ========== Cleanup BUG= ========== to ========== Cleanup CSSPropertyParser some more This CL cleans up CSSPropertyParser as follows: - make more parsing methods static. - move some methods from Legacy to CSSPropertyParser.cpp. BUG=499780 ==========
Description was changed from ========== Cleanup CSSPropertyParser some more This CL cleans up CSSPropertyParser as follows: - make more parsing methods static. - move some methods from Legacy to CSSPropertyParser.cpp. BUG=499780 ========== to ========== Cleanup CSSPropertyParser some more This CL cleans up CSSPropertyParser as follows: - make more parsing methods static. - move some independent methods from Legacy to CSSPropertyParser.cpp. - rename isGeneratedImageValue to isGeneratedImage and put it in the header (for now). - move trivial properties order, image-orientation. BUG=499780 ==========
Description was changed from ========== Cleanup CSSPropertyParser some more This CL cleans up CSSPropertyParser as follows: - make more parsing methods static. - move some independent methods from Legacy to CSSPropertyParser.cpp. - rename isGeneratedImageValue to isGeneratedImage and put it in the header (for now). - move trivial properties order, image-orientation. BUG=499780 ========== to ========== Cleanup CSSPropertyParser some more This CL cleans up CSSPropertyParser as follows: - make more parsing methods static. - move some independent methods from Legacy to CSSPropertyParser.cpp. - rename isGeneratedImageValue to isGeneratedImage and put it in the header (for now). - move simple properties order, opacity, -webkit-box-flex and image-orientation. BUG=499780 ==========
Description was changed from ========== Cleanup CSSPropertyParser some more This CL cleans up CSSPropertyParser as follows: - make more parsing methods static. - move some independent methods from Legacy to CSSPropertyParser.cpp. - rename isGeneratedImageValue to isGeneratedImage and put it in the header (for now). - move simple properties order, opacity, -webkit-box-flex and image-orientation. BUG=499780 ========== to ========== Cleanup CSSPropertyParser some more This CL cleans up CSSPropertyParser as follows: - make more parsing methods static. - move some independent methods from Legacy to CSSPropertyParser.cpp. - rename isGeneratedImageValue to isGeneratedImage and put it in the header (for now) since it is shared between Legacy and CSSPropertyParser. - move simple properties order, opacity, -webkit-box-flex and image-orientation. BUG=499780 ==========
rob.buis@samsung.com changed reviewers: + timloh@chromium.org
PTAL. I hope it is okay that I lump some stuff together.
On 2015/12/07 21:48:26, rwlbuis wrote: > PTAL. I hope it is okay that I lump some stuff together. lgtm aside from moving properties across, I'd rather we kept that separate.
On 2015/12/07 22:52:36, Timothy Loh wrote: > On 2015/12/07 21:48:26, rwlbuis wrote: > > PTAL. I hope it is okay that I lump some stuff together. > > lgtm aside from moving properties across, I'd rather we kept that separate. Sure, I'll remove that part, thanks.
The CQ bit was checked by rob.buis@samsung.com
The patchset sent to the CQ was uploaded after l-g-t-m from timloh@chromium.org Link to the patchset: https://codereview.chromium.org/1506983002/#ps40001 (title: "Patch for landing")
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1506983002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1506983002/40001
Description was changed from ========== Cleanup CSSPropertyParser some more This CL cleans up CSSPropertyParser as follows: - make more parsing methods static. - move some independent methods from Legacy to CSSPropertyParser.cpp. - rename isGeneratedImageValue to isGeneratedImage and put it in the header (for now) since it is shared between Legacy and CSSPropertyParser. - move simple properties order, opacity, -webkit-box-flex and image-orientation. BUG=499780 ========== to ========== Cleanup CSSPropertyParser some more This CL cleans up CSSPropertyParser as follows: - make more parsing methods static. - move some independent methods from Legacy to CSSPropertyParser.cpp. - rename isGeneratedImageValue to isGeneratedImage and put it in the header (for now) since it is shared between Legacy and CSSPropertyParser. BUG=499780 ==========
The CQ bit was unchecked by rob.buis@samsung.com
The CQ bit was checked by rob.buis@samsung.com
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1506983002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1506983002/40001
The CQ bit was unchecked by commit-bot@chromium.org
Try jobs failed on following builders: mac_chromium_rel_ng on tryserver.chromium.mac (JOB_FAILED, http://build.chromium.org/p/tryserver.chromium.mac/builders/mac_chromium_rel_...)
The CQ bit was checked by rob.buis@samsung.com
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patch-status/1506983002/40001 View timeline at https://chromium-cq-status.appspot.com/patch-timeline/1506983002/40001
Message was sent while issue was closed.
Description was changed from ========== Cleanup CSSPropertyParser some more This CL cleans up CSSPropertyParser as follows: - make more parsing methods static. - move some independent methods from Legacy to CSSPropertyParser.cpp. - rename isGeneratedImageValue to isGeneratedImage and put it in the header (for now) since it is shared between Legacy and CSSPropertyParser. BUG=499780 ========== to ========== Cleanup CSSPropertyParser some more This CL cleans up CSSPropertyParser as follows: - make more parsing methods static. - move some independent methods from Legacy to CSSPropertyParser.cpp. - rename isGeneratedImageValue to isGeneratedImage and put it in the header (for now) since it is shared between Legacy and CSSPropertyParser. BUG=499780 ==========
Message was sent while issue was closed.
Committed patchset #3 (id:40001)
Message was sent while issue was closed.
Description was changed from ========== Cleanup CSSPropertyParser some more This CL cleans up CSSPropertyParser as follows: - make more parsing methods static. - move some independent methods from Legacy to CSSPropertyParser.cpp. - rename isGeneratedImageValue to isGeneratedImage and put it in the header (for now) since it is shared between Legacy and CSSPropertyParser. BUG=499780 ========== to ========== Cleanup CSSPropertyParser some more This CL cleans up CSSPropertyParser as follows: - make more parsing methods static. - move some independent methods from Legacy to CSSPropertyParser.cpp. - rename isGeneratedImageValue to isGeneratedImage and put it in the header (for now) since it is shared between Legacy and CSSPropertyParser. BUG=499780 Committed: https://crrev.com/566fec8e26a99c602281bf85f727e7d17bbde3d4 Cr-Commit-Position: refs/heads/master@{#363709} ==========
Message was sent while issue was closed.
Patchset 3 (id:??) landed as https://crrev.com/566fec8e26a99c602281bf85f727e7d17bbde3d4 Cr-Commit-Position: refs/heads/master@{#363709} |