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

Issue 576073003: Removal of more temporary Range objects. (Closed)

Created:
6 years, 3 months ago by Mads Ager (chromium)
Modified:
6 years, 3 months ago
Reviewers:
yosin_UTC9
CC:
blink-reviews, blink-reviews-html_chromium.org, sof, eae+blinkwatch, blink-reviews-dom_chromium.org, dglazkov+blink, groby+blinkspell_chromium.org, rwlbuis
Project:
blink
Visibility:
Public.

Description

Removal of more temporary Range objects. The DOM/textarea-edit benchmark now creates no temporary ranges at all. R=yosin@chromium.org BUG=388681 Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=182224

Patch Set 1 #

Patch Set 2 : Minor tweaks #

Patch Set 3 : More tweaks #

Total comments: 4

Patch Set 4 : Address review comments. #

Patch Set 5 : Fix build; accidentally removed .get() call #

Unified diffs Side-by-side diffs Delta from patch set Stats (+156 lines, -97 lines) Patch
M Source/core/dom/DocumentMarkerController.h View 1 chunk +2 lines, -0 lines 0 comments Download
M Source/core/dom/DocumentMarkerController.cpp View 1 2 3 1 chunk +16 lines, -0 lines 0 comments Download
M Source/core/editing/CompositeEditCommand.cpp View 1 2 chunks +5 lines, -10 lines 0 comments Download
M Source/core/editing/DOMSelection.cpp View 1 2 1 chunk +4 lines, -1 line 0 comments Download
M Source/core/editing/SpellChecker.cpp View 1 2 3 4 10 chunks +48 lines, -41 lines 0 comments Download
M Source/core/editing/TextCheckingHelper.h View 4 chunks +4 lines, -3 lines 0 comments Download
M Source/core/editing/TextCheckingHelper.cpp View 1 2 3 10 chunks +32 lines, -36 lines 0 comments Download
M Source/core/editing/TextIterator.h View 3 chunks +4 lines, -1 line 0 comments Download
M Source/core/editing/TextIterator.cpp View 5 chunks +34 lines, -4 lines 0 comments Download
M Source/core/editing/VisiblePosition.h View 1 1 chunk +1 line, -0 lines 0 comments Download
M Source/core/html/HTMLTextAreaElement.cpp View 1 chunk +6 lines, -1 line 0 comments Download

Messages

Total messages: 10 (3 generated)
Mads Ager (chromium)
6 years, 3 months ago (2014-09-17 15:24:24 UTC) #1
yosin_UTC9
LGTM Thanks! https://codereview.chromium.org/576073003/diff/40001/Source/core/dom/DocumentMarkerController.cpp File Source/core/dom/DocumentMarkerController.cpp (right): https://codereview.chromium.org/576073003/diff/40001/Source/core/dom/DocumentMarkerController.cpp#newcode134 Source/core/dom/DocumentMarkerController.cpp:134: addMarker(markedText.startContainer(), DocumentMarker(type, markedText.startOffset(), markedText.endOffset())); nit: It seems ...
6 years, 3 months ago (2014-09-18 01:08:52 UTC) #2
Mads Ager (chromium)
Thanks for the review! :) https://codereview.chromium.org/576073003/diff/40001/Source/core/dom/DocumentMarkerController.cpp File Source/core/dom/DocumentMarkerController.cpp (right): https://codereview.chromium.org/576073003/diff/40001/Source/core/dom/DocumentMarkerController.cpp#newcode134 Source/core/dom/DocumentMarkerController.cpp:134: addMarker(markedText.startContainer(), DocumentMarker(type, markedText.startOffset(), markedText.endOffset())); ...
6 years, 3 months ago (2014-09-18 06:58:49 UTC) #3
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patchset/576073003/60001
6 years, 3 months ago (2014-09-18 06:59:22 UTC) #5
commit-bot: I haz the power
Try jobs failed on following builders: mac_blink_compile_dbg on tryserver.blink (http://build.chromium.org/p/tryserver.blink/builders/mac_blink_compile_dbg/builds/19777)
6 years, 3 months ago (2014-09-18 07:11:32 UTC) #7
commit-bot: I haz the power
CQ is trying da patch. Follow status at https://chromium-cq-status.appspot.com/patchset/576073003/80001
6 years, 3 months ago (2014-09-18 07:17:53 UTC) #9
commit-bot: I haz the power
6 years, 3 months ago (2014-09-18 08:22:22 UTC) #10
Message was sent while issue was closed.
Committed patchset #5 (id:80001) as 182224

Powered by Google App Engine
This is Rietveld 408576698