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

Issue 22243002: GTTF: Enable glibcxx debug mode for Debug builds by default. (Closed)

Created:
7 years, 4 months ago by Paweł Hajdan Jr.
Modified:
7 years ago
CC:
chromium-reviews, extensions-reviews_chromium.org, James Su, nkostylev+watch_chromium.org, tfarina, jam, joi+watch-content_chromium.org, feature-media-reviews_chromium.org, rsesek+watch_chromium.org, darin-cc_chromium.org, oshima+watch_chromium.org, chromium-apps-reviews_chromium.org, erikwright+watch_chromium.org, stevenjb+watch_chromium.org, davemoore+watch_chromium.org, DaleCurtis, mattm
Visibility:
Public.

Description

GTTF: Enable glibcxx debug mode for Debug builds by default. This will help us catch problems earlier. This CL actually fixes several problems detected by this mode. BUG=65151, 267870, 267891 TEST=none R=avi@chromium.org, jar@chromium.org, thakis@chromium.org, thestig@chromium.org, yoz@chromium.org Committed: https://src.chromium.org/viewvc/chrome?view=rev&revision=239811

Patch Set 1 #

Patch Set 2 : rebase #

Patch Set 3 : retry #

Patch Set 4 : rebase #

Total comments: 5

Patch Set 5 : rebase #

Total comments: 4

Patch Set 6 : fix #

Patch Set 7 : rebase #

Patch Set 8 : update #

Patch Set 9 : rebase #

Patch Set 10 : rebase #

Unified diffs Side-by-side diffs Delta from patch set Stats (+36 lines, -8 lines) Patch
M base/values.h View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
M base/values.cc View 1 2 3 4 5 6 1 chunk +2 lines, -0 lines 0 comments Download
M build/common.gypi View 1 2 3 4 5 6 7 8 3 chunks +6 lines, -6 lines 0 comments Download
M chrome/browser/chromeos/drive/search_metadata.cc View 1 2 3 4 5 6 7 8 1 chunk +5 lines, -1 line 0 comments Download
M chrome/browser/ui/browser_iterator.h View 1 chunk +1 line, -0 lines 0 comments Download
M chrome/browser/ui/browser_iterator.cc View 1 chunk +3 lines, -0 lines 0 comments Download
M chrome/common/extensions/extension_set.h View 1 2 3 4 5 6 1 chunk +1 line, -0 lines 0 comments Download
M chrome/common/extensions/extension_set.cc View 1 2 3 4 5 6 1 chunk +2 lines, -0 lines 0 comments Download
M content/browser/loader/resource_scheduler.cc View 1 2 3 4 5 6 7 1 chunk +4 lines, -1 line 0 comments Download
M content/public/browser/browser_child_process_host_iterator.h View 1 chunk +1 line, -0 lines 0 comments Download
M content/public/browser/browser_child_process_host_iterator.cc View 1 2 3 4 5 1 chunk +3 lines, -0 lines 0 comments Download
M net/tools/flip_server/output_ordering.h View 1 2 3 1 chunk +1 line, -0 lines 0 comments Download
M net/tools/flip_server/output_ordering.cc View 1 2 3 4 5 6 7 8 9 1 chunk +2 lines, -0 lines 0 comments Download
M ui/gfx/image/image_family.h View 1 2 3 1 chunk +2 lines, -0 lines 0 comments Download
M ui/gfx/image/image_family.cc View 1 chunk +2 lines, -0 lines 0 comments Download

Messages

Total messages: 22 (0 generated)
Paweł Hajdan Jr.
Lei, please take an initial look. If it seems OK, I'll then add reviewers for ...
7 years, 4 months ago (2013-08-05 18:33:01 UTC) #1
Lei Zhang
lgtm
7 years, 4 months ago (2013-08-05 20:20:10 UTC) #2
Paweł Hajdan Jr.
+Matt for chrome/browser/safe_browsing/prefix_set_unittest.cc +Dale for media/filters/source_buffer_stream.cc +Jim for base/ (trivial changes)
7 years, 1 month ago (2013-11-05 01:10:19 UTC) #3
DaleCurtis
over to acolwell since I'm not sure what the original code was trying to check.
7 years, 1 month ago (2013-11-05 01:12:05 UTC) #4
mattm
passing prefix_set_unittest to Scott
7 years, 1 month ago (2013-11-05 01:17:30 UTC) #5
Scott Hess - ex-Googler
https://chromiumcodereview.appspot.com/22243002/diff/30001/chrome/browser/safe_browsing/prefix_set_unittest.cc File chrome/browser/safe_browsing/prefix_set_unittest.cc (right): https://chromiumcodereview.appspot.com/22243002/diff/30001/chrome/browser/safe_browsing/prefix_set_unittest.cc#newcode33 chrome/browser/safe_browsing/prefix_set_unittest.cc:33: for (size_t i = 0; i < 5000; ++i) ...
7 years, 1 month ago (2013-11-05 03:04:58 UTC) #6
Paweł Hajdan Jr.
https://chromiumcodereview.appspot.com/22243002/diff/30001/chrome/browser/safe_browsing/prefix_set_unittest.cc File chrome/browser/safe_browsing/prefix_set_unittest.cc (right): https://chromiumcodereview.appspot.com/22243002/diff/30001/chrome/browser/safe_browsing/prefix_set_unittest.cc#newcode33 chrome/browser/safe_browsing/prefix_set_unittest.cc:33: for (size_t i = 0; i < 5000; ++i) ...
7 years, 1 month ago (2013-11-05 03:10:05 UTC) #7
Scott Hess - ex-Googler
https://chromiumcodereview.appspot.com/22243002/diff/30001/chrome/browser/safe_browsing/prefix_set_unittest.cc File chrome/browser/safe_browsing/prefix_set_unittest.cc (right): https://chromiumcodereview.appspot.com/22243002/diff/30001/chrome/browser/safe_browsing/prefix_set_unittest.cc#newcode33 chrome/browser/safe_browsing/prefix_set_unittest.cc:33: for (size_t i = 0; i < 5000; ++i) ...
7 years, 1 month ago (2013-11-05 03:17:23 UTC) #8
Paweł Hajdan Jr.
https://chromiumcodereview.appspot.com/22243002/diff/30001/chrome/browser/safe_browsing/prefix_set_unittest.cc File chrome/browser/safe_browsing/prefix_set_unittest.cc (right): https://chromiumcodereview.appspot.com/22243002/diff/30001/chrome/browser/safe_browsing/prefix_set_unittest.cc#newcode33 chrome/browser/safe_browsing/prefix_set_unittest.cc:33: for (size_t i = 0; i < 5000; ++i) ...
7 years, 1 month ago (2013-11-05 22:42:25 UTC) #9
Paweł Hajdan Jr.
+Avi for content OWNERS +Nico for ui OWNERS +Yoyo for extensions OWNERS
7 years, 1 month ago (2013-11-05 22:45:59 UTC) #10
Yoyo Zhou
LGTM for extensions
7 years, 1 month ago (2013-11-05 22:50:10 UTC) #11
Scott Hess - ex-Googler
https://chromiumcodereview.appspot.com/22243002/diff/30001/chrome/browser/safe_browsing/prefix_set_unittest.cc File chrome/browser/safe_browsing/prefix_set_unittest.cc (right): https://chromiumcodereview.appspot.com/22243002/diff/30001/chrome/browser/safe_browsing/prefix_set_unittest.cc#newcode33 chrome/browser/safe_browsing/prefix_set_unittest.cc:33: for (size_t i = 0; i < 5000; ++i) ...
7 years, 1 month ago (2013-11-06 00:47:13 UTC) #12
Nico
I think Jochen enabled or tried to enable debug iterators for msvs (?) which also ...
7 years, 1 month ago (2013-11-06 00:49:34 UTC) #13
jochen (gone - plz use gerrit)
On 2013/11/06 00:49:34, Nico (ooo until Nov 12) wrote: > I think Jochen enabled or ...
7 years, 1 month ago (2013-11-06 11:01:35 UTC) #14
Nico
If windows has them turned on, I think it makes sense to try and match ...
7 years, 1 month ago (2013-11-06 21:30:40 UTC) #15
Lei Zhang
https://codereview.chromium.org/22243002/diff/170001/build/common.gypi File build/common.gypi (right): https://codereview.chromium.org/22243002/diff/170001/build/common.gypi#newcode2648 build/common.gypi:2648: 'cflags_cc+': ['-g'], On 2013/11/06 21:30:42, Nico (ooo until Nov ...
7 years, 1 month ago (2013-11-06 21:37:30 UTC) #16
Nico
https://codereview.chromium.org/22243002/diff/170001/build/common.gypi File build/common.gypi (right): https://codereview.chromium.org/22243002/diff/170001/build/common.gypi#newcode2648 build/common.gypi:2648: 'cflags_cc+': ['-g'], On 2013/11/06 21:37:31, Lei Zhang wrote: > ...
7 years, 1 month ago (2013-11-06 22:07:45 UTC) #17
Paweł Hajdan Jr.
https://codereview.chromium.org/22243002/diff/170001/build/common.gypi File build/common.gypi (right): https://codereview.chromium.org/22243002/diff/170001/build/common.gypi#newcode2648 build/common.gypi:2648: 'cflags_cc+': ['-g'], On 2013/11/06 22:07:47, Nico (ooo until Nov ...
7 years, 1 month ago (2013-11-07 21:05:44 UTC) #18
jar (doing other things)
(miniscule) changes in patch set 9 in net/* LGTM
7 years ago (2013-12-09 23:26:54 UTC) #19
Nico
base lgtm as well
7 years ago (2013-12-09 23:58:13 UTC) #20
Avi (use Gerrit)
Content LGTM
7 years ago (2013-12-10 00:33:23 UTC) #21
Paweł Hajdan Jr.
7 years ago (2013-12-10 18:52:29 UTC) #22
Message was sent while issue was closed.
Committed patchset #10 manually as r239811 (presubmit successful).

Powered by Google App Engine
This is Rietveld 408576698